﻿::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
    background-color: rgb(192,192,192);
}

/*input[type=text] {
    text-transform: uppercase !important;
}*/

label {
    color: #003c55 !important;
}

input[type=submit] {
    cursor: pointer !important;
}

input[type=button] {
    cursor: pointer !important;
}

/*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: 1280px) {
    .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;
            word-break: break-all;
        }


.noscroll {
    position: fixed !important;
    overflow: scroll !important;
    width: 100%;
}

.LogoTexto {
    font-family: 'PT Serif', serif !important;
}

/*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
}

/*ASPX*/
/*CheckboxList*/
table td label {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: normal;
    color: black !important;
}

table td {
    display: table-cell!important;
}

span label {
    margin-left: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */

.login-box-custom,
.register-box-custom {
    margin: 10px auto;
}

@media (max-width: 768px) {
    .login-box-custom,
    .register-box-custom {
        margin: 0 auto;
    }
}

@media (max-height: 640px) {
    .login-box-custom,
    .register-box-custom {
        margin: 6% auto;
    }

    .alignToBottom {
        position: relative;
        bottom: 10px;
        width: 100%;
        margin-bottom: 50px;
    }

    /*ASPX*/
    /*CheckboxList*/
    table td {
        display: block;
    }
}

.alignToBottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-bottom: 50px;
}

.alignToTop {
    position: absolute;
    width: 100%;
}


/*
    alertify
*/

.alertify .ajs-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 80px;
    margin-left: -150px;
    margin-top: -40px;
}

.alertify .ajs-body .ajs-content {
    padding: 0px;
}

/*
    ADMINLTE BACKGROUND
*/

.content-wrapper {
    background-color: #f7f7f8 !important;
}
