/*@import "normalize.css";
The directive '@import' is not supported by default css minifier
*/

body, html {
    /* no image for background*/
    background-color: #fff; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #696969;
    line-height: 100%;
    height: 100%;
    min-width: 768px;
}

a:focus,
a:active,
a:hover {
    outline: 0;
}

a {
    text-decoration: underline;
    color: #30729B;
}

a:hover {
    text-decoration: underline;
    color: #30729B;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

    .pull-left h2{
        margin: 0px;
        font-size: 15px;
    }
    .txt-left {
        text-align: left;
    }

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center !important;
}

.mg-sm-right {
    margin-right: 10px !important;
}

.mg-sm-left {
    margin-left: 10px !important;
}

.mg-sm-top {
    margin-top: 10px !important;
}

.mg-sm-btm {
    margin-bottom: 10px !important;
}

.mg-sm-all {
    margin: 10px !important;
}

.mg-med-right {
    margin-right: 20px !important;
}

.mg-med-left {
    margin-left: 20px !important;
}

.mg-med-top {
    margin-top: 20px !important;
}

.mg-med-btm {
    margin-bottom: 20px !important;
}

.mg-med-all {
    margin: 20px !important;
}

.main-window-bottom {
    margin-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.mg-lrg-right {
    margin-right: 30px !important;
}

.mg-lrg-left {
    margin-left: 30px !important;
}

.mg-lrg-top {
    margin-top: 30px !important;
}

.mg-lrg-btm {
    margin-bottom: 30px !important;
}

.mg-lrg-all {
    margin: 30px !important;
}

.txt-sm {
    font-size: 16px;
}

.txt-primary,
.txt-strong {
    font-weight: 600;
}

.txt-reverse {
    color: #c8c8c8;
}

.hidden {
    display: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.container:before,
.container:after,
.content-pane:before,
.content-pane:after {
    display: table;
    content: " ";
}

.container:after,
.content-pane:after {
    clear: both;
}

.container {
    margin: 0 30px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*Header area*/
.header .container {
    height: 50px;
    padding: 0 10px;
}

    .header .container .pull-right {
        padding: 9px 0;
    }

.header .logo {
    display: block;
    float: left;
}

ul.nav-header {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    float: left;
}

    ul.nav-header li {
        display: inline;
    }


/*Footer area*/
.footer {
    padding: 15px 0 45px 0;
    font-size: 10px;
    text-align: center;
}

    .footer .logo,
    .footer span {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        padding: 0 10px;
    }


/*Buttons*/
.btn-custom,
.btn-primary {
    
    /*border: 1px solid #b0b0b0;*/
    border: none;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 2px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0px;

    color: #9f9f9f;
    background-color: #e2e2e2;
    /*background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f1f1f1 8%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffffff), color-stop(8%,#f1f1f1), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);*/
}

/*.btn-custom {
    color: #9f9f9f;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 3%, #f1f1f1 8%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#ffffff), color-stop(8%,#f1f1f1), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 3%,#f1f1f1 8%,#e2e2e2 100%);
}*/

    .btn-custom:focus,
    .btn-primary:focus {
        outline: none;
    }

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-primary:hover,
    .btn-primary:focus {
        text-decoration: none;
    }

    .btn-custom:active,
    .btn-custom.active {
        /* on button click the button title will move down and left,
        the button position will not change */
        padding: 10px 19px 8px 21px;
        color: #8c8c8c;
        background-color: #e1e1e1;
    }

    a.btn-custom.btn-sm.disabled,
    a.btn-primary.btn-sm.disabled {
        text-decoration: none !important;
        color: #aaa !important;
    }

    a.btn-custom.btn-sm.disabled:focus, 
    a.btn-custom.btn-sm.disabled:hover, 
    a.btn-custom.btn-sm.disabled:active,
    a.btn-primary.btn-sm.disabled:focus,
    a.btn-primary.btn-sm.disabled:hover,
    a.btn-primary.btn-sm.disabled:active {
        margin-left: 0px !important;
    }

.btn-lrg {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 20px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}

.btn-sm {
    font-size: 14px;
    line-height: 14px;
    padding: 9px 20px;
  
    /*-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;*/
}

    .btn-sm.btn-fixed {
        padding: 0px;
    }

.btn-sm-maging-bottom {
    margin-bottom: 10px;
}

.btn-blank-dark,
.btn-blank-light,
.btn-blank-primary {
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    margin: 0 2px;
    padding: 6px 10px;
    cursor: pointer;
    text-decoration: none;
    /*-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;*/
}

    .btn-blank-dark:hover,
    .btn-blank-light:hover,
    .btn-blank-primary:hover {
        text-decoration: none;
    }

.btn-blank-light {
    color: #878787;
    border: 3px solid #cccccc;
}

    .btn-blank-light:hover {
        color: #878787;
        border-color: #bbbbbb;
    }

.btn-blank-dark {
    color: #bbbbbb;
    border: 3px solid #7f7f7f;
}

    .btn-blank-dark:hover {
        color: #bbbbbb;
        border-color: #8c8c8c;
    }


/*Buttons icons*/
/*Large buttons, left side*/
.btn-ico-container {font-size: 14px; line-height: 14px; display: inline-block; vertical-align: middle;}
form .form-item-content .btn-ico-container{
    position: absolute;
    top: -2px;
}
.ico-projects {
    padding: 0 13px;
    background: url(../img/icons/ico_btn_projects.png) 0 50% no-repeat;
}

.ico-tasks {
    padding: 0 13px;
    background: url(../img/icons/ico_btn_tasks.png) 0 50% no-repeat;
}

.ico-reports {
    padding: 0 13px;
    background: url(../img/icons/ico_btn_reports.png) 0 50% no-repeat;
}

.ico-applications {
    padding: 0 13px;
    background: url(../img/icons/ico_btn_applications.png) 0 50% no-repeat;
}

.ico-home {
    padding: 0 24px 0 0;
    background: url(../img/icons/ico_btn_home.png) 0 50% no-repeat;
}
/*Small buttons, left side*/
.ico-help {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_help.png) 0 50% no-repeat;
}

.ico-search {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_search.png) 0 50% no-repeat;
}

.ico-ecode {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_ecode.png) 0 50% no-repeat;
}

.ico-profile {
    padding: 0 22px 0 0;
    background: url(../img/icons/ico_btn_profile.png) 0 50% no-repeat;
}

.ico-services {
    padding: 0 22px 0 0;
    background: url(../img/icons/ico_btn_services.png) 0 50% no-repeat;
}

.ico-admin {
    padding: 0 12px;
    background: url(../img/icons/ico_btn_admin.png) 0 50% no-repeat;
}

.ico-back {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_back.png) 0 50% no-repeat;
}
/*Small buttons, right side*/
.btn-blank-primary .ico-options,
.btn-blank-primary .ico-view {
    padding: 0 10px;
}

.btn-blank-light .ico-download {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_download-light.png) 100% 50% no-repeat;
}

.btn-blank-light .ico-view {
    padding: 0 10px;
    background: url(../img/icons/ico_btn_view_light.png) 100% 50% no-repeat;
}
/*Fixed buttons, center*/
.btn-fixed .ico-refresh {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(../img/icons/ico_btn_refresh.png) 50% 50% no-repeat;
    text-decoration: none;
}

.btn-fixed .ico-expand {
    padding: 0 17px;
    background: url(../img/icons/ico_btn_expand.png) 50% 50% no-repeat;
}

.btn-fixed .ico-close {
    padding: 0 17px;
    background: url(../img/icons/ico_btn_close.png) 50% 50% no-repeat;
}

.btn-fixed .ico-help {
    padding: 15px;
    margin: 0px;
    display: inline-block;
    background: url(../img/icons/ico_btn_help.png) 50% 50% no-repeat;
}

.btn-fixed .ico-date {
    padding: 0 17px;
    background: url(../img/icons/ico_btn_date.png) 50% 50% no-repeat;
}


/*Badge*/
.badge,
.badge:hover {
    display: inline-block;
    text-decoration: none;
}

    .badge span {
        display: block;
        margin: 4px 0;
        min-width: 22px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        color: #ffffff;
        border: 2px solid #ffffff;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
        box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    }

    .badge.status-on span,
    .badge.status-off span,
    .badge.status-review span,
    .badge.status-hold span {
        min-width: 18px;
        border: 0;
        -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.3);
    }

    .badge.status-on span {
        background-color: #009933;
    }

    .badge.status-off span {
        background-color: #d7d9da;
    }

    .badge.status-review span {
        background-color: #fcaa24;
    }

    .badge.status-hold span {
        background-color: #fc2524;
    }

.status-on {
    color: #009933;
}

.status-off {
    color: #d7d9da;
}

.status-review {
    color: #fcaa24;
}

.status-hold {
    color: #fc2524;
}

.badge.info span {
    background-color: #5973b6;
}

.badge.btn-dropdown {
    height: 30px;
    position: absolute;
    margin: -10px 0 0 -30px;
    background: url(../img/icons/ico_pointer.png) 50% 100% no-repeat;
}

    .badge.btn-dropdown span {
        width: auto;
        min-width: 22px;
        padding: 0 6px;
        margin: 0;
        -moz-box-shadow: 0 0 8px #cacaca;
        -webkit-box-shadow: 0 0 8px #cacaca;
        box-shadow: 0 0 8px #cacaca;
    }

a.badge.btn-dropdown:hover .badge span,
a.badge.btn-dropdown:focus .badge span {
    -moz-box-shadow: 0 0 8px #aeaeae;
    -webkit-box-shadow: 0 0 8px #aeaeae;
    box-shadow: 0 0 8px #aeaeae;
}


/*Main navigation*/
.navbar {
    padding: 5px 0 0 0;
    line-height: 33px;
}


.nav-left ul,
.nav-center ul,
.nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-left,
.nav-center {
    float: left;
}

.nav-right {
    float: right;
    white-space: nowrap;
}

    .nav-left ul li,
    .nav-center ul li,
    .nav-right ul li {
        display: inline;
    }

        .nav-left ul li a,
        .nav-center ul li a,
        .nav-right ul li a {
            text-decoration:none;
            padding-left: 5px;
            padding-right: 5px;
        }

.nav-left {
    text-align: left;
}

.nav-right {
    text-align: right;
}

.nav-center {
    width: 44%;
    text-align: center;
}

.nav-left .btn-custom,
.nav-right .btn-custom {
    min-width: 85px;
}

.nav-left .btn-ico-container {
    color: #707070;
    font-weight:bold;
}


.nav-center .btn-custom {
    min-width: 150px;
}

@media screen and (max-width: 1160px) {
    .navbar {
        height: auto;
    }

    .nav-center {
        width: 100%;
        margin: 10px 0 0 0;
    }
}


/*Details header*/
.details-header .container {
    position: relative;
    z-index: 1;
}
.details-header .txt-reverse{
    float: right;
    position: relative;
    bottom: -4px;
}
.details {
    width: 100%;
    min-height: 38px;
    padding: 7px 25px 7px 25px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
}


.details h1 {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 22px;
    color: #797979;
    font-weight: normal;
    position: relative;
    /*float: left;*/
}

.details .service-title {
    /*display: block;
    width: 70%;
    text-align: center;*/
}
.details .details-left, .details .details-center, .details .details-right{
    flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
}
.details .details-center { text-align: center; }
.details .details-right { text-align: right; }
.details .details-right .txt-sm, .details .details-left .txt-sm{ position: relative; top: 5px; }
.details .details-header-title {
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    position: relative;
}

.details .details-header-title .btn-ico-container{
    vertical-align: top;
}

.details-header-title-item {
    flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
}

.details-header-title-item.txt-sm{
    text-align: right;
}

.details-header .error {
    color: #ff6600;
    padding: 3px 0 0px 0;
}

.details-header .details{
    margin-top: 15px;
    margin-bottom: 5px;
}

    .details-header .details .details-header-title {
        line-height: 29px;
        font-size: 14px;
    }

.details h1 .btn-ico-container {
    top: -8px;
    position: relative;
    height: 15px;
}

.details-header-help{
    /*margin-left: 95%;*/
    display: inline;
    position: absolute;
    /*width: 97%;*/
    right: -20px;
    top:0px;
}
@media screen and (max-width: 1100px) {
    .details-center {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    /* on login page we have to allign captcha by right side
        otherwise there is gui defect on window resize 
    */
    form .form-item-content.recaptcha-content {
        margin-left: 115px;
    }
}

.header {
    height: 50px;
    margin: 10px 0;
}


/*Info navigation*/
ul.nav-info {
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
}

    ul.nav-info li {
        display: inline;
        font-size: 11px;
        line-height: 13px;
        color: #696969;
        padding: 0 9px;
        border-left: 1px solid #696969;
        cursor: default;
    }

        ul.nav-info li:first-child {
            padding-left: 0;
            border-left: 0;
        }

        ul.nav-info li:last-child {
            padding-right: 0;
            margin-right: -2px;
        }

        ul.nav-info li a {
            text-decoration: none;
            color: #696969;
        }

            ul.nav-info li a:hover {
                color: #222222;
            }

    ul.nav-info li.ico-help-area {
        border-left: none;
        padding-left: 0px;
    }

.details ul.nav-info li,
.details ul.nav-info li a {
    color: #999999;
}

    .details ul.nav-info li a:hover {
        color: #c8c8c8;
    }

.details ul.nav-info li {
    border-left: 1px solid #696969;
}

    .details ul.nav-info li:first-child {
        border-left: 0 solid #696969;
    }

.details .details-center ul.nav-info {
    margin: 0 0 2px 0;
    float: none;
}

    .details .details-center ul.nav-info li span {
        color: #c8c8c8;
        font-weight: 200;
    }

.form-info ul.nav-info {
    margin: 4px 10px 0 0;
}

    .form-info ul.nav-info li,
    .toolbar ul.nav-info li {
        font-size: 14px;
        line-height: 16px;
        color: #7d7d7d;
        border-left: 1px solid #696969;
    }

        .form-info ul.nav-info li:first-child,
        .toolbar ul.nav-info li:first-child {
            border-left: 0 solid #696969;
        }


/*Tabs navigation*/
.nav-tabs {
    height: 50px;
    padding: 0 25px;
    background-color: #323232;
}

    .nav-tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-tabs ul li a {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            padding: 0 15px;
            color: #696969;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            /*text-shadow: 1px 1px 1px #cacaca;*/
            line-height: 49px;
            border-bottom: 1px solid #323232;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            background: #c1c1c1;
            background: -moz-linear-gradient(top, #c1c1c1 0%, #ababab 80%, #959595 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(80%,#ababab), color-stop(100%,#959595));
            background: -webkit-linear-gradient(top, #c1c1c1 0%,#ababab 80%,#959595 100%);
            background: -o-linear-gradient(top, #c1c1c1 0%,#ababab 80%,#959595 100%);
            background: -ms-linear-gradient(top, #c1c1c1 0%,#ababab 80%,#959595 100%);
            background: linear-gradient(to bottom, #c1c1c1 0%,#ababab 80%,#959595 100%);
        }

            .nav-tabs ul li a:hover {
                background: #a2a2a2;
            }

            .nav-tabs ul li a.active,
            .nav-tabs ul li a:active {
                background: #ffffff;
                text-shadow: none;
                position: relative;
                margin-bottom: -5px;
                border-bottom: 6px solid #ffffff;
            }

            .nav-tabs ul li a span {
                font-weight: 200;
            }


/*Small tabs navigation*/
.nav-tabs-sm {
    height: 35px;
    padding: 0 10px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #b0b0b0;
}

    .nav-tabs-sm ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-tabs-sm ul li a {
            display: block;
            float: left;
            min-width: 120px;
            margin: 0 5px 0 0;
            padding: 0 15px;
            color: #696969;
            font-weight: 600;
            text-decoration: none;
            /*text-shadow: 1px 1px 1px #cacaca;*/
            line-height: 34px;
            border-bottom: 1px solid #b0b0b0;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            background-color: #d5d5d5;
        }

            .nav-tabs-sm ul li a:hover {
                background-color: #c2c2c2;
            }

            .nav-tabs-sm ul li a.active,
            .nav-tabs-sm ul li a:active {
                color: #ffffff;
            }

            .nav-tabs-sm ul li a span {
                font-weight: 200;
            }


/*Content panes*/
.content {
    width: 100%;
}

    .content .container {
        background-color: #ffffff;
        min-height: 400px;
        padding: 0 0 30px 0;
        width: calc(100% - 60px);
    }
    .content .container .container{
        margin: 0px;
        width: 100%;
    }
    .content .container .container #form{
        padding: 0px;
    }

.content-pane {
    border-bottom: 1px solid #b2b2b2;
    width: 100%;
}

.content-pane.floating-pane{
    border: none;
}

.content-margin.floating-pane{
    padding: 20px 0;
}
.content-margin {
    padding: 20px 25px;
}

.pane-left {
    float: left;
    background: linear-gradient(to bottom, #fdfdfd 0%, #d5d5d5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.pane-center,
.pane-right {
    float: right;
}

    .pane-center .pane-left,
    .pane-center .pane-right {
        overflow: auto;
    }

.pane-header {
    display: block;
    position: relative;
    height: 50px;
    line-height: 32px;
    margin: 0 0 1px 0;
    padding: 9px 10px 9px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #7f7f7f;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #b0b0b0;
    /*cursor: pointer;*/
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#d5d5d5));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#d5d5d5 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#d5d5d5 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#d5d5d5 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d5d5d5',GradientType=0 );
    -webkit-box-shadow: 0 3px 3px -1px #aaaaaa;
    -moz-box-shadow: 0 3px 3px -1px #aaaaaa;
    box-shadow: 0 3px 3px -1px #aaaaaa;
}

.pane-header a, .pane-header a:hover, .pane-header a:visited, .pane-header a:link, a.pane-header, a.pane-header:hover {
    text-decoration:none !important;
    color: #7f7f7f;
}

    /*.pane-header:hover {
        background: #d5d5d5;
        background: -moz-linear-gradient(top, #e7e7e7 0%, #d5d5d5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#d5d5d5));
        background: -webkit-linear-gradient(top, #e7e7e7 0%,#d5d5d5 100%);
        background: -o-linear-gradient(top, #e7e7e7 0%,#d5d5d5 100%);
        background: -ms-linear-gradient(top, #e7e7e7 0%,#d5d5d5 100%);
        background: linear-gradient(to bottom, #e7e7e7 0%,#d5d5d5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#d5d5d5',GradientType=0 );
        text-decoration: none;
    }

    .pane-header.active,
    .pane-header:active {
        color: #ffffff;
        border: 1px solid #949494;
        background: #a2a2a2;
        background: -moz-linear-gradient(top, #b4b4b4 0%, #a2a2a2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#a2a2a2));
        background: -webkit-linear-gradient(top, #b4b4b4 0%,#a2a2a2 100%);
        background: -o-linear-gradient(top, #b4b4b4 0%,#a2a2a2 100%);
        background: -ms-linear-gradient(top, #b4b4b4 0%,#a2a2a2 100%);
        background: linear-gradient(to bottom, #b4b4b4 0%,#a2a2a2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#a2a2a2',GradientType=0 );
    }*/

    .pane-header .btn-custom,
    .pane-header .btn-primary,
    .pane-header .btn-blank-light,
    .pane-header .btn-blank-dark,
    .pane-header .btn-blank-primary {
        float: left;
    }

.pane-nav-icon {
    padding: 0 7px;
    margin-left: -14px;
}

.pane-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pane-nav-list ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

        .pane-nav-list ul li a {
            display: block;
            line-height: 25px;
            padding: 0 0 0 25px;
            text-decoration: none;
            font-size: 13px;
            color: #6a6a6a;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .pane-nav-list ul li a.active,
            .pane-nav-list ul li a:active {
                color: #ffffff;
            }

            .pane-nav-list ul li a:hover {
                background-color: #efefef;
            }

        .pane-nav-list ul ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .pane-nav-list ul ul li a {
                padding: 0 0 0 35px;
                font-size: 11px;
            }

                .pane-nav-list ul ul li a:hover {
                    background-color: #f8f8f8;
                }

                .pane-nav-list ul ul li a.active,
                .pane-nav-list ul ul li a:active {
                    background-color: #efefef;
                    color: #6a6a6a;
                }

.pane-subheader {
    height: 60px;
    line-height: 32px;
    padding: 14px 25px 14px 20px;
    background: #d2d2d2;
    background: -moz-linear-gradient(top, #d2d2d2 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top, #d2d2d2 0%,#fafafa 100%);
    background: -o-linear-gradient(top, #d2d2d2 0%,#fafafa 100%);
    background: -ms-linear-gradient(top, #d2d2d2 0%,#fafafa 100%);
    background: linear-gradient(to bottom, #d2d2d2 0%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#fafafa',GradientType=0 );
    border-bottom: 1px solid #7a7a7a;
}

    .pane-subheader .nav-breadcrumbs {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pane-subheader .nav-breadcrumbs li {
            display: inline;
            font-size: 18px;
            line-height: 32px;
            color: #7f7f7f;
        }

            .pane-subheader .nav-breadcrumbs li a {
                font-weight: 600;
                color: #7f7f7f;
                text-decoration: none;
            }

.pane-preview {
    background-color: #595959;
    border-top: 1px solid #373737;
    overflow: auto;
}

    .pane-preview .preview-header {
        position: relative;
        z-index: 1;
        padding: 15px 10px;
        -webkit-box-shadow: 0 3px 3px -1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 3px 3px -1px rgba(0,0,0,0.5);
        box-shadow: 0 3px 3px -1px rgba(0,0,0,0.5);
    }

        .pane-preview .preview-header .pull-left {
            width: 60%;
        }

        .pane-preview .preview-header h3,
        .pane-preview .preview-header h4 {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .pane-preview .preview-header h3,
        .pane-preview .preview-header h4 {
            font-size: 16px;
            margin: 0;
            padding: 0;
        }

        .pane-preview .preview-header h3 {
            color: #cfcfcf;
        }

        .pane-preview .preview-header h4 {
            padding-top: 5px;
        }

    .pane-preview .preview-img {
        border-bottom: 1px solid #7a7a7a;
        text-align: center;
    }

        .pane-preview .preview-img img {
            height: auto;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }

    .pane-preview .preview-info {
        margin: 30px 10px;
        padding: 0;
        list-style: none;
        color: #a9a9a9;
        font-size: 12px;
        line-height: 20px;
    }

        .pane-preview .preview-info li span {
            font-weight: 600;
        }

.pane-controls {
    line-height: 32px;
}

    .pane-controls:before,
    .pane-controls:after {
        display: table;
        content: " ";
    }

    .pane-controls:after {
        clear: both;
    }


/*Content panes resize*/
.resize-control {
    width: 30px;
    position: absolute;
    margin-left: -27px;
    background: url(../img/bg_resize_handle.png) 0 0 no-repeat;
    cursor: default;
}

.resize-handle {
    width: 25px;
    height: 45px;
    margin-top: 138px;
    cursor: pointer;
}


/*Toolbar*/
.toolbar {
    height: 50px;
    line-height: 32px;
    padding: 7px 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #999999;
    background-color: #dedede;
}

    .toolbar.toolbar-dark {
        background-color: #595959;
        border-top: 1px solid #595959;
        border-bottom: 1px solid #595959;
    }

.pane-preview .toolbar {
    height: 48px;
    padding: 7px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #7a7a7a;
    background: none;
    min-width: 240px;
}


/*Toolbar navigation*/
.nav-toolbar {
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    height: 25px;
    float: left;
}

    .nav-toolbar li {
        display: inline;
    }

    .nav-toolbar input[type="checkbox"] {
        display: inline-block;
        margin: 0 10px 0 -1px;
        height: 25px;
        vertical-align: top;
    }

    .nav-toolbar a {
        display: inline-block;
        margin: 0 -1px;
        width: 30px;
        height: 25px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .nav-toolbar a.mail {
            background: url(../img/icons/ico_toolbar_mail.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.print {
            background: url(../img/icons/ico_toolbar_print.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.download-to-device {
            background: url(../img/icons/ico_toolbar_download_to_device.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.download-to-project {
            background: url(../img/icons/ico_toolbar_download_to_project.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.back {
            background: url(../img/icons/ico_toolbar_back.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.stamp {
            background: url(../img/icons/ico_toolbar_stamp.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.edit {
            background: url(../img/icons/ico_toolbar_edit.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.history {
            background: url(../img/icons/ico_toolbar_history.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.compare {
            background: url(../img/icons/ico_toolbar_compare.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.copy-to-folder {
            background: url(../img/icons/ico_toolbar_copy_to_folder.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.move {
            background: url(../img/icons/ico_toolbar_move.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.workflow {
            background: url(../img/icons/ico_toolbar_workflow.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.file-checked {
            background: url(../img/icons/ico_toolbar_file_checked.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.file-empty {
            background: url(../img/icons/ico_toolbar_file_empty.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.file {
            background: url(../img/icons/ico_toolbar_file.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.comments {
            background: url(../img/icons/ico_toolbar_comments.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.info {
            background: url(../img/icons/ico_toolbar_info.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.badge-markup {
            background: url(../img/icons/ico_toolbar_badge_markup.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.badge-mail {
            background: url(../img/icons/ico_toolbar_badge_mail.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.copy {
            background: url(../img/icons/ico_toolbar_copy.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.download {
            background: url(../img/icons/ico_toolbar_download.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.add {
            background: url(../img/icons/ico_toolbar_add.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.reports {
            background: url(../img/icons/ico_toolbar_reports.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.block {
            background: url(../img/icons/ico_toolbar_block.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.delete {
            background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.map {
            background: url(../img/icons/ico_toolbar_map.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.unlock {
            background: url(../img/icons/ico_toolbar_unlock.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.folder-minus {
            background: url(../img/icons/ico_toolbar_folder_minus.png) 50% 50% no-repeat;
        }

        .nav-toolbar a.folder-plus {
            background: url(../img/icons/ico_toolbar_folder_plus.png) 50% 50% no-repeat;
        }

        .nav-toolbar a:hover {
            background-color: #ffffff;
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }

        .nav-toolbar a.active,
        .nav-toolbar a:active {
            background-color: transparent;
            -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
            -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
            box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
        }

        .nav-toolbar a.active,
        .nav-toolbar a:active {
            background-color: #e1e1e1;
        }

.pane-preview .nav-toolbar a.mail,
.toolbar-dark .nav-toolbar a.mail {
    background: url(../img/icons/ico_toolbar_mail_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.print,
.toolbar-dark .nav-toolbar a.print {
    background: url(../img/icons/ico_toolbar_print_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.download-to-device,
.toolbar-dark .nav-toolbar a.download-to-device {
    background: url(../img/icons/ico_toolbar_download_to_device_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.download-to-project,
.toolbar-dark .nav-toolbar a.download-to-project {
    background: url(../img/icons/ico_toolbar_download_to_project_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.back,
.toolbar-dark .nav-toolbar a.back {
    background: url(../img/icons/ico_toolbar_back_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.stamp,
.toolbar-dark .nav-toolbar a.stamp {
    background: url(../img/icons/ico_toolbar_stamp_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.edit,
.toolbar-dark .nav-toolbar a.edit {
    background: url(../img/icons/ico_toolbar_edit_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.history,
.toolbar-dark .nav-toolbar a.history {
    background: url(../img/icons/ico_toolbar_history_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.compare,
.toolbar-dark .nav-toolbar a.compare {
    background: url(../img/icons/ico_toolbar_compare_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.copy-to-folder,
.toolbar-dark .nav-toolbar a.copy-to-folder {
    background: url(../img/icons/ico_toolbar_copy_to_folder_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.move,
.toolbar-dark .nav-toolbar a.move {
    background: url(../img/icons/ico_toolbar_move_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.workflow,
.toolbar-dark .nav-toolbar a.workflow {
    background: url(../img/icons/ico_toolbar_workflow_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.file-checked,
.toolbar-dark .nav-toolbar a.file-checked {
    background: url(../img/icons/ico_toolbar_file_checked_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.file-empty,
.toolbar-dark .nav-toolbar a.file-empty {
    background: url(../img/icons/ico_toolbar_file_empty_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.file,
.toolbar-dark .nav-toolbar a.file {
    background: url(../img/icons/ico_toolbar_file_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.comments,
.toolbar-dark .nav-toolbar a.comments {
    background: url(../img/icons/ico_toolbar_comments_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.info,
.toolbar-dark .nav-toolbar a.info {
    background: url(../img/icons/ico_toolbar_info_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.badge-markup,
.toolbar-dark .nav-toolbar a.badge-markup {
    background: url(../img/icons/ico_toolbar_badge_markup_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.badge-mail,
.toolbar-dark .nav-toolbar a.badge-mail {
    background: url(../img/icons/ico_toolbar_badge_mail_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.copy,
.toolbar-dark .nav-toolbar a.copy {
    background: url(../img/icons/ico_toolbar_copy_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.download,
.toolbar-dark .nav-toolbar a.download {
    background: url(../img/icons/ico_toolbar_download_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.add,
.toolbar-dark .nav-toolbar a.add {
    background: url(../img/icons/ico_toolbar_add_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.reports,
.toolbar-dark .nav-toolbar a.reports {
    background: url(../img/icons/ico_toolbar_reports_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.block,
.toolbar-dark .nav-toolbar a.block {
    background: url(../img/icons/ico_toolbar_block_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.delete,
.toolbar-dark .nav-toolbar a.delete {
    background: url(../img/icons/ico_toolbar_delete_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.map,
.toolbar-dark .nav-toolbar a.map {
    background: url(../img/icons/ico_toolbar_map_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.unlock,
.toolbar-dark .nav-toolbar a.unlock {
    background: url(../img/icons/ico_toolbar_unlock_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.folder-minus,
.toolbar-dark .nav-toolbar a.folder-minus {
    background: url(../img/icons/ico_toolbar_folder_minus_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a.folder-plus,
.toolbar-dark .nav-toolbar a.folder-plus {
    background: url(../img/icons/ico_toolbar_folder_plus_dark.png) 50% 50% no-repeat;
}

.pane-preview .nav-toolbar a:hover,
.toolbar-dark .nav-toolbar a:hover {
    background-color: #606060;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.pane-preview .nav-toolbar a.active,
.pane-preview .nav-toolbar a:active,
.toolbar-dark .nav-toolbar a:active {
    background-color: transparent;
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
}

.toolbar-centered .nav-toolbar,
.toolbar-centered .nav-toolbar a {
    float: none;
    text-align: center;
}

.pull-left .nav-toolbar {
    margin-left: -5px;
}

.pull-right .nav-toolbar {
    margin-right: -5px;
}


/*View type navigation*/
.view-type {
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    height: 25px;
    float: left;
}

    .view-type li {
        display: inline;
    }

        .view-type li a {
            display: inline-block;
            margin: 0 -1px;
            width: 30px;
            height: 25px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .view-type a.type-list {
        background: url(../img/icons/ico_view_type1.png) 0 0 no-repeat;
    }

    .view-type a.type-thumbnails {
        background: url(../img/icons/ico_view_type2.png) 0 0 no-repeat;
    }

    .view-type a.type-wall {
        background: url(../img/icons/ico_view_type3.png) 0 0 no-repeat;
    }

    .view-type a:hover,
    .view-type a.active {
        background-position: 0 100%;
    }

    .view-type a:hover {
        background-color: #ffffff;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .view-type a.active,
    .view-type a:active {
        background-color: transparent;
        -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
        box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    }

.pull-left .view-type {
    margin-left: -5px;
}

.pull-right .view-type {
    margin-right: -5px;
}


/*Content tables*/
table {
    /*width: 100%;*/
    background-color: #ffffff;
}

    table thead th {
        vertical-align: middle;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 2px solid #bdbdbd;
        background: #cbcbcb;
        background: -moz-linear-gradient(top, #cbcbcb 0%, #e9e9e9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#e9e9e9));
        background: -webkit-linear-gradient(top, #cbcbcb 0%,#e9e9e9 100%);
        background: -o-linear-gradient(top, #cbcbcb 0%,#e9e9e9 100%);
        background: -ms-linear-gradient(top, #cbcbcb 0%,#e9e9e9 100%);
        background: linear-gradient(to bottom, #cbcbcb 0%,#e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#e9e9e9',GradientType=0 );
    }

    table tbody td {
        vertical-align: middle;
    }

    table tbody tr:hover td {
        /*background-color: #efefef;*/
        cursor: default;
    }

    table tbody td img {
        vertical-align: middle;
    }
    /*Default view table*/
    table.view-default {
        table-layout: fixed;
    }

        table.view-default thead th {
            padding: 15px;
            font-size: 12px;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        table.view-default tbody td {
            padding: 0 15px;
            font-size: 16px;
            border-bottom: 1px solid #dddddd;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
        }

        table.view-default.view-type-thumbnails tbody td {
            height: 55px;
        }

        table.view-default tbody td.subheader {
            height: 30px;
            border-top: 2px solid #bdbdbd;
            border-bottom: 2px solid #bdbdbd;
            font-size: 11px;
            font-weight: bold;
        }

        table.view-default tbody tr:hover td.subheader {
            background-color: #ffffff;
        }

        table.view-default tr:last-child td {
            border-bottom: 3px solid #dddddd;
        }

        table.view-default .active td,
        table.view-default .active:hover td {
            border-color: #cacaca;
        }
    /*Semi-condensed view table*/
    table.view-semi-condensed thead th {
        padding: 15px;
        font-size: 12px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.view-semi-condensed tbody td {
        padding: 5px 15px;
        font-size: 12px;
        border-bottom: 1px solid #dddddd;
    }

        table.view-semi-condensed tbody td img {
            border: 1px solid #a2a2a2;
            max-height: 45px;
            max-width: 55px;
            width: auto;
        }
    /*Condensed view table*/
    table.view-condensed {
        table-layout: fixed;
        border-top: 1px solid #999999;
    }

        table.view-condensed thead th {
            padding: 5px;
            font-size: 10px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        table.view-condensed tbody td {
            padding: 0 5px;
            font-size: 12px;
            text-align: center;
            border: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;
        }

        table.view-condensed.view-type-thumbnails tbody td {
            height: 55px;
        }

        table.view-condensed tbody td img {
            border: 1px solid #a2a2a2;
            max-height: 45px;
            max-width: 55px;
            width: auto;
        }

.view-condensed .active a.primary {
    font-weight: 600;
}

.view-type-list .thumbnail {
    display: none;
}

.col-fixed-40 {
    width: 40px;
}

.col-fixed-60 {
    width: 60px;
}

.col-fixed-80 {
    width: 80px;
}

.col-fixed-100 {
    width: 100px;
}

.col-fixed-120 {
    width: 120px;
}

.col-fixed-140 {
    width: 140px;
}

.col-fixed-160 {
    width: 160px;
}

.col-fixed-180 {
    width: 180px;
}

.col-fixed-200 {
    width: 200px;
}

.col-fixed-300 {
    width: 300px;
}


/*Wall view*/
.view-type-wall {
    text-align: center;
    padding: 0.5%;
}

.view-default .wall-item {
    font-size: 16px;
}

.view-condensed .wall-item {
    font-size: 12px;
}

.wall-item {
    position: relative;
    width: 30%;
    max-width: 200px;
    padding: 10px;
    margin: 1%;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .wall-item:hover {
        background-color: #efefef;
        cursor: default;
        -moz-box-shadow: 0 0 8px #cacaca;
        -webkit-box-shadow: 0 0 8px #cacaca;
        box-shadow: 0 0 8px #cacaca;
    }

    .wall-item .thumbnail {
        background-color: #bfbfbf;
        text-align: center;
    }

.view-default .wall-item .thumbnail {
    margin: 0 0 10px 0;
}

.view-condensed .wall-item .thumbnail {
    margin: 0;
}

.wall-item .thumbnail img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #bfbfbf;
}

.wall-item .item-row {
    text-align: center;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.view-default .wall-item .item-row {
    padding: 5px 0;
}

.view-condensed .wall-item .item-row {
    padding: 5px 0 0 0;
}

.wall-item .item-row .nav-info {
    display: inline-block;
    margin: 0 auto;
    float: none;
}

    .wall-item .item-row .nav-info li {
        display: inline-block;
        float: none;
        height: 13px;
        overflow: hidden;
    }

.wall-item .badge {
    position: absolute;
    top: 0;
    right: 5px;
}

.view-default .wall-item.active,
.view-default .wall-item.active:hover {
    border-color: #cacaca;
}


/*Pagination*/
.nav-pagination {
    margin: 30px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

    .nav-pagination li {
        display: inline;
    }

        .nav-pagination li a,
        .nav-pagination li span {
            display: inline-block;
            color: #7d7d7d;
            font-size: 14px;
            line-height: 14px;
            padding: 6px 10px;
            cursor: pointer;
            text-decoration: none;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            border-radius: 16px;
            font-weight: 600;
        }

    .nav-pagination .previous,
    .nav-pagination .next {
        min-width: 110px;
        border: 3px solid #dddddd;
        margin: 0 5px;
        padding: 6px 0;
    }

        .nav-pagination .previous:hover,
        .nav-pagination .next:hover {
            border: 3px solid #c1c1c1;
            color: #696969;
        }

    .nav-pagination li a:hover,
    .nav-pagination li a:focus {
        text-decoration: none;
    }

    .nav-pagination.nav-condensed {
        padding: 20px 0 0 0;
        margin: 0;
        border-top: 1px solid #bfbfbf;
    }


/*Info forms*/
.form-info {
    margin: 10px 0;
}

.form-info-wrapper {
    max-height: 300px;
    overflow: auto;
    border-bottom: 1px solid #d1d1d1;
}

.form-info i {
    color: #b5b5b5;
}

.form-info .form-row {
    min-height: 20px;
    line-height: 20px;
    padding: 5px 0;
    border-top: 1px solid #d1d1d1;
}

    .form-info .form-row:first-child {
        border-top: 0 solid #d1d1d1;
    }

.form-row:before,
.form-row:after {
    display: table;
    content: " ";
}

.form-row:after {
    clear: both;
}

.form-info .form-item-info {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 10px 25px;
    font-weight: 600;
    border-top: 2px solid #d1d1d1;
}

.form-info:first-child .form-item-info {
    border-top: 0 solid #d1d1d1;
}

.form-info .form-item-title {
    float: left;
    width: 185px;
    padding: 0 0 0 25px;
    font-weight: 600;
    color: #7d7d7d;
}

.form-info .form-item-content {
    margin-left: 195px;
    color: #7d7d7d;
}

.form-info.form-block .form-item-content {
    margin-left: 25px;
}

.form-info .form-row .nav-toolbar {
    margin: 0 10px 0 0;
}

.form-login {
    max-width: 620px;
}

    .form-login textarea {
        width: 100%;
        padding: 5px;
    }


/*Info box*/
.ico-moreInfo {background: transparent url(../img/icons/ico_more_info.png) 0 0 no-repeat; display: block; width: 28px; height: 22px;}
.pane-info {
    background-color: #EDF0F8;
    color: #5973b6;
    padding: 20px 25px 25px 25px;    
}

    .pane-info .info {
        float: left;
    }

    .pane-info .ico-moreInfo {
        float: left;
        margin-top: 7px;
    }

    .pane-info p {
        margin: 0 0 0 0px;
        padding: 8px 0 0 0;
        line-height: 1.5;
    }

    .pane-info ul {
        margin: 0 0 0 45px;
        padding: 10px 0 0 0;
    }

    .pane-info ul li {
        line-height: 18px;
    }

    .pane-content{ min-height: 197px; position:relative; padding-bottom: 47px; }
    .pane-content.pane-content-dashboard.pane-content-instructions {display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; flex-flow: row nowrap; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap;}
    .pane-content.pane-content-dashboard {padding-top: 57px; }
    .pane-content.pane-content-dashboard fieldset { padding: 0px; }
    .pane-content.pane-content-dashboard.pane-content-shrink{ min-height: 160px; padding-top: 20px;}
    .pane-content .pane-content-instructions { max-width: 500px; position:relative; flex: 1 0 50%; -webkit-flex: 1 0 50%; -ms-flex: 1 0 50%; }
    .pane-content .pane-content-noinstructions { flex: 1 1 auto; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; }
    .pane-content .pane-content-instructions .main-window-bottom { bottom: -47px; }
    .pane-content .pane-content-instructions fieldset {border-top: none;}
    .pane-content .type-instructions { padding: 10px; display: block;  flex: 1 1 auto; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; }


/*Form elements*/
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    color: #696969;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    select[multiple],
    select[size] {
        height: auto;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

legend {
    padding: 0;
    border: 0;
}

select.lg {
    width: 230px;
}

/*Search input*/
input.search {
    display: block;
    float: left;
    height: 30px;
    width: 220px;
    padding: 0 15px 0 30px;
    font-size: 14px;
    background: #eeeeee url(../img/icons/ico_btn_search.png) 7px 1px no-repeat;
    border: 1px solid #cccccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: inset 0 3px 3px #b5b5b5;
    -webkit-box-shadow: inset 0 3px 3px #b5b5b5;
    box-shadow: inset 0 3px 3px #b5b5b5;
}

    input.search.light {
        background: #ffffff url(../img/icons/ico_btn_search.png) 7px 1px no-repeat;
        border: 1px solid #cccccc;
        -moz-box-shadow: inset 0 3px 3px #d8d8d8;
        -webkit-box-shadow: inset 0 3px 3px #d8d8d8;
        box-shadow: inset 0 3px 3px #d8d8d8;
    }

    input.search:focus {
        outline: 0;
    }


/*File upload*/
.upload-box a,
.upload-box input {
    display: inline-block;
    float: left;
}

.file-upload {
    display: inline-block;
    height: 48px;
    padding: 8px;
    margin: -8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .file-upload input[type="file"] {
        position: absolute;
        top: -5px;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity= 0);
        -ms-transform: translate(-300px, 0px) scale(4);
        -webkit-transform: translate(-300px, 0px) scale(4);
        -o-transform: translate(-300px, 0px) scale(4);
        -moz-transform: translate(-300px, 0px) scale(4);
        transform: translate(-300px, 0px) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }


/*Forms*/
form {
    margin: 0;
}

    form a {
        color: #30729B;
        text-decoration: underline;
    }

        form a:hover {
            color: #30729B;
            text-decoration: underline;
        }

    form i {
        color: #b5b5b5;
    }

    form .fieldset {
        margin: 0;
        padding: 10px 0;
        border: 0;
        /*border-top: 1px solid #cccccc;*/
    }

        form .fieldset:first-child {
            padding: 0 0 10px 0;
            /*border-top: 0 solid #cccccc;*/
        }

    form .form-row {
        min-height: 28px;
        line-height: 28px;
        padding: 5px 0;
    }

    form .form-item-info {
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 10px 0;
        font-weight: 600;
    }

    form .form-item-desc {
        color: #9e9e9e;
        font-size: 12px;
        line-height: 14px;
        padding: 5px 0 0 0;
    }

    form .form-item-title {
        float: left;
        text-align: right;
        width: 195px;
        padding: 0 3px 0 20px;
        color: #7d7d7d;
    }

    form .form-item-title,
    form label,
    form .label {
        font-weight: 600;
    }

    form .form-item-content {
        margin-left: 195px;
        color: #7d7d7d;
    }

    form .form-condensed .form-item-title {
        width: 145px;
    }

    form .form-condensed .form-item-content {
        margin-left: 155px;
    }

    form.form-block .form-item-content,
    form .form-block .form-item-content {
        margin-left: 25px;
    }

    form .form-actions {
        margin-top: 0px;
    }

.form-item, .form-control {
    display: inline-block;
    height: 28px;
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
    background-color: #ffffff;
    border: solid 1px #DFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-item option:hover{background-color: #FFA404}

.form-item,
.form-item-content label {
    margin-right: 10px;
}

    .form-item:focus, .form-control:focus {
        outline: 0;
        -moz-box-shadow: 0 0 8px #cacaca;
        -webkit-box-shadow: 0 0 8px #cacaca;
        box-shadow: 0 0 8px #cacaca;
    }

textarea.form-item {
    height: auto;
}

.form-item:-moz-placeholder,
.form-item:-ms-input-placeholder,
.form-item::-webkit-input-placeholder {
    color: #777777;
}

form.form-inline {
    margin: 0;
}

    form.form-inline .form-item,
    form.form-inline label,
    form.form-inline a {
        float: left;
        margin-right: 10px;
    }

.form-left {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.form-right {
    width: 50%;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #dddddd;
}

.item-mini {
    width: 64px;
}

.item-sm {
    width: 105px;
}

.item-med {
    width: 220px;
}

.item-lrg {
    max-width: 450px;
    min-width: 150px;
    width: 95%;
}

.item-maxi {
    width: 100%;
}

.required {
    color: #ff6600;
}


/*Tree navigation*/
.nav-tree-wrapper {
    border: 1px solid #cccccc;
    padding: 10px;
    max-height: 150px;
    overflow: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.nav-tree {
    margin: 0;
    padding: 0 0 10px 20px;
    list-style: none;
    font-size: 12px;
}

    ul.nav-tree li {
        line-height: 25px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        cursor: default;
    }

        ul.nav-tree li:hover {
            border-top: 1px solid #dddddd;
            border-bottom: 1px solid #dddddd;
        }

        ul.nav-tree li li:last-child:hover {
            border-top: 1px solid #dddddd;
            border-bottom: 1px solid transparent;
        }

    ul.nav-tree .nav-toolbar li:hover {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    ul.nav-tree li a {
        color: #696969;
        display: inline-block;
        text-decoration: none;
    }

    ul.nav-tree li ul {
        margin: 0 20px;
        padding: 0;
        list-style: none;
    }

    ul.nav-tree li label {
        padding-right: 10px;
    }

    ul.nav-tree li:hover .hidden {
        display: inline-block;
    }


/*Map preview*/
.map-wrapper {
    border: 1px solid #cccccc;
    width: 858px;
    height: 300px;
    overflow: hidden;
}


/*Dropdowns*/
#dropdown-projects,
#dropdown-toolbar {
    position: absolute;
    z-index: 2;
}

.dropdown-content {
    background-color: #595959;
    padding: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 5px;
}

.dropdown-pointer-top {
    height: 8px;
    background: url(../img/bg_dropdown_pointer_top.png) 50% 50% no-repeat;
}

.dropdown-pointer-bottom {
    height: 8px;
    background: url(../img/bg_dropdown_pointer_bottom.png) 50% 50% no-repeat;
}

#dropdown-projects .dropdown-content {
    width: 190px;
}

#dropdown-projects .nav-dropdown a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dropdown-projects .nav-dropdown:active {
    outline: none;
}

#dropdown-toolbar .dropdown-content {
    width: 190px;
    min-height: 42px;
}

.ui-dialog,
.ui-dialog:active {
    outline: 0;
    background: none;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-widget-content {
    background: #fff !important;
}

.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
}


/*Modals*/
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow: auto;
}

.modal {
    position: relative;
    background-color: #ffffff;
    margin: 50px auto;
    border: 1px solid #555555;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1020;
}

.modal-fixed-400 {
    width: 400px;
}

.modal-fixed-500 {
    width: 500px;
}

.modal-fixed-600 {
    width: 600px;
}

.modal-fixed-700 {
    width: 700px;
}

.modal-fixed-800 {
    width: 800px;
}

.modal-fixed-900 {
    width: 900px;
}

.modal-fixed-1000 {
    width: 1000px;
}

.modal-fixed-1100 {
    width: 1100px;
}

.modal-header {
    width: 100%;
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid #b2b2b2;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #d0d0d0;
    background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 3%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(3%,#d0d0d0), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d0d0d0 3%,#ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d0d0d0 3%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d0d0d0 3%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d0d0d0 3%,#ffffff 100%);
}

    .modal-header .pull-left {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .modal-header h1 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        color: #797979;
    }

        .modal-header h1 span {
            font-weight: 200;
        }

.modal-content {
    padding: 20px;
}

.modal-actions {
    padding: 20px;
    text-align: center;
}


/*Data content*/
table.view-data {
    border: 1px solid #b2b2b2;
    border-top: 1px solid #999999;
    margin-top: 20px;
}

    table.view-data:first-child {
        margin-top: 0;
    }

    table.view-data thead th {
        padding: 5px 10px;
        height: 40px;
        font-size: 10px;
        text-align: center;
    }

        table.view-data thead th span,
        table.view-data thead th span a {
            color: #404040;
        }

    table.view-data .nav-info {
        margin: 0;
        padding: 0;
    }

    table.view-data thead th .nav-info li {
        font-size: 10px;
    }

    table.view-data tbody td .nav-info li {
        font-size: 12px;
    }

    table.view-data tbody td {
        padding: 10px;
        font-size: 12px;
        text-align: center;
    }

        table.view-data tbody td:first-child {
            text-align: left;
        }

    table.view-data tbody tr.active td,
    table.view-data tbody tr.active:hover td {
        border-top: 1px solid #ffffff;
    }

.modal-data-controls h2 {
    margin: 10px 0;
    padding: 15px 0 5px 0;
    font-size: 14px;
    border-top: 1px solid #b2b2b2;
}

.modal-data-controls p {
    margin: 0;
    padding: 0 0 10px 0;
}

.modal-data {
    border: 1px solid #b2b2b2;
    font-size: 12px;
    margin: 2px 0;
    cursor: default;
}

    .modal-data:hover {
        border: 1px solid #999999;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

.modal-data-info {
    padding: 5px 10px;
}

    .modal-data-info .nav-info,
    .modal-data-header .nav-info {
        margin: 0;
        padding: 0;
    }

        .modal-data-info .nav-info li,
        .modal-data-header .nav-info li {
            font-size: 12px;
        }

.modal-data .nav-toolbar {
    margin-top: 0;
}

.modal-data-content {
    background-color: #efefef;
    padding: 5px 10px;
}

.modal-data-wrapper {
    max-height: 300px;
    overflow: auto;
}

.grid-toolbar{
    display:inline-block;
    min-width:90px;
}

.grid-toolbar a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .grid-toolbar a.copy {
        background: url(../img/icons/ico_toolbar_copy.png) 50% 50% no-repeat;
    }

    .grid-toolbar a.edit {
        background: url(../img/icons/ico_toolbar_edit.png) 50% 50% no-repeat;
    }

    .grid-toolbar a.delete {
        background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;
    }

    .grid-toolbar a.btn-open {
        background: url(../img/icons/ico_toolbar_open_appform.png) 50% 50% no-repeat;
    }

    .grid-toolbar a.btn-download {
        background: url(../img/icons/ico_toolbar_download_appform.png) 50% 50% no-repeat;
    }

a.view-report {
    background: url(../img/icons/ico_view_report.png) 50% 50% no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.modal-block {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/spinner.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal-block {
        display: block;
    }

.custom-file-input {
    visibility: hidden;
    width: 120px;
    position: relative;
}

.custom-file-input-button {
    content: 'Browse...';
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 2px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    visibility: visible;
    position: absolute;
    color: #474747;
    text-shadow: none;
    background: #e2e2e2;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 20px;
}

.pointer {
    cursor: pointer;
}

#contentBlockList, #jurisdictionUsers_container, .gridPadding {
    padding-left: 5px;
    padding-right: 5px;
}

.alert {
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25);
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    width: 400px !important;
}

.ui-dialog-titlebar {
    /*color: #fce9d4 !important;*/
    /*text-shadow: 1px 1px 1px #f59316 !important;*/
    color: #fff !important;
    background: #808483;
    /*background: #ffa200 !important;
    background: -moz-linear-gradient(top, #fdd250 0%, #ffa200 31%, #ed8e2e 63%, #ed8e2e 100%, #ffa200 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd250), color-stop(31%,#ffa200), color-stop(63%,#ed8e2e), color-stop(100%,#ed8e2e), color-stop(100%,#ffa200)) !important;
    background: -webkit-linear-gradient(top, #fdd250 0%,#ffa200 31%,#ed8e2e 63%,#ed8e2e 100%,#ffa200 100%) !important;
    background: -o-linear-gradient(top, #fdd250 0%,#ffa200 31%,#ed8e2e 63%,#ed8e2e 100%,#ffa200 100%) !important;
    background: -ms-linear-gradient(top, #fdd250 0%,#ffa200 31%,#ed8e2e 63%,#ed8e2e 100%,#ffa200 100%) !important;
    background: linear-gradient(to bottom, #fdd250 0%,#ffa200 31%,#ed8e2e 63%,#ed8e2e 100%,#ffa200 100%) !important;*/
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px;
}

.checkboxContainer {
    height: 28px;
    display: table-cell;
    vertical-align: middle;
}

.profilePhoneWide {
    width: calc(100% - 89px) !important;
    min-width: 40px;
    max-width: 362px !important;
    margin-right: 0px;
}

.profilePhoneCreate{
    width: calc(100% - 89px) !important;
    min-width: 40px !important;
    max-width: 432px !important;
    margin-right: 0px !important;
}

.profilePhone {
    width: 70px;
    min-width: 40px;
    max-width: 101px;
    margin-right: 0px;
}

.header-logo{
	margin-left: 30px;
}

#htmlEditor_toolbars_textToolbar_item_fontSize > div > ul > li:last-child{
    display:none !important;
}
.LoadingPlaceHolder
{
    padding-top:10px;
    height:120px;
    width: 100%;
    text-align: center;
    font-weight:bold;
    background: url('../../Infragistics/css/structure/images/igLoadingSmall.gif') no-repeat center center;
}
.key-description{
    display:block;
    font-size: x-small;
    line-height: 12px;
}
.form-item-content label.error{
    display: block;
    color: red;
    font-weight: 100 !important;
    font-size: small;
}

.tile-box{
    border: 1px solid #B2B2B2;
    padding: 10px;
    margin: 5px;
    text-align: justify;
}

.tile-title {
    font-size: 16px;
    margin-bottom:10px;
}

.title-logo {
    margin-bottom:10px;
}
/* START: payment form */
.payment-form-content .buttons {text-align: center; }
/* END: payment form */


select.tokens-selector {min-width:220px; width:auto;}

.pane-box.service-select {margin: 0px; border: none;}
.service-select .pane-box-content {
    border: none;
    padding: 0;
    display: flex; 
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;    
    justify-content: center;
    -webkit-justify-content: center;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.service-select .box-item
{ 
    min-width: 480px;
    width: 480px;
    margin: 20px 20px 60px 20px;
    flex: 0 0 480px;
    -webkit-flex: 0 0 480px;
    -ms-flex: 0 0 480px;
}
.service-select .box-item-separator
{ 
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    margin: 0px;
}

.service-select .pane-info{
    min-height: 200px;
}

.service-select .pane-info-container{
    font-size: 16px;
    line-height: 1.5;
    min-height: 200px;
}
    
.service-select .pane-button{
    text-align: center;
    margin-top: 20px;
}

.generic-prompt-dialog.ui-dialog { padding: 0px; border-radius: 0;}
.generic-prompt-dialog.ui-dialog .ui-widget-content, .generic-prompt-dialog.ui-dialog .ui-widget-content a { color: #444; }
.generic-prompt-dialog.ui-dialog * { border-radius: 0;}
.generic-prompt-dialog .ui-dialog-titlebar {background: #808483 !important; color: #fff !important; font-size: 15px; line-height: 17px; font-weight: 600 !important; border: 1px solid #808483 !important; border-radius: 0; }
.generic-prompt-dialog.ui-dialog .ui-dialog-buttonpane { text-align: center; }
.generic-prompt-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
.generic-prompt-dialog .ui-dialog-buttonset button { border: none; color: #625B8C !important; background-color: #e2e2e2; font-weight: 600;}

.saved-applications .btn-fixed { margin-bottom: 10px; }
.saved-applications .search-area {text-align: right;}
.saved-applications .search-area .seaarch-text { margin-right: 40px;}
.saved-applications .search-area .btn-refresh {display: inline-block; }
.saved-applications .ico-email {display: inline-block; background: url(../img/icons/ico_toolbar_mail.png) 50% 50% no-repeat; width: 19px; height: 15px;}

.requests-autocomplete{max-height: 380px; overflow-y: auto; overflow-x: hidden; width: 770px!important; border: solid 2px #dfdfdf; padding: 5px 0; }
.requests-autocomplete li.ui-menu-item { display: table-row; border-color: #fff; border-bottom: solid 1px #dfdfdf; padding: 7px 1em 7px .4em; }
.requests-autocomplete li.ui-menu-item:last-child {border-color: #fff; }
.requests-autocomplete li.ui-menu-item.ui-state-hover,
.requests-autocomplete li.ui-menu-item.ui-state-focus { background-color: #efefef!important; border-color: #fff; border-bottom: solid 1px #dfdfdf; margin: 0px;}
.requests-autocomplete li.ui-menu-item.ui-state-hover:last-child,
.requests-autocomplete li.ui-menu-item.ui-state-focus:last-child {border-color: #fff; }
.requests-autocomplete span { display: table-cell; padding-left: 7px; }
.requests-autocomplete span.sm {width: 115px; }
.requests-autocomplete span.md {width: 180px; }

.request-search .description {line-height: 18px; font-style: italic; text-align: left;padding-left: 20px; font-weight:normal;}

.ui-menu .ui-menu-item { border: solid 1px #fff; }
.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item.ui-state-active {margin: 0; }

.attachments-dialog.ui-dialog .attachments-popup.ui-dialog-content {padding: 0px; color: #797979;}
.attachments-popup .list-items {margin: 0; width: 100%;}
.attachments-popup .list-items .title {padding-left: 15px; width: 80%; }
.attachments-popup .list-items .link {text-align: right; width: 20%; white-space: nowrap; }
.attachments-popup .list-items td { border-bottom: 1px solid #bcbcbc; padding: 5px;}
.attachments-popup .list-items .btn-sm { color: #797979; }
.attachments-dialog.ui-dialog .ui-dialog-buttonpane {margin: 0px; border: none; }

.letter-template .delete { display:block; width: 25px; height:25px;  background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;}
.formula-template .delete { display:block; width: 25px; height:25px;  background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;}
.template-parameter .delete { display:inline-block; width: 25px; height:25px; top:4px; position:relative; background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;}
.profile-page h1 {display:inline;}
.supplemental-forms-popup .link{text-align: right; }
.supplemental-forms-popup td{padding: 3px 0; }

.tokens-table{min-width: 450px;}
.tokens-table td{padding: 5px;}
table.tokens-table thead th {border:none; background:none;}
.tokens-table .delete, .payment-config-entry .delete, .remove-payment-config.delete {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;
}

.payment-config-entry .delete {
    top: 7px;
    position: relative;
}

.remove-payment-config.delete {
    float: right;
}

.payment-config-entry.deleted .delete,
.payment-configs h3.deleted .remove-payment-config.delete {
    background: url(../img/icons/ico_btn_refresh_app.png) 50% 50% no-repeat;
}

/* Hiding delete button if there is only one payment config entry left */
.payment-config.single-payment-config-entry .delete {
    display: none;
}

/* But if that's deleted payment config entry then showing it again as restore button */
.payment-config.single-payment-config-entry .payment-config-entry.deleted .delete {
    display: inline-block;
}

/* Hiding delete button if there is only one payment config left */
.payment-configs.single-payment-config h3 .delete {
    display: none;
}

/* But if that's deleted payment config then showing it again as restore button */
.payment-configs.single-payment-config h3.deleted .delete {
    display: inline-block;
}

.payment-configs .deleted input {
    pointer-events: none;
    opacity: 0.2;
}

.payment-configs h3.deleted {
    background: #dddddd;
}

.payment-configs .deleted .field-validation-error {
    display: none;
}

.form-row .admin-roles-area {
    border: solid 1px #dfdfdf;
    margin-right: 10px;
    padding: 5px;
    overflow-y: scroll;
    width: 450px;
    height: 72px;
    display: inline-block;
}
.form-row .admin-roles-area label{
    margin-left: 5px;
    font-weight: normal;
}
.form-row .admin-roles-area input{
    position:relative;
}

#dlgLogin.ui-dialog h3{
    font-weight: 500;
}
#dlgLogin.ui-dialog .ui-dialog-content {
    padding: 0px 10px;
    color: #797979;
    font-size: 15.4px;
    line-height: 14px;
    font-family: "Segoe UI",Arial,sans-serif;
}

#dlgLogin.ui-dialog .ui-dialog-content label {
    width: 80px;
    display: inline-block;
    margin: 0 3px 20px 0;
    text-align: right;
}

#dlgLogin.ui-dialog .ui-dialog-buttonpane {
    margin: 0px;
    border: none;
}

#dlgLogin.ui-dialog div.dialogButtons input[type="button"] {
    padding: 4.8px 12px;
    font-size: 12px;
    color: #625b8c !important;
}

#dlgLogin.ui-dialog div.dialogButtons {
    position: absolute;
    bottom: 30px;
    height: 25px;
    background-color: #fff !important;
    vertical-align: middle;
    text-align: center !important;
    width: 100%;
    padding-top: 9px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: darkgray solid 1px;
    overflow: visible;
    left: 0px;
}

#dlgLogin.ui-dialog .ui-button-text{
    font-size: 12px;
    font-weight: bold;
}
/*.report-management a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .report-management a.edit {
        background: url(../img/icons/ico_toolbar_edit.png) 50% 50% no-repeat;
    }

    .report-management a.delete {
        background: url(../img/icons/ico_toolbar_delete.png) 50% 50% no-repeat;
    }*/

.no-header-no-navigation-body .header,
.no-header-no-navigation-body .navbar {
    display: none;
}