/* application specific styles */





@media (min-width: 992px) {
    .main-menu #my-account ul {
        right: 0;
        left: unset;
        width: 350px;
    }
    
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
    cursor: not-allowed;
}
#Resume_GBTN {
    background-color: #1275da !important;
    border-color: #1275da !important;
    border-radius: 2px !important;
    background-image: none !important;
}
#Cancel_GBTN {
    background-color: #696969 !important;
    border-color: #696969 !important;
    border-radius: 2px !important;
    background-image: none !important;
}
#More_GBTN {
    background-color: #1275da !important;
    border-color: #1275da !important;
    border-radius: 2px !important;
    background-image: none !important;
}
.k-widget .k-grid tbody tr:hover {
    background-color: #1275da96;
}
.k-list-container {
    border-color: #a3d0e4 !important;
    background-color: #ffffff !important;
}
/* .k-tabstrip-items .k-state-active {
    background-image: none !important;
    background-color: #3a515a !important;
    color: white !important;
}
.k-tabstrip-items .k-state-default {
    border-color: #3A515A !important;
    background-color: #3A515A !important;
    color: white !important;
}*/
.k-panelbar > li.k-state-default > .k-tabstrip-items .k-state-default .k-link {
    color: #ffffff !important;
    background-image: none !important;

}
k-tabstrip-wrappe {
    width: 150% !important;
}

.k-tabstrip .k-content.k-state-active {
    /*max-width: 1230px !important;*/
    min-width: 90% !important;
}

/*.content-container-inner {
    min-width: 80% !important;
}*/


    .k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
        border-radius: 2px;
    }

.note p, .page-loading, .panel .panel-body {
    font-size: 13px !important;
}
.background-container {
    background: url(../images/com-application-bg.jpg) no-repeat;
    /*background-position: center;*/
    background-size: 100% auto;
    /*position: relative;*/
}

.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .note p, .page-loading, .panel .panel-body {
        font-size: 13px;
    }
    .note h1, .note h2, .note h3, .note h4, .note h5, .note h6 {
        margin-top: 0;
        font-size: 16px;
    }

.portlet.light.bordered > .portlet-title {
/*    border-bottom: 1px solid #eef1f5;*/
}
#RememberMe {
    margin-bottom: 1rem;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    margin-top: 5px;
}

.portlet.light > .portlet-title {
    padding: 0;
    min-height: 48px;
}
.socicon-btn {
    text-align: center;
    width: 30px;
    height: 0px;
    padding-top: 0;
    font-size: 24px;
    border: none;
    color: #3f444a;
}

@media (max-width:767px) {
    .login-bg {
        position: relative;
        height: auto !important;
        width: 100% !important;
    }
}

.login-bg .backstretch img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100% !important;
    height: auto !important;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: auto !important;
    top: -4.9127px;
}

.btn-blue-gradient {
    background: linear-gradient(40deg,#45cafc,#303f9f) !important;
    color: #fff;
}

    .btn-blue-gradient:hover {
        background: linear-gradient(40deg,#45cafc,#303f9f) !important;
        color: #fff;
    }

    .btn-blue-gradient:focus {
        background: linear-gradient(40deg,#45cafc,#303f9f) !important;
        color: #fff;
    }

.note-blue {
    background: linear-gradient(40deg,#B6E5FB,#2488CF) !important;
    color: #333;
    border-color: #1F77BB;
    /* box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12); */
    border-radius: 10px;
}

.note-yellow {
    background: linear-gradient(40deg,#FEF9C6,#f78c3d) !important;
    color: #333;
    border-color: #F8C03C;
    /* box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12); */
    border-radius: 10px;
}

.note-red {
    background: linear-gradient(40deg,#FDCCD2,#EF5350) !important;
    color: #000;
    border-color: #C2232D;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    border-radius: 10px;
}

.note-cyan {
    background: linear-gradient(40deg,#B5EBF1,#3CC6D9) !important;
    color: #333;
    border-color: #2CBCD2;
    /* box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12); */
    border-radius: 10px;
}

.user-login-5 {
    min-height: 50vh;
}
.caption-subject {
    color: #5c78a1;
    font-weight: bold;
    FONT-FAMILY: 'Barlow Semi Condensed';
}

    .user-login-5 .bs-reset {
        margin: 0;
        padding: 0;
    }

    .user-login-5 .text-right {
        text-align: right;
    }

    .user-login-5 .login-bg {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 20vh;
    }

    .user-login-5 .login-logo {
        position: absolute;
    }

        .user-login-5 .login-logo.login-6 {
            top: 80px;
            left: 80px;
        }

    .user-login-5 .login-container {
        position: relative;
        min-height: 100vh;
        /* box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12); */
        z-index: 1;
    }

    .user-login-5 .alerts-portlet.portlet.light.bordered {
        margin-bottom: 0px;
        height: 100%;
        border: none !important;
    }

.user-login-5 .alerts-container {
    position: relative;
    max-height: 50vh;
    /*     height: 100px;*/
  /*  overflow-y: scroll;*/
    background-color: #ffffff;
    max-height: 700px;
    padding-right: 40px;
}

    .user-login-5 .alerts-container-header {
        padding: 30px 30px 0px 30px;
        color: #3598dc !important;
    }

        .user-login-5 .alerts-container-header img {
            margin-right: 20px;
            float: left;
        }

    .user-login-5 .alerts-container-body {
        padding: 30px;
    }

    .user-login-5 .login-container > .login-content,
    .user-login-5 .login-container .login-social,
    .user-login-5 .login-container .login-copyright {
        padding: 0 80px;
    }

    .user-login-5 .login-container > .login-content {
        margin-top: 15%;
    }

        .user-login-5 .login-container > .login-content .row {
            margin-left: 0px;
            margin-right: 0px;
        }

        .user-login-5 .login-container > .login-content .col-lg-1,
        .user-login-5 .login-container > .login-content .col-lg-10,
        .user-login-5 .login-container > .login-content .col-lg-11,
        .user-login-5 .login-container > .login-content .col-lg-12,
        .user-login-5 .login-container > .login-content .col-lg-2,
        .user-login-5 .login-container > .login-content .col-lg-3,
        .user-login-5 .login-container > .login-content .col-lg-4,
        .user-login-5 .login-container > .login-content .col-lg-5,
        .user-login-5 .login-container > .login-content .col-lg-6,
        .user-login-5 .login-container > .login-content .col-lg-7,
        .user-login-5 .login-container > .login-content .col-lg-8,
        .user-login-5 .login-container > .login-content .col-lg-9,
        .user-login-5 .login-container > .login-content .col-md-1,
        .user-login-5 .login-container > .login-content .col-md-10,
        .user-login-5 .login-container > .login-content .col-md-11,
        .user-login-5 .login-container > .login-content .col-md-12,
        .user-login-5 .login-container > .login-content .col-md-2,
        .user-login-5 .login-container > .login-content .col-md-3,
        .user-login-5 .login-container > .login-content .col-md-4,
        .user-login-5 .login-container > .login-content .col-md-5,
        .user-login-5 .login-container > .login-content .col-md-6,
        .user-login-5 .login-container > .login-content .col-md-7,
        .user-login-5 .login-container > .login-content .col-md-8,
        .user-login-5 .login-container > .login-content .col-md-9,
        .user-login-5 .login-container > .login-content .col-sm-1,
        .user-login-5 .login-container > .login-content .col-sm-10,
        .user-login-5 .login-container > .login-content .col-sm-11,
        .user-login-5 .login-container > .login-content .col-sm-12,
        .user-login-5 .login-container > .login-content .col-sm-2,
        .user-login-5 .login-container > .login-content .col-sm-3,
        .user-login-5 .login-container > .login-content .col-sm-4,
        .user-login-5 .login-container > .login-content .col-sm-5,
        .user-login-5 .login-container > .login-content .col-sm-6,
        .user-login-5 .login-container > .login-content .col-sm-7,
        .user-login-5 .login-container > .login-content .col-sm-8,
        .user-login-5 .login-container > .login-content .col-sm-9,
        .user-login-5 .login-container > .login-content .col-xs-1,
        .user-login-5 .login-container > .login-content .col-xs-10,
        .user-login-5 .login-container > .login-content .col-xs-11,
        .user-login-5 .login-container > .login-content .col-xs-12,
        .user-login-5 .login-container > .login-content .col-xs-2,
        .user-login-5 .login-container > .login-content .col-xs-3,
        .user-login-5 .login-container > .login-content .col-xs-4,
        .user-login-5 .login-container > .login-content .col-xs-5,
        .user-login-5 .login-container > .login-content .col-xs-6,
        .user-login-5 .login-container > .login-content .col-xs-7,
        .user-login-5 .login-container > .login-content .col-xs-8,
        .user-login-5 .login-container > .login-content .col-xs-9 {
            position: relative;
            min-height: 1px;
            padding-left: 2px;
            padding-right: 2px;
        }

        .user-login-5 .login-container > .login-content .note p,
        .user-login-5 .login-container > .login-content .note h1,
        .user-login-5 .login-container > .login-content .note ul {
            color: #333;
        }

        .user-login-5 .login-container > .login-content .note p {
            color: #333;
        }

        .user-login-5 .login-container > .login-content > h1 {
            font-size: 30px;
            font-weight: 300;
            color: #4e5a64;
        }

        .user-login-5 .login-container > .login-content p {
            color: #a0a9b4;
            font-size: 15px;
            line-height: 22px;
        }

        .user-login-5 .login-container > .login-content > .login-form {
            margin-top: 40px;
            color: #a4aab2;
            font-size: 13px;
        }

            .user-login-5 .login-container > .login-content > .login-form .form-control {
                width: 100%;
                padding: 10px 0;
                border: none;
                border-bottom: 1px solid;
                border-color: #a0a9b4;
                color: #868e97;
                font-size: 14px;
                margin-bottom: 30px;
            }

                .user-login-5 .login-container > .login-content > .login-form .form-control:focus {
                    outline: 0;
                }

            .user-login-5 .login-container > .login-content > .login-form .forgot-password,
            .user-login-5 .login-container > .login-content > .login-form .login-button {
                display: inline-block;
            }

            .user-login-5 .login-container > .login-content > .login-form .rem-password {
                margin-top: 10px;
            }

                .user-login-5 .login-container > .login-content > .login-form .rem-password > p {
                    margin: 0;
                }

                .user-login-5 .login-container > .login-content > .login-form .rem-password > .rem-checkbox {
                    border-color: #a4aab2;
                }

            .user-login-5 .login-container > .login-content > .login-form .forgot-password {
                margin-right: 1em;
            }

                .user-login-5 .login-container > .login-content > .login-form .forgot-password > a {
                    color: #a4aab2;
                }

                    .user-login-5 .login-container > .login-content > .login-form .forgot-password > a:hover {
                        color: #337ab7;
                        text-decoration: none;
                    }

                    .user-login-5 .login-container > .login-content > .login-form .forgot-password > a:focus {
                        color: #a4aab2;
                        text-decoration: none;
                    }

    .user-login-5 .login-container > .login-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-bottom: 10px;
    }

        .user-login-5 .login-container > .login-footer .login-city-logo {
            text-align: center;
            margin: 20px;
        }

        .user-login-5 .login-container > .login-footer .login-social {
            padding-right: 0;
            margin-bottom: 0px;
        }

            .user-login-5 .login-container > .login-footer .login-social li {
                display: inline-block;
                list-style: none;
            }

            .user-login-5 .login-container > .login-footer .login-social a {
                color: #a9b5be;
                font-size: 18px;
            }

                .user-login-5 .login-container > .login-footer .login-social a:hover {
                    color: #337ab7;
                    text-decoration: none;
                }

                .user-login-5 .login-container > .login-footer .login-social a:focus {
                    color: #a9b5be;
                }

        .user-login-5 .login-container > .login-footer .login-copyright {
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 6px;
        }

            .user-login-5 .login-container > .login-footer .login-copyright > p {
                margin: 0;
                font-size: 13px;
                color: #a9b5be;
            }

    .user-login-5 .alert {
        margin-top: -10px;
        box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    }

@media (max-width: 1365px) {
    .user-login-5 .login-logo.login-6 {
        top: 40px;
        left: 40px;
    }


    .user-login-5 .login-container > .login-content,
    .user-login-5 .login-container .login-social,
    .user-login-5 .login-container .login-copyright {
        padding: 0 40px;
    }

    .user-login-5 .login-container .login-social {
        padding-right: 0;
    }

    .user-login-5 .login-container .login-copyright {
        padding-left: 0;
    }
}

@media (max-width: 1023px) {
    .has-submenu button {
        background-color: #1275da;
        border: none;
        padding: 0;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 38px;
        display: block;
        height: 38px
    }
    .user-login-5 {
        min-height: 50vh;
    }

        .user-login-5 .mt-login-5-bsfix {
            width: 100%;
        }

        .user-login-5 .login-bg {
            min-height: 10vh;
            display: none;
        }

        .user-login-5 .login-logo.login-6 {
            position: relative;
            margin: 0 0 40px 0;
        }

        .user-login-5 .login-container {
            min-height: 50vh;
        }

            .user-login-5 .login-container .login-logo {
                text-align: center;
                position: relative;
                top: 70px;
            }

            .user-login-5 .login-container > .login-content {
                margin-top: 60px;
            }

                .user-login-5 .login-container > .login-content .login-form {
                    margin-top: 40px;
                }

                .user-login-5 .login-container > .login-content h1 {
                    font-size: 24px;
                }

            .user-login-5 .login-container .rem-password {
                margin-bottom: 1em;
            }

            .user-login-5 .login-container > .login-footer {
                position: relative;
                margin-top: 40px;
                padding-bottom: 10px;
            }

                .user-login-5 .login-container > .login-footer .login-social li {
                    margin-right: 0.5em;
                }

        .user-login-5 .alert {
            margin-top: -20px;
        }
}

@media (max-height: 770px) {
    .user-login-5 .login-container > .login-footer {
        position: relative;
        margin-top: 40px;
        padding-bottom: 10px;
    }
}

@media (max-height: 1023px) {
    .user-login-5 .login-container .login-logo {
        text-align: center;
        position: relative;
        top: 30px;
    }
}

@media (max-height: 770px) {
    .user-login-5 .login-container > .login-content h1 {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .user-login-5 .login-container > .login-content .text-right {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .user-login-5 .login-container > .login-content h1 {
        font-size: 18px;
    }
}

.user-login-5 .login-container > .login-content .login-options {
    margin-top: 25px;
}

.user-login-5 .login-container > .login-content .forget-password {
    margin-top: 25px;
}

.user-login-5 .login-container > .login-content .create-account {
    border-top: 1px dotted #ddd;
    margin-top: 15px;
    padding-top: 10px;
    text-align: center;
    position: relative;
    top: 2px;
    margin-bottom: 14px;
    line-height: 0;
}

    .user-login-5 .login-container > .login-content .create-account p {
        line-height: 1;
        font-weight: 400;
        z-index: 2;
        position: absolute;
        display: inline-block;
        background-color: #fff;
        margin: -20px 0px 0px -60px;
        padding: 0px 10px 5px 10px;
    }

    .user-login-5 .login-container > .login-content .create-account a {
        margin-top: 10px;
    }

.user-login-5 .login-container > .login-content > .login-form .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #a0a9b4;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #868e97;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 10px 0;
    width: 100%;
}

.user-login-5 .login-container > .login-content > .login-form .form-group.form-md-line-input {
    margin: 0px 0px 15px;
    padding-top: 20px;
    position: relative;
}

.bg-microsoft {
    background-color: #8E44AD !important;
}

.bg-twitter {
    background-color: #5EA9DD !important;
}

.bg-facebook {
    background-color: #3A5795 !important;
}

.bg-google {
    background-color: #C30907 !important;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') 
    format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') 
    format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') 
    format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') 
    format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') 
    format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}
/***** New Grid Styles*******/
.k-state-selected {
    line-height: 2.3em;
    background-color: #1275da;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    /* background-color: #ff0000; */
    color: #fff !important;
    background-color: #3a515a !important;
    border-color: #496671 !important;
}
    .k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
        color: #ffffff !important;
    }
.k-grid table {
    background-color: #EEEEEE !important;
}
.k-pager-wrap > .k-link {
    border-radius: 0 !important;
}


.k-pager-numbers .k-state-selected {
    border-radius: 0 !important;
}

.k-state-selected {
    border-color: #ffffff !important;
    background-image: none !important;
}
.k-block, .k-widget {
    line-height: 30px !important;
    outline: 0;
}
.k-grid tr td {
    border-width: 0px !important;
}

.k-grid-header th.k-header {
    background-image: none !important;
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    background-color: white !important;
    border-color: #e0f0f7 !important;
    /* color: white !important;*/
}

.k-grid-filter.k-state-active {
    background-color: #696969 !important;
    border-color: white !important;
    color: black !important;
}

.k-autocomplete, .k-block, .k-button-group .k-tool, .k-calendar th, .k-colorpicker .k-i-arrow-s, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
    border-color: #EEEEEE !important;
}

    .k-grid-header th.k-header > .k-link {
        display: inherit !important;
        min-height: 18px !important;
        line-height: 18px !important;
        margin: -.5em -.6em -.4em 0 !important;
        padding: .5em .6em .4em 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        vertical-align: middle !important;
        background-image: none !important;
    }

.k-icon {
    opacity: 1 !important;
}


.k-block, .k-widget {
    line-height: 30px !important;
    outline: 0;
}

.k-pager-wrap {
    background-image: none !important;
}


.k-dropdown-wrap.k-state-default {
    background-color: #C4C4C4 !important;
}

.k-
.k-state-selected {
    background-color: #1275da !important;
}

.k-list > .k-state-selected {
    background-color: #1275da !important;
}

.k-state-hover {
    background-color: #EAF7F9 !important;
}
.k-dropdown .k-input {
    color: #000000 !important;
    background-color: white;
}

.k-filter-menu .k-primary {
    color: #fff !important;
    background-color: #1275da !important;
    border-color: #1275da !important;
}

.k-dropdown .k-input {
    color: #000000 !important;
}

k-dropdown .k-input, .k-dropdown .k-state-focused .k-input {
    color: #000000 !important;
}
.k-pager-numbers .k-link {
    border-radius: 0 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ffffff !important;
}
.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color: #ffffff !important;
}
.note p, .page-loading, .panel .panel-body {
    font-size: 16px !important;
}
.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: #FFFFFF !important;
}
/* END ***** New Grid Styles*******/
.panel-heading {
    font-family: 'Barlow Semi Condensed',sans-serif !important;
    font-weight: 600 !important;
    font-size: 2.75rem !important;
    margin-bottom: 30px !important;
    color: #5c78a1 !important;
}
.panel-heading2 {
    font-family: 'Barlow Semi Condensed',sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.8rem !important;
    margin-bottom: 30px !important;
    color: #1275da !important;
}
.k-calendar .k-content .k-link {
    margin: auto;
    padding: .5em .5em;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.42857143;
    display: block;
    color: #3a515a !important;
}
.k-calendar td.k-state-selected .k-link {
    border-color: #1275da;
    background-color: #1275da;
}
.k-picker-wrap.k-state-default {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}
.k-picker-wrap.k-state-focused {
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5 !important;
}
.k-calendar .k-link:hover {
    background-color: #c6c6c6 !important;
}
.k-calendar .k-header .k-link:hover {
    color: #3a515a !important;
}
.k-calendar .k-footer .k-nav-today {
    color: #5c78a1 !important;
}
.k-nodata {
    color: #5c78a1 !important;
}
.k-picker-wrap.k-state-hover {
    background-color: #c6c6c6 !important;
    border-color: #c6c6c6 !important;
}
.k-state-active .k-state-active:hover{
    color: black !important;
}
k-grid-toolbar {
    text-align: right !important;
   
}
#ManageInspectionGrid > div.k-header.k-grid-toolbar.k-grid-top {
    background-color: white !important;
}
#ManageInspectionGrid > div.k-header.k-grid-toolbar.k-grid-top {
    background-color: white !important;
}
/*.k-header {*/
    /* background-color: #ff0000; */
    /*background-color: aqua !important;
}*/

.k-tabstrip-top {
    background-color: white !important;
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: #3A515A !important;
}
.k-pager-numbers .k-link {
    border-radius: 0 !important;
    line-height: 2.3em;
    background-color: #1275da;
    color: white;
}
@media (min-width: 992px) {
    .main-menu > li {
        margin-right: 25px !important;
    }
    .has-submenu button {
        margin-left: 5px !important;
    }
}

.k-state-disabled .k-link
{
    color:red !important;
}
.content-container-inner {
    min-height: 250px !important;
}
#divSearch
{
    text-align:center !important;
}
.divSearchGroup {
    max-width: 700px;
    margin: auto;
}

html .k-grid tr:hover {
    background: #6DA7E2 !important;
}

.k-grid tr.k-alt:hover {
    /*Silver Theme*/
    background: #6DA7E2 !important;
}

@media screen and (max-width: 1080px) {
    #BreadcrombiPW {
        display:none;
    }
}
#notifications-panel {
    margin-top: 10px;
    position: relative;
    max-height: 50vh;
    overflow-y: scroll;
    background-color: #ffffff;
    max-height: 640px;
    padding-right: 3px;
}

.user-login-5 .alerts-container {
    padding-right: 0px !important; 
}

/*New TabStrip Styles*/
.k-tabstrip-items .k-state-default .k-link {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}
.k-tabstrip-items .k-state-active .k-link {
    color: #1275DA;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}
.k-tabstrip-items .k-state-default {
    background-color: #303335 !important;
    min-height: 50px;
    padding: 5px;
}
.k-tabstrip-items .k-state-active {
    background-color: #fff !important;
    min-height: 50px;
    padding: 5px;
}
/*.k-tabstrip-items .k-item:hover  {
    background-color: #D81463 !important;
}*/

.k-tabstrip-items .k-item:hover, .k-state-default {
    background-color: #1275da !important;
    color: white !important;
}
.k-tabstrip-items .k-state-active .k-link:hover {
    color: white;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
}
   
.k-tabstrip > .k-button.k-bare {
    top: 12px !important;
    color: white !important;
    background-color: #303335 !important;
}

.submenu  li :hover {
    background-color: #1275da !important;
}


.main-menu > ul > a :hover {
    background-color: #1275da !important;
}

.main-menu > li > a:after {
    content: "";
    width: 0;
    position: absolute;
    height: 3px;
    background-color: #1275da;
    bottom: 0;
    left: 0;
    transition: width .25s;
}

