@charset "utf-8";
#index_main_body {
    margin: 0 auto;
    text-align:center;
    background: url(../img/logo.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    height: calc(100vh - 20px);
}
.cursor {
cursor:pointer;
}
#dashboard_main_body {
background-color: #1D1D1D;
}
#index_header {
text-align:left;
}
#index_body {
text-align:left;
width:auto; 
display:block;
background-color:rgba(255,255,255,0.5);
border: 1px solid #B2702D;
border-radius: 12px;
padding: 24px;
float:right;
color:#1D1D1D;
margin:0;
}
#index_footer {
position: absolute;
padding:10px 0;
right: 0;
bottom: 0;
left: 0;
width:100%;
background-color:rgba(255,255,255,0.5);
text-align:center;
}
#dashboard_footer {
display: block;
padding:10px 0;
margin:20px 0 0 0;
width:100%;
background-color:rgba(255,255,255,0.7);
text-align:center;
}
#sign-in_54357532 input[type="text"], #sign-in_54357532 input[type="password"]{
padding: 6px 8px;
min-width: 280px;
max-width: 500px;
font-size:110%;
border: 1px solid #B2702D;
margin-bottom:10px;
line-height:normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;	
}
#sign-in_54357532 input[type="text"]:focus, #sign-in_54357532  input[type="password"]:focus {
box-shadow: 0 0 1em #B2702D;
}	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
font-style:italic;
}
.ibutton, input[type="button"], input[type="submit"],#existing_order {
display: inline-block;
border-radius: 4px;
background-color: #0881B3;
border: 1px solid #0881B3;
color: #FFFFFF;
text-align: center;
font-size: 100%;
padding: 4px 14px;
transition: all 0.5s;
cursor: pointer;
box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7), 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
}
.ibutton:hover, input[type="button"]:hover, input[type="submit"]:hover, #existing_order:hover {
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);
-ms-box-shadow:0 1px 1px rgba(0,0,0,0.4);
-o-box-shadow:0 1px 1px rgba(0,0,0,0.4);
box-shadow:0 1px 1px rgba(0,0,0,0.4);
box-shadow: 0 0 1px #A5B2F4;
outline: medium none;
text-shadow:0 1px rgba(0,0,0,0.5);
}
input[type="button"].btng {
    background: #21600B;
    border: 1px solid #199837;
}
input[type="button"].btnb {
    background: #0881B3;
    border: 1px solid #2077C8;
}
input[type="button"].btnr {
    background: #CB4143;
    border: 1px solid #EF5457;
}
input[type="button"].btny {
    background: #F0951D;
    border: 1px solid #e08714;
}
input[type="button"].btndb {
    background: #0a6387;
    border: 1px solid #2077C8;
}
.btng:hover, input[type="button"].btng:hover,
.btnb:hover, input[type="button"].btnb:hover,
.btndb:hover, input[type="button"].btndb:hover,
.btnr:hover, input[type="button"].btnr:hover,
.btny:hover, input[type="button"].btny:hover {
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);
    -ms-box-shadow:0 1px 1px rgba(0,0,0,0.4);
    -o-box-shadow:0 1px 1px rgba(0,0,0,0.4);
    box-shadow:0 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 1px #d9f9e3;
    outline: medium none;
    text-shadow:0 1px rgba(0,0,0,0.5);
}
.ibutton a {
color:#fff;
}
.ibutton span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.ibutton span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.ibutton:hover span {
padding-right: 25px;
}
.ibutton:hover span:after {
opacity: 1;
right: 0;
color:#fff;
}
#errorContainer, #successContainer {
margin: 12px auto;
text-align:center;
border-radius:8px;
padding:6px 8px;
color:#fff;
}
#errorContainer {
background-color:rgba(193,18,29,0.6);
border:1px solid #903;
}
#eimg::before{
content:url("../images/error.png");
}
#successContainer {
background-color:rgba(0,154,218,0.6);
border:1px solid #009ADA;
}
#simg::before{
content:url("../images/success.png");
}
#msg_content_display {
	vertical-align:middle;	
}
/* Backend  Menu items */
#bmenu li {
list-style:none;
background-color: #1D1D1D;
}
#bmenu li a {
display: block;
color: #666;
padding: 8px 16px;
text-decoration: none;
}
#bmenu li a.active {
font-weight: bold;
color: #fff;
}
#bmenu li a:hover:not(.active) {
color: #fff;
}
#bmenu li a:hover:not(.active) img{
 box-shadow: 0 0 .7em  #B2702D;
}
.blue {
background-color: #0099D8;
border-radius: 6px;
color: #fff;
font-size: 90%;
margin: 0 2px;
padding: 2px 4px;
}
.green {
background-color: #1daa37;
border-radius: 6px;
color: #fff;
font-size: 90%;
margin: 0 2px;
padding: 2px 4px;
}
.burgundy {
background-color: #8E0426;
border-radius: 6px;
color: #fff;
font-size: 90%;
margin: 0 2px;
padding: 2px 4px;
}
#cnew {
background-color:#009ADA;	
list-style: none;
overflow: hidden;
border-radius: 6px;
margin-bottom:10px;
}
#cnew li {
float: left;
border-right:1px solid #fff;
}
#cnew li span {
display: block;
color: #fff;
text-align: center;
padding: 16px;
text-decoration: none;
cursor:pointer;
}
#cnew li span.active{
color:#fff;
text-decoration: underline;
}
#cnew li span:hover {
text-decoration: underline;
}
label span {
color: #a0a0a0;
font-size: 12px;
line-height: 13px;
padding: 4px;
}
#sortable_chp li {
border: 1px solid #c5c5c5;
margin-bottom:2px;
padding: 2px 6px;
cursor: grab;
}
#sortable_chp li:hover {
background-color:#FFE69C;
}
#media_upload_iframe {
width:100%;
margin-top:-14px;
min-height:720px;
border:0;
border-radius:8px;	
}
#supdrop_borderonly {
border: 6px dashed #999;
border-radius: 8px;
padding: 16px 0;
}
ul {
padding-left:5px;	
}
li {
padding-left:0px;	
} 
#general_tbl td {
	border:1px solid #ccc;
	border-top:0; border-left:0;
	padding: 2px 4px;
}
#general_tbl th {
	border-bottom:2px solid #363636;
	border-right:1px solid #363636;
	padding: 2px 4px;
	text-align: center;
}
.general_tbl td {
	border:1px solid #ccc;
	border-top:0; border-left:0;
	padding: 2px 4px;
}
.general_tbl th {
	border-bottom:2px solid #363636;
	border-right:1px solid #363636;
	padding: 2px 4px;
	text-align: center;
}
.type-item .rslt ul {
    position: absolute;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #c5c5c5;
    border-bottom: 0px;
}
.type-item .rslt ul li a {
    padding: 5px;
    border-bottom: 1px solid #c5c5c5;
    cursor: pointer;
    display: block;
    text-align: left;
}
.type-item .rslt ul li a:hover {
    background: #e3f4f9;
}
.burgundy.btn {
    padding: 4px 14px;
    border: 1px solid #000;
    cursor: pointer;
}
.burgundy.btn:hover {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    box-shadow: 0 0 1px #a5b2f4;
    outline: medium none;
    text-shadow: 0 1px rgb(0 0 0 / 50%);
    background: #941635;
}
.ibutton.ibutton-big,.bluebtn.ibutton-big {
    padding:10px 28px; 
    font-size:110%;
    margin-right:10px;
}
.d-flex {
    display: flex;
}
.justify-content-space {
    justify-content: space-between;
}