﻿
/* 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;
}*/

/* Configuração para o modal contemplar 90% da tela. Exemplo de uso: Modal de Cancelamento da tela RotasPontos */
.modal.modal-wide .modal-dialog {
  width: 90%;
}

body {
    background: url(img/login-bg.jpg);
}


.conteudo {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
}

.form-login {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -200px 0 0 -280px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.form-logo {
    margin: 40px 0 0 10px;
}

.form-logininbox {
    margin-top: 10px;
}

.form-loginbutton {
    margin: 10px 0 30px 0;
    text-align: right;
}

.form-logindivisorVertical {
    border-left: 1px solid #ccc;
    height: 180px;
    float: left;
    margin: 15px 0 0 15px;
}

.index-informativo {
    margin-top: 10px;
}

    .index-informativo h1 {
        font-size: large;
    }

    .index-informativo p {
        font-size: medium;
    }

.Max-width-none{
    max-width:none;
}
/*datepicker*/


/*drop down list*/

/*botao de grid*/
.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active, .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
            color: #cacaca;
        }

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

/*Loading*/
.overlay {
  position: relative;
}

.overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 3px solid #00ddc9;
    border-right: 3px solid transparent;
    animation: spinner .5s linear infinite;
    z-index: 999;
}

.spinner-fixed:before {
    content: '';
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 3px solid #00ddc9;
    border-right: 3px solid transparent;
    animation: spinner .5s linear infinite;
    z-index: 999;
}
/* --/Loading-- */

table a {
        color: #26B99A;
    }

.selectable:hover {
    color: #26B99A;
}


/* Side bar Right*/

.sidebar-right {
    background-color: #FFFFFF;
    border: none;
    padding: 20px 20px 12px 20px;
    position: fixed;
    top: 58px;
    /*top: 78px;*/
    width: 546px;
    right: 0;
    bottom: 0;
    pointer-events: all;
    overflow-y: scroll;
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.sidebar-right {
    overflow-x: auto;
    overflow-y: auto;
}

.sidebar-right-menu.active {
    background-color: white !important;
    font-weight: bolder;
    font-size: 16px;
}
/* -- Side bar Right -- */
select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}
