@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Open_Sans/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Open_Sans/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../font/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../font/Open_Sans/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../font/Open_Sans/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../font/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../font/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}

.redondo h5{
	padding: 0.5em;
    border-radius: 1em;
}

.form-control , input.form-control {
	border-color: #D5D5D5;
}
.form-control:hover , input.form-control:hover {
	border-color: #A5A5A5;
}
.form-control:focus , input.form-control:focus {
	/*border-color: #999;*/
	/*color: #57b5e3;*/
	border-color: #11A9CC;
	border-bottom-width: 2px;
}

/* Main stats up of screen */
#main-stats {
  background-color: #fdfdfd;
  border-bottom: 1px solid #efeef3;
  margin-top: 30px;
}
#main-stats .stats-row {
  box-shadow: inset -1px 0px 5px 2px #f9f9f9;
  margin: 0;
}
#main-stats .stat {
  text-align: right;
  padding: 25px 0px 30px 0px;
  border-right: 1px solid #e8e9ee;
  position: relative;
  box-shadow: 1px 0px 0px 0px white;
}
#main-stats .stat.last {
  border-right: 0px;
}
#main-stats .stat .data {
  color: #29323a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-right: 50px;
}
#main-stats .stat .data .number {
  color: #32a0ee;
  font-size: 25px;
  margin-right: 15px;
}
#main-stats .stat .date {
  color: #b4b8bb;
  font-weight: lighter;
  font-family: 'Lato', 'Open Sans';
  font-style: italic;
  font-size: 13px;
  position: absolute;
  right: 50px;
}


.datCalendario, .datCalendario thead > tr > th {
	font-size: 14px !important;
}

.section {
  border-top: 1px solid #edeff1;
  margin-top: 100px;
  padding-top: 45px;
  box-shadow: inset 0px 3px 4px -1px #fafafa;
}

/* Stats chart */
#statsChart {
  height: 250px;
  margin-top: 35px;
}

/* specific chart styles */
.legendLabel {
  font-size: 12px;
  font-family: "Open Sans", Arial;
  color: #9da3a9;
}

/* UI elements section */
#pad-wrapper .ui-elements h4 {
  margin-bottom: 35px;
}
#pad-wrapper .ui-elements .btn-flat {
  text-transform: uppercase;
}
#pad-wrapper .ui-elements .btn-flat.icon {
  text-transform: none;
}
#pad-wrapper .ui-elements .btn-flat.icon i {
  margin-right: 3px;
}
#pad-wrapper .ui-elements .ui-sliders {
  margin-top: 10px;
  margin-bottom: 50px;
}
#pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample2, #pad-wrapper .ui-elements .ui-sliders .ui-slider.slider-sample3 {
  margin-top: 20px;
}
#pad-wrapper .ui-elements .ui-group {
  margin-top: 35px;
}
#pad-wrapper .ui-elements .ui-group > * {
  margin-right: 5px;
  margin-bottom: 5px;
}
#pad-wrapper .ui-elements .knobs {
  overflow: auto;
}
#pad-wrapper .ui-elements .knob-wrapper {
  float: left;
}
#pad-wrapper .ui-elements .knob-wrapper .knob {
  box-shadow: none;
}
#pad-wrapper .ui-elements .knob-wrapper .info {
  position: relative;
  top: -20px;
}
#pad-wrapper .ui-elements .knob-wrapper .info .param {
  color: #9da3a9;
  text-align: center;
}
#pad-wrapper .ui-elements .knob-wrapper .info .param .line {
  background-color: #c4cdd8;
  height: 3px;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}
#pad-wrapper .ui-elements .knob-wrapper .info .param .line.blue {
  background-color: #30a1ec;
}

/* table sample below */
.table-products {
  width: 100%;
}
.table-products .filter-block {
  margin-bottom: 34px;
}
.table-products .filter-block .ui-select {
  margin-right: 20px;
  top: 1px;
  height: 24px;
  width: 150px;
}
.table-products .filter-block .search {
  margin: 0 60px 0 0;
}
.table-products .filter-block .new-product {
  padding: 4px 14px;
}
.table-products .table tr.first td {
  border-top: 0 none;
}
.table-products .table td.description {
  vertical-align: middle;
  color: #516372;
}
.table-products .table td a {
  text-decoration: underline;
  margin-top: 6px;
  display: inline-block;
}
.table-products .table th input[type="checkbox"] {
  margin-top: 4px;
}
.table-products .table input[type="checkbox"] {
  float: left;
  margin-top: 11px;
  margin-right: 23px;
}
.table-products .table .img {
  height: 31px;
  float: left;
  background: white;
  width: 31px;
  border: 1px solid #dfe4eb;
  text-align: center;
  cursor: pointer;
  margin-right: 23px;
}
.table-products .table .img img {
  margin-top: 4px;
}
.table-products .table ul.actions {
  margin: 5px 0 0 0;
  padding: 0;
  float: right;
}
.table-products .table ul.actions li {
  display: inline;
  border-right: 1px solid #d0dde9;
  padding: 5px 6px 0px 3px;
}
.table-products .table ul.actions li.last {
  border: 0 none;
}
.table-products .table ul.actions i {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
}
.table-products .table ul.actions i:hover {
  opacity: 1;
}
.table-products .label {
  position: relative;
}
.table-products .pagination {
  float: right;
  margin-top: 35px;
}

/* responsive */
@media (max-width: 768px) {
  #main-stats {
    margin-left: -15px;
    margin-right: -15px;
  }

  #pad-wrapper .ui-elements .knobs {
    text-align: center;
  }
  #pad-wrapper .ui-elements .knobs .knob-wrapper {
    float: inherit;
  }
  #pad-wrapper .ui-elements .showcase {
    text-align: center;
  }
  #pad-wrapper .table-products .table .img {
    display: none;
  }
  #pad-wrapper .table-products .table input[type="checkbox"] {
    margin-right: 10px;
  }
  #pad-wrapper .table-products .table .label {
    display: none;
  }
}
@media (max-width: 979px) {
  #main-stats .stat .data {
    padding-right: 17px;
  }
  #main-stats .stat .data .number {
    font-size: 18px;
  }

  #pad-wrapper .knob-wrapper .info {
    display: none;
  }

  .pointer {
    top: 5%;
  }

  .table-products .head {
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  #pad-wrapper .ui-elements .showcase {
    width: 53%;
  }
  #pad-wrapper .ui-elements .knob-wrapper + .knob-wrapper {
    margin-left: 35px;
  }
}

.mypic img{
	border: 1px solid #333;
    border-radius: 50%;
    height: 30px;
    margin-right: 15px;
    margin-top: -4px;
}

#sidebar-nav{
	padding-top: 2.8em;
}


div.tscroll.thumbnail{
	background: linear-gradient(to bottom, #2C3742 0%, #28303A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	border-radius: 0px;
}

#imgPlacehold img{
	width: 140px;
	height: 140px;
}

.rangof_panel {
    background: none repeat scroll 0 0 #F5F5F5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 9px;
    margin-top: 1px;
    padding: 4px;
}

#main-stats .stat{
	border: none;
}

#main-stats .stat .data{
	border-right:1px solid #A8A9AA;
	font-size: 100%;
}

#dash_pporc{
	margin-top: 15px;
	margin-right: 15px;
}
#main-stats h4, #main-stats h5{
	color: #696D73;
    font-style: italic;
    padding: 10px;	
}

#main-stats h5{
	padding: 0px 15px;
	color: #333;
}

#main-stats .stats-row{
	box-shadow: -1px 0 5px 1px #F0F0F0 inset;
}

.sideBottom {
    bottom: 0;
    height: auto;
    left: 20px;
    min-height: 30px;
    position: fixed;
    width: 90%;
    z-index: 2000;
}
.sideBottom .headblue {
    border-radius: 5px 5px 0 0;
    height: 30px;
    text-shadow: none;
    width: 150px;
}
.sideBottom .headblue i {
    margin-top: 2px;
}
.sideBottom #tasksSideList {
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    max-height: 500px;
    overflow: auto;
}
.sideBottom #tasksSideList td {
	width: 20%;
}	
.sideBottom #tasksSideList .tab-pane {
    padding: 1em;
}

.menuopmain{
	margin-left: 67px;
}

#sidebar-nav #dashboard-menu a span{
	margin-left: 25px;
}

#sidebar-nav #dashboard-menu > li i{
	font-size: 20px;
}
#sidebar-nav #dashboard-menu ul.submenu a{
	font-size: 12px;
	padding: 2px 0;
}
#sidebar-nav #dashboard-menu{
	padding-left: 5px;
}

.accordion-heading{
	background-color: #EFF4F7;
    border-bottom: 1px solid #E6E8E9;
    padding-bottom: 5px;
    border: 1px solid #E6E8E9;
    border-bottom: none;
}

.accordion-heading a{
	display: block;
	background-color: #EFF4F7;
	border: 0px;
	color: #7D91A8;
	font-weight: bold;
	font-size: 12px;
	padding: 13px 15px 7px;
}

.accordion-heading a:hover, .accordion-heading a:active{
	background-color: #EFF4F7;
	color: #999;
	border-bottom: none;
}

.accordion-toggle{
	padding: 5px 10px;
}

.accordion-body{
	border: 1px solid #E6E8E9;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.accordion-body form{
	padding: 15px;
	margin-bottom: 10px;
}

#reportrange{
	background: #fff; 
	cursor: pointer; 
	padding: 5px 5px; 
	border: 1px solid #ccc; 
	width:75%;
}

.field-box {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
}

.content{
	margin-top: 20px;
}

.muted td{
	background: none repeat scroll 0 0 #F0F0F0;
    color: #DDDDDD;
}

.mutedCap td{
    color: #DDDDDD;
}

.fecha, #reportrange{
	text-align: center;
}

.icon-calendario{
	position: absolute;
	right: 1%;
}

.select2-drop{
	margin-top: -22px;
}

fieldset.setdata{
	margin-bottom: 15px;
}

.setdata hr{
	margin-bottom: 2px;
	margin-top: 10px;
}

h5.title{
	font-style: oblique;
	color: #D0D0D0;	
}
.predefined{
	position: relative;
}

.predefined input{
	padding-left: 50px;
    width: 96%;
}

.predefined input.fservicio{
	text-align: center;
}

.predefined .value{
	position: absolute;
    top: 6px;
}

.dataTables_filter input{
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DEE3EA;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
}

.setdata h3{
	font-size: 19px !important;
}

ul.inline{
	list-style: none;
}

ul.inline li{
	float: left;
	margin-right: 20px;
	
}

.setdata h2.alert, .setdata h1.alert{ 
	line-height: 36px;
}

cite.small, .logs .label {
	font-size: 10px !important;
}

.logs blockquote p  {
	font-size: 12px;
	
}
.calen_presp{
	min-height: 400px;
	max-height: 700px;
	overflow: scroll;	
}


.logs .field-box{
	margin-bottom: 0px;
}

.logs .field-box blockquote{
	border-bottom: 1px dotted #EEEEEE;
	padding-bottom: 5px;
}


.tab-content {
	padding-top: 20px;
	
}

.icon-minus-sign, .icon-search, .icon-plus-sign {
	cursor: pointer;
}
#preview {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 800px;
    top:45px;
    margin-left: 1em;
    min-width: 400px;
    width: 75%;
    display: none;
}

.cpreview{
	color: #FFF;
}
.close_preview{
	position: fixed;
	top:-3px;
	z-index: 1000000;
	display: none;
	margin-left: 300px;
}

.close_preview .btn{
	margin-left: 70%;
}

.oculto_up{
	display: none;
}

.oculto_cb{
	display: none;
}

.select2-container-multi .select2-choices .select2-search-field input{
	height: 20px;
}


h3.h3-bt {
	margin: 0.5em 0 0;	
	color: #333;
}
.footer {
    background-color: #EFF4F7;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #E6E8E9;
    margin: 15px 0 -10px;
    padding: 12px 20px;
}

table.table thead .sorting_asc{
	background:url("../img/sort_asc.png") no-repeat scroll right center transparent;
}

table.table thead .sorting_desc{
	background:url("../img/sort_desc.png") no-repeat scroll right center transparent
}

table.dataTable tr.odd:hover td.sorting_1,
table.dataTable tr.even:hover td.sorting_1{
	 background-color: #cfcfcf;
}

.table.rowlink td:not(.rowlink-skip) a:hover{
	color: #FFFFFF;
}
.table.rowlink td:not(.rowlink-skip) a.op_tablas:hover{
	color: #FFFFFF;	
}


.table tbody tr.separaHora td, .table tbody tr.separaHora td.sorting_1 {
	
	color: #CFCFCF;
	background-color: #DDD;
	padding: 5px;
}

.table tbody tr.separaHoraSub td, .table tbody tr.separaHoraSub td.sorting_1 {

	background-color: #EEE;
	padding: 3px 3px 3px 10px;
}

.table tbody tr.separaHoraNormal td, .table tbody tr.separaHoraNormal td.sorting_1 {
	padding-left: 15px;
}

#main-stats .stat{
	padding: 5px 0 15px;
	border-right: 1px solid #E8E9EE;
}

#main-stats .stat .data {
    border-right:none;
    font-size: 11px;
}
#main-stats .stat .data {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-right: 7px;
    text-transform: uppercase;
}

#main-stats .stat .data .number{
	font-size: 40px;
	color: #000;
}

#main-stats .stat .centro{
	border: none;
	border-left: 1px dotted #999;	
	border-right: 1px dotted #999;	
}

#main-stats .stat .derecha{
	border: none;
	border-right: 1px dotted #999;	
}

#main-stats .stat .date{
	right: 10px;
}

#main-stats .last .data{
	border-right: none;
}

.detalle {
	font-size: 0.9em;
}

.detalle_b {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}


.div_opaco{
	
	opacity: 0.4;
}

.div_opaco:hover{
	
	opacity: 1;
}
#sidebar-nav #dashboard-menu .submenu li.active a {
	text-decoration: underline;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}

.grupos_fieldset {
	/*border-bottom: 1px solid #EEE;*/
	border-bottom: 1px solid #EEE;
	display: none;
	
	
	-webkit-box-shadow: 0px 5px 3px 0px rgba(226, 226, 226, 0.1);
	-moz-box-shadow:    0px 5px 3px 0px rgba(226, 226, 226, 0.1);
	box-shadow:         0px 5px 3px 0px rgba(226, 226, 226, 0.1);
	
}


.sombra-derecha {
	border-right: 1px solid #edeef1;
	box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
} 


.tabsGrupos .accordion-inner {
	padding: 1em;
	background-color: #FEFEFE;
}


.tabsGrupos .tab-pane {
	/*overflow-y:scroll;*/
	clear: both;
	box-sizing: border-box;
}


.tabsGrupos .field-box {
	overflow: auto; 
	white-space: nowrap;
	width: 100%; 
	
}

.tabsGrupos h2{
	width: 269px;
	
}



.tabsGrupos .scrollHorizontal{
	width: 2500px;
}

.col-grupos {
	width: 300px;
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
}

#static{
	background: none;
	border:none;
	box-shadow:none;
}

#static.modal.fade.in{
	top: 20%;
}

.bloq_dif{
	padding-right: 10px;
}
.mypic_bloq img{
	border: none;
    border-radius: 50%;
    height: 100px;
	padding: 10px;
}

.titulo_bloq{
    color: #FFFFFF;
    font-weight: lighter;
    opacity: 0.4;
}

.modal-backdrop.in.bloq_negro{
	background-color: #eeeeee !important;
	opacity: .95 !important;
}

.lock-container .lock-box{
	height: 160px;
}

.alert-fixed-top{
	top:45px;
	left: 54%;
	opacity: .95;
}





/* pt specific styles: ptfixed, ptdragover, ptdraghandle, ptshowhide */
table tr th.ptfixed{ /* a fixed table header cell */ }

table tr td.ptfixed{ /* a fixed table cell */ }

table .ptdragover{ /* when drag and dropping the class given to show potential position */ }

table .ptdraghandle{ /* class given to the generated drag handle */ }

table .ptshowhide{ /* class given to a generated show/hide link */ }



.resaltaCol {
	background-color: #F9F9F9;	
}



.login-container .loginbox .loginbox-title{
	height: 110px;	
	padding-top: 0px;
}
.name{
	margin-top: 10px;
}

.btn-tools {
    border: 1px solid #bbb !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}
.DTTT_container {
    float: left !important;
}
.tabla_det_pagos .dataTables_scrollBody {
    font-size: 11px;
}


.rowlink, .table-striped{
	font-size: 11px;
}
.DTFC_RightBodyWrapper, .DTFC_RightBodyLiner{
 overflow: visible !important;
}

.widget-reporte{
	padding-bottom: 20px;
}

.tabla_det_pagos{
	font-size: 11px;
}

.tabla_det_pagos thead > tr > th, .table thead > tr > th{
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}
th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
        overflow: auto;
    }
    
.navbar-brand span{
	display: inline-block;
    margin: 10px;
}

.navbar-header .navbar-opcion{
	margin-left: 25px;
}

input[type=checkbox].checkbox-slider.yesno + .text:before {
  content: "SI\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO" /*rtl:"NO\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0YES"*/;
}
input[type=checkbox].checkbox-slider + .text:before {
  content: "SI\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO" /*rtl:"OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON"*/;
}

.fotosback .databox{
	overflow: hidden !important;
}

.daterangepicker .calendar th, .daterangepicker .calendar td{
	min-width: 20px;
}




form.editaCapacidad { margin-bottom: 0; }

form.editaCapacidad input.form-control { padding: 6px; }
