.planNav {
    color: #383838;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}
.topImage {
}              
              
              
a:focus {
  outline: 0;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.fix {
  display: inline-block;
}

/* MIXINS 
 ---------------------------------------------------------------------------- */
 
/* SCAFFOLDING 
 ---------------------------------------------------------------------------- */
html,
body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transformace : translate3d ( 0 ,  0 ,  0 ); 
}


a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
}

 
/* TYPOGRAPHY 
 ---------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
}

h1 small,
h2 small,
h3 small {
}

h4 small,
h5 small,
h6 small {
  color: #878A92;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 16px;
}

h4 small {
  font-size: 14px;
}

h1.replace {
  font-size: 34px;
}

h2.replace {
  font-size: 28px;
}

h3.replace {
  font-size: 20px;
}

h4.replace {
  font-size: 16px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  text-rendering: auto;
}

.page-header {
  padding-bottom: 3px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #c8ccce;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin-bottom: 0;
}

.well-black .page-header {
  border-bottom-color: #222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.simple-header {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #c8ccce;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

h1.simple-header,
h2.simple-header,
h3.simple-header,
h4.simple-header,
h5.simple-header {
  padding-bottom: 5px;
  line-height: 30px;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  float: left;
}

ul.inline:before,
ul.inline:after {
  display: table;
  content: "";
}

ul.inline:after {
  clear: both;
}

hr {
  border-top: 1px solid #d1d2d3;
  border-bottom: 1px solid #fff;
}

hr.strong {
  border-top-color: #bbb;
}

hr.dotted {
  border-top: 1px dotted #c3c5c8;
}

hr.dashed {
  border-top: 1px dashed #c3c5c8;
}

.well-black hr {
  border-top-color: #222;
  border-bottom-color: #616161;
}

/* CODE 
 ---------------------------------------------------------------------------- */
 
.well-black code {
  background-color: #303335;
  border: 1px solid #2a2c2e;
  color: #ff6666;
}

/* FORM 902
 ---------------------------------------------------------------------------- */
 
legend {
  border-color: #c8ccce;
}

legend.section-form {
  padding: 9px 0 0;
}

.well-black legend {
  color: #f1f1f1;
  border-color: #222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

label,
.label-field {
  display: block;
  min-height: 20px;
  font-weight: bold;
  font-size: 12px;
}

.label-field.left {
  display: inline-block;
  float: left;
*display: inline;
*z-index: 1;
}

.label-field.right {
  display: inline-block;
  float: right;
*display: inline;
*z-index: 1;
}


.label-gei {
  display: block;
  min-height: 20px;
  font-size: 12px;
  margin-bottom:5px;
}




select,
textarea,
.uneditable-input {
  border: 1px solid;
  border-color: #a8abba #b5b7c5 #c5c7d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}


option {
    padding-left: 10px;
	border-bottom: 1px inset;
}

.well-black select,
.well-black textarea,
.well-black input[type="text"],
.well-black input[type="password"],
.well-black input[type="datetime"],
.well-black input[type="datetime-local"],
.well-black input[type="date"],
.well-black input[type="month"],
.well-black input[type="time"],
.well-black input[type="week"],
.well-black input[type="number"],
.well-black input[type="email"],
.well-black input[type="url"],
.well-black input[type="search"],
.well-black input[type="tel"],
.well-black input[type="color"],
.well-black .uneditable-input {
  color: #E6E8EB;
  background-color: #313538;
  border-color: #272727 #252525 #222222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.ie7 input[class*="span"],
.ie7 select[class*="span"],
.ie7 textarea[class*="span"],
.ie7 .uneditable-input[class*="span"],
.ie7 .row-fluid input[class*="span"],
.ie7 .row-fluid select[class*="span"],
.ie7 .row-fluid textarea[class*="span"],
.ie7 .row-fluid .uneditable-input[class*="span"],
.ie7 .input-block-level,
.ie8 input[class*="span"],
.ie8 select[class*="span"],
.ie8 textarea[class*="span"],
.ie8 .uneditable-input[class*="span"],
.ie8 .row-fluid input[class*="span"],
.ie8 .row-fluid select[class*="span"],
.ie8 .row-fluid textarea[class*="span"],
.ie8 .row-fluid .uneditable-input[class*="span"],
.ie8 .input-block-level {
  min-height: 20px
}

input[disabled],
select[disabled],
textarea[disabled],
 input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  border: 1px solid #c5c7d2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
*margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-append .btn,
.input-prepend .btn {
  border-color: #a8abba #b5b7c5 #c5c7d2;
  border-color: rgba(0, 0, 0, 0.30) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.20);
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on, /*1705*/
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-append .add-on, /*1751*/
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
} /*1799*/

/* for bootstrap multiselect */
.input-prepend.input-append select[multiple="multiple"] {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append select[multiple="multiple"]:first-child + input,
.input-prepend.input-append select[multiple="multiple"]:first-child + .btn,
.input-prepend.input-append select[multiple="multiple"]:first-child + .btn-group .btn,
.input-prepend.input-append select[multiple="multiple"]:first-child + .dropdown .btn {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}





.input-append.append-percent {
  position: relative;
  padding-left: 10px;
}

.input-append.append-percent input {
  padding-right: 0;
  margin-left: -10px;
}

.input-append.append-percent .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.form-condensed label {
  margin-bottom: 0;
}

.form-condensed select,
.form-condensed textarea,
.form-condensed input[type="text"],
.form-condensed input[type="password"],
.form-condensed input[type="datetime"],
.form-condensed input[type="datetime-local"],
.form-condensed input[type="date"],
.form-condensed input[type="month"],
.form-condensed input[type="time"],
.form-condensed input[type="week"],
.form-condensed input[type="number"],
.form-condensed input[type="email"],
.form-condensed input[type="url"],
.form-condensed input[type="search"],
.form-condensed input[type="tel"],
.form-condensed input[type="color"],
.form-condensed .uneditable-input {
  margin-bottom: 0;
}

.form-datapreview label {
  margin-top: 0px
}

legend + .control-group,
legend + .section-form-content {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-condensed .control-group {
  margin-bottom: 5px;
}

.form-dark select,
.form-dark textarea,
.form-dark input[type="text"],
.form-dark input[type="password"],
.form-dark input[type="datetime"],
.form-dark input[type="datetime-local"],
.form-dark input[type="date"],
.form-dark input[type="month"],
.form-dark input[type="time"],
.form-dark input[type="week"],
.form-dark input[type="number"],
.form-dark input[type="email"],
.form-dark input[type="url"],
.form-dark input[type="search"],
.form-dark input[type="tel"],
.form-dark input[type="color"],
.form-dark .uneditable-input {
  background-color: #e1e2e9; /*ie*/
  background-color: rgba(0, 0, 0, 0.1);
}

.form-dark input[disabled],
.form-dark select[disabled],
.form-dark textarea[disabled],
.form-dark input[readonly],
.form-dark select[readonly],
.form-dark textarea[readonly] {
  cursor: not-allowed;
  background-color: #f1f1f1;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999999;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999999;
}
 .form-dark input:-moz-placeholder, .form-dark textarea:-moz-placeholder {
 color: #a8a9ad;
}
 .form-dark input:-ms-input-placeholder, .form-dark textarea:-ms-input-placeholder {
 color: #a8a9ad;
}
 .form-dark input::-webkit-input-placeholder, .form-dark textarea::-webkit-input-placeholder {
 color: #a8a9ad;
}
 .well-black input:-moz-placeholder, .well-black textarea:-moz-placeholder {
 color: #5b5e62;
}
 .well-black input:-ms-input-placeholder, .well-black textarea:-ms-input-placeholder {
 color: #5b5e62;
}
 .well-black input::-webkit-input-placeholder, .well-black textarea::-webkit-input-placeholder {
 color: #5b5e62;
}

label.label-left,
.label-left label,
.label-left .label-field,
.form-horizontal.label-left .control-label,
.form-horizontal .label-left .control-label {
  text-align: left;
}

.mini-labels .control-group > label {
  width: 70px;
}

.mini-labels .controls {
  margin-left: 80px;
}

.mini-labels .form-actions {
  padding-left: 80px;
}

.small-labels .control-group > label {
  width: 110px;
}

.small-labels .controls {
  margin-left: 120px;
}

.small-labels .form-actions {
  padding-left: 120px;
}

.help-block,
.help-inline,
.info-block,
.info-inline {
  color: #75788b;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.help-icon {
  padding: 5px;
  cursor: pointer;
}

.well-black .help-block,
.well-black .help-inline,
.well-black .info-block,
.well-black .info-inline {
  color: #b8bac7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.help-block i,
.help-inline i {
  font-size: 14px;
}

a.help-block,
a.help-inline {
  text-decoration: none
}

.help-block,
.info-block {
  margin-bottom: 5px;
}

.control-group.warning label {
  color: #c09853;
}

.control-group.error label {
  color: #b94a48;
}

.control-group.success label {
  color: #468847;
}

.control-group.info label {
  color: #3a87ad;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

/* wrapper for corection uniform checkbox */

.checkbox-wrap {
  display: inline-block;
  padding-left: 18px
}

.clear-icon-wrap {
  position: relative;
  top: 0;
  left: 0
}

/* Form list --------------------- */

.form-list {
  list-style: none;
  margin-left: 0;
}

.list-bordered > li {
  border-bottom: 1px solid #c8ccce;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.15);
  border-top: 1px solid #fff;
  border-top: 1px solid rgba( 255, 255, 255, 0.6);
}

.list-bordered .control-group {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
}

.list-bordered .media {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0;
}

.list-bordered .media .data,
.list-bordered .media .media-heading {
  margin-bottom: 0;
}

.list-bordered.dotted > li,
.list-bordered.dotted .control-group {
  border-bottom: 1px dotted #bec2c4;
  border-bottom: 1px dotted rgba( 0, 0, 0, 0.25);
  border-top: 1px dotted #fff;
  border-top: 1px dotted rgba( 255, 255, 255, 0.9);
}

.well-black .list-bordered.dotted .control-group {
  border-bottom-color: #111111;
  border-top-color: #515356;
}

.form-condensed .list-bordered .control-group {
  padding: 5px 0
}

.list-bordered .section-form {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c8ccce;
}

.list-bordered li:first-child {
  border-top: none;
}

.list-bordered li:last-child {
  border-bottom: none;
}

.section-form {
  min-height: 30px;
  padding: 9px 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #3399ff;
}

.section-form:before,
.section-form:after {
  display: table;
  content: "";
}

.section-form:after {
  clear: both;
}

.section-form h4 {
  margin: 10px 0 0;
  font-weight: normal
}

.list-bordered .control-group:first-child,
.list-bordered .section-form:first-child {
  border-top: none;
}

.list-bordered .control-group:last-child {
  border-bottom: none;
}


/* Table Message info
 ------------------------------------------- */

.table-message-info {
  border: none;
  color: #333;
  font-size: 12px;
  line-height: 2.16em;
  text-align: left;
  vertical-align: middle;
}

.well-box .table-message-info,
.widget .table-message-info {
  background-color: #fffae9;
  padding: 0 8px;
  border-top: 1px solid #d9b751;
}

.well-box .table-message-info:last-child,
.widget-table .table-message-info:last-child {
  border-bottom: 1px solid #c9c9c9;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.widget-box .table-message-info:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.widget .widget-footer .table-message-info {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}



/* WRAPPED TABLE
 ---------------------------------------------------------------------------- */
/* TABLE IN WELL-BLACK
 ------------------------------------------- */

.well-black .table a {
  color: #3399ff;
}

.well-black .table a:hover {
  color: #99ccff;
}

.well-black .table caption {
  color: #d6d8db;
}

.well-black .table caption small {
  color: #77a170;
}

.well-black .table caption span {
  color: #77a170;
}

.well-black .table th,
.well-black .table td {
  border-top-color: #555a5e;
}

.well-black .table thead th {
  background: #2d3033;
  color: #a2a5b8
}

.well-black .table caption,
.well-black .table thead th,
.well-black .table tfoot th,
.well-black .table tbody {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* TABLE IN WIDGET 
 ---------------------------------------------------------------------------- */ 

.widget > .table,
.widget > .datatable-wrapper > .table {
  margin-bottom: 0;
}

.widget-box.widget-table .datatable-wrapper {
  padding-top: 0;
}

.widget-content > .table,
.widget-body > .table {
  margin-bottom: 0px
}



/* DROPDOWNS 

 ---------------------------------------------------------------------------- */
.dropdown-menu {
  font-size: 13px;
  z-index: 1100;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.typeahead {
  margin-top: 2px;
  font-size: 12px
}

.typeahead.dropdown-menu li > a strong {
  color: #981E1E;
}

.typeahead.dropdown-menu li > a:hover,
.typeahead.dropdown-menu li > a:focus,
.typeahead.dropdown-menu .active > a,
.typeahead.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.typeahead.dropdown-menu li > a:hover strong,
.typeahead.dropdown-menu li > a:focus strong,
.typeahead.dropdown-menu .active > a strong,
.typeahead.dropdown-menu .active > a:hover strong {
  color: #EB5656;
}

/* WELLS 
 ---------------------------------------------------------------------------- */
.well {
  color: #333;
  background-color: #f5f6f9;
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.1);
  width: 96%;
}

.well-nice {
}

.well-black {
  color: #eeeeee;
  background: #373b3e;
  border-color: #3e4144;
}
.well-white {
  background: #FFFFFF;
  /* border: 0 none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important; */
}
.well-wrapp {
  padding: 0px;
  background-color: transparent;
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.133);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.133);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.133);
}

.well-wrapp.inverse {
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}

.well-box {
  padding: 0;
}

.well-impressed {
  border-color: #cbccd0;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
}


/* For well content -------- */



.well-content {
  margin: 0 -19px;
  border-top: 1px solid #fff;
}

.well .well-nice {
  border-color: #f5f6f9;
}

.well-black.well-impressed {
  border: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
}

.well .well:before,
.well .well:after {
  display: table;
  content: "";
}

.well .well:after {
  clear: both;
}

.well-nice .well-nice {
  border-color: #e9ebf2;
  background-color: #edeef5;
  box-shadow: none;
}

.well-nice .well-nice.well-impressed {
  border-color: #ffffff;
  background-color: #edeef5;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
}

.well-black .well-black {
  border-color: #2e3134;
  background-color: #323538;
  box-shadow: none;
}

.well-black .well-nice {
  border: none;
}

.well-black .well-black.well-impressed {
  border: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.07), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.07), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.well-black h1,
.well-black h2,
.well-black h3,
.well-black h4,
.well-black h5,
.well-black h6,
h1.well-black,
h2.well-black,
h3.well-black,
h4.well-black,
h5.well-black,
h6.well-black {
  color: #e6e8eb;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.8);
}

.well-black .well-nice h1,
.well-black .well-nice h2,
.well-black .well-nice h3,
.well-black .well-nice h4,
.well-black .well-nice h5,
.well-black .well-nice h6 {
  color: #333;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.well-mini {
  padding: 5px;
  min-height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.well-mini.well-impressed {
  border-color: #cbccd0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
}

.well .simple-header:first-child {
  margin-top: -10px;
}

.well-small .simple-header:first-child {
  margin-top: 0px;
}

.well-box .simple-header:first-child {
  margin-top: 10px;
}

.well-black .simple-header {
  border-bottom-color: #222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

ul li a.well,
ol li a.well {
  display: block;
}

/* BUTTONS 
 ---------------------------------------------------------------------------- */

.btn {
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
}

.btn:focus {
  outline: 0;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-glyph {
  cursor: pointer;
  padding: 5px 4px 3px; 
}

.btn-glyph,
.btn-glyph:hover,
.btn-glyph:active {
  color: #333;
}

.btn-glyph,
.btn-glyph:hover,
.btn-glyph:active,
.btn-glyph[disabled] {
  text-decoration: none;
}

.btn.btn-glyph {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-mini.btn-glyph {
  padding-right: 2px 6px;
}

.btn-small.btn-glyph {
  padding: 3px 7px;
}

.btn-large.btn-glyph {
  padding: 9px 12px;
}

.btn-glyph[class^="fontello-icon-"]:before,
.btn-glyph[class*=" fontello-icon-"]:before,
/*
.btn-glyph[class^="aweso-icon-"]:before,
.btn-glyph[class*=" aweso-icon-"]:before,*/
.btn-glyph[class^="fa-"]:before,
.btn-glyph[class*=" fa-"]:before,
.btn-glyph [class^="fontello-icon-"]:before,
.btn-glyph [class*=" fontello-icon-"]:before,
/*.btn-glyph [class^="aweso-icon-"]:before,
.btn-glyph [class*=" aweso-icon-"]:before,*/
.btn-glyph [class^="fa-"]:before,
.btn-glyph [class*=" fa-"]:before { 
  margin-right: 0;
  font-size: 1.2em;
}

.btn-mini[class^="fontello-icon-"]:before,
.btn-mini[class*=" fontello-icon-"]:before,
/*.btn-mini[class^="aweso-icon-"]:before,
.btn-mini[class*=" aweso-icon-"]:before,*/
.btn-mini[class^="fa-"]:before,
.btn-mini[class*=" fa-"]:before,
.btn-mini [class^="fontello-icon-"]:before,
.btn-mini [class*=" fontello-icon-"]:before,
/*
.btn-mini [class^="aweso-icon-"]:before,
.btn-mini [class*=" aweso-icon-"]:before,
*/
.btn-mini [class^="fa-"]:before,
.btn-mini [class*=" fa-"]:before,
.btn-small[class^="fontello-icon-"]:before,
.btn-small[class*=" fontello-icon-"]:before,
/*.btn-small[class^="aweso-icon-"]:before,
.btn-small[class*=" aweso-icon-"]:before,*/
.btn-small[class^="fa-"]:before,
.btn-small[class*=" fa-"]:before,
.btn-small [class^="fontello-icon-"]:before,
.btn-small [class*=" fontello-icon-"]:before,
/*.btn-small [class^="aweso-icon-"]:before,
.btn-small [class*=" aweso-icon-"]:before,*/
.btn-small [class^="fa-"]:before,
.btn-small [class*=" fa-"]:before,
.btn-large[class^="fontello-icon-"]:before,
.btn-large[class*=" fontello-icon-"]:before,
/*.btn-large[class^="aweso-icon-"]:before,
.btn-large[class*=" aweso-icon-"]:before,*/
.btn-large[class^="fa-"]:before,
.btn-large[class*=" fa-"]:before,
.btn-large [class^="fontello-icon-"]:before,
.btn-large [class*=" fontello-icon-"]:before,
/*.btn-large [class^="aweso-icon-"]:before,
.btn-large [class*=" aweso-icon-"]:before,*/
.btn-large [class^="fa-"]:before,
.btn-large [class*=" fa-"]:before {
  font-size: 1.1em;
}

.btn-well {
  color: #878a92 !important;
  background-color: #f6f7fe;
  background-image: none;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.itext,
.futon {
  display: inline-block;
*display: inline;
  line-height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, .75);
  vertical-align: middle;
*zoom: 1;
}

.itext {
  padding: 3px 3px;
  margin-bottom: 0;
*margin-left: .3em;
  font-size: 13px;
  color: #333333;
}

.futon {
  padding: 4px 6px 6px;
  margin-bottom: 0;
*margin-left: .3em;
  font-size: 12px;
  font-weight: normal;
}

.btn-toolbar .futon:hover {
  background-color: #d3d5da;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.futon [class*=" fugue-uicon-"],
.futon [class^="fugue-uicon-"] {
  margin-top: -1px;
*margin-top: -2px;
}

/* BUTTON GROUPS 
 ---------------------------------------------------------------------------- */

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.btn-group > .btn-large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}

.btn-group > .btn-large:last-child,
.btn-group > .btn-large.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}

.btn-broken i {
  display: block;
}

.btn-mini .caret {
  margin-top: 6px;
}

.btn-small .caret {
  margin-top: 7px;
}

.btn-large .caret {
  margin-top: 8px;
}

.btn-group.open .btn-boo.dropdown-toggle {
  background-color: #cbd0da;
}

.btn-group.open .btn-blue.dropdown-toggle {
  background-color: #006bb7;
}

.btn-group.open .btn-turgu.dropdown-toggle {
  background-color: #1080a2;
}

.btn-group.open .btn-green.dropdown-toggle {
  background-color: #3b9b28;
}

.btn-group.open .btn-yellow.dropdown-toggle {
  background-color: #d6b200;
}

.btn-group.open .btn-red.dropdown-toggle {
  background-color: #981e1e;
}

.btn-group.open .btn-black.dropdown-toggle {
  background-color: #141414;
}

.btn-group.open .btn-navi.dropdown-toggle {
  background-color: #353839;
}

.btn-group.open .btn-sky.dropdown-toggle {
  background-color: #3594E9;
}

.btn-group.open .btn-orange.dropdown-toggle {
  background-color: #d07107;
}

.btn-group.open .btn-slategray.dropdown-toggle {
  background-color: #3b5b6c;
}

.btn-group.open .btn-redlight.dropdown-toggle {
  background-color: #a80005;
}

.btn-blue .caret,
.btn-turgu .caret,
.btn-green .caret,
.btn-red .caret,
.btn-black .caret,
.btn-navi .caret,
.btn-sky .caret,
.btn-orange .caret,
.btn-slategray .caret,
.btn-redlight .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
*display: inline;
*zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* selectpicker css */





.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}


.bootstrap-select .btn {
  width: 100%;
}

.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  text-align: left;
  margin-right: 12px;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  right: 10px;
}

.bootstrap-select.btn-group .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu ul {
  margin: 0;
  list-style: none;
}

/* btn-toolbar */





ul.btn-toolbar {
  margin-left: 0;
  margin-top: 8px;
  margin-bottom: 8px; 
  list-style: none;
}

ul.btn-toolbar > li {
  display: block;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  margin: 2px 0;
  list-style: none;
}

ul.btn-toolbar > li.divider-vertical {
  height: 30px;
  padding: 0;
  margin: 0 6px;
  border-right: 1px solid #fff;
  border-left: 1px solid #bbb;
}

.navbar ul.btn-toolbar > li.divider-vertical {
  height: 40px;
}

ul.btn-toolbar > li.divider-vertical.small,
.header-small ul.btn-toolbar > li.divider-vertical {
  height: 26px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: "";
}

.btn-toolbar:after {
  clear: both;
}

ul.toolbar-inline > li {
  display: inline-block;
  float: none;
  padding-right: 2px;
  padding-left: 2px;
  margin: 2px 0;
  list-style: none;
  vertical-align: top;
  z-index: 1;
  *display: inline;
}

/* ALERTS 
 ---------------------------------------------------------------------------- */

.alert-content {
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.modal-body .alert {
  margin: -16px -15px 10px -15px;
  border-radius: 0;
}

/* NAVS 
 ---------------------------------------------------------------------------- */

.nav > li > .btn-toolbar {
  margin-top: 5px;
  margin-bottom: 2px;
}

.nav-inline,
.nav-center {
  position: relative;
  font-size: 0;
  margin-bottom: 15px;
}

.nav-inline li {
  float: left;
}

.nav-inline > li,
.nav-center > li {
  font-size: 14px;
  display: inline-block;
*display: inline;
  margin: 0 5px;
*zoom: 1;
}

.nav-inline li:first-child,
.nav-center li:first-child {
  margin-left: 0
}

.nav-center {
  text-align: center;
}

.nav-inline > li.divider-vertical,
.nav-center > li.divider-vertical {
  width: 1px;
  height: 14px;
}

.nav-inline > li.divider-vertical.line,
.nav-center > li.divider-vertical.line {
  border-left: 1px solid #bbb;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 1);
}

.nav-inline > li > a.link,
.nav-center > li > a.link {
  display: block;
  float:none;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;	
}

.nav-inline > .active > a.link,
.nav-center > .active > a.link {
  color: #333;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.nav-well > li {
  margin-bottom: 5px;
}

.nav-well > li > .well {
  padding: 9px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-well > li > .well:hover {
  color: #3399ff;
}

.nav-well > li > .well-black:hover {
  color: #99ccff;
  background-color: #2d3032;
}

/* sidebar nav */






.nav .chevron {
  float: right;
}

.nav-right .chevron {
  float: left;
}

.nav-right .item-icon {
  float: right;
}

/* TABS
 ---------------------------------------------------------------------------- */

.nav-tabs > li > a,
.nav-pills > li > a {
  font-size: 14px;
  outline: none;
  color: #999999;
  text-transform: capitalize;
}

.nav-tabs {
  box-shadow: 0 -1px #999 inset; 
  padding-left: 0px;
}

.nav-tabs > li.disabled > a {
  color: #aaaaaa;
  cursor: not-allowed;
}

.nav-pills > li > a {
  margin-top: 3px;
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  color: #333;
  background-color: #e3e4e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.nav-small > li > a {
  padding: 4px 8px 3px;
}

.nav-small > li.active > a {
  padding: 4px 8px 3px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a,
.nav > li.dropdown.open.active > a:hover {
  color: #333;
  background-color: #e3e4e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.8);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabbable {
  border-color: #babecc;
  border-style: solid;
  border-width: 0;
  clear: both;
*zoom: 1;
}

.tabbable > .nav-tabs {
  margin: 0;
}

.tab-content {
  overflow: auto;
}

.tab-content-visible {
  overflow: visible;
}

.tabbable-bordered {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px; /* 25px; */
}

.tabbable-bordered > .tab-content {
  background-color: #f5f5f5;
  border-width: 0 1px 1px 1px;
  padding: 18px 18px 9px 18px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* Tabs Bottom
 ---------------------------------------- */

.tabs-below > .nav-tabs {
  border-top-color: #babecc;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #babecc;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #babecc #babecc #babecc;
}

.tabs-below > .tab-content {
  padding: 0 0 9px 0;
}

.tabs-below.tabbable-bordered > .tab-content {
  padding: 18px 18px 9px 18px;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Tabs Left & Right
 ---------------------------------------- */

.tabs-left,
.tabs-right {
  margin-bottom: 20px;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  overflow: hidden;
}

/* Tabs Left
 ---------------------------------------- */

.tabs-left > .nav-tabs {
  border-right-color: #babecc;
  left: 1px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #babecc #eee #eee;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover {
  border-color: #babecc transparent #babecc #babecc;
*border-right-color: #ffffff;
}

.tabs-left > .tab-content {
  border-left-width: 1px;
  padding: 0 0 0 18px;
}

.tabs-left.tabbable-bordered {
  border-width: 0 1px 0 0;
}

.tabs-left.tabbable-bordered > .tab-content {
  border-width: 1px 0 1px 1px;
  padding: 18px 18px 9px 18px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* Tabs Right
 ---------------------------------------- */

.tabs-right > .nav-tabs {
  border-left-color: #babecc;
  right: 1px;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #babecc;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover {
  border-color: #babecc #babecc #babecc transparent;
*border-left-color: #ffffff;
}

.tabs-right > .tab-content {
  border-right-width: 1px;
  padding: 0 19px 0 0;
}

.tabs-right.tabbable-bordered {
  border-width: 0 0 0 1px;
}

.tabs-right.tabbable-bordered > .tab-content {
  border-width: 1px 1px 1px 0;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* TABS IN BOX
 ---------------------------------------- */

.widget-box .tabbable {
  margin-bottom: 0;
}

.widget-box .tabbable > .tab-content {
  background-color: #fcfcfc;
}

.widget-box .nav-tabs > .active > a,
.widget-box .nav-tabs > .active > a:hover {
  background-color: #fcfcfc;
}

.widget-box .box-header + .tabbable {
  border-top: 1px solid #babecc;
}

/* Tabs Top in Box
 ---------------------------------------- */

.widget-box .tabs-top > .nav-tabs > li > a {
  border-top: none;
}

.widget-box .tabs-top > .nav-tabs > li > a:hover {
  border-color: #eee #eee #babecc #eee;
}

.widget-box .tabs-top > .nav-tabs > .active > a,
.widget-box .tabs-top > .nav-tabs > .active > a:hover {
  border-color: #babecc #babecc transparent #babecc;
}

.widget-box .tabs-top > .nav-tabs > li:first-child > a {
  border-left: none;
}

.widget-box .tabs-top > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Bottom in Box
 ---------------------------------------- */

.widget-box.tabs-below > .nav-tabs {
  margin-bottom: 0;
}

.widget-box .tabs-below > .nav-tabs > li > a {
  border-bottom: none;
}

.widget-box .tabs-below > .nav-tabs > li > a:hover {
  border-color: #babecc #eee #eee #eee;
}

.widget-box.tabs-below > .nav-tabs > .active > a,
.widget-box.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #babecc #babecc #babecc;
  border-bottom: none;
}

.widget-box .tabs-below > .nav-tabs > li:first-child > a {
  border-left: none;
}

.widget-box .tabs-below > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Left & Right in Box
 ---------------------------------------- */

.widget-box .tabs-left > .nav-tabs > li > a,
.widget-box .tabs-right > .nav-tabs > li > a {
  margin-bottom: 1px;
}

/* Tabs Left in Box 
 ---------------------------------------- */

.widget-box .tabs-left > .nav-tabs > li > a {
  border-left: none;
  margin-left: -1px;
}

.widget-box .tabs-left > .nav-tabs > li:first-child > a {
  border-top: none;
}

.widget-box.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #babecc #eee #eee;
}

.widget-box.tabs-left > .nav-tabs .active > a,
.widget-box.tabs-left > .nav-tabs .active > a:hover {
  border-color: #babecc transparent #babecc #babecc;
*border-right-color: #fcfcfc;
}

.widget-box .tabs-left > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Right in Box 
 ---------------------------------------- */

.widget-box .tabs-right > .nav-tabs > li > a {
  border-right: none;
  margin-right: -1px;
}

.widget-box .tabs-right > .nav-tabs > li:first-child > a {
  border-top: none;
}

.widget-box.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #babecc;
}

.widget-box.tabs-right > .nav-tabs .active > a,
.widget-box.tabs-right > .nav-tabs .active > a:hover {
  border-color: #babecc #babecc #babecc transparent;
*border-left-color: #fcfcfc;
}

.widget-box .tabs-right > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
}

.well .tabs-left,
.well .tabs-right {
  margin-bottom: 0;
}

/* TABS IN BOX COLORING
 ---------------------------------------- */
/* Blue
 ---------------------------------------- */

.tabbable.bg-blue {
  background-color: #d4e6f9;
}

.tabbable.bg-blue .tab-content {
  background-color: #f4f9fd;
}

.tabbable.bg-blue .nav-tabs > .active > a,
.tabbable.bg-blue .nav-tabs > .active > a:hover {
  background-color: #f4f9fd;
}

/* Green
 ---------------------------------------- */

.tabbable.bg-green {
  background-color: #d1eed0;
}

.tabbable.bg-green .tab-content {
  background-color: #f3fbf3;
}

.tabbable.bg-green .nav-tabs > .active > a,
.tabbable.bg-green .nav-tabs > .active > a:hover {
  background-color: #f3fbf3;
}

/* Grey
 ---------------------------------------- */

.tabbable.bg-grey {
  background-color: #e2e4e8;
}

.tabbable.bg-grey .tab-content {
  background-color: #f1f3f7;
}

.tabbable.bg-grey .nav-tabs > .active > a,
.tabbable.bg-grey .nav-tabs > .active > a:hover {
  background-color: #f1f3f7;
}

/* Yellow
 ---------------------------------------- */

.tabbable.bg-yellow {
  background-color: #fdf7d5;
}

.tabbable.bg-yellow .tab-content {
  background-color: #fefdf4;
}

.tabbable.bg-yellow .nav-tabs > .active > a,
.tabbable.bg-yellow .nav-tabs > .active > a:hover {
  background-color: #fefdf4;
}

/*** TABS IN BOX RADIUS
 ---------------------------------------- */

.widget-box .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.widget-box .tab-content:first-child,
.widget-box > .tabs-right > .tab-content,
.widget-box > .tabs-top .nav-tabs > li:first-child > a,
.widget-box > .tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.widget-box .tab-content:first-child,
.widget-box > .tabs-left > .tab-content,
.widget-box > .tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.widget-box .tab-content:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.widget-box .tab-content:last-child,
.widget-box > .tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.widget-box .box-header + .tabbable > .tab-content,
.widget-box .box-header + .tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}

.widget-box .box-header + .tabbable > .tab-content,
.widget-box .box-header + .tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

.widget-box .tabs-right > .tab-content {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.widget-box .tabs-left > .tab-content {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* NAVBAR 
 ---------------------------------------------------------------------------- */
 /*
.navbar {
  font-weight: bold;
  font-size: 13px;
}
*/
.navbar img{
	max-height: 50px;
	max-width:200px;
	vertical-align: middle;
	border-radius: 1px;
}
.navbar > span {
	padding-left:10px;
	font-weight:bold; 
	line-height: 40px;
	font-style:italic;
}  

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent; 
  border: 1px solid #C8CCCE;
*zoom: 1;

}
/*
.navbar .brand {
  margin-top: -2px;
  padding: 0 8px;
  width: auto;
  margin-left: 0px;
  text-align: center;
  vertical-align: middle;
}
*/
.navbar-inner .title {
  float: left;
  margin: 0 0 0 -15px;
  padding: 9px 15px 9px;
  font-size: 18px
}
/*
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
  margin-bottom: 0;
}
*/

.navbar .btn-navbar {
  padding: 8px 10px 7px;
  margin-top: 4px;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.navbar-page {
  margin-top: -1px;
  margin-right: -20px;
  margin-left: -20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2); /* #8d857a */
}

.navbar-page .btn-navbar {
  padding: 7px 10px 8px;
  margin-top: 4px; 
  border: none;
  background-color: transparent;
  *background-color: #e5e5e5;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.navbar .btn-navbar .icon-bar {
  background-color: #fff;
}

.navbar-page .btn-navbar .icon-bar {
  background-color: #a1a1a1;
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar-page .navbar-inner {
  border-radius: 0;
  border: 0 none;
  box-shadow: none;
}

.navbar-page .divider-vertical {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #FFFFFF;
    height: 60px;
    margin: 0 9px;
}

.navbar-page .nav h3, .navbar-page .nav h2, .navbar-page .nav h1{
	color: #004e78;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.navbar-page .nav.pull-right .btn, .navbar-page .nav.pull-right .btn-group {
	margin-right: 0px;
	margin-left: 5px;
	
}
.navbar-page .btn-group + .btn-group {
    margin-left: 0px;
}
.navbar-page .nav > li > div {
    float: none;
    padding: 0;
    text-decoration: none;
    display: inline;
}
.navbar-page .nav > li > a {
    color: #666;
    padding: 13px 15px;
}

.navbar-page .nav > li > a:focus,
.navbar-page .nav > li > a:hover {
  color: #3399FF;
  text-decoration: none;
  background-color: transparent;
}

.navbar-page .nav > .active > a,
.navbar-page .nav > .active > a:hover,
.navbar-page .nav > .active > a:focus {
  color: #3399FF;
  text-decoration: none;
  background-color: #f4f5fb;
  /*background-color: transparent;*/
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 2px 0 1px -1px rgba(0, 0, 0, 0.155), inset -2px 0 1px -1px rgba(0, 0, 0, 0.155), inset 0 -1px 0 rgba(255, 255, 255, 1),  inset 0 1px 0 rgba(255, 255, 255, 0.6);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 2px 0 1px -1px rgba(0, 0, 0, 0.155), inset -2px 0 1px -1px rgba(0, 0, 0, 0.155), inset 0 -1px 0 rgba(255, 255, 255, 1),  inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125), inset 2px 0 1px -1px rgba(0, 0, 0, 0.155), inset -2px 0 1px -1px rgba(0, 0, 0, 0.155), inset 0 -1px 0 rgba(255, 255, 255, 1),  inset 0 1px 0 rgba(255, 255, 255, 0.6);
}


.navbar-page .btn, 
.navbar-page .btn-group,
.navbar-page .navbar-form input,
.navbar-page .navbar-form select,
.navbar-page .navbar-form .radio,
.navbar-page .navbar-form .checkbox,
.navbar-page .navbar-form .input-append,
.navbar-page .navbar-form .input-prepend,
.navbar-page .navbar-search {
  margin-top: 8px;
}

.navbar-page .pagination {
  margin-top: 8px;
  margin-bottom: 0;
}

.navbar-page .navbar-form input[type="image"],
.navbar-page .navbar-form input[type="checkbox"],
.navbar-page .navbar-form input[type="radio"] {
  margin-top: 3px;
}



.navbar-page .navbar-form .input-append input,
.navbar-page .navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-page .navbar-form .input-append .btn,
.navbar-page .navbar-form .input-prepend .btn,
.navbar-page .navbar-form .input-append .btn-group,
.navbar-page .navbar-form .input-prepend .btn-group {
  margin-top: 0;
}



.navbar-page label { 
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.navbar .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}

/*
.navbar-inverse .navbar-inner {
    background: #013a5c none repeat scroll 0 0;  
    border: 1px solid gray; 
}
*/
.navbar-inverse .title {
	color: #9f9b9b;
}
/*
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #9f9b9b;   
}
*/
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111;
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b94a48;
  background-image: none;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #b94a48;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.well-box .navbar {
  margin-bottom: 0;
}

.well-box .navbar-inner {
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border-bottom: 1px solid #d1d2d5;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    background-image:none;
}

.well-box.well-black .navbar-inner {
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.well-box.well-black .navbar-inner .title,
.well-box .navbar-inverse .navbar-inner .title {
  color: #e6e8eb;
}

.well-box .section-content {
  padding: 16px;
  border-top: 1px solid #ffffff;
}

.well-box .section-content.item {
  border-bottom: 1px solid #d1d2d5;
}

.well-box .section-content.footer {
  padding: 6px 16px;
  min-height: 20px;
}

.well-box .section-content-table {
  padding: 0;
  border-top: 1px solid #ffffff;
}

.well-box .navbar-inner .title {
  color: #333333;
}

.well-box .navbar .nav > li > a {
  padding: 10px;
}

.well-box .navbar .divider-vertical {
  margin: 0 6px;
  border-left-color: #d1d2d5;
  border-right-color: #ffffff;
}

.well-box .navbar-inverse .divider-vertical {
  border-left-color: #222222;
  border-right-color: #515356;
}

.well-box .btn-toolbar {
  margin: 0px;
}

/* navbar - user menu
 ---------------------------------------- */

.navbar .user-menu {
  float: right;
}

.navbar .user-menu > li > a {
}


.navbar .user-menu > li > a span {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0 6px 1px 5px;
}

/* Search 
 ---------------------------------------- */

.search-global {
  position: relative;
  float: right;
}

.search-global .search,
.search-global input[type="search"] {
  margin: 4px 0 0;
  color: eee;
  background: #181a1d;
  border-color: #131517;
}

.search-global .search-button {
  position: absolute;
  right: 4px;
  top: 9px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.search-global:hover .search-button {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.search-global .search-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.search-global input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8)
}

/* BREADCRUMBS 
 ---------------------------------------------------------------------------- */

.breadcrumb {
  padding: 7px 15px 6px;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.breadcrumb li {
  display: inline-block;
*display: inline;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
*zoom: 1;
}

.breadcrumb a {
  font-weight: bold;
  font-size: 13px;
  color: #296025
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #003300
}

.breadcrumb .divider {
  color: #99ff99;
}

.breadcrumb .active {
  font-weight: bold;
  font-size: 13px;
  color: #ccffcc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.breadcrumb > li > .dropdown-menu {
  position: absolute;
  top: 97%;
}

.breadcrumb > li > .dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

.breadcrumb > li > .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.breadcrumb > li > .dropdown-menu > li {
  display: block;
}

/* PAGINATION 
 ---------------------------------------------------------------------------- */
/* pagination for list */

.pagination ul > li > div.page {
  display: inline;
}

.pagination ul > li > div > a,
.pagination ul > li > div > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > div > a:hover,
.pagination ul > li > div > a.active,
.pagination ul > li > div > span.active {
  background-color: #f5f5f5;
}

.pagination ul > li > div > a.active,
.pagination ul > li > div > span.active {
  color: #999999;
  cursor: default;
}

.pagination ul > li:first-child > div > a,
.pagination ul > li:first-child > div > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > div > a,
.pagination ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-large ul > li > div > a,
.pagination-large ul > li > div > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > div > a,
.pagination-large ul > li:first-child > div > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > div > a,
.pagination-large ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > div > a,
.pagination-small ul > li:first-child > div > a,
.pagination-mini ul > li:first-child > div > span,
.pagination-small ul > li:first-child > div > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > div > a,
.pagination-small ul > li:last-child > div > a,
.pagination-mini ul > li:last-child > div > span,
.pagination-small ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > div > a,
.pagination-small ul > li > div > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > div > a,
.pagination-mini ul > li > div > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

/* Pagination btn 
 ---------------------------------------- */

.pagination-btn ul > li > a,
.pagination-btn > li > span,
.pagination-btn ul > li > div > a,
.pagination-btn > li > div > span {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
*background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #a2a2a2;
*border: 0;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.pagination-btn ul > .active > a,
.pagination-btn ul > .active > span,
.pagination-btn ul > .active > div > a,
.pagination-btn ul > .active > div > span,
.pagination-btn ul > li > a:hover,
.pagination-btn ul > li > div > a:hover,
.pagination-btn ul > li > div > a.active,
.pagination-btn ul > li > div > span.active {
  background-color: #e6e6e6;
*background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.pagination-btn ul > .active > a,
.pagination-btn ul > .active > span,
.pagination-btn ul > .active > div > a,
.pagination-btn ul > .active > div > span,
.pagination-btn ul > li > div > a.active,
.pagination-btn ul > li > div > span.active {
  color: #0066CC;
  background: #f0f0f0;
  border-top-color: #c0c0c0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination-btn ul > .disabled > a,
.pagination-btn ul > .disabled > a:hover,
.pagination-btn ul > .disabled > span,
.pagination-btn ul > .disabled > div > a,
.pagination-btn ul > .disabled > div > a:hover,
.pagination-btn ul > .disabled > div > span {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Pagination btn 
 ---------------------------------------- */

.pagination-boo ul > li > a,
.pagination-boo ul > li > span,
.pagination-boo ul > li > div > a,
.pagination-boo ul > li > div > span {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #d4d9e1;
*background-color: #cbd0da;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cbd0da));
  background-image: -webkit-linear-gradient(top, #ffffff, #cbd0da);
  background-image: -moz-linear-gradient(top, #ffffff, #cbd0da);
  background-image: -o-linear-gradient(top, #ffffff, #cbd0da);
  background-image: linear-gradient(to bottom, #ffffff, #cbd0da);
  background-repeat: repeat-x;
  border-color: #c3c9d3 #c3c9d3 #bac1cb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.30);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcbd0da', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.pagination-boo ul > .active > a,
.pagination-boo ul > .active > span,
.pagination-boo ul > .active > div > a,
.pagination-boo ul > .active > div > span,
.pagination-boo ul > li > a:hover,
.pagination-boo ul > li > div > a:hover,
.pagination-boo ul > li > div > a.active,
.pagination-boo ul > li > div > span.active {
  background: #d7dbe3;
*background: #d7dbe3;
}

.pagination-boo ul > .active > a,
.pagination-boo ul > .active > span,
.pagination-boo ul > .active > div > a,
.pagination-boo ul > .active > div > span,
.pagination-boo ul > li > div > a.active,
.pagination-boo ul > li > div > span.active {
  color: #0066CC;
  background: #e1e5ec;
  border-top-color: #b8bec8;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination-boo ul > .disabled > a,
.pagination-boo ul > .disabled > a:hover,
.pagination-boo ul > .disabled > span,
.pagination-boo ul > .disabled > div > a,
.pagination-boo ul > .disabled > div > a:hover,
.pagination-boo ul > .disabled > div > span {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.widget-footer .pagination {
  margin: 0;
}

/* PAGER 
 ---------------------------------------------------------------------------- */

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 4px 14px;
  background-color: #f0f1f8;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* MODALS 
 ---------------------------------------------------------------------------- */

.modal-backdrop {
  z-index: 9010;
}

.modal {
  padding: 4px;
  background-color: #ffffff;
  border: 2px solid #FFFFFF; 
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.85);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.85);
  font-size: 1em;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-header {
  padding: 5px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0px; 
}

.modal-header .close {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-shadow: 0 -1px 0 #000000;
}

.modal-header .close i {
  font-size: 12px;
}

.modal-header h3,
.modal-header h4 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  background-color: #FFFFFF;
  min-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
 /* max-height: 550px;*/
}

.modal-footer {
  padding: 7px 15px 8px;
  margin-bottom: 0;
  text-align: right;
  border-top-color: #b4b7be;
  background: #dee3e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee3e7), color-stop(100%, #f5f6f7));
  background: -webkit-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -moz-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -ms-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -o-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3e7', endColorstr='#f5f6f7', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal > .modal-body:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.modal > .modal-body:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.modal-shadow {
	  padding: 0;
  border: 0px solid #666;
  border: 0px solid rgba(0, 0, 0, 0.4);
 border: 0px solid #666;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
/* TOOLTIP 
 ---------------------------------------------------------------------------- */

/* POPOVERS 
 ---------------------------------------------------------------------------- */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.popover-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 2px solid #eed3d7;
  border: 2px solid rgba(185, 74, 72, 1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.popover-error.top .arrow {
  border-top-color: #f2dede;
}

.popover-error.top .arrow:after {
  bottom: -2px;
  left: -12px;
  border-top-color: rgba(185, 74, 72, 1);
  border-width: 12px 12px 0;
}

.popover-error.right .arrow {
  border-right-color: #f2dede;
}

.popover-error.right .arrow:after {
  bottom: -12px;
  left: -2px;
  border-right-color: rgba(185, 74, 72, 1);
  border-width: 12px 12px 12px 0;
}

.popover-error.bottom .arrow {
  border-bottom-color: #f2dede;
}

.popover-error.bottom .arrow:after {
  top: -2px;
  left: -12px;
  border-bottom-color: rgba(185, 74, 72, 1);
  border-width: 0 12px 12px;
}

.popover-error.left .arrow {
  border-left-color: #f2dede;
}

.popover-error.left .arrow:after {
  right: -2px;
  bottom: -12px;
  border-left-color: rgba(185, 74, 72, 1);
  border-width: 12px 0 12px 12px;
}

/* THUMBNAILS 
 ---------------------------------------------------------------------------- */


.thumbnail {
  padding: 5px;
  border-color: #d3d6d7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.thumbnail-condensed,
.thumbnails.thumbnail-condensed .thumbnail {
  padding: 0;
}

.thumbnail.well-nice {
  background-color: #f6f7fe;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
}

.thumbnail.well-black {
  border-color: #323232;
}

.well-black .thumbnail.well-black {
  border-color: #2a2c2f;
}

.thumbnail.well-impressed {
  border-color: #c4c6ca;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.06), inset 0 0 2px rgba(0, 0, 0, 0.15), inset 1px 1px 1px rgba(0, 0, 0, 0.055), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.06), inset 0 0 2px rgba(0, 0, 0, 0.15), inset 1px 1px 1px rgba(0, 0, 0, 0.055), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.06), inset 0 0 2px rgba(0, 0, 0, 0.15), inset 1px 1px 1px rgba(0, 0, 0, 0.055), 0 1px 0 rgba(255, 255, 255, 1);
}

.thumbnail.well-black.well-impressed {
  border: 1px solid #222222;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
}

.well-black .thumbnail.well-impressed {
  border: 1px solid #3a3e41;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.well-black .thumbnail.well-black.well-impressed {
  border: 1px solid #222222;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.15);
}

/*
.thumbnails .well {
  margin-bottom: 0;
}
*/

.thumbnail .img-desc { 
  font-size: 12px;
  line-height: 16px;
  color: #777777
}

.thumbnail .action {
  padding: 0 9px;
}

.thumbnail .action .btn {
  margin-bottom: 2px;
}

.thumbnail .caption .action {
  padding: 0;
} 

.well-black .thumbnail {
  border-color: #55585b;
}

.well-black.thumbnail .caption,
.well-black .thumbnail .caption,
.thumbnail .well-black .caption {
  color: #d1d1d1;
} 

.well-black.thumbnail .img-desc,
.well-black .thumbnail .img-desc,
.thumbnail .well-black .img-desc {
  color: #b1b1b1;
} 


/* BOO THUMB
------------------------------------------------------------------------- ***/	

.img-shadow {
  position: relative;
  float: left;/*max-width: 100%;*/
}

.img-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-radius-top {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.img-radius-bottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.75);
}

.img-shadow img {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* MEDIA 
 ---------------------------------------------------------------------------- */

.media-overflow,
.media-overflow .media,
.media-overflow .media-body {
  overflow: visible;
}

.media-left {
  float: left;
  margin-right: 10px;
}

.media-right {
  float: right;
  margin-left: 10px;
}

/* LABELS and BADGES 
 ---------------------------------------------------------------------------- */

.label,
.badge {
  font-size: 11.225px;
}

.label span,
.badge span {
  padding: 0 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.label-tag,
.badge-tag {
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.label-tag,
.badge-tag {
  background-color: #e1e1e1;
}

.label-tag[href],
.badge-tag[href] {
  background-color: #c5c5c5;
}


.label-positive,
.badge-positive {
  background-color: #57A957;
}

.label-positive[href],
.badge-positive[href] {
  background-color: #57A957;
}

.label-negative,
.badge-negative {
  background-color: #DB6464;
}

.label-negative[href],
.badge-negative[href] {
  background-color: #DB6464;
}

.label-notification,
.badge-notification {
  background-color: #ED7A53;
}

.label-notification[href],
.badge-notification[href] {
  background-color: #ED7A53;
}

.label-white,
.badge-white {
  background-color: #FFF;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.label-white[href],
.badge-white[href] {
  background-color: #FFF;
  color: #333;
}


/* ACCORDION 
 ---------------------------------------------------------------------------- */



.accordion-heading:before,
.accordion-heading:after,
.accordion-content:before,
.accordion-content:after {
  display: table;
  content: "";
}

.accordion-heading:after,
.accordion-content:after {
  clear: both;
}



/*** ADMIN STYLE 
 ---------------------------------------------------------------------------- */
/** Header 
 ------------------------------------------- */






#header-container {
  height: 76px;
}

.base-layout #header-container {
  height: 58px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2010;
}
#header .navbar-inner {
 border-width: 0 0 1px;
 font-size: 14px;
 font-weight: normal;
border-width: 0 0 5px;
 border-color: #ba3737; 
    border-style: solid;
    border-width: 0 0 3px;
}

#header .navbar-inner label{
 font-size: 14px;
 font-weight: normal;
}

#header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

#header .header-drawer {
  position: absolute;
  top: 0px;
  /*height: 34px;*/
  min-height: 5px;
  margin-top: 47px;
  width: 100%;
  border-bottom: 1px solid #64be5a;
  background-color: #3b4042;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59B14F), to(#78C876));
  background-image: -webkit-linear-gradient(top, #59B14F, #78C876);
  background-image: -moz-linear-gradient(top, #59B14F, #78C876 );
  background-image: -o-linear-gradient(top, #59B14F, #78C876);
  background-image: linear-gradient(to bottom, #59B14F, #78C876);
  background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff59B14F', endColorstr='#ff78C876', GradientType=0);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.mobile-nav {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.mobile-btn {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.mobile-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.nav-page > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-page > li > a {
  padding: 9px;
}

/** Sidebar 
 ------------------------------------------- */


.sidebar {
  position: fixed;
  top: 76px;
  width: 200px;
  background-color: transparent;   
}

.base-layout .sidebar {
  top: 60px;
}

.sidebar-left .sidebar {
  left: 0;
  bottom: 0px;
}

.sidebar-left .sidebar {
  border-right: 0px; /*1px solid #2b4b6b;*/
    -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -o-box-shadow: 0px;
  box-shadow: 0px;
  margin-bottom: 0px;
  background: none repeat scroll 0 0 #9f9b9b; /*#8d857a; #ded4b5 #f7f7f7*/ 
}

.sidebar-right .sidebar {
  right: 0;
  bottom: 0;
}

.sidebar-right .sidebar {
  border-left: 1px solid #ffffff;
  -webkit-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
}

.sidebar-inverse {
  background-image: none;
}

.sidebar-left .sidebar-inverse {
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -o-box-shadow: 0px;
  box-shadow: 0px;
}

.sidebar-right .sidebar-inverse {
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 1) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
}

.sidebar-item .profile {
  padding: 15px;
  height: 70px;
  background: none repeat 0 0;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
}

 .sidebar-right .sidebar-item .profile {
  -webkit-box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
}

.sidebar-item .profile .media-heading {
  margin: 0;
  color: #e1e1e1;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.sidebar-item .profile .media-heading small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.sidebar-item .profile .data {
  margin-top: 2px;
  color: #e1e1e1;
  font-size: 11px;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.sidebar-item .profile .thumb {
  border: 5px solid #222;
}

.profile .media-thumb .img-shadow {
  height: 55px;
  width: 55px;
}

/* Nav sidebar 
 ---------------------------------------- */






.nav-side {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
   position: relative;
}

.nav-side .collapse {
  overflow: hidden
}

.nav-side .accordion-group {
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #838080; 
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.nav-side .accordion-group > .active {
   background: #ba3737; 
}

.sidebar-left .nav-side .accordion-group > .active {
 /*  margin-right: -1px; only works if you do not scroll to sidebar */
}

.sidebar-right .nav-side .accordion-group > .active {
  margin-left: -1px; /* only works if you do not scroll to sidebar */
}

.nav-side .accordion-heading {
  margin: 0;
}

.nav-side .accordion-toggle {
  display: block;
  padding: 13px 14px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  text-shadow: none; 
}

.nav-side .accordion-toggle:hover {
   background: #ba3737;
   color: #ffffff !important; 
}

.nav-side .accordion-toggle .chevron {
  color: #949598;
  font-size: 0.886em;
  opacity: 0.30;
  filter: alpha(opacity=30);
}

.nav-side .active .accordion-toggle {
  text-shadow: 0;

}
.nav-side .active .accordion-toggle:hover {
}

.sidebar-left .nav-side .accordion-toggle .chevron {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
}

.sidebar-right .nav-side .accordion-toggle .chevron {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.nav-side .accordion-toggle .item-icon {
  color: #b6b8b9 /*#949598;*/
}

.sidebar-right .nav-side .accordion-toggle .item-icon {
  float: right;
  margin-right: -6px;
}

.nav-side .active .chevron,
.nav-side .accordion-toggle:hover .chevron,
.nav-side .accordion-toggle:hover .item-icon,
.nav-side .active .accordion-toggle:hover .chevron {
  color: #3399ff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-side .active .accordion-toggle .item-icon {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-inverse .nav-side {
  border-bottom: 1px solid #3D4143; /* ie */
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sidebar-inverse .nav-side .accordion-group {
  border-top-color: #3D4143; /* ie */

  border-top-color: rgba(255, 255, 255, 0.1);

}

.sidebar-inverse .nav-side .accordion-toggle,
.sidebar-inverse .nav-side .accordion-toggle:hover {

}


.sidebar-inverse .nav-side .accordion-toggle .item-icon {
  text-shadow: none;
   display: none;
}

.sidebar-inverse .nav-side .accordion-toggle:hover .chevron,
.sidebar-inverse .nav-side .accordion-toggle:hover .item-icon {

  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-inverse .nav-side .active .accordion-toggle,
.sidebar-inverse .nav-side .active .accordion-toggle:hover {
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
  text-shadow: none;
}

.sidebar-inverse .nav-side .active .accordion-toggle:hover .chevron {
  color: #3399ff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.sidebar-inverse .nav-side .active .accordion-toggle .item-icon, .sidebar-inverse .nav-side .active .accordion-toggle:hover .item-icon {
   color: #000;
  text-shadow: none;
}

/* Sub nav sidebar
 ---------------------------------------- */

.nav-side .accordion-content {
  background: none;
  background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  }

.nav-side .accordion-content > li:first-child,
.nav-side .accordion-content > li.first-child {
  margin-top: 0px;
}

.nav-side .accordion-content > li:last-child,
.nav-side .accordion-content > li.last-child {
  margin-bottom: 10px;
}

.sidebar-inverse .nav-side .accordion-content {
  background: none repeat scroll 0 0 transparent;
  }

.nav-side ul > li > a {
  padding: 4px 15px 4px 30px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

.nav-side ul > li > a:hover {
  cursor: pointer;
}

.nav-side ul > .active > a,
.nav-side ul > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  background-color: #373B3E;
  cursor: pointer;
}

.sidebar-inverse .nav-side ul > li > a {
  text-shadow: none; /* 0 -1px 0 rgba(0, 0, 0, 1);**/
}

.sidebar-inverse .nav-side ul > li > a:hover {
  background: none;
  cursor: pointer;
}

.sidebar-inverse .nav-side ul > .active > a,
.sidebar-inverse .nav-side ul > .active > a:hover {
  color: #ffffff;
  text-shadow: none;
  background: transparent;
  cursor: default;
}

.nav-side .active .accordion-toggle:before,
.nav-side .active .accordion-toggle:hover:before, 
.sidebar-inverse .nav-side ul > .active > a:before,
.sidebar-inverse .nav-side ul > .active > a:hover:before {
    content: '\e75e';
    display: inline-block;
    font-family: "fontello";
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    padding-right: 0.2em;
    text-align: center;
}


/** Content 
 ---------------------------------------- */

.main-content {
  padding-bottom: 40px;
}

.sidebar-left .main-content {
  margin-left: 200px;
  margin-right: 0;
}

.sidebar-right .main-content {
  margin-right: 270px;
  margin-left: 0;
}



.sidebar-hidden .main-content {
  margin-right: 0;
  margin-left: 0;
}


@media (min-width: 980px) {
	.sidebar-hidden #sidebar,.sidebar-hidden  #footer-sidebar {
		display:none;
	}
}	


/** Footer-Fix 
 ---------------------------------------- */
#footer-fix {
  position: fixed;
  height: 40px;
  width: auto;
  bottom: 0;
  background-color: transparent;
  z-index: 9005;
  color: rgb(170,170,170);
  font-size: 12px;
  font-weight: normal;
}

#footer-fix .btn-toolbar,
#footer-fix .navbar {
  margin-top: 0;
  margin-bottom: 0;
}

/** Footer-Fix navbar 
 ---------------------------------------- */
#footer-fix .navbar {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

#footer-fix .navbar .divider-vertical {
  margin: 0;
  border-left-color: #4a4c4f;
  border-right-color: #1b1c1d;
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(255, 255, 255, 0.1);
}

#footer-fix .navbar-inverse .navbar-inner {
  padding-right: 18px;
  padding-left: 18px;
  background: none;
  border: none;
  border-radius: 0;
}

#footer-fix .navbar-inverse .nav > li > a {
  color: #aaa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer-fix .navbar-inverse .nav > li > a:hover {
  color: #000;
}

#footer-fix .navbar-inverse .nav > li > .active {
  color: #D6B200; 
}

/* Footer-Fix sidebar 
 ---------------------------------------- */






.footer-sidebar {
  position: absolute;
  bottom: 0;
  min-height: 40px;
  width: 200px;
  color: #ff7e34;
}

.sidebar-left .footer-sidebar {
  left: 0;
}

.sidebar-right .footer-sidebar {
  right: 0;
}

.footer-sidebar .btn-toolbar {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.footer-sidebar .btn-toolbar .btn-glyph {
  font-size: 16px;
  color: #aaa;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

/* Footer-Fix content 
 ---------------------------------------- */

.sidebar-left .footer-content {
  margin-left: 240px;
}

.sidebar-right .footer-content {
  margin-right: 270px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-hidden .footer-content {
  margin-right: 0;
  margin-left: 240px;
}

/** Page Head 
 ---------------------------------------- */

.page-head {
 	padding: 0 20px; 
    background-color: #FFF;
    border: 0 1px 1px 0 solid yellow;
    line-height: 50px;
    height: 50px;
    position: relative;
}
.page-head>table {
	width: 100%; 
}

.page-head .page-title {
      color: #000000;
    display: block;
    font-size: 20px;
    height: 58px;
    margin-bottom: 0;
    padding-top: 0px;
    text-shadow: none;
}

.page-title i {
	color: #8394a6;
}

.page-title h1 {
}

.pagedesc {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.well-black .pagedesc {
  text-shadow: 0 -1px 0 rgba(0,0, 0, 0.8);
}

.page-title + .pagedesc {
  margin-top: -5px;
}

/* Page Bar 
 ---------------------------------------- */






.page-bar {
  height: 30px;
}

.page-bar .btn-toolbar {
  margin: 0;
}

.page-bar .nav-tabs {
  margin: 0;
}

.page-bar .nav-tabs > li > a {
  color: #333;
}

.page-bar .nav-tabs > .active > a,
.page-bar .nav-tabs > .active > a:hover {
  color: #000000;
  background: #f6f8fa !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px 1px 0px 1px solid;
}

/** Page Content 
 ---------------------------------------- */






.page-content { /*padding-top: 20px;*/
  padding-bottom: 20px
}

.wrap-shadow {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.wrap-padding {
  padding: 0 15px
}

.wrap-border-grey {
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.wrap-border-white {
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.toggle-btn {
  float: right;
}

legend .toggle-btn[class^="fontello-icon-"]:before,
legend .toggle-btn[class*=" fontello-icon-"]:before,
/*legend .toggle-btn[class^="aweso-icon-"]:before,
legend .toggle-btn[class*=" aweso-icon-"]:before,*/
legend .toggle-btn[class^="fa-"]:before,
legend .toggle-btn[class*=" fa-"]:before  {
  font-size: 1em;
  color: #999;
}

/*** WIDGETS 
 ---------------------------------------------------------------------------- */
.widget {
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /* border-radius: 4px; */
}

.widget:before,
.widget:after {
  display: table;
  content: "";
}

.widget:after {
  clear: both;
}

.widget-box {
  border: 1px solid #c9c9c9;
}

.widget-simple {
  padding: 0 15px;
  background-color: #f5f6f9;
  border: 0px solid #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.widget-table {
  border: 1px solid #c8ccce;
}

.widget-table.strong {
  border: 1px solid #b4b7be;
}

.widget-simple.widget-table {
  padding: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/** widget header 
 ---------------------------------------- */






.widget-header {
  position: relative;
  min-height: 30px;
  padding: 5px 0 4px;
  border-bottom: 1px solid #bbb;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
}

.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  float: left;
  margin: 0;
}

.widget-header h3,
.widget-header h4 {
  line-height: 30px;
}

.widget-header h6 {
  margin-top: 2px;
}

.widget-header h3 small,
.widget-header h4 small,
.widget-header h5 small,
.widget-header h6 small {
  font-weight: bold;
  color: #979fa5;
  text-transform: uppercase;
}

.widget-header .nav > li > a:hover {
  border: none;
}

.header-small {
  min-height: 20px
}

.header-small .btn-glyph.btn-link [class^="fontello-icon-"]:before,
.header-small .btn-glyph.btn-link [class*=" fontello-icon-"]:before,
/*.header-small .btn-glyph.btn-link [class^="aweso-icon-"]:before,
.header-small .btn-glyph.btn-link [class*=" aweso-icon-"]:before,*/
.header-small .btn-glyph.btn-link [class^="fa-"]:before,
.header-small .btn-glyph.btn-link [class*=" fa-"]:before  {
  font-size: 1.233em;
}

.widget-header .nav {
  margin-bottom: 0;
}

.widget-box .widget-header.collapsed,
.widget-simple .widget-header.collapsed,
.widget-table .widget-header.collapsed {
  border-bottom: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.well-black .widget-header {
  border-bottom-color: #222;
}

.well-black .widget-body {
  border-top-color: #616161;
}

/** widget title 
 ------------------------------------------- */






.widget-title {
  border-top: 1px solid #2b2d38;
  color: white;
  margin-right: -1px;
  margin-left: -1px;
  padding: 3px 10px 4px;
  background: #2b2d38;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464a56), color-stop(100%, #2b2d38));
  background: -webkit-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -moz-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -ms-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -o-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: linear-gradient(top, #464a56 0%, #2b2d38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464a56', endColorstr='#2b2d38', GradientType=0 );
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.widget-title h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-title span {
  color: #bbb
}

.widget-title small {
  font-size: 1em;
  font-weight: bold;
}

.widget-title h6,
.widget-title span {
  text-transform: uppercase;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
}

/** widget content 
 ------------------------------------------- */






.widget-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.widget-header + .widget-content {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

/** widget body 
 ------------------------------------------- */






.widget-body {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}

.widget-content .widget-body:last-child {
  border-bottom: none;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.widget-box > .widget-content .widget-body {
  border-bottom: none;
}

/** widget bar 
 ------------------------------------------- */
.widget-bar {
  padding: 5px 0; /*background-color: #ebedf2;*/
  border-bottom: 1px solid #c9c9c9;
}

.widget-box .widget-bar {
  padding: 5px 15px;
  background: #e4e5e9; /*d9dbdf*/
  border-top: 1px solid #c9c9c9;
}

.widget-simple .widget-bar {
  padding: 5px;
}

.widget-bar .nav,
.widget-bar .btn-toolbar {
  margin: 0;
}

/** widget row 
 ------------------------------------------- */
.widget-row {
  padding: 9px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}

.widget-row:first-child {
  padding-top: 0;
  border-top: none;
}

.widget-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/** widget footer 
 ------------------------------------------- */
.widget-footer {
  min-height: 20px;
  padding: 6px 0 10px;
  border-top: 1px solid #c9c9c9;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.widget-table .widget-footer {
  padding: 6px 0 6px;
}

.well > .widget,
.widget-box > .widget,
.widget-wrap > .widget,
.widget-wrap-out > .widget,
.widget-wrap-in > .widget {
  margin-bottom: 0px
}

.widget > .widget-header {
  background: none;
}

.widget .widget-body {
  padding: 9px 0;
}

.widget-box .widget-header {
  background: #e5e7eb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e7eb), color-stop(100%, #d8dade));
  background: -webkit-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -moz-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -ms-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -o-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: linear-gradient(to bottom, #e5e7eb 0%, #d8dade 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e7eb', endColorstr='#ffd8dade', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
}

.widget-box .widget-body,
.widget-box .widget-content {
  background-color: #fafafa;
}

.widget-box .widget-footer {
  border-top-color: #b4b7be;
  background: #dee3e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee3e7), color-stop(100%, #f5f6f7));
  background: -webkit-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -moz-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -ms-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -o-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdee3e7', endColorstr='#fff5f6f7', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.widget-box .widget-header,
.widget-box .widget-body,
.widget-box .widget-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.widget-table .widget-header,
.widget-table .widget-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-box > .widget-body > .widget-row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-header .btn-toolbar,
.widget-footer .btn-toolbar,
.widget-header p,
.widget-footer p {
  margin: 0;
  display: inline-block !important;
}

.widget-tool {
  float: right;
  color: #333;
  text-align: right;
  line-height: 30px;
}

.header-small .widget-tool {
  line-height: 20px;
}

.widget-body + .widget-footer {
  border-top-color: #ffffff;
}

.widget-box .widget-body + .widget-footer {
  border-top-color: #b4b7be;
}

.widget-footer.box-shadow-in {
  border-top: none;
  -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
}

.widget.well,
.widget-box.well {
  padding-top: 0px;
  padding-bottom: 0px;
}

.widget form {
  margin-bottom: 0;
}

[class*="wrap-"] .widget,
[class*="wrap-"] .widget-box {
  margin-bottom: 0;
}

.widget:before,
.widget:after,
.widget-header:before,
.widget-header:after,
.widget-title:before,
.widget-title:after,
.widget-bar:before,
.widget-bar:after,
.widget-content:before,
.widget-content:after,
.widget-body:before,
.widget-body:after,
.widget-bar:after,
.widget-bar:before,
.widget-row:before,
.widget-row:after,
.widget-footer:before,
.widget-footer:after {
  display: table;
  content: "";
}

.widget:after,
.widget-header:after,
.widget-title:after,
.widget-bar:after,
.widget-content:after,
.widget-body:after,
.widget-bar:after,
.widget-row:after,
.widget-footer:after {
  clear: both;
}

.widget-header .nav-pills > li > a {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.widget-block {
  background-color: #f1f1f1;
}

.widget-block-top {
}

.widget-block-content {
  padding: 15px;
}

.widget-block-top .widget-block-content { /*border-top: 1px solid #ffffff;*/
  border-bottom: 1px solid #c9c9c9;
}

/* WIDGET-LIST
 ------------------------------------------- */






.widget-list {
  margin: 0;
  list-style: none;
}

.widget-list a {
  text-decoration: none;
}

.widget-list > li {
  position: relative;
  padding: 8px 0;
  /*border-top: 1px solid #c4c4c4;*/
}
/*
.widget-list.list-dotted > li {
  border-top-style: dotted
}*/

.widget-list > li:before,
.widget-list > li:after {
  display: table;
  content: "";
}

.widget-list > li:after {
  clear: both;
}
/*
.widget-list > li:first-child {
  border-top: none;
}*/

.widget-list > .media {
  margin-top: 0;
}

.widget-list .media-heading {
  text-overflow: ellipsis;
}

.widget-list h4.media-heading {
  font-size: 16px;
  font-weight: bold;
}

.widget-list h5.media-heading {
  font-size: 16px;
  font-weight: normal;
}

.widget-list h6.media-heading {
  font-size: 12px;
  font-weight: bold;
}

.widget-list .media-heading small {
  font-size: 13px;
}

.widget-list h6.media-heading small {
  font-size: 12px;
}

.widget-list li .well {
  margin-bottom: 5px
}

.widget-list .date {
  font-size: 12px;
}

.widget-list .note,
.widget-list .post {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 5px
}

.widget-list .data,
.widget-list .meta {
  margin: 0;
  list-style: none;
}

.widget-list .data.inline > li,
.widget-list .meta.inline > li {
  margin-right: 0;
  margin-left: 0;
}

.widget-list .data.inline > li:first-child,
.widget-list .meta.inline > li:first-child {
  padding-left: 0;
}

.widget-list .data > .divider-vertical,
.widget-list .meta > .divider-vertical {
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

.widget-list .data {
  font-size: 13px;
}

.widget-list .data > .divider-vertical {
  height: 16px;
  margin: 2px 6px 0;
}

.widget-list .meta,
.widget-list .meta > li {
  font-size: 11px;
  line-height: 16px;
  color: #777;
}

.widget-list .meta a {
  color: #00315d;
  font-weight: bold
}

.widget-list .meta strong {
  color: #111;
}

.widget-list .meta > .divider-vertical {
  height: 14px;
  margin: 1px 6px 0;
}

/* quick menu */


.widget-list .quick-menu-icon {
  font-size: 14px;
}

.widget-list .quick-menu-icon a {
  color: #333;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.widget-list .quick-menu-icon a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-list .menu-right {
  float: right;
  margin-left: 10px;
}

.widget-list .menu-left {
  float: left;
  margin-right: 10px;
}

.widget-list .quick-menu-icon.menu-right,
.widget-list .quick-menu.menu-right {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* style widget list for table */





/*
.table h4.media-heading,
.table h5.media-heading,
.table h6.media-heading {
  margin: 0;
  font-weight: bold;
}
*/
/* REMEMBER
 ------------------------------------------- */






.widget-remember .priority-label {
  float: left;
}

.widget-remember .priority-label .label {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 4px 10px 0 0;
  background-color: #bbb;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
}

.widget-remember .quick-menu-icon {
  float: right;
  margin-bottom: 0;
}

.widget-remember .widget-list .tags .label {
  margin: 3px 0 0 5px;
  color: #0066cc;
  font-weight: normal;
  background-color: #d7e3fb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.widget-remember .widget-list .tags .label + .label {
  margin-left: 3px;
}

.widget-remember .widget-list .category {
  font-weight: bold;
  font-size: 12px;
  color: #999;
}

.widget-remember .widget-list .date {
  float: right;
  margin-left: 10px;
  color: #3399ff;
  font-size: 12px;
  font-weight: normal;
}

.widget-remember .widget-list .today .date {
  color: #0066cc;
  font-weight: bold;
}

.today .priority-label .label {
  background: #a4db8c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4db8c), color-stop(100%, #61c419));
  background: -webkit-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -moz-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -ms-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -o-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: linear-gradient(to bottom, #a4db8c 0%, #61c419 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa4db8c', endColorstr='#ff61c419', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.routime ..priority-label .label {
 background: #7db9e8;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #4f85dd));
 background: -webkit-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:    -moz-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:     -ms-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:      -o-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:   linear-gradient(to bottom, #7db9e8 0%, #4f85dd 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7db9e8', endColorstr='#ff4f85dd', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.urgent .priority-label .label {
  background: #fc942d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc942d), color-stop(100%, #ff572d));
  background: -webkit-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -moz-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -ms-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -o-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: linear-gradient(to bottom, #fc942d 0%, #ff572d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc942d', endColorstr='#ffff572d', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.high .priority-label .label {
  background: #ff5b5b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ff5b5b), color-stop(100%, #c93838));
  background: -webkit-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -moz-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -ms-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -o-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: linear-gradient(to bottom, #ff5b5b 1%, #c93838 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff5b5b', endColorstr='#ffc93838', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.widget-remember .widget-list .completed span,
.widget-remember .widget-list .completed .title,
.widget-remember .widget-list .completed a,
.widget-remember .widget-list .completed .tags .label {
  color: #999 !important;
}

.widget-remember .widget-list .completed .tags .label {
  background-color: #ededed !important;
}

.widget-remember .widget-list .completed .priority-label .label {
  background: #d4d4d4;
  box-shadow: none;
}

.widget-remember .widget-list .completed .quick-menu .edit {
  display: none;
}

/* NOTES
 ------------------------------------------- */






.widget-notes {
  background-color: #f6f5df;
}

.widget-notes .quick-menu-icon {
  float: right;
  margin-bottom: 0;
}

.widget-notes .date {
  font-weight: bold;
  color: #3399FF;
}

.widget-list .note {
  margin-bottom: 0;
}

/* WIDGET MEDIA THUMB
 ------------------------------------------- */ 






.thumb-bordereb .thumb {
  border: 5px solid #eee;
}

.thumb-mini .media-thumb .thumb,
.thumb-mini .media-thumb .img-shadow {
  height: 25px;
  width: 25px;
}

.thumb-small .media-thumb .thumb,
.thumb-small .media-thumb .img-shadow {
  height: 35px;
  width: 35px;
}

.media-thumb .thumb,
.media-thumb .img-shadow {
  height: 45px;
  width: 45px;
}

.thumb-large .media-thumb .thumb,
.thumb-large .media-thumb .img-shadow {
  height: 55px;
  width: 55px;
}

.thumb-xlarge .media-thumb .thumb,
.thumb-xlarge .media-thumb .img-shadow {
  height: 70px;
  width: 70px;
}

.thumb-xxlarge .media-thumb .thumb,
.thumb-xxlarge .media-thumb .img-shadow {
  height: 96px;
  width: 96px;
}

.thumb-mini .media-thumb [class^="fontello-icon-"]:before,
/*.thumb-mini .media-thumb [class^="aweso-icon-"]:before */
.thumb-mini .media-thumb [class^="fa-"]:before {
  font-size: 1.3em;
}

.thumb-small .media-thumb [class^="fontello-icon-"]:before,
/*.thumb-small .media-thumb [class^="aweso-icon-"]:before */
.thumb-small .media-thumb [class^="fa-"]:before {
  font-size: 1.7em;
}

.media-thumb [class^="fontello-icon-"]:before,
/*.media-thumb [class^="aweso-icon-"]:before */
.media-thumb [class^="fa-"]:before {
  font-size: 2.2em;
}

.thumb-large .media-thumb [class^="fontello-icon-"]:before,
/*.thumb-large .media-thumb [class^="aweso-icon-"]:before*/
.thumb-large .media-thumb [class^="fa-"]:before {
  font-size: 2.7em;
}

.thumb-xlarge .media-thumb [class^="fontello-icon-"]:before,
/*.thumb-xlarge .media-thumb [class^="aweso-icon-"]:before*/
.thumb-xlarge .media-thumb [class^="fa-"]:before {
  font-size: 3.4em;
}

.thumb-xxlarge .media-thumb [class^="fontello-icon-"]:before,
/* .thumb-xxlarge .media-thumb [class^="aweso-icon-"]:before */ 
.thumb-xxlarge .media-thumb [class^="fa-"]:before {
  font-size: 4.2em;
}

/* USER-LIST
 ------------------------------------------- */






.user-list .title a {
  text-decoration: none;
}

.user-list .title a:hover {
  color: #333;
}

.user-list .title small,
.user-list .title small {
  font-size: 12px;
  font-weight: normal;
}

.user-list .data {
  line-height: 16px;
  font-size: 12px;
}

.user-list .data > li {
  font-size: 12px;
}

.user-list .data > .divider-vertical {
  height: 16px;
  margin: 2px 6px 0;
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

.user-list .meta {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}

.user-list .meta a {
  color: #00315d;
  font-weight: bold
}

.user-list .meta strong {
  color: #111;
}

.user-list .meta > li {
}

.user-list .meta > .divider-vertical {
  height: 14px;
  margin: 3px 6px 0;
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

/*** MEDIAGRID
 ---------------------------------------------------------------------------- */






.mediagrid {
  margin-left: -30px;
  list-style: none;
*zoom: 1;
}

.mediagrid:before,
.mediagrid:after {
  display: table;
  content: "";
}

.mediagrid:after {
  clear: both;
}

.row-fluid .mediagrid {
  margin-left: 0;
}

.mediagrid-center {
  text-align: center;
}

.mediagrid > li {
  display: inline-block;
  margin-bottom: 19px;
  vertical-align: top;
}

.mediagrid > li {
  margin-right: 2.2820%; /*1.8641%;*/
}

.media-item {
  display: block;
  line-height: 1;
  /*width: 220px*/
}

.mediagrid.media-item-940 > li {
  width: 940px;
}

.mediagrid.media-item-860 > li {
  width: 860px;
}

.mediagrid.media-item-780 > li {
  width: 780px;
}

.mediagrid.media-item-700 > li {
  width: 700px;
}

.mediagrid.media-item-620 > li {
  width: 620px;
}

.mediagrid.media-item-540 > li {
  width: 540px;
}

.mediagrid.media-item-460 > li {
  width: 460px;
}

.mediagrid.media-item-380 > li {
  width: 380px;
}

.mediagrid.media-item-300 > li {
  width: 300px;
}

.mediagrid.media-item-260 > li {
  width: 260px;
}

.mediagrid.media-item-240 > li {
  width: 240px;
}

.mediagrid.media-item-220 > li {
  width: 220px;
}

.mediagrid.media-item-200 > li {
  width: 200px;
}

.mediagrid.media-item-190 > li {
  width: 190px;
}

.mediagrid.media-item-180 > li {
  width: 180px;
}

.mediagrid.media-item-170 > li {
  width: 170px;
}

.mediagrid.media-item-160 > li {
  width: 160px;
}

.mediagrid.media-item-150 > li {
  width: 150px;
}

.mediagrid.media-item-140 > li {
  width: 140px;
}

.mediagrid.media-item-130 > li {
  width: 130px;
}

.mediagrid.media-item-125 > li {
  width: 125px;
}

.mediagrid.media-item-120 > li {
  width: 120px;
}

.mediagrid.media-item-110 > li {
  width: 110px;
}

.mediagrid.media-item-100 > li {
  width: 100px;
}

.mediagrid.media-item-75 > li {
  width: 75px;
}

.mediagrid.media-item-60 > li {
  width: 60px;
}



/* STATISTIC BOX
 ---------------------------------------------------------------------------- */






.statistic-box {
  padding: 0;
}

.statistic-box .section-title {
  padding: 0 10px;
  border-bottom: 1px solid #d1d2d5;
  text-align: left;
}

.well-black .section-title,
.statistic-box.well-black .section-title {
  border-bottom: 1px solid #222;
}

.statistic-box .section-content {
  padding: 9px 10px;
  border-top: 1px solid #ffffff;
}

.well-black .section-content,
.well-black.statistic-box .section-content {
  border-top: 1px solid #515356;
}

.statistic-box .section-content.item {
  border-bottom: 1px solid #d1d2d5;
}

.well-black .section-content.item,
.well-black.statistic-box .section-content.item {
  border-bottom-color: #222222;
}

.statistic-box .section-right,
.statistic-box .section-left {
  float: left;
  padding: 9px 10px;
}

.statistic-box .section-wrapper-left {
  float: left;
  border-right: 1px solid #515356;
}

.statistic-box .section-wrapper-left .section-left {
  border-right: 1px solid #222;
}

.statistic-box .section-wrapper-right {
  float: left;
  border-left: 1px solid #222;
}

.statistic-box .section-wrapper-right .section-right {
  border-left: 1px solid #515356;
}

.statistic-box .section-icon .item-icon {
  display: block;
  height: 25px;
  font-size: 1.26em;
  padding: 9px 0 9px 7px;
  position: relative;
  text-align: center;
  width: 25px;
}

/* STATISTIC VALUES
 ------------------------------------------- */






.statistic-values {
  position: relative;
  margin: 0;
}

.nav .statistic-values {
  display: inline-block;
}

.statistic-values .indicator[class*="icon-"]:before,
.statistic-values .indicator[class*="fontello-icon-"]:before,
/*.statistic-values .indicator[class*="aweso-icon-"]:before,*/
.statistic-values .indicator[class*="fa-"]:before,
.statistic-values .indicator[class*="fugue-icon-"]:before {
  margin-right: 0.1em;
  font-size: 1.226em;
  width: 0.6em;
}

.statistic-values sub,
.statistic-values sup {
  font-size: 55%;
}

.statistic-values sup {
  top: -0.6em;
}

.statistic-values sub {
  bottom: 0;
}

.statistic-group {
  position: relative;
}

.statistic-group h1.statistic-values,
.statistic-group h2.statistic-values,
.statistic-group h3.statistic-values,
.statistic-group h4.statistic-values,
.statistic-group h5.statistic-values,
.statistic-group h6.statistic-values {
  line-height: 1.4;
}

.positive,
.statistic-values.positive {
  color: #57A957
}

.negative,
.statistic-values.negative {
  color: #db6464
}

.statistic-group .progress {
  margin-bottom: 9px;
}

.statistic-group .bar-info {
  float: right;
  font-size: 12px;
}

.statistic-group:before,
.statistic-group:after {
  display: table;
  content: "";
}

.statistic-group:after {
  clear: both;
}

/* STATISTIC */






.stat-infobox .thumbnails {
  margin-bottom: 0
}

.stat-infobox .thumbnails > li {
  margin-bottom: 0
}

.circle-box {
 margin-bottom: 10px;
}

.circle-box:before,
.circle-box:after {
  display: table;
  content: "";
}

.circle-box:after {
  clear: both;
}

.circle-header {
  line-height: 20px;
  padding: 8px 0;

}

.circle-content {
  margin: 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	-webkit-box-pack: center;
	/*-moz-box-pack: center;
	box-pack: center;*/
}

.circle-content:last-child {
  margin: 0 ;
}

.circle {
  position: relative;
  border-radius: 50em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) 
  
}

.circle-shadow {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15),  0 0px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15),  0 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2),  0 0px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) 
  
}

.circle-shadow.in {
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
  
}


.circle160 { width:160px; height:160px; }
.circle150 { width:150px; height:150px; }
.circle140 { width:140px; height:140px; }
.circle130 { width:130px; height:130px; }
.circle120 { width:120px; height:120px; }
.circle110 { width:110px; height:110px; }
.circle100 { width:100px; height:100px; }
.circle90  { width:90px; height:90px; }
.circle80  { width:80px; height:80px; }
.circle70  { width:70px; height:70px; }
.circle60  { width:60px; height:60px; }


.circle-content.inpressed {
  padding: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35),inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.circle-footer {
  line-height: 20px;
  padding: 8px 0;

}

.circle input[disabled],
.circle input[readonly] {
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1)
}

.well-black .circle input[disabled],
.well-black .circle input[readonly] {
  color: #f1f1f1 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8)
}

.circle input[disabled].circle-input,
.circle input[readonly].circle-input  {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
}


/* PIE CHART
 ---------------------------------------------------------------------------- */





.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* WIZARD
 ---------------------------------------------------------------------------- */






.wizard form {
  margin-bottom: 0;
}

.wizard .navbar,
.wizard .progress {
  margin-bottom: 10px;
}

.wizard .tab-content {
  padding-top: 5px
}

.wizard .tab-content .pager {
  margin: 5px 0;
}

.number-page {
  display: inline-block;
*display: inline;
*z-index: 1;
}

.navbar .number-page {
  padding: 10px 15px;
  margin: 3px 2px 2px;
  line-height: 14px;
  font-size: 12px;
  color: #333333;
  background-color: rtansparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.navbar-inverse .number-page {
  color: #f1f1f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

.wizard-indicator {
  float: right;
  width: 150px;
}

.navbar .wizard-indicator .progress {
  margin-top: 10px;
}

.navbar .wizard-indicator .progress-small {
  margin-top: 14px;
}

.navbar .wizard-indicator .progress-mini {
  margin-top: 15px;
}

.wizard legend {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.wizard legend small {
  font-weight: normal;
}

.wizard legend span {
  font-size: 15px;
  color: #3399FF;
  font-weight: normal;
}

.wizard-action {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #c8ccce;
  list-style: none;
*zoom: 1;
}

.well-black .wizard-action {
  border-top-color: #515356;
}

.footer .wizard-action {
  border-top: none;
  margin: 5px 0;
  padding-top: 0;
}

.wizard-action.center {
  text-align: center;
}

.wizard-pager {
  margin: 5px 0 10px;
  text-align: center;
  list-style: none;
*zoom: 1;
}

.wizard-action:before,
.wizard-action:after,
.wizard-pager:before,
.wizard-pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.wizard-action:after,
.wizard-pager:after {
  clear: both;
}

.wizard-action li,
.wizard-pager li {
  display: inline;
}

.wizard-action li .btn,
.wizard-pager li .btn {
  margin: 0 2px;
}

.wizard-pager .next,
.wizard-pager .next {
  float: right;
}

.wizard-pager .previous,
.wizard-pager .previous {
  float: left;
}

.wizard h1,
.wizard h2,
.wizard h3,
.wizard h4,
.wizard h5,
.wizard h6 {
  margin: 0 0 10px;
}

.well-box.wizard .navbar {
  margin-bottom: 0;
}

.summary-list {
  list-style: none;
  margin-left: 0;
}

.summary-list p {
  margin-bottom: 0px;
  font-size: 13px;
}

.summary-list .label-field {
  display: inline-block;
*display: inline;
  margin-right: 20px;
  width: 160px;
  text-align: right;
  font-weight: normal;
*z-index:1;
}

.summary .label-small .label-field {
  width: 110px;
}

.summary .label-left .label-field {
  text-align: left;
}

/* SPARKLINE TOOLTIP
 ---------------------------------------------------------------------------- */
/* default
 ------------------------------------------- */






.jqstooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* define
 ------------------------------------------- */






.sparktip {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  padding: 5px 7px;
  background: rgb(0, 0, 0) transparent;
  background-color: rgba(0,0,0,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  z-index: 10000;
}

.sparktip .jqsfield {
  color: white;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
}

/*** PAGE SCROLLUP
------------------------------------------------------------------------- ***/
#btnScrollup {
    background: rgba(150, 147, 137, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 2.4em;
    height: 40px;
    margin: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 40px;
    border-radius: 3px;
    z-index: 99999;
    cursor: pointer;
}

/*** BOOTSTRAP FILE UPLOAD
------------------------------------------------------------------------- ***/
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
*line-height: 20px;
  -webkit-min-logical-height: 30px;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

/*** LOGIN PAGE - LOGIN DEMO 
------------------------------------------------------------------------- ***/


.signin .signin-signin {
  max-width: 360px;
  margin: 0 auto 20px;
}

.signin .tab-content {
  padding-top: 0;
}

.signin .welcome {
  color: #999999; /*#b4b5ba;*/
  margin: 0 20px;
    padding: 10px 0;
  font-size: 86px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), 0 -1px 0 rgba(0, 0, 0, 0.30);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.signin .welcome span,
.signin .welcome small {
  font-size: 36px;
}

.signin-horizontal .welcome {
  color: #b4b5ba;
  margin: 10px 0 20px;
  font-size: 86px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65), 0 -1px 0 rgba(0, 0, 0, 0.30);
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.signin .signin-horizontal .welcome span,
.signin .signin-horizontal .welcome small {
  font-size: 36px;
}
.signin-content {
    margin: 0 auto 20px;
    max-width: 360px;
}

.signin a.link {
  color: #0066cc;
  text-decoration: none;
}

.signin a.link:hover {
  color: #005580;
}

.signin .well-black a.link {
  color: #1E90FF;
}

.signin .well-black a.link:hover {
  color: #68b5ff;
}

.signin input {
  height: 18px;
  padding: 10px 6px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #555555;	
}

.signin .input-block-level {
  min-height: 40px;
}

.signin .well-black input {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.signin .form-tied input {
  margin-bottom: 0;
}

.signin .well-black .form-tied input {
  background-color: #2d3033;
}

.signin .form-tied legend {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 6px;
  margin-bottom: 5px;
  border-bottom: none;
}

.signin .well-black .form-tied legend {
  color: #c7cacf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.signin .form-tied ul {
  margin: 0 0 20px;
  list-style: none;
}

.signin .form-tied ul > li,
.signin .form-tied ul > li {
  padding: 0;
  margin: 0;
}

.signin .form-tied ul > li input {
  margin-bottom: 0;
  border-top-color: #b5b7c4;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
}

.signin .form-tied ul > li:first-child input {
  border-top-color: #a8aBBa;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.signin .form-tied ul > li:last-child input {
  border: 1px solid;
  border-color: #b5b7c4 #b5b7c5 #c5c7d2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), -2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 2px 0 4px -3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.signin .well-black .form-tied ul > li input {
  border-top-color: #272727;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.signin .well-black .form-tied ul > li:first-child input {
  border-top-color: #272727;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.signin .well-black .form-tied ul > li:last-child input {
  border: 1px solid;
  border-color: #272727 #252525 #222222;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.03) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.03) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.03) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(255, 255, 255, 0.03) inset;
}
 .signin input:-moz-placeholder, .login textarea:-moz-placeholder {
 text-shadow: 0 1px 0 rgba(255,255, 255, 0.6);
}
 .signin input:-ms-input-placeholder, .login textarea:-ms-input-placeholder {
 text-shadow: 0 1px 0 rgba(255,255, 255, 0.6);
}
 .signin input::-webkit-input-placeholder, .login textarea::-webkit-input-placeholder {
 text-shadow: 0 1px 0 rgba(255,255, 255, 0.6);
}
 .signin .well-black input:-moz-placeholder, .login .well-black textarea:-moz-placeholder {
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
 .signin .well-black input:-ms-input-placeholder, .login .well-black textarea:-ms-input-placeholder {
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
 .signin .well-black input::-webkit-input-placeholder, .login .well-black textarea::-webkit-input-placeholder {
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.signin .well-black .btn {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.signin .note {
  color: #555555;
  line-height: 18px
}

.signin .well-black .note {
  color: #acb0b5;
}

.signin .web-description {
  text-align: center;
  color: #8b8c8e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.signin .web-description h5 {
  margin-bottom: 10px;
  color: 6d6e71
}

.signin .web-description p {
  font-size: 12px;
  line-height: 16px
}

.signin-horizontal .web-description {
  text-align: left;
}

.signin .btn {
  margin-bottom: 5px;
}









/*** RESPOSIVE 
------------------------------------------------------------------------- ***/
@media (min-width: 768px) and (max-width: 979px) {
	.well {
		width: auto;
	} 
	
}


@media (max-width: 767px) {
	.well {
		width: auto;
	} 
	 .navbar .user-menu {
	    float: left;
	}
	.navbar-page .nav h3, .navbar-page .nav h2, .navbar-page .nav h1{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.nav-tabs > li > a, .nav-pills > li > a {
  	font-size: 12px;
  }
}
 @media (min-width: 1200px) {
 
 	.well {
		width: auto;
	} 

/* sidebar */

.sidebar {
  top: 76px
}

.base-layout .sidebar {
 top: 62px;
}

.sidebar-left .sidebar,
.sidebar-right .sidebar {
  width: 200px;
}

/* content */

.sidebar-left .main-content {
  margin-left: 200px;
}

.sidebar-right .main-content {
  margin-right: 270px;
}

.sidebar-hidden .main-content {
  margin-right: 0;
  margin-left: 0;
} 	
 	
.sidebar-hidden.sidebar-left .main-content {
  margin-left: 0px;
}

.sidebar-hidden.sidebar-right .main-content {
  margin-right: 0px;
}

/* footer-fix sidebar */

.sidebar-left .footer-sidebar {
    background-color:transparent;/* #b6b8b9; */
    left: 0;
    width: 200px;
}

.sidebar-right .footer-sidebar {
  right: 0;
  width: 270px;

}

.sidebar-left .footer-content {
  margin-left: 240px;
}

.sidebar-right .footer-content {
  margin-right: 270px;
}

.sidebar-hidden.sidebar-left .footer-content {
  margin-left: 0px;
}

.sidebar-right.sidebar-hidden .footer-content {
  margin-right: 0px;
}

/* control-row */
.row-fluid .controls-row [class*="span"] + [class*="span"], .row-fluid .controls-row [class*="span"] + .bootstrap-select, .row-fluid .controls-row .bootstrap-select + [class*="span"] {
margin-left: 2.55391%; /*30 2.55391%*/
}
.row-fluid .controls-row [class*="span"] + .bootstrap-select, .row-fluid .controls-row .bootstrap-select + [class*="span"] {
margin-left: 2.564102564102564%;
}

.controls-row [class*="span"] + [class*="span"].block,
.controls-row .btn-group.bootstrap-select + [class*="span"].block {
  margin-left: 0;
}

.hidden-small-desktop {
  display: none;  
}

}



/**************  MEDIA QUERY iPad **************/
 /* landscape  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.base-layout #header-container {
    height: 57px;
}

.page-head {
  margin: 0 -10px;
}

.sidebar {
  position: fixed;
  top: 86px;
  bottom: 0;
}

.base-layout .sidebar {
  top: 0px
}

.sidebar-left .sidebar {
  left: 0;
  width: 200px;
}

.sidebar-right .sidebar {
  right: 0;
  width: 200px;
}

.sidebar-left .main-content {
  margin-left: 200px;
}

.sidebar-right .main-content {
  margin-right: 200px;
}
 	
.sidebar-hidden .main-content {
  margin-right: 0;
  margin-left: 0;
} 	 	

.sidebar-hidden.sidebar-left .main-content {
  margin-left: 0px;
}

.sidebar-hidden.sidebar-right .main-content {
  margin-right: 0px;
}

.sidebar .profile .data {
  display: none;
}

#footer-sidebar {
  position: fixed;
  bottom: 0;
  width: 200px;
}

.sidebar-left #footer-sidebar {
  left: 0;
}

.sidebar-right #footer-sidebar {
  right: 0;
}

.sidebar-left .footer-content {
  margin-left: 200px;
}

.sidebar-right .footer-content {
  margin-right: 200px;
}

.sidebar-hidden.sidebar-left .footer-content {
  margin-left: 0px;
}

.sidebar-hidden.sidebar-right .footer-content {
  margin-right: 0px;
}

#header-container {
  height: 86px;
}

#header .header-drawer {
  margin-top: 0;
  position: relative;
  top: 0;
}

.navbar-page {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .control-label {
  width: 110px;
}

.form-horizontal .controls {
  margin-left: 130px;
}
  
.navbar > span {
	padding-left:0px;
}  

	
.well {
  width: auto;
}
 
	
}


 @media (min-width: 768px) and (max-width: 979px) {

.main-container.container-fluid {
	padding-top: 10px;
} 	
 	 
.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

#header-container,
.base-layout #header-container {
  height: auto;
  position: relative;
}

#header {
  left: 0;
  position: relative;
  top: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-page {
  margin-right: -10px;
  margin-left: -10px;
}

 .navbar .user-menu {
    float: left;
}	
.page-head h2.page-title {
  font-size: 14px;
}

.page-head h2.page-title small {
  font-size: 10px;
}

.page-head .page-title + .pagedesc {
  margin-top: -10px;
}

.sidebar .profile .media-left {
  float: left;
  margin-right: 10px;
}

.sidebar-left .sidebar,
.sidebar-right .sidebar {
  position: relative;
  left: 0;
  top: 0;
  bottom: auto;
  display: block;
  width: 100%;
  border-right: none;
  border-left: none;
  z-index: 2000;
  margin-bottom: 0;
}

 	 	
#footer-sidebar {
  position: fixed;
  bottom: 0;
  width: 200px;
}

.sidebar-left #footer-sidebar {
  left: 0;
}

.sidebar-right .footer-sidebar {
  right: 0;
  width: 0;
}

.sidebar-left .main-content,
.sidebar-hidden.sidebar-left .main-content,
.sidebar-right .nav-side .accordion-group > .active {
  margin-left: 0px;
}

.sidebar-right .main-content,
.sidebar-hidden.sidebar-right .main-content,
.sidebar-right .footer-content,
.sidebar-hidden.sidebar-right .footer-content,
.sidebar-left .nav-side .accordion-group > .active {
  margin-right: 0;
}
/*
.navbar-fixed-top {
  margin-bottom: 0px;
}
*/

#header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
}

#header .header-drawer {
  position: relative;
  top: 0px;
  margin-top: 0px;
}

.base-layout #header .header-draver {
  height: 5px;
}
/*
.mobile-nav {
  text-align: center;
  border-bottom: 3px solid #b94a48;
}
.mobile-btn {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  background: #fff;
}

.mobile-btn:hover {
  color: #b94a48;
  text-decoration: none;
}
*/
#footer-fix {
}

.sidebar-hidden .footer-content {
    margin-left: 0px;
    margin-right: 0;
} 	
 	
.sidebar-left .footer-content {
    margin-left: 0px;
    margin-right: 0;	
} 	
 	
.footer-sidebar {
  display: none;
  background: #16171A;
  bottom: 0;
  min-height: 40px;
  position: relative;
  width: 0px;
}

input[class*="span"] + input[class*="span"],
input[class*="span"] + select[class*="span"],
select[class*="span"] + select[class*="span"],
input[class*="span"] + textarea[class*="span"],
.uneditable-input + .uneditable-input {
  margin-top: 9px;
}

.media-left,
.media-right {
  display: block;
  margin-bottom: 10px;
}
  
 }



/**************  MEDIA QUERY iPad **************/
/* portrait  */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 
.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

#header-container,
.base-layout #header-container {
  height: auto;
  position: relative;
}

#header {
  left: 0;
  position: relative;
  top: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-page {
  margin-right: -10px;
  margin-left: -10px;
}
 	
.page-head h2.page-title {
  font-size: 14px;
}

.page-head h2.page-title small {
  font-size: 10px;
}

.page-head .page-title + .pagedesc {
  margin-top: -10px;
}

.sidebar .profile .media-left {
  float: left;
  margin-right: 10px;
}

.sidebar-left .sidebar,
.sidebar-right .sidebar {
  position: relative;
  left: 0;
  top: 0;
  bottom: auto;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  /*height: 0;*/
  border-right: none;
  border-left: none;
  z-index: 2000;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.6);
}

#footer-sidebar {
  position: fixed;
  bottom: 0;
  width: 200px;
}

.sidebar-left #footer-sidebar {
  left: 0;
}

.sidebar-right .footer-sidebar {
  right: 0;
  width: 0;
}

.sidebar-left .main-content,
.sidebar-hidden.sidebar-left .main-content,
.sidebar-right .nav-side .accordion-group > .active {
  margin-left: 0px;
}

.sidebar-right .main-content,
.sidebar-hidden.sidebar-right .main-content,
.sidebar-right .footer-content,
.sidebar-hidden.sidebar-right .footer-content,
.sidebar-left .nav-side .accordion-group > .active {
  margin-right: 0;
}

.navbar-fixed-top {
  margin-bottom: 0px;
}

#header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
}

#header .header-drawer {
  position: relative;
  top: 0px;
  margin-top: 0px;
}

.base-layout #header .header-draver {
  height: 5px;
}

.mobile-nav {
  text-align: center;
}
/*
.mobile-btn {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #3b8f32;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
    background: #fff;
}

.mobile-btn:hover {
  color: #31722a;
  text-decoration: none;
}
*/
#footer-fix {
  background-color: #00274E;
}

.sidebar-hidden .footer-content {
    margin-left: 0px;
    margin-right: 0;
} 	
 	
.sidebar-left .footer-content {
    margin-left: 0px;
    margin-right: 0;	
} 	
 	
.footer-sidebar {
  display: none;
  background: #16171A;
  bottom: 0;
  min-height: 40px;
  position: relative;
  width: 0px;
}

input[class*="span"] + input[class*="span"],
input[class*="span"] + select[class*="span"],
select[class*="span"] + select[class*="span"],
input[class*="span"] + textarea[class*="span"],
.uneditable-input + .uneditable-input {
  margin-top: 9px;
}

.media-left,
.media-right {
  display: block;
  margin-bottom: 10px;
}
}

 @media (max-width: 767px) {

.container,
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

#header-container,
.base-layout #header-container {
  height: auto;
  position: relative;
}

#header {
  left: 0;
  position: relative;
  top: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-left: 0px;
  margin-right: 0px;
}

.navbar-page {
  margin-right: -10px;
  margin-left: -10px;
}
/**
.page-head {
  margin: 0 -10px;
  padding: 0 10px;
}
**/
 	
.navbar .user-menu {
    float: left;
}
.page-head h2.page-title {
  font-size: 14px;
}

.page-head h2.page-title small {
  font-size: 10px;
}

.page-head .page-title + .pagedesc {
  margin-top: -10px;
}

.sidebar .profile .media-left {
  float: left;
  margin-right: 10px;
}

.sidebar-left .sidebar,
.sidebar-right .sidebar {
  position: relative;
  left: 0;
  top: 0;
  bottom: auto;
  display: block;
  padding-bottom: 0;
  width: 100%;
  border-right: none;
  border-left: none;
  z-index: 2000;
  margin-bottom: 0px;
}

#footer-sidebar {
  position: fixed;
  bottom: 0;
  width: 200px;
}

.sidebar-left #footer-sidebar {
  left: 0;
}

.sidebar-right .footer-sidebar {
  right: 0;
  width: 0;
}

.sidebar-left .main-content,
.sidebar-hidden.sidebar-left .main-content,
.sidebar-right .nav-side .accordion-group > .active {
  margin-left: 0px;
}

.sidebar-right .main-content,
.sidebar-hidden.sidebar-right .main-content,
.sidebar-right .footer-content,
.sidebar-hidden.sidebar-right .footer-content,
.sidebar-left .nav-side .accordion-group > .active {
  margin-right: 0;
}

.navbar-fixed-top {
  margin-bottom: 0px;
}

#header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
}

#header .header-drawer {
  position: relative;
  top: 0px;
  margin-top: 0px;
}

.base-layout #header .header-draver {
  height: 5px;
}
/*
.mobile-nav {
  text-align: center;
    border-bottom: 3px solid #b94a48;
}

.mobile-btn {
  display: block;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  background: #fff none repeat scroll 0 0;
}

.mobile-btn:hover {
  color: #b94a48;
  text-decoration: none;
}
*/
#footer-fix {
}

.sidebar-hidden .footer-content {
    margin-left: 0px;
    margin-right: 0;
} 	
 	
.sidebar-left .footer-content {
    margin-left: 0px;
    margin-right: 0;	
} 	
 	
.footer-sidebar {
  display: none;
  background: #16171A;
  bottom: 0;
  min-height: 40px;
  position: relative;
  width: 0px;
}

input[class*="span"] + input[class*="span"],
input[class*="span"] + select[class*="span"],
select[class*="span"] + select[class*="span"],
input[class*="span"] + textarea[class*="span"],
.uneditable-input + .uneditable-input {
  margin-top: 9px;
}

.media-left,
.media-right {
  display: block;
  margin-bottom: 10px;
}
}






 @media (max-width: 480px) {

.media-left,
.media-right {
  display: block;
  float: none;
  margin-bottom: 10px;
}
.navbar .user-menu {
    float: left;
}
#footer-fix .navbar-inverse .navbar-inner {
  padding-left: 8px;
  padding-right: 8px;
}

#footer-fix .navbar .divider-vertical {
  border-left: none;
  border-right: none;
}

#footer-fix .navbar .nav > li > a {
  padding: 10px 5px;
}
}


 @media (max-width: 979px) {

.grider[class*="span"],
.row-fluid .grider[class*="span"] {
  display: block;
  float: none;
  width: 100%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbnails-inline > li {
  float: left;
  margin-right: 5px;
}
.navbar img{
     padding-left: 15px;
}
 	
 	
}

 @media (max-width: 1200px) {

.grider-item[class*="span"],
.row-fluid .grider-item[class*="span"] {
  display: block;
  float: none;
  width: 100%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1.text-size,
h2.text-size,
h3.text-size {
  font-size: 170%;
}

.visible-small-desktop {
  display: none;  
}
}
