@font-face {
    font-family: RobotoDraft;
    src: local('RobotoDraft'), local('RobotoDraft-Regular'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}

@font-face {
    font-family: TopSecret;
    src: url('fonts/top-secret.regular.ttf') format('truetype');
}

body::-webkit-scrollbar-track{
    background-color: #FAFAFA;
    border-left: 1px solid #C2C2C2;
}

body::-webkit-scrollbar{
    width: 12px;
    height: 12px;
}

body::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: #7A5DC7;
    border: 1px solid #7A5DC7;
}

body{
    font-family: RobotoDraft, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #EEEEEE;
    color: #212321;
    min-width: 450px !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #7A5DC7;
    font-weight: 300
}

h5, h6 {
    font-weight: 400;
}

a {
    color: #212321;
    text-decoration: none;
}

a:hover{
    color: #7A5DC7;
    text-decoration: none;
}

ul {
    padding-left: 15px;
}

hr {
    border-color: #c2c2c2;
}

label, .table > thead > tr > th{
    color: #7A5DC7;
}

.label{
    font-size: 12px;
    font-weight: normal;
    font-family: Consolas;
}

.checkbox label{
color: #212321;
}

[datepicker] .btn{
padding: 6px 12px;
}

[datepicker] > table {
margin-left: 5px;
margin-right: 5px;
}

[datepicker] > table > tbody > tr > td, [datepicker] > table > thead > tr > th{
padding: 3px;
}

[datepicker] > table > tbody > tr > td > .btn-info.active, [datepicker] > table > tbody > tr > td > .btn-info{
background-color: #7A5DC7;
border-color: #314091;
}

[datepicker] > table > tbody > tr > td > .btn-info.active > .text-info, [datepicker] > table > tbody > tr > td > .btn-info > .text-info{
color: #ffffff !important;
}

[datepicker] > table > tbody > tr > td > .btn-default > .text-info{
color: #7A5DC7;
}

.separator{
border-bottom: 1px solid #ccc;
margin-right: 15px;
padding-bottom: 5px;
font-weight: bold;
}

.sidebar-header {
text-transform: uppercase;
color: #7A5DC7 !important;
font-weight: bold;
border-bottom: 1px solid #c2c2c2;
text-align: center;
font-size: 13px;
margin: 0px 15px !important;
padding: 10px 15px;
}

.sidebar-header > span {
padding: 0px !important;
}

.sidebar-header.toggled {
margin: 0px !important;
padding: 10px 5px !important;
}

.stamp {
font-family: "TopSecret";
font-size: 46px;
}

.list-group-item > .badge {
float: left;
margin-right: 10px;
color: #7A5DC7;
}

.alert hr {
margin-top: 10px;
margin-bottom: 10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
height: 18px;
width: 18px;
margin-right: 5px;
margin-top: 1px;
}

td input[type="checkbox"]{
height: 18px;
width: 18px;
margin: auto;
}

.table > tbody > tr > th {
vertical-align: middle;
}

.table-hover > tbody > .locked > td {
background-color: #f0f0f0 !important;
cursor: not-allowed;
}

.table-hover > tbody > .locked > td .form-control[disabled]{
opacity: 0.65;
}

.table-hover > tbody > .locked > td > .img-thumbnail{
opacity: 0.65;
}

.text-primary{
color: #7A5DC7;
}

.text-primary:hover {
color: #314091;
}

.form-control{
height: 40px;
color: #212321;
border-radius: 0px;
border-color: #C2C2C2;
}

.input-sm{
height: 38px;
font-size: 14px;
}

.btn{
padding: 9px 15px;
border-radius: 0px;
}

.btn-default, .btn-default[disabled], .btn-danger{
text-transform: uppercase;
}

.btn-primary, .btn-primary[disabled], .btn-primary[disabled]:hover {
background-color: #7A5DC7;
border-color: #7a5dc7b3;
text-transform: uppercase;
}

.btn-link{
color: #7A5DC7;
}

.btn-link:hover{
color: #7a5dc7b3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
background-color: #7a5dc7b3;
border-color: #7a5dc7b3;
}

.nav-tabs.nav-justified > li > a, .nav-tabs > li > a{
border-radius: 0px !important;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
color: #7A5DC7;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
color: #EEEEEE;
}

.no-pointer{
cursor: default !important;
background-color: #e6e6e6;
}

@media (min-width: 768px){
.form-inline .form-control {
    width: auto;
    margin-left: 5px;
}

.navbar-nav.navbar-right:last-child {
    padding: 0px;
}
}

@media (max-width: 768px){
.navbar-nav.navbar-right:last-child {
    margin-bottom: 0px;
}

.table-responsive{
    margin-top: 15px;
}
}

.navbar-nav > li > a {
padding-top: 12px;
padding-bottom: 12px;
}

.btn-toolbar .btn-group {
margin-bottom: 5px;
}

.btn-file {
position: relative;
overflow: hidden;
}

.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}

.pac-container{
z-index: 9999;
}

.bs-callout {
padding: 15px;
background: #fff;
border: 1px solid #C2C2C2;
border-left-width: 5px;
border-radius: 0px;
}

.bs-callout-default {
border-left-color: #7A5DC7;
}

.bs-callout-default h4 {
color: #7A5DC7;
}

.bs-callout-warning {
border-left-color: #f0ad4e;
}

.bs-callout h4 {
margin-bottom: 0px;
}

.alert{
border-radius: 0px;
margin-bottom: 10px;
}

.label-primary {
background-color: #7A5DC7;
font-weight: normal;
}

.tooltip > .tooltip-inner {
text-transform: none;
background-color: #212321;
}

.tooltip-arrow{
border-bottom-color: #212321 !important;
}

.quick-button {
background: #ffffff;
border: 1px solid #c2c2c2;
padding: 30px 5px 10px 5px;
display: block;
text-align: center;
cursor: pointer;
position: relative;
text-transform: uppercase;
margin-bottom: 20px;
}

.quick-button .fa {
font-size: 24px;
}

.quick-button .glyphicon {
font-size: 24px;
}

.quick-button sup .glyphicon {
font-size: 18px;
}

.quick-button sup .fa {
font-size: 18px;
}

.quick-button .badge {
position: absolute;
top: 5px;
right: 5px;
}

.smallstat p {
text-transform: uppercase;
margin-bottom: 0px;
}

.stat-value {
font-size: 24px;
margin-bottom: 0px;
}

.smallstat .glyphicon {
font-size: 34px;
}

.smallstat sup .glyphicon {
font-size: 28px;
}

.badge-primary {
color: #fff !important;
background: #7A5DC7;
font-weight: normal;
}

.badge-danger {
color: #a94442 !important;
background-color: #f2dede;
}

.badge-success {
color: #3c763d !important;
background-color: #dff0d8;
}

.badge-info {
color: #31708f !important;
background-color: #d9edf7;
}

.badge-warning {
color: #8a6d3b !important;
background-color: #fcf8e3;
}

.strike {
display: block;
overflow: hidden;
white-space: nowrap;
color: #7A5DC7;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}

.strike > span {
position: relative;
display: inline-block;
}

.footer-select {
height: 30px;
font-size: 14px;
padding-top: 4px;
position: absolute;
margin-left: 8px;
display: inline-block;
width: 75px;
}

.strike > span:before,
.strike > span:after {
content: "";
position: absolute;
top: 50%;
width: 9999px;
height: 1px;
background: #C2C2C2;
}

.strike > span:before {
right: 100%;
margin-right: 15px;
}

.strike > span:after {
left: 100%;
margin-left: 15px;
}

.timepicker .btn-link{
padding: 1px;
}

.timepicker .glyphicon-chevron-down{
margin-top: 4px;
}

.popover{
border-radius: 0px;
}

.popover-content{
font-weight: normal;
color: #212321;
}

/*
Defaults
*/

.artsoft-border {
    border-style: solid !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px;
    margin-bottom: 0px;
    -webkit-border-image: -webkit-linear-gradient(to right, #782876 0%, #C7231F 50%, #FF7D0A 100%);
    -moz-border-image: -moz-linear-gradient(to right, #782876 0%, #C7231F 50%, #FF7D0A 100%);
    -o-border-image: -o-linear-gradient(to right, #782876 0%, #C7231F 50%, #FF7D0A 100%);
    border-image: linear-gradient(to right, #782876 0%, #C7231F 50%, #FF7D0A 100%);
    border-image-slice: 1;
}

.navbar-default {
    background: #7A5DC7;
    color: #FAFAFA;
    border-color: #dddddd;
}

.navbar-default .navbar-brand {
    color: #FAFAFA;
    padding: 10px 20px
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #EEEEEE;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #EEEEEE;
    background-color: #212321;
}

.navbar-fixed-top{
    position: fixed !important;
}

.badgeSidebar:hover{
    background: #7A5DC7;
    color: #fff;
}

.nav-sidebar{
    top: 60px;
    background-color: #FAFAFA;
    color: #212321;
    border-color: #C2C2C2;
}

.nav-sidebar > .col-md-12 > .nav-pills > li > a{
    border-radius: 0px;
    cursor: pointer;
}

.nav-sidebar > .col-md-12 > modleftmenu > .nav-pills > li > a{
    border-radius: 0px;
    cursor: pointer;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #7A5DC7;
}

.list-group-item:first-child{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item{
    color: #212321;
}

.main-wrapper-container{
    top: 65px;
    transition: all 0.5s ease;
}

.panel-default, .panel-heading{
    border-radius: 0px !important;
    border-color: #C2C2C2;
}

.panel-title{
    margin: -10px -15px;
}

.panel-title:hover{
    background: #eeeeee;
}

.panel-title > a{
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}

.thumbnail, .dropdown-menu, .img-thumbnail, .modal-content{
    border-radius: 0px;
}

.modal-body{
    padding: 15px;
}

.modal-footer{
    padding: 10px 15px 10px;
}

.dropdown-menu{
    z-index: 999999;
}

.badge{
    padding: 6px 8px;
    color: #212321;
    border-radius: 2px;
}

.show-toggled {
    display: none !important;
}

@media (min-width: 768px){
    .main-wrapper.toggled .nav-sidebar {
        width: 50px;
    }

    .main-wrapper.toggled .hide-toggled{
        display: none;
    }

    .main-wrapper.toggled .show-toggled{
        display: inline !important;
    }

    .main-wrapper.toggled .main-wrapper-container {
        margin-left: 50px;
        width: calc(100% - 50px);
    }
}

@media (max-width: 768px){
    .main-wrapper.toggled{
        padding-left: 175px;
    }

    .main-wrapper .main-wrapper-container {
        margin-left: 50px;
        width: calc(100% - 50px);
    }

    .nav-sidebar {
        width: 50px;
    }

    .main-wrapper .hide-toggled{
        display: none;
    }

    .main-wrapper .show-toggled{
        display: inline !important;
    }

    .main-wrapper.toggled .hide-toggled{
        display: inline;
    }

    .main-wrapper.toggled .show-toggled{
        display: none !important;
    }
}

/*
    SFO
*/

.FaturacaoModelResult {
    padding: 5px;
}

.FaturacaoModelResult:hover, .FaturacaoModelResult:focus{
    background-color: #ececec;
}

.google-map {
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

.__gcp_dialog_background_cls{
    z-index: 1100 !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

.__gcp_dialog_container_cls{
    padding: 15px !important;
}

.ter-image{
    height: 55px;
    width: 55px;
    border: 1px solid #C2C2C2;
    margin-right: 10px;
}


/*
    Loading
*/

.spinner {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #212321;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }
    20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* Gantt */
.gantt-button {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 9px;
    font-family: Consolas;
}

.gantt-row input {
    text-align: center;
    background-color: transparent;
    border: none;
}

.gantt-row:focus {
    outline: none;
}

.scalesHoliday {
    background-color: #B3CF6F !important;
}

.scalesUnav {
    background-color: #c284fb !important;
}

.scaleWarning {
    background-color: #ecc13f !important;
    color: #000 !important;
}

.scaleError {
    background-color: #ce2f2f !important;
    color: #FFF !important;
}

.pager li > a, .pager li > span {
    padding: 4px 15px;
    background-color: #7A5DC7;
    border: 1px solid #314091;
    border-radius: 0px;
    color: #fff;
}

.pager li > a:hover, .pager li > a:focus {
    background-color: #314091;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #fff;
    background-color: #7A5DC7;
    opacity: .65;
    pointer-events: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #7A5DC7;
    border-color: #7A5DC7
}

.dashboardSeparator{
    border-top: 1px solid #dddddd;
    padding: 8px;
    border-bottom: 1px solid #dddddd;
    color: #7A5DC7;
    text-transform: uppercase;
    background: whitesmoke;
    margin-top: 15px;
    margin-bottom: 5px;
}

.dashboardWell{
    border: 1px solid #dddddd;
    background-color: rgba(63, 81, 181, 0.09);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .02);
    border-radius: 0;
    cursor: pointer;
    color: #555;
}

.dashboardWell:hover{
    background-color: rgba(63, 81, 181, 0.19);
}

.code-warning{
    padding: 2px 4px;
    color: #c37400;
    background-color: #f7f3f0;
    border-radius: 4px;
}

.disable-timer input {
    color: #212321;
    cursor: default;
    background-color: rgb(235, 235, 228);
    pointer-events: none;
}

.disable-timer a {
    pointer-events: none;
    opacity: 0.5;
}

.menu {
  width: 120px;
  z-index: 9999;
  background: red;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
}

.gantt-row-desc {
    max-width: 270px;
    line-height: 40px;
    padding: 0px 6px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gantt-row-label {
    color: #7A5DC7;
    text-transform: uppercase;
    font-weight: bold;
}

.switch {
    position: absolute;
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
    width: 44px;
    height: 23.5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.recover-pass-label {
    color: #7A5DC7;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 5px;
}

.recover-pass-label:hover {
    color: #7082e3;
    cursor: pointer;
    text-decoration: underline;
}

input:checked + .slider {
    background-color: #7A5DC7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #7A5DC7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
}

.remove {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: red;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7;
}
.remove:hover,
.remove:focus {
    color: red;
    text-decoration: none;
    filter: alpha(opacity=90);
    opacity: .9;
}

button.remove {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.file-row {
    display: flex;
    justify-content: space-between;
}

.file-row > div {
    padding-left: 20px;
    padding-top: 5px;
    width: 100%;
}

.file-row > div > div {
    padding-top: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}

.file-row > div > div > textarea {
    margin-left: 5px;
    width: 50%;
    resize: vertical;
}

.selected-row {
    background-color: #e6f7ff !important;
}

.disabled-area {
    pointer-events: none;
    opacity: 0.5;
}
