

.jumbotron {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #4D7295;
    /* #4C0808; */
    height: 0px;
}

@media(max-width:767px) {
    .jumbotron {
        height: 0px;
    }
}

.well {
    background-color: #fff;
    padding-top: 19px;
}

.permiso>li>a {
    /* adjust padding for height*/
    padding-top: 2px;
    padding-bottom: 2px;
}

.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

.centro {
    text-align: center;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}


/* LOGIN  */

.login-form {
    font: 16px/2em Lato, serif;
    margin: 100px auto;
    max-width: 400px;
}

form[role=login] {
    color: #5d5d5d;
    c padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

form[role=login] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

form[role=login] input,
form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
}

form[role=login]>div {
    text-align: center;
}

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

.form-links a {
    color: #fff;
}

.table tr {
    cursor: pointer;
}

.btn-grid {
    margin: -1px 0;
}

.btn-grid>.btn {
    margin: 1px 0;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

row: {
    valid: 'has-success', invalid: 'has-error'
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}


/* Fixes for IE < 8 */

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.form-control {
    padding-left: 7px;
}

h1,
.h1 {
    font-size: 25px;
}

select optgroup {
    font-style: bold;
    font-weight: normal;
}

.nav-pills>li.active2>a,
.nav-pills>li.active2>a:focus,
.nav-pills>li.active2>a:hover {
    color: #fff;
    background-color: #d83333;
}

.nav-pills>li.active3>a,
.nav-pills>li.active3a:focus,
.nav-pills>li.active3>a:hover {
    color: #fff;
    background-color: #499251
}

.nav-pills>li.active4>a,
.nav-pills>li.active4a:focus,
.nav-pills>li.active4>a:hover {
    color: #fff;
    background-color: #909C13
}

select:disabled {
    background: #dddddd;
}

.modal-body {
    overflow: auto;
}


/*state overview*/

.state-overview .symbol,
.state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: center;
}

.state-overview .value h1,
.state-overview .value p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.state-overview .value h1 {
    font-weight: 300;
}

.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
}

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}


/*weather*/

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.weather-bg i {
    font-size: 60px;
    display: block;
}

.weather-bg .degree {
    font-size: 60px;
}

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

.weather-category ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.weather-category ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    display: inline-block;
}

.weather-category ul li h5 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.weather-category ul li a {}

.weather-category ul li:last-child {
    border-right: none;
}

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

.twt-feed.blue-bg {
    background: #58C9F3;
}

.twt-feed h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.twt-feed a {
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: -55px;
}

.twt-feed a img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}

.twt-category ul li {
    color: #89817f;
    font-size: 13px;
}

.twt-category h5 {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.twt-write {
    margin-bottom: 10px;
}

.twt-footer {
    padding: 10px 15px;
}

.verticaltext {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: rl-bt;
}

.fd-btn-right a.freshwidget-theme {
    display: none;
}


/*menu slide lateral */

.fa-2x {
    font-size: 2em;
}

.fas {
    position: relative;
    display: table-cell;
    width: 40px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.slide-menu:hover,
nav.slide-menu.expanded {
    width: 110px;
    overflow: visible;
}


.slide-menu {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
    padding-top: 200px;
    width: 40px;
}

.slide-menu>ul {
    margin: 7px 0;
}

.slide-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.slide-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.slide-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.slide-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    font-family: 'Titillium Web', sans-serif;
}

.slide-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}


/* background: #e2e2e2; */

.area {
    float: left;
    background: #ffffff;
    width: 100%;
    height: 100%;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.slide-menu li:hover>a,
nav.slide-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #555555;
}
.main {
    transition: margin-left .5s;
    padding: 20px;
}

/* menu de acordion */


/* .accordion .panel-heading {
    padding: 0;
}

.accordion .panel-title>a {
    display: block;
    padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

.accordion .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
}

.accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 4px 15px;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
} */

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    #boot-search-box {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

.warptd {
    word-wrap: break-word;
}

.behclick-panel .list-group {
    margin-bottom: 0px;
}

.behclick-panel .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.behclick-panel .list-group-item {
    border-right: 0px;
    border-left: 0px;
}

.behclick-panel .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.behclick-panel .list-group-item {
    padding: 5px;
}

.behclick-panel .panel-heading {
    /* 				padding: 10px 15px;
                            border-bottom: 1px solid transparent; */
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom: 1px solid darkslategrey;
}

.behclick-panel .panel-heading:last-child {
    /* border-bottom: 0px; */
}

.behclick-panel {
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.behclick-panel .radio,
.checkbox {
    margin: 0px;
    padding-left: 10px;
}

.behclick-panel .panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    outline: none;
}

.behclick-panel .panel-body>.panel-heading {
    padding: 10px 10px;
}

.behclick-panel .panel-body {
    padding: 0px;
}


/* unvisited link */

.behclick-panel a:link {
    text-decoration: none;
}


/* visited link */

.behclick-panel a:visited {
    text-decoration: none;
}


/* mouse over link */

.behclick-panel a:hover {
    text-decoration: none;
}

.derecha.grid-text {
    padding-top: 18px;
}
.speech {border: 1px solid #DDD; width: 300px; padding: 0; margin: 0}
  .speech input {border: 0; width: 240px; display: inline-block; height: 30px;}
  .speech img {float: right; width: 40px }
  
  
.menu-title {
     color:#777777;
     font-size:1.5rem;
      display:inline-block;
      }
.notifications {
   min-width:420px; 
  }
  
  .notifications-wrapper {
     overflow:auto;
      max-height:250px;
    }
    

 
.glyphicon-circle-arrow-right {
      margin-left:10px;     
   }
  
   
 .notification-heading, .notification-footer  {
 	padding:2px 10px;
       }
      
        
.dropdown-menu.divider {
  margin:5px 0;          
  }

.item-title {
  
 font-size:1.3rem;
 color:#000;
 
    
}

.notifications a.content {
 text-decoration:none;
 background:#ccc;

 }
    
.notification-item {
 padding:10px;
 margin:5px;
 background:#d9e9ef;
 border-radius:4px;
 }


.navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: initial;
	}
.alert h4 {
    margin-top: 0;
    color: black;
}

@media screen and (max-width: 800px) {
    .slide-menu {
        display:none !important;
    }
	  .freshwidget-theme{
        display:none !important;
    }
	.facturar {
		display:none !important;
	 }
	
}
.panel-pagos {
    position: relative;
    margin-bottom: 2.143rem;
    background-color: #fff;
    border:  solid #D3D3D3;
	border-width: 0.5px;
	height: 200px;
	overflow-y: scroll;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-actions {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.panel-heading-pagos {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	background-color: #52bf91;
}
.alert-info-pagos {
    background-color: #d9edf7;
    border-color: #D3D3D3;
    color: #3a87ad;
}

.blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
	
	.label-large {
  vertical-align: super;
  font-size: large;
}

