/* roboto-regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff2') format('woff2');
}

/* roboto-medium */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.woff2') format('woff2');
}

/* roboto-bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.woff2') format('woff2');
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding: 0 0 0px;
    z-index: 2;
    position: relative;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.btn-close {
    width: 30px;
    font-size: 20px;
    margin: 0;
    height: 28px;
    padding: 0;
}

.header{
    z-index: 5;
}
.panel.panel-default>.panel-heading, .panel>.panel-heading {
    background-color: #009688;
    color: white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

table .form-group {
    padding-bottom: 0px;
    margin: 0px 0 0 0;
}

h1{
    margin-top: 0px;
}

.page{
    z-index: 997;
}

.dp20{
    height: 20px;
    width: 20px;
    font-size: 18px;
}

.dp36{
    font-size: 36px;
}

.navbar-brand{
    font-size: 24px;
    overflow-style: marquee;
}
.accent-report{
	font-weight: bold;
	background-color: beige;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 5px solid #ff5722 !important;
    color: #ff5722 !important;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    text-transform: uppercase;
    color: #009688 !important;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 15px;
}

.btn i, .nav-tabs i{
    width: 20px;
    height: 20px;
    font-size: 18px;
}

#baggage-bsm_msg{
    font-size: 10px;
    font-family: monospace;
}

.form-group.has-error .help-block{
    display: block;
}

.form-group {
    padding-bottom: 7px;
    margin: 5px 0 0 0;
}

a[href^="http"]:empty::before {
  content: attr(href);
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#loadingBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}

.panel-heading h3 i{
    font-size: 16px;
}

#monitor-bsm-log{
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

#monitor-sync-log{
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.utils{
    font-size: 40px;
}

@media (min-width:640px) {
  .header{
    z-index: 5;
   }

}

@media (max-width: 640px) {
    .pages{
        padding: 0px;
    }
    .well{
        padding: 16px !important;
    }
    /*body{*/
        /*padding-top: 20px;*/
    /*}*/

    h1, .dp36{
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .navbar-brand{
        font-size: 18px;
    }
}

.line {
    stroke: #ff5722;
    stroke-width: 2;
    fill: none;
}

.area {
    stroke: none;
    fill: #ff5722;
    fill-opacity: 0.2;
}

.editable-link {
    color: #428bca;
    background: none;
    border: none;
    margin: 0;
    padding: 2px 1px;
    text-decoration: none;
    cursor: pointer;
    /*border-bottom: 1px dashed;*/
}
.num-input{
	width: 40px;
    height: 34px;
    text-align: center;
}
.td-long{
	width:90%;
}
.td-long-double{
	width:95%;
}

.select2-highlight {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}

.dropdown-menu li {
    overflow: inherit;
}
.plus {
    color: green;
}
.minus {
    color: red;
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .navbar .navbar-nav > li > a {
        padding: 20px 10px;
        font-size: 12px;
    }
}

.material-icons {
    width: auto;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.datetimepicker,
.datepicker {
    /*transform: translateY(40px);*/
}

.delete-icon {
    background: url('/images/delete-icon.png') no-repeat center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    float: right;
    margin: 8px 10px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-size: 17px;
}
.delete-icon.active {
    background: url('/images/delete-icon-active.png') no-repeat center;
    background-size: 40px 40px;
    cursor: pointer;
}

.block {
    display: none;
    position: fixed;
    height: 100vh;
    z-index: 200000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.full-load .block {
    display: block;
}


.sk-circle {
    margin: 100px auto;
    top: calc(50vh - 100px);
    width: 60px;
    height: 60px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

.k-link:not(.k-state-disabled):hover>.k-i-arrow-e{
    background-position: 0 -16px !important;
}

.k-link:not(.k-state-disabled):hover>.k-i-arrow-w{
    background-position: 0 -48px !important;
}

.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
    color: #009688 !important;
}


.sidenav {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.5s;
    padding-top: 10px;
    color: #009688;
    -webkit-box-shadow: 7px 0px 20px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 0px 20px -7px rgba(0,0,0,0.75);
    box-shadow: 7px 0px 20px -7px rgba(0,0,0,0.75);
    overflow: hidden;
}
.sidenav-scrollable{
    height: calc(100% - 40px);
    width: calc(100% + 20px);
    overflow-x: hidden;
    overflow-y: auto;
}
.sidenav-scrollable::-webkit-scrollbar {
    display: none;
}

.sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s
}

.sidenav a i {
    padding-right: 13px;
}
.sidenav a svg {
    padding-right: 13px;
    vertical-align: top;
}

.sidenav .sidenav-item a i {
    padding-right: 16px;
}

.sidenav-group-item{
    width: 330px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.5s;
}

.sidenav-group-item a{
    padding-left: 13px;
}

.sidenav-item, .clickable-header{
    cursor:pointer;
}

.sidenav-item:hover, .sidenav-group-header.clickable-header:hover, .sidenav-header:hover{
    color: rgba(70, 70, 70, 0.84);
}

.sidenav-item i{
    width: 39px;
    text-align: center;
    display: inline-block;
}

.sidenav-group-header, .sidenav-header{
    display: block;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
}

.sidenav hr{
    margin-bottom: 10px;
    margin-top: 10px;
    border-color: #e8e8e8;
}

.sidenav-group-header.active{
    color: white;
    background-color: #009688;
}

.sidenav-item.active{
    color: #ff5b10;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
#main-container{
    margin-left: 50px;
}
.dp25{
    font-size: 25px;
}
.fade-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(140, 140, 140, 0.35);
    cursor: pointer;
}

@media print {
    #sidenav{
        display: none !important;
    }
    #main-container {
        margin-left: 0px;
    }
    #filter-form{
        display: none;
    }
    a.report_btn{
        display: none;
    }
    footer{
        display: none;
    }


    .table-fixed tbody {
        display:table-row-group !important;
        height: initial !important;
        overflow: initial !important;
    }
    .table-fixed thead, .table-fixed tbody tr {
        table-layout: initial !important;
        width: auto !important;
    }

    .table-fixed thead{
        display: table-header-group !important;
    }

    .table-fixed tbody tr{
        display: table-row !important;
    }

    .table-fixed thead {
        width: auto !important;
    }

    .report-buttons{
        display: none;
    }
    .hide-on-print{
        display: none !important;
    }
}
span.required-asterisk{
    color: #bd301d !important;
}
.gantt-icon {
    background: url('/images/gantt-icon.png') no-repeat center;
    background-size: 25px 25px;
    width: 25px;
    height: 40px;
}
.gantt-icon-unactive {
    background-image: url('/images/gantt-icon-unactive.png');
}
.gantt-icon-active {
    background-image: url('/images/gantt-icon.png');
}
.grid-icon {
    background: url('/images/grid-icon.png') no-repeat center;
    background-size: 25px 25px;
    width: 25px;
    height: 40px;
}
.grid-icon-unactive {
    background-image: url('/images/grid-icon-unactive.png');
}
.grid-icon-active {
    background-image: url('/images/grid-icon.png');
}
.icon-unactive{
    color: lightgray;
}
.gantt-icon.race {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px;
}
.no-word-wrap {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*.custom-form-control {*/
    /*padding: 5px;*/
    /*border-radius: 6px;*/
    /*border: 1px solid #ccc;*/
    /*width: 100%;*/
/*}*/

.custom-form-control {
    padding: 3px 3px 3px 8px;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    width: 100%;
}

.modal {
    padding-right: 0 !important;
}
.notify-count-wrapper {
    position: absolute;
    color: white;
    top: 2px;
    left: 29px;
    background: #f39c12;
    width: 20px;
    height: 14px;
    border-radius: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
}

.sidenav-group-item{
    position: relative;
}


.alert{
    position: fixed;
    right: 20px;
    z-index: 10000;
    width: 540px;
}

.fixed-head {
    position: fixed;
    left: 65px;
    top: 0;
    right: 15px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.44);
}

.field-report-employees_position label {
    display: none;
}

.report-data-table {
    width: 100%;
}
.report-data-table td {
    padding: 5px;
}

.report-index .b-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.report-data-table .even {
    background: #E7E7E7;
}
.kv-plugin-loading{
    background: url('/loading_spinner.gif') no-repeat left;
    background-size: cover;
    width: 32px;
    height: 32px;
}
.kv-center-loading{
    background: url('/loading_spinner.gif') no-repeat left;
    background-size: cover;
    width: 64px;
    height: 64px;
}
.loading {
    background: url('/loading_spinner.gif') no-repeat center;
    text-align: center;
    width: 100%;
    height: 64px;
}

#tabset .k-overflow-container .k-primary, #tabset .k-primary {
    border-color: #4caf50;
    background-color: #4caf50;
}
#tabset .k-button.k-button-icontext.k-grid-add {
    border-color: #4caf50;
    background-color: #4caf50;
}
#tabset .k-button.k-button-icontext.k-grid-add:hover,
#tabset .k-overflow-container .k-primary:hover,
#tabset .k-primary:hover {
    border-color: #59b75c;
    background-color: #59b75c;
}
#tabset .k-button.k-button-icontext.k-grid-add span {
    background-position: -48px -64px;
}
#tabset .k-icon.k-i-update {
    background-position: -48px -32px;
}
/*
#tabset .k-button.k-button-icontext.k-grid-add:hover {
}*/
.k-list-container .k-list>.k-state-selected.k-state-focused {
    color: #418c45
}

#tabset .k-grid-add span {
    margin: 0;
}
#tabset .k-dropdown-wrap .k-select,
#tabset .k-numeric-wrap .k-select,
#tabset .k-picker-wrap .k-select
{
    width: 1.2em;
}
#tabset .k-autocomplete,
#tabset .k-dropdown-wrap,
#tabset .k-numeric-wrap,
#tabset .k-picker-wrap,
#tabset .k-textbox {
    padding-right: 1.2em;
}

.k-list-scroller .k-list li {
    border-top: 1px solid #e6e6e6!important;
}
.k-list-scroller .k-list li:first-child {
    border-top: none!important;
}

#modalWindow .k-i-close {
    background: #fff url("/images/k-close.png") 0 0 no-repeat;
    height: 18px;
    right: 1.2em;
    width: 17px;
}

.readonly > span{
    cursor: not-allowed;
}
.readonly > span > span{
    pointer-events: none;
}
.readonly > span > span > span{
    background-color: #80808017 !important;
}
span.select2.select2-container {
    width: 100% !important;
}

.fake-disabled {
    background-color: #eeeeee !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.icon-arrow-left:before { /*fix old fa arrows. example race/create datetimepicker */
    content: "«";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.icon-arrow-right:before {  /*fix old fa arrows. example race/create datetimepicker*/
    content: "»";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
