/***
Import fonts
***/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../Fonts/OpenSans-Regular-webfont.eot');
    src: url('../Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Regular-webfont.woff2') format('woff2'), url('../Fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../Fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../Fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***
Colors
blue:  #4b8df8
light blue: #bfd5fa
red: #e02222
yellow: #ffb848
green: #35aa47
purple: #852b99
light grey: #fafafa;
grey: #555555;
***/

/***
Reset and overrides  
***/
/* general body settings */
body {
    color: #000;
    font-family: 'open_sansregular';
    /*font-family: 'Open Sans';*/
    padding: 0px !important;
    margin: 0px !important;
    font-size: 12px;
}

/***
General typography 
***/
h3 small, h4 small, h5 small {
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

    h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
        padding-bottom: 10px;
    }

a {
    text-shadow: none !important;
    color: #333;
}

/***
Apply fix for font awesome icons.
***/
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
    background: none !important;
}

/***
Close icon
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}

/***
Default button
***/

/***
Apply fix for metro icon - m-icon-swapup
***/
.m-icon-swapup {
    background-position: -46px -10px;
}

/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
    outline: 0;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/***
Fix grid offset
***/
.fix-offset {
    margin-left: 0px !important;
}


/***
Page loader
***/
.page-overlay {
    background: #eee;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url("../img/page-loader.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/***
Header and header elements.
***/
.header {
    padding: 0 !important;
    margin: 0 !important;
}

    .header .brand {
        margin-top: 0px;
    }

    .header .btn-navbar {
        margin-bottom: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 6px;
        background-image: none;
        filter: none;
        box-shadow: none;
        color: #fff;
        border: 0;
    }

        .header .btn-navbar:hover {
            text-decoration: none;
        }

    .header .navbar-inner {
        width: 100%;
        margin-left: 0 0 0 110pxt;
        border-top: 3px solid #297fb8;
        padding: 0px;
        box-shadow: none;
        height: 32px;
    }

    .header .nav {
        display: block;
    }

        .header .nav > li {
            margin: 0px;
            padding: 0px;
        }

.dropdown,
.dropdown > a {
    padding: 0px;
}

    .dropdown .dropdown-toggle {
        margin: 0px;
        padding: 14px 12px 8px 12px;
    }

        .dropdown .dropdown-toggle i {
            font-size: 18px;
        }

    .dropdown.user .dropdown-toggle {
        padding: 0px 6px;
    }

        .dropdown.user .dropdown-toggle:hover {
            text-decoration: none;
        }

        .dropdown.user .dropdown-toggle .username {
            color: #333;
        }

        .dropdown.user .dropdown-toggle:hover .username {
            color: #297fb8;
        }

    .dropdown.user {
        float: right;
    }

        .dropdown.user .dropdown-toggle i {
            display: inline-block;
            margin-top: 5px;
            margin: 0;
            font-size: 14px;
        }

        .dropdown.user .dropdown-toggle:hover i {
            color: #297fb8;
        }

    .dropdown .dropdown-toggle .badge {
        position: absolute;
        font-size: 11px !important;
        font-weight: 300;
        top: 8px;
        right: 24px;
        text-align: center;
        height: 14px;
        background-color: #e02222;
        padding: 2px 6px 2px 6px;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important;
        text-shadow: none !important;
    }

@-moz-document url-prefix() {
    .header .nav li.dropdown .dropdown-toggle .badge {
        padding: 1px 6px 3px 6px;
    }
}

.header .nav .dropdown-menu {
    margin-top: 3px;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
}

.fixed-top .page-container {
    margin-top: 32px;
}

/***
Page sidebar
***/
.page-sidebar .slide {
    position: absolute;
    top: 10px;
    left: 206px;
    padding: 0px 8px 0px 5px;
    background-color: #e02222;
    cursor: pointer;
}

    .page-sidebar .slide i {
        color: #fff;
        font-size: 16px;
    }

.page-sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

    .page-sidebar > ul > li {
        margin: 0;
        padding: 0;
        border: 0px;
        display: inline-block;
    }

        .page-sidebar > ul > li.has-sub.open {
            background: #297fb8;
        }

        .page-sidebar > ul > li > a {
            display: block;
            position: relative;
            margin: 0;
            border: 0px;
            padding: 5px 12px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 300;
        }

        .page-sidebar > ul > li a i {
            color: #eaeaea;
            font-size: 16px;
            margin-right: 5px;
            text-shadow: none;
        }

        .page-sidebar > ul > li.active > a {
            border: none;
            text-shadow: none;
        }

            .page-sidebar > ul > li.active > a .selected {
                display: block;
                width: 8px;
                height: 25px;
                background-image: url("../img/sidebar-menu-arrow.png");
                float: right;
                position: absolute;
                right: 0px;
                top: 8px;
            }

.page-sidebar ul > li > a .arrow:before {
    margin-top: 1px;
    margin-left: 5px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li > a .arrow.open:before {
    margin-top: 1px;
    margin-left: 10px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
}

.page-sidebar > ul > li > ul.sub {
    display: none;
    list-style: none;
    clear: both;
    margin: 8px 0px 8px 0px;
}

.page-sidebar > ul > li.active > ul.sub {
    display: block;
}

.page-sidebar > ul > li > ul.sub > li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

    .page-sidebar > ul > li > ul.sub > li > a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 3px 0px;
        color: #ccc;
        text-decoration: none;
        text-shadow: 0 1px 1px #000;
        font-size: 13px;
        font-weight: 300;
        background: none;
    }

        .page-sidebar > ul > li > ul.sub > li > a > i {
            font-size: 13px;
        }

.page-sidebar .sidebar-search {
    margin: 35px 20px 5px 20px;
}

    .page-sidebar .sidebar-search .submit {
        float: right;
        margin-top: 8px;
        width: 13px;
        height: 13px;
        background-image: url(../img/search-icon.png);
        background-repeat: no-repeat;
    }

    .page-sidebar .sidebar-search input {
        margin: 0px;
        width: 165px;
        border: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        box-shadow: none;
    }

    .page-sidebar .sidebar-search i {
        display: inline-block;
        font-size: 18px;
        line-height: 0;
        cursor: pointer;
    }

    .page-sidebar .sidebar-search .input-box {
        padding-bottom: 2px;
        border-bottom: 1px solid #959595 !important;
    }

/* ie8 fixes */
.ie8 .page-sidebar {
    position: absolute;
    width: 225px;
}

    .ie8 .page-sidebar ul {
        margin-top: 25px;
        width: 225px;
    }

/***
Page content
***/
.page-content {
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
}

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0px;
}

/***
Page title
***/
.page-title {
    padding: 0px;
    font-size: 30px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 20px 0px 15px 0px;
    font-weight: 300;
    font-family: 'Open Sans';
}

    .page-title small {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #888;
    }

/***
Page breadcrumb
***/
.page-content .breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 8px;
    margin-bottom: 1%;
    border: 0px !important;
    background-color: #eee;
    margin-top: 1.5%;
}

    .page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span {
        color: #333;
        font-size: 13px;
        text-shadow: none;
    }

    .page-content .breadcrumb i {
        color: #666;
    }

    /***
Dashboard date range panel
***/
    .page-content .breadcrumb .dashboard-date-range {
        display: none;
        padding-top: -1px;
        margin-right: 0px;
        margin-top: -8px;
        padding: 8px;
        padding-bottom: 7px;
        cursor: pointer;
        min-width: 275x;
        color: #fff;
        background-color: #e02222;
    }

        .page-content .breadcrumb .dashboard-date-range span {
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
        }

        .page-content .breadcrumb .dashboard-date-range .icon-calendar {
            text-transform: normal;
            color: #fff;
            margin-top: 0px;
            font-size: 14px;
        }

        .page-content .breadcrumb .dashboard-date-range span {
            font-weight: normal;
        }

        .page-content .breadcrumb .dashboard-date-range .icon-angle-down {
            color: #fff;
            font-size: 16px;
        }

/***
Footer
***/
.footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
    color: #fff;
    background-color: #2d3e50;
}

    .footer .go-top {
        display: block;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        margin-top: -2px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        background-color: #297fb8;
        padding: 0px 6px 0px 6px;
    }

        .footer .go-top i {
            color: #fff;
            font-size: 22px;
            margin-bottom: 5px;
        }

/***
Misc tools
***/
.visible-ie8 {
    display: none;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.hide {
    display: none;
}

.bold {
    font-weight: 400;
}

.fix-margin {
    margin-left: 0px !important;
}

.border {
    border: 1px solid #ddd;
}


hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}

/***
Icon stuff
***/
i.icon, a.icon {
    color: #999;
    margin-right: 5px;
    font-weight: normal;
    font-size: 13px;
}

    a.icon:hover {
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        opacity: .4;
        filter: alpha(opacity=40);
    }

    a.icon.huge i {
        font-size: 16px !important;
    }

i.big {
    font-size: 20px;
}

i.warning {
    color: #d12610;
}

i.critical {
    color: #37b7f3;
}

i.normal {
    color: #52e136;
}

/***
Custom wells
***/
.well {
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .well.mini {
        padding: 7px !important;
    }

/***
Form stuff
***/
form legend {
    margin: 15px 0px 10px 0px !important;
}

/*form fieldset
 {
    border: #999 1px solid;
    padding-left: 5px;
 }
form legend
 {
    font-weight: bold;
    padding-left: 5px;
    border: #999 1px solid;
 }*/
.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.form .form-actions {
    margin-top: 0px !important;
    margin-top: 40px;
    padding-left: 190px;
}

    .form .form-actions .m-btn {
        margin-left: 0px;
        margin-right: 10px;
    }

.portlet.box .form .form-actions,
.portlet.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important;
}

/***
Bordered form layout
***/

/***
Input icons
***/
/* input with right aligned and colored icons */
.input-icon input {
    padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 7px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-info {
    color: #27a9e3;
}

.input-icon .input-error {
    color: #B94A48;
}

.input-icon .input-warning {
    color: #C09853;
}

.input-icon .input-success {
    color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 7px 2px 4px 7px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-left: 33px !important;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

    .portlet:after, .portlet:before {
        display: table;
    }

.portlet-title {
    margin-bottom: 15px;
}

    .portlet-title h4 {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 0;
        color: #fff;
    }

#ClientContent .portlet-title h4 {
    color: #333;
}

.portlet-title h4 i {
    font-size: 13px;
    margin-right: 5px;
}

.sortable .portlet .portlet-title {
    cursor: move;
}

.portlet-title .tools {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
    clear: both;
}

    .portlet-title .tools:after, .portlet-title .tools:before {
        content: "";
        display: table;
    }

    .portlet-title .tools > a {
        display: inline-block;
        height: 16px;
        margin-left: 5px;
    }

        .portlet-title .tools > a.remove {
            background-image: url(../img/portlet-remove-icon.png);
            background-repeat: no-repeat;
            width: 11px;
        }

        .portlet-title .tools > a.config {
            background-image: url(../img/portlet-config-icon.png);
            background-repeat: no-repeat;
            width: 12px;
        }

        .portlet-title .tools > a.reload {
            background-image: url(../img/portlet-reload-icon.png);
            width: 13px;
        }

        .portlet-title .tools > a.expand {
            background-image: url(../img/portlet-expand-icon.png);
            width: 14px;
        }

        .portlet-title .tools > a.collapse {
            background-image: url(../img/portlet-collapse-icon.png);
            width: 14px;
        }

        .portlet-title .tools > a:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: .6;
            filter: 'alpha(opacity=60)';
        }

    .portlet-title .tools > .m-btn-group {
        margin: 0;
    }

        .portlet-title .tools > .m-btn-group > a {
            margin: 0;
        }

.portlet-body {
    clear: both;
    padding: 0;
}

    .portlet-body.light-blue, .portlet.light-blue {
        background-color: #bfd5fa !important;
    }

    .portlet-body.blue, .portlet.blue {
        background-color: #4b8df8 !important;
    }

    .portlet-body.red, .portlet.red {
        background-color: #e02222 !important;
    }

    .portlet-body.yellow, .portlet.yellow {
        background-color: #ffb848 !important;
    }

    .portlet-body.green, .portlet.green {
        background-color: #35aa47 !important;
    }

    .portlet-body.purple, .portlet.purple {
        background-color: #852b99 !important;
    }

    .portlet-body.light-grey, .portlet.light-grey {
        background-color: #fafafa !important;
    }

    .portlet-body.dark-grey, .portlet.dark-grey {
        background-color: #555555 !important;
    }

    .portlet-body .btn-toolbar {
        margin: 0px !important;
        padding: 0px !important;
    }

    .portlet-body .btn-group {
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 10px !important;
    }

/*  draggable girds */

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-top: 0px !important;
    margin-left: 1%;
    margin-right: 0.6%;
}

    .sortable-box-placeholder * {
        visibility: hidden;
    }

/***
Solid portlet
***/
.portlet.solid {
    padding: 10px;
}

    .portlet.solid .portlet-title .tools {
        margin-top: 2px;
        border: 0px;
    }

    .portlet.solid .portlet-title {
        margin-bottom: 5px;
        border: 0px;
    }

    .portlet.solid.bordered .portlet-title {
        margin-bottom: 15px;
    }

    .portlet.solid.red .portlet-title,
    .portlet.solid.red .portlet-title i,
    .portlet.solid.red .portlet-body,
    .portlet.solid.green .portlet-title,
    .portlet.solid.green .portlet-title i,
    .portlet.solid.green .portlet-body,
    .portlet.solid.yellow .portlet-title,
    .portlet.solid.yellow .portlet-title i,
    .portlet.solid.yellow .portlet-body,
    .portlet.solid.grey .portlet-title,
    .portlet.solid.grey .portlet-title i,
    .portlet.solid.grey .portlet-body,
    .portlet.solid.purple .portlet-title,
    .portlet.solid.purple .portlet-title i,
    .portlet.solid.purple .portlet-body,
    .portlet.solid.blue .portlet-title,
    .portlet.solid.blue .portlet-title i,
    .portlet.solid.blue .portlet-body {
        border: 0;
        color: #fff !important;
    }

.portlet.bordered {
    border-left: 2px solid #ddd;
}

/***
Box portlet
***/
.portlet.box {
    padding: 0px;
}

    .portlet.box .portlet-title {
        padding: 2px 10px;
        color: #fff !important;
    }



        .portlet.box .portlet-title .tools {
            margin-top: 3px;
        }

            .portlet.box .portlet-title .tools > a.remove,
            .portlet.solid .portlet-title .tools > a.remove {
                background-image: url(../img/portlet-remove-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.config,
            .portlet.solid .portlet-title .tools > a.config {
                background-image: url(../img/portlet-config-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.reload,
            .portlet.solid .portlet-title .tools > a.reload {
                background-image: url(../img/portlet-reload-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.expand,
            .portlet.solid .portlet-title .tools > a.expand {
                background-image: url(../img/portlet-expand-icon-white.png);
            }

            .portlet.box .portlet-title .tools > a.collapse,
            .portlet.solid .portlet-title .tools > a.collapse {
                background-image: url(../img/portlet-collapse-icon-white.png);
            }

    .portlet.box .portlet-body {
        background-color: #fff;
        padding: 10px;
    }

    .portlet.box .portlet-title {
        margin-bottom: 0px;
    }

    .portlet.box.blue .portlet-title {
        background-color: #297fb8;
    }

    .portlet.box.blue {
        border: 1px solid #b4cef8;
        border-top: 0;
    }

    .portlet.box.red .portlet-title {
        background-color: #297fb8;
    }

    .portlet.box.red {
        border: 1px solid #297fb8;
        border-top: 0;
    }

    .portlet.box.yellow .portlet-title {
        background-color: #ffb848;
    }

    .portlet.box.yellow {
        border: 1px solid #fccb7e;
        border-top: 0;
    }

    .portlet.box.green .portlet-title {
        background-color: #35aa47;
    }

    .portlet.box.green {
        border: 1px solid #77e588;
        border-top: 0;
    }

    .portlet.box.purple .portlet-title {
        background-color: #852b99;
    }

    .portlet.box.purple {
        border: 1px solid #af5cc1;
        border-top: 0;
    }

    .portlet.box.grey .portlet-title {
        background-color: #555555;
    }

    .portlet.box.grey {
        border: 1px solid #9d9c9c;
        border-top: 0;
    }

    .portlet.box.light-grey .portlet-title {
        background-color: #aaa;
    }

    .portlet.box.light-grey {
        border: 1px solid #eee;
        border-top: 0;
    }

/***
Charts and statistics
***/
.chart, .pie, .bars {
    height: 300px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

    .chart-tooltip .label {
        clear: both;
    }

/***
Mini chart containers
***/
.bar-chart {
    display: none;
}

.line-chart {
    display: none;
}

/***
Custom icon buttons
***/
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #ddd;
    padding: 16px 0px 0px 0px;
    background-color: #fafafa !important;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    text-decoration: none !important;
    border-color: #999 !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .icon-btn:hover .badge {
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.icon-btn i {
    font-size: 20px;
    color: #777 !important;
}

.icon-btn div {
    font-family: 'Open Sans';
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 11px;
    font-weight: 300;
}

.icon-btn .badge {
    position: absolute;
    font-family: 'Open Sans';
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 7px 3px 7px;
    color: white !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* for firefox only */
@-moz-document url-prefix() {
    .icon-btn .badge {
        padding: 2px 7px 4px 7px;
    }
}

/***
Extended bootstrap dropdowns
***/
.dropdown-menu.opens-left {
    margin-left: -136px;
}

.ie8 .dropdown-menu.opens-left {
    margin-left: -120px;
}

/* extended dropdowns */
.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

    .dropdown-menu.extended:before,
    .dropdown-menu.extended:after {
        border-bottom-color: #ddd !important;
    }


    .dropdown-menu.extended li a {
        display: block;
        padding: 5px 10px !important;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        white-space: normal !important;
    }

    .dropdown-menu.extended li i {
        margin-right: 3px;
    }

    .dropdown-menu.extended li a {
        font-size: 13px;
        padding: 10px !important;
        background-color: #ffffff;
    }

        .dropdown-menu.extended li a:hover {
            background-image: none;
            background-color: #f5f5f5;
            color: #000;
            filter: none;
        }

    .dropdown-menu.extended li p {
        padding: 10px;
        background-color: #eee;
        margin: 0px;
        font-size: 14px;
        font-weight: 300;
        color: #000;
    }

    .dropdown-menu.extended li a {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-bottom: 1px solid #f4f4f4 !important;
        font-size: 12px;
        text-shadow: none;
    }

    .dropdown-menu.extended li:first-child a {
        border-top: none;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li:last-child a {
        border-top: 1px solid white !important;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li.external > a {
        font-size: 13px;
        font-weight: 400;
    }

        .dropdown-menu.extended li.external > a > i {
            margin-top: 3px;
            float: right;
        }

/* header notifications dropdowns */

.dropdown-menu.notification li > a > .label {
    width: 10px;
    padding: 2px 4px;
    margin-right: 2px;
    text-align: center !important;
}

    .dropdown-menu.notification li > a > .label i {
        text-align: center !important;
    }

.dropdown-menu.notification li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li a .photo img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 6px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 14px;
        font-weight: 400;
        color: #02689b;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        position: absolute;
        right: 10px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 12px;
}

/* header tasks */
.dropdown-menu.tasks .task {
    margin-bottom: 5px;
}

    .dropdown-menu.tasks .task .desc {
        font-size: 13px;
        font-weight: 300;
    }

    .dropdown-menu.tasks .task .percent {
        font-size: 13px;
        font-weight: 600;
        float: right;
        display: inline-block;
    }

.dropdown-menu.tasks .progress {
    display: block;
    height: 10px;
    margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.item-list {
    margin: 0px;
    list-style: none;
}

    .item-list li {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-top: 1px solid white;
        border-bottom: 1px solid #EBEBEB;
        font-size: 12px;
    }

        .item-list li:first-child {
            border-top: none;
            border-bottom: 1px solid #EBEBEB;
        }

        .item-list li:last-child {
            border-top: none;
            border-bottom: none;
        }

        .item-list li .label {
            margin-right: 5px;
        }

    .item-list.todo li .label {
        position: absolute;
        right: 80px;
    }

    .item-list.todo li .actions {
        position: absolute;
        right: 45px;
    }

/***
Star rating
***/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star,
    .rating span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
    }

        .rating span.star:hover,
        .rating span.star:hover {
            cursor: pointer;
        }

        .rating span.star:before,
        .rating span.star:before {
            content: "\f006";
            padding-right: 5px;
            color: #999999;
        }

        .rating span.star:hover:before,
        .rating span.star:hover:before,
        .rating span.star:hover ~ span.star:before,
        .rating span.star:hover ~ span.star:before {
            content: "\f005";
            color: #e3cf7a;
        }

/* adjust uniform components */
.radio, .checkbox {
    padding-left: 0px !important;
}

.controls > .radio,
.controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important;
}

    .controls > .radio.line,
    .controls > .checkbox.line {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 5px !important;
    }

.checkbox div.checker {
    margin-right: 2px !important;
}

.uploader {
    margin-top: 2px !important;
}

/* item block with details shown on hover */
.item {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

    .item .details {
        width: 100%;
        display: none;
        background-color: #000;
        color: #fff !important;
        padding: 5px;
        text-align: center;
        position: relative;
        bottom: 30px;
        margin-bottom: -30px;
        overflow: hidden;
        z-index: 6;
    }

    .item:hover .details {
        display: block;
        opacity: 0.7;
        filter: alpha(opacity = 70);
    }

    .item:hover .zoom-icon {
        opacity: 0.5;
        filter: alpha(opacity = 50);
    }

/* zoom icon overlay on images */
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

    .zoom .zoom-icon {
        background-image: url("../img/overlay-icon.png");
        background-color: #222;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        width: inherit;
        height: inherit;
        opacity: 0;
        filter: alpha(opacity = 0);
        z-index: 6;
        top: 0;
    }


/***
Calendar with full calendar
***/
.external-event {
    display: inline-block !important;
    cursor: move;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

.portlet .event-form-title {
    font-size: 14px;
    margin-top: -8px;
    font-weight: 400;
    margin-bottom: 0px;
}

.portlet.calendar .fc-event-time {
    color: #fff;
    font-size: 13px;
    font-weight: 300 !important;
}

.portlet.calendar .fc-event-title {
    color: #fff;
    font-size: 13px;
    font-weight: 300 !important;
}

.portlet.calendar .fc-event-skin {
    border: 0px !important;
    background-color: #69a4e0 !important;
}

.portlet.calendar .fc-button-content {
    color: #fff;
}

.portlet.calendar .fc-button {
    top: -48px;
}

.portlet.calendar .fc-state-hover .fc-button-content,
.portlet.calendar .fc-state-active .fc-button-content {
    color: #666;
}

.portlet.calendar .fc-state-hover,
.portlet.calendar .fc-state-active {
    background-color: #fff !important;
}

.portlet.calendar .fc-state-disabled .fc-button-content {
    color: #ddd;
}

.portlet.calendar .fc-button-prev,
.portlet.calendar .fc-button-next {
    font-family: Arial !important;
}

.portlet.calendar .fc-header-title h2 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    color: #111;
}

.portlet.calendar .fc-widget-header {
    background-image: none !important;
    filter: none !important;
    background-color: #eee !important;
    text-transform: uppercase;
    font-color: #000;
    font-weight: 300;
}

.portlet.calendar .mobile .fc-button {
    margin-right: 2px !important;
}

    .portlet.calendar .mobile .fc-button .fc-button-inner {
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
        background-color: #ddd !important;
        background-image: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        color: #000 !important;
        border: none !important;
        text-shadow: none !important;
        text-align: center;
    }

.portlet.calendar .mobile .fc-button-content {
    color: #000 !important;
}

.portlet.calendar .mobile .fc-state-hover .fc-button-content,
.portlet.calendar .mobile .fc-state-active .fc-button-content {
    background-color: #eee !important;
}

.portlet.calendar .mobile .fc-state-hover,
.portlet.calendar .mobile .fc-state-active {
    color: #fff !important;
}

.portlet.calendar .mobile .fc-state-disabled .fc-button-content {
    color: #bbb !important;
}

.portlet.calendar .mobile .fc-header-left {
    position: absolute;
    z-index: 10;
}

.portlet.calendar .mobile .fc-header-right {
    position: absolute;
    z-index: 9;
}

.portlet.calendar .mobile .fc-header-left .fc-button {
    top: -2px !important;
}

.portlet.calendar .mobile .fc-header-right {
    position: relative;
    left: 0;
}

    .portlet.calendar .mobile .fc-header-right .fc-button {
        top: 35px !important;
    }

        .portlet.calendar .mobile .fc-header-right .fc-button:last-child {
            margin-right: 0px !important;
        }

.portlet.calendar .mobile .fc-content {
    margin-top: 53px;
}

/***
Scroller
***/
.scroller {
    padding: 0px !important;
    margin: 0px !important;
    padding-right: 12px !important;
}

.portlet-body .slimScrollBar {
    margin-right: 0px !important;
}

/***
jqvmap changes
***/
.jqvmap-zoomin {
    background-color: #666 !important;
}

.jqvmap-zoomout {
    background-color: #666 !important;
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}

/***
Google maps
***/
.gmaps {
    height: 300px;
    width: 100%;
}

    /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
    .gmaps img {
        max-width: none;
    }

#gmap_static div {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 100%;
    display: block;
    height: 300px;
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0px;
}

/***
Custom tables
***/
.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.table-advance {
    margin-bottom: 10px !important;
}

    .table-advance select {
        margin-bottom: 0px !important;
        height: 20px;
    }

    .table-advance input[type="checkbox"], .table-advance input[type="radio"] {
        margin: 0px !important;
        vertical-align: middle;
    }

.radio {
    vertical-align: middle;
    margin: 0px !important;
}

.table-advance thead {
    color: #999;
}

    .table-advance thead tr th {
        background-color: #297fb8;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }

.table-client thead tr th {
    background-color: #ffb848;
    color: #333;
    text-align: left;
}

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
    position: absolute;
    margin-top: -1px;
    float: left;
    width: 2px;
    height: 24px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0px;
    font-size: 11px;
}

    .table-advance tr td:first-child {
        border-left: none;
    }

    .table-advance tr td.highlight:first-child a {
        margin-left: 15px;
    }

.table-advance td.highlight div.success {
    border-left: 2px solid #66ee66;
}

.table-advance td.highlight div.info {
    border-left: 2px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-left: 2px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-left: 2px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-left: 2px solid #e23e29;
}

/***
Gritter notification modify
***/
.gritter-close {
    left: auto !important;
    right: 3px !important;
}

/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

    .chats li {
        list-style: none;
        padding: 5px 0;
        margin: 10px auto;
        font-size: 12px;
    }

        .chats li img.avatar {
            height: 45px;
            width: 45px;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
        }

        .chats li.in img.avatar {
            float: left;
            margin-right: 10px;
        }

        .chats li .name {
            color: #3590c1;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li .datetime {
            color: #333;
            font-size: 13px;
            font-weight: 400;
        }

        .chats li.out img.avatar {
            float: right;
            margin-left: 10px;
        }

        .chats li .message {
            display: block;
            padding: 5px;
            position: relative;
        }

        .chats li.in .message {
            text-align: left;
            border-left: 2px solid #35aa47;
            margin-left: 65px;
            background: #fafafa;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 5px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-right: 8px solid #35aa47;
            }

        .chats li.out .message .arrow {
            display: block;
            position: absolute;
            top: 5px;
            right: -8px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #da4a38;
        }

        .chats li.out .message {
            border-right: 2px solid #da4a38;
            margin-right: 65px;
            background: #fafafa;
            text-align: right;
        }

        .chats li.out .name,
        .chats li.out .datetime {
            text-align: right;
        }

        .chats li .message .body {
            display: block;
        }

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    clear: both;
}

    .chat-form .input-cont {
        margin-right: 55px;
    }

        .chat-form .input-cont .m-wrap {
            margin-bottom: 0px;
        }

        .chat-form .input-cont input {
            border: 1px solid #ddd;
            width: 100%;
            margin-top:;
        }

        .chat-form .input-cont input {
            background-color: #fff !important;
        }

            .chat-form .input-cont input:focus {
                border: 1px solid #4b8df9 !important;
            }

    .chat-form .btn-cont {
        margin-top: -42px;
        position: relative;
        float: right;
        width: 44px;
    }

        .chat-form .btn-cont .arrow {
            position: absolute;
            top: 17px;
            right: 43px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #4d90fe;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .chat-form .btn-cont:hover .arrow {
            border-right-color: #0362fd;
        }

        .chat-form .btn-cont:hover .btn {
            background-color: #0362fd;
        }

        .chat-form .btn-cont .btn {
            margin-top: 8px;
        }

/***
System feeds
***/
.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .feeds li {
        background-color: #fafafa;
        margin-bottom: 7px;
    }

        .feeds li:before,
        .feeds li:after {
            display: table;
            line-height: 0;
            content: "";
        }

        .feeds li:after {
            clear: both;
        }

    .feeds .col1 {
        float: left;
        width: 100%;
        clear: both;
    }

    .feeds .col2 {
        float: left;
        width: 75px;
        margin-left: -75px;
    }

    .feeds .col1 .cont {
        float: left;
        margin-right: 75px;
        overflow: hidden;
    }

        .feeds .col1 .cont .cont-col1 {
            float: left;
            margin-right: -100%;
        }

            .feeds .col1 .cont .cont-col1 .label {
                float: left;
                width: 14px;
                padding: 7px;
            }

        .feeds .col1 .cont .cont-col2 {
            float: left;
            width: 100%;
        }

            .feeds .col1 .cont .cont-col2 .desc {
                margin-left: 35px;
                padding-top: 4px;
                padding-bottom: 4px;
                overflow: hidden;
            }

    .feeds .col2 .date {
        padding: 4px 9px 4px 4px;
        text-align: right;
        font-style: italic;
        color: #c1cbd0;
    }

/***
Users
***/
.user-info {
    margin-bottom: 10px !important;
}

    .user-info img {
        float: left;
        margin-right: 5px;
    }

    .user-info .details {
        display: inline-block;
    }

    .user-info .label {
        font-weight: 300;
        font-size: 11px;
    }

/***
Custom tabs
***/
.tab-content {
    padding: 0px;
    overflow: hidden;
}

.tabbable-custom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #297fb8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
    cursor: pointer;
}

.tabbable-custom .nav-tabs > li > a {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 0;
        padding: 3px 18px;
        font-size: 13px;
    }

.tabbable-custom .nav-tabs > li > a:hover {
            background: none;
            border-color: transparent;
        }

.tabbable-custom .nav-tabs > li.active {
        border-top: 3px solid #297fb8;
        margin-top: 0;
        position: relative;
    }

.client-tab .nav-tabs > li.active {
    border-top: 3px solid #fccb7e;
    margin-top: 0;
    position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
    border-top: none;
    font-weight: 400;
    border: 1px solid #297fb8;
    border-bottom: none;
}

.client-tab .nav-tabs > li.active > a {
    border-top: none;
    font-weight: 400;
    border: 1px solid #fccb7e;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #297fb8 #297fb8 transparent;
}

.client-tab .nav-tabs > li.active > a:hover {
    background: #fff;
    border-color: #fccb7e #fccb7e transparent;
    cursor: pointer;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

.client-tab .nav-tabs > li > a {
    color: #fff;
}

.client-tab .nav-tabs > li.active > a {
    color: #333 !important;
}

.tabs-below.tabbable-custom .nav-tabs > li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-bottom: 3px solid #d12610;
        margin-bottom: 0;
        position: relative;
    }

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
            border-bottom: none;
        }

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 #d4d4d4 transparent;
            }

.tabs-left.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: 0;
}

.tabs-left.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-left: 3px solid #d12610;
        margin-top: 0;
        margin-right: -1px;
        position: relative;
    }

.tabs-left.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4;
            border-left: 1px solid transparent;
        }

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 transparent #d4d4d4 transparent;
            }

.tabs-right.tabbable-custom .nav-tabs > li {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none;
}

.tabs-right.tabbable-custom .nav-tabs > li.active {
        border-top: none;
        border-right: 3px solid #d12610;
        margin-top: 0;
        margin-left: -1px;
        position: relative;
    }

.tabs-right.tabbable-custom .nav-tabs > li.active > a {
            border-top: 1px solid #d4d4d4;
            border-right: 1px solid transparent;
        }

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover {
                background: #fff;
                border-color: #d4d4d4 transparent #d4d4d4;
            }

.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
        padding: 8px 10px;
    }


/***
Custom portlet tabs
***/
.portlet-tabs .nav-tabs {
    position: relative;
    margin-top: -41px;
    margin-right: 10px;
}

    .portlet-tabs .nav-tabs > li {
        float: right;
    }

.portlet-tabs .nav-tabs {
    border-bottom: none;
}

    .portlet-tabs .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 10px;
        line-height: 16px;
        margin-top: 6px;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0;
        border-right: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .portlet-tabs .nav-tabs > li:last-child > a {
        border-right: 0;
    }

    .portlet-tabs .nav-tabs > li {
        margin-left: 1px;
    }

        .portlet-tabs .nav-tabs > li.active a {
            margin-bottom: 0px;
            border-bottom: 0;
            margin-left: 0px;
            margin-right: 0px;
            border-left: 0;
            border-right: 0;
            background-color: none !important;
            border-top-color: transparent;
            background-color: #fff;
        }

        .portlet-tabs .nav-tabs > li > a:hover {
            margin-bottom: 0px;
            border-bottom: 0;
            margin-left: 0px;
            margin-right: 0px;
            border-left: 0;
            border-right: 0;
            background-color: none !important;
            border-top-color: transparent;
            background-color: #fff;
        }

    .portlet-tabs .nav-tabs > .active > a {
        color: #555555;
        cursor: default;
        background-color: #fff;
    }

        .portlet-tabs .nav-tabs > .active > a:hover {
            background-color: #fff !important;
        }

.portlet-tabs .tab-content {
    padding: 10px !important;
    margin: 0px;
    margin-top: -10px;
}

.portlet.tabbable .portlet-body {
    padding: 0px;
}

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/***
Dashboard stats
***/
.dashboard-stat {
    margin-bottom: 25px;
}

    .dashboard-stat:before,
    .dashboard-stat:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .dashboard-stat:after {
        clear: both;
    }

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
    }

        .dashboard-stat .visual i {
            font-size: 65px;
            color: #fff;
        }

    .dashboard-stat .details {
        float: right;
        padding-right: 10px;
    }

        .dashboard-stat .details .number {
            padding-top: 25px;
            text-align: right;
            font-size: 34px;
            letter-spacing: -1px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 10px;
        }

        .dashboard-stat .details .desc {
            text-align: right;
            font-size: 16px;
            letter-spacing: 0px;
            font-weight: 300;
            color: #fff;
        }

    .dashboard-stat .more {
        clear: both;
        display: block;
        padding: 5px 10px 5px 10px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .dashboard-stat .more i {
            margin-top: 4px;
            float: right;
        }

        .dashboard-stat .more:hover {
            text-decoration: none;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .dashboard-stat.blue {
        background-color: #27a9e3;
    }

        .dashboard-stat.blue .more {
            background-color: #208dbe;
        }

    .dashboard-stat.green {
        background-color: #28b779;
    }

        .dashboard-stat.green .more {
            background-color: #10a062;
        }

    .dashboard-stat.red {
        background-color: #e7191b;
    }

        .dashboard-stat.red .more {
            background-color: #bc0d0e;
        }

    .dashboard-stat.yellow {
        background-color: #ffb848;
    }

        .dashboard-stat.yellow .more {
            background-color: #cb871b;
        }

    .dashboard-stat.purple {
        background-color: #852b99;
    }

        .dashboard-stat.purple .more {
            background-color: #6e1881;
        }

/***
Form wizard
***/

.form-wizard .progress {
    margin-bottom: 30px;
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
}

    .form-wizard .steps .navbar-inner {
        background-color: #fff !important;
        background-image: none !important;
        filter: none !important;
        border: 0px;
        box-shadow: none !important;
    }

        .form-wizard .steps .navbar-inner li a {
            background-color: #fff !important;
            background-image: none !important;
            filter: none !important;
            border: 0px;
            box-shadow: none !important;
        }

.form-wizard .step:hover {
    text-decoration: none;
}

.form-wizard .step .number {
    background-color: #eee;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px 12px 15px !important;
    margin-right: 10px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.form-wizard .active .step .number {
    background-color: #35aa47;
    color: #fff;
}

.form-wizard .active .step .desc {
    font-weight: 400;
}

.form-wizard .step i {
    display: none;
}

.form-wizard .done .step .number {
    background-color: #f2ae43;
    color: #fff;
}

.form-wizard .done .step .desc {
    font-weight: 400;
}

.form-wizard .done .step i {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}

/***
Google Maps
***/
#gmap_routes_instructions {
    margin-top: 10px;
}

/***
Pricing table
***/
.pricing-table {
    border: 3px solid transparent;
    padding: 10px;
    background-color: #f1f2f2;
}

    .pricing-table:hover {
        border-color: #4b8df8;
    }

    .pricing-table h3 {
        margin-left: -2px;
        padding-left: 0px;
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 26px;
        color: #111;
        margin-top: 0px;
    }

    .pricing-table .desc {
        margin-bottom: 10px;
        padding-bottom: 15px;
        color: #666;
        border-bottom: 1px solid #ddd;
    }

    .pricing-table ul {
        margin: 0px;
        margin-bottom: 15px;
        padding: 0px;
        list-style: none;
    }

        .pricing-table ul li {
            padding: 6px 0px;
            padding-left: 11px;
            font-size: 13px;
            line-height: 13px;
            color: #666;
        }

            .pricing-table ul li i {
                position: absolute;
                margin-right: 0px;
                margin-top: -2px;
                margin-left: -17px;
                color: #35aa47;
                font-size: 16px;
            }

    .pricing-table .rate {
        border-top: 1px solid #ddd;
        margin-bottom: 10px;
        padding-top: 15px;
        clear: both;
    }

    .pricing-table.selected .rate {
        border-top-color: #fff;
    }

    .pricing-table .rate:before,
    .pricing-table .rate:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pricing-table .rate:after {
        clear: both;
    }

    .pricing-table .rate .price {
        display: inline-block;
        float: left;
        clear: both;
    }

    .pricing-table .rate .btn {
        margin-top: 3px;
        float: right;
        display: block;
    }

    .pricing-table .rate .price .currency {
        padding-top: 4px;
        float: left;
        width: 50px;
        text-align: right;
        font-size: 13px;
        line-height: 14px;
        font-weight: 300;
        margin-right: 2px;
    }

    .pricing-table .rate .price .amount {
        padding-top: 4px;
        letter-spacing: -3px;
        float: left;
        text-align: right;
        font-size: 36px;
        line-height: 30px;
        font-weight: 300;
    }

    .pricing-table.selected {
        background-color: #4b8df8;
    }

        .pricing-table.selected:hover {
            border-color: #ddd;
        }

        .pricing-table.selected .desc {
            border-bottom-color: #fff;
        }

        .pricing-table.selected h3,
        .pricing-table.selected .desc,
        .pricing-table.selected ul li,
        .pricing-table.selected ul li i,
        .pricing-table.selected .rate {
            color: #fff;
        }

/***
Pricing table(Alternative)
***/

.pricing-table2 {
    border: 3px solid transparent;
    padding: 10px;
    background-color: #f1f2f2;
}

    .pricing-table2:hover {
        border-color: #4b8df8;
    }

    .pricing-table2 h3 {
        margin-left: -2px;
        padding-left: 0px;
        font-size: 26px;
        margin-bottom: 5px;
        line-height: 26px;
        margin-top: 0px;
        color: #111;
    }

    .pricing-table2 .desc {
        margin-bottom: 10px;
        padding-bottom: 0px;
        color: #666;
    }

    .pricing-table2 ul {
        margin: 0px;
        margin-bottom: 0px;
        padding: 0px;
        list-style: none;
    }

        .pricing-table2 ul li {
            padding: 6px 0px;
            padding-left: 11px;
            font-size: 13px;
            line-height: 13px;
            color: #666;
        }

            .pricing-table2 ul li i {
                position: absolute;
                margin-right: 0px;
                margin-top: -2px;
                margin-left: -17px;
                color: #35aa47;
                font-size: 16px;
            }

    .pricing-table2 .rate {
        margin-bottom: 10px;
        padding: 15px 15px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #35aa47;
        color: #fff;
        clear: both;
    }

    .pricing-table2.selected .rate {
        border-top-color: #fff;
    }

    .pricing-table2 .rate:before,
    .pricing-table2 .rate:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pricing-table2 .rate:after {
        clear: both;
    }

    .pricing-table2 .rate .price {
        display: inline-block;
        float: left;
        clear: both;
    }

    .pricing-table2 .rate .btn {
        margin-top: 3px;
        float: right;
        display: block;
    }

    .pricing-table2 .rate .price .currency {
        padding-top: 4px;
        float: left;
        width: 50px;
        text-align: right;
        font-size: 13px;
        line-height: 14px;
        font-weight: 300;
    }

    .pricing-table2 .rate .price .amount {
        padding-top: 4px;
        float: left;
        text-align: right;
        font-size: 36px;
        line-height: 30px;
        font-weight: 300;
    }

    .pricing-table2.selected {
        background-color: #4b8df8;
    }

        .pricing-table2.selected .rate {
            background-color: #ffb848;
        }

        .pricing-table2.selected:hover {
            border-color: #ddd;
        }

        .pricing-table2.selected .desc {
            border-bottom-color: #fff;
        }

        .pricing-table2.selected h3,
        .pricing-table2.selected .desc,
        .pricing-table2.selected ul li,
        .pricing-table2.selected ul li i,
        .pricing-table2.selected .rate .currency,
        .pricing-table2.selected .rate .amount {
            color: #fff !important;
        }


/***
Login page
***/

/* logo page */
.login {
    background-color: #444 !important;
}

    .login .logo {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #444;
    }

    .login .content {
        background: url(../img/login-admin.png) center no-repeat;
        left: 50%;
        margin: -300px 0 0 -485px;
        padding: 20px 30px 15px;
        position: fixed;
        top: 50%;
        width: 970px;
        height: 570px;
    }

        .login .content h3 {
            color: #000;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content p {
            color: #222;
        }

        .login .content .login-form,
        .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .m-wrap, .login .content-client .m-wrap {
            width: 258px;
            border: 1px solid #ccc;
            border-left: 0 !important;
        }

        .login .content .input-icon {
            border-left: 2px solid #297fb8 !important;
            margin-bottom: 10px;
        }

    .login .content-client .input-icon {
        border-left: 2px solid #f4a000 !important;
        margin-bottom: 20px;
    }

        .login .content .input-icon .m-wrap, .login .content-client .input-icon .m-wrap {
            margin: 0px !important;
        }

    .login .content .forget-form {
        display: none;
    }

    .login .content .form-title, .login .content-client .form-title {
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 22px;
        text-align: center;
    }

    .login .content .form-actions, .login .content-client .form-actions {
        background-color: #fff;
        clear: both;
        border: 0px;
        border-bottom: 1px solid #eee;
        padding: 0px 30px 10px 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .login .content .forget-form .form-actions {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .login .content .form-actions .checkbox, .login .content-client .form-actions .checkbox {
        margin-top: 8px;
        display: inline-block;
    }

    .login .content .form-actions .btn {
        margin-top: 5px;
        background: #297fb8 !important;
        color: #fff;
        padding: 4px 18px;
    }

    .login .content-client .form-actions .btn {
        margin-top: 1px;
        background: #f4a000 !important;
        color: #fff;
    }

        .login .content .form-actions .btn:hover, .login .content-client .form-actions .btn:hover {
            background: #2d3e50 !important;
        }


    .login .copyright {
        text-align: center;
        width: 250px;
        margin: 0 auto;
        padding: 10px 10px 0 10px;
        color: #999;
        font-size: 11px;
        clear: both;
    }


/***
Page 404
***/
.page-404 .number {
    letter-spacing: -10px;
    margin-top: 0px;
    line-height: 158px;
    font-size: 158px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right;
}

.page-500 .number {
    letter-spacing: -10px;
    margin-top: 0px;
    line-height: 158px;
    font-size: 158px;
    font-weight: 300;
    color: #ec8c8c;
    text-align: right;
}

.page-500 .details {
    padding-top: 20px;
}



/***
Daterangepicker plugin css changes
***/
.daterangepicker td {
    text-shadow: none !important;
}

    .daterangepicker td.active {
        background-color: #4b8df8 !important;
        background-image: none !important;
        filter: none !important;
    }

.daterangepicker th {
    font-weight: 400;
    font-size: 14px;
}


/***
Toggle buttons plugin css changes
***/
.toggle-button,
.toggle-button label {
    margin-top: 3px;
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: 1px solid #eee !important;
}

    .toggle-button span.labelRight,
    .toggle-button span.primary,
    .toggle-button span.labelLeft,
    .toggle-button span.info,
    .toggle-button span.success,
    .toggle-button span.warning,
    .toggle-button span.danger {
        font-size: 13px !important;
        font-weight: 300 !important;
        background-image: none !important;
        filter: none !important;
    }

    .toggle-button span.labelRight {
        background-color: #eee;
    }

/***
Choosen plugin css changes
***/
.chzn-container-single .chzn-single {
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    height: 31px !important;
    border-color: #e5e5e5 !important;
    padding-top: 0px !important;
}

    .chzn-container-single .chzn-single > span {
        margin-top: 1px;
    }

    .chzn-container-single .chzn-single > abr {
        margin-top: 3px;
    }

.chzn-container-single .chzn-search input:focus,
.chzn-container-single .chzn-search input:active {
    border: 1px solid #000 !important;
    box-shadow: none !important;
}

.chzn-container .chzn-choices li.search-choice {
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    background-color: #eee !important;
    border: 0 !important;
}

.chzn-container .chzn-results .highlighted {
    background-image: none !important;
    filter: none !important;
    background-color: #eee !important;
    color: #111 !important;
}

.chzn-container-multi .chzn-choices {
    background-image: none !important;
    filter: none !important;
    box-shadow: none !important;
    border-color: #e5e5e5 !important;
    padding: 2px 1px 1px 1px !important;
}

    .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
        background-image: none !important;
        `filter:none !important;
    }

.chzn-container-multi .chzn-choices {
    box-shadow: none !important;
}

.chzn-container .group-result {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/***
Fileuploader plugin css changes
***/
.fileupload .btn {
    padding: 7px 14px !important;
}

.fileupload-exists {
    padding: 0px;
}

.fileupload .fileupload-preview {
    background-color: #fff !important;
    background-image: none !important;
    filter: none !important;
}

.fileupload .close {
    position: relative;
    top: 0px !important;
}

/***
Uniform plugin css changes
***/
.checkbox .checker {
    margin-top: -1px !important;
}

/***
Clockface plugin css changes
***/
.clockface .cell .inner.active,
.clockface .cell .outer.active {
    background-image: none !important;
    filter: none !important;
}

/***
WYSIWYG
***/
.wysihtml5-toolbar li {
    margin: 0px;
    height: 29px;
}

    .wysihtml5-toolbar li .dropdown-menu {
        margin-top: 5px;
    }

/***
CKEditor css changes
***/
.cke_bottom,
.cke_inner,
.cke_top,
.cke_reset,
.cke_dialog_title,
.cke_dialog_footer,
.cke_dialog {
    background-image: none !important;
    filter: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.cke_dialog_ui_button,
.cke_dialog_tab {
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

    .cke_dialog_ui_button:hover,
    .cke_dialog_tab:hover {
        text-decoration: none;
        text-shadow: none !important;
    }

.cke_dialog_ui_input_text {
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.cke_combo_button,
.cke_button,
.cke_toolbar,
.cke_toolgroup {
    background-image: none !important;
    filter: none !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.cke_button,
.cke_combo_button,
.cke_panel_grouptitle,
.cke_hc.cke_panel_listItem a {
    background-image: none !important;
    filter: none !important;
    text-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

    .cke_button:hover,
    .cke_combo_button:hover {
        background-color: #ddd;
    }

.cke_toolbar_break {
    background-image: none !important;
    filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

/***
Modify tags input plugin css
***/
div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

    div.tagsinput span.tag {
        background: #aaa !important;
        color: #fff !important;
        border: 0 !important;
        padding: 3px 6px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 4px !important;
    }

    div.tagsinput input {
        padding: 3px 6px !important;
    }

    div.tagsinput span.tag a {
        color: #fff !important;
    }

    div.tagsinput .not_valid {
        color: #fff !important;
        padding: 3px 6px !important;
        background-color: #e02222 !important;
    }


/***
Date tables plugin changes
***/
.dataTable {
    clear: both;
    margin-top: 5px;
}

.dataTables_filter label {
    line-height: 32px !important;
}

/***
Styler Panel 
***/
.styler-panel {
    position: absolute;
    clear: both;
    width: 20px;
    height: 22px;
    overflow: hidden;
    top: 48px;
    right: 20px;
    white-space: nowrap;
    padding: 5px;
    padding-left: 10px;
    padding-top: 5px;
    background-color: #e1e1e1;
    z-index: 1;
}

    .styler-panel > i {
        font-size: 18px;
        cursor: pointer;
        display: inline-block;
        margin-right: 2px;
        margin-top: 2px;
        color: #666;
    }

    .styler-panel > .icon-remove {
        display: none;
    }

    .styler-panel label {
        display: inline-block !important;
    }

    .styler-panel .text {
        margin-right: 2px;
        font-weight: 300;
        line-height: 14px;
        font-size: 14px;
    }

    .styler-panel .settings {
        display: none;
    }

    .styler-panel .checker {
        display: inline-block !important;
        margin-top: -1px;
    }

    .styler-panel .colors span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 2px 3px -7px 3px;
        border: 2px solid #ddd;
        cursor: pointer;
    }

    .styler-panel .layout {
        clear: both;
        margin-top: 5px;
        margin-left: 60px;
        margin-bottom: 5px;
        display: block;
    }

    .styler-panel .colors span.active,
    .styler-panel .colors span:hover {
        border: 2px solid white;
    }

    .styler-panel .colors .color-default {
        background-color: #333438;
    }

    .styler-panel .colors .color-blue {
        background-color: #124f94;
    }

    .styler-panel .colors .color-light {
        background-color: #fff;
    }

/*----------------------------------------------------*/
.form_layout label {
    color: #333;
    display: inline-block;
    font-weight: bold;
    margin: 0 2% 0 0;
    vertical-align: middle;
    width: 30%;
    text-align: right;
}

.form_layout_BTD label {
    color: #333;
    display: inline-block;
    font-weight: bold;
    margin: 0 2% 0 0;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}
.form_layout_BTD {
    margin: 0px auto;
    padding: 5px 5px;
    width: 90%;
}
.form_layout {
    margin: 0px auto;
    padding: 5px 15px;
    width: 100%;
}

.form_layout_popup {
    padding: 5px 2%;
    width: 96%;
}

.form_layout select {
    height: 20px;
    width: 60%;
    margin: 0px;
}

.form_layout_BTD select {
    height: 20px;
    width: 200px;
    margin: 0px;
}

.form_layout input[type="text"] {
    margin: 0;
    width: 60%;  
    padding:0px;
}

.form_layout_Report select {
    height: 20px;
    width: 20%;
    margin: 0px;
}

.form_layout_Report input[type="text"] {
    margin: 0;
    width: 19%;
}

.form_layout_Report label {
    color: #333;
    display: inline-block;
    font-weight: bold;
    margin: 0 2% 0 0;
    vertical-align: middle;
    width: 24%;
    text-align: right;
    font-size: 11px;
}

.form_layout_Report {
    margin: 0px auto;
    padding: 5px 1%;
    width: 98%;
}

.form_layout_Report textarea {
    margin: 0;
    width: 62%;
    resize: none;
}

.form_layout_BTD textarea {
    margin: 0;
    width: 200px;
    resize: none;
    height: 50px;
}

.form_layout textarea {
    margin: 0;
    width: 62%;
    resize: none;
    height: 50px;
}

.form_layout input[type="radio"], .form_layout input[type="checkbox"], .form_layout_Report input[type="radio"], .form_layout_Report input[type="checkbox"] {
    margin: 0px;
}

.form_row {
    margin: 5px 0;
}

.form_button {
    width: 210px;
    margin: 0px auto;
}

.form_layout input[type="submit"], .form_layout button, .form_layout a, .form_layout input[type="button"], .form_layout_Report input[type="submit"], .form_layout_Report button, .form_layout_Report a, .form_layout_Report input[type="button"], .form_layout_BTD a, .form_layout_BTD input[type="submit"] {
    background: none repeat scroll 0 0 #297fb8;
    border: medium none;
    border-radius: 3px !important;
    color: #fff;
    height: 20px;
    margin: 5px 10px 5px 0px;
    width: auto;
    padding: 0px 7px;
    font-size: 13px;
    font-family: 'open_sansregular';
    vertical-align: bottom;
}

.form_layout a,.form_layout_BTD a {
    text-decoration: none;
    height: 20px;
    display: inline-block;
}

    .form_layout input[type="submit"]:hover, .form_layout button:hover, .form_layout a:hover, .form_layout input[type="button"]:hover,.form_layout_BTD a:hover,.form_layout_BTD input[type="submit"]:hover {
        background: #2d3e50;
    }

.form_layout h4 {
    border-bottom: 4px double #555;
    margin: 0 auto 20px;
    text-align: center;
    width: 25%;
    font-weight: bold;
}
.form_layout_BTD h4 {
    border-bottom: 4px double #555;
    margin: 0 auto 20px;
    text-align: center;
    width: 25%;
    font-weight: bold;
}
.client_layout {
    padding: 10px 15px;
}

.client_layout_BTD {
    padding: 2px 2px;
}
.form_layout_BTD .spnInfo {
    width: 240px;
    text-align:left;
}
.form_layout .spnInfo {
    width: 418px;
    text-align:left;
}
.client_layout_BTD input[type="submit"], .client_layout_BTD button, .client_layout_BTD a {
    background: #555;
    margin: 0;
}

    .client_layout_BTD input[type="submit"]:hover, .client_layout_BTD button:hover, .client_layout_BTD a:hover{
        background: #2d3e50;
        color: #fff;
    }

.client_layout input[type="submit"], .client_layout button, .client_layout a {
    background: #555;
    margin: 0;
}

    .client_layout input[type="submit"]:hover, .client_layout button:hover, .client_layout a:hover {
        background: #2d3e50;
        color: #fff;
    }

.tab-data {
    display: inline-block;
    margin: 2% 0 1%;
    width: 100%;
}

.filter-data {
    background: none repeat scroll 0 0 #e6e6fa;
    border: 1px solid #297fb8;
    padding: 5px;
    margin-bottom: 5px;
}

.filter-row {
    border-right: 2px solid #fff;
    padding: 5px;
}

    .filter-row label {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }


    .filter-row input[type="radio"] {
        margin: 4px 5px 3px 10px;
    }


    .filter-row.r-below {
        padding: 5px;
        border-top: 1px solid #fff;
        /*height: 20px;*/
    }

.label-box {
    background: #fff;
    padding: 0px 5px 2px;
    border: 1px solid #ccc;
    line-height: 16px;
}

.filter-data .span3 {
    margin-left: 0;
    width: 25%;
}

.filter-data input[type="submit"], .filter-data input[type="button"] {
    background: #297fb8;
    border: medium none;
    font-size: 12px;
    float: right;
    margin: 0 5px;
    width: auto;
    color: #fff;
    line-height: 18px;
}

.regions .filter-row {
    border-right: none;
}

.regions select {
    width: 225px;
}

.regions .filter-row.r-below select {
    width: 60% !important;
}

.filter-data .span3.regions {
    width: 26.28%;
}

.regions .filter-row.r-below input[type=submit] {
    width: 15%;
}

.filter-data input[type="submit"]:hover, .filter-data input[type="button"]:hover {
    background: #2d3e50;
}

#forget-password {
    color: #990000;
}

/*-----------------------Client page css-------------------------*/

.client-login {
    left: 50%;
    margin: -250px 0 0 -475px;
    position: fixed;
    top: 50%;
    width: 969px;
}

.content-client {
    background: none repeat scroll 0 0 #fff;
    padding: 33px 30px 25px;
    width: 300px;
    float: left;
}

.content-client-data {
    background: none repeat scroll 0 0 #fff;
    float: right;
    width: 548px;
    padding: 20px 30px 35px;
}

.content-client .logo {
    padding-bottom: 30px;
}

.content-client .copyright {
    margin-top: 43px;
}

.scroll-data {
    margin: 2% 0 0;
}

.form_layout.client-profile {
    border: medium none;
    margin: 0;
}

    .form_layout.client-profile .clnt-btn {
        margin: 4% 4% 0;
        color: #333;
        width: 20%;
        background: #ffb848;
    }

        .form_layout.client-profile .clnt-btn:hover {
            color: #fff;
        }


.client-headinfo {
    margin: 4% 0 0;
}

#clnt-headinfo {
    font-size: 0;
    margin: 0;
}

    #clnt-headinfo label {
        display: inline-block;
        width: 20%;
        margin: 0;
        vertical-align: middle;
    }

    #clnt-headinfo select {
        margin: 0;
        padding: 1px 3px;
        height: 23px;
        width: 72%;
    }

    #clnt-headinfo a {
        font-size: 13px;
        color: #000;
        vertical-align: middle;
    }

    #clnt-headinfo i {
        margin-left: 10px;
        text-decoration: none;
    }

    #clnt-headinfo a:hover i {
        color: #990000;
    }

    #clnt-headinfo .clnt-btn {
        background: #ffb848;
        border: medium none;
        border-radius: 2px !important;
        color: #333;
        display: block;
        margin: 7px auto 0;
        padding: 2px 18px;
    }

        #clnt-headinfo .clnt-btn:hover {
            background: #2d3e50;
            color: #fff;
        }

.client-user {
    width: 66%;
    float: left;
    border-right: 1px solid #ccc;
}

.clnt-btn2 {
    float: right;
}

.clnts {
    padding: 3px 12px;
    border: 1px solid #ffb848;
}

.account-form .form_layout {
    width: 96%;
    padding: 2%;
}

.container-client {
    width: 980px;
}

#MasterContainer {
    margin: 25px 0px 5px;
    padding: 5px 12px;
}

#TableContainer {
    padding: 5px;
    border: 1px solid #297fb8;
    margin-bottom: 15px;
}

.ClientContainer {
    border: 1px solid #fccb7e;
    margin-top: 25px;
}

.TableContent {
    border: 1px solid #C9DBE7;
}

#ClientContent {
    margin-top: 15px;
    border: 1px solid #fccb7e;
}

    #ClientContent .form_row {
        margin: 12px 0;
    }

.admin-login {
    padding: 209px 0 0 400px !important;
    width: 45%;
}

    .admin-login .form-title {
        text-align: left !important;
        margin: 2px !important;
    }

.admin-wrapper {
    border: 4px double #a2a2a2;
    padding: 0px 20px 0;
}

.login .content .admin-wrapper .input-icon .m-wrap {
    width: 95%;
    height: 30px;
    line-height: 18px;
}

.login .content .admin-wrapper .form-actions {
    margin: 0;
    padding: 0;
}

.login .content .admin-wrapper .forget-password h6 {
    margin: 0;
}

.grid-3 {
    width: 3%;
}

.grid-4 {
    width: 4%;
}

.grid-2 {
    width: 2%;
}

.grid-5 {
    width: 5%;
}

.grid-6 {
    width: 6%;
}

.grid-7 {
    width: 7%;
}

.grid-8 {
    width: 8%;
}

.grid-9 {
    width: 9%;
}

.grid-15 {
    width: 15%;
}

.grid-10 {
    width: 10%;
}

.grid-20 {
    width: 20%;
}

.grid-30 {
    width: 30%;
}

.grid-40 {
    width: 40%;
}

.grid-50 {
    width: 50%;
}

.grid-60 {
    width: 60%;
}

.search {
    width: 100px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0px 2px 0px 2px;
    margin-bottom: 0px !important;
    vertical-align: top !important;
}

input.btn.blue.mini.s_btn {
    vertical-align: top;
    height: 20px;
}


.table-sort th a {
    color: #fff;
}

    .table-sort th a:hover {
        text-decoration: underline;
        background: #297fb8;
    }

.subgrid-header {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.formatting th a {
    margin: 0px;
    height: 15px;
    padding: 0px;
    font-size: 12px;
}

#divFilter {
    margin: 5px;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#divFilter input[type=submit], #divFilter input[type=button] {
    background: #555;
    border: medium none;
    border-radius: 3px !important;
    color: #fff;
    height: 20px;
    width: auto;
    padding: 0px 7px;
    font-size: 13px;
    font-family: 'Open Sans';
    vertical-align: bottom;
}

    #divFilter input[type=submit]:hover, #divFilter input[type=button]:hover {
        background: #2d3e50;
    }

#divFilter input {
    margin: 0px;
}

body {
    background-color: #fff !important;
}

.filter-data .span6 {
    width: 610px;
}

.filter-data .span3 {
    width: 315px !important;
}

.filter-data {
    padding: 5px !important;
    /*min-width: 1258px;*/
}

.tab-data {
    width: 1280px;
}

.footer {
    background-color: #2d3e50;
}

@media (max-width:1250px) {
    .header .navbar-inner {
        height: auto;
    }
}

.table a {
    border: 1px solid #297fb8;
    padding: 1px 5px;
    border-radius: 5px !important;
    color: #297fb8;
}

    .table a:hover {
        text-decoration: none;
        background: #297fb8;
        color: #fff;
    }

.exception {
    width: 650px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    text-align: center;
    margin: 10% auto;
    padding: 2% 1%;
    font-size: 14px;
}

@media (max-width:1250px) {
    .header .navbar-inner {
        height: auto;
    }



    .breadcrumb {
        margin-top: 33px;
    }

    #MasterContainer {
        margin-top: 60px;
    }

    .page-sidebar > ul > li > a {
        padding: 5px 11px;
    }

    #gridContent {
        overflow-x: scroll;
    }
}



@media (max-width: 979px) {
    .breadcrumb {
        margin-top: auto;
        position: static;
    }

    #MasterContainer {
        margin-top: auto;
    }

    .container {
        width: 90%;
        margin: 0px auto;
    }
    .form_layout input[type="text"], select {
        width: 40%;
    }
}

@media only screen and (min-width: 979px) and (max-width: 1290px) {
    .form_layout input[type="text"], select {
        width: 50%;
    }
     .tabbable-custom-new .nav-tabs > li > a {
        width: 138px !important;
    }
    .tabbable-custom-new .nav-tabs > li > a {
        width: 93.5% !important;
    }
}



@media (min-width: 1200px) {
    .container {
        padding: inherit;
        width: 95%;
        margin: 0px auto;
    }
}

.center-new {
    z-index: 1000;
    margin: 50px auto;
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.modal-new {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    display: none;
}