﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo-login {
    margin-top: 40px;
    text-align: center;
}

.row-form {
    padding-top: 20px;
}

.label-login {
    color: #00599c;
    font-size: 13px;
}

.form-login {
    background-color: white;
    box-shadow: #cfcfcf 0px 0px 2px 2px;
    border-radius: 10px;
}

.btn-a {
    width: 100%;
    margin-bottom: 10px;
}

.form-control {
    color: #8b8888;
}

.input-form {
    padding-top: 13px;
}

.btn-primary {
    background-color: #00599c;
}

    .btn-primary :hover {
        background-color: #0574c8;
    }

    .btn-primary :focus {
        background-color: #0574c8;
    }

#top-menu a {
    color: rgba(0, 0, 0, 0.6) !important;
}

#top-header, #et-secondary-nav li ul {
    background-color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    font-size: 12px;
    border: 2px solid #8b8888;
    border-top: 2px solid #8b8888;
}



.iconDownLoading {
    color: #666;
    font-size: 35px;
}

.semaphore-red {
    background-color: #ed1c24;
}

.semaphore-green {
    background-color: #1ada17;
}

.semaphore-yellow {
    background-color: #fff80f;
}

#logo {
    margin-bottom: 20px !important;
}

tbody tr {
    background-color: #f7f3f3;
}

thead tr {
    background-color: #f7f3f3;
    border: 2px solid #8b8888;
}

.input-edit-table {
    background-color: #f7f3f3 !important;
    border: 0px solid #bbb !important;
    width: 100% !important;
}

.input-edit-table-true {
    width: 100% !important;
    border-radius: 4px;
}

.td-edit-tabla {
    width: 99% !important;
}

.table-grades {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.label-edit {
    cursor: pointer;
    font-size: 12px;
    color: #666;
}

    .label-edit :hover {
        color: #666;
    }

    .label-edit :focus {
        color: #666;
    }

    .label-edit ::selection {
        color: #666;
    }

    .label-edit i {
        font-size: 25px;
    }

.table-check {
    width: 100%;
    height: 25px;
}

.pag-title {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #00599c;
    font-size: 30px;
    text-align: center;
}

.pag-titleDocFiscais {
    margin-top: 40px;
    color: #00599c;
    font-size: 30px;
    text-align: center;
}

.div-message {
    text-align: center;
}

.text-danger {
    font-size: 18px;
    color: #f00;
}

.error-span {
    color: #f00;
}

.sucess-span {
    color: #3c763d;
}

.alert {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px !important;
}

.switch {
    margin-top: 5px;
    position: relative;
    display: inline-block;
    width: 26px;
    height: 14px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 6px;
        width: 6px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #286090;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(26px);
    transform: translateX(10px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

thead tr.log td {
    width: 16.666%;
}

thead tr.grades td {
    text-align: center;
    width: 9.09%;
}
/*Alteração Thiago Marra;*/
.ui-datepicker-header {
    background-color: #0B6DAF;
    background-image: none;
    border: 1px solid #0B6DAF;
}

.dateTable {
    background-color: #f7f3f3;
    border: none;
    font-weight: 700;
}

.fieldsetForm {
    background-color: #FFF;
    border-radius: 10px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.btnform {
    padding-bottom: 20px;
    padding-top: 4px;
}

.img-semaphore {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    display: inline-block;
}


.modal {
    margin-top: 13%;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    margin-top: 13%;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}

.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}

.kendogrid {
    margin: 5%;
}

