.form-control{
    padding: 8px 12px;
}

.form-control,
.select2-container .select2-selection,
.select2-container .select2-selection {
    border: 2px solid #BDC3C7;
    border-radius: 6px;
    box-shadow: none;
    min-height: 42px;
    padding: 5px;
}

.select2-dropdown{
    border: 2px solid #BDC3C7;

}
.select2-selection--multiple .select2-search--inline,
.select2-search--inline .select2-search__field{
    color: #999;
}


.select2-bootstrap-append .input-group-btn .btn{
    min-height: 42px;
    padding: 12px 12px;
}

.has-error .form-control,
.has-error .select2-selection {
    border-color: #E74C3C;
    color: #E74C3C;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{
    color: #E74C3C;
}

.has-success .form-control,
.has-success .select2-selection{
    color: #2ECC71;
    border-color: #2ECC71;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label{
    color: #2ECC71;
}

.select2-container .select2-selection .select2-selection__choice{
    position: relative;
    display: inline-block;
    height: 27px;
    padding: 6px 21px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    background-color: #16a085;
    border: none;
    border-radius: 4px;
    -webkit-transition: .25s linear;
    transition: .25s linear;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice:hover{
    color: #fff;
    background-color: #16a085;
    padding-right: 28px;
    padding-left: 14px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove:hover{
    opacity: 1;
    -webkit-filter: none;
}

.jumbotron .select2-bootstrap-append .btn {
    font-size: 13px;
    padding: 10px 24px 11px;
}

.select2-container .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 5px;
    padding-left: 12px;
    text-align: left;
}

.select {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 220px;
    vertical-align: top;
}

.form-group .select {
    width: 100%;
}

.form-group .select > .select2-choice {
    width: 100%;
}

/* ALERTS */

.alert{
    color: #fff;
    border: none;
}

.alert-success{
    background-color: #2ecc71;
}

.alert-danger{
    background-color: #e74c3c;
}

.alert-warning{
    background-color: #f1c40f;
}

/* ALTERAÇÕES BOOTSTRAP  */

body {
    background-color: #EAEAEA;
    overflow-x: hidden;
}

/* Sobrescrevendo bootstrap.css : 3190 */

.btn-success {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

/* Sobrescrevendo bootstrap.css : 3487 */

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
    border-radius: 0px;
    text-transform: uppercase;
}

#conteudo-todo-interno {
    background-color: #fff;
    box-shadow: 0 0 0 0.75pt #d1d1d1,0 0 3pt 0.75pt #ccc;
    margin: 20px;
    padding: 30px;
    overflow: hidden;
}

/* Background Bem Vindo - Fixo - Twitter Like */

#background-bem-vindo {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#background-bem-vindo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

/* FIM - Background Bem Vindo - Fixo - Twitter Like */

/* Para criar a layer dots acima do background */

.dots {
    position: relative;
    display: inline-block;
}

.dots:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url( "../img/layout/bg_mask_dots.png" );
}

/* FIM - Para criar a layer dots acima do background */

/* Pagina boas vindas */

#boas-vindas, #hora-e-data, #avisos {
    font-family: 'Quicksand';
    color: #fff;
}

#boas-vindas .alert {
    background-color: #2FA5A5;
    border-radius: 0;
}
#boas-vindas .titulo {
    font-size: 25px;
    letter-spacing: 0px;
}
#boas-vindas .texto {
    margin: 20px 0;
}

#hora-e-data{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

#hora-e-data .hora {
    font-size: 9em;
}

#hora-e-data .data {
    font-size: 3em;
    font-weight: 700;
}

#avisos-sistemas .alert {
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#avisos-sistemas .conteudo {
    line-height: 20px;
    margin-bottom: 15px;
}
#avisos-sistemas .alert a {
    color: #fff;
}

#avisos-sistemas .alert a:hover {
    color: #E96E4F;
}

#avisos-sistemas .lista-itens {
    list-style: none;
    padding: 0;
    margin: 0.8em 0 0 1em;
}

#avisos .alert {
    background-color: #FFF;
    box-shadow:  0px 0px 2px rgba(0,0,0, 0.5);
    border-radius: 0px;
}

#avisos .alert strong {
    color:#999999;
    font-size: 1.3em;
    font-family: "OpenSans-Regular";
}

#avisos .alert .message-inner-separator {
    border-top: 1px solid #DDDDDD;
    margin: 15px -35px 15px -15px;
}

#avisos .alert .valor {
    font-family: "Quicksand";
    font-size: 10em;
    line-height: 1em;
    overflow: hidden;
    text-align: center;
}

#avisos .alert .descricao a {
    font-family: "OpenSans-Regular";
    color: #535353;
    font-size: 1em;
    display: block;
    line-height: 1.8em;
}

#avisos .alert .descricao a:hover {
    color:#ebb028;
}

.ambar {
    color: #FF9800;
}
.vermelho {
    color: #EB3535;
}

#avisos .alert a {
    color: #29ade0;
}

#avisos .alert a:hover {
    color: #00CCFF;
}

/* Quando usado bootstrap nao pega esta classe do Yii2 */

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
