.datatables_userMsg {
    padding: 0;
    margin: 5px 0;
    clear: both;
}
.datatables_userMsg .alert{
    padding: 10px !important;
    margin: 0 0 -5px;
    border: none !important;
    font-size: 12px;
}

.datatables_userMsg .alert > .icon {
    background: #AA3333 !important;
    border-right: medium none;
    display: block;
    float: left;
    font-size: 13px;
    height: 32px;
    margin: -5px 11px 0 0;
    padding: 5px 10px !important;
    width: 31px;
}

.datatables_userMsg .alert-danger{
    color: #fff !important;
    background: #AA3333 !important;
}

/*@media (min-width: 768px) {
    .small-font-btns {
        float: right;
    }
}*/
@media (max-width: 767px) {
    .small-font-btns {
        width: 100%;
    }
    .small-font-btns .btn {
        font-size: 11px;
    }
}

#cal-slide-content {
    background: none repeat scroll 0 0 #222;
    box-shadow: none;
    color: #fff;
    padding: 20px;
}
#cal-slide-content:hover {
    background: none repeat scroll 0 0 #000;
}


body {
    margin-top: 0;
    font-size: 13px;
}

* {
    border-radius: 0 !important;
}

@media(min-width:768px) {
    body {
        margin-top: 0;
    }
}

#wrapper {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

#page-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    /*    #page-wrapper {
            padding: 0 0 0 249px;
        }*/
}

/* Top Navigation */

.top-nav {
    padding: 0 0 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

.brand_logo {
    display: block;
    margin: 5px 0 auto;
    padding: 0;
    width: 200px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.notifications_dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: absolute;
        top: 88px;
        width: 250px;
        border: none;
        border-radius: 0;
        bottom: 0;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 247px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
    }
}
@media(max-width:767px) {
    .side-nav {
        margin: 0 -15px;
    }
}

.side-nav>li>ul {
    padding: 0;
    list-style: none;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.app_main_content {
    padding-top: 10px;
    min-height: 510px;
}
.footer {
    padding: 15px;
}
.footer {
    clear: both;
    margin-top: 0;
    min-height: 100px;
    padding-top: 20px;
    position: relative;
}

.btn {
    /*    font-size: inherit;*/
    padding: 6px 12px;
}

.mobile_text {
    display: none !important;
}
.mobile_inline_text {
    display: none !important;
}
.desktop_text {
    display: block !important;
}
.desktop_inline_text {
    display: inline-block !important;
}
@media (max-width: 767px) {
    .mobile_text {
        display: block !important;
    }
    .mobile_inline_text {
        display: inline-block !important;
    }
    .desktop_text {
        display: none !important;
    }
    .desktop_inline_text {
        display: none !important;
    }

    .footer {
        margin-top: 20px;
    }
}


.navbar-nav > li > a {
    padding-bottom: 9px;
    padding-top: 9px;
}

.top_nav .navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 18px 15px;
}
.bottom_nav {
    min-height: 37px;
    padding: 0;
    padding-top: 1px;
    border: none;
}

.bottom_nav .navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 15px;
}
.bottom_nav .navbar-brand {
    padding: 7px 15px;
    height: 35px;
}

.bottom_nav .navbar-header .navbar-toggle {
    border: none;
}

.bottom_nav .navbar-form {
    border: none;
    box-shadow: none;
    padding: 0 1px 0 4px;
    margin: 0 -15px;
}
.top_nav .navbar-brand {
    padding: 0;
}

.top_nav.navbar-default .navbar-toggle {
    border: none;
    border-radius: 0;
}

.in_page_header {
    padding: 0;
}

@media(max-width:767px) {
    .top-nav {
        text-align: right;
        padding: 0;
    }
    .top-nav  li{
        float: none;
    }
    .top-nav .dropdown-menu.fix {
        left: -30%;
    }
    .main_search_box {
        display: table;
    }
    .bottom_nav {
        padding: 0 10px;
    }
    .bottom_nav .navbar-form {
        padding: 0;
        margin: 0 -15px 5px;
    }
    .bottom_nav .navbar-collapse {
        border: none;
    }

    .bottom_nav .navbar-brand {
        padding: 15px 5px;
    }

    .btn-bottom_nav {
        padding: 10px 12px !important;
    }
}

@media (min-width: 768px) {
    .container {
        transition:all 0.2s ease-in-out;
        width: 750px;
    }
    .full_width {
        transition: all 0.2s ease-in-out 0s;
        width: 100% !important;
    }
    .in_page_header {
        margin: -11px -10px 0 -11px;
    }
    .main_search_box {
        padding-left: 20px;
        padding-right: 0;
    }
    .main_search_box .navbar-form {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    .main_search_box .input-group {
        width: 100%;
    }
    .bottom_nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .bottom_nav .navbar-form .input-group .input-group-addon, 
    .bottom_nav .navbar-form .input-group .input-group-btn {
        width: 1px;
    }
    .navbar-right {
        margin-right: 0;
    }
    .bottom_nav .navbar-right {
        margin-right: -14px;
        margin-left: 11px;
    }
}
.desktop-only {
    display: block;
}
@media (min-width: 993px) {
    .container {
        transition:all 0.2s ease-in-out;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .container {
        transition:all 0.2s ease-in-out;
        width: 100%;
    }
    .desktop-only {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .container {
        transition:all 0.2s ease-in-out;
        width: 1170px;
    }
}

.navbar {
    margin-bottom: 0;
}

.btn-bottom_nav {
    border: none;
}
.btn-bottom_nav.last {
    border: none;
}
@media (min-width: 768px) {
    .btn-bottom_nav {
        height: 34px;
        margin: 0 !important;
        padding: 6px 12px 7px !important;
    }
}

.breadcrumb {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 992px) {

    /*    #page-wrapper {
            padding: 0 0 0 75px;
        }
        .side-nav {
            width: 70px;
        }*/
    .side-nav > li > a {
        width: 75px;
    }
    .wide_view_text {
        display: none;
    }
    .side-nav > li > ul {
        margin: -38px 0 0 75px;
        position: absolute;
        width: 200px;
    }
    .side-nav > li > ul > li > a {
        padding: 5px 15px;
    }

    .side-nav > li > a {
        line-height: 25px;
    }

    .side-nav .fa {
        font-size: 16px;
        margin-top: 5px;
    }

    .navbar-nav > li > a {
        padding-top: 5px;
    }
}

.navbar-nav > li > a {
    line-height: 21px !important;
}

.dt_filter_btn {
    padding: 2px 12px 5px;
}

.badge {
    border-radius: 15px !important;
}

.btn:active, 
.btn.active {
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}

.about_client_brand {
    background: transparent;
    display: block;
    font-size: 18px;
    margin: 5px auto;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    height: 85px;
}

.about_version {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.about_copyright {
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
}

ul.nav-wizard {
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}
/*ul.nav-wizard:before {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 46px;
    height: 47px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    z-index: 11;
    content: " ";
}
ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    z-index: 11;
    content: " ";
}*/
ul.nav-wizard li {
    position: relative;
    float: left;
    height: 46px;
    display: inline-block;
    text-align: middle;
    padding: 3px 20px 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    background: #54B69C;
}
ul.nav-wizard li a {
    color: #fff;
    padding: 0;
    background: #54B69C;
}
ul.nav-wizard li a:hover {
    background-color: transparent;
}
/*ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #f5f5f5;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -16px;
}
ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 24px solid transparent;
    border-left: 16px solid #54B69C;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -15px;
}*/
ul.nav-wizard li.active {
    color: #fff;
    background: #004f93;
}
/*ul.nav-wizard li.active:after {
    border-left: 16px solid #004f93;
}*/
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
    color: #fff;
    background: #004f93;
    outline: none;
}
ul.nav-wizard .active ~ li {
    color: #999999;
    background: #ededed;
}
/*ul.nav-wizard .active ~ li:after {
    border-left: 16px solid #ededed;
}*/
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
    color: #468847;
    background: #f6fbfd;
}
/*ul.nav-wizard.nav-wizard-backnav li:hover:after {
    border-left: 16px solid #f6fbfd;
}*/
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
    color: #468847;
    background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
    color: #999999;
    background: #ededed;
}
/*ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
    border-left: 16px solid #ededed;
}*/
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
    color: #999999;
    background: #ededed;
}

.wz_step_count {
    background: #fff;
    border-radius: 5px !important;
    color: #004f93;
    display: block;
    float: left;
    font-size: 18px;
    margin: 6px 0 0 -17px;
    padding: 5px;
    position: absolute;
}
.wz_step_text {
    float: left;
    margin: 0 10px;
    position: absolute;
}
.alert {
    border-radius: 5px;
}

@media (min-width: 768px) {
    .eserv_alert_box.right {
        padding-right: 0;
        padding-left: 5px;
    }
    .eserv_alert_box.left {
        padding-right: 5px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    ul.nav-wizard li {
        width: 100%;
        padding-top: 13px;
    }

    .wz_step_count {
        margin: -5px 0 0 -17px;
    }
}

.alert-success {
    background-color: #E8F2E2;
    border-color: #78BB5B;
    /*color: #569745;*/
}
.alert-info {
    background-color: #EEF8FC;
    border-color: #86CDE8;
    /*color: #3A87AD;*/
}
.alert-warning {
    background-color: #FCF8E3;
    border-color: #F4D766;
    /*color: #C09853;*/
}
.alert-danger {
    background-color: #FCEDE8;
    border-color: #E95F51;
    /*color: #B94A48;*/
}
.alert-tip {
    background-color: #f5f5f5;
    border-color: #ccc;
    /*color: #3A87AD;*/
}

.alert {
    padding-left: 85px;
    position: relative;
    color: #555;
}
.alert .icon {
    text-align: center;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-right: 1px solid #BDBDBD;
    padding-top: 13px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*.alert .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #BDBDBD;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}*/

.alert .icon i {
    font-size: 30px;
    margin-top: -5px;
}
.alert.alert-danger .icon
/*, .alert.alert-danger .icon:after*/
{
    border-color: #E95F51;
    background: #E95F51;
    color: #FFF;
}
.alert.alert-info .icon
/*, .alert.alert-info .icon:after*/ 
{
    border-color: #86CDE8;
    background: #86CDE8;
    color: #FFF;
}
.alert.alert-warning .icon
/*, .alert.alert-warning .icon:after*/ 
{
    border-color: #F4D766;
    background: #F4D766;
    color: #FFF;
}
.alert.alert-success .icon
/*, .alert.alert-success .icon:after*/ 
{
    border-color: #78BB5B;
    background: #78BB5B;
    color: #FFF;
}

.alert.alert-tip .icon
/*, .alert.alert-tip .icon:after*/ 
{
    border-color: #ccc;
    background: #ccc;
    color: #FFF;
}

.container.main.main_page_content {
    padding-top: 0;
}

.eserv_form {

}

.eserv_form fieldset {
    border: none;
}

.eserv_form fieldset.eserv_form_btns {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin: 10px -15px -15px;
    padding: 10px 0;
}

.required_fields_sign {
    color: red;
    font-weight: normal;
    font-size: 120%;
    vertical-align: top;
}

.eserv_form hr {
    border: none;
    border-top: 1px solid #54b69c;
}

.eserv_form .postcode_lookup_trigger{
    height: auto;
    padding: 3px 12px;
    font-size: 13px !important;
}
.select_address_container{
    display: none;
}

footer {
    color: #ccc;
    padding: 25px 0;
    text-align: center;
    background: #2a3940;
    margin-top: 20px;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks a {
    color: #eee;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a.twitter:hover,
ul.social-buttons li a.twitter:focus,
ul.social-buttons li a.twitter:active {
    background-color: rgb(0, 172, 237);
}
ul.social-buttons li a.facebook:hover,
ul.social-buttons li a.facebook:focus,
ul.social-buttons li a.facebook:active {
    background-color: rgb(59, 89, 152);
}
ul.social-buttons li a.linkedin:hover,
ul.social-buttons li a.linkedin:focus,
ul.social-buttons li a.linkedin:active {
    background-color: rgb(0, 123, 182);
}

ul.social-buttons li a.mail:hover,
ul.social-buttons li a.mail:focus,
ul.social-buttons li a.mail:active {
    background-color: #666;
}

.conf_edit_btn {
    width: auto;
}

@media (max-width: 767px) {
    .conf_edit_btn {
        width: 100%;
    }
}

.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default.active[disabled], 
.btn-default.focus[disabled], 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
    background: #bbb;
}