/*@import url(https://fonts.googleapis.com/css?family=Shojumaru);*/

html {
    background-color: white;
    overflow-x: hidden;
}

select {
    background-color: #fff;
}

#contentPage {
    padding-bottom: 100px;
    padding-left: 25px;
    margin-right: 0;
    margin-top: 30px;
}

.ch-container {
    padding: 0 !important;
    min-height: 59px !important;
    margin-top: 100px;
}

.flex-container {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-container-left {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.flex-container-right {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.custom-word-wrap {
    word-wrap: break-word !important;
    white-space: unset !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    /*word-break: break-word;*/
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.top-block {
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
}

    .top-block span {
        clear: both;
    }

    .top-block i {
        font-size: 25px;
    }

    .top-block:hover {
        text-decoration: none;
    }

.notification {
    display: block;
    position: absolute;
    top: -10px;
    right: -5px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white !important;
    text-shadow: 0 1px #000000;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px #000000, inset 0 1px #ffffff;
    -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px #000000, inset 0 1px #ffffff;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px #000000, inset 0 1px #ffffff;
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

    .notification.green {
        border-color: #5AAD34;
        background-color: #78CD51;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
        background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
        background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    }

    .notification.yellow {
        border-color: #F4A506;
        background-color: #FABB3D;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
        background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
        background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    }

    .notification.red {
        border-color: #FA5833;
        background-color: #FA603D;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
        background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
        background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    }

.box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-inner {
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #bdbdbd;
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px #bdbdbd;
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    box-shadow: 0 0 10px #bdbdbd;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 35px;
    min-height: 35px !important;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
}

    .box-header h2 {
        font-size: 15px;
        width: auto;
        clear: none;
        float: left;
        line-height: 25px;
        white-space: nowrap;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
    }

    .box-header h3 {
        font-size: 13px;
        width: auto;
        clear: none;
        float: left;
        line-height: 25px;
        white-space: nowrap;
    }

    .box-header h2 > i {
        margin-top: 1px;
    }

.box-icon {
    float: right;
}

    .box-icon a {
        clear: none;
        float: left;
        margin: 0 2px;
        height: 20px;
        width: 5px;
        margin-top: 1px;
    }

        .box-icon a i {
            margin-left: -6px;
            top: -1px;
        }

.box-content {
    padding: 10px;
}

.btn-round {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-size: 12px;
    padding-top: 4px;
}

ul.dashboard-list li {
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid white;
}

ul.dashboard-list a:hover {
    text-decoration: none;
}

ul.dashboard-list {
    margin: 0;
}

    ul.dashboard-list li a span {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
        text-align: right;
        width: 70px;
        zoom: 1;
    }

.dashboard-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.thumbnail {
    background-color: white;
    z-index: 2;
    position: relative;
    margin-bottom: 40px !important;
}

.thumbnails > li {
    display: inline-block;
    margin-left: 15px;
}

.thumbnail img, .thumbnail > a {
    z-index: 2;
    height: 100px;
    width: 100px;
    position: relative;
    display: block;
}

img.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    -o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    min-height: 30px;
    padding: 0 6.5px;
}

    .thumbnail .gallery-controls p {
        display: block;
        margin: auto;
        width: 100%;
    }

div.uploader {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

footer {
    clear: both;
}

div.center, p.center, img.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
    text-align: center;
}

.stackControls {
    padding: 5px;
}

.sidebar-nav {
    min-height: 0;
    box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: none;
}

    .sidebar-nav > ul > li:not(.nav-header) {
        margin-right: -2px;
        margin-left: -2px;
    }

.navbar-brand {
    font-family: 'STENCIL', cursive, Arial, serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 183px;
    font-size: 17px;
}

    .navbar-brand img {
        float: left;
        height: 20px;
        width: 20px;
        margin-right: 5px;
    }

    .navbar-brand span {
        float: left;
    }

.theme-container {
    z-index: 5;
}

.navbar-search {
    margin-left: 10px;
    margin-top: 7px;
}

.navbar-inner {
    /*padding-top: 5px;*/
    padding-bottom: 5px;
    line-height: 30px;
    height: 60px;
}

    .navbar-inner .btn-group {
        margin: 7px 5px 0 5px;
    }

ul.ajax-loaders li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

ul.ajax-loaders {
    min-height: 80px;
}

.bs-icons li {
    list-style: none;
}

#for-is-ajax {
    padding-left: 12px;
    cursor: pointer;
}

.loading {
    margin-top: 20px;
    width: 128px;
    font-weight: bold;
}

    .loading div.center {
        margin-top: 10px;
        height: 15px;
        width: 128px;
        background: url(../img/ajax-loaders/ajax-loader-6.gif);
    }

.box-content .nav-tabs {
    margin-right: -10px;
    margin-left: -10px;
}

.login-header {
    padding-top: 30px;
    height: 120px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.remember {
    margin-top: 3px;
}

.green {
    color: #458746;
}

.red {
    color: #B94846;
}

.blue {
    color: #3986AC;
}

.yellow {
    color: #F99406;
}

.disable {
    color: #bdbdbd;
}


.login-box .panel-title {
    text-align: left;
}

@media all and (max-height: 450px) {
    .login-box {
        height: 40% !important;
        top: 0 !important;
        bottom: 25% !important;
    }
}

@media all and (max-height: 420px) {
    .login-box {
        height: 40% !important;
        top: 0 !important;
        bottom: 30% !important;
    }

    .container-login-info {
        padding: 5px 0 0 0 !important;
    }
}

@media all and (max-height: 310px) {
    .login-box {
        height: 0 !important;
        top: 0 !important;
        bottom: 90% !important;
    }
}

.login-box {
    position: absolute;
    margin: auto;
    right: 0;
    bottom: 30%;
    left: 0;
    width: 35%;
    min-width: 300px;
    height: 50%;
}

    .login-box .input-prepend {
        margin-bottom: 10px;
    }

    .login-box .btn {
        margin-top: 15px;
    }

.box-content.buttons {
    min-height: 297px;
}

.main-menu > li > a {
    border: 1px solid #dddddd;
    border: 1px solid rgba(221, 221, 221, 0.46);
}

.main-menu > li {
    margin-top: 0 !important;
}

.sidebar-nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.navbar {
    border-radius: 0;
}

ul.main-menu li:hover {
    margin-left: 8px;
}

ul.main-menu li.active {
    margin-left: 8px;
}

ul.main-menu li.nav-header:hover {
    margin-left: 0;
}

ul.main-menu li:not(.nav-header) {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordion > ul {
    display: none;
    margin-left: 10px;
}

.nav-sm {
    display: none;
}

.donate a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.donate {
    padding: 20px 0 0 20px;
    text-align: center;
}

.preview-on-phone {
    height: 380px;
}

.powered-by {
    text-align: right;
}

.whitespace:before {
    content: "\2122";
    color: transparent !important;
}

.center-block {
    float: none !important;
    text-align: center;
}

ul.github-buttons li {
    display: inline;
}

.homepage-box {
    height: 380px;
}

.download-buttons a {
    margin: 5px;
}

.center-text {
    text-align: center;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .navbar-brand {
        font-family: 'Shojumaru', cursive, Arial, serif;
        letter-spacing: 2px;
        text-shadow: 1px 1px 5px #000000;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        width: 40%;
        font-size: 14px;
    }

    .nav-sm {
        display: block;
        margin-bottom: 10px;
        border-bottom: solid white 1px;
        padding-bottom: 10px;
    }

    .sidebar-nav .nav-canvas {
        top: -20px;
        left: -90%;
        position: absolute;
        width: 80%;
        z-index: 2;
        background: #000000;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 !important;
        border-radius: 0 0 20px 0;
        padding-bottom: 10px;
        will-change: left;
    }

    .sidebar-nav.active .nav-canvas {
        left: -20px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
    }

    .sidebar-nav {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        padding: 0;
    }

    .nav-canvas {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-nav a {
        border: none !important;
        color: white;
    }

    #for-is-ajax {
        color: white;
        margin-top: 15px;
    }

    .main-menu .nav-header {
        color: white;
    }

    ul.main-menu li:hover {
        margin-left: inherit;
    }

    ul.main-menu li.active {
        margin-left: inherit;
    }

    ul.main-menu a:hover, .nav-sm a:hover {
        background: none !important;
        color: grey;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: inherit;
    }

    .navbar-default .navbar-toggle.active {
        box-shadow: 0 0 7px rgb(0, 255, 40);
        border: solid 1px white;
    }

    .navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
    }

    .powered-by {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .table-wrapper .pinned {
        box-shadow: 0 0 20px black;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .box-icon {
        display: none;
    }

    .box-header h2 {
        font-size: 13px !important;
    }

    .box-header h3 {
        font-size: 11px !important;
    }

    .main-menu-span {
        width: 6.2% !important;
        margin-right: 4%;
    }

    .top-menu > li i {
        display: none;
    }

    .sidebar-nav li span {
        display: block !important;
    }

    .sidebar-nav li a, .sidebar-nav .nav-header {
        text-align: center;
    }

    .sidebar-nav {
        padding: 0;
        margin-bottom: 0;
    }
}

/* Computer */
@media only screen and (min-width: 980px) {
    a, button, input[type=submit], input[type=button], .product-img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .ch-container {
        padding: 0 20px;
    }
}

.pull-right {
    display: inline-block;
}

    .pull-right li a {
        padding: 15px;
    }

.pull-right .dropdown-menu li {
    display: block;
}

    .pull-right .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .pull-right .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .pull-right .dropdown-menu li a div {
            white-space: normal;
        }

.pull-right .dropdown-messages,
.pull-right .dropdown-tasks,
.pull-right .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.pull-right .dropdown-messages {
    margin-left: -3px;
}

.pull-right .dropdown-tasks {
    margin-left: -61px;
}

.pull-right .dropdown-alerts {
    margin-left: -120px;
}

.pull-right .dropdown-user {
    right: 0;
    left: auto;
}
/*Custom + Override css*/
#footerbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    background-color: #FEF2EB;
    border-top: 1px solid #F96610;
}

.footer-Space {
    background-color: white;
    height: 60px;
    width: 100%;
}

.form-control {
    border: 1px solid #fac8a0;
}

    .form-control:focus {
        border-color: #fac8a0;
    }

.bootstrap-select .btn {
    border: 1px solid #fac8a0;
}

    .bootstrap-select .btn:focus {
        outline: none !important;
        box-shadow: 0px -1px 0px 1px rgba(242,103,33,0.75);
        -webkit-box-shadow: 0px -1px 0px 1px rgba(242,103,33,0.75);
        -moz-box-shadow: 0px -1px 0px 1px rgba(242,103,33,0.75);
    }

.bootstrap-select .dropdown-toggle.btn-default {
    border: 1px solid #fac8a0;
    background-color: white;
}

.bootstrap-select .input-block-level {
    border: 1px solid #fac8a0;
}

.input-group-addon:last-child {
    border-right: 1px solid #fac8a0;
    border-top: 1px solid #fac8a0;
    border-bottom: 1px solid #fac8a0;
}

.input-group-addon:first-child {
    border-left: 1px solid #fac8a0;
    border-top: 1px solid #fac8a0;
    border-bottom: 1px solid #fac8a0;
}

.btn-Main {
    width: 80px;
    margin-right: 2px;
    height: 32px;
    padding: 2px;
}

.btn-Inner {
    width: 90px;
    margin-right: 1px;
    height: 24px;
    padding: 0;
}

.datepicker.dropdown-menu {
    border: 1px solid #fac8a0;
}

.clockface {
    border: 1px solid #fac8a0;
}

.dialog-header {
    font-family: Tahoma;
    font-size: 17px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: -5px;
}

.dialog-headerKORMEEThem {
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 5px #000000;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-bottom: 1px solid #fac8a0;
    background-color: #FEEBDD;
}

.table-striped tbody tr.selectedRow td {
    background-color: #FFFF99;
}

.fixed-table-pagination .pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 2px !important;
    margin-bottom: 1px !important;
}

.page-container {
    padding: 0 0;
    background-color: white;
    margin: 5px 20px;
    margin-top: 5px;
}
/*.cke_chrome {
    border: 1px solid #fac8a0 !important;
}*/
.loading-message {
    position: fixed;
    left: 28%;
    bottom: 55%;
    width: 262px;
    height: 50px;
    border: 1px solid #aaa;
    right: 361px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari and chrome */
    -khtml-border-radius: 5px; /* Linux browsers */
    border-radius: 5px; /* CSS3 */
    z-index: 500;
    background: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    color: white;
}

a.ajax-link {
    padding: 0 0;
}

.export-menu {
    right: 0;
    left: auto;
}
/*.cke_1.cke_chrome {
    border: 1px solid #fac8a0 !important;
}*/
.headerDiv {
    width: 100%;
    height: 100px;
    min-height: 59px;
    padding: 0 0 100px 0;
    border-bottom: 1px solid #F96610 !important;
    text-align: left;
    font-family: Verdana;
    border-style: none;
    background-image: linear-gradient(#ffffff, #ffffff 60%, #ffffff);
}

.headerDiv4 {
    height: 60px;
    max-height: 59px;
    min-height: 29px;
    background: url(../img/KormeeRight.gif) repeat left top;
    border-style: none;
}

.input-xs {
    height: 22px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5;
    font-size: 11px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    line-height: 1.5;
    font-size: 11px;
}

.form-group-xs > .form-control,
.form-group-xs > .input-group-addon,
.form-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 5px !important;
}

.bootstrap-select > .btn {
    height: 22px;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 11px;
}

.bootstrap-select.form-control {
    height: 22px;
    margin: 0;
}

.form-horizontal .control-label {
    padding-top: 3px;
    text-align: left;
    font-size: 11px;
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 5px !important;
}

fieldset {
    height: auto;
    border: 1px solid #fac8a0 !important;
    padding: .5em !important;
}

legend {
    font-size: 12px !important;
    font-weight: bold !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 2px;
}

.prettycheckbox label {
    font-size: 11px !important;
    color: #555555 !important;
}

.prettyradio label {
    font-size: 11px !important;
    color: #555555 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .nopadding {
        padding: 15px !important;
    }
}

@media (max-width: 400px) {
    .nopadding-xs {
        padding: 0 !important;
    }
}

.padding_left2em {
    padding-left: 2em !important;
}

.padding_top1em {
    padding-top: 1em !important;
}

.padding_topless {
    padding-top: .5em !important;
}


.lbl {
    font-size: 11px !important;
    color: #555555 !important;
}

.gridCellBtn {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.modal-header {
    padding: 5px !important;
}

.modal-footer {
    padding: 5px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
}

.modal-body {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}

.common-search-text {
    border: 1px solid #FEEBDD;
}

.modal-vertical-centered {
    -ms-transform: translate(0, 20%) !important; /* IE 9 */
    -webkit-transform: translate(0, 20%) !important;
    transform: translate(0, 20%) !important;
    /* Safari and Chrome */
}

.hdrcell input {
    border: 1px solid #dddddd !important;
    color: black !important;
}

.hdrcell select {
    border: 1px solid #dddddd !important;
    color: black !important;
}

.dhx_textarea {
    border: 1px solid #dddddd !important;
    font-size: 11px !important;
    color: black !important;
}

/*
    License Request Page Styling - START
*/
@media only screen and (max-width: 925px) {
    .custom-validation-summary-license-request ul {
        list-style-type: none;
        color: red;
        padding: 0;
        z-index: 100;
        text-align: center;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 926px) {
    .custom-validation-summary-license-request ul {
        list-style-type: square;
        color: red;
        padding: 0;
        z-index: 100;
        text-align: center;
        vertical-align: middle;
    }
}

@media only screen and (min-width: 300px ) and (max-width: 449px ) {
    .btn-license-request {
        width: 140%;
        margin-left: -40px;
        border: none;
        background-color: #FAC8A0;
    }
}

@media only screen and (min-width: 450px) and (max-width: 700px ) {
    .btn-license-request {
        width: 120%;
        margin-left: -20px;
        border: none;
        background-color: #FAC8A0;
    }
}

@media only screen and (min-width: 701px) {
    .btn-license-request {
        width: 100%;
        margin-top: 15px;
        border: none;
        background-color: #FAC8A0;
    }
}
/*
    License Request Page Styling - END
*/

/******************************* Responsive Header - START *******************************/
#KormeeLeftImgId {
    min-height: 49px;
    max-height: 95px;
    float: left;
}

#KormeeTopImgId {
    min-height: 31px;
    max-height: 61px;
    float: left;
}

/*query on width*/
@media only screen and (max-width: 848px) {
    #KormeeLeftImgId {
        width: 17vw;
        height: 20vh !important;
    }

    #KormeeTopImgId {
        width: 43vw;
        height: 12.5vh !important;
    }

    .headerDiv4 {
        height: 12vh;
        border-style: none;
    }

    .btn-account {
        padding: 0 5px 1px 5px !important;
        margin-top: -2px !important;
    }

    .username-wrapper {
        margin-top: 0 !important;
        margin-right: 15px !important;
    }

    .username {
        font-size: 10px !important;
    }
    #btnRemv {
        font-size: 8px;
        width: 50%;
        height: 25px;
        float: right;
    }
}

@media only screen and (max-width: 598px) {
    .username {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 521px) {
    .username {
        font-size: 7px !important;
    }
}

/*query on height*/
@media only screen and (max-height: 502px) {
    #KormeeLeftImgId {
        height: 20vh !important;
    }

    #KormeeTopImgId {
        height: 12.5vh !important;
    }

    .headerDiv4 {
        height: 12vh;
        border-style: none;
    }

    .headerDiv {
        height: 21vh;
        padding-bottom: 10px !important;
    }

    .ch-container {
        margin-top: 20vh !important;
    }
}

@media only screen and (max-height: 427px) {
    .headerDiv4 {
        margin-top: -1px;
    }

    .username-wrapper {
        margin-top: 0 !important;
        margin-right: 15px !important;
    }

    .btn-account {
        padding: 0 5px 1px 5px !important;
        margin-top: -2px !important;
    }
}

@media only screen and (max-height: 290px) {
    .ch-container {
        margin-top: 57px !important;
    }
}

/******************************* Responsive Header - END *******************************/
.vertical-spacer {
    margin-top: 10px !important;
}

.vertical-spacer-sm {
    margin-top: 5px !important;
}

.vertical-spacer-bottom {
    margin-bottom: 10px !important;
}

.vertical-spacer-sm-bottom {
    margin-bottom: 5px !important;
}

.glowing-border {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}



.ui-widget-content_Auto {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1035;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #fac8a0;
    color: #000000;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.ui-menu_Auto {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu_Auto .ui-menu_Auto {
    position: absolute;
}

.ui-menu_Auto .ui-menu-item_Auto {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    min-height: 0;
}

.ui-state-focus_Auto {
    color: #ffffff;
    background-color: #2fa4e7;
    padding: 2px 2px 2px 5px;
}

.ui-state-hover_Auto {
    text-decoration: none;   
    color: #ffffff;
    background-color: #2fa4e7;
}

.ui-widget_Auto {
    font-family: Tahoma;
    font-size: 12px;
}

.ui-widget_Auto .ui-widget_Auto {
    font-size: 12px;
}
