﻿/*** para mudar o ponto de HIDE do Menu nav-md - ***/
@media (max-width: 3550px) { /*** O tamanho original do max-width é 991 **/
    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none;
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;
    }

    .right_col {
        padding: 10px !important;
    }
}

@media (min-width: 3550px) { /*** O tamanho original do max-width é 992 **/
    footer {
        margin-left: 230px;
    }
}
/*** FIM *** para mudar o ponto de HIDE do Menu nav-md  ***/

@media (max-width: 991px) {
    .top-buffer {
        margin-top: 10px;
    }
}

html, body {
    height: 100%;
}

.h100 {
    height: 100%;
}

.validation {
    font-size: 12px;
    font-style: italic;
    color: #a94442;
    display: inline;
}

input.error {
    background: #fed;
    /*background-color: #FBE3E4;
    border: solid 1px #cf7478;*/
}
/*border: 1px solid #a94442;*/
select.error {
    background: #fed;
}
/*border: 1px solid #a94442; */
span.error, .form-side-labels span.error, .form-top-labels span.error {
    float: left;
    display: block;
    margin: 0 0 0 5px;
    padding: 3px;
    width: auto;
    font-weight: bold;
    color: #fff;
    background: red;
}

/** Chekbox Style FOR SINGLE **/
.checkboxFive label {
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 28px;
    margin-top: 13px;
    line-height: 20px;
}

.checkboxFive input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-top: 8px;
}


    .checkboxFive input[type=checkbox]:checked + label::before {
        content: "\2714";
        color: #fff;
        height: 25px;
        line-height: 1.1em;
        width: 25px;
        font-weight: 900;
        margin-right: 6px;
        margin-left: -16px;
    }

.form-radionlist input[type=radio] {
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    margin-left: 90px;
    margin-top: 8px;
}

.form-radionlist label {
    display: block;
    float: left;
    color: #000;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 28px;
    margin-top: 13px;
    line-height: 20px;
}


.form-radionlist tr label {
    content: "\2714";
    text-align: center;
    height: 25px;
    line-height: 1.1em;
    width: 25px;
    font-weight: 600;
    margin-right: 6px;
    margin-left: 70px;
}

.form-radionlist tr:first-child label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-radionlist tr:last-child label {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*.checkboxFive label {
  
    background: #eee;
    border: 1px solid #ddd;
}

    .checkboxFive label:after {
        opacity: 0.2;
        content: '';
        position: absolute;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 6px;
        left: 7px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }*/


/******* FIM Chekbox Style *****/

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alinhar_img_responsive .img-responsive {
    margin: 0 auto;
}


/*.css-checkbox input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .css-checkbox input[type=radio] + label {
        padding-left: 55px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 20px;
        vertical-align: middle;
        cursor: pointer;
    }

    .css-checkbox input[type=radio]:checked + label {
        background-position: 0 -50px;
    }

.css-checkbox label {
    background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_b7cbb496d72400d4fe9b79cc10fca3f1.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:10px;
    height:10px;
}*/

.css-checkbox input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 10px;
    border: 1px solid red;
}

    .css-checkbox input[type=radio] + label {
        padding-left: 27px;
        padding-right: 15px;
        height: 22px;
        display: inline-block;
        line-height: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 17px;
        vertical-align: middle;
        cursor: pointer;
    }

    .css-checkbox input[type=radio]:checked + label {
        background-position: 0 -22px;
    }

.css-checkbox label {
    background-image: url('../../imgs/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.css-checkbox input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .css-checkbox input[type=radio] + label {
        padding-left: 26px;
        height: 21px;
        display: inline-block;
        line-height: 21px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 18px;
        vertical-align: middle;
        cursor: pointer;
    }

    .css-checkbox input[type=radio]:checked + label {
        background-position: 0 -21px;
    }

.css-checkbox label {
    background-image: url(http://csscheckbox.com/checkboxes/u/csscheckbox_5ab92245cf78caac21ff087cfc374219.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

.text-justificado
{
    text-align: justify;
    resize:none;
}

.lblRel {
    font-size: 20px;
    font-weight:bold;
}

.dashboard-widget-content .sidebar-widget {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: left;
    padding: 2px;
    margin-top: 10px;
}

.dashboard-widget-content .sidebar-widget2 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #abd9ea;
    border-radius: 5px;
    text-align: center;
    float: right;
    padding: 2px;
    margin-top: 10px;
}