
.scenario {
    height: 250px;
    border: 1px solid;
    max-width: 99%;
}

.scenario-body{
    position: absolute;
    top: 0;


}
.scenario-footer{
    position: absolute;
    bottom: 0;
}

.scenario-title, .scenario-description, .scenario-footer{

}

.autocomplete-suggestions{
    background-color: white;
    border: 1px solid lightgray;
    padding: 1px;
}
.autocomplete-suggestions{
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}
.autocomplete-selected{
    background-color: blue;
    color:white;
}

table .field{
    display: block;
}

table .field input{
    width: 99%;
}


@font-face {
  font-family: 'gotham';
	src: url(../fonts/GothamProLightRegular.ttf);
}

hr{
	border-top:2px solid #e0e0e0
}

body{
	font-family:gotham;
	font-size: 16px;
	background: #f7f7f7;
}

.block{display:block;}
.display_none{display:none;}
#header{
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
    /*background: #fff;*/
    background-image: linear-gradient(to right, #00649f, #ffffff 35%);
}
#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: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 30px 30px;
    margin: 40px 0px 40px;
    border: 1px solid #524b48;
}
 .form-mini .title{
    background: #524b48;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    margin: -31px -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{
    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;
}
 .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;
	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;
}

.btn.disabled{
    background: #7c7371;
    cursor: not-allowed;
    pointer-events: none;
    color: lightgrey;
}

#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;
}
.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 10px;
}
#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;
    letter-spacing: -1px;
}
#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{}
.display_none{display:none;}

.comment{
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}
.comment.green{
    background: #9ce4ae;
}
.comment.blue{
    background: #babae2;
}
.comment_link{
    display: inline-block;
    text-decoration: none !important;
    padding: 5px 10px;
    background: #504745;
    border-radius: 5px;
    margin-left: 9px;
    color: #fff !important;
}
.comment_link:hover{
	text-decoration:underline !important;
}
.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;
}
#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;
}
.no-otch {
	text-align: right;
	font-size: 14px;
}
.login-title h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #00649f;
}
.login-title p{
	text-align: justify;
	font-size: 15px;

}