﻿::-webkit-scrollbar {
    width: 10px !important;
    height: 0px !important;
    background-color: rgb(192,192,192);
}
/*input[type=text] {
    text-transform: uppercase !important;
}*/

select {
    text-transform: uppercase !important;
}

input[type=submit] {
    cursor: pointer !important;
}

input[type=button] {
    cursor: pointer !important;
}

.form-group-sm label {
    margin-bottom: 0px;
}

/*Configuração da coluna*/
@media (min-width: 767px) {
    .col-right-padding-1 {
        padding-right: 1px !important;
    }

    .col-left-padding-1 {
        padding-left: 1px !important;
    }
}
/*Configuração de hide-x*/
@media (max-width: 1270px) {
    .hide-x {
        display: none !important;
    }

    /*Configuração especifica para ocultar no scheduler lightbox do dhtmlxScheduler*/
    .dhx_cal_cover {
        display: none;
    }
}

/*Validation for Label list*/
.validation-summary-errors-label ul {
    position: relative;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    background-color: #ffecec;
    border: 1px solid #f5aca6;
    color: black;
    text-align: center;
    width: 100% !important;
    margin-top: 20px !important;
    list-style: none;
    margin: 0px !important
}

.validation-summary-errors-label ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .validation-summary-errors-label ul li {
        color: black;
    }

/*Validation for Sumarry*/
.validation-summary-errors {
    position: relative;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    background-color: #ffecec;
    border: 1px solid #f5aca6;
    color: black;
    text-align: center;
    width: 100% !important;
    margin-top: 20px !important;
    list-style: none;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .validation-summary-errors ul li {
            color: black;
        }


.div-border {
    border: 1px solid #dfdfdf;
    height: 500px;
}

    .div-border table {
        border: none !important;
        min-width: 100% !important;
    }

        .div-border table th {
            font-size: 9pt;
            border: none !important;
            text-transform: uppercase !important;
            padding-top: 0 !important;
            padding-left: 5px !important;
        }

        .div-border table td {
            font-size: 9pt !important;
            padding: 2px !important;
            border: none !important;
            padding-left: 5px !important;
            text-transform: uppercase !important;
        }


.noscroll {
    position: fixed !important;
    overflow: scroll !important;
    width: 100%;
}

.LogoTexto {
    font-family: 'PT Serif', serif !important;
}

.GroupList {
    padding: 0 !important;
    height: 200px !important;
    overflow: auto !important;
    z-index: 10000001 !important;
}

.GroupListItem {
    font-size: 10pt !important;
    cursor: pointer !important;
    padding: 2px !important;
}


/*DHTMLX SCHEDULER EVENTS*/
.dhx_cal_event div.dhx_footer,
.dhx_cal_event.past_event div.dhx_footer,
.dhx_cal_event.event_reserva div.dhx_footer,
.dhx_cal_event.event_sisclin div.dhx_footer,
.dhx_cal_event.event_siscnrvv div.dhx_footer {
    background-color: transparent !important;
}

.dhx_cal_event .dhx_body {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    /*opacity: 0.7;*/
}

.dhx_cal_event .dhx_title {
    line-height: 12px;
}

.dhx_cal_event_line:hover,
.dhx_cal_event:hover .dhx_body,
.dhx_cal_event.selected .dhx_body,
.dhx_cal_event.dhx_cal_select_menu .dhx_body {
    opacity: 1;
}

.dhx_cal_event.event_reserva div, .dhx_cal_event_line.event_reserva {
    background-color: #9370DB !important;
    border-color: #839595 !important;
}

.dhx_cal_event_clear.event_reserva {
    color: #9370DB !important;
}

.dhx_cal_event.event_sisclin div, .dhx_cal_event_line.event_sisclin {
    background-color: #2E8B57 !important;
    border-color: #839595 !important;
}

.dhx_cal_event_clear.event_sisclin {
    color: #2E8B57 !important;
}

.dhx_cal_event.event_siscnrvv div, .dhx_cal_event_line.event_siscnrvv {
    background-color: #2E8B57 !important;
    border-color: #839595 !important;
}

.dhx_cal_event_clear.event_siscnrvv {
    color: #2E8B57 !important;
}

.dhx_custom_button {
    border: none !important;
}

.dhx_multi_select_equipamento {
    padding-top: 5px;
    padding-left: 5px;
}

    .dhx_multi_select_equipamento label input[type=checkbox] {
        margin-right: 5px;
    }


/*ASPX*/
/*GridView Pagging*/
tr td table {
    margin-top: 10px !important;
    float: left !important;
}

    tr td table tbody tr td {
        width: 30px !important;
        height: 30px !important;
        border: 1px solid black;
        text-align: center !important;
        background-color: #f4f4f4;
        color: #444;
        border-color: #ddd;
    }

.with-padding td {
    padding: 5px !important
}

/*cssLoading*/
.cssload-loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
    display: block;
    margin: auto;
    margin-top: -5px;
    margin-right: 38px;
    visibility: hidden;
}

    .cssload-loader:before, .cssload-loader:after {
        content: "";
        position: absolute;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-radius: 0.25em;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    .cssload-loader:before {
        animation: before 2.3s infinite;
        -o-animation: before 2.3s infinite;
        -ms-animation: before 2.3s infinite;
        -webkit-animation: before 2.3s infinite;
        -moz-animation: before 2.3s infinite;
    }

    .cssload-loader:after {
        animation: after 2.3s infinite;
        -o-animation: after 2.3s infinite;
        -ms-animation: after 2.3s infinite;
        -webkit-animation: after 2.3s infinite;
        -moz-animation: after 2.3s infinite;
    }




@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225,20,98,0.75), 0 0.5em rgba(111,202,220,0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225,20,98,0.75), 1em 0.5em rgba(111,202,220,0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }
}

@-o-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225,20,98,0.75), 0 0.5em rgba(111,202,220,0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225,20,98,0.75), 1em 0.5em rgba(111,202,220,0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }
}

@-ms-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225,20,98,0.75), 0 0.5em rgba(111,202,220,0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225,20,98,0.75), 1em 0.5em rgba(111,202,220,0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }
}

@-webkit-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225,20,98,0.75), 0 0.5em rgba(111,202,220,0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225,20,98,0.75), 1em 0.5em rgba(111,202,220,0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }
}

@-moz-keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }

    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225,20,98,0.75), 0 0.5em rgba(111,202,220,0.75);
    }

    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225,20,98,0.75), 1em 0.5em rgba(111,202,220,0.75);
    }

    100% {
        box-shadow: 1em -0.5em rgba(225,20,98,0.75), -1em 0.5em rgba(111,202,220,0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61,184,143,0.75), -0.5em 0 rgba(233,169,32,0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61,184,143,0.75), -0.5em 1em rgba(233,169,32,0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }
}

@-o-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61,184,143,0.75), -0.5em 0 rgba(233,169,32,0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61,184,143,0.75), -0.5em 1em rgba(233,169,32,0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }
}

@-ms-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61,184,143,0.75), -0.5em 0 rgba(233,169,32,0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61,184,143,0.75), -0.5em 1em rgba(233,169,32,0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }
}

@-webkit-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61,184,143,0.75), -0.5em 0 rgba(233,169,32,0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61,184,143,0.75), -0.5em 1em rgba(233,169,32,0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }
}

@-moz-keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }

    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61,184,143,0.75), -0.5em 0 rgba(233,169,32,0.75);
    }

    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61,184,143,0.75), -0.5em 1em rgba(233,169,32,0.75);
    }

    100% {
        box-shadow: 0.5em 1em rgba(61,184,143,0.75), -0.5em -1em rgba(233,169,32,0.75);
    }
}


/*
 * Page: Login & Register
 * ----------------------
 */

.login-box-custom,
.register-box-custom {
    margin: 30% auto;
}

@media (max-width: 768px) {
    .login-box-custom,
    .register-box-custom {
        margin: 0 auto;
    }
}

@media (max-height: 480px) {
    .login-box-custom,
    .register-box-custom {
        margin: 6% auto;
    }

    /*ASPX*/
    /*CheckboxList*/
    table td {
        display: block;
    }
}


/*
    CSS PURE TREE VIEW
*/

.tree ul {
    margin-left: 20px;
}

.tree li {
    list-style-type: none;
    margin: 10px;
    position: relative;
}

    .tree li::before {
        content: "";
        position: absolute;
        top: -7px;
        left: -20px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 0 0 0 0px;
        width: 20px;
        height: 15px;
    }

    .tree li::after {
        position: absolute;
        content: "";
        top: 8px;
        left: -20px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-radius: 0px 0 0 0;
        width: 20px;
        height: 100%;
    }

    .tree li:last-child::after {
        display: none;
    }

    .tree li:last-child:before {
        border-radius: 0 0 0 5px;
    }

ul.tree > li:first-child::before {
    display: none;
}

ul.tree > li:first-child::after {
    border-radius: 5px 0 0 0;
}

.tree li a {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 2px 5px;
}

    .tree li a:hover, .tree li a:hover + ul li a,
    .tree li a:focus, .tree li a:focus + ul li a {
        background: #ccc;
        color: #000;
        border: 1px solid #000;
    }

        .tree li a:hover + ul li::after, .tree li a:focus + ul li::after,
        .tree li a:hover + ul li::before, .tree li a:focus + ul li::before
        .tree li a:hover + ul::before, .tree li a:focus + ul::before
        .tree li a:hover + ul ul::before, .tree li a:focus + ul ul::before {
            border-color: #000; /*connector color on hover*/
        }


/*GRID VIEW*/
.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
    width: 100%;
    font-size: 9pt;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #363670 url(Images/grid-header.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.modal-body{
  height: 250px;
  overflow-y: auto;
}