﻿body {
    font-family: "Roboto",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.colon:after {
    content: ":";
    font-weight: bold;
}

.header_title {
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.sidebar {
    background-color: var(--custom-bg-color) !important;
}

.navbar-inverse {
    background-color: var(--custom-bg-color);
    border-color: var(--custom-bg-color);
}

.navbar-header {
    margin-left: 0px;
    margin-top: 10px;
}

.label-danger {
    text-align: left !important;
}

.control-label {
    font-size: 14px !important;
}

.date-picker-wrapper.no-shortcuts {
    z-index: 9999;
}

.form-group label {
    font-weight: 600;
    font-size: 11px !important;
    margin-bottom: 0px;
}

.form-group span {
    font-size: 12px !important;
}

.form-group label span.field-required {
    font-size: 10px !important;
}

.checkbox-inline {
    font-weight: normal !important;
    margin-left: 15px !important;
    min-height: 30px;
}

.form-control {
    font-size: 14px !important;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: 00px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    -webkit-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
}

.menu {
    background-color: #2196f3;
    padding: 0px 0px 0px 0px;
}

    .menu span {
        color: #ffffff;
        text-decoration: none;
    }

    .menu i {
        cursor: pointer;
    }

    .menu a {
        color: #ffffff;
        text-decoration: none;
    }

    .menu ul {
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

    .menu li ul li {
        padding: 5px 20px;
        list-style-type: none;
    }

        .menu li ul li a {
            border-bottom: 0px solid #ffffff;
        }

.user-circle {
    width: 30px;
    height: 30px;
    background-color: #559e05;
    border-radius: 80px; /*(padrão)*/
    -moz-border-radius: 80px; /*(navegadores Flock e Firefox)*/
    -webkit-border-radius: 80px; /*(navegadores Chrome e Safari)*/
}

    .user-circle i {
        top: -4px;
    }

.dropdown-menu > li > a {
    text-align: left;
}

.navigation li a:hover, .navigation li a:focus {
    background-color: var(--custom-menu-focus-bg-color);
    color: var(--custom-menu-focus-font-color);
}

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: var(--custom-menu-active-bg-color);
    color: var(--custom-menu-active-font-color);
}

.navbar-header {
    min-width: 205px;
}

    .navbar-header img {
        max-height: 90px;
        max-width: 190px;
    }

@media (min-width: 769px) {
    .sidebar-xs .sidebar-main .navigation-main > li > a > span {
        background-color: var(--custom-menu-active-bg-color);
        color: var(--custom-menu-active-font-color);
    }

    .sidebar-xs .sidebar-main .navigation-main > li > ul {
        background-color: var(--custom-bg-color);
        color: var(--custom-font-color);
    }
}

.panel-body {
    padding: 5px 20px 0px 20px !important;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="number"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="tel"], textarea {
    -webkit-appearance: auto !important;
}

.dtHorizontalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.qtd-register {
    position: absolute;
    right: 30px;
    margin-top: 8px;
}

.droptarget {
    width: 100%;
    height: 35px;
    padding: 7px;
    border: 1px solid #aaaaaa;
}

.calendar {
    background-color: #ffffff;
    color: #F5A31A;
    padding: 0px 0px 1px 10px;
}

    .calendar table {
        background-color: #d3d3d3;
        color: #ffffff;
        width: 100%;
        height: 180px;
        font-weight: 500;
        font-size: 12px !important;
    }

    .calendar .month th {
        text-align: center;
        height: 50px;
    }

        .calendar .month th a {
            color: #ffffff;
        }

    .calendar .weekday th {
        width: 14%;
        text-align: center;
    }

    .calendar .day td {
        text-align: center;
    }

    .calendar .day .active {
        cursor: pointer;
        color: green;
    }

    .calendar .day .exception {
        cursor: pointer;
        color: #ff0000;
    }

    .calendar .day .inactive {
        color: #808080;
    }

.a-collapse:after {
    content: '\e9c1';
    font-family: 'icomoon';
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.field-required {
    padding: 0px 0px 0px 0px;
}

    .field-required span {
        font-size: 10px;
    }


.footer {
    width: 100%;
}

.open > .dropdown-menu {
    z-index: 1031;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}

input[type="radio"], input[type="checkbox"] {
    max-width: 20px;
}


.login-form img {
    max-width: 280px;
}

.modal-open #ui-datepicker-div {
    z-index: 99999!important;
}

/*
    Custom Wizard Component
*/

.custom-wizard-progress-bar {
    margin: 10px 0;
    overflow: hidden;
    color: lightgrey;
}

.custom-wizard-progress-bar .active {
    color: #000000;
}

.custom-wizard-progress-bar li {
    list-style-type: none;
    font-size: 12px;
    width: calc(100%/3);
    float: left;
    position: relative;
    text-align: center;
}

.custom-wizard-progress-bar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.custom-wizard-progress-bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}

.custom-wizard-progress-bar .li-file-selection:before {
    font-family: FontAwesome;
    content: "\f1c3";
}

.custom-wizard-progress-bar .li-header-config:before {
    font-family: FontAwesome;
    content: "\f0db";
}

.custom-wizard-progress-bar .li-basic-info:before {
    font-family: FontAwesome;
    content: "\f044";
}

.custom-wizard-progress-bar li.active:before, .custom-wizard-progress-bar li.active:after {
    background: skyblue;
}

/*
    /Custom Wizard Component
*/