﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.associacao-color {
    color: #001837 !important;
}

.associacao_bgcolor {
    background-color: #181e23 !important;
    color: white !important;
}

.associacao_bgsubcolor {
    background-color: #2c3288 !important;
    border: 1px solid #575dab;
    color: white !important;
}

.single-line {
    display: block;
    font-size: 16px;
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 5px;
    width: 100%;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
}

select.form-control {
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 99% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}


/*test*/

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}


.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single, .select2-selection .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding-right: 10px
    }

    .select2-container .select2-selection--single .select2-selection__rendered, select2-container .select2-selection--multiple .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-top: -3px
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #444;
    line-height: 20px !important;
}


.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 35px !important
}

.select2-container--default .select2-selection--multiple,
.select2-selection .select2-selection--multiple {
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
    padding: 4px 4px;
    height: 35px !important
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--multiple {
    margin: 0px
}


    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px !important;
        margin-top: 2px !important;
    }


.select2 .select2-container .select2-container--default .select2-container--focus {
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

#CodTipoConsulta {
    width: 100%;
    max-width: 100%;
}

#CodServico {
    color: #444;
    font-size: 14px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
}

.spinner-page {
    padding-top: 100px;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
    .dot.red {
        background-color: red;
    }

    .dot.green {
        background-color: green;
    }
