
/******** 1. General ********/

body {
    /*background: #F5F5F5;*/
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
}

a {
    color: #abb4be;
    font-family: "Open Sans",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px;
    font-family: 'Roboto', sans-serif;
    color: #505458;
}

h1 {
    line-height: 43px;
}

h2 {
    line-height: 35px;
}

h3 {
    line-height: 30px;
}

h4 {
    line-height: 22px;
}

    h3 small,
    h4 small,
    h5 small {
        color: #444;
    }


* {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #000;
    text-decoration: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

::selection {
    background: rgba(49, 126, 235, 0.5);
    color: #ffffff;
}

::-moz-selection {
    background: rgba(49, 126, 235, 0.5);
    color: #fff;
}

.container {
    width: auto;
}

.container-alt {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    background-color: #ecedf0;
    /*position: absolute; */
    width: 100%;
    bottom: 0px;
    padding: 13px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mainBody {
    min-height: 580px;
    padding-top: 70px;
}

.page {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-title {
    margin-bottom: 24px;
}




/*DCIMS*/
.emb-logo {
    background-color: white;
    margin-left: -6px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.wizzard-bc {
    background-color: #f5f5f5;
}

.wizzard, .wizzard1 {
    position: relative;
    width: 20% !important;
}

    .wizzard1:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 59px solid whitesmoke;
        border-left: 49px solid transparent;
        position: absolute;
        top: 0px;
        right: -8px;
    }

    .wizzard1:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 49px solid whitesmoke;
        border-left: 42px solid transparent;
        position: absolute;
        bottom: 0;
        right: -3px;
    }

.wizzard2:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 48px solid #0b67be;
    border-left: 40px solid transparent;
    position: absolute;
    top: 0;
    left: -39px;
    display: none;
}

.wizzard2:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 47px solid #0b67be;
    border-left: 39px solid transparent;
    position: absolute;
    bottom: 0px;
    left: -37px;
    display: none;
}

.wizzard:hover .wizzard2:before, .wizzard:hover .wizzard2:after, .wizzard.active,
.wizzard.active .wizzard2:before, .wizzard.active .wizzard2:after {
    display: block;
}

.wizzard:hover, .wizzard.active {
    background-color: #0b67be;
    /*transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;*/
}

    .wizzard:hover.wizzard p, .wizzard:hover.wizzard h3, .wizzard.active p, .wizzard.active h3 {
        color: white;
    }
/*.wizzard.active.wizzard2:before {
    left: -35px;
}
.wizzard.active.wizzard2:after {
    left: -26px;
}*/
.chev #chevron:after, .chev #chevron:before {
    background-color: transparent !important;
}

#chevron {
    position: relative;
    text-align: center;
    padding: 5px;
    margin-bottom: 0;
    height: auto;
    width: 50%;
    transform: rotate(-90deg);
    top: -42px;
}

    #chevron:before {
        content: '';
        position: absolute;
        top: 138px;
        left: 0px;
        height: 50%;
        width: 50%;
        background: white;
        transform: skew(0deg, 40deg);
    }

    #chevron:after {
        content: '';
        position: absolute;
        top: 138px;
        right: 0;
        height: 50%;
        width: 50%;
        background: white;
        transform: skew(0deg, -40deg);
        z-index: 999;
    }

.wizzard p {
    color: #0b67be;
    font-size: 12px;
}

.wizzard h3 {
    color: #0b67be;
}

/*Emb styles*/

.btn-color {
    background-color: #0085ca !important;
    border: 0 !important;
}

.b-top {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.activeImage {
    border: 3px solid brown;
    border-radius: 5px;
    padding: 5px;
    /*background-color:brown;*/
}

.expandImage:hover {
    border: 3px solid brown;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    /*background-color:brown;*/
}

a.pull-left {
    width: 100%;
}

span#layoutUserName {
    text-align: center;
    display: inherit;
    padding-bottom: 5px;
}

.media-mail span {
    font-size: 14px;
    line-height: 18px;
    font-family: Open Sans, sans-serif;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.locations span {
    text-align: left;
    margin-left: 15px;
}

.role {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.media-mail {
    margin-bottom: 5px;
}

s .dropdown-menu.dropdown-menu-right {
    height: 270px !important;
}

.modal-title {
    color: #0085ca;
}

.emb-head {
    color: rgba(0, 30, 70, 1);
    font-family: Calibri;
    font-variant: small-caps;
    font-size: 2.3em;
    display: inline-block;
    margin-top: 70px;
    color: white;
}

.logos {
    position: absolute;
    top: 3%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    max-width: 34%;
    display: block;
}

    .logos img {
        max-width: 45%;
        margin: 0 auto;
        display: block;
    }

.login-logo {
    position: relative;
}

.login-form {
    position: absolute;
    top: -112%;
    background-color: white !important;
    box-shadow: 0px 0px 15px #dedede;
    border-radius: 5px;
    width: 60%;
    left: 0;
    height: 400px;
    right: 0;
}

.aplogo {
    max-width: 30%;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.user {
    background-color: transparent;
    color: black;
    border: 0px solid #ccc;
}

.validgroup {
    position: relative;
    border: 1px solid #ccc;
    width: 67%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.place-text {
    border: 0px solid #ccc !important;
    background-color: transparent;
}

    .place-text:focus {
        border: 0;
        background: #FFF;
        background-color: transparent !important;
        box-shadow: none;
    }

.validgroup .k-widget.k-tooltip-validation {
    position: absolute;
    width: 65%;
    bottom: -22px;
    left: 0;
}

input[type="password"].place-text::-webkit-input-placeholder,
input[type="password"].place-text::-moz-input-placeholder,
input[type="text"].place-text::-webkit-input-placeholder,
input[type="text"].place-text::-moz-input-placeholder {
    color: white;
}

.login-form {
    padding: 30px 0px 0px 0 !important;
}

.login {
    width: 67%;
    margin: 0 auto;
    position: relative;
}

.forgot {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.login a {
    left: 116px;
    position: absolute;
    top: -20px;
    width: 131%;
    color: white;
}

.side-heads {
    color: rgb(0, 30, 70);
}

.heads {
    text-align: center;
    color: rgb(0, 30, 70);
}

#CurrentStatusGrid {
    box-shadow: 0px 2px 7px #cacaca;
}

.modal-body {
    float: left;
}
/*.modal-dialog {
    width: 90%;
}*/
.modal {
    background-color: rgba(0,0,0,0.5);
}

.user-padding label {
    padding: 6px 0 0 0;
}

.select-sec .k-dropdown-wrap.k-state-default {
    width: 217%;
}

/*.k-chart {
    box-shadow: 0px 0px 10px #ccc;
}*/
.chart-box {
    background: aliceblue;
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
}
    .chart-box h4 {
        margin-bottom: 0;
        font-weight: bold;
    }
.page-heading {
    margin-bottom: 20px;
}

    .page-heading h3 {
        color: rgb(0, 30, 70);
        background-color: #fff;
        padding-left: 10px;
        /* box-shadow: 0px 5px 10px #ccc; */
        font-size: 20px;
        line-height: 45px;
    }

.logout-img {
    position: absolute;
    right: 3px;
    top: 5px;
}

.modal-footer {
    border-top: 0;
    float: left;
    width: 100%;
    padding: 0 0 14px 0;
}

.modal-content {
    float: left;
}

.code-structure {
    text-align: left !important;
    font-weight: normal !important;
    padding: 0;
}

#btnSchemesTypes, #btnSchemesGridTypes, #btnSchemesGrid, #btnWorkStatus, #btnDistrictDonut {
    position: absolute;
    top: 4px;
    right: 14px;
    color: white;
    border-radius: 5px;
}

    #btnSchemesTypes:hover, #btnSchemesGridTypes:hover, btnSchemesGrid:hover, #btnWorkStatus:hover, #btnDistrictDonut:hover {
        box-shadow: 0px 2px 7px #c1c1c1;
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }

.close span {
    position: absolute;
    right: 11px;
    top: 5px;
}








/******** 2. Bootstrap RESET ********/
/* ROW/Col */
/*.row
{
    margin-right: -10px;
    margin-left: -10px;
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
/* 2.0 Dropdown */
.dropdown-menu {
    box-shadow: none;
    padding: 4px 0;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    min-width: 290px !important;
    top: 48px;
}

    .dropdown-menu > li > a {
        padding: 6px 20px;
    }

.control-label {
    text-align: right;
    font-weight: bold;
    /*font-size: 12px !important;*/
    font-size: 13px !important;
}

@-webkit-keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* 2.1 panels*/
.panel {
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

    .panel .panel-body {
        padding: 20px;
    }

        .panel .panel-body p {
            margin: 0px;
        }

            .panel .panel-body p + p {
                margin-top: 15px;
            }

.panel-heading {
    border-radius: 0 !important;
    border: none !important;
    padding: 5px 20px;
}

.panel-default > .panel-heading {
    color: #abb4be;
    /* background-color: #fafafa;*/
    border-bottom: none;
}

.panel-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-footer {
    background: #fafafa;
    border-top: 0px;
}

.panel-color .panel-title {
    color: #ffffff;
}

.panel-primary > .panel-heading {
    background-color: #1D2127 !important;
    /* background-color: #263238 !important; */
}

.panel-success > .panel-heading {
    background-color: #33b86c;
}

.panel-info > .panel-heading {
    background-color: #29b6f6;
}

.panel-warning > .panel-heading {
    background-color: #ffd740;
}

.panel-danger > .panel-heading {
    background-color: #ef5350;
}

.panel-purple > .panel-heading {
    background-color: #7e57c2;
}

.panel-pink > .panel-heading {
    background-color: #ec407a;
}

.panel-inverse > .panel-heading {
    background-color: #212121;
}

.panel-border {
    border-radius: 3px;
}

    .panel-border .panel-heading {
        /*background-color: #ffffff;*/
        border-top: 3px solid #ccc !important;
        border-radius: 3px;
        padding: 10px 20px 0px;
    }

    .panel-border .panel-body {
        padding: 15px 20px 20px 20px;
    }

    .panel-border.panel-primary .panel-heading {
        border-color: #1e88e5 !important;
        color: #1e88e5 !important;
    }

    .panel-border.panel-success .panel-heading {
        border-color: #33b86c !important;
        color: #33b86c !important;
    }

    .panel-border.panel-info .panel-heading {
        border-color: #29b6f6 !important;
        color: #29b6f6 !important;
    }

    .panel-border.panel-warning .panel-heading {
        border-color: #ffd740 !important;
        color: #ffd740 !important;
    }

    .panel-border.panel-danger .panel-heading {
        border-color: #ef5350 !important;
        color: #ef5350 !important;
    }

    .panel-border.panel-purple .panel-heading {
        border-color: #7e57c2 !important;
        color: #7e57c2 !important;
    }

    .panel-border.panel-pink .panel-heading {
        border-color: #ec407a !important;
        color: #ec407a !important;
    }

    .panel-border.panel-inverse .panel-heading {
        border-color: #212121 !important;
        color: #212121 !important;
    }

.panel-fill {
    border-radius: 3px;
}

    .panel-fill .panel-heading {
        background-color: transparent;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.5) !important;
    }

    .panel-fill .panel-body {
        color: rgba(255,255,255,.85);
    }

    .panel-fill.panel-default .panel-body {
        color: #666;
    }

    .panel-fill.panel-default .panel-heading {
        background-color: transparent;
        color: #333;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }

    .panel-fill.panel-primary {
        background-color: #489ce7;
    }

    .panel-fill.panel-success {
        background-color: #58c386;
    }

    .panel-fill.panel-info {
        background-color: #50c1f4;
    }

    .panel-fill.panel-warning {
        background-color: #fcdc63;
    }

    .panel-fill.panel-danger {
        background-color: #ef7270;
    }

    .panel-fill.panel-purple {
        background-color: #9475cb;
    }

    .panel-fill.panel-pink {
        background-color: #ec6391;
    }

    .panel-fill.panel-inverse {
        background-color: #4a4a4a;
    }

/* 2.2 Buttons */
.btn {
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
    opacity: 0.93;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

    .btn:hover, .btn:focus {
        opacity: 1;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #FFFFFF !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #f9f9f9;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #337ab7;
    border: 1px solid #337ab7;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #33b86c;
    border: 1px solid #33b86c;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #555;
    border: 1px solid #555;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active,
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #ffd740;
    border: 1px solid #ffd740;
    color: #333 !important;
}

.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #ef5350;
    border: 1px solid #ef5350;
}

.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active,
.btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #212121;
    border: 1px solid #212121;
    color: #FFFFFF;
}

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #7e57c2;
    border: 1px solid #7e57c2;
    color: #FFFFFF;
}

.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #ec407a;
    border: 1px solid #ec407a;
    color: #FFFFFF;
}

.btn-custom {
    background: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .btn-custom.btn-default:hover, .btn-custom.btn-default:active, .btn-custom.btn-default:focus {
        color: #333 !important;
    }

    .btn-custom.btn-primary {
        color: #1e88e5 !important;
    }

    .btn-custom.btn-success {
        color: #33b86c !important;
    }

    .btn-custom.btn-info {
        color: #29b6f6 !important;
    }

    .btn-custom.btn-warning {
        color: #ffd740 !important;
    }

    .btn-custom.btn-danger {
        color: #ef5350 !important;
    }

    .btn-custom.btn-inverse {
        color: #212121 !important;
    }

    .btn-custom.btn-purple {
        color: #7e57c2 !important;
    }

    .btn-custom.btn-pink {
        color: #ec407a !important;
    }

    .btn-custom:hover, .btn-custom:focus {
        color: #FFFFFF !important;
    }

.btn-rounded {
    border-radius: 2em;
    padding: 10px 18px;
}

/* 2.3 Choose-button */
.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


/* 2.4 Background Colors */
.bg-primary {
    background-color: #1e88e5;
}

.bg-success {
    background-color: #33b86c;
}

.bg-info {
    background-color: #29b6f6;
}

.bg-warning {
    background-color: #ffd740;
}

.bg-danger {
    background-color: #ef5350;
}

.bg-muted {
    background-color: #d0d0d0;
}

.bg-inverse {
    background-color: #212121;
}

.bg-purple {
    background-color: #7e57c2;
}

.bg-pink {
    background-color: #ec407a;
}

.white-bg {
    background-color: #ffffff;
}


/* 2.5 text color*/
.text-white {
    color: #ffffff;
}

.text-danger {
    color: #ef5350;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #1e88e5;
}

.text-warning {
    color: #ffd740;
}

.text-success {
    color: #33b86c;
}

.text-info {
    color: #29b6f6;
}

.text-inverse {
    color: #212121;
}

.text-pink {
    color: #ec407a;
}

.text-purple {
    color: #7e57c2;
}

.text-dark {
    color: #797979 !important;
}


/*2.6 text input*/
.form-control {
    /*background-color: #fafafa;*/
    color: black;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
    box-shadow: none;
}

    .form-control:focus {
        border: 1px solid #ccc;
        background: #FFF;
    }

/* 2.7 Labels */
.label-primary {
    background-color: #1e88e5;
}

.label-success {
    background-color: #33b86c;
}

.label-info {
    background-color: #29b6f6;
}

.label-warning {
    background-color: #ffd740;
}

.label-danger {
    background-color: #ef5350;
}

.label-purple {
    background-color: #7e57c2;
}

.label-pink {
    background-color: #ec407a;
}

.label-inverse {
    background-color: #212121;
}

/* 2.8 Badge */
.badge {
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs, .badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-primary {
    background-color: #1e88e5;
}

.badge-success {
    background-color: #33b86c;
}

.badge-info {
    background-color: #29b6f6;
}

.badge-warning {
    background-color: #ffd740;
}

.badge-danger {
    background-color: #ef5350;
}

.badge-purple {
    background-color: #7e57c2;
}

.badge-pink {
    background-color: #ec407a;
}

.badge-inverse {
    background-color: #212121;
}


/* 2.9 Pagination */
.pagination > li > a, .pagination > li > span {
    color: #373e4a;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #317eeb;
    border-color: #317eeb;
}

/* 2.10 Tabs-Accordions */
.tabs {
    position: relative;
    background-color: #FFF;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    padding: 0px;
}

    .tabs li.tab {
        display: block;
        float: left;
        text-align: center;
        background-color: #fff;
        margin: 0;
    }

        .tabs li.tab a {
            color: #ee6e73;
            display: block;
            text-decoration: none;
            width: 100%;
            height: 100%;
            -webkit-transition: color 0.28s ease;
            -moz-transition: color 0.28s ease;
            -o-transition: color 0.28s ease;
            -ms-transition: color 0.28s ease;
            transition: color 0.28s ease;
            color: #9398a0;
        }

            .tabs li.tab a.active {
                color: #317eeb !important;
            }

    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #317eeb;
        will-change: left, right;
    }

.tabs-top .indicator {
    top: 0;
}

.nav.nav-tabs + .tab-content, .tabs-vertical-env .tab-content {
    background: #FFF;
    padding: 30px;
    margin-bottom: 30px;
}

.nav.nav-tabs > li.active > a, .tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: 0;
    background-color: #fff;
}

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 0;
    color: #333 !important;
    line-height: 50px;
    background-color: transparent;
}

    .nav.nav-tabs > li > a:hover, .nav.tabs-vertical > li > a:hover {
        color: #317eeb !important;
    }

.tab-content {
    color: #777;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0px;
}

.nav.nav-tabs {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navtab-bg {
    background-color: #eee;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabs-vertical > li.active > a, .tabs-vertical > li.active > a:focus, .tabs-vertical > li.active > a:hover {
    color: #317eeb !important;
}

.tabs-vertical-env {
    margin-bottom: 30px;
    background-color: #eee;
}

    .tabs-vertical-env .nav.tabs-vertical {
        min-width: 120px;
        width: 150px;
    }

    .tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
        display: table-cell;
        vertical-align: top;
    }

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
    content: '\f105';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
    float: right;
    display: block;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 24px;
    text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
    display: block;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
    text-align: center;
    white-space: nowrap;
    color: #333;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}

.panel-collapse.in {
    background-color: #1D2127;
}

.panel-group .panel-heading {
    padding: 5px 20px;
}

.panel-group.panel-group-joined .panel + .panel, .panel-group-joined .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #eee;
}


.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align, .table > tfood > tr > td.middle-align, .table > thead > tr > th.middle-align, .table > tbody > tr > th.middle-align, .table > tfood > tr > th.middle-align {
    vertical-align: middle;
}

.legendLabel {
    padding-left: 10px !important;
}

/* 2.13 Alerts */
.alert-success {
    color: #33b86c;
    background-color: #ccedda;
    border-color: #7ad19f;
}

    .alert-success .alert-link {
        color: #268a51;
    }

.alert-ok {
    background: #fff;
    color: #008000;
    border-color: #ccc;
}

.alert-remove {
    background: #fff;
    color: #e33915;
    border-color: #ccc;
}
/* 2.14 list group*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #ddd;
    border-color: #ddd;
    color: #444;
    z-index: 2;
}

.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0px;
    padding: 12px 20px;
}

.list-group-item-heading {
    font-weight: 300;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #317eeb;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #317eeb;
}
/* 2.15 Other Inputs */
.has-success .form-control {
    border-color: #33b86c;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #ffd740;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #ef5350;
    box-shadow: none !important;
}

.input-group-addon {
    /*border: 1px solid #eee;*/
    border-radius: 2px;
}





.activities.active, .crest.active {
    background-color: white;
    padding: 9px;
    border-top: 2px solid rgb(104, 162, 67);
}












/***************** 3.Portlets ****************/
.portlet {
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

    .portlet .portlet-heading {
        padding: 12px 20px;
        border-radius: 3px;
        color: #fff;
    }

        .portlet .portlet-heading .portlet-title {
            float: left;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
            margin-top: 0;
            color: #fff;
        }

        .portlet .portlet-heading .portlet-widgets {
            position: relative;
            text-align: right;
            float: right;
            padding-left: 15px;
            display: inline-block;
            font-size: 15px;
            line-height: 30px;
        }

.portlet-default .portlet-title {
    color: #797979 !important;
}

.portlet .portlet-body {
    background: #fff;
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
    color: #fff;
}

.portlet .portlet-heading a {
    color: #999;
}

.panel-disabled {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 15px;
    background: rgba(243,242,241,0.5);
}

.loader-1 {
    -webkit-animation: loaderAnimate 1000ms linear infinite;
    -moz-animation: loaderAnimate 1000ms linear infinite;
    -o-animation: loaderAnimate 1000ms linear infinite;
    animation: loaderAnimate 1000ms linear infinite;
    clip: rect(0, 30px, 30px, 15px);
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
    }
}

@-moz-keyframes loaderAnimate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(220deg);
    }
}

@-o-keyframes loaderAnimate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(220deg);
    }
}

@keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
        -moz-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        transform: rotate(220deg);
    }
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
    }
}

@-moz-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(140deg);
    }
}

@-o-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

.loader-1:after {
    -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
    animation: loaderAnimate2 1000ms ease-in-out infinite;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #fff 0 0 0 2px;
    }

    100% {
        box-shadow: inset #fff 0 0 0 17px;
        transform: rotate(140deg);
    }
}





/***************** 3.TOPBAR ****************/
.topbar {
    left: 0px;
    right: 0;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    position: fixed;
    -webkit-box-shadow: 1px 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 0 3px 0 rgba(0,0,0,0.2);
}

    .topbar .topbar-left {
        float: left;
        height: 70px;
        position: relative;
        z-index: 1;
        width: 240px;
        /*background: #317eeb;*/
        background: #7e57c2;
    }

.logo h1 {
    margin: 0px auto;
    height: 50px;
    text-align: center;
}

.navbar-default {
    border: none;
    margin-bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0px;
}

.navbar {
    margin-bottom: 0px !important;
}

.nav > li > a {
    padding: 0px 15px;
    line-height: 44px;
    color: #000 !important;
    position: relative;
    background: #fff !important;
    border-radius: 100px;
    background-color: rgba(242, 242, 242, 0.8) !important;
    margin-right: 44px !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.activelink {
    border-bottom: 3px solid #7898f5;
}

.navbar-nav .activelink a {
    color: #7898f5 !important;
}

.nav > li > a i {
    font-size: 58px !important;
    margin-top: -31px !important;
    color: white !important;
}

.nav > li > a .badge {
    position: absolute;
    top: 18px;
    right: 10px;
}

.profile {
    /*height: 36px;
  width: 36px;
  border: 2px solid #edf0f0;*/
    color: #000 !important;
}

.profileMenu li i {
    padding-right: 10px;
}

.user-menu {
    width: 300px;
}

.dropdown-menu-lg {
    width: 300px;
}

    .dropdown-menu-lg .list-group {
        margin-bottom: 0px;
    }

    .dropdown-menu-lg .list-group-item {
        border: none;
        padding: 10px 20px;
    }

    .dropdown-menu-lg .media-heading {
        margin-bottom: 0px;
    }

    .dropdown-menu-lg .media-body p {
        color: #828282;
    }

.notifi-title {
    color: #000;
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.navbar-form {
    border: none;
    box-shadow: none;
    padding: 0px;
}

/* SEARCHBAR */
.search-bar {
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    box-shadow: none !important;
    height: 50px;
    font-size: 16px;
    margin-top: 3px;
}

.btn-search {
    display: none;
}

input.search-bar::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}

input.search-bar:-moz-placeholder {
    color: rgba(255,255,255,0.6);
}

input.search-bar::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}

input.search-bar:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

.logo {
    font-size: 18px;
    letter-spacing: .05em;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
}

    .logo i {
        font-size: 30px;
        margin-right: 5px;
        color: #ee6e73;
    }

.navbar-nav {
    margin: 0px;
}





/************ 5.CHECKBOX-RADIO BUTTON ************/

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: none;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkbox.checkbox-single label {
        height: 17px;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ef5350;
    border-color: #ef5350;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #29b6f6;
    border-color: #29b6f6;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffd740;
    border-color: #ffd740;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #33b86c;
    border-color: #33b86c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            outline: none !important;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.5s ease-in-out;
            -o-transition: border 0.5s ease-in-out;
            transition: border 0.5s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

    .radio.radio-single label {
        height: 17px;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #1e88e5;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1e88e5;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1e88e5;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ef5350;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ef5350;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ef5350;
}

.radio-info input[type="radio"] + label::after {
    background-color: #29b6f6;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #29b6f6;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #29b6f6;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffd740;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffd740;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffd740;
}

.radio-success input[type="radio"] + label::after {
    background-color: #33b86c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #33b86c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #33b86c;
}







.crew-team {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}


/************ 6. FORMS ***********/
/* Form-validation */
.error {
    color: #ff0000;
}
/* Datapicker */
.datepicker {
    border: 1px solid #ddd;
    padding: 8px;
}

    .datepicker th {
        font-size: 14px !important;
    }
/* Multiple Select */
.search-input {
    margin-bottom: 10px;
}

.ms-selectable {
    outline: none !important;
    box-shadow: none;
}

.ms-container .ms-list.ms-focus {
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #317eeb;
}
/* spinner */
.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
    line-height: 16px;
    box-shadow: none !important;
    border: none !important;
    background-color: #eeeeee;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -3px;
        line-height: 10px;
        color: #333 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 0px 0 0 !important;
        -webkit-border-radius: 0 0px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 0px !important;
        -webkit-border-radius: 0 0 0px !important;
    }


/********** 7. TABLES **************/
.table {
    margin-bottom: 10px;
}

tbody {
    /*color: #797979;*/
    color: #000;
}

th {
    font-size: 15px;
    color: #666;
}
/* Responsive Table */
table.focus-on tbody tr.focused th, table.focus-on tbody tr.focused td {
    background-color: #317eeb;
    color: #ffffff;
}

.table-rep-plugin tbody th {
    font-weight: normal;
    font-size: 14px;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #ccc !important;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/* 17.8 Conatct */
.media-main a.pull-left {
    width: 100px;
}

.media-main .info {
    overflow: hidden;
    color: #000;
}

    .media-main .info h4 {
        padding-top: 10px;
        margin-bottom: 5px;
    }

.social-links li a {
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #7A7676;
}

/* 17.9 Login */
.loginBox {
    /*margin: 120px auto 96px;
    width: 550px !important;
    background-color: rgba(225,225,225,0.6);
    padding: 25px;
    border-radius: 20px;
    float: right;*/
    margin: 0px auto;
    width: 550px !important;
    /* background-color: rgba(225,225,225,0.6); */
    /* padding: 25px; */
    /*border-radius: 20px;*/
    /* float: right; */
    /*margin-top:17%*/
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 35%;
}

    .loginBox h4 {
        text-align: center;
    }

        .loginBox h4 img {
            height: 40px;
        }

.page-icon {
    width: 110px;
    /*height: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    background: transparent url(/images/login-bg.png) repeat;
    border: 8px solid #f9f9fa;*/
    text-align: center;
    /*-webkit-box-shadow: inset 1px 3px 8px #999;
    -moz-box-shadow: inset 1px 3px 8px #999;
    box-shadow: inset 1px 3px 8px #999;
    margin: -80px auto 0;
    animation-delay:0.8s;*/
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
}

    .login-logo a {
        font-size: 25px;
        font-weight: bold;
        color: #337ab7;
    }

.login-form {
    margin: 5px auto 10px;
    padding: 30px 30px 0px 0;
    background: transparent;
}

.loginBg {
    /*background-image: url('../../Images/LoginBg.PNG');
    background-image: url('../../Images/chittor.PNG');
    background-repeat: no-repeat;
    background-size: 50% 70%;
    background-position: left;*/
    min-height: 50vh;
}

.header {
    background-color: #014b88;
    height:60px;
}

.headerNew {
    /* box-shadow: 4px 1px 3px #000; */
    padding: 0px 15px;
}

.main-logo p {
    font-size: 2.6rem;
    font-weight: normal;
    color: #fff;
    font-family: Impact, Charcoal, sans-serif;
    font-variant: small-caps;
    line-height: 60px;
    margin-bottom: 0;
    margin-left: -55px;
    text-align: center;
}

.side-bar {
    background-color: #263238;
    height: 550px;
    margin-top: -20px !important;
}

.menubg {
    background-image: url("/images/bannerNew1.png");
    width: 100%;
    background-repeat: no-repeat;
    /*height:200px;*/
    /*background-position:center;*/
    padding: 85px 0 30px;
    background-position: top;
    background-size: cover;
}

/*.menubgScroll {
    padding: 65px 0 10px;
}*/

.fixedheading {
    position: fixed;
    top: 124px;
    width: 98.5%;
    z-index: 1;
}

.bannerIcon {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    left: 47%;
    position: absolute;
    text-align: center;
    top: 48px;
    width: 72px;
}

    .bannerIcon i {
        color: #337ab7;
        font-size: 4em;
    }

.bodyHeight {
    min-height: 510px;
    /*background: #FAFAFA;*/
    margin-top: 60px;
}

.navbar-nav .active {
    background-color: #169dc9 !important;
    color: #fff !important;
}

.navbar-toggle {
    background: #ccc !important;
}

.current {
    width: 100% !important;
    transition: all 0.3s ease;
}

.manageheadLinks {
    float: right;
    margin: 2px 10px;
}

    .manageheadLinks a {
        color: #000;
    }

.page-header {
    margin: 20px 0 20px !important;
}

header {
    /*background-color: #263238 !important;*/
    /*box-shadow: 0px 1px 4px #000; */
}

.fullWidth {
    width: 100% !important;
    background: none;
}

.profileEdit {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 15px 0px;
    text-align: center;
}

.clearable {
    background: #fff url(../../Images/clear.gif) no-repeat right -10px center !important;
    /*border: 1px solid #999;*/
    transition: background 0.4s;
    color: #000;
}

    .clearable.x {
        background-position: right 5px center !important;
    }

    .clearable.onX {
        cursor: pointer;
    }
/*==========================Kendo css override start==========================*/
.k-listview ul {
    list-style: none;
    border: none;
}


.k-listview div {
    cursor: pointer;
    border-bottom: 1px solid #ccc !important;
    padding: 5px 10px;
}

    .k-listview div p {
        margin: 0px;
    }

.k-listview .k-state-selected {
    color: #fff;
    display: inherit !important;
    background-color: #4f84b3 !important;
    background-image: none;
    border-color: #676767;
}

#listviewDocuments .k-state-selected, #treeViewRegionSites .k-state-selected, #listViewSites .k-state-selected, #listViewClients .k-state-selected {
    color: #000;
    background-color: #c6cfd7 !important;
    background-image: none;
    border-left: 3px solid #337ab7;
    font-size: 12px;
    color: #337ab7;
    font-weight: bold;
}

#listviewDocuments p, #listViewClients p {
    font-size: 12px;
}

#listViewUsers .k-state-selected, #listViewAdmins .k-state-selected, #listViewManagers .k-state-selected, #listviewAssessments .k-state-selected {
    color: #000;
    background-color: #c6cfd7 !important;
    background-image: none;
    border-left: 3px solid #337ab7;
    color: #337ab7;
    font-weight: bold;
    font-size: 12px;
}

span.k-in > span.highlight, p.highlight {
    background: #04a238;
    color: #ffffff;
    padding: 1px;
}

.k-treeview h3 {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(#699ecc,#689dcb,#669ac9,#659ac8,#5d92c0,#5c91be,#568cb9,#4f84b3);
    padding: 12px;
}

.k-treeview ul {
    list-style: none;
    border: 1px solid #aaa3a3;
}

    .k-treeview ul li {
        cursor: pointer;
        /*background-image: linear-gradient(#f3f3f3,#f2f2f2,#f0f0f0,#eeeeee,#ededed,#eaeaea,#e9e9e9);
        background-image: -ms-linear-gradient(#f3f3f3,#f2f2f2,#f0f0f0,#eeeeee,#ededed,#eaeaea,#e9e9e9);
        background-image: -moz-linear-gradient(#f3f3f3,#f2f2f2,#f0f0f0,#eeeeee,#ededed,#eaeaea,#e9e9e9);
        background-image: -webkit-linear-gradient(#f3f3f3,#f2f2f2,#f0f0f0,#eeeeee,#ededed,#eaeaea,#e9e9e9);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f3f3f3', endColorstr='#e9e9e9')";*/ /* IE8 */
        border-top: 1px solid #ccc !important;
        /*border-bottom: 1px solid #aaa3a3 !important;*/
        padding: 2px 14px !important;
    }

        .k-treeview ul li ul {
            /*cursor: pointer;*/
            border: none !important;
        }

            .k-treeview ul li ul li {
                /*cursor: pointer;*/
                border: none !important;
            }

        .k-treeview ul li:last-child {
            border-bottom: none;
        }

        .k-treeview ul li:first-child {
            border-top: none;
        }

        .k-treeview ul li a {
            color: #fff;
            text-decoration: none;
            padding: 8px 15px;
            transition: all 0.5s ease-in-out;
            font-size: 14px;
            display: block;
            color: #5a5a5a;
        }

            .k-treeview ul li a:hover {
                background: #ccc;
                border-left: 4px solid #84b0e2;
            }

.k-treeview span.k-in {
    width: 96% !important;
    cursor: pointer;
}

.k-widget, .k-widget * {
    box-sizing: border-box !important;
}

/*.k-widget.k-window * {
        box-sizing: initial !important;
    }*/
.k-window-titlebar {
    box-sizing: initial !important;
}

.k-dropdown-wrap {
    padding: 3px !important;
}

.k-tooltip-validation {
    background-color: #C3273D !important;
    border: 1px solid #C3273D !important;
    color: #fff !important;
    border-radius: 4px !important;
}
/*==========================Kendo css override End==========================*/


/* ================== 18.RESPONSIVE ========================
=======================================================*/

@media only screen and (max-width: 6000px) and (min-width: 700px) {
    .wrapper.right-bar-enabled .right-bar {
        right: 0;
        z-index: 99;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    #vendor {
        overflow-x: scroll;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .all-bars {
        margin-left: 40px !important;
    }

    .icons i {
        display: block !important;
        padding: 13px 0 !important;
    }

    .control-label {
        font-size: 14px !important;
        display: block;
       /* padding-bottom: 10px !important;*/
        text-align: right !important;
    }

   /* .form-control {
        height: 60px !important;
    }*/

    .panel.panel-default.m-t-20 {
        margin: 0 auto !important;
        width: 730px;
    }

    .embBook {
        max-width: 65% !important;
        margin-right: 0px !important;
    }

    .text {
        width: 55px !important;
    }

    .Vendor {
        width: 88px !important;
    }

    #divSchemeEmpGrid, #divGrid, #gridTqqm, #divItemsGrid, #divGridNewItems {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .mobile-sidebar {
        left: 0px;
    }

    .mobile-content {
        left: 250px;
        right: -250px;
    }

    .wrapper-page {
        width: 90%;
    }

    .navbar-nav .open .dropdown-menu {
        right: 0;
        left: auto;
        position: absolute;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        background-color: #fff;
    }

    .todo-send {
        padding-left: 15px;
        margin-top: 10px;
    }

    .chat-inputbar {
        padding-left: 15px;
    }

    .chat-send {
        padding-left: 15px;
        margin-top: 10px;
        padding-right: 15px;
    }


    .night h3 {
        margin-top: 20px !important;
    }

    .night {
        float: left;
    }

    .control-label {
        display: block;
        font-size: 30px !important;
        padding-bottom: 10px !important;
        text-align: left !important;
    }

    /*.form-control {
        height: 60px !important;
    }*/

    .panel.panel-default.m-t-20 {
        margin: 0 auto !important;
        width: 730px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        margin-left: -230px !important;
    }
}

@media (max-width: 480px) {
    .side-menu {
        z-index: 10 !important;
    }

    .button-menu-mobile {
        display: block;
    }

    .search-bar {
        display: none !important;
    }

    .loginBg .col-xs-8 {
        width: 100% !important;
        margin-left: 0px;
    }

    .loginBox {
        width: auto !important;
    }

    .main-logo a {
        font-size: 1.1em;
        /*font-weight: bold;
        color: #7898f5;
        text-align: center;
        line-height: 44px;*/
    }

    .bannerIcon {
        left: 46%;
        position: absolute;
        top: 48px;
        width: 33px;
    }

        .bannerIcon i {
            color: #337ab7;
            font-size: 2em;
        }
}

@media (max-width: 420px) {
    .hide-phone {
        display: none !important;
    }

    .all-bars {
        margin-left: 28px !important;
    }
}
/* Container-alt */
@media (min-width: 768px) {
    .container-alt {
        width: 750px;
    }
}

@media (min-width:421px) and (max-width:768px) {
    .all-bars {
        margin-left: 40px !important;
    }
}

@media (min-width:992px) and (max-width:1260px) {

    .sea {
        font-size: 17px !important;
    }

        .sea span {
            font-size: 12px !important;
        }

    .time h4 {
        font-size: 13px !important;
    }

    .time span {
        font-size: 11px !important;
    }

    .weather h4 {
        padding: 0;
    }

    .all-bars {
        margin-left: 25px !important;
    }

    .donut span {
        font-size: 10px !important;
    }

    .gender {
        padding-left: 58px !important;
    }

    .guests {
        top: 4px !important;
    }

    .crew {
        top: 13px !important;
    }
}



@media (min-width:1500px) and (max-width:1900px) {
    .all-bars {
        margin-left: 40px !important;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .mar-resp {
        margin-left: 20px;
    }

    .control-label {
        font-size: 11px !important;
        padding: 0;
    }

    #video {
        width: 240px;
        height: 196px;
    }

    #photo {
        height: 195px;
        padding: 7px 0;
        width: 240px;
    }

    .save-btn {
        margin-top: 0 !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .mar-resp {
        margin: 0 20px;
    }

    /*.save-btn {
        margin-left: 0 !important;
    }*/

    #photo {
        height: auto;
        width: 100%;
    }

    .camera {
        text-align: center;
    }

    .cam-output {
        text-align: center;
    }

    .emb-logo {
        position: absolute;
    }

        .emb-logo img {
            max-width: 17% !important;
        }
}


@media (max-width: 768px) {
    .navbar-nav {
        width: 100% !important;
    }

    .nav > li {
        margin-bottom: 5px !important;
    }

        .nav > li > a {
            margin-right: 10px !important;
        }

    .icons i {
        display: block !important;
        padding: 13px 0 !important;
    }



    .output {
        text-align: center;
    }

   /* .save-btn {
        margin-left: 0 !important;
    }*/

    .tree {
        padding: 0 37%;
    }

    .control-label {
        text-align: center !important;
    }

    .mar-resp {
        margin: 0 20px;
    }

    .camera {
        text-align: center;
    }

    .emb-logo {
        position: absolute;
        top: 4px;
    }

        .emb-logo img {
            max-width: 18% !important;
        }

    .main-logo img {
        margin-right: 5px !important;
        margin-left: 85px !important;
    }

    .main-logo p {
        font-size: 1.6rem;
    }

    .logout-img {
        right: -27px;
        top: 13px;
    }

        .logout-img img {
            height: 30px !important;
            width: 60px !important;
            max-width: 50%;
        }
    /*Emb Styles*/
    .logos img {
        max-width: 100%;
    }

    .code-structure {
        padding: inherit !important;
    }

    #txtItems {
        float: inherit !important;
    }

    .emb-head {
        font-size: 0.9em;
        width: 100%;
    }

    .login a {
        width: 132%;
        left: 95px;
    }

    .control-label {
        /*font-weight: normal !important;*/
        font-size: 15px !important;
        text-align: left !important;
    }

    /*.form-group .col-md-8{
        padding: 0;
    }*/


    .resp-panel {
        float: left;
        width: 100%;
    }


    #thumb {
        width: 30px !important;
    }

    .boq {
        top: -25px !important;
    }

    #btnGo {
        margin: 13px;
    }

    #divNewItems, #divBilledItems {
        float: left;
    }

    #divSchemeDetails {
        width: 100%;
    }

    .mandal {
        margin-bottom: 0;
    }

    #resp-item {
        margin-bottom: 0 !important;
    }

    .form-control.k-datepicker {
        width: 100%;
    }

    .resp-btn {
        margin-top: 25px;
    }

    #divSchemeEmpGrid, #divGrid, #gridTqqm, #divItemsGrid, #divGridNewItems {
        overflow-x: scroll;
    }

    #divBilledItems {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container-alt {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-alt {
        width: 1170px;
    }
}

.userLabelright {
    color: #828282;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-head {
    margin: 0px;
    font-size: 15px;
}

.media-mail {
    font-size: 12px;
}

button.close {
    color: #d14836;
    opacity: 1 !important;
}

.fcolor {
    color: white;
}

.breadcrumb {
    padding: 0px;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0px;
    text-align: right;
    background-color: inherit;
}

.breadcrumb-line {
    height: 100%;
    margin-bottom: 0.5%;
    margin-left: -1.5%;
    margin-top: -0.7%;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: inherit;
    width: 103%;
    background-color: #555;
}


breadcrumb-line ul {
    display: inline;
}

.breadcrumb-line ul li {
    display: inline;
    line-height: 1.42;
    text-align: center;
    vertical-align: middle;
}

.breadcrumb-line > #user1 > li > a.active {
    color: #fff !important;
}

.breadcrumb-line > #user1 > li.active {
    color: #fff !important;
}

.pagehead {
    padding: 6px 12px;
    font-size: 16px;
}

.active1 {
    padding-bottom: 0.65%;
    border-bottom: 3px solid #0088CC;
}

.selected {
    margin-left: 4% !important;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: red 2px solid;
}

#listviewAssessments {
    max-height: 400px;
    overflow-y: scroll;
}

#leftMenu, #leftMenu1, #accordion1 {
    background-color: #1D2127;
    /* background-color:#263238 !important;
   padding-top:5%;*/
    min-height: 700px;
    max-height: inherit;
}

#btnGetPermissions, #btnManagerPermissions {
    border-radius: 20px;
    background-color: #f5f5f5;
    color: black !important;
}

#btnSponsorPermissions {
    background-color: #f5f5f5;
    color: black !important;
}


#progressline {
    position: absolute;
    z-index: 1;
    margin-left: 5%;
    width: 86%;
    border-top: 4px solid #fff;
}

.k-radio-label {
    line-height: inherit;
}

label {
    display: inline;
}

.dispinblock {
    display: inline-block;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.border-right1 {
    border-right: 1px solid #ccc;
}

.border1 {
    border: 1px solid #ccc;
}

.text-center {
    text-align: center;
}

.k-radio:checked + .k-radio-label:after {
    width: 18px;
    height: 18px;
    z-index: 2;
}

.k-radio-label:before {
    height: 22px;
    width: 22px;
    z-index: 2;
}

.fa-file-pdf-o:before {
    color: red;
}

@media (min-width: 900px) {
    #party_name, #Address {
        width: 18.5%;
    }

    #party_text, #Address_text {
        width: 81.5%;
    }

    #seva_name {
        width: 27.5%;
    }

    #idcard_type {
        width: 27.5%;
    }

    #ticket_amount {
        width: 57%;
    }
}

@media (max-width:899px) {
    .control-label {
        text-align: justify;
    }
}

.margin-20 {
    margin: 20px;
}

.loginpanel {
    margin: auto;
    float: none;
}

.margin-top-80 {
    margin-top: 80px;
}

.padding-20 {
    padding: 20px;
}

.padding-0 {
    padding: 0px;
}

.center {
    text-align: center !important;
}

#sidebar-wrapper {
    overflow-y: overlay !important;
    -ms-overflow-style: none; /* IE 10+ */
    overflow: -moz-scrollbars-none; /* Firefox*/
}

    #sidebar-wrapper::-webkit-scrollbar {
        width: 0.2em;
    }

    #sidebar-wrapper::-webkit-scrollbar-thumb {
        background-color: #e56d26;
        outline: 1px solid slategrey;
    }


.panel-title {
    color: rgb(0, 30, 70);
}

.control-label {
    font-weight: bold;
}

.width-100 {
    width: 100%;
}

a > i {
    color: #000;
}

    a > i:hover {
        color: #e56d26;
    }

.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-grouping-header .k-group-indicator, .k-gantt-toolbar .k-state-default {
    border-color: #ccc;
}
    .k-pager-wrap .k-pager-nav.k-pager-last {
        border-radius: 15px;
    }

.k-tabstrip-items .k-tab-on-top {
     z-index:unset !important; 
}
