@import url('https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,500,600,700,800&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

body{
	font-family: 'Exo 2', "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#555;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
}

.skin-blue .sidebar-menu>li.header {
    color: #FFF;
	font-weight:600;
    background: #1a2226;
}
.code {
	font-family: 'Courier New', sans-serif;
	font-size:120%;
	letter-spacing:1px;
    background: #e3e3e3;
    padding: 4px;    
}

.nav > li > a {
    color: #dee5f0;
    font-weight: 400;
    padding: 20px 8px 20px 8px;
}

.btn {
	margin-bottom:2px;
	margin-bottom:2px;
}

.header {
	text-transform:uppercase;
}

.assignments-label {
	margin-right:5px;
	font-weight: 100;
	font-size:11px;
    display: inline-block;
}

.nav .label, .ibox .label {
    font-size: 11px;
}

.mbe-0 {
    margin-block-end: 0em;
}

.p-md {
    padding: 20px 20px 15px 20px;
}

.form-control, .single-line {
    padding: 6px 6px;
}

.ibox-title {
    min-height: 53px;
}

.ibox-title h5 {
    font-size: 20px;
    font-weight: 400;
}

label {
    font-weight: 600;
    font-size: 15px;
}

.hidden-border {
    border:none;
}

.table-publishers table thead th, .table-publishers  table tbody tr td{
    white-space: normal;
}  

.table-publishers table thead th, .table-publishers  table tbody tr td a{
    white-space: nowrap;
} 

@media (max-width: 768px) {
    .table-publishers  table tbody tr td a{
        white-space: normal;
    } 
}

/* .table-publishers .DTFC_LeftHeadWrapper, .table-publishers .DTFC_LeftBodyWrapper {
    left: -21px;
}

.table-publishers .DTFC_ScrollWrapper {
    margin-left: 22px;
}
 */

.table-reports table thead th, .table-reports  table tbody tr td{
    white-space: nowrap;
}

.table-publisher-reports table thead th, .table-publisher-reports  table tbody tr td{
    white-space: nowrap;
}

.table-passed-reports table thead th, .table-passed-reports  table tbody tr td{
    white-space: nowrap;
    text-align: center;
}
.table-passed-reports table thead th:first-child, .table-passed-reports  table tbody tr td:first-child{
    text-align: left;
}

.table-hover > tbody > tr:hover {
  background-color: #c6fff3
}


.ws-normal {
    white-space: normal;
}

/* отключаем показ поиска и кол-ва строк в DataTable */
.dataTables_length, .dataTables_filter {
	display:none;
}

.loader {
	width:100%;
	text-align:center;
}

ul li.header {
    color: #FFF;
    font-weight: bold;
    background: #334758;
	padding: 10px;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 350px;
    margin-bottom: 5px;
}

.toast-top-center {
    top: 10px;
	margin-bottom:10px;
}
.toast-message {
	padding-top:3px;
}

.toast-success {
    background-color: #1ab394;
}

.hidden {
	display:none;
}

.form-horizontal .control-label2 {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

.select-inline {
	display:inline-block;
}

.c3-xgrid-line.grid4 line {
    stroke: black;
}

.chart {
	min-height:300px;
}

.spiner-chart {
    height: 300px;
    padding-top: 130px;
}

.table-bordered thead tr th {
	vertical-align: middle;
    font-weight: 600;
}

.reports-td {
	padding:0px;
}


.table-month{
	vertical-align: middle;
    width: 130px;
}

.form-control-reports {
	text-align:center;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 3px 6px;
    width: 100%;	
    min-width: 45px;
}
.form-control-reports-hours {
	text-align:center;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 3px 6px;
}

.pull-right {
    margin-left: 5px;
}

.report-remarks {
	text-align:left;
	font-size:80%;
	/*width: 300px;*/
}

.remarks {
	font-size:80%;
    text-align: left;
    display: inline-block;
}

.remarks2 {
    font-size:80%;
    text-align: left;
    display: inline-block;
    width: calc(100% - 164px);
}

.remarks3 {
    font-size:80%;
    text-align: left;
    display: inline-block;
    width: calc(100% - 160px);
}

.checkbox-ap {
    width:150px;
    display: inline-block;
}
.checkbox-ap > label {
    font-weight: 400;
    font-size: 90%;
}

.reports-table .total-cell{
	text-align:center;
	font-weight:600;
	padding:4px 6px;
}

.inline-block {
	display: inline-block;
}

.table-label {
	font-size: 90%;
	padding: 0px 5px;
    font-weight: 400;
}

.remarks-credit .form-control-reports{
    width: 50px;
    display: inline-block;
    text-align: left;
}

.p-md2 {
	padding: 25px 25px 0px 25px;
}
@media (max-width: 768px) {
    .p-md2 {
        padding: 25px;
    }
}

.choose-month-select {
    width: fit-content;
    display: inline-block;
    margin-bottom: -3px;
    height: auto;
    padding: 3px 2px;
    margin-top: -4px; 
}

@media (min-width: 1200px) {

}

.logo-element > i{
	color:#1AB394;
    font-size: 140%;
    position: absolute;
}
.logo-element > span{
	margin-left: 30px;
}


/* JW-REPORT */
.jw-report .items {
  list-style-type: none;
  padding-left: 0px;	
}

.jw-report .item-title, .jw-report .item-value{
  font-size: 16px;
}
.jw-report .item-value{
  padding-left: 0px
}

/* MATERIAL DESIGN COLORS */
.color-C62828 {
	color:#C62828;
}



/*  MENU */

body.mini-navbar #page-wrapper {
    margin: 0 0 0 120px;
}

body.mini-navbar .navbar-static-side {
    width: 120px;
}

@media (min-width: 769px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 120px;
    min-height: 2002px;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 120px;
  }  
}

.admin-menu .item {
    text-align: center;	
}
.admin-menu .item > i{
    font-size: 230%;
    display: block;
    margin-bottom: 10px;
}

.admin-menu .active .item > i{
    color:#1AB394;
}
.admin-menu .item > span {
    font-size: 110%;
}

/* REPORTS */
.reports #filter {
    padding: 0px 0px 5px 0px;
}


.dropdown-export {
    left: auto;
    top: 37px;
    right: 15px;
    width: fit-content;
}


.alignc {
  text-align: center;
}
.alignl {
  text-align: left;
}
.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}

#data_4 {
    margin-bottom: 15px;
}

#download_btn {
    display: none;
}

.require-symbols-block {
    display: none;
    padding: 15px 0px;
    font-size: 12px;
}

.reg-require-symbols-block {
    display: none;
    padding: 15px 0px 0px 15px;
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
}

.DTFC_LeftHeadWrapper {
    z-index: 99;
    margin-top: 16px;
}

.DTFC_LeftBodyWrapper {
    background-color: #FFF;
    margin-top: -14px;
}

.dataTables_scrollHead {
    margin-top: -16px;
}

.dataTables_scrollHeadInner {
    position: relative;
    margin-top: 22px;
}

table.table.table-small-font.table-bordered.dataTable.no-footer.DTFC_Cloned {
    background-color: #FFF;
}

.odd {
    min-height: 28px;
}

.odd > td > a {
    white-space: nowrap;
}

.btn-pc-version {
    /*display: none;*/
}
#found_user_form {
    display: none;
}

.fa-click {
    cursor: pointer;
}

.tabs-container .nav > li > a {
    color: #424242;
    padding: 7px 15px 7px 15px;
}

.groups-reports-table tbody tr td{  
    line-height: 1;
}

@media (min-width: 992px) {
    .btn-pc-version {
        display: none;
    }
}

@media (max-width: 768px) {
    section.content {
        margin: -10px -15px;
    }

    .btn-pc-version {
        display: block;
    }

    .version-info {
        display: none;
    }


    .page-heading {
        display: block;
        padding: 0 0px 2px 0px;
        margin-top: -10px;
    }   

    .tabs-container .panel-body {
        padding: 10px;
    }

    .panel-body {
        padding: 10px;
    }

    .p-md {
        padding: 11px 10px;
    }

    .ibox {
        margin-bottom: 15px;
    }

    .form-group {
        text-align: left;
    }     

    .publishers #filter {
        margin: -15px;
    }

    .tabs-container .nav-tabs > li {
        margin-bottom: -2px;
    }    
}



/* 


table th:nth-child(3), td:nth-child(3) {
  display: none;
} */














