/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:400,500,700,900');*/

.margin-lr-1 {
    margin: 0px 1px;
}
.padding-0 {
    padding: 0px !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

/* === HTML5 validation styles === */
.box-body input[type=text]:required,.box-body input[type=email]:required,.box-body input[type=number]:required, .box-body textarea:required, .box-body select:required {
    /*background: #fff url(images/red_asterisk.png) no-repeat 98% center;*/
    background-image: url(images/red_asterisk.png);
    background-repeat: no-repeat;
    background-position: 98% center;

}

.box-body input[type=text]:required:valid,.box-body input[type=email]:required:valid,.box-body input[type=number]:required:valid, .box-body textarea:required:valid, .box-body select:required:valid {
    /*background: #fff url(images/valid.png) no-repeat 98% center;*/
    background-image: url(images/valid.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.box-body input[type=text]:focus:invalid,.box-body input[type=email]:focus:invalid,.box-body input[type=number]:focus:invalid, .box-body textarea:focus:invalid, .box-body select:focus:invalid {
    /*background: #fff url(images/invalid.png) no-repeat 98% center;*/
    background-image: url(images/invalid.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: rgba(185, 55, 55, 0.68)
}

.box-body input[type=radio] {
    width: 16px;
    height: 16px;
}

.box-body .cs-input-text {
    padding: 2px 7px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.form-group .input-static, .form-group .form-control-static {
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 5px 0px 5px 11px;
    min-height: 32px;
    height: auto !important;
    border-radius: 4px;
}

.form-group p{
    color: #202124;
}

/*.occurrence-description label {*/
    /*!*text-transform: capitalize;*!*/
/*}*/

.cursor-pointer {
    cursor: pointer;
}
.cs_checkbox{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.cs_middle{
    vertical-align: middle;
}
.cs-loading {
    display: inline-block;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 100%;
    width: 20px;
    height: 20px;
    float: right;
    margin: 7px 7px 0px 0px;
}

.load-imagem {
    display: inline-block;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 100%;
    width: 15px;
    height: 15px;
    float: right;
    margin: 2px 7px 0px 7px;
}

.load-div {
    position: absolute;
    background-color: rgba(245, 245, 245, 0.54);
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    z-index: 1;
    background-image: url(/css/images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25%;
}

.font-size-11 {
    font-size: 11px
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.font-size-23 {
    font-size: 23px
}

.font-size-24 {
    font-size: 24px
}

.font-size-25 {
    font-size: 25px
}

.font-size-26 {
    font-size: 26px
}

.bv-pulse {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.9, 0.9);
        opacity: 0.5;
    }
    50% {
        -webkit-transform: scale(1, 1);
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        opacity: 0.5;
    }
}

/*.info-box .progress {*/
/*    height: 5px !important;*/
/*}*/

/*MODAL*/
.modal-dialog {
    width: 80% !important;
}

.max-75vh {
    max-height: 75vh;
}

/*MODAL FIM*/

/*body {*/
/*    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
/*}*/

.input-group-addon {
    padding: 0 8px;
}

.noPadding-left {
    padding-left: 0px;
}

.noPadding-right {
    padding-right: 0px;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*}*/

/*.form-group h3 {*/
/*    margin: 0px 0 0;*/
/*}*/

/*h3 .label {*/
/*    font-family: 'Roboto', Arial, sans-serif;*/
/*    display: block;*/
/*    padding: 7px;*/
/*}*/

/*.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {*/
/*    display: inline-block;*/
/*    font-size: 14px !important;*/
/*    margin: 0;*/
/*    line-height: 1;*/
/*}*/

/*.contentDashboard {*/
/*    min-height: 250px;*/
/*    padding: 0px !important;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    padding-left: 0px !important;*/
/*    padding-right: 0px !important;*/
/*}*/

/*.boxChart {*/
/*    width: 500px;*/
/*    height: 480px;*/
/*}*/

/*.chart {*/
/*    width: 100%;*/
/*    min-height: 450px;*/
/*}*/

.map-responsive {
    overflow: hidden;
    padding-bottom: 22.25%;
    position: relative;
    height: 0;
    height: 25vh;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*.chart-container {*/
/*    position: relative;*/
/*    text-align: center;*/
/*}*/

/*.info-box-icon {*/
/*    font-size: 29px !important;*/
/*}*/

/*.tecnical a {*/
/*    color: #ffffff;*/
/*}*/

/*.boxFarolEsq {*/
/*    border: dashed 1px #000;*/
/*    padding: 10px 1px 13px 0px;*/
/*    font-size: 12px;*/
/*}*/

/*.boxFarolDir {*/
/*    border: dashed 1px #000;*/
/*    padding: 10px;*/
/*    border-left: 0px;*/
/*}*/

.marginTop5 {
    margin-top: 5px !important;
}

.noBackgroung {
    background-color: #ffffff !important;
}

.hideColum {
    display: none !important;
}

.iconComunicated {
    color: green;
    font-size: 18px !important;
}

.iconNotComunicated {
    color: darkred;
    font-size: 18px !important;
}

.onclick {
    cursor: pointer;
}

.trackingBox {
    overflow-y: auto;
    height: 300px;
}
/*.sidebar-menu li.header {*/
/*    padding: 10px 25px 10px 15px;*/
/*    font-size: 12px;*/
/*    margin-left: -5px !important;*/
/*    color: #ffffff !important;*/
/*    background-color: #242d31;*/
/*}*/

.cs_logo_cabecalho{
    max-width: 370px;
    max-height: 200px
}

.cs_contractor_icon_48{
    max-height: 48px;
    max-width: 48px;
}
.cs_logo_tracert{
    max-height: 200px;
}
.pull-right{
    float: right;
}
/*DASHBOARD*/
/*.small-box > .inner {*/
/*    padding: 5px 10px 0px 10px !important;*/
/*}*/
.cs-small-box p {
    font-size: 12px !important;
}

.cs-label {
    color: #364250;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 400;
}

.custom-file-label::after{
    content: "Escolher";
}
@media (min-width: 992px) {
    .cs-col-md-1 {
        width: 14.28% !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*FIM DASHBOARD*/

/* LAYOUT DARK  */

body.dark-layout{
    color: #e6e8ec !important;
}
body.dark-layout .content .content-wrapper .content-header-title{
    color: #e6e8ec !important;
}
body.dark-layout .form-control-static, body.dark-layout .input-static{
     color: #2c2d2f !important;
}
body.dark-layout p, body.dark-layout small, body.dark-layout span, body.dark-layout label {
    color: #e6e8ec !important;
}
body.dark-layout .table tbody td, body.dark-layout .table tbody th {
    color: #e0e3e8 !important;
}

body.dark-layout .select2-selection__placeholder {
    color: #8a99b5 !important;
}

body.dark-layout input.form-control, body.dark-layout .custom-file-label, body.dark-layout textarea.form-control {
    background-color: #1a233a;
    color: #e6e8ec !important;
}

.badge-large{
    padding: 0.467rem 1.5rem;
    font-size: 1rem;
    line-height: 1.6rem;
}
body.dark-layout .badge {
    color: #e6e8ec;
}
body.dark-layout .cs_timeline text{
    text-shadow: 1px 1px 2px #000;
    fill: #e6e8ec;
}
body.dark-layout .cs_timeline .google-visualization-tooltip span{
    color: #111111 !important;
}
