
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");


body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;*/
  line-height: 20px;
  color: #333333;
  }

  body.lock-screen {
    background: #004C66; }

.input-group .form-control, .input-group .select2-container--krajee,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group
{
  z-index: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__clear{
  position: absolute; !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear{
  right: 25px !important;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #6B92B3;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.modal-header h3, .modal-header h4{
  font-size: 18px;
  color: #fff;
}

/*
.modal-header .close {
  margin-top: 5px;
}
*/

.modal-backdrop {
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 0;
}


table > tbody > tr > td
{
    vertical-align: middle !important;
}

.kv-thead-float{
}

.sp-dd{
  display: contents !important;
}
.clear{
  clear: both;
}

.img-48 {
  width: 48px;
  height: 48px;
}
.img-36 {
  width: 36px;
  height: 36px;
}
.img-28 {
  width: 28px;
  height: 28px;
}
.rounded-circle {
  border-radius: 50% !important;
}

/************************************************
  ************************************************
                  14. Loading
  ************************************************
************************************************/
#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #e6ecf3; 
}
  #loading-wrapper #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px; }
    #loading-wrapper #loader:before {
      content: '';
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 48px;
      height: 48px;
      margin-left: -24px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #d0d6e9;
      border-top-color: #118cf1;
      -moz-animation: spinner .6s linear infinite;
      -webkit-animation: spinner .6s linear infinite;
      animation: spinner .6s linear infinite; }
@-moz-keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }






@media print
{    
    .no-print, .no-print *, header, nav, sub-nav, custom-options, 
    #flotante, #yii-debug-toolbar
    {
        display: none !important;
    }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.standar, .niveles {

  background-color: #aaa;
  height: 42px;
  float: left;
  margin-left: -16px;
  margin-top: -11px;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 10px;
  min-width: 120px;
  border-radius:0px;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.progress-bar
{
  width: 0%;
}


.zoom {
  
}


.titulo{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #337AB7;

}

.observaciones{
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #ddd solid;
  color: #aaa;
}

.huge{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;

}

.huge-2{
  font-size: 12px;
  text-transform: uppercase;
}
    
.text-calificacion {
  font-size: 12px;
}    

#flotante {
  top: 50%;
  margin-top: -86px; 
  position: fixed;
  right: -2px;
  border: none;
  background-color: transparent;
  z-index: 5;
}

.list-group-item-heading{
  font-size: 16px;
  color: #2980B9;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.list-group-item-text{
  color:#847f7f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.btn-purple {
  color: #fff;
  background-color: #92278F;
  border-color: #6D1D6A;
}

.btn-purple:hover {
  color: #fff;
  background-color: #6D1D6A;
  border-color: #4E154B;
}

.btn-cyan {
  color: #fff;
  background-color: #3E9CA4;
  border-color: #327F85;
}
.btn-cyan:hover {
  color: #fff;
  background-color: #327F85;
  border-color: #245A5E;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}



.badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  padding: .35rem .7rem;
  line-height: 100%;
  vertical-align: middle; }
  .badge.badge-primary {
    background: #2091d9; }
  .badge.badge-secondary {
    background: #f23f3f; }
  .badge.badge-success {
    background: #27b963; }
  .badge.badge-info {
    background: #2091d9; }
  .badge.badge-danger {
    background: #f23f3f; }
  .badge.badge-warning {
    background: #ffa63e;
    color: #ffffff; }
  .badge.badge-orange {
    background: #f68d60;
    color: #ffffff; }
  .badge.badge-light {
    background: #dae4ef; }
  .badge.badge-dark {
    background: #2e343c; }
  .badge.badge-white {
    background: #ffffff;
    color: #2e323c; }
  .badge.badge-pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

/*==============================================
          DASHBOARD STYLES    
  =============================================*/


.pad-top {
    padding-top:15px;
}


.div-square {
  display: block;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: background-position, 0 0;
  -moz-transition-property: background-position, 0 0;
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;

}


.div-square> a{
  background-color: #fff;
  display: block;
  height: 97px;
  width: 100%;
  padding-top: 15px;
  color: #2AB0BA;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #2AB0BA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: background-position, 0 0;
  -moz-transition-property: background-position, 0 0;
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;

}


.div-square:hover, .div-square > a:hover 
{
    color:#ffffff;
    text-decoration:none;
    background-color: #2AB0BA;
    display: block;
    border: 1px solid #2AB0BA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}


#timer{
  float: left;
  display: inline-block;
  background-color: #c4c4c4;
  min-width: 120px;
  min-height: 30px;
  color: #000000;

}

.kv-thead-float
{
  
}

.full{
  padding-right: 0px !important;
  padding-left: 0px !important;
}


.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #aaaaaa; /* e7eaec */ 
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4 !important;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.b-r {
    border-right: 1px solid #e7eaec;
}

.todo-list.small-list {
    font-size: 12px;
}
.m-t {
    margin-top: 15px;
}
.todo-list {
    list-style: none outside none;
    margin: 0;
        margin-top: 0px;
    padding: 0;
    font-size: 14px;
}

.todo-list.small-list > li {
    padding: 6px 0px;
    border-bottom: 1px solid #f2f2f2;
}


::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.fa-flag::before {

    content: "\f024";

}

ul.todo-list.small-list li i {

    height: 30px;
    width: 30px;
    background: #f2f2f2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;

}
ul.todo-list.small-list li .time {
    text-align: right;
    color: #3693cf;
    float: right;
    line-height: 30px;
    font-weight: 700;
}

.custom-options {
    display: inline-block;
    margin: 0 0 8px 5px;
}


.custom-options .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.custom-options .btn:hover {
    background-color: #e6e6e6;
    color: #333;
    border: 1px solid #b3b3b3;
}
.custom-options .btn [class^="fa fa-"],
.custom-options .btn [class*=" fa fa-"], 
.custom-options .btn [class^="fa fa-"] i:hover,
.custom-options .btn [class*=" fa fa-"] i:hover,
.custom-options .btn [class^="fas fa-"],
.custom-options .btn [class*=" fas fa-"], 
.custom-options .btn [class^="fas fa-"] i:hover,
.custom-options .btn [class*=" fas fa-"] i:hover,
.custom-options .btn [class^="far fa-"],
.custom-options .btn [class*=" far fa-"], 
.custom-options .btn [class^="far fa-"] i:hover,
.custom-options .btn [class*=" far fa-"] i:hover {
  background-color: #e6e6e6;
  border-radius: 1px 0 0 1px;
  border-right: 1px solid #b3b3b3;
  height: auto;
  line-height: inherit;
  margin: 0px 6px 0px -12px;
  opacity: 1;
  text-shadow: none;
  width: 28px;
  z-index: -1;
}

.custom-options .btn [class^="fa fa-"],
.custom-options .btn [class*=" fa fa-"] {
  background-color: #e6e6e6;
  border-radius: 1px 0 0 1px;
  border-right: 1px solid #b3b3b3;
  height: auto;
  line-height: inherit;
  margin: 0px 6px 0px -12px;
  opacity: 1;
  text-shadow: none;
  width: 28px;
  z-index: -1;
}


@media (max-width: 767px) {
  .sub-nav {
    top: 52px;
  }  
  
  .custom-options{
    width: 90% !important;
  }
  .custom-options .btn {    
    width: 100% !important;
    padding: 0px 0px 0px 12px;
    margin-bottom: 5px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }


  .custom-options .btn [class^="fa fa-"],
  .custom-options .btn [class*=" fa fa-"], 
  .custom-options .btn [class^="fa fa-"] i:hover,
  .custom-options .btn [class*=" fa fa-"] i:hover,
  .custom-options .btn [class^="fas fa-"],
  .custom-options .btn [class*=" fas fa-"], 
  .custom-options .btn [class^="fas fa-"] i:hover,
  .custom-options .btn [class*=" fas fa-"] i:hover,
  .custom-options .btn [class^="far fa-"],
  .custom-options .btn [class*=" far fa-"], 
  .custom-options .btn [class^="far fa-"] i:hover,
  .custom-options .btn [class*=" far fa-"] i:hover {
    border-right: 0px;
    margin: 0px 0px 0px -12px;
    background-color: inherit;
    border-radius: 1px 0 0 1px;
    
    
  }


}
  



.custom-options .btn-primary i:before {
  color: #6B92B3;
}

.custom-options .btn-info i:before {
  color: #5BC0E8;
}

.custom-options .btn-warning i:before {
  color: #F0AD4E;
}

.custom-options .btn-danger i:before {
  color: #D9534F;
}

.custom-options .btn-success i:before {
  color: #5CB85C;
}

.custom-options .btn-purple i:before {
  color: #92278F;
}


.blanco {
  display: block;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

label{
  color: #337ab7;  
}
.foto{

height: 60px;
width: 60px;
float: left;
padding: 3px;
border: 3px solid rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.foto-perfil{
width: 120px;
padding: 3px;
border: 3px solid rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}


.foto-acciones{
width: 80px;
padding: 3px;
border: 3px solid rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
float: left;
}

.tercero{
  text-transform: uppercase;
  color:#2980B9;
  font-size: 22px;
  padding: 10px 0 0 80px;
}

.info-tercero{
  margin-top: 20px !important; 
  float:right;
}

.events-container {
  margin: 0;
}

.events-container .cal-event {
  padding: 0 0 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.events-container .cal-event .cal-event-tile {
  background: #2698e2;
  color: white;
  text-align: center;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
  margin-right: 1rem;
  flex-shrink: 0;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.events-container .cal-event .cal-event-tile .cal-event-tile-date, .events-container .cal-event .cal-event-tile .cal-event-tile-month {
  width: 100%;
  line-height: 100%;
  text-transform: uppercase;
}

.events-container .cal-event .cal-event-tile .cal-event-tile-date{
  font-size: 18px;
  font-weight: 700;
}
.events-container .cal-event .cal-event-desc {
  margin: 0;
}

.events-container .cal-event .cal-event-desc .cal-event-title {
  font-size: 14px;
  margin: 0px;
  color: #2698e2;
  font-weight: 600;
}

.events-container .cal-event .cal-event-desc .cal-event-time {
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #8796af;
  font-size: 12px;
}

.events-container .cal-event .cal-event-desc .cal-event-time i {
  font-size: 14px;
  margin-left: 5px;
}

.events-container .cal-event .cal-event-desc .cal-event-location {
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}

.events-container .cal-event .cal-event-desc .cal-event-location {
  font-size: 12px;
}

.table {
  color: #737373;
}

/*.table > tbody > tr.info > th,*/

.table > tbody > tr.kv-expand-detail-row > td
{
    background: #aaa !important;
}

.table > tbody > tr.titulo > th
{
    background: #ccc !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

legend {
    background: #ccc;
    color: white;
    font-size: 14px;
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
  }


.blue-bg {
    background: #3693cf;
}

.img-50{
  width: 50px;
  float: left;
}
.m-r-10{
  margin: 0 10px 10px 0;
}

.contact-box-footer {
    background-color: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 10px 0 20px 0;
    text-align: center;
    margin-left: -1px !important;
}

.m58
{
  width: 50px;
}  


.bloques {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    margin: 10px 0;
    padding: 10px 0;
}


.bloques:hover {
    background: #f0f0f0 none repeat scroll 0 0;
}

.bloques .btn-group {
    padding: 5px;
}


.lista-bloque
{
   box-sizing: border-box;
    display: block;
    line-height: 1.42857;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}    

.lista-bloque-item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    cursor: default;
    float: left;
    margin: 5px 5px 0 0;
    padding: 0 6px;
}

.lista-bloque-item-view {
    color: #f0f0f0;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 0 5px;
    text-shadow: 0 1px 0 #fff;
}

.empty{
  color: #337ab7;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

.kv-panel-pager {
    float: left;
}    
.summary{
  color: #337ab7;
  text-align: center;
  padding: 10px;
}

.error-summary
{
  padding: 10px;
  margin-bottom: 20px;
  background: #f2dede;
  border: #ebccd1 1px solid;
  color: #a94442;
  border-radius: 5px;
}
.error-summary ul
{
   box-sizing: border-box;
    display: block;
    line-height: 1.42857;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}    

.error-summary li {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}

/*
.error-summary li:before {
   font-family: FontAwesome;
   content: "\f11a ";
}
*/


/* FILE MANAGER */
.file-box {
  float: left;
  width: 160px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: #1ab394;
}
.category-list li a .text-primary {
  color: #1c84c6;
}
.category-list li a .text-info {
  color: #23c6c8;
}
.category-list li a .text-danger {
  color: #cb0606;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}

.file .adjunto {
  height: 100px;
  overflow: hidden;
}

.file > a .icon,
.file img {
  width: 100%;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
  display: inline-block;
  width: 100%;

}
.file-name small {
  color: #676a6c;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}

/* MAILBOX */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0px;
  margin-bottom: 20px;
}
.mail-box .pagination{
}

.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 0px 20px 5px 20px;
    
}
.categoria{
  float: right;
  margin-top: 25px;
  font-size: 16px;

}
.header-category {
  background-color: #ccc;
  color: #fff;
  border-bottom: 0;
  padding: 10px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mail-box-header h2 {
  margin-top: 0;
}
.mailbox-content .tag-list li a {
  background: #ffffff;
}
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}
.mail-text {
  border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
  padding: 10px 15px;
}
.mail-body .form-group {
  margin: 0 5px 5px 0;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .3;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .3;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .3;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .3;
}
.select2-selection__placeholder, .select2-search__field
{
  color: #999;
  opacity: .3;
}

.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8;
}
.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px;
}
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}
.mail-ontact {
  width: 35%;
}
.mail-subject {
  width: 40%;
}

table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
  width: 20%;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}


.center{
  text-align: center;
}
.recuadro {
    background: #2e86c1 none repeat scroll 0 0;
    border-radius: 0;
    color: #aaa;
    padding: 0px;
    overflow:hidden;
    border: #2e86c1 1px solid;
    margin-bottom:5px;
}
.recuadro h1{
    text-align:center;
    padding:5px;
    color:#ffffff;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 24px;
}
.recuadro .icon{
    color: #ffffff;
    height: 35px;
    line-height: 35px !important;
    margin: -3px 10px 0 -5px;
    padding: 0;
    text-align: center;
    vertical-align: middle !important;
    width: 44px;
}
.recuadro .blanco{
    background: #ffffff;
    height: 35px;
    line-height: 34px;
    vertical-align: middle;
    padding-left:5px;
    font-size: 14px;

}
.recuadro .info{
    height: 35px;
    margin: 0 -30px 0 0;
}

.notas{
  font-size: 80%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: .25em;
  margin-left:2px; 
  margin-top:2px; 
  display:inline-block; 
  padding:3px; 
  width:22px; 
  height:20px; 
  vertical-align:middle; 
  line-height:14px;
}

.promedio{
  font-size: 14px;
  font-weight: 700;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 5px 0 0 2px; 
  display:block; 
  padding:0px; 
  width:95%; 
  vertical-align:middle; 
  line-height:20px;
}

.w_acciones
{
  width: 74px;
  margin-bottom: 4px !important;
}

.img-menu{
  opacity: 1; 
  display: block;
  margin:auto;
  margin-bottom: 5px;
  height: 38px;
  -webkit-transition:all ease; /* Safari y Chrome */
  -moz-transition:all ease; /* Firefox */
  -o-transition:all ease; /* IE 9 */
  -ms-transition:all ease; /* Opera */
}


.wacciones
{
  width: 100px !important;
}

.btn-acciones{
  display: block;
  margin: auto;
  height: 38px;
}

.dropdown-acciones{
  height: 68px;
  padding: 25px 5px !important;

}


.dropdown-acciones-h{
  height: 58px;
  width: 20px;
  padding: 25px 2px !important;

}

.btn-accionesh
{
  width: 200px !important;
}

.btn-accionesh > img
{
  height: 38px;
}

.btn-accionesh > span
{
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.lockscreen-wrapper {
  padding: 150px 0 20px 0;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: auto; }
  .lockscreen-wrapper .avatar {
    position: relative;
    width: 90px;
    margin: auto; }
    .lockscreen-wrapper .avatar img {
      padding: 3px;
      border: 3px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 10px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    .lockscreen-wrapper .avatar .lock {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 32px;
      height: 32px;
      background: #f35454;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .lockscreen-wrapper .avatar .lock i {
        color: #ffffff;
        line-height: 32px; }
  .lockscreen-wrapper a {
      color: #000;
      font-size: 12px;
      text-decoration: none;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -ms-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      transition: All 0.5s ease;  
    }
    .lockscreen-wrapper a:hover {
      color: #fff;
      text-decoration: none;  }
  
  
  .lockscreen-wrapper .subscribe-form {
    margin-top: 20px; }

  .lockscreen-wrapper h3.heading{
  font-size: 24px;
  margin: 0 0 20px 0; 
  color: #ffb400;
  
  } 
  .lockscreen-wrapper h5.heading{
    font-size: 15px;
    line-height: 150%;
    margin: 0 0 20px;
    font-weight: normal;
  }  


.subscribe-form {
  margin: 50px auto 10px auto;
  height: 52px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  position: relative; }
  .subscribe-form input.subscribe-email {
    width: 100%;
    max-width: 300px;
    height: 52px;
    padding: 13px 5px 11px 20px;
    float: left;
    font-size: 16px;
    line-height: 52px;
    border: 0;
    color: #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .subscribe-form .subscribe-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    height: 48px;
    width: 70px;
    text-align: center;
    color: #FFFFFF;
    background-color: #f35454;
    -webkit-border-radius: 10px 30px 30px 10px;
    -moz-border-radius: 10px 30px 30px 10px;
    border-radius: 10px 30px 30px 10px; }
    .subscribe-form .subscribe-btn:hover, .subscribe-form .subscribe-btn:focus {
      background-color: #f13c3c;
      outline: none;
      cursor: pointer; }
    .subscribe-form .subscribe-btn i {
      font-size: 21px;
      vertical-align: middle;
      line-height: 48px; }


#countdown 
{
  margin: 0px; 
}

#countdown li 
{
    width: 44px;
    height: 44px;
    padding: 5px;
    background: #263961;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    text-align: center;
    color: #96abd6; 
}
#countdown li:nth-child(1) .num {
  color: #f35454; }
#countdown li:nth-child(2) .num {
  color: #3693cf; }
#countdown li:nth-child(3) .num {
  color: #4cbe71; }
#countdown li:nth-child(4) .num {
  color: #ffb400; }
#countdown .num 
{
  font-size: 25px;
  line-height: 25px; 
}
#countdown .desc 
{
  font-size: 8px;
  display: block;
  margin-top: -5px; 
}

.img-circle-28 {
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

a {
  text-decoration: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease; }
  a:hover {
    color: #ed6d49;
    text-decoration: none; }

.container {
    width: 100%;
    padding: 0px !important; } 

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0px !important; } 
  }
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0px !important; } }
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0px !important; } }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: none !important; }

.no-padding {
  padding: 0 !important; }

.less-bottom-margin {
  margin-bottom: 5px !important; }

.center-align-text {
  text-align: center !important; }

.center-align-text label,
.center-align-text a,
.center-align-text button {
  margin-top: 10px;
  margin-right: 5px; }

.right-align-text {
  text-align: right !important; }

.left-align-text {
  text-align: left !important; }

.text-justify {
  text-align: justify !important; }

.progress-lg {
  height: 9px;
  margin-bottom: 7px; }

.progress-sm {
  height: 6px;
  margin-bottom: 7px; }

.progress-mini {
  height: 3px;
  margin-bottom: 5px; }

.progress-mini-x {
  height: 1px;
  margin-bottom: 5px; }

.success-bg {
  background: #74b749 !important;
  color: #fff !important; }

.danger-bg {
  background: #f63131 !important;
  color: #fff !important; }

.info-bg {
  background: #3693cf !important;
  color: #fff !important; }

.warning-bg {
  background: #ed6d49 !important;
  color: #fff !important; }

.yellow-bg {
  background: #ffb400 !important;
  color: #fff !important; }

.facebook-bg {
  background: #3b5999 !important;
  color: #fff !important; }

.twitter-bg {
  background: #00acee !important;
  color: #fff !important; }

.gplus-bg {
  background: #dc4937 !important;
  color: #fff !important; }

.linkedin-bg {
  background: #1a85bd !important;
  color: #fff !important; }

.grey-bg {
  background: #999 !important;
  color: #fff !important; }

.semi-grey-bg {
  background: #ccc !important;
  color: #666 !important; }

.light-grey-bg {
  background: #f7f7f7 !important;
  color: #666 !important; }

.light-grey-xbg {
  background: #eeeeee !important;
  color: #666 !important; }

.lg-border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.md-border-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.sm-border-radius {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.lg-padding {
  padding: 20px; }

.md-padding {
  padding: 10px; }

.sm-padding {
  padding: 5px; }

.no-border {
  border: none !important; }

.spacer10 {
  height: 10px; }

.spacer20 {
  height: 20px; }

.spacer30 {
  height: 30px; }

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; 
  }
  .btn:focus {
    outline: none; }

@media (max-width: 767px) {
  .btn {
    margin: 0px; } 

  #countdown li {
    width: 70px;
    height: 70px;
    padding: 10px; }
  #countdown .num {
    font-size: 36px;
    line-height: 36px; }  
  }
iframe.wysihtml5-sandbox {
  width: 100% !important;
  border: 1px solid #e6e6e6 !important;
  height: 200px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px !important; }

.text-success {
  color: #74b749 !important; }

.text-danger {
  color: #cb0606 !important; }

.text-info {
  color: #3693cf !important; }

.text-primary {
  color: #4c66a4 !important; }

.text-warning {
  color: #ffb400 !important; }

.text-facebook {
  color: #4c66a4 !important; }

.text-twitter {
  color: #00abf0 !important; }

.text-gplus {
  color: #cd3d2b !important; }

.jumbotron {
  padding: 10px; }
  .jumbotron p {
    font-size: 12px;
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .container .jumbotron {
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; } }
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 4px solid #ebebeb; }
  blockquote p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px; }
  blockquote .title {
    color: #ed6d49;
    font-weight: bold;
    font-size: 14px; }
  blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p {
      text-align: right; }
    blockquote.pull-right small {
      text-align: right; }
      blockquote.pull-right small:before {
        content: ''; }
      blockquote.pull-right small:after {
        content: '\00A0 \2014'; }

.stylish-lists .upper-alpha {
  list-style: upper-alpha; }
.stylish-lists .lower-alpha {
  list-style: lower-alpha; }
.stylish-lists .roman-list {
  list-style: upper-roman; }
.stylish-lists .decimal-leading-zero {
  list-style: decimal-leading-zero; }
.stylish-lists ul, .stylish-lists ol {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style: disc; }
.stylish-lists ul ul, .stylish-lists ul ol {
  margin-bottom: 0; }
.stylish-lists ol ol, .stylish-lists ol ul {
  margin-bottom: 0; }
.stylish-lists li {
  line-height: 20px; }
.stylish-lists ul.unstyled, .stylish-lists ol.unstyled, .stylish-lists ul.inline, .stylish-lists ol.inline {
  margin-left: 0;
  list-style: none; }
.stylish-lists ul.inline > li, .stylish-lists ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
.stylish-lists dl {
  margin-bottom: 20px; }
.stylish-lists dt, .stylish-lists dd {
  line-height: 20px; }
.stylish-lists dt {
  font-weight: bold; }
.stylish-lists dd {
  margin-left: 20px; }
.stylish-lists .dl-horizontal {
  *zoom: 1; }
  .stylish-lists .dl-horizontal:before {
    display: table;
    content: "";
    line-height: 0; }
  .stylish-lists .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both; }
  .stylish-lists .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .stylish-lists .dl-horizontal dd {
    margin-left: 180px; }

/*  Login  */
.sign-in-container {
  margin: 30px auto; }
  .sign-in-container .login-wrapper {
    background: #fcfcfc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #d9d9d9;
    position: relative; }
    .sign-in-container .login-wrapper .header {
      padding: 10px 20px 0px 20px;
      margin: 0; }
      .sign-in-container .login-wrapper .header h3 {
        line-height: 40px;
        margin: 0;
        padding: 0;
        color: #f63131; }
      .sign-in-container .login-wrapper .header p {
        font-size: 12px;
        text-align: left;
        line-height: 18px;
        color: gray;
        padding: 10px 0;
        margin: 0; }
      .sign-in-container .login-wrapper .header .logo img {
        max-width: 80px;
        float: right; }
    .sign-in-container .login-wrapper .content {
      padding: 10px 20px; }
      .sign-in-container .login-wrapper .content .input {
        height: 30px;
        font-weight: normal;
        color: #cccccc;
        box-shadow: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .sign-in-container .login-wrapper .content .input:hover, .sign-in-container .login-wrapper .content select:hover {
        background: #fafafa; }
    .sign-in-container .login-wrapper .actions {
      padding: 10px 20px;
      background: #fff;
      border-radius: 0 0 4px 4px; }
      .sign-in-container .login-wrapper .actions .btn {
        float: right; }
      .sign-in-container .login-wrapper .actions .link {
        float: right;
        padding: 8px;
        margin-right: 10px;
        color: #737373; }

.input-group .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }


/*  Tiny Scrollbar CSS  */
#scrollbar, #scrollbar-one, #scrollbar-two, #scrollbar-three {
  width: 100%;
  clear: both;
  margin: 0; }
  #scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-two .viewport, #scrollbar-three .viewport {
    width: 98%;
    height: 270px;
    overflow: hidden;
    position: relative; }
  #scrollbar .overview, #scrollbar-one .overview, #scrollbar-two .overview, #scrollbar-three .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  #scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb {
    background-color: #ed6d49; }
    #scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end {
      background-color: #ed6d49; }
  #scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar {
    position: relative;
    float: right;
    width: 3px; }
  #scrollbar .track, #scrollbar-one .track, #scrollbar-two .track, #scrollbar-three .track {
    background-color: #cccccc;
    height: 100%;
    width: 3px;
    position: relative;
    padding: 0; }
  #scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0; }
    #scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end {
      overflow: hidden;
      height: 5px;
      width: 13px; }
  #scrollbar .disable, #scrollbar-one .disable, #scrollbar-two .disable, #scrollbar-three .disable {
    display: none; }

#scrollbar-one .thumb, #scrollbar-two .thumb {
  background-color: #3693cf; }
  #scrollbar-one .thumb .end, #scrollbar-two .thumb .end {
    background-color: #3693cf; }

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.info-fade {
  color: gray; }

.right-align-text {
  text-align: right !important; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Tab style */
#scrollUp {
  bottom: 5px;
  right: 30px;
  width: 48px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #F1C712;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: bottom 150ms linear;
  -moz-transition: bottom 150ms linear;
  -ms-transition: bottom 150ms linear;
  -o-transition: bottom 150ms linear;
  transition: bottom 150ms linear; }

@media (max-width: 767px) {
  #scrollUp {
    display: none !important; } }

.nav-tabs {
  margin-top: 0px;
  padding: 0px;

}

.nav-tabs > li > a {

    background: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0;    
    margin-right: 0px;
    text-align: center;

}
.nav-tabs > li > a:hover {

    background: #f1c712;
    border: 1px solid #aaa;
    color: #fff;
}



.tab-content {
  padding: 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0 0 2px 2px;
  border-top: 0px; 

}

.breadcrumb {
  background: #ebebeb; }
  .breadcrumb a {
    color: #333333;
    font-weight: 600; }

.actions-button [data-icon]:before {
  font-size: 13px; }
.actions-button li {
  float: left;
  margin-right: 10px; }
  .actions-button li:last-child {
    margin-right: 0; }
  .actions-button li a {
    color: #666666; }

/*  Next-prev Buttons  */
.next-prev-btn-container {
  margin-left: 10px; }
  .next-prev-btn-container .button {
    display: inline-block;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 4px 17px;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e8481b;
    background: #ed6d49; }
    .next-prev-btn-container .button:hover {
      color: #d9d9d9;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .next-prev-btn-container .button.prev {
      border-left: none; }
      .next-prev-btn-container .button.prev:after {
        background: #ed6d49;
        content: '';
        position: absolute;
        height: 50%;
        width: 15px;
        border-left: 1px solid #e8481b;
        left: -5px;
        top: 1px;
        -webkit-transform: skew(-40deg, 0);
        -moz-transform: skew(-40deg, 0);
        -o-transform: skew(-40deg, 0);
        -ms-transform: skew(-40deg, 0);
        transform: skew(-40deg, 0); }
      .next-prev-btn-container .button.prev:before {
        background: #ed6d49;
        content: '';
        position: absolute;
        height: 48%;
        width: 15px;
        border-left: 1px solid #e8481b;
        bottom: 1px;
        left: -5px;
        -webkit-transform: skew(40deg, 0);
        -moz-transform: skew(40deg, 0);
        -o-transform: skew(40deg, 0);
        -ms-transform: skew(40deg, 0);
        transform: skew(40deg, 0); }
    .next-prev-btn-container .button.next {
      border-right: none; }
      .next-prev-btn-container .button.next:after {
        background: #ed6d49;
        content: '';
        position: absolute;
        height: 48%;
        width: 15px;
        border-right: 1px solid #e8481b;
        right: -5px;
        bottom: 1px;
        -webkit-transform: skew(-40deg, 0);
        -moz-transform: skew(-40deg, 0);
        -o-transform: skew(-40deg, 0);
        -ms-transform: skew(-40deg, 0);
        transform: skew(-40deg, 0); }
      .next-prev-btn-container .button.next:before {
        background: #ed6d49;
        content: '';
        position: absolute;
        height: 50%;
        width: 15px;
        border-right: 1px solid #e8481b;
        top: 1px;
        right: -5px;
        -webkit-transform: skew(40deg, 0);
        -moz-transform: skew(40deg, 0);
        -o-transform: skew(40deg, 0);
        -ms-transform: skew(40deg, 0);
        transform: skew(40deg, 0); }

/*  Horizontal Rule Styles  */
.hr-stylish {
  padding: 0;
  border: none;
  line-height: 0;
  border-top: medium double #b3b3b3;
  color: #b3b3b3;
  text-align: center; }
  .hr-stylish:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 14px;
    padding: 0 10px;
    background: #f7f7f7; }

.hr-stylish-1 {
  padding: 0;
  border: none;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f7f7f7, #b3b3b3, gray, #b3b3b3, #f7f7f7);
  background-image: -moz-linear-gradient(left, #f7f7f7, #b3b3b3, gray, #b3b3b3, #f7f7f7);
  background-image: -ms-linear-gradient(left, #f7f7f7, #b3b3b3, gray, #b3b3b3, #f7f7f7);
  background-image: -o-linear-gradient(left, #f7f7f7, #b3b3b3, gray, #b3b3b3, #f7f7f7);
  color: gray;
  text-align: center; }
  .hr-stylish-1:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 14px;
    padding: 0 10px;
    background: #f7f7f7; }

/*  Beautiful Breadcrumb  */
.breadcrumb-beauty {
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  background: #e6e6e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d9d9d9; }
  .breadcrumb-beauty li {
    float: left; }
    .breadcrumb-beauty li a {
      background: #e6e6e6;
      color: #4d4d4d;
      padding: 4px 0 4px 48px;
      position: relative;
      display: block;
      float: left; }
      .breadcrumb-beauty li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #e6e6e6;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2; }
    .breadcrumb-beauty li:first-child a {
      padding-left: 10px;
      -webkit-border-radius: 2px 0 0 2px;
      -moz-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px; }
    .breadcrumb-beauty li:nth-child(2) a {
      background: #d9d9d9; }
      .breadcrumb-beauty li:nth-child(2) a:after {
        border-left-color: #d9d9d9; }
    .breadcrumb-beauty li:nth-child(3) a {
      background: #d1d1d1; }
      .breadcrumb-beauty li:nth-child(3) a:after {
        border-left-color: #d1d1d1; }
    .breadcrumb-beauty li:nth-child(4) a {
      background: #c9c9c9; }
      .breadcrumb-beauty li:nth-child(4) a:after {
        border-left-color: #c9c9c9; }
    .breadcrumb-beauty li:nth-child(5) a {
      background: #c2c2c2; }
      .breadcrumb-beauty li:nth-child(5) a:after {
        border-left-color: #c2c2c2; }
    .breadcrumb-beauty li:last-child a {
      background: transparent !important;
      color: #000;
      pointer-events: none;
      cursor: default; }
      .breadcrumb-beauty li:last-child a:after {
        border-left-color: transparent; }


header {
  background-color: #2C3939;
  height: 60px;
  
  padding: 0 20px;
  vertical-align: middle; }
  
  header .logo {
    width: 180px;
    float: left; 
  }
  header .logo img 
  {
    max-width: 140px; 
  }

  header h3 {
    color: #fff;
    margin-top:10px;
    width: 550px;
  }
  header h3 span{
    width: 500px;
    font-size: 12px;
    color: #FFCC00;
  }


@media (max-width: 767px) {
  header .logo {
    width: 100px; }
  header .logo img {
      max-width: 90px; }
  header h3 {
    width: 100%;
  }    

}




ul#mini-nav {
  padding: 0;
  list-style-type: none;
  margin: 0; 
  float: right;
  }
  ul#mini-nav li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle; }
    ul#mini-nav li.list-box a {
      padding: 20px 15px;
      line-height: 18px;
      display: block;
      color: #fff; }
      ul#mini-nav li.list-box a span {
        margin-top: 0; }
      ul#mini-nav li.list-box a i {
        color: #fff;
        font-size: 17px; }
      ul#mini-nav li.list-box a:focus {
        outline: none;
        text-decoration: none; }
    ul#mini-nav li.list-box:hover a i {
      color: #dbebf6; }
    ul#mini-nav li.list-box .info-label {
      position: absolute;
      top: 8px;
      right: 4px;
      color: #fff;
      font-size: 10px;
      text-align: center;
      line-height: 16px;
      width: 16px;
      height: 16px; 
      border-radius: 4px;
      font-weight: bold;}
    ul#mini-nav li.list-box .info-label-opc {
      opacity: 0.4; }
    ul#mini-nav li.list-box.user-profile {
      padding: 0;
      margin: 6px 0 0 20px;
      background-color: transparent; }
      ul#mini-nav li.list-box.user-profile .user-avtar {
        width: 48px;
        height: 48px;
        float: left;
        padding: 0; }
        ul#mini-nav li.list-box.user-profile .user-avtar img {
          width: 48px;
          height: 48px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%; }
      ul#mini-nav li.list-box.user-profile .account-details {
        float: left;
        width: 120px; }
        ul#mini-nav li.list-box.user-profile .account-details h5.user-name {
          text-align: right;
          font-weight: 400;
          margin: 0 0 4px 0;
          padding: 0;
          color: #fff;
          font-size: 12px;
          font-style: italic; }
        ul#mini-nav li.list-box.user-profile .account-details ul.settings {
          float: left;
          width: 120px;
          margin-right: 32px;
          margin: 0 2px 0 0;
          list-style-type: none;
          padding: 0; }
          ul#mini-nav li.list-box.user-profile .account-details ul.settings li {
            text-align: left;
            background-color: #4b9ed4;
            height: 18px;
            line-height: 14px;
            margin-bottom: 2px; }
            ul#mini-nav li.list-box.user-profile .account-details ul.settings li a {
              color: #fff;
              font-size: 10px;
              padding: 2px 5px; }
            ul#mini-nav li.list-box.user-profile .account-details ul.settings li:last-child {
              margin-bottom: 0; }
            ul#mini-nav li.list-box.user-profile .account-details ul.settings li:hover {
              background-color: #5fa9d9; }
        ul#mini-nav li.list-box.user-profile .account-details .logout {
          background-color: #f74949;
          height: 48px;
          width: 48px;
          float: left; }
          ul#mini-nav li.list-box.user-profile .account-details .logout a {
            padding: 0; }
          ul#mini-nav li.list-box.user-profile .account-details .logout i {
            text-align: center;
            line-height: 48px;
            font-size: 16px;
            color: #fff; }
          ul#mini-nav li.list-box.user-profile .account-details .logout:hover {
            background-color: #f51919; }
    ul#mini-nav li.list-box:first-child {
      margin-left: 0; }
  ul#mini-nav .dropdown-menu {
    min-width: 320px;
    float: left;
    position: absolute;
    right: 0 !important;
    top: 45px;
    left: inherit;
    border: none;
    border-top: 3px solid #5fa9d9; }
    ul#mini-nav .dropdown-menu:before {
      content: "";
      position: absolute;
      top: -10px;
      right: 12px;
      border-bottom: 7px solid #5fa9d9;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent; }
  ul#mini-nav #mob-nav {
    background-color: #f63131;
    padding: 10px;
    margin: 6px 0; }
    ul#mini-nav #mob-nav a {
      padding: 0;
      line-height: 18px;
      color: #fff;
      font-size: 14px; }

ul.stats-widget {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.stats-widget li {
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2; }
    ul.stats-widget li h5 {
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      color: #f63131;
      margin-bottom: 3px; }
    ul.stats-widget li p {
      margin: 0 0 5px 0;
      padding: 0;
      font-size: 11px;
      line-height: 100%; }
      ul.stats-widget li p span {
        float: right;
        font-weight: 700; }
    ul.stats-widget li .progress {
      margin-bottom: 0; }
    ul.stats-widget li:last-child {
      border-bottom: 0 solid #f2f2f2; }
    ul.stats-widget li:hover {
      background-color: #f7f7f7; }

ul.server-activity {
  padding: 10px 15px;
  margin: 0;
  list-style-type: none; }
  ul.server-activity li {
    padding: 6px 0px;
    border-bottom: 1px solid #f2f2f2; }
    ul.server-activity li p {
      font-size: 12px;
      padding: 0;
      margin: 0; }
      ul.server-activity li p i {
        height: 30px;
        width: 30px;
        background: #f2f2f2;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px; }
      ul.server-activity li p .time {
        text-align: right;
        color: #3693cf;
        float: right;
        line-height: 30px;
        font-weight: 700; }
    ul.server-activity li:last-child {
      border-bottom: 0; }

ul.project-activity {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.project-activity li.activity-list {
    position: relative;
    border-left: 2px solid #d9d9d9; }
    ul.project-activity li.activity-list:after {
      background-color: #fff;
      border-color: #f63131;
      border-radius: 10px;
      border-style: solid;
      border-width: 2px;
      bottom: 0;
      content: "";
      height: 9px;
      left: 0;
      margin-left: -6px;
      position: absolute;
      width: 9px; }
    ul.project-activity li.activity-list .detail-info {
      margin: 0 0 0 15px;
      padding-bottom: 10px; }
    ul.project-activity li.activity-list p.message {
      padding: 0;
      margin: 0; }
    ul.project-activity li.activity-list.success {
      border-left-color: #74b749; }
      ul.project-activity li.activity-list.success:after {
        border-color: #74b749; }
    ul.project-activity li.activity-list.danger {
      border-left-color: #f63131; }
      ul.project-activity li.activity-list.danger:after {
        border-color: #f63131; }
    ul.project-activity li.activity-list.info {
      border-left-color: #3693cf; }
      ul.project-activity li.activity-list.info:after {
        border-color: #3693cf; }
    ul.project-activity li.activity-list.warning {
      border-left-color: #ffb400; }
      ul.project-activity li.activity-list.warning:after {
        border-color: #ffb400; }
    ul.project-activity li.activity-list:before {
      content: " ";
      display: table; }
    ul.project-activity li.activity-list:after {
      content: " ";
      display: table;
      clear: both;
      bottom: auto;
      top: 5px; }
    ul.project-activity li.activity-list:last-child .detail-info {
      padding-bottom: 0; }

.messages-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .messages-list li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 16px 15px;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial;
    border-radius: 30px; }
    .messages-list li:before {
      position: absolute;
      top: 0;
      width: 48px;
      height: 48px;
      border-radius: 48px;
      content: ''; }
    .messages-list li:after {
      position: absolute;
      top: 15px;
      content: '';
      width: 0;
      height: 0; }
    .messages-list li:nth-child(odd) {
      float: right;
      margin-right: 80px;
      color: #fff;
      background: #ed6d49; }
      .messages-list li:nth-child(odd):before {
        right: -80px;
        background-image: url(../img/user4.png); }
      .messages-list li:nth-child(odd):after {
        border-right: 25px solid transparent;
        right: -15px;
        border-top: 25px solid #ed6d49; }
    .messages-list li:nth-child(even) {
      float: left;
      margin-left: 80px;
      color: #fff;
      background: #3693cf; }
      .messages-list li:nth-child(even):before {
        left: -80px;
        background-image: url(../img/user5.png); }
      .messages-list li:nth-child(even):after {
        border-left: 25px solid transparent;
        left: -15px;
        border-top: 25px solid #3693cf; }
    .messages-list li:last-child {
      margin-bottom: 0; }

ul.appointments {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none; }
  ul.appointments li {
    margin-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3px;
    font-size: 11px;
    color: #404040;
    cursor: pointer; }
    ul.appointments li:hover {
      color: #ed6d49; }
    ul.appointments li:first-child {
      text-decoration: line-through; }

/* Sub Navigation starts  */
/*
.sub-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dedede; 
  margin-bottom: 0px;
  min-height: 54px;
  height: 54px;
  line-height: 54px; 
  color: #0C192E;
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top:63px;
}
*/

.sub-nav {
    background: #F0F0F0;
    border-bottom: 1px solid #dedede;
    color: #0C192E;
    text-shadow: 0 1px 0 #FFF;
    margin-bottom: 0px;
    min-height: 51px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top:73px;
}
  .sub-nav li {
    float: left;
    margin-top: 18px;
    line-height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .sub-nav li a {
      color: #0C192E;
      font-size: 12px;
      text-shadow: none;
      line-height: 18px;
      height: 18px;
      padding: 2px 20px; }
      .sub-nav li a:hover {
        opacity: 0.7; }
    .sub-nav li:last-of-type {
      border-right: none; }
    .sub-nav li:first-of-type {
      border-right: none; }
    .sub-nav li .selected {
      color: #336833; }
    .sub-nav li .heading {
      font-size: 16px;
      line-height: 16px;
      padding-right: 10px;
      color: #337AB7;
      opacity: 1; }

.custom-options {
  position: relative;
  float: right;
  padding: 0;
  margin: 12px 10px; }


.custom-options a {
  margin: 0 0 0 5px; 
}

.custom-search {
  position: relative;
  float: left;
  margin: 15px 0 0 0; 
  padding: 0px;
  max-width: 350px;


}
  .custom-search ::-webkit-input-placeholder {
    color: white; }
  .custom-search :-moz-placeholder {
    color: white; }
  .custom-search ::-moz-placeholder {
    color: white; }
  .custom-search :-ms-input-placeholder {
    color: white; }
  .custom-search .search-query {
    margin: 0;
    padding: 6px 10px;
    color: white;
    font-style: italic;
    background: #4b9ed4;
    border: 1px solid #5fa9d9;
    width: 210px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
    .custom-search .search-query:focus {
      outline: none;
      border: 0;
      width: 260px;
      border: 1px solid #74b4de;
      background: #3693cf; }
  .custom-search i {
    cursor: pointer;
    color: #c6e0f1; }

.notice {
  position: relative;
  margin: 10px;
  background: #f2f2f2;
  padding: 12px 12px 12px 25px;
  border-left: 4px solid #e6e6e6; }
  .notice:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #f2f2f2;
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    text-align: center;
    line-height: 30px; }
  .notice p {
    margin: 0; }
  .notice.blue {
    border-color: #3693cf; }
    .notice.blue:before {
      font-family: "FontAwesome";
      content: "\f14a";
      background-color: #3693cf; }
  .notice.green {
    border-color: #74b749; }
    .notice.green:before {
      content: "\f121";
      font-family: "FontAwesome";
      background-color: #74b749; }
  .notice.yellow {
    border-color: #ffb400; }
    .notice.yellow:before {
      font-family: "FontAwesome";
      content: "\f101";
      background-color: #ffb400; }
  .notice.red {
    border-color: #f63131; }
    .notice.red:before {
      font-family: "FontAwesome";
      content: "\f129";
      background-color: #f63131; }

/*  DASHBOARD CSS Starts here  */
.dashboard-container {
  /*margin-top: 15px; */
  margin-top: 0px; 
}

.dashboard-wrapper {
  position: relative;
  background: #fafafa;
  min-height: 680px;
  padding: 20px; }

/*  Dashboard Wrapper Ends Here  */
.dashboard-wrapper-lg {
  position: relative;
  background: #f7f7f7;
  padding: 20px; 
}

/*  Left Sidebar Container Starts Here  */
.left-sidebar {
  margin-right: 260px; }

@media (max-width: 767px) {
  .left-sidebar {
    margin-right: 0px; }

  .sub-nav {
      min-height: 51px;
      top:52px;
  }   
  .custom-options {
    float: none !important;
    }
}

/*  Left Sidebar Container Ends Here  */
.widget {
  background: #fff;
  border: 1px solid #dbdbdb;
  clear: both;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .widget .widget-header {
    background-color: #ededed;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #ededed);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #ededed);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #ededed);
    /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #ededed);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #fff, #ededed);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #dbdbdb;
    height: 44px;
    padding: 0 15px;
    line-height: 44px; }
    .widget .widget-header .title {
      color: #333333;
      float: left;
      font-weight: bold;
      font-size: 16px; }
      .widget .widget-header .title .attribution, .widget .widget-header .title .mini-title {
        font-size: 11px;
        padding-left: 4px;
        color: #b3b3b3;
        font-weight: normal; }
        .widget .widget-header .title .attribution a, .widget .widget-header .title .mini-title a {
          color: #b3b3b3; }
    .widget .widget-header span.tools {
      padding: 0;
      float: right;
      margin: 0; }
      .widget .widget-header span.tools > a {
        display: inline-block;
        margin-right: 5px;
        color: #666666;
        margin-top: 3px; }
        .widget .widget-header span.tools > a:hover {
          text-decoration: none;
          opacity: .6; }
      .widget .widget-header span.tools > a.btn {
        color: #fff;
        margin-top: 0; }
    @media (max-width: 767px) {
      .widget .widget-header span.tools {
        display: none; }
      .widget .widget-header .tools {
        display: none; } }
  .widget .widget-body {
    padding: 15px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }

.mini-widget {
  margin: 0 0 20px 0;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .mini-widget .mini-widget-heading {
    padding: 7px 15px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-transform: uppercase;
    text-align: center;
    background: #3693cf;
    color: #fff; }
    .mini-widget .mini-widget-heading .pull-right {
      color: #fff;
      opacity: 0.7;
      -webkit-transition: All 0.5s ease-in;
      -moz-transition: All 0.5s ease-in;
      -ms-transition: All 0.5s ease-in;
      -o-transition: All 0.5s ease-in;
      transition: All 0.5s ease-in; }
      .mini-widget .mini-widget-heading .pull-right i {
        line-height: 100%;
        margin-right: 2px; }
  .mini-widget .mini-widget-body {
    padding: 10px 15px;
    font-size: 36px;
    font-weight: 300;
    background: #2877aa; }
    .mini-widget .mini-widget-body i {
      color: #5fa9d9;
      -webkit-transition: All 0.5s ease-in;
      -moz-transition: All 0.5s ease-in;
      -ms-transition: All 0.5s ease-in;
      -o-transition: All 0.5s ease-in;
      transition: All 0.5s ease-in;
      font-size: 60px;
      line-height: 60px; }
    .mini-widget .mini-widget-body .number {
      font-size: 36px;
      line-height: 60px;
      color: #fff; }
  .mini-widget .mini-widget-footer {
    color: #fff;
    background: #246895;
    padding: 5px 15px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    position: relative; }
    .mini-widget .mini-widget-footer i {
      float: right;
      position: relative;
      top: 2px;
      display: none; }

.mini-widget-red .mini-widget-heading {
  background: #f63131;
  color: #fff; }
  .mini-widget-red .mini-widget-heading .pull-right {
    color: #fff; }
.mini-widget-red .mini-widget-body {
  background: #ea0a0a; }
  .mini-widget-red .mini-widget-body i {
    color: #f86262; }
  .mini-widget-red .mini-widget-body .number {
    color: #fff; }
.mini-widget-red .mini-widget-footer {
  color: #fff;
  background: #d10909; }

.mini-widget-green .mini-widget-heading {
  background: #74b749;
  color: #fff; }
  .mini-widget-green .mini-widget-heading .pull-right {
    color: #fff; }
.mini-widget-green .mini-widget-body {
  background: #5d933a; }
  .mini-widget-green .mini-widget-body i {
    color: #90c56e; }
  .mini-widget-green .mini-widget-body .number {
    color: #fff; }
.mini-widget-green .mini-widget-footer {
  color: #fff;
  background: #518133; }

.mini-widget-grey .mini-widget-heading {
  background: #666666;
  color: #fff; }
  .mini-widget-grey .mini-widget-heading .pull-right {
    color: #fff; }
.mini-widget-grey .mini-widget-body {
  background: #4d4d4d; }
  .mini-widget-grey .mini-widget-body i {
    color: gray; }
  .mini-widget-grey .mini-widget-body .number {
    color: #fff; }
.mini-widget-grey .mini-widget-footer {
  color: #fff;
  background: #404040; }

.social-stats {
  text-align: center; }
  .social-stats .social-icon {
    padding: 15px;
    height: 60px;
    width: 60px;
    line-height: 45px;
    margin: 0 auto 10px auto;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0; }
    .social-stats .social-icon i {
      color: #fff; }
  .social-stats .stats-details h6 {
    font-weight: 600;
    margin: 0 0 7px 0;
    font-size: 13px; }
  .social-stats .stats-details h3 {
    color: #333333;
    font-weight: 500;
    margin: 0 0 3px 0;
    font-size: 22px; }
  .social-stats .stats-details h5 {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e6e6e6;
    color: #4d4d4d;
    font-weight: 500;
    margin: 0;
    font-size: 14px; }
    .social-stats .stats-details h5.light {
      color: #999999;
      font-size: 12px; }

/*  Right Sidebar Container Starts Here  */
.right-sidebar {
  width: 240px;
  margin-left: 20px;
  position: absolute;
  right: 15px;
  top: 20px; }
  .right-sidebar .wrapper {
    margin-bottom: 10px;
    padding: 5px;
    background: #ededed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

@media (max-width: 767px) {

  ul#mini-nav .dropdown-menu {
    min-width: 230px !important;
  }

.nav-tabs > li > a {

    background: #ffb400;
    border: 1px solid #EAA400;
    border-radius: 0;
    color: #fff;
    margin-right: 0px;
    min-width: 50px;
    
}
.nav-tabs > li > a > span {
  display: none;   
}
  .right-sidebar {
    display: none; } }
/*  Right Sidebar Container Ends Here  */
/*  Metro nav */
.metro-nav {
  text-align: center; }
  .metro-nav .metro-nav-block {
    display: inline-block;
    height: 70px;
    width: 25%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: left;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .metro-nav .metro-nav-block .fa {
      font-size: 32px;
      color: #fff;
      line-height: 36px; }
    .metro-nav .metro-nav-block a {
      height: 100%;
      vertical-align: top;
      padding: 5px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      font-weight: 400;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      width: 100%; }
    .metro-nav .metro-nav-block.small {
      width: 12.2%; }
    .metro-nav .metro-nav-block.double {
      width: 46%; }
    .metro-nav .metro-nav-block:hover {
      opacity: 0.8; }
    .metro-nav .metro-nav-block .info {
      position: absolute;
      top: 20px;
      right: 10px;
      font-size: 24px; }
    .metro-nav .metro-nav-block .brand, .metro-nav .metro-nav-block .tile-status {
      position: absolute;
      bottom: -10px;
      left: 10px;
      min-height: 30px;
      background-color: transparent;
      *zoom: 1;
      font-size: 14px; }
    .metro-nav .metro-nav-block .tile-status {
      right: 10px; }
  .metro-nav * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .metro-nav *:after, .metro-nav *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .metro-nav .nav-block-orange {
    background: #FF8000; }
  .metro-nav .nav-block-green {
    background: #74b749; }
  .metro-nav .nav-block-yellow {
    background: #ffb400; }
  .metro-nav .nav-block-blue {
    background: #3693cf; }
  .metro-nav .nav-block-red {
    background: #f63131; }
  .metro-nav .nav-block-purple {
    background: #8C008C; }  

@media (max-width: 767px) {
  .metro-nav .metro-nav-block {
    width: 49%; }
    .metro-nav .metro-nav-block:hover {
      outline: none;
      opacity: 0.8; }
    .metro-nav .metro-nav-block.double {
      width: 99%; } }
/*  Chats starts here  */
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px; }
  .chats li {
    padding: 5px 0;
    margin: 10px auto; }
    .chats li img.avatar {
      height: 60px;
      width: 60px;
      -webkit-border-radius: 60%;
      -moz-border-radius: 60%;
      border-radius: 60%; }
    .chats li.in img.avatar {
      margin-right: 10px;
      float: left; }
    .chats li .name {
      color: #ed6d49;
      font-size: 13px;
      font-weight: 400; }
    .chats li .date-time {
      color: #1a1a1a;
      font-size: 11px;
      font-weight: 400; }
    .chats li.out img.avatar {
      float: right;
      margin-left: 10px; }
    .chats li .message {
      display: block;
      padding: 5px 10px;
      position: relative; }
    .chats li.in .message {
      text-align: left;
      border-left: 3px solid #ed6d49;
      margin-left: 80px;
      background: whitesmoke; }
      .chats li.in .message .arrow {
        display: block;
        position: absolute;
        top: 7px;
        left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #ed6d49; }
    .chats li.out .message {
      border-right: 3px solid #3693cf;
      margin-right: 80px;
      background: whitesmoke;
      text-align: right; }
      .chats li.out .message .arrow {
        display: block;
        position: absolute;
        top: 7px;
        right: -8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #3693cf; }
    .chats li.out .name {
      color: #3693cf; }
    .chats li.out .name, .chats li.out .date-time {
      text-align: right; }
    .chats li .message .body {
      display: block; }

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background: #e0e0e0;
  clear: both; }
  .chat-form .input-cont {
    margin-right: 55px; }
    .chat-form .input-cont input {
      width: 100%;
      margin-top: 0; }

/*  Todo Container  */
.todo-container {
  width: 100%; }
  .todo-container .todo-list {
    margin-bottom: 10px;
    min-height: 180px; }
    .todo-container .todo-list li {
      background: whitesmoke;
      border-bottom: 1px dotted #cccccc;
      line-height: 34px; }
      .todo-container .todo-list li:last-child {
        border-bottom: 0; }
      .todo-container .todo-list li input[type="checkbox"] {
        margin: 0 2px 0 10px; }
        .todo-container .todo-list li input[type="checkbox"]:checked + label {
          text-decoration: line-through;
          color: #999999; }
      .todo-container .todo-list li label {
        display: inline-block;
        cursor: pointer;
        font-size: 12px;
        margin-bottom: 0; }
        .todo-container .todo-list li label .date {
          font-size: 10px;
          color: #b3b3b3;
          padding-left: 5px;
          font-weight: normal; }
      .todo-container .todo-list li:hover {
        background: #fafafa; }
    .todo-container .todo-list .new {
      border-left: 3px solid #ed6d49;
      margin: 1px 0; }
    .todo-container .todo-list .completed {
      border-left: 3px solid #74b749;
      margin: 1px 0; }
    .todo-container .todo-list .process {
      border-left: 3px solid #ffb400;
      margin: 1px 0; }
  .todo-container .input-append {
    margin-top: 5px;
    margin-bottom: 0;
    width: 90%; }

/*  Messages Container  */
.message-container .message {
  position: relative;
  margin-bottom: 12px;
  min-height: 90px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden; }
.message-container .img-container {
  width: 10%;
  position: absolute;
  padding: 2px; }
  .message-container .img-container img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-height: 80px;
    width: 100%; }
.message-container article {
  width: 85%;
  position: absolute;
  left: 13%;
  right: 2%;
  top: 0px;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .message-container article a {
    color: #ed6d49; }
  .message-container article h6 {
    margin: 0 0 5px 0 !important; }
.message-container .icons-nav {
  width: 85%;
  position: absolute;
  left: 13%;
  top: 60px;
  margin-top: 4px; }
  .message-container .icons-nav ul li .fa {
    float: right;
    display: inline-block;
    margin: 0 0 0 4px;
    color: #4d4d4d;
    font-size: 19px; }
  .message-container .icons-nav li.time {
    float: left;
    color: #bfbfbf; }

/*  Easy Pie Charts Container  */
.pie-charts-container {
  text-align: center; }
  .pie-charts-container .pie-chart {
    margin-right: 20px;
    display: inline-block; }
    .pie-charts-container .pie-chart .name {
      text-align: center;
      padding-top: 10px; }

/*  Icomoon Icons Container  */
.icons-container {
  text-align: center; }
  .icons-container li {
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #666666;
    display: inline-block;
    margin: 0px;
    padding: 10px;
    height: 64px;
    width: 20%;
    float: left; }
    .icons-container li .fa {
      display: block;
      font-size: 25px; }
    .icons-container li:hover {
      background: #f7f7f7;
      cursor: pointer; }

@media (max-width: 767px) {
  .icons-container li {
    width: 100%; } }
#dt_example {
  /* Sorting */ }
  #dt_example .dataTables_length {
    display: none; }
  #dt_example .dataTables_filter {
    float: right; }
    #dt_example .dataTables_filter input {
      width: 160px;
      margin-bottom: 0;
      outline: none;
      border: 1px solid #e6e6e6; }
  #dt_example .dataTables_info {
    float: left;
    margin-bottom: 5px; }
  #dt_example .dataTables_paginate {
    margin: 5px 0;
    float: right; }
    #dt_example .dataTables_paginate .first, #dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next, #dt_example .dataTables_paginate .last {
      display: none; }
    #dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active {
      background: #f2f2f2;
      margin: 1px;
      padding: 5px 10px; }
      #dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover {
        background: #e6e6e6;
        cursor: pointer; }
    #dt_example .dataTables_paginate .paginate_active {
      background: #3693cf;
      color: #fff; }
  #dt_example .dataTable .sorting {
    cursor: pointer;
    background: url(../img/sorting.png) no-repeat center right; }
  #dt_example .dataTable .sorting_asc {
    cursor: pointer;
    background: url(../img/sorting_asc.png) no-repeat center right; }
  #dt_example .dataTable .sorting_desc {
    cursor: pointer;
    background: url(../img/sorting_desc.png) no-repeat center right; }

/*  Featured Articles  */
.featured-articles-container {
  background: #f7f7f7;
  padding: 10px; }
  .featured-articles-container .heading, .featured-articles-container .heading-blue {
    margin-top: 0;
    color: #ed6d49;
    padding-bottom: 8px;
    border-bottom: 1px dotted #d9d9d9; }
  .featured-articles-container .heading-blue {
    color: #3693cf; }
  .featured-articles-container .articles a {
    position: relative;
    border-bottom: 1px dotted #d9d9d9;
    color: #0d0d0d;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 1px; }
    .featured-articles-container .articles a:hover {
      color: #737373; }
    .featured-articles-container .articles a .label-bullet, .featured-articles-container .articles a .label-bullet-blue {
      position: absolute;
      left: 1px;
      top: 10px;
      width: 0;
      height: 0;
      border-top: 9px solid #ef8060;
      border-left: 9px solid transparent; }
    .featured-articles-container .articles a .label-bullet-blue {
      border-top: 9px solid #4b9ed4; }
    .featured-articles-container .articles a .date {
      font-size: 10px;
      padding-left: 2px;
      color: #b3b3b3;
      font-weight: normal; }
  .featured-articles-container .articles:hover {
    opacity: 1;
    cursor: default; }
  .featured-articles-container .articles .phone {
    text-align: right;
    font-size: 12px;
    padding-top: 5px; }

/*  Status  */
.stats li {
  padding: 10px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border: 1px solid #d9d9d9;
  height: 64px;
  margin-bottom: 4px; }
  .stats li:last-child {
    margin-bottom: 0px; }
  .stats li:hover {
    opacity: 0.7;
    cursor: pointer; }
  .stats li .left {
    border-right: 1px solid #e6e6e6;
    float: left;
    display: inline-block;
    text-align: left;
    width: 120px;
    margin-right: 10px; }
    .stats li .left h4 {
      margin-top: 0;
      margin-bottom: 6px;
      color: #4d4d4d; }
    .stats li .left p {
      font-size: 11px;
      color: #ed6d49;
      text-transform: uppercase;
      margin-bottom: 0; }
  .stats li:nth-child(2) p {
    color: #74b749; }
  .stats li:nth-child(3) p {
    color: #ffb400; }
  .stats li:nth-child(4) p {
    color: #3693cf; }
  .stats li:nth-child(5) p {
    color: #f63131; }
  .stats li .chart {
    width: 70px;
    margin-top: 10px;
    margin-left: 5px;
    float: left; }

/*  Month Income  */
.month-income li {
  padding: 5px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border: 1px solid #d9d9d9;
  height: 50px;
  margin-bottom: 4px; }
  .month-income li:last-child {
    margin-bottom: 0px; }
  .month-income li:hover {
    opacity: 0.7;
    cursor: pointer; }
  .month-income li .icon-block {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-top: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .month-income li h5 {
    margin: 0 0 3px 45px;
    padding: 0;
    color: gray; }
    .month-income li h5 small {
      font-size: 11px; }
  .month-income li p {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 45px;
    color: #b3b3b3; }
  .month-income li .yellow-block {
    background: #ffb400; }
  .month-income li .orange-block {
    background: #ed6d49; }
  .month-income li .green-block {
    background: #74b749; }
  .month-income li .blue-block {
    background: #3693cf; }
  .month-income li .red-block {
    background: #f63131; }

/*  Mini Dashboard  */
.mini-dashboard {
  padding: 5px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  margin-bottom: 4px; }
  .mini-dashboard .graph-container .city {
    margin: 5px 0 15px 0;
    font-size: 18px;
    color: #4d4d4d; }
    .mini-dashboard .graph-container .city .time {
      font-size: 11px;
      padding-left: 7px;
      color: gray; }
  .mini-dashboard .graph-container .graph {
    margin: 10px 0;
    width: 100%;
    height: 34px; }
  .mini-dashboard .graph-container .info-container {
    padding: 5px 0;
    color: #3693cf; }
    .mini-dashboard .graph-container .info-container .blocks-container .block {
      position: relative;
      background: #e6e6e6;
      text-align: center;
      width: 108px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      float: left;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      font-weight: bold; }
      .mini-dashboard .graph-container .info-container .blocks-container .block.last {
        margin-left: 2px; }
    .mini-dashboard .graph-container .info-container .blocks-container .arrow {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #e8481b;
      position: absolute;
      top: 18px;
      width: 0;
      height: 0;
      left: 10px; }

/*  Progress statistics  */
.progress-stats li {
  padding: 5px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px; }
  .progress-stats li:last-child {
    margin-bottom: 0px; }
  .progress-stats li:hover {
    opacity: 0.7;
    cursor: pointer; }

/*  Doc icons  */
.doc-icons-container {
  position: relative;
  line-height: 100%; }
  .doc-icons-container .icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 50px;
    background: #d9d9d9;
    margin: 0 15px 0 0; }
    .doc-icons-container .icon:before {
      position: absolute;
      content: "";
      top: 0px;
      right: -10px;
      width: 0;
      height: 50px;
      border-left: 10px solid #d9d9d9;
      border-top: 10px solid transparent; }
    .doc-icons-container .icon:after {
      position: absolute;
      content: "";
      top: 0px;
      right: -10px;
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 0, 0, 0.2); }
    .doc-icons-container .icon.light-blue {
      background: #5fa9d9;
      color: #1f5a80; }
      .doc-icons-container .icon.light-blue:before {
        border-left-color: #5fa9d9; }
    .doc-icons-container .icon.light-green {
      background: #90c56e;
      color: #466e2c; }
      .doc-icons-container .icon.light-green:before {
        border-left-color: #90c56e; }
    .doc-icons-container .icon.light-yellow {
      background: #ffc333;
      color: #996c00; }
      .doc-icons-container .icon.light-yellow:before {
        border-left-color: #ffc333; }
    .doc-icons-container .icon.light-orange {
      background: #f29277;
      color: #bd3813; }
      .doc-icons-container .icon.light-orange:before {
        border-left-color: #f29277; }
  .doc-icons-container .doc-icon {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px; }
  .doc-icons-container .doc-type {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 8px; }

/*  INVOICE  */
.invoice {
  border: 1px solid #cccccc;
  padding: 15px; }
  .invoice .invoice-head {
    border-bottom: 1px solid #cccccc;
    height: 48px; }
    .invoice .invoice-head .logo {
      margin: 0; }
    .invoice .invoice-head .invoice-info {
      float: right;
      margin-top: 8px;
      text-align: right; }
      .invoice .invoice-head .invoice-info span {
        color: #ed6d49;
        font-weight: bold;
        font-size: 12px;
        float: right;
        text-align: right; }
      .invoice .invoice-head .invoice-info .date {
        color: #3693cf;
        font-size: 11px;
        font-weight: 500; }
  .invoice .invoice-data-container {
    padding: 20px 0; }
    .invoice .invoice-data-container .from {
      width: 40%; }
      .invoice .invoice-data-container .from h5 {
        color: #4d4d4d;
        margin: 0 0 10px 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); }
      .invoice .invoice-data-container .from span {
        color: #ef8060;
        display: block;
        font-size: 12px;
        margin-bottom: 3px; }

/*  page not found - 404 -500  */
.page-not-found {
  margin-top: 80px;
  color: #b3b3b3; }
  .page-not-found .number {
    font-size: 150px;
    color: #ed6d49;
    line-height: 100%; }

footer {
  background: #2C3939; /*#337ab7; background: #5cb85c*/
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  font-size: 12px;
  padding: 10px 15px;
  bottom: 0px;
  width: 100%;
  z-index: 1; 
}  

  footer p {
    margin-bottom: 0; }

.chart-height-lg {
  position: relative;
  height: 270px;
  width: 100%; }
  .chart-height-lg canvas {
    width: 100% !important; }

.chart-height-lgx {
  position: relative;
  height: 230px;
  width: 100%; }
  .chart-height-lgx canvas {
    width: 100% !important; }

.chart-height-lgy {
  position: relative;
  height: 210px;
  width: 100%; }
  .chart-height-lgy canvas {
    width: 100% !important; }

.chart-height {
  position: relative;
  height: 180px;
  width: 100%; }
  .chart-height canvas {
    width: 100% !important; }

.chart-height-md {
  position: relative;
  height: 139px;
  width: 100%; }
  .chart-height-md canvas {
    width: 100% !important; }

.legent div {
  background: #FAFAFA; }

.legendColorBox div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FAFAFA; }

.legendLabel {
  background: #FAFAFA;
  font-size: 12px;
  color: #000;
  padding-left: 10px; }

.demo-btn-group .btn {
  min-width: 80px;
  margin: 2px; }
.demo-btn-group a {
  display: block;
  margin: 2px;
  float: left;
  padding: 0 !important; }

.icon-rounded {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px !important;
  color: #fff; }

#cssmenu {
  background-color: #212F3C;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  font-family: Arial; 
  position: -webkit-sticky;
  position: sticky;
  top:0px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
  #cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

    #cssmenu ul li {
      margin: 0;
      padding: 0;
      border: 0;
      list-style: none;
      line-height: 1;
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

      #cssmenu ul li a {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  
  #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #cssmenu #menu-button {
    display: none; }
  #cssmenu > ul > li {
    float: left;
    background-color: #5cb85c;
    background-repeat: no-repeat;
    /*border-radius: 3px 3px 0 0;*/
    min-width: 100px;
    
    text-align: center;
    /*margin-right: 1px;*/
    

    }
    #cssmenu > ul > li.active {
      background: #ffb400; }
      #cssmenu > ul > li.active a {
        color: #fff; }
        #cssmenu > ul > li.active a i {
          color: #fff; }
      #cssmenu > ul > li.active:hover {
        background: #dedede; }
    #cssmenu > ul > li:hover {
      background: #dedede; }
    #cssmenu > ul > li > a i {
      color: #ffffff;
      text-align: center;
      display: block;
      margin-bottom: 10px;
      font-size: 20px; }
  #cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
    #cssmenu.align-center > ul > li {
      display: inline-block;
      float: none; }
  #cssmenu.align-center ul ul {
    text-align: left; }
  #cssmenu.align-right > ul > li {
    float: right; }
  #cssmenu > ul > li > a {
    padding: 10px;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; 
  }
  #cssmenu > ul > li:hover > a {
    color: #fff; }
    #cssmenu > ul > li:hover > a img {
      opacity: 1; 
      color: #fff; 
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);

    }
  #cssmenu > ul > li.active > a img {
      opacity: 1; 
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
  }  
  #cssmenu > ul > li.active > a span {
      border-bottom: #fff 2px solid;
  }  
  #cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: ''; }
  #cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0; }
  #cssmenu > ul > li.has-sub:hover > a:after {
    background: #fff; }
  #cssmenu ul ul {
    position: absolute;
    left: -9999px;}
  #cssmenu.align-right ul ul {
    text-align: right; }
  #cssmenu ul ul li {
    background: #dedede;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu li:hover > ul {
    left: auto; }
  #cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0; }
  #cssmenu li:hover > ul > li {
    height: 35px; }
    #cssmenu li:hover > ul > li:hover {
      background: #2877aa; }
  #cssmenu ul ul ul {
    margin-left: 100%;
    top: 0; }
  #cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  #cssmenu ul ul ul li {
    background: #2877aa; }
    #cssmenu ul ul ul li:hover {
      background: #2771a1 !important; }
  #cssmenu ul ul li a {
    padding: 11px 15px;
    width: 220px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: left; 
    border-bottom: #dedede 1px solid;
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
  }
  #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0; }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff; }
  #cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''; }
  #cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px; }
  #cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  #cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px; }
  #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0; }





/* OPCION 1 DEL MENU PRINCIPAL */

.principal li:nth-child(1).active {
  color: white !important;

}
.principal li:nth-child(1) a {
  background: #2980B9;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(1) a:hover {
  color: white;
  background: #2980B9;
}

.principal li:nth-child(1) > ul.secundario > li.active a {
  border-left: #2980B9 5px solid !important; 
  background: #2980B9;
  color: #ffffff !important;
}

.principal li:nth-child(1) > ul.secundario > li a {
  border-left: #2980B9 5px solid !important; 
  background: #ffffff;
  color: #2980B9 !important;
}

.principal li:nth-child(1) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #2980B9;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 1 DEL MENU PRINCIPAL */

/* OPCION 2 DEL MENU PRINCIPAL */

.principal li:nth-child(2).active {
  color: white !important;
}
.principal li:nth-child(2) a {
  background: #2ab0ba;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(2) a:hover {
  color: white;
  background: #2ab0ba;
}
.principal li:nth-child(2) > ul.secundario > li.active a {
  border-left: #2ab0ba 5px solid !important; 
  background: #2ab0ba;
  color: #ffffff !important;
}

.principal li:nth-child(2) > ul.secundario > li a {
  border-left: #2ab0ba 5px solid !important; 
  background: #ffffff;
  color: #2ab0ba !important;
}

.principal li:nth-child(2) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #2ab0ba;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 2 DEL MENU PRINCIPAL */

/* OPCION 3 DEL MENU PRINCIPAL */

.principal li:nth-child(3).active {
  color: white !important;
}
.principal li:nth-child(3) a {
  background: #f1c712;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(3) a:hover {
  color: white;
  background: #f1c712;
}

.principal li:nth-child(3) > ul.secundario > li.active a {
  border-left: #f1c712 5px solid !important; 
  background: #f1c712;
  color: #ffffff !important;
}

.principal li:nth-child(3) > ul.secundario > li a {
  border-left: #f1c712 5px solid !important; 
  background: #ffffff;
  color: #f1c712 !important;
}

.principal li:nth-child(3) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #f1c712;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 3 DEL MENU PRINCIPAL */

/* OPCION 4 DEL MENU PRINCIPAL */

.principal li:nth-child(4).active {
  color: white !important;
}
.principal li:nth-child(4) a {
  background: #ed117d;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(4) a:hover {
  color: white;
  background: #ed117d;
}

.principal li:nth-child(4) > ul.secundario > li.active a {
  border-left: #ed117d 5px solid !important; 
  background: #ed117d;
  color: #ffffff !important;
}

.principal li:nth-child(4) > ul.secundario > li a {
  border-left: #ed117d 5px solid !important; 
  background: #ffffff;
  color: #ed117d !important;
}

.principal li:nth-child(4) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #ed117d;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 4 DEL MENU PRINCIPAL */

/* OPCION 5 DEL MENU PRINCIPAL */

.principal li:nth-child(5).active {
  color: white !important;
}
.principal li:nth-child(5) a {
  background: #92278f;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(5) a:hover {
  color: white;
  background: #92278f;
}

.principal li:nth-child(5) > ul.secundario > li.active a {
  border-left: #92278f 5px solid !important; 
  background: #92278f;
  color: #ffffff !important;
}

.principal li:nth-child(5) > ul.secundario > li a {
  border-left: #92278f 5px solid !important;
  border-bottom: #dedede 1px solid;
  border-top: #dedede 1px solid;
  border-right: #dedede 1px solid; 
  background: #ffffff;
  color: #92278f !important;
}

.principal li:nth-child(5) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #92278f;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 5 DEL MENU PRINCIPAL */

/* OPCION 6 DEL MENU PRINCIPAL */

.principal li:nth-child(6).active {
  color: white !important;
}
.principal li:nth-child(6) a {
  background: #00a651;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(6) a:hover {
  color: white;
  background: #00a651;
}

.principal li:nth-child(6) > ul.secundario > li.active a {
  border-left: #00a651 5px solid !important; 
  background: #00a651;
  color: #ffffff !important;
}

.principal li:nth-child(6) > ul.secundario > li a {
  border-left: #00a651 5px solid !important; 
  background: #ffffff;
  color: #00a651 !important;
}

.principal li:nth-child(6) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #00a651;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 6 DEL MENU PRINCIPAL */


/* OPCION 7 DEL MENU PRINCIPAL */

.principal li:nth-child(7).active {
  color: white !important;
}
.principal li:nth-child(7) a {
  background: #00aeef;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(7) a:hover {
  color: white;
  background: #00aeef;
}

.principal li:nth-child(7) > ul.secundario > li.active a {
  border-left: #00aeef 5px solid !important; 
  background: #00aeef;
  color: #ffffff !important;
}

.principal li:nth-child(7) > ul.secundario > li a {
  border-left: #00aeef 5px solid !important; 
  background: #ffffff;
  color: #00aeef !important;
}

.principal li:nth-child(7) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #00aeef;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 7 DEL MENU PRINCIPAL */


/* OPCION 8 DEL MENU PRINCIPAL */

.principal li:nth-child(8).active {
  color: white !important;
}
.principal li:nth-child(8) a {
  background: #89cbed;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(8) a:hover {
  color: white;
  background: #89cbed;
}

.principal li:nth-child(8) > ul.secundario > li.active a {
  border-left: #89cbed 5px solid !important; 
  background: #89cbed;
  color: #ffffff !important;
}

.principal li:nth-child(8) > ul.secundario > li a {
  border-left: #89cbed 5px solid !important; 
  background: #ffffff;
  color: #89cbed !important;
}

.principal li:nth-child(8) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #89cbed;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 8 DEL MENU PRINCIPAL */

/* OPCION 9 DEL MENU PRINCIPAL */

.principal li:nth-child(9).active {
  color: white !important;
}
.principal li:nth-child(9) a {
  background: #cd4c74;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(9) a:hover {
  color: white;
  background: #cd4c74;
}

.principal li:nth-child(9) > ul.secundario > li.active a {
  border-left: #cd4c74 5px solid !important; 
  background: #cd4c74;
  color: #ffffff !important;
}

.principal li:nth-child(9) > ul.secundario > li a {
  border-left: #cd4c74 5px solid !important; 
  background: #ffffff;
  color: #cd4c74 !important;
}

.principal li:nth-child(9) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #cd4c74;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 9 DEL MENU PRINCIPAL */


/* OPCION 10 DEL MENU PRINCIPAL */

.principal li:nth-child(10).active {
  color: white !important;
}
.principal li:nth-child(10) a {
  background: #5499C7;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(10) a:hover {
  color: white;
  background: #5499C7;
}

.principal li:nth-child(10) > ul.secundario > li.active a {
  border-left: #5499C7 5px solid !important; 
  background: #5499C7;
  color: #ffffff !important;
}

.principal li:nth-child(10) > ul.secundario > li a {
  border-left: #5499C7 5px solid !important; 
  background: #ffffff;
  color: #5499C7 !important;
}

.principal li:nth-child(10) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #5499C7;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 10 DEL MENU PRINCIPAL */

/* OPCION 11 DEL MENU PRINCIPAL */

.principal li:nth-child(11).active {
  color: white !important;
}
.principal li:nth-child(11) a {
  background: #212F3C;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(11) a:hover {
  color: white;
  background: #212F3C;
}

.principal li:nth-child(11) > ul.secundario > li.active a {
  border-left: #212F3C 5px solid !important; 
  background: #212F3C;
  color: #ffffff !important;
}

.principal li:nth-child(11) > ul.secundario > li a {
  border-left: #212F3C 5px solid !important; 
  background: #ffffff;
  color: #212F3C !important;
}

.principal li:nth-child(11) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #212F3C;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 11 DEL MENU PRINCIPAL */

/* OPCION 12 DEL MENU PRINCIPAL */

.principal li:nth-child(12).active {
  color: white !important;
}
.principal li:nth-child(12) a {
  background: #154360;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principal li:nth-child(12) a:hover {
  color: white;
  background: #154360;
}

.principal li:nth-child(12) > ul.secundario > li.active a {
  border-left: #154360 5px solid !important; 
  background: #154360;
  color: #ffffff !important;
}

.principal li:nth-child(12) > ul.secundario > li a {
  border-left: #154360 5px solid !important; 
  background: #ffffff;
  color: #154360 !important;
}

.principal li:nth-child(12) > ul.secundario > li a:hover {
  color: #ffffff !important;
  background: #154360;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

/* FINAL OPCION 12 DEL MENU PRINCIPAL */

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;    
    background-color: #555555;
    }
    #cssmenu ul {
      width: 100%;
      display: none; }
    #cssmenu.align-center > ul {
      text-align: left; }
    #cssmenu ul li {
      width: 100%;
      border-top: 1px solid #4C4C4C;
      background: #444444; }
      #cssmenu ul li:hover {
        width: 100%;
        background: #474747; }
    #cssmenu ul ul li {
      height: auto;
      background: #FFFFFF; }
    #cssmenu li:hover > ul > li {
      height: auto;
      background: #555555; }
    #cssmenu ul ul li:hover, #cssmenu li:hover > ul > li:hover {
      height: auto;
      background: #575757; }
    #cssmenu ul li a {
      width: 100%;
      border-bottom: 0;
      text-align: center;
      color: #eee;
      border-radius: 0;
      padding: 15px; }
    #cssmenu ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
      #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px;
        padding-left: 25px; }
      #cssmenu ul ul ul li {
        background: #FFFFFF;
        border-top: 1px solid #585858; }
        #cssmenu ul ul ul li:hover {
          background: #646464 !important;
          border-top: 1px solid #676767; }
        #cssmenu ul ul ul li a {
          padding-left: 35px; }
      #cssmenu ul ul li a {
        color: #fff;
        background: none; }
      #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #fff; }
      #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left; }
    #cssmenu > ul > li {
      float: none;
      border-radius: 0; }
      #cssmenu > ul > li > a i {
        color: #eee;
        text-align: center;
        display: inline;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 16px; }
    #cssmenu.align-right ul ul {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: left; }
    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
      display: none; }
    #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
      display: none; }
    #cssmenu #menu-button {
      display: block;
      padding: 20px 17px;
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700; }
      #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial; }
      #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: ''; }
      #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    #cssmenu .submenu-button {
      position: absolute;
      z-index: 99;
      right: 0;
      top: 0;
      display: block;
      border-left: 1px solid rgba(120, 120, 120, 0.2);
      height: 84px;
      width: 46px;
      cursor: pointer; }
    #cssmenu ul .submenu-button.submenu-opened {}
    #cssmenu ul ul .submenu-button {
      height: 42px;
      width: 42px; 
      background: #ccc;
    }
      #cssmenu ul ul .submenu-button.submenu-opened {
        background: #666; }
    #cssmenu .submenu-button:after {
      position: absolute;
      top: 40px;
      right: 19px;
      width: 8px;
      height: 2px;
      display: block;
      background: #fff;
      content: ''; }
    #cssmenu ul ul .submenu-button:after {
      top: 20px;
      right: 16px; }
    #cssmenu .submenu-button.submenu-opened:after {
      background: #fff; }
    #cssmenu .submenu-button:before {
      position: absolute;
      top: 37px;
      right: 22px;
      display: block;
      width: 2px;
      height: 8px;
      background: #fff;
      content: ''; }
    #cssmenu ul ul .submenu-button:before {
      top: 17px;
      right: 19px; }
    #cssmenu .submenu-button.submenu-opened:before {
      display: none; } }



.panel-grey {
  border-color: #aaaaaa;
}
.panel-grey > .panel-heading {
  border-color: #aaaaaa;
  color: white;
  background-color: #aaaaaa;
}
.panel-grey, .panel-grey > a, .panel-grey ul >li > a {
  color: #aaaaaa;
}
.panel-grey > a:hover, .panel-grey ul >li > a:hover {
  color: #aaaaaa;
}


.panel-blue {
  border-color: #5499C7;
}
.panel-blue > .panel-heading {
  border-color: #5499C7;
  color: white;
  background-color: #5499C7;
}
.panel-blue, .panel-blue > a, .panel-blue ul >li > a {
  color: #5499C7;
}
.panel-blue > a:hover, .panel-blue ul >li > a:hover {
  color: #337AB7;
}

.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green, .panel-green > a, .panel-green ul >li > a {
  color: #5cb85c;
}
.panel-green > a:hover, .panel-green ul >li > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red, .panel-red > a, .panel-red ul >li > a {
  color: #d9534f;
}
.panel-red > a:hover, .panel-red ul >li > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow, .panel-yellow > a, .panel-yellow ul >li > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover, .panel-yellow ul >li > a:hover {
  color: #df8a13;
}

.panel-links{
  display: none;
  padding: 10px;
}

.callout {
  margin: 0 0 3px 0;
  padding: 10px 20px;
  background-color: #f2f2f2;
  border-left: 3px solid white; }

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.callout p:last-child {
  margin-bottom: 0; }

.callout-danger {
  border-color: #eb4343; }

.callout-danger h4 {
  color: #eb4343; }

.callout-warning {
  border-color: #b5799e; }

.callout-warning h4 {
  color: #b5799e; }

.callout-info {
  border-color: #47759e; }

.callout-info h4 {
  color: #47759e; }

.callout-success {
  border-color: #1e825e; }

.callout-success h4 {
  color: #1e825e; }

.timeline {
  list-style: none;
  position: relative;
  max-width: 1000px;
  padding: 20px 10px;
  margin: 0 auto;
  overflow: hidden; }
  .timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ffd266;
    height: 100%;
    width: 1px;
    display: block; }
  .timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10; }
    .timeline .timeline-row .timeline-time {
      position: absolute;
      right: 50%;
      top: 31px;
      text-align: right;
      margin-right: 40px;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 600; }
      .timeline .timeline-row .timeline-time small {
        display: block;
        color: #1e825e;
        font-size: 11px;
        font-weight: 600; }
    .timeline .timeline-row .timeline-icon {
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -20px;
      width: 38px;
      height: 38px;
      background-color: #e6e6e6;
      box-shadow: 0 0 10px #999999;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      overflow: hidden;
      padding: 2px;
      color: white;
      font-size: 14px;
      z-index: 100; }
      .timeline .timeline-row .timeline-icon > div {
        line-height: 34px;
        font-size: 16px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
    .timeline .timeline-row .timeline-content {
      margin-left: 40px;
      position: relative;
      background-color: #fff;
      color: #333333; }
      .timeline .timeline-row .timeline-content:after {
        content: "";
        position: absolute;
        top: 48px;
        left: -41px;
        height: 1px;
        width: 40px;
        background-color: #f59f9f;
        z-index: -1; }
      .timeline .timeline-row .timeline-content .panel-body {
        padding: 15px 15px 2px;
        position: relative;
        z-index: 10;
        background-color: #e8e8e8;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      .timeline .timeline-row .timeline-content h2 {
        margin-bottom: 12px;
        margin-top: 0;
        line-height: 1.2;
        color: #333333 !important;
        font-size: 18px; }
      .timeline .timeline-row .timeline-content p, .timeline .timeline-row .timeline-content img {
        margin-bottom: 15px; }
      .timeline .timeline-row .timeline-content img {
        -webkit-border-radius: 30%;
        -moz-border-radius: 30%;
        border-radius: 30%; }
      .timeline .timeline-row .timeline-content img.less-round {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
    .timeline .timeline-row:nth-child(odd) {
      padding-left: 0;
      padding-right: 50%; }
      .timeline .timeline-row:nth-child(odd) .timeline-time {
        right: auto;
        left: 50%;
        text-align: left;
        margin-right: 0;
        margin-left: 30px; }
      .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 40px;
        margin-left: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-content:after {
          left: auto;
          right: -41px; }
  .timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px; }
  .timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0; }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0; }

@media (max-width: 1200px) {
  .timeline {
    padding: 15px 10px; }
    .timeline:after {
      left: 28px; }
    .timeline .timeline-row {
      padding-left: 0;
      margin-bottom: 16px; }
      .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px; }
        .timeline .timeline-row .timeline-time strong {
          display: inline-block;
          margin-right: 10px; }
      .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0; }
      .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative; }
        .timeline .timeline-row .timeline-content:after {
          right: auto !important;
          left: -20px !important;
          top: 32px; }
      .timeline .timeline-row:nth-child(odd) {
        padding-right: 0; }
        .timeline .timeline-row:nth-child(odd) .timeline-time {
          position: relative;
          right: auto;
          left: auto;
          top: 0;
          text-align: left;
          margin: 0 0 6px 56px; }
        .timeline .timeline-row:nth-child(odd) .timeline-content {
          margin-right: 0;
          margin-left: 55px; }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
      left: 20px; }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
      left: 0; } }
.google-visualization-table-table {
  width: 100%; }


.table > thead > tr > th {  

}

.td-v-align {
  vertical-align: middle !important; }

ul.imp-tasks {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: none; }
  ul.imp-tasks li {
    padding: 0;
    border-bottom: 1px solid #ebebeb; }
    ul.imp-tasks li:last-child {
      margin-bottom: 0px;
      border-bottom: 0; }
    ul.imp-tasks li a {
      display: block;
      font-size: 16px;
      padding: 19px 0; }
      ul.imp-tasks li a i.task-status {
        font-size: 21px;
        display: inline-block;
        color: #926546; }
      ul.imp-tasks li a .task-type {
        display: inline-block;
        color: #666;
        font-size: 18px;
        margin-left: 10px; }
      ul.imp-tasks li a .label {
        border-radius: 20px;
        display: inline-block;
        font-size: 100%;
        font-weight: 600;
        font-size: 12px;
        padding: 3px 10px;
        line-height: 100%;
        position: relative;
        float: right;
        margin-right: 20px;
        margin-top: 2px; }
        ul.imp-tasks li a .label:after {
          position: absolute;
          content: "\f105";
          right: -20px;
          top: 3px;
          font-size: 20px;
          color: #cccccc;
          font-family: FontAwesome; }

ul.imp-notify {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: none; }
  ul.imp-notify li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2px; }
    ul.imp-notify li:last-child {
      margin-bottom: 0px;
      border-bottom: 0; }
    ul.imp-notify li .icon {
      float: left; }
      ul.imp-notify li .icon img {
        width: 48px;
        height: 48px; }
    ul.imp-notify li .details {
      line-height: 18px;
      font-size: 11px;
      display: block;
      background: transparent;
      border: none;
      width: auto;
      margin-left: 60px; }
      ul.imp-notify li .details strong {
        font-weight: 600;
        margin-right: 3px;
        font-size: 13px;
        display: block; }
        ul.imp-notify li .details strong span {
          font-size: 11px;
          display: inline-block;
          color: #666;
          font-weight: 600; }
      ul.imp-notify li .details p {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        padding: 3px 0 2px 0;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      ul.imp-notify li .details small {
        font-size: 11px;
        color: #999;
        margin: 0;
        padding: 0; }

ul.imp-status {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-type: none; }
  ul.imp-status li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2px; }
    ul.imp-status li:last-child {
      margin-bottom: 0px;
      border-bottom: 0; }
    ul.imp-status li .product-status {
      margin-bottom: 3px; }
      ul.imp-status li .product-status .fa {
        width: 24px;
        height: 21px;
        font-size: 18px;
        display: inline-block;
        line-height: 21px;
        vertical-align: top;
        color: #5bc0de; }
      ul.imp-status li .product-status .label {
        border-radius: 20px;
        display: inline-block;
        font-size: 100%;
        font-weight: 500;
        font-size: 12px;
        padding: 3px 10px;
        line-height: 100%; }
    ul.imp-status li .product-details {
      line-height: 18px;
      font-size: 11px;
      display: block;
      background: transparent;
      border: none;
      width: auto;
      margin-left: 28px; }
      ul.imp-status li .product-details h5 {
        font-weight: 600;
        margin: 0;
        padding: 3px 0;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      ul.imp-status li .product-details p {
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        padding: 3px 0 2px 0;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      ul.imp-status li .product-details small {
        font-size: 11px;
        color: #999;
        margin: 0;
        padding: 0; }
        ul.imp-status li .product-details small i {
          font-size: 14px;
          margin-right: 5px; }

.sales-overview .nav-tabs {
  border: none; }
.sales-overview .tab-content {
  border: none; }
.sales-overview .nav-tabs {
  padding-top: 4px; }
.sales-overview .nav-tabs.nav-justified > li > a {
  text-align: left;
  font-size: 16px;
  border-radius: 0; }
.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab .tab-icon i {
  color: #FFA500; }
.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab h4 {
  color: #3693cf; }
.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab p {
  color: #000; }
.sales-overview .overview-tab .tab-icon {
  float: left;
  width: 60px;
  height: 60px;
  border-right: 1px solid #d9d9d9;
  line-height: 60px;
  text-align: center; }
  .sales-overview .overview-tab .tab-icon .fa {
    color: gray;
    font-size: 30px;
    vertical-align: middle; }
.sales-overview .overview-tab .tab-details {
  margin-left: 72px; }
  .sales-overview .overview-tab .tab-details p {
    color: #666666;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sales-overview .overview-tab .tab-details h4 {
    color: #666666;
    font-size: 21px;
    margin: 5px 0;
    line-height: 100%;
    padding: 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (min-width: 768px) and (max-width: 992px) {
  .nav-tabs.nav-justified > li {
    width: 25%;
    float: left; } }
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs.nav-justified > li {
    width: 25%;
    float: left; }

  .sales-overview .overview-tab .tab-icon {
    width: 100%;
    border-right: 0; } }
.v-align-graph {
  margin-top: 100px; }

.xAxis, .yAxis {
  font-size: 13px;
  color: #000; }

.referrals .list {
  margin: .5%;
  width: 49%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  padding: 20px 0;
  vertical-align: middle; }
  .referrals .list small {
    font-size: 14px; }

ul.revenue-from {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none; }
  ul.revenue-from li {
    margin-bottom: 24px;
    position: relative; }
    ul.revenue-from li small {
      font-size: 13px;
      font-style: italic; }
    ul.revenue-from li .progress {
      margin: 0 0 3px 0;
      height: 7px;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background-color: #ebebeb; }
    ul.revenue-from li .revenue-perc {
      position: absolute;
      right: 0;
      bottom: 10px;
      width: 36px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: center;
      border: 1px solid #3693cf; }
      ul.revenue-from li .revenue-perc.danger {
        border: 1px solid #f28888; }
      ul.revenue-from li .revenue-perc.success {
        border: 1px solid #2cc08b; }
      ul.revenue-from li .revenue-perc.info {
        border: 1px solid #729bc0; }
      ul.revenue-from li .revenue-perc.warning {
        border: 1px solid #b5799e; }
    ul.revenue-from li:last-child {
      margin-bottom: 0; }

.social-widget {
  text-align: center; }
  .social-widget .social-body {
    height: 70px; }
    .social-widget .social-body .chart-one {
      position: relative; }
    .social-widget .social-body .chart-two {
      position: absolute;
      top: 20px;
      left: 0; }
    .social-widget .social-body .views-chart {
      position: relative;
      width: 90px;
      height: 90px;
      margin: auto; }
      .social-widget .social-body .views-chart span {
        position: absolute;
        left: 25px;
        top: 38px;
        font-size: 21px; }
  .social-widget h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 500; }
    .social-widget h1 span {
      display: block;
      font-size: 12px;
      text-align: right;
      text-transform: uppercase; }
  .social-widget .social-footer {
    margin-top: 5px; }
    .social-widget .social-footer .growth {
      float: right; }
      .social-widget .social-footer .growth i {
        font-size: 21px;
        display: inline-block; }
      .social-widget .social-footer .growth h2 {
        margin: 0;
        font-size: 30px;
        display: inline-block;
        font-weight: 500; }
        .social-widget .social-footer .growth h2 sup {
          font-size: 13px;
          top: -15px; }
  .social-widget p.social-widget-info {
    font-size: 14px;
    margin: 10px 0 0 0; }

.bwizard {
  position: relative; }
  .bwizard .well {
    margin: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none; }

.bwizard-steps {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff; }
  .bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    line-height: 18px;
    list-style: none;
    padding: 12px 17px 10px 30px;
    background: #e6e6e6;
    zoom: 1;
    *display: inline;
    *padding-left: 17px; }
    .bwizard-steps li:first-child {
      -webkit-border-radius: 2px 0 0 2px;
      -moz-border-radius: 2px 0 0 2px;
      border-radius: 2px 0 0 2px;
      padding-left: 12px; }
      .bwizard-steps li:first-child:before {
        border: none; }
    .bwizard-steps li:last-child {
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      margin-right: 0; }
      .bwizard-steps li:last-child:after {
        border: none; }
    .bwizard-steps li:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #fff;
      border-top: 20px inset transparent;
      content: ""; }
    .bwizard-steps li:after {
      position: absolute;
      right: -20px;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #e6e6e6;
      border-top: 20px inset transparent;
      content: "";
      z-index: 2; }
  .bwizard-steps .label {
    margin: 0 5px 0 0;
    padding: 1px 5px 2px;
    position: relative;
    top: -1px;
    background: #bfbfbf; }
  .bwizard-steps .active {
    color: #fff;
    background: #3693cf; }
    .bwizard-steps .active:after {
      border-left-color: #3693cf; }
    .bwizard-steps .active .label {
      background-color: #1f5a80; }
  .bwizard-steps a {
    color: #4d4d4d; }
  .bwizard-steps .active a {
    color: #fff;
    cursor: default; }
  .bwizard-steps a:hover {
    text-decoration: none; }
  .bwizard-steps.clickable li:not(.active) {
    cursor: pointer; }
  .bwizard-steps.clickable li:hover:not(.active) {
    background: #cccccc; }
    .bwizard-steps.clickable li:hover:not(.active) a {
      color: #4d4d4d; }
    .bwizard-steps.clickable li:hover:not(.active):after {
      border-left-color: #cccccc; }

.pager li > a, .pager li > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.bwizard .pager {
  margin-top: 10px; }

.animated-status-bar .progress {
  background: #e6e6e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 10px; }
.animated-status-bar .progress-striped {
  height: 10px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color; }
.animated-status-bar #five:checked ~ .progress > .progress-striped {
  width: 5%;
  background-color: #f63131; }
.animated-status-bar #twentyfive:checked ~ .progress > .progress-striped {
  width: 25%;
  background-color: #ed6d49; }
.animated-status-bar #fifty:checked ~ .progress > .progress-striped {
  width: 50%;
  background-color: #ffb400; }
.animated-status-bar #seventyfive:checked ~ .progress > .progress-striped {
  width: 75%;
  background-color: #3693cf; }
.animated-status-bar #onehundred:checked ~ .progress > .progress-striped {
  width: 100%;
  background-color: #74b749; }
.animated-status-bar .radio {
  display: none; }
.animated-status-bar .label {
  background: #3693cf;
  display: inline-block;
  margin: 0 5px 20px;
  padding: 3px 8px;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  cursor: pointer; }
.animated-status-bar .radio:checked + .label {
  color: #fff;
  background: #f63131; }


.login {
  margin-right: 10px;
  margin-left: 10px; }

.gutter.row {
  margin-right: -10px;
  margin-left: -10px; }

.gutter > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

ul.email-quotes {
  background-color: #f2f2f2;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fff, #f2f2f2);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fff, #f2f2f2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dbdbdb; }
  ul.email-quotes li {
    width: 25%;
    padding: 15px 10px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #fff; }
    ul.email-quotes li:last-child {
      border-right: 0; }
    ul.email-quotes li:first-child {
      border-left: 0; }
    ul.email-quotes li p {
      color: gray;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    ul.email-quotes li h3 {
      font-weight: 600;
      margin: 0;
      padding: 0; }

.sale-by-location {
  margin-top: 20px; }
  .sale-by-location .label {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    width: 30px;
    line-height: 16px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 500;
    margin-right: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff; }
    .sale-by-location .label.red {
      border-color: #f63131; }
    .sale-by-location .label.green {
      border-color: #74b749; }
    .sale-by-location .label.blue {
      border-color: #3693cf; }
    .sale-by-location .label.yellow {
      border-color: #ffb400; }
    .sale-by-location .label.teal {
      border-color: #008080; }
    .sale-by-location .label.brown {
      border-color: #926546; }

/*# sourceMappingURL=new.css.map */
