@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
    font-family: 'Open Sans', Roboto;
}

/* FOOTER BOTTOM */
footer {
    width: 100%;
    overflow: hidden;
}

html, body {
    height: 100%;
    margin: 0;
}

.geral {
    min-height: 100%;
}

/* ----- FOOTER BOTTOM ------ */

input.form-control {
    border-radius: 0px;
}

/* BOTÕES */

.btn {
    padding: 6px 20px;
}

.btn-yellow {
    background-color: #fdc500;
    color: #1a1732;
    border-bottom: 1px solid #665121;
    border-top: 1px solid #c0970d;
    font-weight: 800;
    border-radius: 0px;
}

.btn-success {
    background-color: #68a366;
}

.btn-purple {
    background-color: #1a1732;
    color: #fff;
}

    .btn-purple:hover, .btn-purple:focus {
        color: #fff;
        background-color: #021A49;
    }

/* ---- BOTÕES ----- */

/* HEADER */
header .navbar {
    background-color: #1a1732;
    min-height: 60px;
    border: 0;
}

.navbar-collapse {
    background-color: #1a1732;
}

header a {
    
    color: #ffffff;
}

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 0;
}

.dropdown-menu {
    background-color: #1a1732;
    border: 0;
    border-radius: 0;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

.nav.navbar-nav {
    font-size: 16px;
}

.logo-horizontal {
    height: 36px;
    margin: 12px;
}

.navbar-nav > li > a.logout {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #2b2534;
    display: inline-block;
}

    .navbar-nav > li > a.logout:hover {
        opacity: 0.7;
    }

@media (min-width: 768px) {
    .navbar-nav > li > a:not(.logout) {
        padding-top: 12px;
        padding-bottom: 0px;
        text-align: center;
    }
}

header .navbar .container-fluid {
    padding: 0;
}

.nav.navbar-nav.ajuste {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }

    .nav.navbar-nav.ajuste {
        margin: 0 0px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0;
}

.infos-usuario {
    text-align: right;
}

    .infos-usuario .detalhes {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        color: #fff;
    }

    .infos-usuario h3 {
        font-size: 13px;
        margin-top: 13px;
        margin-bottom: 3px;
        font-weight: bold;
    }

    .infos-usuario p {
        font-size: 12px;
        font-weight: 100;
    }

.foto-usuario {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 10px 0 10px;
}

    .foto-usuario img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 12px;
}
/* ----- HEADER ----- */

/* TABELA */

.table th {
    text-align: center;
}

/* ----- TABELA ----- */

.page-header {
    border-bottom: 1px solid #ccc;
    font-weight: 100;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.background-yellow {
    text-align: right;
    min-height: 80px;
    background-color: #fdc500;
    padding: 22px;
    margin-top: 15px;
}

/******************************* modal pop up ***********************************/
.modalConfirmDialog {
    /*background: url(../../Images/Dialog24.png) no-repeat left top;*/
    margin: 0px auto;
    width: 330px;
    padding-top: 14px;
    position: relative;
    color: #222;
    background-color: #ffffff;
}

    .modalConfirmDialog .inner {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 11px;
        background-color: #ffffff;
        float: left;
        margin: 0px 0px -20px 0px;
        width: 100%;
        padding-top: 0px;
        color: #222;
    }

    .modalConfirmDialog .base {
        border-top: #ddd 1px solid;
        /*background: url(../../Images/DialogBase.png) no-repeat left bottom;*/
        padding-bottom: 4px;
        margin-left: -11px;
        margin-right: -11px;
        padding-top: 4px;
        text-align: center;
        color: #222;
    }

    .modalConfirmDialog H2 {
        font-weight: bold;
        font-size: 16px;
        color: #f60;
        text-align: center;
        color: #222;
    }

    .modalConfirmDialog input {
        width: 50px;
    }

.modalClose {
    display: block;
    background: url(/img/Close24.png) no-repeat 0px 0px;
    left: -5px;
    width: 26px;
    text-indent: -1000em;
    position: absolute;
    top: -7px;
    height: 26px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalTitle {
    background-color: #fdc500;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    height: 34px;
}

.total-entregas .resultado {
    background-color: #ffc40d;
    height: 25px;
    width: 70px;
    
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.modal-footer {
    border: 0;
    background-color: #fdc500;
    margin: 0 15px 15px;
}

.DragHandleClass {
    padding: 2px;
    margin: 2px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fdc500;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.HandleClassNoDrag {
    padding: 2px;
    margin: 2px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #34eb52;
    color: #fff;
    text-align: center;
    font-size: 14px;
}