@media (max-width:299px) { 
    .btn-group-vertical.btn-group-custom > .btn {
        float: left;
        width: auto;
        width: 25%;
        min-height: 50px;
        min-width: 50px;
        margin-top: -1px!important;
    }
    .btn-group-vertical.btn-group-custom .btn + .btn {
        margin-left: -1px;
        margin-top: 0;
    }
    .btn-group-vertical.btn-group-custom > .btn:first-child {
        margin-top: 0;
        margin-left: -1px;
        border-radius: 0;
    }
    .btn-group-vertical.btn-group-custom > .btn:last-child {
        border-radius: 0
    }
}
@media (min-width:300px) and (max-width:767px) { 
    .btn-group-vertical.btn-group-custom > .btn {
        float: left;
        width: auto;
        border-top: 1px solid #ccc;
    }
    .btn-group-vertical.btn-group-custom .btn + .btn {
        margin-left: -1px;
        margin-top: 0;
    }
    .btn-group-vertical.btn-group-custom > .btn:first-child {
        border-radius: 4px 0 0 4px
    }
    .btn-group-vertical.btn-group-custom > .btn:last-child {
        border-radius: 0 4px 4px 0
    }
}


.top-spaced{margin-top:15px;}
.bottom-spaced{margin-bottom: 15px;}

table.table>thead>tr>th{
		text-align:center !important; 
		background: #3c8dbc !important; 
		color: #fff !important; 
		vertical-align:middle;
		font-size: 13px;		
}




table.table>tbody>tr>td{vertical-align: middle !important}
table.table.table-hover>tbody>tr:hover{background:#ddd !important;}
table.table.table-bordered>tbody>tr>td{
		border:1px solid #ddd !important;
	    background-color: #ffffff;
		font-size: 14px;
}

.btn-group-block { display: inline-flex; }

.modal .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.chosen-container-single .chosen-single {border-radius: 0 !important;}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {border-radius: 0 !important;}

.feriado{background: #DD4B39 !important; color:#fff !important;text-shadow: 1px 1px 1px #000 !important; text-align: center !important}

.box-body-well{
    background-color: #ECF0F5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tab-content{
    padding:10px 5px;
}
p{
    text-align:justify;
}
.tituloFade{
    cursor:pointer;
    position:relative;
}
.tituloFade i{
}
/*
i{
    font-size:10px !important;
    width: 14px !important;
    height: 14px !important;
}
*/
.opciones i{
    font-size:10px !important;
    width: 5px !important;
    height: 14px !important;
}
.btn-margin{
    margin-right:5px !important;
}

.amarillo{
    background: rgba(255, 255, 0, 0.5);
}
.verde{
    background: rgba(0, 255, 0, 0.5);
}
.rojo{
    background: rgba(255, 0, 0, 0.5);
}
.azul{
    background: rgba(0, 0, 255, 0.5);
}
.TXTamarillo{
    color: yellow;
}
.TXTverde{
    color: green;
}
.TXTrojo{
    color: red;
}
.TXTazul{
    color: blue;
}
.horasDisponibles{
    font-size:20px;
}

#perfil_id{
    font-size:10px;
    padding:0px;
    margin:0px;
    color:#000;
    background:#dd4b39;
    border:1px solid #dd4b39;
    color:#fff;
}
.ico-home{
    padding:10px 30px;
    border-radius:10px;
    color:#dd4b39;
}
.text-ico-home{
    color:#dd4b39;
}
.btn-filtro{
    height: 35px;
    padding-top: 24px;
}

.btn-excel {
    margin-bottom: 5px;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 1px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
}

#cargando {
    color: white;
    background-color: rgba(15, 15, 15, 0.28);
    position: fixed;
    z-index: 10000;
    top: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    /*rgba(15, 15, 15, 0.28);*/
}


.form-group {
    margin-bottom: 5px;
}


.derecha{
	text-align: right;
}

.switch-field {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	padding: 20px;
	overflow: hidden;
	float: none;
    margin: 0 auto;	
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  /*float: left;*/
}

.switch-field label {
  display: inline-block;
  width: 260px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #00a65a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}


.modal-lg {
    width: 80% !important;
}

.panel-heading {
    padding: 3px 14px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    font-size: 18px;
}

.form-control {
    width: 100%;
    height: 24px;
}

/*
.panel  {
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 5px 8px 7px 0px rgba(12, 12, 12, 0.32);
}

.box  {
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 5px 8px 7px 0px rgba(12, 12, 12, 0.1);
}
*/

legend {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: inherit;
}

.panel-body {
    padding: 10px;
}


.panel-success>.panel-heading {
    color: #f9fdf9;
    background-color: #00a65a;
    border-color: #d6e9c6;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #222d3217;
    color: #444;
    font-size: 15px;
    font-weight: bold;
}

.nav-tabs-custom>.tab-content {
    background: #ebeced;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.error_fondo{
	background-color: #ff000029;
}	

.ok_fondo{
	background-color: #1ae488;
}	

.table-no-space {
    margin: 0px;
}

.table-no-space>tbody>tr>td, .table-no-space>tbody>tr>th, .table-no-space>tfoot>tr>td, .table-no-space>tfoot>tr>th, .table-no-space>thead>tr>td, .table-no-space>thead>tr>th {
    padding: 0px !important;
}

table.table-no-space>thead>tr>th {
    text-align: center !important;
    background: #e3e7e8 !important;
    color: #716d6d !important;
    vertical-align: middle;
    font-size: 13px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f6f6;
}

.table-bordered>tbody>tr:nth-of-type(odd) {
    background-color: #f7f6f6;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
    text-align: left;
}

.label {
    padding: .2em .6em .3em;
    font-size: 12px;
    font-weight: 600;
}

.box-comments .comment-text {
    margin-left: 0px;
    color: #555;
    text-align: left;
}

hr {
    margin-top: 4px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #cabebe;
}

.box-footer {
    padding-bottom: 2px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-nav {
    float: left;
    margin: 0;
    padding-top: 10px;
}

.box-comment{
    background-color: #cee1ec;
    border-radius: 5px;
    padding: 5px !important;
	margin-bottom:3px
}

.well {
    padding: 6px;
    margin-bottom: 10px;
}


.label {
    border-radius: 0px;
}

table.table.table-bordered>tbody>tr>td {
    font-size: 13px;
}

.form-control {
    padding: 2px 7px;
    font-size: 14px;
}	


.modal-dialog {
    width: 800px;
	max-width:95%;
}


.load-bar {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.panel {
    margin-bottom: 8px;
}

.panel-danger>.panel-heading {
    color: #fbfbfb;
    background-color: #f33434;
    border-color: #ca324a;
}

.bg-gray {
    color: #000;
    background-color: #f9f9f9 !important;
}

th {
    text-align: center;
}

.table-bordered>tbody>tr:nth-of-type(odd) {
    background-color: #dddddd;
}