html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.container_kroks
{
	width: auto;
	margin: 70px auto 0 auto;
	padding: 0 25px;
}

.worktime_table{
	width: 100%;
}
.worktime_table td:first-child {
    width: 15%;
    text-align: right;
	vertical-align: top;
}

.worktime_table td:nth-child(2){
	width: auto;
}

.worktime_table td:nth-child(3){
	width: 4%;
	vertical-align: middle;
	text-align: left;
	
}

.worktime_table td:nth-child(4){
	width: auto;
	vertical-align: top;
}

.timepicker{
	margin: 0 1em;
	width: 90%;
	height: 100%;
}

.worktime_forms_wrap
{
	margin-bottom: 2.5em;
}

#worktimeform-addtime
{
	padding: 0 1em;
}

.table-mcs tr:hover
{
	background-color: #F9F9F0;
}

.form-mcs
{
	max-width: 800px;
	margin-bottom: 30px;
	padding: 0 30px;
}

.form_reports, .form_worktime
{
	display: none;
}

.form_departments
{
	display: none;
}

.edit_report_string, .edit_name
{
	border-bottom: dashed 1px #000000;
	display: inline-block;
}

.table_sick
{
	width: 100%;
		display: table;
}

.table_sick td
{
	border: 1px solid #e0e0e0 ;
	height: 60px;
	vertical-align: top;
	width: 14%;
}

.date
{
	display: inline-block;
	margin: 5px 0;
}

.week_day
{
	margin-top: 5px;
	margin-left: 5px;
	font-size: 10px;
}

a .pay.red
{
	color: red;
}

#table_header {
	width: 100%;
	position: fixed;
    display: none;
    background: white;
	top: 50px;
	padding-top: 15px;
	height: 105px;
}

.table_worksheet{
	width: 100%;
}

.table_worksheet td
{
	border: 1px solid #e0e0e0 ;
	border-collapse: collapse;
}

.table_worksheet td.hover{
	background-color: #F9F9F0;
}

.table_worksheet th{
	border: 1px solid #e0e0e0 ;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
}

.table_worksheet td.center{
	text-align: center;
	font-weight: bold;
}

.table_worksheet td.day_off{
	background-color: #CEF6E3;
}

.table_worksheet td.content{
	padding: 5px;
}

.table_worksheet th.month_day, .table_worksheet td.month_day{
	cursor: pointer;
	width: 40px;
}

.table_worksheet td.state_holiday{
	background-color: #ffcc00;
}
.table_worksheet td.today{
	border: 3px solid #2E9AFE;
}

.worksheet_mark {
	cursor: pointer;
}
.worksheet_mark.here{
	font-size: 20px;
	font-weight: bold;
	color: #298A08;
}

.worksheet_mark.one {
	margin-left: 20px;
	font-size: 30px;
}

.worksheet_mark.lack{
	margin-left: 20px;
}

tfoot{
	background-color: #E0F8F7;
}

.worksheets_for_edit{
	display: none;
}
.modal-dialog { 
	/*width : 980px ;*/
}

.week_day_rus{
	font-weight: normal;
	font-size: 12px;
	display: block;
}

.modal_holiday_error{
	
}

.clickable {
    cursor: pointer;
}

.block_wrap{
	margin-bottom: 15px;
}

.null{
	clear: both;
}

.grid-view{
	/*overflow-x: scroll;*/
}

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}
.ui-monthpicker {
  margin-top: 18px;
}
.ui-monthpicker .ui-datepicker-month {
  display: none;
}
.ui-monthpicker td span {
  padding: 5px;
  cursor: pointer;
  text-align: center;
}
