﻿@charset "UTF-8";
/*
* Stared on Dated : May,2017
* Project name : PointSystem 
*/

/* Common Styles */
html {
    font-size: 16px;
}

img {
    max-width: 100%;
    border: none;
}

body {
    background: #e5e9ec;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: #000;
}

a {
    color: #04418c;
}

    a:hover {
        text-decoration: none;
        color: #04418c;
    }

h2, h3 {
    font-weight: 300;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1rem;
    color: #000000;
    font-weight: 700;
}

h6 {
    color: #000000;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.wh {
    background: #ffffff;
}

.gapT30 {
    margin-top: 30px;
}

.normal {
    font-weight: normal;
}

.primary-color {
    color: #00aeef;
}
.ddlLable {
    color: #fff;
}
.ddlLable:hover {
    color: #fff;
}
.secondary-color {
    color: #32b351;
}

::-webkit-input-placeholder {
    color: #8b91a0;
}

::-moz-placeholder {
    color: #8b91a0;
}

:-ms-input-placeholder {
    color: #8b91a0;
}

:-moz-placeholder {
    color: #8b91a0;
}

.pdR0 {
    padding-right: 0;
}

.pdL0 {
    padding-left: 0;
}

.pdR5 {
    padding-right: 5px;
}

.pdL5 {
    padding-left: 5px;
}

.pdT20 {
    padding: 20px 0 0;
}

.pdAll10 {
    padding: 10px;
}

.round-corner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
}

.flex-item {
    flex: 1 1;
}
/* Bootstrap overides */
.navbar-inverse {
    background: #202722;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 8px 0;
    margin-bottom: 0;
}

    .navbar-inverse .navbar-collapse {
        padding-right: 0;
    }

.navbar-nav {
    margin-left: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.2s 0s;
    -moz-transition: all ease-in-out 0.2s 0s;
    -o-transition: all ease-in-out 0.2s 0s;
    -ms-transition: all ease-in-out 0.2s 0s;
    transition: all ease-in-out 0.2s 0s;
}

.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border-color: #d5d5d2;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: inherit;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 9px 20px;
}

.btn-default:hover, .btn-default:focus, .navbar-inverse .navbar-nav > li > a.btn-default:focus,
.navbar-inverse .navbar-nav > li > a.btn-default:hover {
    border: 1px solid #00aeef;
    background: #04418c;
}

.btn-primary {
    background-color: #04418c;
    border-color: #04418c;
}


.main_title_row {
    margin: 20px 0 20px 0;
    padding: 0px 0 12px 0;
    position: relative;
    text-transform: uppercase;
 
}

    .main_title_row:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100px;
        height: 3px;
        background: #04418c;
    }

.k-state-selected {
    background-color: #04418c !important;
    border-color: #04418c !important;
}
    .main_title .btn-primary:hover, .btn-primary.focus, .btn-primary:focus,
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
    .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        background-color: #04418c;
        border-color: #04418c;
    }

.btn-secondary {
    background-color: #32b351;
    border-color: #32b351;
}

    .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus,
    .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover,
    .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover,
    .open > .dropdown-toggle.btn-secondary.focus, .open > .dropdown-toggle.btn-secondary:focus,
    .open > .dropdown-toggle.btn-secondary:hover {
        background-color: #1fa33f;
        border-color: #1fa33f;
    }

.btn-default {
    border: 1px solid #00aeef;
    background: none;
    color: #04418c;
}

    .btn-default:hover {
        color: #ffffff;
    }

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    height: auto;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

#menu-toggle {
    float: left;
    font-size: 14px;
    margin: 5px 10px 0 0;
    background: #212823;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #00aeef;
}

.well-lg {
    padding: 29px 24px;
}

.well {
    background: #04418c;
    border: 1px solid #04418c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .well.well-wh {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #676e76;
    }

    .well h2 {
        margin-bottom: 10px;
    }

/* Main CSS =======
*  (Dashboard Page) 
*/
.main-nav .search-field {
    background-image: url(../images/icon-search.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border-color: #ffffff;
    padding-left: 40px;
    font-size: 0.8125rem;
    min-width: 300px;
    max-width: 300px;
}

.nav-filter {
    background-image: url(../images/icon-filter.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.read-report {
    background-image: url(../images/icon-play.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a.nav-filter, .navbar-inverse .navbar-nav > li > a.read-report {
    padding-left: 38px;
}

.btn-print {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.read-report {
    background-image: url(../images/icon-play.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a.logout {
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-transform: capitalize;
    display: inline-block;
}

.advance-search-form {
    background: #ffffff;
    text-align: center;
    display: none;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #d5d5d2;
}

    .advance-search-form:before {
        content: "";
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        width: 0;
        height: 0;
        top: -6px;
        position: absolute;
    }

    .advance-search-form label {
        padding-right: 10px;
        font-weight: normal;
    }

.content-wrapper {
    padding: 40px 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 15px;
}

.table-border > thead > tr > th {
    vertical-align: top;
    border-bottom: 3px solid #04418c;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.table-border > tbody > tr > td {
    border-right: 1px solid #d5d5d2;
    text-align: center;
}

.interview-statics-item .interview-statics-wrap.row .header, .interview-statics-item .interview-statics-wrap .header {
    min-height: 59px;
}

.statistics-item, .interview-statics-item, .interview-info-content, .table-border, .comments-box {
    background: #ffffff;
}

    .statistics-wrap .statistics-item:first-child, .interview-statics-wrap > .header, .interview-statics-item:first-child, .bordered-header {
        -webkit-border-top-left-radius: 2px;
        -moz-border-top-left-radius: 2px;
        -o-border-top-left-radius: 2px;
        -ms-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-top-right-radius: 2px;
        -o-border-top-right-radius: 2px;
        -ms-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
    }

.statistics-wrap .statistics-item:last-child, .interview-info-content {
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .statistics-wrap .statistics-item:last-child .statistics-content .graph {
        border-bottom: 0;
    }

.statistics-item .header h6, .interview-statics-wrap .header h6, .bordered-header h6 {
    text-align: center;
    /*font-weight: normal;*/
    font-size: 0.9375rem;
}

.bordered-header.text-left h6 {
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
}

.bordered-header.text-left.subtitle h6 {
    text-align: center;
}

.statistics-item > .header, .interview-statics-wrap > .header, .bordered-header {
    padding: 10px;
    background: #ffffff;
    border-bottom: 3px solid #04418c;
}

    .bordered-header.bordered-top {
        border-top: 3px solid #04418c;
        border-bottom: 0;
        border-right: 1px solid #d5d5d2;
        border-bottom: 1px solid #d5d5d2;
    }

        .bordered-header.bordered-top.last, .table-bordered-top-right.last {
            border-right: 0;
        }

        .bordered-header.bordered-top h6 {
            font-size: 0.8125rem;
        }

.statistics-content {
    padding: 0;
}

    .statistics-content > .header > h6 {
        font-size: 0.8125rem;
        text-transform: uppercase;
        font-weight: 400;
        padding: 10px;
        margin: 0;
        text-align: center;
    }

    .statistics-content > .graph {
        border-right: 1px solid #d5d5d2;
        border-bottom: 1px solid #d5d5d2;
        border-top: 1px solid #d5d5d2;
        padding: 10px 3px;
    }

    .statistics-content:last-child > .graph, .interview-outcomes.last-child {
        border-right: 0px none;
    }

.badge-big {
    width: 198px;
    height: 198px;
    margin: 0 auto;
    padding: 50px 0;
}

.badge-small {
    width: 75px;
    height: 75px;
    float: left;
    padding: 20px 0;
    color: #ffffff;
}

.badge-value {
    display: block;
    text-align: center;
    max-width: 32px;
    margin: 0 auto;
    margin-top: 7px;
    font-weight: 600;
}

.interview-badge-item {
    border-bottom: 1px solid #d5d5d2;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

    .interview-badge-item .media-body {
        padding: 9px 0;
    }

        .interview-badge-item .media-body h6 {
            color: #1d4dff;
            font-size: 0.8125rem;
            margin-bottom: 3px;
        }

        .interview-badge-item .media-body p {
        }

.badge-small.green-badge {
    background-size: cover;
}

.badge-small {
    background-size: cover !important;
}

.green-badge {
    background: url(../images/badge-green.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.red-badge {
    background: url(../images/badge-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
}

.yellow-badge {
    background: url(../images/badge-yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
}

.badge-content {
    color: #ffffff;
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
}

    .badge-content p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 1rem;
    }

    .badge-content h5 {
        color: #ffffff;
        font-size: 3.75rem;
        font-weight: 800;
        line-height: 36px;
    }

.overall-ratings {
    padding-top: 30px;
}

    .overall-ratings * {
        font-size: 0.8125rem;
        color: #3d3d3d;
        text-align: center;
    }

.ratings-list {
    margin-left: 0;
}

    .ratings-list > li {
        padding: 0 0px;
        margin: 0 -1px;
    }

.comments-link {
    background: url(../images/comments.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 30px;
    margin-top: 10px;
    display: inline-block;
}

.read-report.videobtn {
    padding: 7px 10px 7px 40px;
    text-transform: capitalize;
    font-weight: 300;
    background-position: 10px center;
}

.border-left-white {
    border-left: 1px solid #fff;
    margin-left: -1px;
}

.cricular-progress {
    margin: 10px auto;
}

    .cricular-progress span {
        line-height: 60px !important;
    }

.blueprogress.cricular-progress span {
    line-height: 80px !important;
}

.cricular-progress .subtext {
    position: absolute;
    max-width: 80px;
    margin: 0 auto;
    top: 49%;
    font-size: 9px;
    font-weight: 600;
    left: 15px;
    right: 17px;
}

.blueprogress.cricular-progress .subtext {
    top: 59%;
}

.pie-item {
    padding: 13px;
    text-align: center;
}

    .pie-item p {
        font-size: 0.8125rem;
        font-weight: bold;
    }

.border-right {
    border-right: 1px solid #d5d5d2;
}

.border-left {
    border-left: 1px solid #d5d5d2;
}

.title h6 {
    border-bottom: 1px solid #d5d5d2;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 14px 20px;
}

.interview-stats-badges .bordered-header h6 {
    text-align: left;
    padding-left: 15px;
}

.interview-outcomes {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #d5d5d2;
}

.interview-info-content + .interview-info-content {
    border-top: 1px solid #d5d5d2;
}

.comments-box .btn {
    font-size: 0.7125rem;
    padding: 10px;
    margin-bottom: 8px;
}

.comments-box .btn-default {
    border-width: 2px;
}

.comments-box {
    padding: 20px 0 0;
}

    .comments-box .badge-big {
        width: 105px;
        height: 150px;
        padding: 39px 0 17px;
        margin-top: -25px;
        background-size: cover;
        float: left;
    }

    .comments-box .badge-content p {
        font-size: 0.625rem;
    }

    .comments-box .badge-content {
        color: #ffffff;
        max-width: 71px;
        margin: 10px auto;
        text-align: center;
    }

        .comments-box .badge-content h5 {
            font-size: 1.3rem;
            line-height: 8px;
            margin-top: 2px;
        }

    .comments-box h6 {
        font-weight: normal;
    }

        .comments-box h6 a {
            color: #000000;
            font-size: 0.75rem;
        }

.comments-rating, .comments-count {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .comments-rating h6, .comments-count h6 {
        margin-top: 15px;
    }

.table-bordered-top-right {
    border-right: 1px solid #d5d5d2;
    table-layout: fixed;
    margin-bottom: 0;
}

table.table-bordered-top-right > thead > tr > th {
    border-bottom: 0px none;
    padding: 8px 10px;
    font-size: 0.8125rem;
    font-weight: normal;
}

table.table-bordered-top-right > tbody > tr > td {
    border-top: 0px none;
    padding: 8px 10px;
    font-size: 0.8125rem;
}

.helpfull, .not-helpfull {
    color: #616161;
    font-size: 0.68rem;
}

.helpfull {
    background-image: url('../images/icon-like.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.not-helpfull {
    background-image: url('../images/icon-dislike.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.helpfull-count {
    display: inline-block;
    /*margin: 0 3px;*/
    margin: 0;
}
/* Progress bar  */
.graphbox {
    display: inline-block;
    position: relative;
}

    .graphbox .examiner-val {
        position: absolute;
        top: 78px;
        font-size: 0.7125rem;
    }

        .graphbox .examiner-val h6 {
            color: #04418c;
            font-size: 0.8125rem;
            margin-bottom: 4px;
        }


    .graphbox .examiner-val1 {
        position: absolute;
        top: 124px;
        font-size: 0.7125rem;
    }

        .graphbox .examiner-val1 h6 {
            color: #04418c;
            font-size: 0.8125rem;
            margin-bottom: 4px;
        }

    .graphbox.left .examiner-val1 {
        left: 48px;
    }

    .graphbox.left .examiner-val {
        left: 15px;
    }

    .graphbox.right .examiner-val {
        /*right: -13px;
        top: 78px;*/
        right: 30px;
        top: 122px;
        text-align: left;
        margin-top: 2px;
    }

.examiner-val p {
    margin-right: -6px;
}

.graphbox.right .examiner-val1 {
    /*right: -13px;
        top: 78px;*/
    right: 35px;
    top: 121px;
    text-align: right;
    margin-top: 2px;
}

.examiner-val1 p {
    margin-right: 0px;
    text-align: right;
}

.vertical {
    display: inline-block;
    width: 108px;
    height: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 108px;
    margin-bottom: 20px;
    position: relative;
    top: -45px;
    border-radius: 0;
}

    .vertical.first {
        -webkit-transform: rotate(-90deg) translateY(45px);
        transform: rotate(-90deg) translateY(45px);
    }

    .vertical.last {
        -webkit-transform: rotate(-90deg) translateY(-25px);
        transform: rotate(-90deg) translateY(-25px);
    }

.progress {
    box-shadow: none;
    background-color: #ffffff;
}

span.chart-value {
    transform: rotate(-270deg);
    display: inline-block;
    margin-top: 5px;
}

.progress-bar.good {
    background-color: #32b351;
}

.progress-bar.bad {
    background-color: #ef4448;
}
/* Sidebar */
.quick-links {
    background: #202722;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

    .quick-links h3 {
        margin-top: 0px;
        border-bottom: 1px solid #585d59;
        padding-bottom: 15px;
    }

    .quick-links ul li a {
        color: #8b91a0;
        font-size: 0.9375rem;
        line-height: 24px;
        padding: 6px 0;
        display: block;
        -webkit-transition: all ease-in-out 0.1s 0s;
        -moz-transition: all ease-in-out 0.1s 0s;
        -o-transition: all ease-in-out 0.1s 0s;
        -ms-transition: all ease-in-out 0.1s 0s;
        transition: all ease-in-out 0.1s 0s;
    }

        .quick-links ul li a:hover {
            color: #ffffff;
            font-weight: 600;
        }

.feedback {
    background: #012f6a;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.click-go {
    font-size: 2.15rem;
    background: url(../images/icon-go.png), url(../images/icon-dongo.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    padding: 0 25px;
}

    .click-go:hover {
        color: #32b351;
    }

.position-relative-area {
    display: block;
    height: 350px;
    position: relative;
    width: 350px;
}

.multiselect, .dropdown-menu, .btn-group {
    width: 250px;
}

.full-screen-video {
    background: rgba(0,0,0,0.8);
    height: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    margin: auto;
    left: 0;
    padding: 0;
}

.full-screen-video-inner {
    width: 640px;
    height: 400px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.full-screen-video iframe {
    width: 100%;
    height: 100%;
}

.full-screen-video .close-video {
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.35);
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 23px;
    transition: all 0.3s;
    color: #fff;
    z-index: 9;
}

    .full-screen-video .close-video:hover {
        background: rgba(0,0,0,0.65);
    }

.nav-text {
    color: #9a9a9a;
    margin-right: 10px;
    float: right;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.grid-btns {
    text-align: right;
}

.grid-options {
    padding: 15px 0;
}

.grid-header table, .grid-body table {
    margin-bottom: 0;
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 1024px;
}

.grid-body {
    max-height: 410px;
    /*overflow-y: auto;*/
    min-width: 1024px;
    /*overflow-x:hidden;*/
}

.table-responsive {
    overflow-x: hidden;
}

.pdb-below {
    margin-top: 20px;
    padding: 0 20px;
}

    .pdb-below .twocolbox {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .pdb-below .twocolbox .leftcol,
        .pdb-below .twocolbox .rightcol {
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
        }

        .pdb-below .twocolbox .leftcol {
            width: 40%;
            float: left;
            font-weight: 600;
            color: #222;
        }

        .pdb-below .twocolbox .rightcol {
            width: 60%;
            float: left;
            color: #868686;
            font-weight: normal;
        }

.price-detail-box .date {
    text-align: right;
    font-size: 12px;
    color: #868686;
    font-family: 'Open Sans', sans-serif;
}

    .price-detail-box .date span.lbl {
        color: #222;
        margin-right: 4px;
        font-weight: 600;
    }

#modalDetailBody .control-label.text-left {
    text-align: left;
}

div#calendar {
    font-family: 'Open Sans', sans-serif;
}

#calendar .ui-widget {
    font-family: 'Open Sans', sans-serif;
}

#calendar .ui-widget-header {
    background: #202722;
    border-color: #dddddd;
}

#calendar .ui-widget-content {
    background: #f5f5f5;
}

#calendar .ui-widget-header th {
    padding: 8px;
    border-color: #414743;
    font-weight: 600;
    color: #f2f3f4;
    font-size: 13px;
}

#calendar .fc-button-group .ui-button {
    margin-right: 5px;
}

#calendar.fc button {
    background: #04418c;
    border-color: transparent;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
    height: 32px;
    line-height: 30px;
}

    #calendar.fc button span {
        background: none;
        padding: 0;
        text-indent: 0;
    }

    #calendar.fc button.fc-prev-button span:before {
        font-family: FontAwesome;
        content: '\f104';
        color: #fff;
        display: inline-block;
        position: relative;
        line-height: normal;
        top: -7px;
        font-size: 15px;
    }

    #calendar.fc button.fc-next-button span:before {
        font-family: FontAwesome;
        content: '\f105';
        color: #fff;
        display: inline-block;
        position: relative;
        line-height: normal;
        top: -7px;
        font-size: 15px;
    }

    #calendar.fc button.fc-nextYear-button span:before {
        font-family: FontAwesome;
        content: '\f101';
        color: #fff;
        display: inline-block;
        position: relative;
        line-height: normal;
        top: -7px;
        font-size: 15px;
    }

    #calendar.fc button.fc-prevYear-button span:before {
        font-family: FontAwesome;
        content: '\f100';
        color: #fff;
        display: inline-block;
        position: relative;
        line-height: normal;
        top: -7px;
        font-size: 15px;
    }

#calendar .fc-toolbar .fc-center h2 {
    font-weight: 400;
    color: #282d2a;
}

.no-padding {
    padding: 0;
}

#calendar td {
    cursor: pointer;
}

.colored-table table {
    width: 100%;
}

    .colored-table table th, .colored-table table td {
        padding: 8px 15px;
    }

    .colored-table table th {
        font-weight: normal;
        background: #0cf;
        color: #fff;
    }

.panel .panel-heading {
    border-bottom: thin solid #eee;
}

.colored-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .colored-list li {
        border-radius: 2px;
        margin-bottom: 10px;
    }

        .colored-list li a {
            padding: 8px 15px;
            display: block;
            color: #fff;
        }

.sidebar {
    min-height: 300px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

    .sidebar .sidebar-widget {
        margin-bottom: 15px;
    }

.dashboard-stats {
    margin-top: 20px;
}

.dashboard-stat {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

    .dashboard-stat.blue {
        background-color: #3598dc;
    }

    .dashboard-stat.red {
        background-color: #e7505a;
    }

    .dashboard-stat.green {
        background-color: #32c5d2;
    }

    .dashboard-stat.purple {
        background-color: #8E44AD;
    }

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        float: left;
        padding-top: 35px;
        margin-bottom: 35px;
    }

        .dashboard-stat .visual i {
            color: #000;
            opacity: 0.06;
            font-size: 110px;
            margin-left: -30px;
            margin-top: -14px;
        }

    .dashboard-stat .details {
        position: absolute;
        right: 0;
        text-align: right;
        font-family: 'Open Sans', sans-serif;
        padding-right: 20px;
        top: 17px;
    }

        .dashboard-stat .details .number {
            font-size: 30px;
            font-weight: 300;
            line-height: normal;
        }

        .dashboard-stat .details .desc {
            font-weight: 300;
            font-size: 16px;
        }

.form-bg .panel-body {
    padding-top: 30px;
}
.k-filter-menu,.k-label, .k-filter-selected-items, .k-filter-menu label {
    font-weight: normal !important;
}
#grid input.k-input, .k-textbox, .k-dropdown, .k-numerictextbox, .text-box {
    width: 100% !important;
}
.k-filter-row .k-dropdown-operator { 
    right: 0 !important;
}
.k-dropdown-operator{
    display:none !important;
}
a.index-report {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    float: right;
}
/* Responsive */
@media all and (min-width: 998px) {
    html, body {
        height: 100%;
    }

    .main-content {
        height: 100%;
    }

    .th-100 {
        height: calc(100% - 80px);
    }
    /*.grid-options{
        position: fixed;
        top: 100px;
        width: 100%;
    }*/
}

@media only screen and (max-width:1199px) {
    .main-nav .search-field {
        min-width: 200px;
        max-width: 200px;
    }

    .multiselect, .dropdown-menu, .btn-group {
        width: 250px;
    }

    .click-go {
        font-size: 1.55rem;
    }

    .navbar-nav > li > a {
        font-size: 0.75rem;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-inverse .navbar-nav > li > a.logout {
        padding: 8px 13px;
        font-size: 12px;
    }

    .navbar-inverse .navbar-nav > li > a.nav-filter, .navbar-inverse .navbar-nav > li > a.read-report {
        padding-left: 35px;
    }

    .navbar-nav .btn {
        padding: 8px 13px;
        font-size: 0.75rem;
    }

    .table-bordered-top-right {
        table-layout: auto;
    }

    .navbar-nav {
        margin-left: 22px;
    }
}

@media only screen and (max-width:999px) {
    body {
        padding-top: 50px !important;
    }

    .click-go {
        font-size: 1.45rem;
    }

    .flex-container {
        display: block;
    }

    .pdR5 {
        padding-right: 15px;
    }

    .pdL5 {
        padding-left: 15px;
    }

    .comments-count, .comments-rating {
        border-left: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        margin-left: 0;
    }

        .navbar-nav > li {
            float: none;
            border-bottom: 1px solid #101010;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }

            .navbar-nav > li:first-child, .navbar-collapse {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

    .navbar-inverse .navbar-form {
        border-color: #101010;
        border-top: 1px solid;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    }

    .navbar-collapse {
        border-top: 0;
    }

    .navbar-nav > li > a {
        font-size: 0.875rem;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar.navbar-inverse .navbar-form {
        float: none !important;
    }

        .navbar.navbar-inverse .navbar-form .form-group {
            display: block;
        }

    .main-nav .search-field {
        min-width: 100%;
        max-width: none;
    }

    .navbar-nav .btn {
        margin-bottom: 10px;
    }

    .nav-filter, .read-report {
        background-position: 0 center;
    }

    .navbar-inverse .navbar-nav > li > a.nav-filter, .navbar-inverse .navbar-nav > li > a.read-report {
        padding-left: 27px;
    }

    .btn-print {
        margin-left: 0;
    }

    .navbar-nav li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #171d18;
        background-color: #171d18;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #04418c;
            border-color: #04418c;
        }

    .interview-statics .interview-statics-item .pdL0, .comments-box .pdL0 {
        padding-left: 15px;
    }

    .interview-statics .interview-statics-item .pdR0, .comments-box .pdR0 {
        padding-right: 15px;
    }

    .interview-statics .interview-statics-item .border-right {
        border-right: 0;
    }

    .interview-info-content .col-sm-6 {
        width: 100% !important;
    }
}

@media only screen and (min-width:768px) and (max-width:999px) {
    #main-navbar, .navbar.navbar-inverse .navbar-form {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-inverse .navbar-toggle {
        margin-right: 0;
    }

    .Login-Show-Hide-menu {
        display: block !important;
    }

    .table-custom-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .pdL0, .pdR0 {
        padding: 0 15px;
    }

    .interview-outcomes, .statistics-content > .graph {
        border: none;
    }
}

@media only screen and (max-width:767px) {
    .table-custom-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .multiselect, .dropdown-menu, .btn-group {
        width: 100%;
    }

    #labelOverlay {
        left: 54% !important;
        top: 44% !important;
    }

    #textInterviewOutcome1, #textInterviewOutcome3 {
        font-size: 15px;
    }

    #textInterviewOutcome4 {
        font-size: 17px;
    }

    #labelOverlay_i {
        top: 48% !important;
    }

    .interview-stats-badges {
        margin-left: 0px;
    }

    .pdR0, .pdR5 {
        padding-right: 15px;
    }

    .pdL0, .pdL5 {
        padding-left: 15px;
    }

    .navbar-inverse .navbar-nav > li > a.logout {
        display: inline-block;
    }

    .navbar-inverse .navbar-brand {
        border-right: 0 none;
    }

    .navbar-nav li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav {
        margin-left: -15px;
    }

    .navbar-inverse .navbar-collapse {
        padding-right: 15px;
    }

    .dashboad-heading h3 {
        font-size: 18px !important;
    }

    .Login-Show-Hide-menu {
        display: block !important;
    }

    .position-relative-area {
        /*width: 100%;*/
    }

    .full-screen-video-inner {
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width: 640px) {
    .fc-toolbar .fc-center {
        display: block;
        padding-top: 20px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .position-relative-area {
        width: 100%;
    }

    .legend table {
        left: 0 !important;
    }

    /*#labelOverlay {
        transform: translate(-56%, -51%)!;
    }*/
}

.bg-color-red {
    background-color: #ff0000;
}

.bg-color-yellow {
    background-color: #ffc000;
}

.bg-color-green {
    background-color: #00b050;
}

#labelOverlay {
    cursor: default;
    height: 45px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 42%;
    transform: translate(-50%, -50%);
    width: auto;
}

#labelOverlay_i {
    cursor: default;
    height: 45px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 100px;
}



.full-width {
    width: 100%;
}

.tableScroll {
    max-height: 380px;
    overflow: auto;
    /*min-height:380px;*/
}

.float-none {
    float: none;
}


.haveaccount {
    border-top: 1px solid #dadada;
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 40px;
    position: relative;
    width: 100%;
    font-size: 22px;
}

    .haveaccount::after {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #dadada;
        border-radius: 50%;
        content: "OR";
        font-weight: bold;
        height: 45px;
        left: 0;
        line-height: 45px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -21px;
        width: 45px;
        font-size: 16px;
    }

.margin-top-60 {
    margin-top: 60px;
}


.new-login-form input[type="submit"] {
    border-radius: 5px;
    height: 40px;
    text-transform: uppercase;
}

.login-heading {
    padding: 20px 0 30px;
    text-align: center;
}

    .login-heading h2 {
        font-size: 30px;
        color: #444;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }
/*.navbar > .container {
    border-bottom: 2px solid black;
}*/
.spnFontSize {
    font-size: large;
    font: bold;
}



.form-control.sk-TextBox {
    /*color: #f2f3f4;*/
    box-shadow: none;
}

.btn.sk-Button {
    padding: 6px 30px;
}

.sk-smallLabel {
    /*color: #f2f3f4;*/
}


.sk-VedioList li {
    display: inline;
}

.sk-VedioList {
    padding: 0;
    margin: 0;
}

.prev-search p a {
    background: #04418c none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

    .prev-search p a:focus {
        text-decoration: none;
    }

    .prev-search p a i {
        font-size: 20px;
        position: relative;
        top: 2px;
    }

.prev-search a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 7px;
}

.prev-search > p {
    margin-bottom: 17px;
}

.sk-smallLabel {
    color: #999;
    display: block;
    font-size: 12px;
    padding-top: 8px;
}

.traning-video-block {
    padding-top: 20px;
}

.dashboad-heading h3 {
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.examiner-section {
    background: #fff none repeat scroll 0 0;
    padding: 20px 30px;
}

.resume-search {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}

.create-acount-btn {
    background: #04418c !important;
    color: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

#divArtUnitInfo {
    min-height: 172px;
}


/*Pie chart*/
.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center;
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    top: 58%;
    left: 0;
    right: 0;
    margin-top: -34px;
}

.pie-value-text {
    display: block;
    position: absolute;
    font-size: 9px;
    height: 40px;
    top: 48%;
    left: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
}

#divInterviewInfoChart1 > .pie-value, #divInterviewInfoChart2 > .pie-value, #divInterviewInfoChart3 > .pie-value, #divInterviewInfoChart4 > .pie-value {
    font-size: 28px;
    top: 52%;
}

#divInterviewInfoChart1 > .pie-value-text, #divInterviewInfoChart2 > .pie-value-text, #divInterviewInfoChart3 > .pie-value-text, #divInterviewInfoChart4 > .pie-value-text {
    top: 52%;
    font-size: 10px;
}
/*End Pie Chart*/

.font-bold {
    font-weight: bold;
}

.column-comment {
    border-top: 1px solid #04418c;
}

.txt-chat-center {
    font-size: 54px;
    color: white;
    font-weight: bold;
}

.video-thumb {
    opacity: 0.7;
    /*display: inline-block;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

    .video-thumb:hover {
        opacity: 1;
    }



@media (max-width: 980px) {
    .txt-chat-center {
        font-size: 44px;
    }


    /*#labelOverlay {
    left: 50%;
    }*/
}

.h2Title {
    font-weight: 600;
}

.font-weight-600 {
    font-weight: 600;
}

.table-examiner td, .table-examiner th {
    font-size: 12px !important;
}

.rating-text {
    position: relative;
    top: 2px;
}

header#main-header {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: solid 1px #00A0DC;
}

.panel-CopyRight {
    padding: 2px;
    color: #212823;
    font-size: 12px;
    font-weight: bold;
    float: right;
    /*width:33%;*/
    /*position: absolute;
    right: 28px;*/
}
.copy-right-logo {
    /*width: 75%;*/
    padding-right: 2px;
}



/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .col-md-4, .col-md-6 {
        min-height: 60px !important;
    }
}*/
