.clock-container div input,.clock-container div textarea{
	width: 99%;
}
.title_pop_up  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title_pop_up div {
	width:50%;
}
.title_pop_up div:first-child {
	margin-right: 15px;	
}

.title_pop_up div:last-child {
	margin-left: 15px;	
}

.title_pop_up > div > span, .button_name_text span {
	line-height: 30px;
}
.title_pop_up > div > textarea {
	resize: none;
}
.submit-container input {
	outline: none;
	-webkit-appearance:none;
	color:white;
	background: #008ec2;
	border-color:#006799;
	box-shadow: 0 1px 0 #006799;
	border:none;
	line-height: 30px;
	width: 100%;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.submit-container input:hover {
	    background: #008ec2;
    border-color: #006799;
    color: #fff;
    cursor: pointer;
}
.submit-container {
	float: right;
	padding-top: 20px;
	width: 250px;
}
.success-db {
	line-height: 30px;
    font-size: 20px;
    color: white;
    background: #1bae32;
    width: 100%;
    text-align: center;
}
.error-db {
	line-height: 30px;
	font-size: 20px;
	color:white;
	background:#a00;
	width:100%;
	text-align: center;
}
.example_short{
	margin-top: 20px;
	font-weight: bold;
	cursor: initial;
	display: block;
}

.billing-tab {
    background: graytext;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 0px 0;
    cursor: pointer;
    font-size: 16px;
/*    transition: 0.15s ease-out 0.15s;*/
}
.billing-tab.tab-1 {
    background-color: #d6121280;
}
.billing-tab.tab-2 {
    background-color: #00800080;
}
.billing-tab.tab-1.tab-active {
    background-color: #d61212;
}
.billing-tab.tab-2.tab-active {
/*    background-color: #191e23;*/
    background-color: #008000;
}
.billing-tab.tab-1:hover {
    background-color: #d61212;
}
.billing-tab.tab-2:hover {
/*    background-color: #191e23;*/
    background-color: #008000;
/*    color: #00b9eb;*/
    color: #fff;
}
.billing-tab-content .submit-container {
    float: none;
    text-align: center;
}
.billing-tab-content.hiden {
    display: none;
}
.billing-tab-content button.save-house {
    color: #fff;
    background: #191e23;
    outline: 0;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
}
.billing-tab-content button#type-1.save-house {
	background: #d61212;
}
.billing-tab-content button#type-2.save-house {
	background: #008000;
}
.billing-tab-content button.save-house:hover {
    opacity: 0.8;
}
.cabinet-z {
    padding: 15px;
}
.cabinet-z__title {
    font-size: 20px;
/*    text-align: center;*/
    padding-bottom: 15px;
}
.cabinet-z__title_h1 {
    font-size: 14px;
}
#content .cabinet-z__title_h1 a {
/*    text-decoration: underline !important;*/
    color: #441c1c;
}
#content .cabinet-z__title_h1 a:hover {
    color: #000;
}
#content h2.cabinet-z__title_h2 {
    color: black;
    padding: 15px 0;
    font-size: 16px;
}
.cabinet-z .date-picker {
    min-height: 210px;
}
.billing-tab-content.tab-1 .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background-color: #d61212;
}
.billing-tab-content.tab-2 .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background-color: #008000;
}
.cabinet-z-exit {
/*    margin: 35px 0 10px 92px;*/
    margin: 35px 0 10px 85px;
}
.cabinet-z-exit a.recall-button {
    background: #000;
    padding: 5px 10px;
    font-size: 12px;
}
.cabinet-z-exit a.recall-button:hover {
    background: #000;
    opacity: 0.8;
}
.button-select-all {
    padding: 5px;
    background: #007fff;
    width: 100px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 15px 0 0 70px;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*.billing-tab.tab-2 {
    display: none !important;
}*/
.wrap-user_login_last_time {
    padding: 45px 0 0 0;
}
.user_login_last_time-title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    padding: 0 0 5px 0;
}
.user_login_last_time {
    display: table-row;
    padding-bottom: 5px;
}
.user_login_last_time div, .user_login_last_time a {
    padding: 0 2px 5px;
    display: table-cell;
    text-decoration: none;
}
.kurs-title {
    color: #23282d;
    font-size: 1.3em;
    margin: 1em 0;
    display: block;
    font-weight: 600;
}
.kurs-save-button {
    color: #fff;
    background: #191e23;
    outline: 0;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}