/* Minification failed. Returning unminified contents.
(2319,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
    padding-bottom: 20px;
    font-family: 'Arial';
    font-size: 16px;
}

.container {
    width: 100% !important;
    padding: 0px;
}

.content {
    padding: 0 25px;
}

thead {
    position: sticky;
    top: 0;
    background: #fff; 
    z-index: 2;
}

@font-face {
    font-family: 'GillSans-Regular';
    src: url('fonts/GillSans_gdi.eot');
    src: url('fonts/GillSans_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/GillSans_gdi.woff') format('woff'), url('fonts/GillSans_gdi.ttf') format('truetype'), url('fonts/GillSans_gdi.otf') format('opentype'), url('fonts/GillSans_gdi.svg#GillSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2666;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Arial';
}
/* Login page custom styles */
.login-block {
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
    background: url(../Content/images/cms.jpg) no-repeat center top;
    background-size: cover;
}

.login-block-inner {
    /*position: relative;
    top: 20%;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);*/
}

.login {
    margin: 0px auto;
    width: 550px;
}

.modal-content .login {
    width: 100%;
}

    .modal-content .login .btn-link {
        color: #648BC2;
    }

.login-image {
    background: url(../Content/images/login-cherry.png) no-repeat right top;
    height: 215px;
    position: relative;
}

.well.login-inner {
    background-color: #fff;
    /*margin:-60px -30px 0 0;*/
    padding: 10px 50px 30px;
    border: 3px solid #082f64;
    border-radius: 50px;
}

.login-inner label {
    color: #000;
    margin-right: 20px;
    width: 30%;
    text-align: right;
}

.login-inner .form-control {
    display: inline-block;
    height: 32px;
    width: 65%;
}

@media all and (min-width:768px) {
    .well.login-inner {
        margin-top: 100px;
    }
}

.login-inner .form-control {
    height: 32px;
}

.login-inner label.control-label, .btn-primary, .btn-default, .btn-link, .login .btn-link, .btn-warning, .btn-success {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: normal;
}

.login-inner span {
    color: #fff;
}

.header-top {
    background: #082f64;
    padding: 1% 2%;
}

.logo-right {
    float: right;
    color: #fff;
    padding: 0 6% 0 0;
}

.header-dis-right .logo-right {
    padding: 0;
}

.header-dis-right {
    position: relative;
}

.logo-right span.logo-title {
    font-size: 30px;
    float: left;
    padding: 5px 0 0 20px;
}

.logo-right .header-title {
    float: left;
    padding: 10px 15px 0 20px;
}

.logo-right a {
    float: left;
}

.logo-right img {
    float: left;
}

.btn-primary.btn-xs {
    font-size: 20px;
}

.input-group-btn .btn-default {
    font-size: 14px;
}

.login .btn-link {
    font-family: 'Arial';
    color: #fff;
    padding: 6px 0px;
}
/* Form control styles*/
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active,
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background: #aaa;
    opacity: 0.3;
    filter: alpha(opacity=50);
}

.btn-default {
    background: #082f64;
    border: 0px;
    color: #fff;
    text-shadow: 0px;
    -moz-text-shadow: 0px;
    -webkit-text-shadow: 0px;
}

.btn-warning, .btn-success {
}

.btn-default:hover, .btn-default:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default.focus:active, .btn-default.active.focus {
    background: #124487;
    color: #fff;
}

.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background: #124487;
    color: #fff;
}

.bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select.open > .dropdown-toggle.btn-default:hover, .bootstrap-select.open > .dropdown-toggle.btn-default:focus, .btn-default:active, .btn-default.active,
.bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default.active.focus {
    background: #fff;
    color: #000;
}

.bootstrap-select .btn-default[disabled="disabled"] {
    background: #ccc;
}

.login-inner .btn-primary {
    background: #082f64;
    border-color: #082f64;
}

    .login-inner .btn-primary:hover, .login-inner .btn-primary:focus, .login-inner .btn-primary:active:hover {
        background: #124487;
        border-color: #124487;
    }

.btn-primary {
    background: #dd6d11;
    border-color: #dd6d11;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        background: #f08c48;
        border-color: #f08c48;
    }

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
    }

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
    }

.dataTables_header .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

div.dataTables_header > div.dataTables_filter > div.input-group {
    width: 100%;
}

.open .dropdown-menu {
    background: #fff;
}

    .open .dropdown-menu li {
        border-top: 1px solid #868985;
    }

.datatable .col-val .open .dropdown-menu li, .datatable .col-val .open .dropdown-menu li:first-child a {
    border-top: 0px;
}

    .datatable .col-val .open .dropdown-menu li a {
        border-top: 1px solid #868985;
        float: left;
        width: 100%;
    }

.layoutcontainer .open .dropdown-menu li, .layoutcontainer .open .dropdown-menu li:first-child {
    border-top: none;
}

    .layoutcontainer .open .dropdown-menu li a {
        border-top: 1px solid #868985;
    }

.open .dropdown-menu li:first-child {
    border-top: 1px solid #868985;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-header .dropdown-menu > li > a:hover,
.navbar-header .dropdown-menu > li > a:focus {
    background-color: #dce0ed;
    background-image: -webkit-linear-gradient(top, #dce0ed 0%, #dce0ed 100%);
    background-image: -o-linear-gradient(top, #dce0ed 0%, #dce0ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dce0ed), to(#dce0ed));
    background-image: linear-gradient(to bottom, #dce0ed 0%, #dce0ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0ed', endColorstr='#dce0ed', GradientType=0);
    background-repeat: repeat-x;
}

.header-right .dropdown-menu > li > a {
    padding: 3px 15px 3px 25px;
}

.header-right .dropdown-menu > li.dropdown-header {
    font-size: 20px;
    padding: 0;
}

    .header-right .dropdown-menu > li.dropdown-header a {
        padding: 3px 10px;
    }

.header-right .bootstrap-select.btn-group {
    margin-top: -6px;
}

.panel-body .dropdown-menu > li > a {
    /* white-space:normal;*/
    padding: 3px 31px 3px 20px;
}

.menu-top .navbar-default {
    background: none;
}

    .menu-top .navbar-default .navbar-nav > li > a {
        color: #000;
        font-size: 20px;
        line-height: 29px;
        padding: 0px 5px;
    }

    .menu-top .navbar-default .navbar-nav > li {
        background: none;
        border-left: 1px solid #a8a8a8;
        font-family: "Arial";
        padding: 0 5px;
        font-size: 20px;
    }

        .menu-top .navbar-default .navbar-nav > li, .menu-top .navbar-default .navbar-nav > li.activeMenu {
            background: none;
            padding: 0 5px;
            font-size: 20px;
        }

            .menu-top .navbar-default .navbar-nav > li.activeMenu > a {
                color: #fff;
                cursor: none;
                background-color: #f08c48;
                pointer-events: none;
            }

            .menu-top .navbar-default .navbar-nav > li:first-child {
                background: none;
                border: none;
                padding-left: 10px;
                padding-right: 10px;
            }

            .menu-top .navbar-default .navbar-nav > li.active, .menu-top .navbar-default .navbar-nav > li.disableMenu {
                background: #005899;
                color: #fff;
            }

                .menu-top .navbar-default .navbar-nav > li.disableMenu a {
                    cursor: default;
                }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #005899;
}
/*.menu-top .navbar-default .navbar-nav > li.active {
    background:#70ad47;
    color:#fff;
}*/
.nav-top .navbar-default {
    float: left;
}

.menu-top h3 {
    margin: 0;
}

.menu-top-title h3 {
    margin: 20px 0 10px;
}

.menu-top {
    margin: 0 0 5px 0;
}

    .menu-top .navbar-nav {
        margin: 0px 0;
    }

.pull-right .btn {
    margin: 0 0px 0 5px;
}

.panel-title, .default-middle-center .panel-heading {
    font-size: 22px;
}

    .panel-title a, .panel-title span {
        font-size: 16px;
    }

        .panel-title span.glyphicon-exclamation-sign {
            font-size: 20px;
            margin-left: 5px;
        }

h4.panel-title a {
    cursor: pointer;
    padding: 4px 0 0 20px;
    float: left;
}

.panel-info > .panel-heading {
    background-color: #082f64;
    border-color: #082f64;
    color: #fff;
}

.panel-info {
    border-color: #082f64;
}

.panel-default > .panel-heading {
    background-color: #d5d4d3;
    border-color: #a7a7a7;
}

.TableTopFilter.panel-default > .panel-heading {
    background-color: #dce0ed;
    border-color: #b7c4f0;
}
/*Pagination control styles*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #3f3f3f;
    border: 1px solid #3f3f3f;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

/* Table control styles*/
table.table thead .sorting, .table-bordered > thead > tr > th, table.table thead .sorting_asc, table.table thead .sorting_desc {
    background-color: #082f64;
    color: #fff;
}
.table-bordered > thead > tr > th {
    vertical-align: middle;
}
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #8d8b8c;
    }

.table-large .table-bordered > thead > tr > th {
    font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #e5e9f5;
}

.table-bordered {
    border: 1px solid #8b8c8a;
}

table tr td.clickable-image {
    text-align: center;
}

.label-display-block .btn-group {
    width: 100%;
}

    .label-display-block .btn-group .col-sm-1 {
        display: none;
    }

    .label-display-block .btn-group input[type="radio"], .btn-group input[type="radio"] {
        margin-right: 5px;
    }

.form-horizontal .control-label.text-left {
    text-align: left;
}

.form-horizontal #MessageList .control-label, .form-horizontal #ActivityLogList .control-label, #AttachmentList .control-label {
    padding-top: 0px;
    text-align: left;
}

table.table thead .sorting {
    background: #082f64 url('bootstrap/dt_images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: #082f64 url('bootstrap/dt_images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: #082f64 url('bootstrap/dt_images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: #082f64 url('bootstrap/dt_images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: #082f64 url('bootstrap/dt_images/sort_desc_disabled.png') no-repeat center right;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #FFA500;
}

.table > thead > tr > td.orange-highlight, .table > tbody > tr > td.orange-highlight, .table > tfoot > tr > td.orange-highlight, .table > thead > tr > th.orange-highlight, .table > tbody > tr > th.orange-highlight, .table > tfoot > tr > th.orange-highlight, .table > thead > tr.orange-highlight > td, .table > tbody > tr.orange-highlight > td, .table > tfoot > tr.orange-highlight > td, .table > thead > tr.orange-highlight > th, .table > tbody > tr.orange-highlight > th, .table > tfoot > tr.orange-highlight > th {
    background-color: #f1d1b6;
}

.dataTables_processing {
    height: 50px;
}

.DataTables_horizontal_scrolling {
    max-height: 750px;
    width: auto;
    overflow: scroll;   
    position: static;
}

 .DataTables_horizontal_scrolling table {        
        position:static
}

.DataTables_horizontal_scrolling .dropdown-menu {
        position: static;        
}

table.dataTable .btn-group {
    display: flow !important;
}

/* Bootstrap Dialog*/
.bootstrap-dialog.type-primary .modal-header, .modal-header {
    background: #082f64;
    background-image: -webkit-linear-gradient(top, #082f64 0%, #082f64 100%);
    background-image: -o-linear-gradient(top, #082f64 0%, #082f64 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#082f64), to(#082f64));
    background-image: linear-gradient(to bottom, #082f64 0%, #082f64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082f64', endColorstr='#082f64', GradientType=0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.bootstrap-dialog.type-primary .modal-header {
    padding: 5px 15px 5px 0px;
}

.modal-title {
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    text-align: left;
    padding: 0 0 0 20px;
}
/*.modal-header {
     padding:5px 0;
}*/
.bootstrap-dialog.type-primary .modal-header .close {
    margin: 5px 5px 0 0;
}

div.bootstrap-dialog-title > span.modal-dialog-header-text2,
div.bootstrap-dialog-title > span.modal-dialog-header-text {
    font-size: 18px;
    padding-left: 40px !important;
    color: #fff;
}

.modal-header .close {
    margin-top: 3px;
}

div.bootstrap-dialog-header > div.bootstrap-dialog-title > img.modal-dialog-header-icon {
    left: 10px;
    top: 1px;
}

.dropdown-backdrop {
    z-index: 0;
    position: static;
}

.form-control-multiline {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.survey-control-multiline {
    display: block;
    width: 70%;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-multiline img {
    width: 100%;
}

.multiline-form textarea {
    height: 200px;
}

#divCorrectioncomment textarea, .textarea-large textarea {
    height: 150px;
}

.form-control-multiline-note textarea {
    height: 70px;
}

.bootstrap-dialog.type-warning .modal-header {
    background-color: #f2c482;
}

.bootstrap-dialog.type-success .modal-header {
    background-color: #abdbab;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #ed7f7c;
}

.modal-header {
    padding: 5px 15px 5px 0;
}

.bootstrap-dialog .bootstrap-dialog-title {
    padding: 0 0 0 10px;
}

.bootstrap-dialog {
    overflow: auto;
}
/* Navbar styles */
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
    border: 0px;
    margin-bottom: 0;
    margin-top: 9px;
}

.nav-top .navbar-title-left .top-title {
    font-size: 32px;
    color: #fff;
    padding: 19px 15px;
}

.header-left {
    position: relative;
    z-index: 9999;
}

.navbar-default {
    background: none;
    border: 0px;
}

.nav-top {
    color: #fff;
    background: #082f64;
    margin: 0 0 20px !important;
    padding: 15px !important;
}

.icon-back {
    color: #000;
    font-size: 35px;
    font-weight: bold;
    margin: 23px 0 0 20px;
    cursor: pointer;
}

.navbar-default .navbar-nav.navbar-right > li > a {
    color: #000;
}

    .navbar-default .navbar-nav.navbar-right > li > a:hover, .navbar-default .navbar-nav.navbar-right > li > a:focus {
        color: #000;
    }

.navbar-collapse, .navbar-default, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 5px;
        width: 35px;
    }

.navbar-right .navbar-collapse {
    padding: 0;
}

.navbar-header {
    margin: 0px 0 0 0px;
}

.pull-right .navbar-header, .pull-right .navbar-collapse {
    float: right;
}

.header-right {
    margin: 4px 0 0;
}

    .header-right .bootstrap-select.btn-group .btn .filter-option {
        position: static;
    }

    .header-right .bootstrap-select.btn-group .dropdown-menu {
        width: auto !important;
    }

    .header-right .btn.dropdown-toggle.selectpicker {
        padding: 6px 25px 6px 17px;
    }

    .header-right .nav > li > a {
        padding: 15px 5px;
    }

    .header-right .navbar-nav > li {
        margin: 15px 0 0;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .bootstrap-select .dropdown-toggle.disabled, textarea[disabled] {
    background-color: #eee;
    opacity: 1;
}

.breadcrumb-list a, .menu-top .breadcrumb-list .navbar-default .navbar-nav > li > a {
    padding: 5px 10px;
    color: #333;
    margin: 0 0 5px;
    float: left;
    font-size: 16px;
}

.breadcrumb-list span {
    float: left;
    margin: 0;
    padding: 5px;
}

.breadcrumb-list li {
    margin-bottom: 5px;
}
.breadcrumb-list .active, .breadcrumb-list li.gadgetTabs:hover {
     background: #dd6d11;
}
.breadcrumb-list .active, .breadcrumb-list li.gadgetTabs:hover a {
    color: #fff!important;
    text-decoration: none;
}

.breadcrumb-list span.badge{
    margin: 9px 8px 0 0;
    height: 10px;
    width: 10px;
    background: #4caf50;
    color: #fff;
    border: 2px solid #4caf50;
}

 span.badge{
    height: 20px;
    background: #4caf50;
    color: #fff;
    border: 2px solid #4caf50;
}
.breadcrumb-list span.badge:hover{
     color:#fff;
}
.font-agency {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}

.font-large {
    font-size: 60px;
}

.display-block {
    display: block;
}

.bootstrap-select, .bootstrap-select.btn-group .dropdown-menu {
    width: 100% !important;
}

    .bootstrap-select .btn-default {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #000;
        font: normal 14px Arial;
        line-height: 1.42857143;
        text-transform: capitalize;
    }

.input-validation-error.bootstrap-select .btn-default {
    padding: 5px 12px;
}

.bootstrap-select.btn-group .btn .caret {
    color: #aaa;
}

.info-container {
    display: none;
}

.form-horizontal .padding-top-0 {
    padding-top: 0px;
}

.padding-right-15 {
    padding-right: 15px;
}
.padding-lg-left-15 {
    padding-left:15px;
}
.form-horizontal .control-label.text-center {
    text-align:center;
}
/* Footer styles*/
.footer {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    clear: both;
}

.footer-links a {
    margin: 0px 15px;
    font-size: 12px;
    color: #7c8085;
}

.table-bordered > thead > tr > th span {
    padding: 0 15px 0 0;
    font-size: 15px;
}

.footer-bottom {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px;
    margin: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size:14px;
}


.footer-bottom label.control-label,.footer-bottom p.form-control-static {
    float: left;
    padding:0;
    margin:0;
    min-height:initial;
    font-weight:normal;
}
.footer-bottom  .form-group {
    float:right;
    margin:0;
}
.dataTables_header .dataTables_filter {
    margin: 5px 0 10px;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.panel-body .form-group .input-group .inputmask, .gadget .panel-body .form-group .input-group .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.gadget .panel-body .form-group .input-group .date:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.form-group .well.upload-on-save {
    margin-bottom: 0px;
}

/*
.nav-top h2 {
    margin:0;
}
.navbar-nav > li > a,.navbar-default .navbar-collapse {
    padding:2px 0 0 0;
}
.navbar {
    min-height: 20px;
}
.navbar-default {
    margin:0;
}
.nav > li > a {
    font-size: 25px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background:none;
}
    */

/* Respond request style */

.dropdown-right .dropdown-menu {
    right: 0px;
    left: auto;
}

.map_canvas {
    margin: 0 0 20px;
}

.btn-group-data button {
    margin: 0 5px 5px 0;
}

.padding-30 {
    padding: 0 30px;
}

#FilterBody .form-control {
    height: 29px;
}

.map_canvas {
    width: 100% !important;
}

    .map_canvas img {
        max-width: none;
    }

.dropdown-menu.typeahead > .active > a:hover, .dropdown-menu.typeahead > .active > a:focus {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
    background-image: linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#337ab7', GradientType=0);
    color: #fff;
}

.dropdown-menu.typeahead {
    max-height: 137px;
    overflow-y: auto;
    overflow-x: auto;
    width: 93%;
}

.bootstrap-select.btn-group .dropdown-menu li > a:hover {
    background: #e6ebf8;
}
/*#mapCanvas label {
    width: auto;
    display: inline;
}*/

ul.map-list li.infoDiv {
    -webkit-user-select: none;
    background-color: white;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

ul.map-list li:first-child {
    border-top: none;
}

ul.map-list {
    padding: 0;
}

    ul.map-list li {
        list-style: none;
    }

div.draw-btn-wrapper {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 20;
}

.input-group-control .form-group {
    margin-bottom: 0px;
}

    .input-group-control .form-group .btn-default {
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
    }

.panel-body .input-group-control {
    margin-bottom: 15px;
}

.form-horizontal .label-text-left .control-label {
    text-align: left;
}

.label-display-block .btn-group label {
    display: block;
    font-weight: normal;
}

.font-normal .btn-group label {
    font-weight: normal;
}

/*START: Tomake row color red if the status if "DO NOT USE" */
.rowCSSClass, .color-red, .color-red label {
    color: #FF0000;
}
/* START: Styles for inline messages */
.dashboard-block {
    /*background:url("../Content/images/bg.jpg") no-repeat center top;*/
    height: 100%;
    left: 0;
    margin: -80px 0 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

#divHeader {
    position: relative;
    z-index: 999;
}

.legend {
    color: #6a6060;
    padding: 5px;
}

.font-agency {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
}

.font-large {
    font-size: 60px;
}

.display-block {
    display: block;
}

.border-title {
    border-bottom: 1px solid #333;
    margin: 10px 0 20px;
    padding: 0 0 10px;
}

.min-height-0 .navbar {
    min-height: auto;
}

.font-size-12 {
    font-size: 12px;
}

.menu-top .navbar-toggle {
    margin-right: 0px;
}

.menu-top .navbar-default .navbar-nav .open .dropdown-menu > li > a, .menu-top .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
}

.menu-top .nav.navbar-nav {
    padding: 0;
}

.img-resize img {
    width: 100%;
}

.red-text, .reject {
    color: red;
}

.notapproved {
    color: #bb7e58;
}

.white-text {
    color: #fff;
}
.orange-text{
    color:#F84A04;
}
button.close {
    font-family: Arial;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover, .close:focus {
    opacity: 1;
    color: #fff;
}

.font-bold {
    font-weight: bold;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-10px {
    margin-top: 10px;
}
/* Customer Profile */
.top-bar .glyphicon {
    font-size: 25px;
    margin: 5px 0 0 0;
}

.top-bar p {
    font-weight: bold;
    margin: 8px 0 5px 15px;
}

.top-bar {
    margin-top: 20px;
}

    .top-bar .dropdown-right {
        margin: 5px 0 0 15px;
    }

.tooltip-info {
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: 8px;
}

.panel-title .tooltip-link-info {
    font-size: 22px;
    padding: 0 0 0 20px;
}

.breadcrumb-list .tooltip-menu-info {
    font-size: 22px;
    padding: 3px 5px 0 0px;
}

    .breadcrumb-list .tooltip-menu-info:hover {
        color: #337ab7;
        background: transparent;
    }

.tooltip-info:hover, .panel-title .tooltip-link-info:hover {
    text-decoration: none;
}

#CustomerList_TF .input-group {
    width: 100%;
}

.margin-bot-15 {
    margin-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-left-9 {
    margin-left: -9px;
}

.pos-rel {
    position: relative;
}

.check-tooltip .tooltip-info {
    right: -30px;
}

.check-tooltip input[type="checkbox"] {
    margin-top: 10px;
}

/* Account Settings
.margin-auto {
    margin:0px auto;
    float:none;
}*/

/* Add Client */
.box1, .box2 {
    margin-bottom: 5px;
}

.btn.btn-edit, .btn.btn-save {
    background: #dd6d11;
    border-color: #dd6d11;
}

    .btn.btn-edit:hover, .btn.btn-save:hover {
        background: #f08c48;
        border-color: #f08c48;
    }

    .btn.btn-save.btn-link {
        background: none;
        border: none;
    }

    .btn.btn-save.btn-danger {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

        .btn.btn-save.btn-danger:hover, .btn.btn-save.btn-danger:focus {
            background-color: #c9302c;
            border-color: #ac2925;
        }

    .btn.btn-save.btn-success {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

        .btn.btn-save.btn-success:hover, .btn.btn-save.btn-success:focus {
            background-color: #449d44;
            border-color: #398439;
        }

.title span {
    color: #333;
}

.color-blue {
    color: #337ab7;
}

i.color-blue {
    cursor: pointer;
}

.button-block button.btn {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.checkbox-ctrl .button-checkbox {
    float: left;
}

    .checkbox-ctrl .button-checkbox button {
        padding-top: 0px;
        float: left;
    }

.panel-info.panel-box > .panel-heading {
    color: #333;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 3px;
}

.panel-info.panel-box {
    border: 0px;
}

.panel-warning.panel-box > .panel-heading {
    color: #333;
    border: 1px solid #faebcc;
    border-radius: 3px;
    min-height: 170px;
}

.panel-warning.panel-box {
    border: 0px;
}

.margin-bot-0 {
    margin-bottom: 0px;
}

.check-box-field label {
    width: 25%;
}

.check-box-field .button-checkbox {
    padding: 0 0 0 17px;
}

.prgm-checkbox-ctrl label {
    width: 33.33%;
    text-align: right;
    padding: 0 15px;
}

.prgm-checkbox-ctrl .button-checkbox {
    padding: 0 0 0 5px;
}

/* Client email styles */
ul.custom-list {
    list-style: none;
    padding-left: 10px;
}

.custom-list li {
    list-style: none;
    padding-bottom: 5px;
}

.mail-list {
    max-height: 200px;
    overflow: auto;
    margin: 0px;
}

.form-horizontal ul.responsive-details div.control-label {
    text-align: left;
    padding-top: 0px;
}

.splitter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}

.top-bar .default-middle-center .glyphicon-print {
    font-size: 16px;
}
.PrintIcon{
    padding: 0!important;
}
.PrintIcon .glyphicon-print {
    font-size: 16px !important;
    margin: 0 !important;
}
.info-icon {
    padding: 14px 20px 0 20px;
}

.topbar-static-text {
    margin: 13px 0 0 15px;
    font-weight: bold;
    font-size: 16px;
}

.default-middle-center .glyphicon {
    margin: 7px 0 0 0;
}

.panel-heading .glyphicon {
    cursor: pointer;
}

.btn-print-dwnload button.btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 3px 12px;
    margin: 5px 5px 0 15px;
}

/* Add Document */
.bootstrap-checkbox > .btn.btn-link, .bootstrap-checkbox {
    display: block;
}

.top-bar p.form-control-static {
    margin: 0px;
    font-weight: normal;
}

.form-control-static {
    padding-bottom: 4px;
}

.font-25 {
    font-size: 25px;
}

/* Top bar static */

#TopBarCustomer.stick {
    margin-top: 0px;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0 26px;
}

.stick .top-bar {
    margin-top: 0px;
}

.alert-default {
    background: #ddd;
}

.title-btm-underline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0 20px;
}

/* Top bar static */
#TopBarCustomer {
    height: 70px;
    width: 100%;
    z-index: 1;
    left: 0;
}

    #TopBarCustomer.stick {
        margin-top: 0px;
        position: fixed;
        top: 0;
        z-index: 999;
        padding: 0 26px;
    }

.stick .top-bar {
    margin-top: 0px;
}

.table-scroll .DataTables_horizontal_scrolling {
    height: 500px;
    overflow-y: auto;
}

.affix {
    left: 26px;
    padding: 0;
    top: 0;
    right: 26px;
    z-index: 999;
}

    .affix .top-bar {
        margin-top: 0px;
    }

.top-bar-client .affix {
    padding: 0;
}

.modal-open .affix {
    right: 43px;
}
/* Calendar style */
.dhx_cal_header {
    border: 1px solid #cecece !important;
}

.dhx_cal_header {
    left: 0px !important;
}

.dhx_cal_data {
    border-top: 0px !important;
    border-left: 0;
}

.dhx_matrix_scell {
    border-left: 1px solid #cecece;
}

.dhx_multi_day {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.dhx_scale_bar {
    background-color: #082f64 !important;
    color: #fff !important;
    font: 14px/16px Arial !important;
}

.dhx_cal_tab {
    left: 0px !important;
    border-radius: 5px 0 0 5px !important;
}

.dhx_cal_tab_standalone[name="timeline_tab"] {
    border-radius: 0px 5px 5px 0px !important;
    left: 71px !important;
}

.dhx_cal_navline .dhx_cal_date {
    font-size: 25px !important;
}

.dhx_scheduler_week .dhx_multi_day_icon {
    border-top: 1px solid #cecece;
}

.dhx_scheduler_week .dhx_multi_day {
    border-top: 0px !important;
}

.dhx_cal_header .dhx_scale_bar {
    font-size: 9px !important;
}

.dhx_cal_header .dhx_second_scale_bar {
    font-size: 14px !important;
}
/* search bar */
.search-bar input.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-style: oblique;
    text-align: left;
}

.search-bar .form-control::-moz-placeholder {
    color: #565656;
}

.search-bar .padding-0 {
    padding: 0px;
}

.search-bar .btn-submit {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: -1px 0 0 -1px;
}

/* Nav pills style */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background: #dd6d11;
    cursor: pointer;
}

.nav-pills > li > a {
    padding: 5px 15px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0;
}

.nav-pills > li:last-child {
    display: none;
}

/* Filter screen */

.margin-left-neg-8 {
    margin-left: -8px;
}

.bootstrap-checkbox > button.btn {
    padding: 12px 0 4px 2px;
}

.app-checkbox-ctrl .bootstrap-checkbox > button.btn {
    padding-top: 3px;
}

.btn-add {
    position: absolute;
    right: 15px;
    top: 0px;
}

.divGadgetsTab .ui-widget-overlay {
    z-index: 99 !important;
}

/* Document Progress screen */
.top-bar .doc-topbar p {
    font-weight: normal;
}

.doc-progress.progress {
    height: 25px;
    border-radius: 15px;
    border: 1px solid #082f64;
    background: #fff;
}

.doc-progress .progress-bar-success {
    background-color: #082f64;
}

.doc-progress .progress-bar {
    line-height: 24px;
    color: #a1a1a1;
}

.margin-right-15px {
    margin-right: 15px;
}

.note-ctrl {
    max-height: 400px;
    overflow-y: auto;
}

.table_scroll .DataTables_horizontal_scrolling {
    overflow-x: auto;
    width: 100%;
}

#piechart {
    width: 50%;
    margin: 20px auto;
}

/* Dashboard screen */
.longcontent-txt {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    z-index: 9;
    overflow-wrap: break-word;
}

.alert-highlight {
    background-color: #ff9b4a !important;
}

/* Show alert */

.notifications {
    max-width: 300px;
    width: 300px;
    /*background: #d8d8d7;*/
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 0px;
    position: absolute;
    top: 82px;
    transition: .2s;
    right: 10px;
    padding: 5px 15px;
    border-radius: 10px;
}

ul.notifications-list {
    padding: 0;
}

.notifications:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: -20px;
    left: 140px;
    border: 10px solid #dddddd;
    border-color: transparent transparent #dddddd transparent;
}

.notifications li {
    padding: 15px 5px;
    list-style-type: none;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.notifications li:last-child {
    border: none;
}

.details .title {
    float: left;
    width: 80%;
    color: #000;
    margin: 0 0 0 5px;
    font-size: 14px;
}

.item button {
    float: right;
    width: 11%;
    background: none;
    padding-top: 0px;
    color: #ccccd3;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: 12px;
}

    .item button:hover {
        color: #ccccd3;
    }

.logo-right .dismiss-all {
    /*color:red;
    text-align:center;
    text-decoration:underline;*/
    width: 100%;
    padding: 10px 0;
    margin: 0 0 0 10px;
    color: #666666;
}

#divAlerts {
    padding: 10px 0 0;
    cursor: pointer;
}

.min-height-400 {
    min-height: 400px;
}

.padding-left-0 {
    padding-left: 0;
}

/* Run Report */
.border-top {
    border-top: 1px solid #aaa;
    padding: 5px 0;
}

.text-tran-none .filter-option {
    text-transform: none;
}

.dropdw-height-reset .dropdown-menu {
    min-height: 1px !important;
}

div.repeater-row-fields {
    padding-right: 54px !important;
}

.repeater-action-btn {
    position: absolute;
    top: 14px !important;
    right: 15px !important;
    border: 1px solid #ccc;
    width: 44px;
}

.repeater-action-editsavecancel .btn.repeater-save-btn, .repeater-action-editsavecancel .btn.repeater-edit-btn, .repeater-action-editsavecancel .btn-default.btn-edit-save-close-cancel.repeater-cance-btn {
    background: none;
    color: #000;
    border: 0px;
}

.repeater-action-delete .repeater-delete-btn {
    color: red;
}

.repeater-action-editsavecancel .btn.btn-save:hover, .repeater-action-editsavecancel .btn.btn-edit:hover, .repeater-action-editsavecancel .btn-default.btn-edit-save-close-cancel.repeater-cance-btn:hover {
    background: none;
}

.repeater-add {
    margin-bottom: 15px;
}

.make-inline {
    display: inline-block;
}

.custom-skip {
    padding-left: 5px;
}

    .custom-skip span {
        padding-top: 7px;
        color: #3f48cc;
    }

        .custom-skip span.button-checkbox {
            padding-top: 0;
        }

    .custom-skip .bootstrap-checkbox > button.btn {
        padding-top: 4px;
    }

.well h3.margin-top-5px {
    font-size: 20px;
}

.form-horizontal .remove-form-ctrl .form-group {
    margin-left: 0;
    margin-right: 0;
}
.make_relative {
    position:relative;
}
.make_relative .tooltip-info {
    right: -26px;
}

/* header-notification */

.notifications.header-notification ul.notifications-list li.js-item {
    background: none;
    margin: 15px 0 0 0;
    border-top: 1px solid #dddddd;
    padding: 15px 0 0;
}
.notifications.header-notification {
    padding:5px 0;
}
.header-notification ul.notifications-list {
    overflow-y: auto;
    height: 700px;
    padding: 5px 15px;
}
.notifications.header-notification ul.notifications-list li.js-item:first-child {
    border: none;
    padding: 0;
}
.notifications.header-notification ul.notifications-list li.js-item .details {
    background: #dddfec;
    position: relative;
}
.notifications.header-notification ul.notifications-list li.js-item span.alert-no {
    position: absolute;
    background: red;
    color: #fff;
    top: -9px;
    right: -9px;
    padding: 1px 6px 1px;
}
.header-notification li.js-item .title {
    padding: 5px;
    margin: 0;
    width: 100%;
    font-size: 12px;
    color: #0d2d5c;
}
.notifications.header-notification ul.notifications-list li {
    padding: 10px 5px;
    background: #fff;
    color: #333;
    font-size: 12px;
}
.notifications.header-notification ul.notifications-list li button {
    float: right;
    border: 0;
    background: none;
    color: #cdccd4;
}
.notifications.header-notification ul.notifications-list li.bottom-list {
    border:0;
}
.notifications.header-notification ul.notifications-list li.bottom-list a:hover {
    text-decoration:none;
}



/* Media Queries */
@media all and (min-width:150px) and (max-width:1200px) {
    .container {
width: 100%;
}
.padding-lg-left-15 {
    padding-left:0;
}
}

@media all and (min-width:992px) and (max-width:1200px) {
    .form-horizontal .md-label-left label {
        text-align: left;
    }

    .check-box-field label {
        width: 33.33%;
    }

    .prgm-checkbox-ctrl label {
        width: 50%;
    }

    .prgm-checkbox-ctrl .button-checkbox {
        padding: 0 0 0 8px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    div.navbar-header .navbar-brand.top-title, div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 25px;
        padding-left: 5px;
    }

    .menu-top .navbar-default .navbar-nav > li {
        margin: 10px 0;
    }

    .check-box-field label {
        width: 40.66%;
    }

    .margin-sm-neg-25 {
        margin: 0 0 0 -25px;
    }
}

@media all and (min-width:150px) and (max-width:768px) {
    div.dataTables_header > div.dataTables_filter {
        float: left;
    }

    .Login {
        /*background:url(../Content/images/bg.jpg) no-repeat center top;*/
    }

    .login-block {
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        background: none;
    }

    .login-block-inner {
        position: relative;
        top: 5%;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        padding-bottom: 30px;
    }

    .menu-top h3.form-control-static {
        margin: 0px;
    }

    .navbar-right .navbar-toggle {
        margin-right: 0;
    }

    .form-control-static-mob {
        padding-top: 1px;
    }

    .text-mob-left {
        text-align: left;
    }

    .header-right div.navbar-title-left {
        float: left;
    }

    .nav-top .navbar-default {
        width: 100%;
    }

    .header-right .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 3px 0;
    }

    .row-mobile {
        margin: 0 -15px;
    }

    .header-dis-right {
        display: none;
    }

    .header-left {
        width: 100%;
    }

    div.navbar-header .navbar-brand.top-title {
        padding-left: 40px;
        padding-top: 20px;
    }

    .dropdown-menu.typeahead {
        width: 95%;
    }

    .tooltip-info {
        top: 38px;
    }

    .popup-tooltip .tooltip-info {
        top: 30px;
    }

    .check-tooltip .tooltip-info {
        top: 8px;
    }

    .mob-row {
        margin: 0 -15px;
    }

    .margin-left-9 {
        margin-left: 0px;
    }

    .check-box-field label {
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
    }

    .check-box-field .button-checkbox {
        padding: 0 0 0 30px;
    }

    .prgm-checkbox-ctrl label {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .prgm-checkbox-ctrl .button-checkbox {
        padding: 0 0 0 0px;
    }

    .margin-sm-left-15 {
        margin-left: 15px;
    }

    .dhx_cal_header {
        top: 125px !important;
    }

    .dhx_cal_data {
        top: 146px !important;
    }

    .dhx_cal_tab_standalone[name="timeline_tab"] {
        border-radius: 5px;
    }

    .dhx_cal_navline .dhx_cal_date {
        top: 64px !important;
    }

    .btn-add {
        top: 30px;
    }
}

@media all and (min-width:150px) and (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .header-right .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .header-right .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
    }

    .menu-top .navbar-default .navbar-nav > li {
        background: none;
        border: none;
    }

    div.navbar-header .navbar-brand.top-title, div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 18px;
        padding-left: 40px;
        padding-top: 20px;
    }

    button.navbar-toggle-left {
        margin-right: 2px;
    }

    .menu-top h3 {
        margin: 20px 0 10px;
    }

    .form-control-static-mob.control-label, .form-control-static-mob {
        padding: 30px 0 0 0;
    }

    .padding-mob-left-0 {
        padding-left: 0px;
    }

    .input-group-control .input-group-btn .btn-xs {
        margin-top: 25px;
    }

    .btn-group-ie button {
        margin: 10px 5px 10px 0;
    }

    .mob-full-wd {
        width: 100%;
    }

    .title-underline {
        margin-bottom: 20px;
    }

    .mob-marg-30 {
        margin-top: 30px;
    }

    .modal-fixed-box {
        margin: 0px;
    }

    .mob-marg-bt-15 {
        margin-bottom: 15px;
    }
}

@media all and (min-width:150px) and (max-width:480px) {
    .login, .well.login-inner {
        width: 96%;
    }

    .login {
        margin: 2%;
    }

    .btn-save.btn {
        margin-bottom: 10px;
    }

    .header-right div.navbar-header .navbar-brand.top-title, .header-right div.navbar-header .navbar-brand:focus .top-title:focus {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
    }

    .header-right div.navbar-title-left {
        left: 120px;
    }

    #TopBarCustomer {
        height: auto;
    }
}

@media all and (min-width:150px) and (max-width:650px) {
    .login {
        width: 95%;
    }

    .login-inner label, .login-inner .form-control {
        text-align: left;
        width: 100%;
    }

    .breadcrumb-list a, .breadcrumb-list {
        width: 100%;
    }

        .breadcrumb-list span {
            display: none;
        }
}

@media all and (min-width:768px) {
    div.header-right > nav.navbar > div.navbar-header > div.navbar-nav {
        position: absolute;
        right: 0px;
        top: 15px;
    }

        div.header-right > nav.navbar > div.navbar-header > div.navbar-nav button.navbar-toggle {
            margin-right: 0px;
        }

        div.header-right > nav.navbar > div.navbar-header > div.navbar-nav ul.dropdown-menu {
            left: auto;
            right: 0px;
        }

    div.header-right > nav.navbar > div.navbar-collapse {
        margin-right: 50px;
    }

    .padding-left-lg-0 {
        padding-left: 0px;
    }
}




@media all and (max-width:767px) {
    .nav-top {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .navbar-header {
        margin: 0px 0 0 0px;
    }

    div.header-right > nav.navbar > div.navbar-header > div.navbar-title-left {
        left: 60px;
        top: 20px;
    }
}

/* ***THIS PART OF CSS IS FOR SURVEYS*** */

.slider.slider-horizontal {
    width: 70%;
    height: 20px;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%)
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* ***END OF SURVEYS SELECTORS*** */

div.container {
    width: 99%;
}

/* START: Styles for position */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/* END: Styles for position */

div.alert {
    position: relative;
}

div.alert-dismissable button.close {
    position: absolute;
    right: 15px;
    top: 10px;
}

div.icon-wrapper > img.icon {
    width: 24px;
    height: 24px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    left: 15px;
}

div.alert > div.msg > ul {
    padding-left: 0px;
}

div.alert > div.msg {
    padding-left: 0px;
}

div.alert > div.msg-icon-wrapper {
    padding-left: 30px;
}

    div.alert > div.msg-icon-wrapper > ul {
        padding-left: 20px;
    }

div.alert > div.msg-no-icon > ul {
    padding-left: 20px;
}

div.bootstrap-dialog-title > img.modal-dialog-header-icon {
    width: 32px;
    height: 32px;
    padding-top: 1px;
    position: absolute;
    top: 10px;
    left: 15px;
}

div.bootstrap-dialog-title > span.modal-dialog-header-text {
    padding-left: 40px;
}

div.bootstrap-dialog-title > span.modal-dialog-header-text2 {
    padding-left: 40px;
}
/* END: Styles for inline messages */

/* START: Misc form element */
/*
button.btn
{
	margin-bottom: 15px;
}
*/
/* END: Misc form element */

/* START: Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
    display: none;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

div > input.input-validation-error {
    border: 1px solid red !important;
}

div.page-container label.error {
    display: none !important;
}
/* END: Styles for validation helpers */

/* Plase Wait/Processing */
.processing-status {
    background-color: white;
    border: 1px solid #C4D0D7;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
    z-index: 999999;
}

.processing-status-with-overlay {
    background-color: white;
    border: 1px solid #C4D0D7;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.45);
    color: Black;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;
    height: 50px;
    z-index: 999999;
}

.processing-status-with-overlay-fixed {
    position: fixed;
}

.ui-widget-overlay {
    background: #d0d0d0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute !important;
}

.ui-widget-overlay-fixed {
    position: fixed !important;
}

.processing-animated-img {
    vertical-align: middle;
}
/* Plase Wait/Processing */

/* START: Button strip */
.btn-strip {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    margin-top: 10px;
}

.btn-strip-right {
    border-top: 1px solid #E5E5E5;
    text-align: right;
    padding-top: 10px;
    margin-top: 10px;
}
/* END: Button strip */

/* START: JQ Data Table */
.search-icon {
    background-image: url(common_images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    margin-top: 2px;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.search-box-passive {
    font-style: oblique;
    color: #565656;
    text-align: left;
}

p.datatable-showresults {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
/* END: JQ Data Table */

/* START: Drop down menu */
ul.dropdown-menu > li.has-icon > a {
    padding-left: 5px;
}

    ul.dropdown-menu > li.has-icon > a > span {
        margin-right: 5px;
    }

ul.dropdown-menu > li.has-no-icon > a {
    padding-left: 24px;
}


.dropdown-menu.typeahead  > .active > a:hover,.dropdown-menu.typeahead  > .active > a:focus {
    text-decoration: none;
    display: inline-block;
    min-width: 100%;
    white-space: nowrap;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#337ab7', GradientType=0);
    color: #fff;
    /*
        color: #fff;
        background-color: #337ab7;
    */
}
.dropdown-menu.typeahead  > .active,.dropdown-menu.typeahead  > .active {
    text-decoration: none;
    display: inline-block;
    min-width: 100%;
    white-space: nowrap;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #337ab7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #337ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337ab7', endColorstr='#337ab7', GradientType=0);
    color: #fff;
    /*
        color: #fff;
        background-color: #337ab7;
    */
}
.dropdown-menu.typeahead {
    max-height: 137px;
    overflow-y: auto;
    overflow-x:auto;
    width:calc(100% - 30px);
}

/* END: Drop down menu */

div.panel-heading-title {
    height: 20px;
    margin: 7px 0px;
    display: inline-block;
}

div.panel-heading div.form-group {
    margin-bottom: 0px;
}

.clickable-image {
    cursor: pointer;
}

.pading-left-5px {
    padding-left: 5px;
}

.pading-right-5px {
    padding-right: 5px;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-right-5px {
    margin-right: 5px;
}

.margin-top-5px {
    margin-top: 5px;
}

td.align_right, th.align_right {
    text-align: right;
}

td.align_left, th.align_left {
    text-align: left;
}

td.align_center, th.align_center {
    text-align: center;
}

td.valign_top, th.valign_top {
    vertical-align: top !important;
}

td.valign_middle, th.valign_middle {
    vertical-align: middle !important;
}

td.valign_bottom, th.valign_bottom {
    vertical-align: bottom !important;
}

td.valign_baseline, th.valign_baseline {
    vertical-align: baseline !important;
}

.break-word {
    word-wrap: break-word;
}

div.files > div.template-upload.multiple-files, div.files > div.template-download.multiple-files {
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    margin-top: 5px;
}

div.files > div.template-upload div.progress-striped {
    width: 220px;
}

div.bootstrap-duallistbox-container select > option {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C4D0D7;
}

div.duallistbox {
    height: 100px;
    overflow: auto;
    background-color: #eee;
}

    div.duallistbox > div {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #C4D0D7;
    }

        div.duallistbox > div:first-child {
            padding-top: 0px;
        }

        div.duallistbox > div:last-child {
            border-bottom: none;
        }

button.btn-temp-hidden {
    display: none;
}

div.nav-top {
    padding: 0px 15px;
}

nav.navbar {
    margin-bottom: 5px;
    z-index: 3;
}

div.navbar-btn {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media all and (min-width:150px) and (max-width:767px) {
    div.nav-top {
        margin-bottom: 5px;
    }

    div.nav.navbar-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

        div.nav.navbar-nav div.btn-group {
            width: 100%;
        }

    div.navbar-header {
        position: relative;
    }

    div.navbar-title-left {
        position: absolute;
        left: 45px;
        top: 7px;
    }
}

div.navbar-header button.navbar-toggle-left {
    display: inline-block;
    float: left;
}

div.navbar-header > div.navbar-title-left {
    float: left;
}

.bootstrap-select.form-control:not([class*="span"]) {
    z-index: auto;
}

tbody > tr > td.jt-ctrl {
    padding: 5px;
}

/*.disabled-richtext-editor{
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555 !important;
    width:100% !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}*/

div.TableTopFilter div.header-stack {
}

div.filter-stack-field {
    border: solid 1px #ccc;
    border-radius: 4px;
    margin-left: 3px;
    padding-left: 3px;
    margin-top: 3px;
}

    div.filter-stack-field > button {
        padding: 1px 3px;
    }

/* dropdown sub menu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.dropdown-submenu > a:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 10px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
}

.navbar-nav .dropdown-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    margin-top: 10px;
}

.navbar-nav .open .dropdown-menu li:first-child {
    border-top: 0 none;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

.navbar-nav .dropdown-menu .divider {
    margin: 0px;
}

.open .dropdown-menu li:first-child {
    border-top: 0 none;
}

@media all and (min-width:768px) {
    div.modal-full {
        width: 98%;
    }
}

.repeater-row {
    position: relative;
}

.repeater-action-btn {
    position: absolute;
    top: 3px;
    right: 3px;
}

.repeater-action-editsavecancel {
    margin-bottom: 3px;
}

div.repeater-row-fields {
    padding-right: 40px;
}

div.repeater-action-editsavecancel > button {
    display: block;
    margin-bottom: 3px;
}

.forceOverflow {
    overflow-y: scroll !important;
    padding: 20px !important;
}

.item-list-block {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0px 5px 0px;
}

.pagination {
    width: 100%;
}

.pagination-inner {
    /*margin: 0% 4% 0% 3%;*/
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.OtherColumnsTable-ProductName {
    font-weight: bold;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.OtherColumnsTable th,
.OtherColumnsTable td {
    min-width: 250px;
    padding: 20px 20px 20px 20px;
    height: 1em;
    border: 1px solid #C5C5C5;
}

.OtherColumnsTable tr td:first-child {
    border-left: 0px solid #C5C5C5;
}

.FreezeColumnsTable th,
.FreezeColumnsTable td {
    min-width: 250px;
    padding: 20px 20px 20px 20px;
    height: 1em;
    border: 1px solid #C5C5C5;
}

.ColumnSetWrapper {
    overflow: hidden;
}

.FreezeColumnsWrapper {
    float: left;
    padding: 10px;
    min-height: 400px;
    padding-right: 0px;
}

.OtherColumnsWrapper {
    overflow: hidden;
    margin: 10px;
    min-height: 400px;
}

.FreezeColumns {
    overflow-x: hidden !important;
}

.progress {
    border: 1px solid #aaa;
    border-radius: 0px;
}

.progress-bar {
    color: #000;
    padding: 0 10px;
}

.Columns .winner-tag {
    position: absolute;
    opacity: 1;
    width: 48px;
    height: 48px;
    right: 0;
    top: 0;
}

.repeater-action-btnset1 {
    position: absolute;
    top: 3px;
    right: 3px;
}
 
.DhtmlxDataViewColumn {
    margin: 20px;
    float: left;
}

.repeater-action-btnset2{
    position:absolute;
    bottom:3px;
    right:3px;   
}
.repeater-action-editsavecancel {
    margin-bottom: 3px;
}

.content-overflow {
    overflow: hidden;
    height: 20px;
}

.UnCheckedChk-bg-color {
    background-color: #FFFFFF;
}

.CheckedChk-bg-color {
    background-color: #E8E8E8;
}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 */

/*
 *	DEFAULT FONT
 *	Just to make demo-pages look better - not actually relevant to Layout!
 */
/*body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:   100%;
	*font-size:  80%;
}*/

/*
 *	PANES & CONTENT-DIVs
 */
    #layoutcontainer {
        width: 98%;
        height: 100%;
        position: absolute;
        min-width: 1px;
        min-height: 1px;
        _width: 1px; /* min-width for IE6 */
    }

    .pane {
        display: none; /* will appear when layout inits */
    }
.ui-layout-pane { /* all 'panes' */
	background:	#FFF; 
	padding:	10px; 
	overflow:	auto;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		padding:	10px;
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	UTILITY CLASSES
 *	Must come AFTER pane-class above so will override
 *	These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
	padding:	0;
	overflow:	hidden;
}
.layout-child-container {
	border:		0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
	overflow:	auto;
}
.layout-hide {
	display:	none;
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border: 	 1px solid #BBB;
	}
	.ui-layout-resizer-north-dragging,
	.ui-layout-resizer-south-dragging {
		border-width:	1px 0;
	}
	.ui-layout-resizer-west-dragging,
	.ui-layout-resizer-east-dragging {
		border-width:	0 1px;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  .ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}

/*
 *	PANE-MASKS
 *	these styles are hard-coded on mask elems, but are also 
 *	included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
	border:		none !important;
	padding:	0 !important;
	margin:		0 !important;
	overflow:	hidden !important;
	position:	absolute !important;
	opacity:	0 !important;
	filter:		Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
	top:		0 !important;
	left:		0 !important;
	width:		100% !important;
	height:		100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
	/*
	 *	Unless you want to print the layout as it appears onscreen,
	 *	these html/body styles are needed to allow the content to 'flow'
	 */
	html {
		height:		auto !important;
		overflow:	visible !important;
	}
	body.ui-layout-container {
		position:	static !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		/* only IE6 has container width & height set by Layout */
		_width:		auto !important;
		_height:	auto !important;
	}
	.ui-layout-resizer, .ui-layout-toggler {
		display:	none !important;
	}
	/*
	 *	Default pane print styles disables positioning, borders and backgrounds.
	 *	You can modify these styles however it suit your needs.
	 */
	.ui-layout-pane {
		border:		none !important;
		background:	 transparent !important;
		position:	relative !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		width:		auto !important;
		height:		auto !important;
		overflow:	visible !important;
	}
}
@media all and (min-width:320px) and (max-width:480px) {
     #layoutcontainer {
        width: 95%;
    }
}
