body {
	/*padding-top: 50px;*/
}

body.double_fixed_navbar {
	padding-top: 140px;
}

textarea {
	resize: vertical;
	min-height: 100px !important;
}

.header-logo {
	height: 155%;
	margin-top: -5px;
}

.main-navbar {
	margin-bottom: 0;
	z-index: 1000;
}

#section_navbar {
	top: 50px;
}

.section-list-navbar {
	z-index: 999;
}

.section-title {
	font-weight: bold;
	color: #222;
}

.search-form-content {
	width: 100%;
}

.search-form-actions {
	margin-right: 15px;
}

.table-column-actions-1 {
	width: 40px;
}

.table-column-actions-2 {
	width: 100px;
}

.table-column-actions-3 {
	width: 120px;
}

.table-column-actions-4 {
	width: 160px;
}

.table-column-actions-5 {
	width: 160px;
}

.fileUploadFormField {
	position: relative;
}

.floatLeftText{
    float: left!important;
    width: auto !important;
}

.fileUploadFormField input[type="file"] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.show-inline {
	display: inline-block !important;
}

.infraplanFiscalLogo {
	max-width: 50%;
	display: block;
}

.form-signin {
	margin-top: 100px;
}

.form-signin-heading {
	text-align: center;
	font-weight: bold;
}

#clientFileProducts .navbar-brand {
	padding-right: 5px;
}

.graph-container>canvas {
	width: 100% !important;
	/*max-height: 450px !important;*/
}

.legend-container>.chart-legend {
	list-style: none;
	float: left;
	padding: 0;
}

.legend-container>.chart-legend li {
	margin: 2px 0;
	width: 100%;
	float: left;
}

.legend-container>.chart-legend span:FIRST-CHILD {
	padding: 10px;
	float: left;
	margin-right: 10px;
}

.legend-container>.chart-legend span {
	float: left;
}

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


.lang_selector {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    background-color: whitesmoke;
    border:1px solid gray;
    border-bottom: 0px;
    float: left;
}
.lang_selector:hover {
    cursor: pointer;
}
.lang_selector.active {
    background-color: gray;
}
.lang_selector_wrapper > div.lang_selector:first-child{
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.lang_selector_wrapper > div.lang_selector:last-child{
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.input-lang {
    /*-webkit-border-radius: 5px!important;
    -webkit-border-top-left-radius: 0px!important;
    -moz-border-radius: 5px!important;
    -moz-border-radius-topleft: 0px!important;
    border-radius: 5px!important;
    border-top-left-radius: 0px!important;*/
}


#categories_accordion .panel-title {
    padding-top:10px;
    display:inline-block;
}
#categories_accordion .panel-heading{
    padding-top:0px;
}
#categories_accordion .panel-actions .btn {
    margin-top:4px;
}
.btn_actions_categories {
    margin-left:5px;
    margin-top:5px!important;
    margin-bottom: 0px;
    width: 32px;
    height: 32px;
    background-position: center;
}
.btn_actions_categories .glyphicon{
    right: 3px;
}

/*#categories_accordion > .panel-default*/
#categories_accordion .panel-collapse .panel-group {
    margin-bottom: 0px;
}
#categories_accordion .panel-group .panel+.panel {
    margin-top:0px;
}
#categories_accordion .panel-collapse {
    padding:10px;
}

#categories_accordion .panel-default .panel {
   /* border-bottom:0px;
    border-left:0px;
    border-right:0px;*/
}

#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}

.tree_sim {
    width: 17px;
    height: 10px;
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    display: inline-block;
    bottom: 5px;
    position: relative;
}
#categories_accordion .panel-default .panel .panel-heading{
    background-image:none;
}


#categories_accordion a.collapsed:not(.categories_collapsable) {
    text-decoration: none;
    cursor: default;
}
#categories_accordion a.collapsed:not(.categories_collapsable):hover {
    text-decoration: none;
    cursor: default;
}


.btnDeleteCategory {
    background-image: -webkit-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -o-linear-gradient(top,#FF9494 0,#D45555 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF9494),to(#D45555));
    background-image: linear-gradient(to bottom,#FF9494 0,#D45555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9494', endColorstr='#D45555', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #B54747;
}
.btn-primary.btnDeleteCategory:hover, .btn-primary.btnDeleteCategory:focus {
    background-color: #D45555!important;
    border-color: #B54747!important;
}
.sort_handler:hover {
    cursor:move;
}
a:focus {
    text-decoration: none;
}

.black {
    color:#333;
}
.banner_collapsable_header:hover{
    cursor: pointer;
}

.floatright {
    float:right;
}
.inlineblock {
    display:inline-block;
}
.marginright5px {
    margin-right: 5px;
}
.hpointer:hover {
    cursor:pointer;
}
.fix_hidden_inputfile {
    width:30px;
    max-width: 30px;
}
.fix_inputhidden_error {
    max-width:50px;
    overflow-x:hidden;
}

/* loading spinner */
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    font-size:70px;
    color:white;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* end loading spinner */

.height43 {
    height: 43px;
}



.dash_chart_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width:30%;
    margin-right:5%;
    float:left;
}
.dash_chart_wrapper:last-child {
    margin-right:0px;
}
.dashboard_users_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
 /*   padding:10px;*/
   /* width:200px;*/
    float:left;
    margin-right: 20px;
 /*   height: 180px;*/
}
.dash_users_minidata {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    background-color: white;
    width:78px;
    margin:5px;
    text-align: center;
    padding-top:20px;
   /* height: 114px;*/
}
.dash_users_minidata .glyphicon {
    font-size: 40px;
    color:cornflowerblue;
}
.dash_users_box_title {
  /*  border-bottom: 1px solid #333;*/
}
#dash_users_alta_hoy, #dash_users_alta_30d , #logins_hoy, #logins_30d {
    font-size: 24px;
    font-weight: bold;
}
.dash_users_minidata p {
    font-weight: normal;
}
.dash_full_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
   /* background: #f5f5f5;*/
   /* padding:10px;*/
    float:left;
    margin-right: 20px;
    min-height: 280px;
    width: 100%;
}
.marginbottom20px {
    margin-bottom: 20px;
}
.dash_full_box .dash_users_box_title {
    margin-bottom:15px;
}

.dashboard_table {
    width: 100%;
}
.dashboard_table thead {
    background-color: #ddd;
    border-bottom:1px solid gray;
}
.dashboard_table th {
    padding:10px;
}
.dashboard_table td {
    padding:5px 10px;
}
.dashboard_table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
#ultimos_10_logins_content {
   /* overflow: scroll;
    height: 200px;
    max-height: 200px;*/
}

.charts_canvas canvas {
    height: 400px;
    width: 100%;
}

.dash_full_box td {
    font-weight: normal;
}


.simple-link {
	color: #333;
}

.btnServiceStatus {
	cursor:pointer;
	display:inline-block;
	padding-left:15px;
}
.btnEditService {
	display: inline-block;
    margin-top: -2px;
}
.button-opacity {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.statusChecklist {
	display:none;
}
.statusChecklist button span {
	font-size:11px;
}
.statusChecklist button:hover {
	/*border:none;*/
}
.child-status {
	color:white;
	display:inline-block;
	padding:5px 8px;
	cursor:auto !important;
}
.hidden-child-status {
	display:none;
}
.no-pointer {
	cursor:auto !important;
}
.pointer {
    cursor:pointer !important;
}
.button-border {
	border: 1px solid #ccc;
}
.search-checklist-title {
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}
.checklist-content {
	background:#f5f5f5;
	padding-top:10px;
}
.search-selected-filter {
	box-shadow: 0 0 5px rgb(6, 121, 218);
    border: 1px solid rgb(71, 139, 179);
    border-radius: 4px;
}
@media (max-width: 1400px) {
	.child-status {
	    color: white;
	    display: inline-block;
	    padding: 3px 5px;
	    cursor: auto !important;
	    font-size: 13px;
	}
}

.home-service-task {
	font-weight:bold;
	background: rgba(93, 166, 255, 0.4) !important;
}

.home-service-worker {
	font-weight:bold;
	background: rgba(93, 166, 255, 0.2) !important;
}

.home-service-displacement {
	font-weight:bold;
	background: rgba(137, 176, 210, 0.5) !important
}

.home-service-hotel {
	font-weight:bold;
	background: rgba(137, 176, 210, 0.3) !important
}

.home-service-provider {
	font-weight:bold;
	background: rgba(85, 193, 163, 0.2) !important;
}

.messageExportRegistration{
	padding:10px;
	border-radius:4px;
}

.orderField {
	cursor:pointer;
}

.orderField:hover {
	text-decoration:underline;
}

.salary-info {
	background:#337ab7;
	color:white;
	padding:10px;
	border-radius:4px;
}

.salary-format {
	display:inline-block;
	margin-left:10px;
	padding:2px;
	background:white;
	border-radius:3px;
}

.paysheet .table-span {
	display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.paysheet .input-group-addon {
	padding: 0px 4px !important;
}

.paysheet .form-control {
	padding: 6px 4px !important;
}

.paysheet tbody tr td {
	vertical-align:middle !important;
}

.paysheet label {
	font-weight:normal;
}

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

.btnEditPaysheet {
	margin-bottom:5px;
}

.paysheet tbody tr td label {
	font-size: 11px !important;
    padding: 0 !important;
    margin: 0 0 0 2px !important;
}

.paysheet .text-content-item {
	font-size: 11px !important;
}

.legend-row {
	margin-bottom:15px;
}

.legend-span {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	font-size: 12px;
	font-style: oblique;
}

.legend-color {
	width:20px;
	height:15px;
}

.legend-warning {
	background: #fcf8e3;
}

.legend-active {
	background: #f5f5f5;
}

.legend-danger {
	background: #f2dede;
}

.legend-info {
	background: #d9edf7;
}

#sendMessage {
	padding-top: 10px;
    color: #ff8e1a;
    width:95%;
    font-size:12px;
}

.btnUploadExcel {
	cursor:pointer;
	padding:10px;
	display:inline-block;
    border-radius:4px 0 0 4px;
}
/*.paysheet .cellField {
	min-width:60px;
}*/
#enc_loading {
    position:fixed;
    background: rgba(214, 214, 214, 0.6);
    top:0px;
    left:0px;
    width:100%;
    width:100vw;
    height:100%;
    height:100vh;
    z-index: 9999;
}
#enc_loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bg-incidence{
    background-color: #F9766E !important;
    color: white !important;
}