/*   
Theme Name: Новострой КПД - Шахматка
Description: CRM system
Author: MK Group
Author URI: http://mk-digital.ru/
Template: 
Version: 0.99
*/

@font-face {
    font-family: 'Segoe';
    src: url('fonts/segoe/SegoeUI.eot');
    src: url('fonts/segoe/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('fonts/segoe/SegoeUI.woff') format('woff'),
    url('fonts/segoe/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #F1F3FA;
    font-family: 'Segoe' !important;
}



.loader_hidden {
	display: none !important;
}

#cube-loader {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 999999;
}

#cube-loader .caption {
	margin: 0 auto;
}

#cube-loader .cube-loader {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
}

#cube-loader .cube-loader .cube {
	position: relative;
	transform: rotateZ(45deg);
	width: 50%;
	height: 50%;
	float: left;
	transform: scale(1.1);
}

#cube-loader .cube-loader .cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #34495e;
	animation: cube-loader 2.76s infinite linear both;
	transform-origin: 100% 100%;
}

span.error {
    margin-top: 20px;
    display: block;
    color: rgb(255, 48, 48);
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}

#cube-loader .cube-loader .loader-2 {
	transform: scale(1.1) rotateZ(90deg);
}

#cube-loader .cube-loader .loader-3 {
	transform: scale(1.1) rotateZ(180deg);
}

#cube-loader .cube-loader .loader-4 {
	transform: scale(1.1) rotateZ(270deg);
}

#cube-loader .cube-loader .loader-2:before {
	animation-delay: 0.35s;
}

#cube-loader .cube-loader .loader-3:before {
	animation-delay: 0.69s;
}

#cube-loader .cube-loader .loader-4:before {
	animation-delay: 1.04s;
}

@keyframes cube-loader {

	0%,
	10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

/* Profile container */

.profile {
    margin: 20px 0;
}

.clear {
    clear: both;
}

.entrance {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.app_item {
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 14px;
    float: right;
    text-align: center;
    padding-top: 23px;
    cursor: pointer;
    word-wrap: break-word;
}

.app_item span {
    width: 100%;
    word-wrap: break-word;
}

.app_item a {
    color: #000;
}

.app_item a:hover {
    text-decoration: none;
    color: #000;
}

.app_item:hover {
    /*    background: #F1F3FA;*/
}

.app_item:hover a {
    color: #000;
}

.floor_item {
    display: inline-block;
}

div.floor_item.floor_header {
    background: orange;
}



/* Profile sidebar */

.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    height: 100vh;
}

.single_dom {
    white-space: nowrap;
    overflow: auto;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.current_page_item {
    border-bottom: none;
}

.profile-usermenu ul li.current_page_item a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
    /*    overflow: auto;*/
}


/* хлебные крошки */

#breadcrumb {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
    margin-bottom: 10px;
}

#breadcrumb li a {
    color: #000;
    display: block;
    background: #F1F3FA;
    text-decoration: none;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-left: 20px;

}

/* ^спорная^*/

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-left: 20px;
    background-color: #d2fad2;
    border-color: #d2fad2;


}

.input_doc_hidden {
    display: none;
}

#breadcrumb li:last-child a::before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #D2FAD2;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-color: rgb(210, 250, 210);
    border-left-width: 0px;
    border-width: 17px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li:last-child a::before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li:last-child a::after {
    display: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #F1F3FA;
    border-width: 17px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #F1F3FA;
}

#breadcrumb li a:hover {
    background-color: #d8d9dc;
}

#breadcrumb li a:hover:before {
    border-color: #d8d9dc;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #d8d9dc;
}

#breadcrumb li a:active {
    background-color: #d8d9dc;
}

#breadcrumb li a:active:before {
    border-color: #d8d9dc;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #d8d9dc;
}

#breadcrumb li.current a {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.add_form input[type=text] {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    border: 0.5px solid #D5D5D5;
}

.add_form input[type=text]:active,
.add_form input[type=text]:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.add_form .btn {
    border-radius: 2px;
    background: #5b9bd3;
    color: #fff;
}

.add_form .btn:hover,
.add_form .btn:active,
.add_form .btn:focus {
    background: #68b0f0;
}







.add_form_client input[type=text]:active,
.add_form_client input[type=text]:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.add_form_client .btn {
    border-radius: 2px;
    background: #5b9bd3;
    color: #fff;
}

.add_form_client .btn:hover,
.add_form_client .btn:active,
.add_form_client .btn:focus {
    background: #68b0f0;
}




.btn-save {
    margin-top: 10px;
    border-radius: 1px;
}



.update_form_client .col-md-6,
.update_form_client .col-md-12,
.add_form_client .col-md-6,
.add_form_client .col-md-12,
.add_form .col-md-6,
.add_form .col-md-12 {
    margin-bottom: 15px;
}

.update_form_client .app_item_form input,
.add_form_client .app_item_form input,
.add_form .app_item_form input {
    margin-bottom: 0;
}


.update_form_client input[type=text] {
    padding: 10px;
    display: block;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    max-width: 410px;
    border: 0.5px solid #D5D5D5;
    height: 40px;
    width: auto;
}

.update_form_client input[type=text]:active,
.update_form_client input[type=text]:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.update_form_client .btn {
    border-radius: 2px;
    background: #5b9bd3;
    color: #fff;
}

.btn_link_mls_form {
    background: rgba(240, 104, 104, 0.77);
    border-radius: 0;
    color: #fff;
}

#link_mls_form .response {
    margin-top: 15px;
}

.update_form_client .btn:hover,
.update_form_client .btn:active,
.update_form_client .btn:focus {
    background: #68b0f0;
}


.modal-content {
    border-radius: 1px;
}

.modal-title {
    text-align: center;
    font-size: 30px;
}

.modal .app_item_form input[name="act_number"] {
    margin-top: 20px;
}

.modal .btn.btn-modal {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    margin-top: 25px;
    border-radius: 2px;
    background: #5b9bd3;
    color: #fff;
}

.modal a.btn.btn-modal {
    max-width: 185px;
}

#doc_ok .modal-body {
    text-align: center;
    font-size: 40px;
    padding: 50px;
    color: #fff;
}

#doc_ok .modal-content {
    border-radius: 1px;
    background: #86e19a;
}

#doc_ok .modal-title {
    font-size: 26px;
    color: #fff;
}

#save_pdf .modal-header, #save_pdf_house .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #5b9bd3cc;
    color: #fff;
}

#save_pdf .modal-header .close,
#doc_ok .modal-header .close,
#save_pdf_house .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
}

#present_download .btn {
    width: 100%;
    border-radius: 0;
    color: #fff;
    background: #428bca;
}

#present_download {
    width: 300px;
    margin: 0 auto;
}

#present_download input {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
}

#present_download .responce {
    text-align: center;
    margin-top: 15px;
    text-decoration: underline;
}





#save_pdf .modal-header .close:hover,
#doc_ok .modal-header .close:hover,
#save_pdf_house .modal-header .close:hover {
    opacity: 1;
}

.modal .btn.btn-modal:hover,
.modal .btn.btn-modal:active,
.modal .btn.btn-modal:focus {
    background: #4f85b4;
    color: #fff;
}

.modal .app_item_form input {
    margin-bottom: 0px;
}

.modal .col-md-6 {
    margin-bottom: 15px;
}

.app_item_form .full-input input,
.app_item_form .full-input textarea {
    min-width: 400px;
    width: 100%;
    max-width: 100%;
}



.app_item_form input {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    max-width: 410px;
    border: 0.5px solid #D5D5D5;
    height: 40px;
    width: auto;
}

.app_item_form select {
    width: 100%;
    background-color: #f2f3f8;
    border: none;
    height: 40px;
    padding-left: 15px;
    max-width: 400px;
    border-radius: 0px;
}

.app_item_form .table .input-group-addon,
.app_item_form .table .input-group-btn {
    width: 1%;
}

.input-group-addon,
.input-group-btn {
    width: auto;
}

.app_item_form input:active,
.app_item_form input:focus,
.app_item_form textarea:active,
.app_item_form textarea:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.app_item_form textarea[name="house_resolution"] {
    height: 146px;
}

.add_form .date input {
    margin-bottom: 0;
}

.app_item_form textarea {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    max-width: 400px;
    border: 0.5px solid #D5D5D5;
    height: 80px;
}

.app_item_form .full-input textarea.form-control {
    max-width: 845px;
}

.sf-field-search input {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    max-width: 410px;
    border: 0.5px solid #D5D5D5;
    height: 40px;
}

.sf-field-search input:active,
.sf-field-search input:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.app_item_form .btn {
    border-radius: 2px;
    background: #5b9bd3;
    color: #fff;
}

.app_item_form .btn:hover,
.app_item_form .btn:active,
.app_item_form .btn:focus {
    background: #68b0f0;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0px 6px 15px;
    height: 40px;
    border: 0.5px solid #D5D5D5;
    border-radius: 0px;
    background-color: #F6F6F6;
    background: -webkit-gradient #F6F6F6;
    background: -webkit-#F6F6F6;
    background: #F6F6F6;
    background-clip: border-box;
    background: -o-#F6F6F6;
    background-clip: padding-box;
    box-shadow: none;
    color: #95989A;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    font-size: 14px;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.chosen-container {
    max-width: 400px;
    display: block;
    margin-bottom: 15px;
}

.chosen-container-single .chosen-single div {
    top: 7px;
}

.chosen-container input.chosen-search-input {
    min-width: 100%;
}

.client_old_form,
.client_new_form {
    display: none;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    background-color: #5cb85c;
    margin-bottom: -6px;
}

.material-switch.bug-switch > label {
    margin-bottom: 4px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.house_bron_form {
    display: none;
}

.app_item_block {
    margin: 60px 0;
    clear: both;
}

.an_initial_fee_form {
    display: none;
}

.app_item_block::before {
    display: block;
    height: 2px;
    background-color: #f1f3fa;
    position: relative;
    width: 50%;
    content: "";
    margin: 0 auto;
    top: -20px;
}

.app_form_title {
    margin-bottom: 20px;
    display: inline-block;
}

.buyout_form {
    display: none;
}

.house_installment_block {
    display: none;
}

.app_content {
    transition: all 0.2s ease-out;
}

.app_item_form .btn.btn_pdf {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.block-showing {
    display: block;
    position: absolute;
    opacity: 0;
    height: 0;
    transform: translate(0%, -10%);
    transition: all 0.1s ease-in;
}

.selected-block {
    display: block !important;
    position: relative;
    opacity: 1;
    height: 100%;
    transform: translate(0%, 0%);
    transition: all 0.2s ease-out;
}

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

.inline-block p {
    display: inline-block;
    margin-right: 20px;
}

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

.list-group-item {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: none;
}

.input-group-addon {
    left: -39px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    border-left: 1px solid #ccc;
    border-radius: 0;
}

.input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

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

.block-group .list-group-item {
    padding: 0;
}

.block-group .list-group-item label {
    margin-right: 10px;
}

.app_item_form .table input {
    width: 100%;
    min-width: 50px;
    margin: 0;
}

.table .input-group-addon {
    left: -1px;
    margin: 0;
}

.table .chosen-container {
    margin: 0;
    width: 100%;
}

.right-block {
    text-align: right;
    float: right;
}

.btn.btn-green {
    background-color: #5b9c54;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
    background-color: #79ce70;
}

.btn span {
    margin-right: 5px;
}

.table .table-select {
    width: 100%;
    background-color: #f2f3f8;
    border: none;
    height: 40px;
    padding-left: 15px;
}

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

/* 14 января 2019 */

.client_delete {
    color: #d9534f;
}

.client_black {
    color: #000;
}

.client_white {
    color: #5cb85c;
}

.filter ul {
    padding-left: 0;
}

.green {
    background: #adff2f;
}

.yellow {
    background: #ffff00;
}

.red {
    background: #d43f3a;
}

.black {
    background: rgba(3, 2, 31, 0.69);
}

.turquoise {
    background: #13ffe2;
}

.orange {
    background: orange;
}

.fixed_block {
    position: fixed;
    min-width: 200px;
    right: 30px;
    bottom: 0;
    z-index: 99;
    background: #f0f0f0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    padding: 16px;
    text-align: right;
}

.table-over {
    margin-top: 30px;
}

.house-textarea {
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    background: #f2f3f8;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid transparent;
    min-width: 400px;
    max-width: 410px;
    border: 0.5px solid #D5D5D5;
}

.house-textarea:active,
.house-textarea:focus {
    border: 1px solid #5a7391;
    box-shadow: 0 0 10px #4d169f;
    -webkit-box-shadow: 0 0 6px #687391;
    outline: none;
    -webkit-appearance: none;
}

.btn_save_house {
    background: #68b0f0;
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    display: block;
}

.btn_save_house:hover,
.btn_save_house:active,
.btn_save_house:focus {
    background: #4f85b4;
    color: #fff;
}

.app_item_form .btn_save_pdf {
    background: rgba(240, 104, 104, 0.77);
    color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    display: inline-block;
    margin-right: 20px;
}

.app_item_form .btn_save_pdf:hover,
.app_item_form .btn_save_pdf:active,
.app_item_form .btn_save_pdf:focus {
    background: rgba(240, 104, 104, 0.92);
    color: #fff;
}

.log {
    width: 100%;
    max-width: 100% !important;
    min-height: 200px;
}

.btn_save_pdf i {
    margin-left: 5px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.content_add label.p {
    display: block;
}

.chosen-container-single .chosen-single div {
    top: 7px !important;
}

.chosen-container-single a.chosen-single {
    padding: 6px 0 0 10px !important;
    height: 40px !important;
    border-radius: 1px !important;
}

.chosen-container.chosen-container-single {
    display: block;
}

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

.fixed-option p {
    display: inline-block;
    margin-right: 15px;
}

.fixed-option .label-default {
    text-align: initial;
    display: inline-block;
    margin-right: 30px;
}

.table-over .thead-dark {
    background: #656565;
    color: #fff;

}

.table-over .table > thead > tr > th {
    vertical-align: middle;
    font-weight: 400;
    text-align: center;
    min-width: 136px;
    padding: 5px 10px;
}

.table-over .table > tbody > tr > td,
.table-over .table > tfoot > tr > td {
    padding: 10px;
}

.table-over .table {
    margin-bottom: 0px;
}

.table-over .table > tbody > tr {
    background: #f0f0f0;
}

span.house_id {
    padding: 5px 10px;
    background-color: #d2fad2;
    border-color: #d2fad2;
    cursor: pointer;
}

div.bread {
    margin-top: 30px;
}

#sidebar_col,
#content_block_slide {
    transition-duration: 1s;
}

.slide_sidebar {
    display: none;
}

.sidebar_menu_icon {
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}