﻿/* Set width on the form input elements since they're 100% wide by default */
input:not(.horizontal),
select:not(.horizontal),
textarea:not(.horizontal),
.chosen-container:not(.horizontal),
.chosen-container-single:not(.horizontal) {
    max-width: 360px; /*previous 280*/
}

.chosen-container {
    display: grid !important;
}

.theresmore {
    display: none;
}

/*Inherited styles xD*/
/* 
	Carlos Gonzalez.
	Estilos css customizados globales para el site.
*/


@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Global Styles */
.tab-pane {
    margin-top: 15px;
}

body {
    padding-top: 75px;
}

body.no-nav {
    padding-top: 10px;
}

textarea {
    resize: none;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1; /* change this to change the background color of a colored section */
}


/*Carlos Gonzalez, fix to a button height*/
a.btn {
    line-height: 21px;
}

/**CUSTOM CLASSES. Carlos González **/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fln {
    float: none !important;
}

.mn {
    margin: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pp0 {
    padding: 0 !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.dn {
    display: none !important;
}

.w100 {
    width: 100% !important;
}

input.w100,
select.w100,
textarea.w100{
    max-width: 100%!important;
}

 select.form-control.w100 + .chosen-container ,
 select.form-control.w100 + .chosen-container-single {
    width: 100%!important;
    max-width: 100%!important;
}

select.form-control.w100 + .chosen-single {
    width: 100%!important;
    max-width:100%!important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml1 {
    margin-right: 69px;
}

.ml2 {
    margin-right: 15px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt20 {
    margin-top: 20px;
}

/** anchor button styles. Carlos González **/
a.button_link {
    display: block;
    padding: 2px 0px 2px 24px;
    width: auto;
    height: auto;
    color: #525252;
    text-decoration: none;
    font-size: 12px;
    font-family: Lato-Regular, Arial;
}

table a.button_link {
    float: left;
    margin: 0px 4px;
    width: auto;
    outline: none;
    color: transparent;
    text-decoration: none;
    text-indent: -9999px;
}

a.button_link:hover {
    opacity: 0.4;
}

/*End Anchor styles*/

/**Carlos Gonzalez. Class to put styles to section subtitles*/
.section-subtitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 24px;
    padding: 0;
    width: 100%;
    border-width: 0 0 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    color: #333333;
    font-size: 20px;
    line-height: inherit;
}

/**Carlos Gonzalez. Date picker style when use image**/
.defaultPicker, .datePicker {
    background-color: #FFFFFF !important;
    cursor: pointer !important;
}

label.control-label i {
    cursor: pointer;
}

/*label.control-label {
    width: 100%;
}*/

/**Carlos Gonzalez. Div radiobutton list styles**/
.inline-block {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    min-height: 24px;
}

/**Carlos Gonzalez. Hide default jquery dialog close button**/
.ui-dialog-titlebar-close {
    visibility: hidden;
}
/*End dialog close button hide*/

/**Carlos Gonzalez: Chosen styling*/
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    float: left;
    padding: 6px 12px;
    padding: 8px 12px;
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    color: #555;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.42857;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        top: 4px;
        color: #000;
    }

select.form-control + .chosen-container .chosen-drop {
    margin: 2px 0 0;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #FFF;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    padding: 6px 12px;
    width: 100%;
    height: 42px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #FFF;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.428571429;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    margin-bottom: 5px;
    padding: 5px 0;
    background-color: #fff;
    list-style: none;
    font-size: 14px;
}

    select.form-control + .chosen-container .chosen-results li,
    select.form-control + .chosen-container .chosen-results li.active-result {
        display: block;
        clear: both;
        padding: 3px 20px;
        background-image: none;
        color: #333;
        white-space: nowrap;
        font-weight: normal;
        line-height: 1.428571429;
    }

        select.form-control + .chosen-container .chosen-results li:hover,
        select.form-control + .chosen-container .chosen-results li.active-result:hover,
        select.form-control + .chosen-container .chosen-results li.highlighted {
            background-color: #428BCA;
            background-image: none;
            color: #FFF;
            text-decoration: none;
        }

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    padding: 4px;
    min-height: 36px;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #FFF;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.428571429;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        padding: 5px;
        height: auto;
        width: auto !important;
        color: #555 !important;
        font-size: 14px !important;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
        margin: 0 6px 0 0;
        padding: 3px 24px 3px 5px;
        border: 1px solid #ccc;
        border-color: #CCC;
        border-radius: 4px;
        background-color: #FFF;
        background-image: none;
        color: #333;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.428571429;
        cursor: pointer;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
            right: 6px;
        }

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus {
    outline: 0;
    border-color: #66AFE9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
    display: list-item;
    background-color: white;
    color: #ccc;
    cursor: default;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 10px !important;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
    font-size: 1px;
}
/**End Chosen styling*/

/**Carlos Gonzalez: Bootstrap column accordion wrap**/
.panel-group .panel {
    margin: 5px 0 0 0;
    padding: 0;
}

/*Menu*/
.dropdown-menu {
    padding: 9px !important;
    line-height: 2;
}

    .dropdown-menu a {
        color: #555555;
    }

.btnform {
    width: 47% !important;
}

/*ReadOnly Special*/
.control-readonly {
    border-radius: 4px !important;
    background-color: #FFFFFF !important;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075) !important;
}

.foot {
    padding-top: 24px;
}

.navbar-nav > li > a {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.paging_full_numbers {
    margin-top: 8px;
}

.center {
    text-align: center !important;
    margin: auto, auto, auto, auto;
}

.justify {
    text-align: justify !important;
    margin: auto, auto, auto, auto !important;
}

.notFoundHeader {
    font-family: Tahoma;
    color: red;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .ml3,
    .ml2 {
        margin-right: 8px;
    }

    .well {
        float: left;
        padding: 0 !important;
        width: 100%;
    }

    .scroll {
        overflow: scroll;
        margin-bottom: 30px !important;
        width: 96%;
    }

    legend {
        padding: 12px !important;
        width: 91.5% !important;
    }

    .btn {
        float: right !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }


    .row {
        margin: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .ml2 {
        margin-right: 0px !important;
    }

    /*.dataTables_wrapper .dataTables_filter {
		margin-top: 0;
	}

		.dataTables_wrapper .dataTables_filter input {
			margin-left: 0;
		}

	.dataTables_wrapper > .row > .col-xs-6 {
		padding-left: 0!important;
		padding-right: 0!important;
	}*/
}

.anchor {
    padding-top: 70px;
    margin-top: -70px;
}

/*Fixed footer on bottom*/

#wrapper {
    min-height: 100%;
}

html, body {
    height: 100%;
    margin: 0;
}

#footer {
    height: 100px;
    background-color: #F9F9F9;
    border-color: #E8E8E8;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    clear: both;
}

#footer-content {
    margin-left: 20px;
    margin-right: 20px;
}
/*End Fixed Footer on bottom*/


/** anchor button styles. Carlos González **/
a.button_link {
    display: block;
    padding: 2px 0px 2px 24px;
    width: auto;
    height: auto;
    color: #525252;
    text-decoration: none;
    font-size: 12px;
    font-family: Lato-Regular, Arial;
}

table a.button_link {
    float: left;
    margin: 0px 4px;
    width: auto;
    outline: none;
    color: transparent;
    text-decoration: none;
    text-indent: -9999px;
}

a.button_link:hover {
    opacity: 0.4;
}

/*Link color styles*/
a.black {
    color: black;
}

a.blue {
    color: blue;
}

i.black {
    color: black;
}

i.blue {
    color: blue !important;
}


/*End Anchor styles*/

/*Modal Scroll*/
.modal-scroll {
    overflow-y: auto;
}

.modal-body {
    min-height:90%;
    /*overflow: scroll;*/
}

/*Ajax loading spinner styles*/
.spinner {
    background: rgba(216, 214, 214, 0.40) url(../Images/ajax-loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/*End Ajax loading spinner styles*/

/*Uppercase input fields*/
input.upperCase {
    text-transform: uppercase !important;
}

/*Adjust width on modals*/
@media screen and (min-width: 768px) {
    .modal.modal-wide .modal-dialog {
        /*width: 90%;*/
        width: 75%;
    }

    .modal.modal-large .modal-dialog {
        min-height: 75%!important;
        height: 75%;
    }
}


/**Fix fieldset for responsiveness*/
.buttonTable {
    padding-right: 15px;
}

fieldset {
    display: table-cell;
    width: 100%;
}

/*ie10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    fieldset {
        float: left;
    }

    /*div.well {
        float: left;
    }*/
}

/**Bootstrap template inner themes**/
.largeSize {
    font-size: 20px;
    vertical-align: middle;
}
/**End Bootstrap template inner themes**/

/**End of Sidebar wrapper menu toggle**/

@media screen and (max-width: 1024px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.big-table {
    overflow-x: scroll !important;
}

.table-bordered.dataTable {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-collapse: inherit;
}

.table td > a > i {
    color: black !important;
}

    .table td > a > i:hover {
        color: green !important;
    }

/**Footer styles*/

/**End Footer styles**/

/**Forms mobile style**/
@media screen and (max-width: 480px) {
    input,
    select,
    textarea,
    .chosen-container,
    .chosen-container-single {
        max-width: 100%;
    }
}

label.control-label:not(.horizontal) {
    min-width: 100%;
}

/**Chosen Error styles**/
div.has-error .chosen-container {
    border: 2px solid #e74c3c !important;
    border-radius: 5px !important;
}
/**End Chosen Error styles**/

span.file-input div.input-group {
    max-width: 360px !important;
}

span.file-input div.file-preview {
    max-width: 360px;
}

.textarea_level2 {
    min-height: 106px;
}

.textarea_level3 {
    min-height: 180px;
}

.textarea_level4 {
    min-height: 254px;
}

div#dtpicker, div.dtPicker {
    max-width: 360px;
}

/*.nav-tabs > li > a {
	border: medium none;
}

.nav-tabs > li.active > a {
	background-color: #93c54b;
}

.nav-tabs > li > a:hover {
	background-color: #93c54b;
	border: medium none;
	border-radius: 0;
	color: #000;
}*/

div.tab-container {
    margin: 5px;
}

div.table-button {
    margin-bottom: 20px !important;
}

.close {
    color: #000 !important;
}

.table-multi-buttons td > a > i {
    margin-right: 5px !important;
}

dl {
    margin-bottom: 0;
    margin-top: 0;
}

.subtitles {
    display: none !important;
    opacity: 0 !important;
}

@media print {
    @page {
        size: 330mm 427mm;
        margin: 14mm;
    }

    .container {
        width: 1170px;
    }

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }

    button,
    select,
    .dataTables_filter input {
        display: none !important;
    }

    input,
    textarea {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .subtitles {
        display: block !important;
        opacity: 1 !important;
    }
}

@media screen and (min-width: 481px) {
    .btn.right-10 {
        margin-right: 10px !important;
    }
}

a.white {
    color: white !important;
}


.dl-horizontal dt {
    white-space: normal !important;
}

/**Full Width Inputs**/
.full-width-input {
    max-width: 100%;
}

/***Flexbox layout***/
@media screen and (min-width: 991px) {
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .panel {
        width: 100%;
    }
}

/**Chart.js canvas styles**/

/*.canvas-holder {
    margin: 20px 0;
    padding: 4px 0;
    position: relative;
}

    .canvas-holder img {
        height: auto;
        width: 100%;
    }

.aspect-spacer {
    display: inline-block;
    height: auto !important;
    width: 100% !important;
}

.labeled-chart-container {
    min-height: 180px;
    padding-right: 150px;
    position: relative;
}

@@media only screen and (max-width: 600px) {
    .labeled-chart-container {
        padding-right: 130px;
    }
}

.doughnut-legend {
    list-style: outside none none;
    position: absolute;
    right: 8px;
    top: 0;
}

    .doughnut-legend li {
        border-radius: 5px;
        cursor: default;
        display: block;
        font-size: 14px;
        margin-bottom: 4px;
        padding: 2px 8px 2px 28px;
        position: relative;
        transition: background-color 200ms ease-in-out 0s;
    }

        .doughnut-legend li:hover {
            background-color: #fafafa;
        }

        .doughnut-legend li span {
            border-radius: 5px;
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 20px;
        }

.carousel {
    overflow: hidden;
    white-space: nowrap;
}

    .carousel canvas {
        display: inline-block;
        transition: -webkit-transform 400ms ease-out 0s, -moz-transform 400ms ease-out 0s, -o-transform 400ms ease-out 0s, transform 400ms ease-out 0s;
    }

.position-6 canvas {
    transform: translateX(-500%);
}

.position-5 canvas {
    transform: translateX(-400%);
}

.position-4 canvas {
    transform: translateX(-300%);
}

.position-3 canvas {
    transform: translateX(-200%);
}

.position-2 canvas {
    transform: translateX(-100%);
}

.position-1 canvas {
    transform: translateX(0%);
}

*/
.hover-highlight {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 10px;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;
}

    .hover-highlight:hover {
        background-color: rgba(239, 241, 245, 0.3);
        border-radius: 10px;
    }

    .hover-highlight canvas {
        cursor: pointer;
    }

.doughnut-legend li {
    border-radius: 5px;
    cursor: default;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 2px 8px 2px 28px;
    position: relative;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;
}

    .doughnut-legend li:hover {
        background-color: #fafafa;
    }

    .doughnut-legend li span {
        border-radius: 5px;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

canvas {
    width: 100% !important;
    max-width: 572px;
    height: auto !important;
}

@media screen and (max-width: 960px) {
    canvas {
        max-width: 100%;
    }
}
/**End Chart.js canvas styles**/


h4.panel-title,
.h4panel-title,
h5panel-title,
.h5panel-title,
h6.panel-title,
.h6.panel-title {
    margin-bottom: 0.5px;
    margin-top: 0.5px;
}

/***Modal scrolling fix****/
body.modal-open {
    overflow: visible;
}

/***Logo***/
.navbar-brand {
    /*background: url("../Images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    padding-top: -18px !important;
    /*text-shadow: 3px 1px 2px #84909A !important;*/
    font-size: 34px !important;
    /*color: rgba(0, 0, 0, 0) !important;
	font-size: 34px !important;
	height: 68px;
	padding-left: 65px !important;
	padding-top: 20px !important;
	text-shadow: 5px 1px 0 #84909A !important;*/
}

    .navbar-brand > a {
        color: #FFFFFF !important;
    }

        .navbar-brand > a > img {
            display: inline-block !important;
            float: left;
            margin-top: -16px !important;
            max-height: 60px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.navbar-text {
    color: #ffffff;
    display: inline-block !important;
    margin-left: 5px;
    margin-top: 0;
}

/**/
.title h1 {
    color: #84909A;
}

/**Status Bar**/
div.timeholder {
    color: #325C5E;

}

@media screen and (min-width: 1024px){
    div.timeholder{
        font-size:12px!important;
        margin-top:8px;
    }
}

/*
div.statusbar {
    background-color: rgba(136, 185, 66, 0.66);
    padding-top: 5px;
    padding-bottom: 5px;
}*/

/**Custom Template Page styles**/
.navbar-inverse {
    background-color: #3C6E71 !important;
}

thead tr.bg-success {
    background-color: #3C6E71 !important;
    color: #FFFFFF !important;
}

.panel > .panel-heading {
    /*background-color: #40777A;*/
    /*color: #FFFFFF;*/
}

.panel.panel-material-green-500 > .panel-heading {
    background-color: #40777A !important;
    color: #FFFFFF !important;
}

.panel.panel-material-grey-500 > .panel-heading {
    background-color: rgba(217, 217, 217, 0.81) !important;
    color: #325c5e !important;
}

.panel > .panel-heading-inverse {
    background-color: rgba(187, 197, 197, 0.4) !important;
    color: #40777A !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

div.statusbar {
    background-color: rgba(217, 217, 217, 0.81) !important;
    color: #325C5E !important;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 36px !important;
}

div.statusbar-alert {
    height: 28px;
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
    overflow-y: auto;
    margin:4px 0 0;
    padding:3px;
}

button.close-statusbar{
    right: 3px!important;
}

ul.nav-tabs > li > a {
    color: #3C6E71 !important;
}

.nav-tabs li > a:hover {
    background-color: #D9D9D9 !important;
}

.btn-success {
    background-color: #284B63 !important;
    border-color: #284b63 !important;
}

    .btn-success:hover {
        background-color: #284B63 !important;
        border-color: #284b63 !important;
    }

/*.navbar-inverse .navbar-nav >li > a:hover {
    background-color: #D9D9D9!important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #353535;
  color: #D9D9D9;
}*/

/*.navbar-inverse .navbar-nav>li > a:hover {
    background-color: #353535!important;
}*/

.dropdown-menu > li > a {
    color: #353535;
}

table > thead > tr > th {
    border-bottom: 1px #192530 solid !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #d9d9d9 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #E2E1E1 !important;
}

.dataTable > tbody tr.selected {
    background-color: #BBC5C5 !important;
}

    .dataTable > tbody tr.selected:hover {
        background-color: rgba(187, 197, 197, 0.93) !important;
    }

.dataTable > tbody tr:hover {
    background-color: rgba(187, 197, 197, 0.65) !important;
}

.dataTable > tbody td {
    padding: 8px !important;
}

table-bordered.dataTable > thead > tr > th,
 .table-bordered.dataTable > thead > tr > th,
 table-bordered.dataTable > tbody > tr > th,
 .table-bordered.dataTable > tbody > tr > th,
 table-bordered.dataTable > tfoot > tr > th,
 .table-bordered.dataTable > tfoot > tr > th,
 table-bordered.dataTable > thead > tr > td,
 .table-bordered.dataTable > thead > tr > td,
 table-bordered.dataTable > tbody > tr > td,
 table-bordered.dataTable > tbody > tr > td,
 .table-bordered.dataTable > tbody > tr > td,
 table-bordered.dataTable > tfoot > tr > td,
 .table-bordered.dataTable > tfoot > tr > td {
    background-color: rgba(255, 255, 255, 0.00) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.00);
    border-right: 1px solid rgba(255, 255, 255, 0.00);
    border-bottom: 1px rgba(60, 110, 113, 0.26) solid !important;
}

/***Reducir espacio ocupado de formularios bootstrap. ****/

body, .btn, a.btn {
    font-size: 12px !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 15px !important;
}

input.form-control,
 select.form-control + .chosen-container .chosen-search input[type=text],
 select.form-control + .chosen-container.chosen-container-single .chosen-single {
    height: 36px !important;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    font-size: 13px !important;
}

.input-group-addon {
    font-size: 12px !important;
}

a.btn {
    line-height: 17px !important;
}

.btn {
    padding: 8px 15px;
}

.form-control {
    padding: 5px 10px !important;
}

/****Fin de css para reduccion de espacio ocupado por formularios bootstrap****/

/**timepicker changes**/
.bootstrap-timepicker-widget table td input {
  width: 38px;
  height: 36px!important;
}
/**end timepicker changes*/

.blinking-element{
    background:red;
    color:white;
}

.modal-body {
    overflow-y:visible;
}

.chosen-drop {
    z-index: 999999 !important;
}

.chosen-results *,
.chosen-results{
    overflow-x: visible!important;
}

.modal-header{
    cursor: grab;
}

/*Alterar longitud de chosen select. MAximo de opciones a mostrar.*/
/*.chosen-container .chosen-results {
   max-height:180px !important;
}*/

/**Bootstrap panel fullscreen toggle support**/
.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color:#333;
  outline:none;
}
.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}
/**End Bootstrap panel fullscreen toggle support**/

/**Control sweetalert max height**/
.sweet-alert{
    max-height:480px;
    overflow-y:auto!important;
    z-index: 999999!important;
}

.sweet-overlay{
    z-index: 999998!important;
}

.input-group-small  .form-control,
 .input-group-small  .input-group-btn,
.input-group-small  button {
    height: 28px!important;
    margin-top: 5px;
}

.input-group-small  button{
    line-height:0.52;
}

li#clock{
    margin-top:43px;
    margin-left:-15px;
    right:15px;
    position:absolute;
    color:#FFFFFF;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1.4;
    border-radius: 2px;
}

@media screen and (max-width:480px){
    .mr10{
        margin-right:0;
    }
}

div.has-error a.chosen-single span{
    color: #e74c3c !important;
}

div.has-error select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
    color: #e74c3c !important;
}

/***Full screen modals***/
.modal-dialog.full-screen {
  width: 98%!important;
  height: 92%!important;
  padding: 0!important;
}

/*.modal-content {
  height: 99%;
}*/

.modal-dialog.full-screen .modal-content {
  height: auto!important;
  /*min-height: 92%!important;*/
}

/**Hacer que los inputs tengan su width al maximo en modal windows*/
.dynamic-modal-form input,
.dynamic-modal-form select,
.dynamic-modal-form textarea,
.dynamic-modal-form .chosen-container,
.dynamic-modal-form .chosen-container-single{
    max-width: 100%!important;
}

/**pre tag wrap text**/
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    -ms-word-wrap: break-word;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.well-custom {
  background-color: #ecf0f1;
  border: 2px solid;
  border-color: #dce4ec;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 5px;
}

.ml80{
    margin-left: 80px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	/*top: 9px;*/
	left: -15px!important;
	/*height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New',Courier,monospace;
	line-height: 14px;
	content: '+';
	background-color: #337ab7;*/
}

/** Info boxes (notice class) **/
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

    .notice-success > strong {
        color: #80D651;
    }

.notice-info {
    border-color: #45ABCD;
}

    .notice-info > strong {
        color: #45ABCD;
    }

.notice-warning {
    border-color: #FEAF20;
}

    .notice-warning > strong {
        color: #FEAF20;
    }

.notice-danger {
    border-color: #d73814;
}

    .notice-danger > strong {
        color: #d73814;
    }
/** End Info boxes **/

.swal2-popup {
    font-size: 1.6rem !important;
}

/** Fieldset custom styling **/
fieldset.boxed {
    border: 1px groove #ddd !important;
    border-radius: 4px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

fieldset.boxed > legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.input-group.horizontal{
    width: 100%!important;
}

textarea.cke_source {
    width: 100% !important;
    max-width: 100% !important;
}

/** Form imputs info button hover  **/
i.tooltip-btn:hover {
    color: green !important;
}

span:hover > i.tooltip-btn{
    color: green!important;
}

.lowercase-input {
    text-transform: lowercase;
}

.uppercase-input {
    text-transform: uppercase;
}

div#outOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    cursor: pointer;
}

    div#outOverlay #text {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 28px;
        color: black;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        background-color: white;
        padding: 46px 46px 26px 46px;
        text-align: center;
        width: 80%;
        height: auto;
        border-radius: 25px;
    }

    div#outOverlay img#loadingImg {
        margin: 0 auto;
        width: 268px;
        height: 143px;
        object-fit: none;
    }

div#outdated.fullscreen {
    z-index: 1000001!important;
    text-transform: capitalize;
}

/** correct select min width on flexbox layout **/
div.row.equal div.col-xs-12.select-filter > div.input-group > select {
    min-width: 79px!important;
}

.ui-helper-hidden-accessible {
    display: none!important;
}