@font-face {
  font-family: 'gotham';
	src: url(../fonts/GothamProLightRegular.ttf);
}

hr{
	border-top:2px solid #e0e0e0
}

body{
	font-family:gotham;
	font-size: 16px;
	background: #faf7f6;
}

.block{display:block;}

#header{
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
#header .menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#header .menu li{
    display: inline-block;
    padding: 10px 5px;
    font-size: 16px;
}
#header .menu li:first-child{
	margin-left:0px;
}
#header .menu li a{
    color: #887771;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    letter-spacing: 0px;
    font-size: 15px;
}
#header .menu li a:hover,#header .menu li a.active{
	color:#e4906c;
}
#header .menu li a.text_logo{
    font-size: 26px;
    top: 0px;
    position: relative;
    margin-right: 5px;
    letter-spacing: 0px;
}
#header .menu li a.text_logo span{
	
font-size: 45%;
	
margin-left: 5px;
	
vertical-align: top;
}
#header .menu li a.text_logo:hover{
	color:#887771;
}
#header .box_login{
    padding: 17px 15px;
    text-align: right;
    color: #887771;
}
#header .box_login a,#header .box_login span{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #887771;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#header .box_login a:hover{
    color: #e4906c;
}

#content{
    padding: 40px 0px 50px;
    min-height: calc(100vh - 132px);
}
#content h1{
    color: #887771;
    font-weight: bold;
}
#content h1.h1-login{
    text-align: center;
    font-size: 46px;
    font-weight: normal;
}
#content form{
    width: 100%;
}
 .label{
    border: aliceblue;
    display: block;
    margin: 15px 0px;
}
 .label span{
    display: block;
    color: #000;
    font-size: 17px;
    padding: 3px;
}
 .label span span{
    display: inline-block;
    color: red;
}
 .label input{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dedcdc;
    font-size: 16px;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
 .label input:focus, .label-mini input:focus{
	outline:0px;
	border: 1px solid #9a8a84 !important;
}
 .form-mini{
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px 23px 30px;
    margin: 20px 0px 20px;
    border: 1px solid #524b48;
    overflow: hidden;
    transition: height 0.5s ease 0.5s;
}
 .form-mini .title{
    background: #524b48;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    margin: -20px -31px 25px -31px;
    padding: 9px 15px;
    font-size: 18px;
}
 .form-mini .title .glyphicon{
 	cursor:pointer;
 	color: #fff;
 	text-decoration: none;
 }
 .form-mini .title .glyphicon:hover{
 	color:#ddd;
 }
 .label-mini{
    margin: 8px 0px;
    min-height: 32px;
    overflow: auto;
}
 .label-mini .text{
    display: block;
    float: left;
    padding-top: 5px;
    width: 40%;
    padding-right: 15px;
    text-align: right;
}
 .label-mini .text span{
    color: #f00;
}
 .label-mini .field{
    display: block;
    width: 60%;
    margin-left: 40%;
}
.label-mini .field.field-full-width{
	width:100%;
	margin-left:0%;
}
 .label-mini .field input, textarea{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 4px 7px;
    border: 1px solid #dedcdc;
    font-size: 16px;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
}
 .label-mini .field.field-radio{
    padding: 5px 0px 5px;
}
 .label-mini .field.field-radio input{
    display: inline;
    width: auto;
    margin-left: 11px;
    margin-right: 3px;
    cursor: pointer;
}
 .label-mini .field.field-select{}
 .label-mini .field.field-select select, .label select{
	  width: 95%;
    margin: 0 auto;
    display: block;
    padding: 4px 7px;
    border: 1px solid #dedcdc;
    font-size: 16px;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
		cursor:pointer;
}
	.label select{
		width:100%;
	}
 .label-mini .field.field-text{
	padding:5px 10px
}
 .label-mini select:focus,.label select{
	outline:0px;
	border: 1px solid #9a8a84;
}
#content .footnote{
    color: #c38b73;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#content .footnote:hover{
    color: #000;
}
 .btn{
	display:block;
	outline:0px;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #504745;
	border: 0px;
	border: 1px solid #504745;
    border-radius: 10px;
	text-align: center;
	margin: 13px 0px;
	text-decoration: none !IMPORTANT;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
 .btn:focus{
	 outline:0px;
	 color:#fff;
 }
 .btn.btn-mini{
    padding: 6px;
    font-size: 16px;
    width: 90%;
    margin: 13px auto;
}
 .btn:hover{
	background:#423937;
	color: #fff;
}
#content{}
#content .table{
    margin: 30px 0px;
}
#content .table tr{}
#content .table thead{}
#content .table thead tr{}
#content .table thead tr th{}
#content .table tbody{}
#content .table tbody tr{}
#content .table tbody tr td{
    padding: 10px 8px;
}
#content .table a{
}
#content .table a .glyphicon{
    color: #524b48;
}
#content .table a .glyphicon:hover{
    color: #a7987a;
}
#footer{
    background: #524b48;
    padding: 20px 0px;
}
#footer .copyright{color: #8c7765;}
#footer .menu{
    padding: 0px;
    margin: 0px;
    text-align: right;
    list-style: none;
}
#footer .menu li{
    display: inline-block;
    padding: 0px 10px;
}
#footer .menu li a{
    color: #8c7765;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#footer .menu li a:hover{
    color: #bfaa98;
}
.popup-form{
	
margin: 0 auto;
	
position: relative;
}
#add-progress{	
width: 600px;
}
#add-direct{	
width: 800px;
}
#add-user{
    width: 800px;
}
.popup-form .mfp-close{
	color: #fff !important;
	top: -11px;
}
.btn-settings{
	cursor: pointer;
	display: inline-block;
	padding: 7px 10px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	text-decoration: none !important;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn-settings:hover{
	background: #f1eeee;
}
.btn-settings:hover{}
.btn-settings span{
    color: #353535;
    vertical-align: middle;
}
.btn-settings .glyphicon{
    color: #353535 !important;
}
.btn-inline{
    display: inline-block;
    width: auto !important;
    padding: 7px 45px !important;
}

#add-directions{
    width: 800px;
}
.ajax_cond{
    width: 350px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    position: relative;
}
.ajax_cond p{}
.ajax_cond p span{
    vertical-align: middle;
}
.ajax_cond p span.glyphicon{
    font-size: 22px;
}
.ajax_cond p span.glyphicon.glyphicon-remove{
    color: #f00;
}
.ajax_cond p span.glyphicon.glyphicon-ok{
    color: #04ff00;
}
.ajax_cond p span.text{}

#menu_auth_true{
    padding: 20px 0px 10px;
    margin-bottom: -50px;
}
#menu_auth_true .wrap{}
#menu_auth_true ul{
    text-align: center;
}
#menu_auth_true ul li{
    display: inline-block;
    margin: 0px 18px;
}
#menu_auth_true ul li a{
    color: #887771;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
}
#menu_auth_true ul li a:hover{
	border-bottom-style:solid;
}

#add-directions{}
#add-directions form{}
#add-directions .title{}
#add-directions .search_form{
    margin: 0px -20px 10px;
}
#add-directions .search_form input{
    padding: 5px;
    /*width: 100%;*/
    /*width: calc(100% + 16px);*/
    height: 30px;
}
#add-directions .search_form select{
    padding: 5px;
    height: 30px;
    width: calc(100% + 15px);
    margin: 10px 0px;
    display: block;
    font-size: 14px;
}
#add-directions .search_form .btn{
    height: 70px;
    margin-top: 0px;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 47px;
    font-size: 19px;
}
#add-directions .directs{
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
    border: 2px solid #504745;
    padding: 10px;
    padding-top: 15px;
    margin: 0px -4px;
}
#add-directions .directs .direct_wrap{margin-bottom: 15px;}
#add-directions .directs .direct_wrap .direct_title{
    margin: 0px;
    padding: 10px 0px;
    background: #867b78;
    color: #fff;
}
#add-directions .directs .direct_wrap .direct_content{
    margin: 0px;
    padding: 10px;
    border: 2px solid #867b78;
    border-top: 0px;
    display: none;
}
#add-directions .directs .direct_wrap .direct_title_text{}
#add-directions .directs .direct_wrap input{
    cursor: pointer;
}
#add-directions .directs .direct_wrap span.glyphicon{
    cursor: pointer;
    margin-left: 10px;
}
#add-directions .directs .direct_content table{
    width: 100%;
}
#add-directions .directs .direct_content table tr{}
#add-directions .directs .direct_content table tr td{
    padding: 7px;
    border-bottom: 1px dashed #ececec;
}
#add-directions .directs .direct_content table tr td:first-child{}

.admin-settings-table{
    margin-bottom: 15px;
}
.admin-settings-table tr{}
.admin-settings-table tr td	{
    padding: 10px 0px;
    border-bottom: 1px dashed #a5a5a5;
}
.admin-settings-table tr th{
    border-bottom: 1px solid #989898;
    padding: 10px 0px;
}
.admin-settings-table span{}
.admin-settings-table a{
    color: #333333;
    margin: 0px 0px 0px 20px;
    text-decoration: none;
}
.admin-settings-table a:hover{
	color: #a9a9a9;
}
.form-mini.height_0{
	height:0px;
}
.table-content-admin{
    padding: 20px 10px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px 0px;
}
.table-content-admin thead{
    border-bottom: 1px solid #524b48;
}
.table-content-admin thead tr{}
.table-content-admin thead tr th{
    padding: 10px 15px;
}
.table-content-admin tbody{
}
.table-content-admin tbody tr{
	    border-top: 1px dashed #afa79e;
}
.table-content-admin tbody tr:hover{background: #f6f0ee;}
.table-content-admin tbody tr td{
    padding: 13px 15px;
}
.admin-coment{}
.admin-coment span{
    display: block;
    margin: 10px 0px;
    font-size: 18px;
}
.admin-coment textarea{
    padding: 10px;
    width: 100%;
    border: 1px solid #524b48;
}

.admin-coment button{
    /*margin: 10px 30px 10px 0px;*/
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
}
.admin-coment button:hover{
	opacity:1;
}
.admin-coment button.ok{
    background: #19ad4e;
}
.admin-coment button.nook{background: #981313;}
.admin-coment button.del{background: #a2a2a2;}
.admin-coment button.edit{background: #5e90dc;}
.admin-coment form{display: inline;}

#noty_center_layout_container li{
	background: #83e172 !important;
	border: 2px solid #92cc87 !important;
	transition:background 0.3s ease 0s;
}

#noty_center_layout_container li:hover{
}

#noty_center_layout_container span{
	font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #4c8a40;
}

.noty_buttons{
	background:#83e172 !important;
	border-top: 0px !important;
}

.noty_buttons .btn{padding: 5px;width: 60%;margin: 0 auto !important;margin-bottom: 10px !important;background: #407736;border: 0px !Important;font-size: 15px;color: #83e172;border-radius: 9px;}
.noty_buttons .btn.btn-primary{}

#noty_center_layout_container li{
	padding-top:10px;
	padding-bottom:10px !Important;
}

.noty_buttons .btn:hover{
	background:#549748;
}

#list-comments{
    width: 600px;
}

.table-spacing td {
    word-break: break-all;
}

.noty_theme__bootstrap-v4.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem;
    text-align: center;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons .btn {
    width: 60%;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    border: 0px !Important;
    font-size: 15px;
    border-radius: 9px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
    background-color: #fff;
    color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
    background-color: #f28d7c;
    color: #a94442;
    border-color: #f28d7c;
}
.noty_theme__bootstrap-v4.noty_type__error .noty_buttons {
    background: #f28d7c !important;
    border-top: 0px !important;
}

.noty_theme__bootstrap-v4.noty_type__error .noty_buttons .btn {
    background: #a94442;
    color: #f28d7c;
    width: 60%;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    border: 0px !Important;
    font-size: 15px;
    border-radius: 9px;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
    background-color: #83e172;
    color: #4c8a40;
    border-color: #83e172;
}
.noty_theme__bootstrap-v4.noty_type__success .noty_buttons {
    background: #83e172 !important;
    border-top: 0px !important;
}

.noty_theme__bootstrap-v4.noty_type__success .noty_buttons .btn {
    background: #407736;
    color: #83e172;
    width: 60%;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    border: 0px !Important;
    font-size: 15px;
    border-radius: 9px;
}


.pulse-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00649f;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(0, 100, 159);
    animation: pulse 2s infinite;
    z-index: 1;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 100, 159, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 100, 159, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 100, 159, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 100, 159, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 100, 159, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 100, 159, 0);
        box-shadow: 0 0 0 10px rgba(0, 100, 159, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 100, 159, 0);
        box-shadow: 0 0 0 0 rgba(0, 100, 159, 0);
    }
}

.overlay-notification {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #000000ba;
}

.popup-notification {
    width: 100%;
    max-width: 345px;
    position: fixed;
    bottom: 185px;
    right: 30px;
    border-radius: 5px;
}

.popup-notification_title {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    background-color:#00649f;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popup-notification_body {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 10px;
    background-color: #fff;
    background-image: url(/temp_lib/img/bgm.png);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.popup-notification_item {
    margin-bottom: 10px;
}

.popup-notification_close {
    cursor: pointer;
}

.up-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 80px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: #8dafe491;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(0 100 159);
    /* animation: pulse 2s infinite; */
    z-index: 1;
    color: white;
}
