/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');*/

body {
    font-family: 'Roboto-Condensed';
    padding-top: 70px;
}

.navbar-brand {
    padding: 1px 6px;
}

.navbar-brand img {
    height: 75%;
    position: relative;
    top: 5px;
    left: 10px;
}

.container {
    width: 100% !important;
}

.centered {
    text-align: center;
}

.centered-bold {
    text-align: center;
    font-weight: 700;
}

.auth .header {
	text-align: center;
}

.auth .form-auth .login {

}

.auth .form-auth .passwd {

}

.auth .form-auth label {
	display: block;
	text-align: center;
}

.auth .form-auth input[type="submit"] {
	margin-top: 5px;
	float: right;
}

/*
	Menu
*/
.header {
	padding-top: 7px;
}

.header h2 {
	text-transform: uppercase;
	margin: 0px;
}

.header .user {
	text-align: right;
}

.header .user button {
	/*padding: 5px;*/
    text-transform: uppercase;
}

.header .user span {
	font-size: 16px;
}

.menu {
	padding: 1px;
}

.menu .element {
	padding-left: 0px;
}

.menu .element a {
	display: block;
    text-align: center;
    padding: 1px;
    color: #fff;
    font-size: 14px;
    background: #489dd0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.8;
    transition: all ease 0.5s;
}

.menu .element a:hover {
	opacity: 1;
}

.user .quit {
	padding: 0px 10px;
	transition: all ease 0.5s;
}

/*
	Reestr
*/

.reestr .newbase a {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: #489dd0;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8;
    transition: all ease 0.5s;
}

.reestr .newbase a:hover {
	opacity: 1;
}

.reestr .reestr-table {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.reestr .reestr-table th {
	text-align: center;
}

.paginator a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #c0c0c0;
    width: 64px;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #4936ea;
    margin-left: 2px;
}

.paginator .current-page {
	text-decoration: none;
    display: inline-block;
    border: 1px solid #c0c0c0;
    width: 52px;
    font-size: 18px;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-left: 2px;
}

/*
    Button icons on cashbox
*/
.getIncomes {
    text-transform: uppercase;
    font-size: 10px;
    /*border: 1px inset #444;*/
}

.changeTypeCashbox, .getIncomes {
    padding: 0;
    margin: 0;
}

.type-change-form label {
    margin-bottom: 0px;
}

/*
    Modalbox
*/
.layout {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #444;
    opacity: 0.7;
}

.modalbox {
    display: none;
    position: fixed;
    top: 55px;
    z-index: 1;
    left: 0px;
    width: 80%;
    margin: 0 auto;
}

.modalbox-content {
    background: #fff;
    margin: 0 auto;
    height: 600px;
    z-index: 1;
    border: 1px solid #444;
    border-radius: 3px;
    margin-left: 25%;
    overflow-y: scroll;
}
/*
    Cashbox table
*/
.cashboxes-table th, .cashboxes-table td {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.table-expensions tr:first-child, .table-expensions tr:first-child th, .fields-bold, .fields-bold th, .fields-bold td {
    border: 2px solid #000;
}

.table-expensions tr td, .table-expensions tr th {
    white-space: nowrap;
    padding: 2px !important;
    font-size: 10px !important;
}

.table-expensions tr td {
    text-align: right;
}

/*
    New budget month
*/
.budget .submit input[type="submit"] {
    margin-top: 15px;
}

.red-text {
    color: #ff0000;
}

.green-text {
    color: #009600;
}

/*
    Salaryes
*/
.salaryes-operations-table, .salaryes-operations-table tr, .salaryes-operations-table th, .salaryes-operations-table td {
    border: 1px solid #000 !important;
}

.salaryes-operations-table th, .salaryes-operations-table td {
    font-size: 11px;
    min-width: 50px;
}

.table-transactions-salaryes, .table-transactions-salaryes tr, .table-transactions-salaryes th, .table-transactions-salaryes td {
    border: 1px solid #000 !important;
}

/*
    Schedule
*/
.employee_table_item {
    white-space: nowrap;
}

.schedule-table, .schedule-table tr, .schedule-table th, .schedule-table td {
    border: 1px solid #000;
}

/*
    Salary
*/
.table-salary, .table-salary tr, .table-salary tr th, .table-salary tr td {
    border: 1px solid #000 !important;
}

.salaryes-operations-table tr:nth-child(even) {
    background: #e4e4e4;
}


/*
    Fixed table
*/
/*.fixed-data-top th {
    vertical-align: top;
    text-align: center;
    position: sticky;
    top: 0;
    background: #fff;
    border: none;
    min-height: 2em;
}
*/
div#table-header {
    vertical-align: top;
    text-align: center;
    position: sticky;
    top: 0;
    background: #fff;
    border: none;
    height: 69px;
    min-height: 2em;
    width: fit-content;
    z-index: 5;
}

div#table-header thead {
    background: #fff;
}

table.table-salary:not(.fixed) {
    position: relative;
    /*top: -115px;*/
}

table.table-salary.fixed th {
    background: #fff;
}

table tr.top-fixed th {
    vertical-align: top;
    position: sticky;
    top: 49px;
    background: #fff;
    border: none;
    width: fit-content;
    /*z-index: 5;*/
}

.company-analytics th, .company-analytics td {
    text-align: center;
}

.company-analytics thead {
    background: #002984bd;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.company-analytics tr th {
    background: #6f5303a8;
    color: #fff;
    font-size: 14px;
}

.company-analytics tr td.nachisleno {
    background: #ca0000bd;
    color: #fff;
    font-size: 14px;
}

.company-analytics tr td.oplacheno {
    background: #037501;
    color: #fff;
    font-size: 14px;
}

