.sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

div.bodywrapper, div.footwrapper {
    clear: both;
    overflow: hidden;
}

#divhsep {
    height: 1px;
    background: #cdcdcd;
    box-shadow: 0 2px 3px rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 10px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#sfbht {
    position: absolute;
    top: 0;
    left: 5%;
    width: 20%;
    height: 100%;
    background: rgba(255, 246, 144, 0.5);
    z-index: 9990;
    border-top: 2px dashed red;
    border-bottom: 2px dashed red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1.2;
    font-size: 14px;
    display: none;
}

#sfhwht {
    position: absolute;
    top: 0;
    left: 30%;
    width:65%;
    background: rgba(211, 255, 253,.5);
    z-index: 9990;
    border-top: 2px dashed red;
    border-bottom: 2px dashed red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1;
    font-size: 14px;
    display: none;
}

#sfbwht {
    position: absolute;
    left: 30%;
    width:65%;
    background: rgba(202, 255, 178, .5);
    z-index: 9990;
    border-top: 2px dashed yellow;
    border-bottom: 2px dashed red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1;
    font-size: 14px;
    display: none;
}

#sfbwexht {
    position: absolute;
    left: 30%;
    width:65%;
    background: rgba(167, 155, 255, 0.5);
    z-index: 9990;
    border-top: 2px dashed yellow;
    border-bottom: 2px dashed red;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1;
    font-size: 14px;
    display: none;
}

#sffwht {
    position: absolute;
    bottom: 0;
    left: 30%;
    width:65%;
    background: rgba(255, 134, 240, 0.5);
    z-index: 9990;
    border-top: 2px dashed yellow;
    border-bottom: 2px dashed red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1;
    font-size: 14px;
    display: none;
}

#sfbht span, #sfhwht span, #sfbwht span, #sfbwexht span, #sffwht span {
    background: rgba(255, 235, 0, 0.5);
}

#sfhelper {
    position: relative;
    width: 400px;
    height: 300px;
    background: #f3f3f3;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99991;
    line-height: 1.2;
    font-size: 14px;
    padding: 0 !important;
}

#sfhelper-img {
    width: 46px;
    height: 50px;
    float: left;
    background: url('../admin-page-class/images/sf-badge-md.png') no-repeat 0 0;
    margin-left: 5px;
}

#sfnotice {
    height: 25px;
    background: #ffffec;
    padding-top: 7px;
    padding-left: 80px;
    color: #777;
    text-shadow: 0 1px 1px #fff;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#sfexists, #sferrors, #sfmain, #sfdetails, #sflbedetails {
    width: 530px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#sfnotice div {
    width: 460px;
    height: 20px;
    overflow: hidden;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#sfexists {
    margin-top: 20px;
    height: 102px;
}

#sfexists div.left, #sfexists div.right, #sferrors div, #sfmain div, #sfdetails div, #sflbedetails div {
    height: 25px;
    border: 1px solid #cdcdcd;
    background: #fff;
    padding-top: 7px;
    padding-left: 10px;
    margin-bottom: -1px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

#sfexists div.left {
    width: 427px;
}

#sfexists div.right, #sfmain div.left-b, #sfmain div.right-b, #sfdetails div.left-b, #sfdetails div.right-b, #sflbedetails div.left-b, #sflbedetails div.right-b {
    width: 80px;
    border-left: none;
    background: #ffffec;
    color: #555;
    text-shadow: 0 1px 1px #fff;
}

#sfexists div.right.success {
    background: #d5ffd8;
}

#sfexists div.right.error {
    background: #ffd5d5;
}

#sferrors {
}

#sferrors div.error {
    border: 1px solid red;
    background: #ffd5d5;
}

#sfmain, #sfdetails, #sflbedetails {
    margin-bottom: 10px;
}

#sfmain {
    height: 68px;
}

#sfdetails, #sflbedetails {
    height: 34px;
}

#sfmain div.left-a, #sfmain div.right-a, #sfdetails div.left-a, #sfdetails div.right-a, #sflbedetails div.left-a, #sflbedetails div.right-a {
    width: 162px;
}

#sfmain div.right-a, #sfdetails div.right-a, #sflbedetails div.right-a {
    border-left: none;
}

.left, .left-a, .left-b, .right-a {
    float: left;
}

.right, .right-b {
    float: right;
}

.ltblue {
    background: #ebfbff !important;
}

.icon-ok {
    font-size: 20px;
    color: green;
    vertical-align: middle;
}

.icon-exclamation-sign {
    font-size: 20px;
    color: red;
    vertical-align: middle;
}

.icon-cog {
    font-size: 20px;
    color: gray;
    vertical-align: middle;
}

.icon-th-large {
    margin-right: 5px;
    font-size: 14px;
}

/*********************
jquery ui overrides */

.ui-dialog {
    z-index: 9999 !important;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
    border: none;
    border-bottom: 1px solid #A5A5A5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-dialog .ui-dialog-title {
    color: #555555;
    text-shadow: 0 1px 1px #fff;
    font-size: 16px;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0 1em .1em .25em !important;
}

.ui-button-text-only .ui-button-text {
    padding: .2em .5em !important;
}

.ui-icon {
    display: inline-block !important;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0 !important;
    border-top: 0;
    background: #f3f3f3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin-top: 0 !important;
    -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    box-shadow: inset 0px 1px 0px 0px #cae3fc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #59bedc), color-stop(1, #3097b5) );
    background: -moz-linear-gradient( center top, #59bedc 5%, #3097b5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59bedc', endColorstr='#3097b5');
    background-color: #59bedc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #419db8;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #419db8;
    background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3097b5), color-stop(1, #59bedc) );
    background: -moz-linear-gradient( center top, #3097b5 5%, #59bedc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3097b5', endColorstr='#59bedc');
    background-color: #3097b5;
}

.ui-dialog .ui-dialog-buttonpane button:active {
    position: relative;
    top: 1px;
}

.ui-dialog .ui-dialog-buttonpane button.inactive {
    margin-top: 0;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane button.inactive:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

.ui-dialog .ui-dialog-buttonpane button.inactive:active {
    position: relative;
    top: 1px;
}

.ui-dialog .ui-dialog-buttonpane button:focus {
    outline: none;
}

#wpadminbar {
    z-index:9989 !important;
}