@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/OpenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/OpenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
    opacity: 1;
}

.form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
    opacity: 1;
}

.form-group:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
    opacity: 1;
}

.form-group :-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
    opacity: 1;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}

.h-modal-icon {
    font-size: 66px;
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0;
}

.modal-content {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.2);
}

.modal-backdrop.in {
    opacity: .8;
}

.modal-backdrop {
    position: fixed;
    bottom: 0;
}

.modal-dialog {
    margin-top: 40px;
}

.modal-title {
    font-size: 24px;
    font-weight: 300;
}

.modal-header {
    padding: 17px;
    background: #FFF;
}

    .modal-header small {
        color: #9d9fa2;
    }

.modal-footer {
    background: #FFF;
    border-top: none !important;
}

input[type="radio"] {
    clip: rect(0 0 0 0);
    height: 15px;
    margin: 6px 8px 4px 10px;
    width: 15px;
    position: absolute;
}

    input[type="radio"]:focus + label:before,
    input[type="radio"]:hover + label:before {
        border-color: #0096d7;
    }

    input[type="radio"]:active + label:before {
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }

    input[type="radio"] + label {
        position: relative;
        padding: 10px 10px 10px 20px;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }


        input[type="radio"] + label:before {
            box-sizing: content-box;
            content: '';
            color: #0096d7;
            position: absolute;
            top: 50%;
            left: 0;
            width: 13px;
            height: 13px;
            margin-top: -10px;
            border: 2px solid #0096d7;
            text-align: center;
        }

        input[type="radio"] + label:after {
            box-sizing: content-box;
            content: '';
            background-color: #0096d7;
            position: absolute;
            top: 55%;
            left: 6px;
            width: 5px;
            height: 5px;
            margin-top: -5px;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition: -webkit-transform 200ms ease-out;
            transition: -webkit-transform 200ms ease-out;
            transition: transform 200ms ease-out;
            transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
        }

    input[type="radio"]:disabled + label:before {
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    input[type="radio"]:disabled + label:after {
        background: #b4b4b4;
    }

    input[type="radio"]:checked + label:before {
        background-color: white;
    }

    input[type="radio"]:checked + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input[type="radio"] + label:before, input[type="radio"] + label:after {
        border-radius: 50%;
    }


.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060;
}

    .dropdown-menu.hdropdown .title {
        padding: 12px 12px;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
    }

    .dropdown-menu.hdropdown ul {
        margin: 0;
        padding: 0;
    }

    .dropdown-menu.hdropdown li {
        padding: 6px 12px;
        text-align: left;
        background: #fafbfc;
        border-bottom: 1px solid #eaeaea;
        display: inline-block;
    }

        .dropdown-menu.hdropdown li:last-child {
            border-bottom: none !important;
        }

.dropdown-menu.filedropdown li {
    padding: 6px 6px;
    text-align: left;
    background: #fafbfc;
    border-bottom: 1px solid #eaeaea;
}

    .dropdown-menu.filedropdown li i {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px;
}

    .dropdown-menu.hdropdown.notification li .label {
        margin-right: 10px;
    }

.dropdown-menu.hdropdown li > a:hover, .dropdown-menu.filedropdown li > a:hover {
    background: inherit;
}

.dropdown-menu.hdropdown li:hover, .dropdown-menu.filedropdown li:hover {
    background: #f1f3f6;
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    color: #FFF;
    background: #2c2c2c;
}

.color-demo .header-line {
    height: 118px;
}

    .color-demo .header-line:after {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0,0,0,0.2);
        content: '';
        height: 10px;
        width: 100%;
    }

.header-line.extreme-color {
    width: 20%;
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative;
}

    .header-line div {
        position: absolute;
        top: 70px;
        left: 15px;
        font-weight: 600;
        color: #fff;
    }

        .header-line div span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255,255,255,0.6);
        }

.btn {
    border-radius: 2px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.btn-primary.btn-outline {
    color: #34495e;
}

.btn-primary2.btn-outline {
    color: #9b59b6;
}

.btn-success.btn-outline {
    color: #86bc25;
}

.btn-info.btn-outline {
    color: #3498db;
}

.btn-warning.btn-outline {
    color: #ffb606;
}

.btn-warning2.btn-outline {
    color: #e67e22;
}

.btn-danger.btn-outline {
    color: #e74c3c;
}

.btn-danger2.btn-outline {
    color: #c0392b;
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #00a1de;
    border-color: #00a1de;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #4cbde8;
        border-color: #4cbde8;
        color: #fff;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
            background-color: #293a4a;
            border-color: #293a4a;
        }

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #fff;
}

    .btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-color: #a86ebf;
        border-color: #a86ebf;
        color: #fff;
    }

    .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-image: none;
    }

        .btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
            background-color: #8c49a7;
            border-color: #8c49a7;
        }

.btn-success {
    background-color: #86bc25;
    border-color: #86bc25;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #8ec628 !important;
        border-color: #8ec628 !important;
        color: #fff;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
            background-color: #56b22b;
            border-color: #56b22b;
        }

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
        color: #fff;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #2489cc;
            border-color: #2489cc;
        }

.btn-default {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #e0e0e0;
        color: #606265;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
            background-color: #293a4a;
            border-color: #293a4a;
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #fff;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #fff;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300;
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff;
}

    .btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #fff;
    }

    .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-image: none;
    }

        .btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18;
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #fff;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321;
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #fff;
}

    .btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #fff;
    }

    .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-image: none;
    }

        .btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        color: #6a6c6f;
    }

    .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
            color: #9d9fa2;
        }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px;
}

.no-padding .list-group-item {
    border-left: none;
    border-right: 0;
    border-bottom: 0;
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: 0;
        border-bottom: 0;
        border-top: 0;
    }

.no-padding .list-group {
    margin-bottom: 0;
}

.panel-collapse .panel-body {
    border: 0;
}

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
    font-size: 16px;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: 0;
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 15px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #eaeaea;
}

.hpanel.panel-group .panel-body {
    border-top: 0;
}

.panel-collapse .panel-body {
    border: 0;
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #86bc25;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
    background: #86bc25;
    color: #fff;
    border: 0;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: 0;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: 0;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: 0;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: 0;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: 0;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: 0;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: 0;
}

.panel-group .panel-heading {
    background-color: #0076a8;
    border-radius: 0;
}

.small-header .hpanel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: 0;
        border-left: none;
        border-top: 0;
        border-radius: 0;
    }

.panel-body h4 {
    font-weight: 700;
}

.panel-body h5 {
}

.small-header .panel-body h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.small-header .panel-body small {
    color: #838589;
}

.hbreadcrumb {
    padding: 2px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: 11px;
}

    .hbreadcrumb > li {
        display: inline-block;
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e;
        }

    .hbreadcrumb > .active {
        color: #9d9fa2;
    }

.wrapper {
    padding: 10px 20px;
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
    display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #eaeaea;
    border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #eaeaea;
}

body.fullscreen-panel-mode {
    overflow-y: hidden;
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .hpanel.fullscreen .showhide {
        display: none;
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px);
    }

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.tab-pane .panel-body {
    border-top: 0;
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #eaeaea;
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left .panel-body {
    position: static;
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #eaeaea;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #eaeaea;
                border-bottom-color: transparent;
            }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #eaeaea transparent #eaeaea #eaeaea;
        sborder-right-color: #fff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd;
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #eaeaea #eaeaea #eaeaea transparent;
        *border-left-color: #fff;
        z-index: 1;
    }

.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: .7;
    transition: all .2s ease 0s;
}

    .plan-box.active, .plan-box:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.forum-box .panel-body {
    border-bottom: 0;
}

    .forum-box .panel-body:last-child {
        border-bottom: 1px solid #eaeaea;
    }

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline;
}

.forum-box .forum-heading .label {
    margin-right: 5px;
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px;
}

.forum-box .panel-heading {
    border: 1px solid #eaeaea;
    border-bottom: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px;
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px;
}

    .forum-box .forum-info .number {
        display: block;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px;
    }

    .forum-box .forum-info span {
        font-size: 12px;
    }

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px;
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.forum-box .author-info {
    font-size: 12px;
}

.forum-box .forum-comments {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: 0;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px;
}

    .forum-box .forum-comments .media img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .forum-box .forum-comments form {
        margin-top: 10px;
    }

.contact-panel h3 {
    margin-bottom: 2px;
}

    .contact-panel h3 a {
        color: inherit;
    }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
}

.contact-panel img {
    width: 76px;
    height: 76px;
}

.contact-footer {
    padding: 0 15px;
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase;
}

.contact-stat {
    padding: 8px 0;
    text-align: center;
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1;
}

.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center;
}

.file-body i.fa {
    font-size: 56px;
}

body.blank {
    background-color: #f1f3f6;
}

.login-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%;
}

.big-icon {
    font-size: 120px;
}

.error-container h1 {
    font-size: 44px;
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px;
}

.tour-backdrop {
    opacity: .5;
}

.fc-state-default {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 .6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #eaeaea;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #f8f8f8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #f1f3f6;
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #34495e;
    border-color: #34495e;
}

.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff;
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa;
}

.fc-widget-header .fc-day-header {
    padding: 12px 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 6px;
}

.fc-day-grid-event {
    margin: 2px 6px 0;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto;
}

.flot-chart {
    display: block;
    height: 300px;
    position: relative;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.stats .flot-chart {
    height: 60px;
}

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/blue.png) no-repeat;
    border: 0;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -25px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -50px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -75px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

@media(-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    .icheckbox_square-green, .iradio_square-green {
        background-image: url(img/blue%402x.png);
        -webkit-background-size: 167px 17px;
        background-size: 167px 17px;
    }
}

.ui-sortable .panel-body {
    cursor: move;
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa;
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important;
}

.bg-white {
    background-color: #fff;
}

.bg-light-soft {
    background-color: #f1f3f6;
}

.bg-light {
    background-color: #f7f9fa;
}

.border-top {
    border-top: 1px solid #eaeaea;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea;
}

.border-right {
    border-right: 1px solid #eaeaea;
}

.border-left {
    border-left: 1px solid #eaeaea;
}

.h-bg-navy-blue {
    background: #34495e;
}

.h-bg-violet {
    background: #9b59b6;
}

.h-bg-blue {
    background: #3498db;
}

.h-bg-green {
    background: #86bc25;
}

.h-bg-yellow {
    background: #ffb606;
}

.h-bg-orange {
    background: #e67e22;
}

.h-bg-red {
    background: #e74c3c;
}

.h-bg-red-deep {
    background: #c0392b;
}

.text-primary {
    color: #34495e;
}

.text-primary-2 {
    color: #9b59b6;
}

.text-info {
    color: #00a3e0;
}

.text-success {
    color: #86bc25 !important;
}

.text-warning {
    color: #FFCD00;
}

.text-danger {
    color: #DA291C;
}

.text-white {
    color: #fff;
}

.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-gp {
    margin-top: 3px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-mp {
    margin-top: 25px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: 'OpenSans-Regular';
    background-color: #fff;
    font-size: 14px;
    color: #100b0c;
    margin: 0;
    padding: 0;
    height: 100%;
}

#header {
    background-color: #000000;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

#menu {
    width: 180px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    transition: margin .4s ease 0s;
}

#wrapper {
    margin: 0 0 0 180px;
    padding: 0;
    background: #f1f3f6;
    border-left: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: relative;
    min-height: 100%;
}

.content {
    padding: 20px;
    min-width: 320px;
}

.footer {
    padding: 10px 18px;
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px;
}

#page-header {
    padding: 20px 40px;
}

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.fixed-navbar #wrapper {
    top: 62px;
}

.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px;
}

.fixed-sidebar.show-sidebar #menu {
    width: 180px;
}

.sidebar-scroll #menu {
    position: fixed;
}

.fixed-footer .footer {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 181px;
    right: 0;
}

.fixed-footer.hide-sidebar .footer {
    left: 0;
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
}

    #right-sidebar.sidebar-open {
        display: block;
    }

.fixed-small-header .small-header {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 181px;
    z-index: 100;
}

.fixed-small-header .content {
    padding-top: 80px;
}

.fixed-small-header.hide-sidebar .small-header {
    margin-left: 0;
}

.fixed-small-header.page-small .small-header {
    margin-left: 0;
}

.fixed-small-header.page-small .content {
    padding-top: 120px;
}

.fixed-small-header.page-small.show-sidebar .small-header {
    margin-left: 181px;
    overflow: hidden;
}

.boxed {
    background-color: #fff;
}

    .boxed .profile-picture {
        background-color: white;
    }

    .boxed .boxed-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
    }

.ngHeaderCell {
    border-right: 0;
    border-bottom: 1px solid #eaeaea;
}

.ngCell {
    border-right: 0;
}

.ngTopPanel {
    background: #fff;
}

.ngRow.even {
    background: #f9f9f9;
}

.ngRow.selected {
    background: #e5e8ee;
}

.ngRow {
    border-bottom: 1px solid #eaeaea;
}

.ngCell {
    background-color: transparent;
}

.ngHeaderCell {
    border-right: 0;
}

.gridStyle {
    border: 1px solid #eaeaea;
    height: 400px;
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
}

.show-grid {
    margin: 15px 0;
}

.h-100 {
    min-height: 85px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.h-400 {
    min-height: 400px;
}

.h-500 {
    min-height: 500px;
}

.h-600 {
    min-height: 600px;
}

.w-xs {
    min-width: 100px;
}

.w-sm {
    min-width: 120px;
}

.w-m {
    min-width: 140px;
}

.w-lg {
    min-width: 160px;
}

.w-xl {
    min-width: 180px;
}

.w-xxl {
    min-width: 200px;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

.font-extra-bold {
    font-weight: 700;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-trans {
    opacity: .5 !important;
}

.text-big {
    font-size: 60px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #86bc25 45%, #86bc25 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #86bc25 45%, #86bc25 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #86bc25 45%, #86bc25 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #86bc25 45%, #86bc25 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.modal-open {
    left: 0;
    right: 0;
    padding-right: 0 !important;
    position: absolute;
    height: initial;
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}

#logo {
    float: left;
    width: 180px;
    background-color: #34495e;
    padding: 18px 10px 18px 18px;
    height: 61px;
    text-align: center;
}

    #logo span {
        font-weight: 600;
        color: #fff;
        font-size: 14px;
    }

    #logo.light-version {
        background-color: #000000;
        text-align: center;
    }

        #logo.light-version span {
            font-weight: 600;
            color: #34495e;
            font-size: 14px;
        }

.profile-picture {
    padding: 10px 5px;
    text-align: center;
}

    .profile-picture img {
        height: 40px;
        width: 40px;
    }

.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px;
}

#side-menu {
    background: #f7f9fa;
}

    #side-menu li a {
        color: #100b0c;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 18px;
    }

    #side-menu li {
        border-bottom: 1px solid #eaeaea;
    }

        #side-menu li:first-child {
            border-top: 1px solid #eaeaea;
        }

        #side-menu li .nav-second-level li a {
            padding: 10px 10px 10px 30px;
            color: #100b0c;
            font-size: 13px;
        }

        #side-menu li .nav-second-level li.active a {
            background-color: #f7f9fa;
        }

        #side-menu li .nav-second-level li:last-child {
            border-bottom: none;
        }

        #side-menu li .nav-third-level li a {
            padding: 10px 10px 10px 40px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600;
        }

    #side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
        background: #fff;
    }

    #side-menu li.active {
        background: #fff;
    }

.fa-angle-right {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

#top-navigation {
    height: 56px;
    position: relative;
    float: left;
}

.navbar-static-top {
    margin: 0 0 0 180px;
}

.navbar.navbar-static-top a, .nav.navbar-nav li a {
    color: #FFFFFF;
}

.header-link {
    padding: 21px 26px 20px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    margin-right: 15px;
    background: #000000;
    color: #FFFFFF;
    cursor: pointer;
}

    .header-link:hover {
        background: #2c2c2c;
    }

.navbar-nav > li, .navbar-nav > li > a {
    height: 61px;
}

    .navbar-nav > li > a {
        padding: 15px 20px;
        font-size: 25px;
    }

    .navbar-nav > li:last-child > a {
        padding-right: 35px;
    }

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2;
}

.panel-title {
    font-size: 14px;
    color: #FFFFFF !important;
}

.box {
    padding: 40px;
}

.box-rb-border {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.box-b-border {
    border-bottom: 1px solid #eaeaea;
}

.box-r-border {
    border-right: 1px solid #eaeaea;
}

body.hide-sidebar #menu {
    margin-left: -180px;
}

body.hide-sidebar #wrapper {
    margin-left: 0;
}

body.page-small #menu {
    margin-left: -180px;
}

body.page-small #wrapper {
    margin-left: 0;
}

body.page-small.show-sidebar #menu {
    margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 180px;
}

a {
    cursor: pointer;
    color: #34495e;
}

    a:hover, a:focus {
        color: #34495e;
        text-decoration: none;
    }

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-background {
    background: transparent !important;
}

.borders {
    border: 1px solid #eaeaea !important;
}

.navbar-form-custom {
    float: left;
    height: 61px;
    padding: 0;
    width: 200px;
}

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border: medium none;
        font-size: 14px;
        height: 61px;
        margin: 0;
        z-index: 1060;
        padding: 0;
        color: #FFFFFF;
    }

.vertical-mid {
    display: table;
}

    .vertical-mid * {
        display: table-cell;
        vertical-align: middle;
    }

.label-success {
    background-color: #86bc25;
}

.well {
    background: #f7f9fa;
    box-shadow: none;
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec;
}

.feed-element:first-child {
    margin-top: 0;
}

.small-logo {
    display: none;
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 800;
}

.img-small {
    width: 62px;
    height: 62px;
}

.project-list table tr td {
    border-top: 0;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle;
    text-transform: capitalize;
}

.icons-box {
    padding: 20px;
}

    .icons-box h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icons-box .infont {
        text-align: center;
        margin-bottom: 25px;
    }

        .icons-box .infont i {
            font-size: 35px;
            display: block;
            color: #676a6c;
        }

        .icons-box .infont span {
            color: #a6a8a9;
        }

        .icons-box .infont span {
            margin: 1px;
            display: block;
        }

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s;
}

.transition {
    transition: all .5s;
}

.normalheader .hpanel {
    margin-bottom: 0;
}

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0 40px;
    transition: padding .5s;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px;
}

.dropdown-example {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

    .dropdown-example .dropdown-menu {
        position: static;
        display: block;
    }

.pagination-example .pagination {
    margin: 0 0 10px 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2;
    border-radius: 2px;
}

.hbreadcrumb a.active {
    color: #9d9fa2;
}

.form-control {
    border-color: #d2d4cd !important;
    border-radius: 0 !important;
}

.input-group-addon {
    background: #fafbfc;
    border-color: #d2d4cd !important;
    border-radius: 0;
}

.sidebar-button {
    padding: 4px 10px 0 10px;
}

    .sidebar-button i {
        font-size: 20px;
    }

.table > thead > tr > th {
    border-bottom: 0;
}

.table-heading-sticky {
    position: sticky;
    top: 0;
    border: 1px solid #ddd;
}

.table-heading-grey {
    background: #ddd;
}

.no-padding table {
    margin-bottom: 0;
}

.form-control.error {
    border-color: #e74c3c !important;
}

label.error, label span.error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400;
}

label span.error {
    margin-left: 5px;
}

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px;
    display: none;
}

.hdropdown.bigmenu {
    padding: 0;
}

.bigmenu a i {
    font-size: 46px;
}

.bigmenu a {
    display: block;
    text-align: left;
    /*margin: 0 10px 30px 0;*/
    padding: 6px 0;
    min-width: 200px;
    color: #000000 !important;
}

.bigmenu li {
    font-size: 13px;
    /*margin-top: 10px;*/
    color: #000000;
    width: 100%;
}

.mobile-navbar {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
}

    .mobile-navbar .navbar-nav {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eaeaea;
    }

        .mobile-navbar .navbar-nav > li > a {
            padding: 15px 15px;
            font-size: 14px;
            color: #6a6c6f;
        }

            .mobile-navbar .navbar-nav > li > a:hover, .mobile-navbar .navbar-nav > li > a:focus, .mobile-navbar .navbar-nav .open > a, .mobile-navbar .navbar-nav .open > a:hover, .mobile-navbar .navbar-nav .open > a:focus {
                border-bottom: 0;
                color: #FFFFFF;
            }

.text-icon {
    color: #74787b;
}

.m_height {
    max-height: 200px;
}

.welcome-message {
    margin-bottom: 10px;
}

.search-input {
    margin-bottom: 0px;
    border-radius: 0;
    padding: 6px 12px !important;
}

.big-logo {
    padding: 25px 0;
}

.checkbox {
    margin: 20px 0 !important;
}

.radio {
    margin: 0;
    padding-left: 0;
}

.login-btn {
    margin: 10px 0;
}

.text-amount {
    color: #FFFFFF;
    text-align: right;
    font-weight: bold;
    font-size: x-large;
}

.stats-title h4 {
    margin-bottom: 0 !important;
    color: #FFFFFF;
}

.stats-green {
    background: #86BC25 !important;
}

.stats-blue {
    background: #00a3e0 !important;
}

.stats-yellow {
    background: #b8860b !important;
    /*background: #FFCD00 !important;*/
}

.stats-red {
    background: #c61a09 !important;
    /*background: #DA291C !important;*/
}

.stats-red {
    background: #DA291C !important;
}

.stats-purple {
    background: #9932cc !important;
}

.stats-cyan {
    background: #008b8b !important;
}

.stats-icon {
    color: #FFFFFF;
    opacity: .2;
    position: absolute;
    bottom: 10px;
}

.panel-bg {
    background: #fafafa !important;
    border: none;
}

    .panel-bg .panel-heading {
        padding: 15px !important;
    }

/*.panel-bg i {
        font-size: 20px;
    }*/

label {
    width: 100%;
}

.list .panel-title {
    color: #000000 !important;
}

.contact-detail {
    font-size: 16px;
    margin: 15px 0;
}

.submit-btn button {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

    .submit-btn button:hover {
        background-color: #1795d2;
        border-color: #1795d2;
    }

.user-name {
    color: #FFF;
}

    .user-name a {
        font-size: 14px !important;
        line-height: 38px !important;
    }

    .user-name .dropdown-menu li a {
        color: #000;
    }



.form-submit {
    margin: 15px 0;
    width: 100%;
    clear: both;
}

    .form-submit .btn-success {
        background: #00a1de !important;
        border-color: #00a1de !important;
        font-weight: 600;
    }

        .form-submit .btn-success:hover, .form-submit .btn-success:focus {
            background: #04a9e7 !important;
            border-color: #04a9e7 !important;
        }

    .form-submit button {
        padding: 6px 25px;
        margin-right: 5px;
    }

.tb-icon {
    text-align: center;
}

    .tb-icon a img {
        height: 20px;
        width: 20px;
    }

.reset-btn {
    background: #86bc25;
    border-color: #86bc25;
    font-weight: 600;
}

    .reset-btn:hover, .reset-btn:focus {
        background: #93ca31;
        border-color: #93ca31;
        font-weight: 600;
    }

.pagination > li > a, .pagination > li > span {
    border: none !important;
}



.caret {
    border: none !important;
    background: url(../images/down-arrow.png) no-repeat;
    width: 12px;
    height: 6px;
}

.caret1 {
    border: none !important;
    background: url(../images/down-arrow1.png) no-repeat;
    width: 12px;
    height: 6px;
    padding: 0px 5px;
    display: inline-block;
}

.search-sub button {
    margin-right: 5px;
    border-radius: 2px !important;
    color: #FFFFFF;
}

.preview-text {
    text-align: left;
    padding: 0 25px;
}

    .preview-text ul {
        margin: 0 13px;
        padding: 0;
    }

        .preview-text ul li {
            padding: 5px 0;
            text-align: left;
            margin: 0;
        }

.red {
    color: #FF0004;
}

.dataTables_filter {
    float: right;
}

#wizardControl a {
    width: 23%;
    text-align: left;
    border: none !important;
    margin-right: 2px;
}

#wizardControl span {
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    margin-right: 8px;
    text-align: center;
}

#wizardControl .btn-primary {
    background: #0076a8 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

#wizardControl .btn-default {
    background: #97999b !important;
    color: #FFF !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

.step-primary {
    background: #0076a8 !important;
    color: #FFFFFF !important;
    padding: 5px 10px !important;
}

.step-default {
    background: #97999b !important;
    color: #FFF !important;
    border: none;
}

.tab-content {
    border: 1px solid #eaeaea;
    padding: 5px 10px 25px;
}

.steps a {
    margin-right: 2px;
}

.steps .next {
    background: #00a1de !important;
    color: #FFFFFF;
    border: 1px solid #00a1de;
    border-radius: 2px;
    padding: 6px 20px;
}

    .steps .next:hover, .steps .next:focus {
        background: #04a9e7 !important;
        color: #FFFFFF;
        border: 1px solid #04a9e7;
        border-radius: 2px;
        padding: 6px 20px;
    }

.steps .prev {
    border-radius: 2px;
    padding: 6px 20px;
    color: #63666a;
    border: 1px solid #63666a;
    margin-right: 5px;
}

    .steps .prev:hover, .steps .prev:focus {
        border-radius: 2px;
        padding: 6px 20px;
        color: #63666a;
        border: 1px solid #63666a;
        margin-right: 5px;
    }

.steps {
    overflow: hidden;
}

.wizard-list ul {
    margin: 0;
    padding: 0;
}

.wizard-list li {
    margin: 5px 0;
    display: block;
}

    .wizard-list li a {
        background: #e8eae9;
        border: 1px solid #e1e3e2;
        display: block;
        padding: 6px 12px;
        color: #000000;
    }

        .wizard-list li a:hover {
            background: #86bc25;
            border: 1px dashed #80b423;
            color: #FFFFFF;
        }

    .wizard-list li.active a {
        background: #86bc25;
        border: 1px dashed #80b423;
        color: #FFFFFF;
    }

#dvEmlpoyer {
    color: #FFFFFF;
    padding: 18px 0;
}

#search-table_filter {
    display: none;
}

.form-inline .row:first-child {
    display: none;
}

.name-label input {
    margin-bottom: 10px;
}

.pad-right-form {
    padding-right: 30px;
}

.pad-left-form {
    padding-left: 30px;
}

.dataTable > thead > tr > th:last-child:after {
    content: '' !important;
}

.email-icon i {
    padding-right: 8px;
    word-break: break-all;
}

.search-asigntable p {
    padding-right: 8px;
}

.text-inverse {
    color: #000000;
}

.form-controltext {
    font-size: 14px;
}

.presn-text .control-label {
    display: inline-block;
    width: 50%;
}

.form-controltext {
    display: inline-block;
}

.text-green {
    color: #43b02a;
}

.details-present {
    border: 1px solid #eaeaea;
    overflow: hidden;
}

    .details-present div {
        padding: 5px;
    }

    .details-present .control-label {
        margin-bottom: 0;
    }

    .details-present:first-child div {
        border-right: 1px solid #eaeaea;
    }

.meeting-btn {
    position: relative;
    background: none !important;
    color: #FFFFFF;
    padding-top: 3px;
    border-radius: 2px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

    .meeting-btn:active {
        background: none !important;
        box-shadow: none !important;
    }

    .meeting-btn img {
        height: 20px;
        width: 20px;
        position: absolute;
        left: 1px;
        top: 0;
        right: 0;
    }

.close-btn img {
    border: 1px solid #6f6f6f;
    border-radius: 50px;
    height: 23px;
    width: 23px;
    padding: 5px;
}

.radio-pad {
    margin-bottom: 20px !important;
}

.user-dropdown {
    margin: 0 !important;
    border-radius: 0 !important;
}

.text-navy {
    color: #0080b0 !important;
}

.sec-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-sec .search-subsec {
    width: 17%;
    display: inline-block;
    margin: 0 -3px;
    vertical-align: top;
}

.search-submit {
    display: inline-block;
    vertical-align: top;
}

.border-right {
    border-right: 1px solid #d2d4cd;
}

.border-left {
    border-left: none !important;
}

.table-view {
    background: #f1f3f6;
    border: 1px solid #eff1f4;
    padding: 5px;
    margin-bottom: 20px;
}

.table-view .form-group {
    margin-bottom: 0;
}

.add-gridicon {
    padding-top: 2px;
    border-radius: 2px;
    background: #83b134;
    color: #FFFFFF;
    height: 23px;
    width: 23px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

.add-gridicon:hover {
    background: #83b134;
}

.add-gridicon i, .edit-icon i {
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 2px !important;
}

.delete-icon {
    padding-top: 2px;
    border-radius: 2px;
    background: #e30613;
    color: #FFFFFF;
    height: 23px;
    width: 23px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
}

.delete-icon:hover {
    background: #e80f1b;
}

.edit-icon {
    background: #00a1de;
    color: #FFFFFF;
    padding-top: 2px;
    border-radius: 2px;
    height: 23px;
    width: 23px;
    display: inline-block;
    text-align: center;
}

.edit-icon:hover {
    background: #04a9e7;
}

.copy-icon {
    background: #00de3b;
    color: #FFFFFF;
    padding-top: 2px;
    border-radius: 2px;
    height: 23px;
    width: 23px;
    display: inline-block;
    text-align: center;
}

.copy-icon:hover {
    background: #04d13b;
}

.delete-icon i, .edit-icon i, .copy-icon i {
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 2px !important;
}

.create-mom {
    margin: 0 3px 0 8px;
}

.btn {
    font-weight: 600;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #000000;
    background: #FFFFFF !important;
}

.bootstrap-select .dropdown-toggle {
    font-weight: normal !important;
    margin: 0 !important;
}

.tile-sec .stats-title h4 {
    color: #000000 !important;
}

.tile-sec .hpanel {
    margin-bottom: 10px;
}

.tile-sec .stats-icon {
    color: #000000 !important;
    opacity: 1;
    z-index: 999;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    margin-top: 10px;
}

.stats-title {
    display: inline-block;
    float: right;
    text-align: right;
    width: 100%;
}

    .stats-title h3 {
        margin: 5px 0 0;
    }

    .stats-title h5 {
        margin: 0;
        font-size: 14px;
    }

.tile-sec .stats-icon i {
    color: #FFF !important;
    font-size: 40px;
}

small, .small {
    font-size: 85% !important;
}

.stats h5 {
    font-size: 13px;
}

.form-group {
    margin-bottom: 13px !important;
}

.control-label {
    font: 14px 'OpenSans-Regular';
    color: #4b4b4b;
    display: block;
    font-weight: 400;
}

.search-sec {
    padding: 0 5px;
}

legend {
    font-size: 16px !important;
    color: #00a3e0 !important;
}

.search-subsec .first-search {
    /*border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;*/
}

.search-sec .search-subsec {
    margin-bottom: 8px !important;
}

.meeting-label {
    width: 12%;
    display: inline-block;
    vertical-align: top;
}

    .meeting-label label {
        font-weight: normal !important;
        display: inline-block !important;
        padding-top: 7px;
    }

.meeting-sec .hpanel {
    margin-bottom: 0 !important;
}

.search-sec .search-subsec {
    border: 1px solid #d2d4cd;
}

.last {
    border-right: 0 !important;
}

    .last .form-control {
        border-right: 0;
    }

.index-tile .stats-title {
    width: 100% !important;
}

.time-zone .btn-default {
    border: 1px solid #d2d4cd;
}

.checklist-icon {
    margin: 0 3px 0 8px;
}

.meeting-icon {
    margin: 0 3px 0 8px;
}

.process-icon {
    margin: 0 3px 0 8px;
}

.download-icon {
    margin: 0 3px 0 8px;
}

.letter-icon {
    margin: 0 3px 0 8px;
}

.call-icon {
    margin: 0 3px 0 8px;
}

.fa-search {
    color: #fff;
    font-size: 16px;
}

.search-btn {
    background: #01a1df;
    border: 1px solid #01a1df;
    height: 36px;
    border: none;
    border-radius: 0 3px 3px 0;
    margin-left: -2px;
}

    .search-btn:hover, .search-btn:focus, .search-btn:active, .search-btn.active {
        background: #01a1df;
        color: #fff;
    }

.add-btn {
    background: #83b134;
    border: 1px solid #83b134;
    border-radius: 3px;
    height: 36px;
    border: none;
    margin-left: 3px;
    line-height: 26px !important;
}

    .add-btn:hover, .add-btn:focus, .add-btn:active, .add-btn.active {
        background: #81b235;
        color: #fff;
    }

.fa-plus {
    color: #fff;
    font-size: 16px;
}

.fa-refresh {
    color: #fff;
    font-size: 16px;
}

.fa-random {
    color: #fff;
    font-size: 16px;
}

.reset-btn, .reorder-btn {
    background: #83b134;
    border-radius: 3px;
    height: 34px;
    border: none;
    margin-left: 3px;
}

    .reset-btn:hover, .reset-btn:focus, .reset-btn:active, .reset-btn.active, .reorder-btn:hover, .reorder-btn:focus, .reorder-btn:active, .reorder-btn.active {
        background: #81b235;
        color: #fff;
    }

/*
Added by Nitesh,
*/

/*.pagination > li:last-child > a, 
.pagination > li:last-child > span,*/
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background: none;
}

.pagination li a.Next {
    border: 1px solid #0096d7 !important;
    color: #0096d7;
    margin-left: 7px;
    border-radius: 2px;
    font-weight: 700;
    padding: 5px 12px;
}

.pagination li a.Previous {
    border: 1px solid #0096d7 !important;
    color: #0096d7;
    margin-right: 7px;
    border-radius: 2px;
    font-weight: 700;
    padding: 5px 12px;
}

.dataTables_length label {
    display: inline;
}

.alert-inline {
    padding: 20px 15px 18px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: fixed;
    /*right: 40%;*/
    top: 0;
    border-radius: 0 0 0 0 !important;
    z-index: 1030;
    opacity: 1;
}

.alert-inline-message {
    padding-right: 10px;
    line-height: 1.7;
}

.alert-inline-success {
    color: #3c763d;
    background-color: #dff0d8;
    /*background-color: rgba(223, 240, 216, 0.8);*/
    border-color: #d6e9c6;
    left: 40% !important;
}

.alert-inline-danger {
    color: #a94442;
    background-color: #f2dede;
    /*background-color: rgba(85, 87, 87, 0.8);*/
    border-color: #ebccd1;
    left: 35% !important;
}

.alert-inline-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    /*background-color: rgba(99, 97, 89, 0.8);*/
    border-color: #faebcc;
    left: 45% !important;
}

/* styles for validation helpers start */
.field-validation-error, .file-error-message {
    color: #ff0004;
    font-size: 95%;
}

.file-error-message {
    background-color: inherit;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 5px 0px 0px 0px;
}

.field-validation-error span {
    line-height: 2;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0004 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #ff0004;
}

.validation-summary-valid {
    display: none;
}
/* styles for validation helpers end */

/* ajax loader start*/

.logindiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

    .logindiv::after {
        content: '';
    }

.ajax-bounce-loader {
    text-align: center;
    top: 45%;
    left: 50%;
    position: absolute;
}

    .ajax-bounce-loader .ajax-bounce-child {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: ajax-bounce-loader 1.4s ease-in-out 0s infinite both;
        animation: ajax-bounce-loader 1.4s ease-in-out 0s infinite both;
    }

    .ajax-bounce-loader .ajax-bounce1 {
        -webkit-animation-delay: -0.64s;
        animation-delay: -0.64s;
    }

    .ajax-bounce-loader .ajax-bounce2 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .ajax-bounce-loader .ajax-bounce3 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    .ajax-bounce-loader .ajax-bounce4 {
        -webkit-animation-delay: -0.01s;
        animation-delay: -0.01s;
    }

@-webkit-keyframes ajax-bounce-loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ajax-bounce-loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.ajax-bounce1 {
    background-color: #86BC25 !important;
    border-radius: 100%;
}

.ajax-bounce2 {
    border-radius: 100%;
    background-color: #00a3e0 !important;
}

.ajax-bounce3 {
    border-radius: 100%;
    background-color: #FFCD00 !important;
}

.ajax-bounce4 {
    border-radius: 100%;
    background-color: #DA291C !important;
}

/* ajax loader end */

/* wait dialog style START*/
.waitdialog {
    background: transparent !important;
    overflow: hidden;
    display: none;
    top: 30%;
}
    /* first div inside waitdialog div. */
    .waitdialog > div {
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

.wait-modalcontent {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 0 0;
    display: table;
    height: auto !important;
    margin: 10% 0 0;
    outline: 0 none;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
/* wait dialog style END*/
/*Nav Tabs*/
.ac-tabs .nav-tabs > li {
    margin-bottom: 2px;
}

    .ac-tabs .nav-tabs > li > a {
        background: #97999b !important;
        font: 14px "OpenSans-Regular";
        border-color: #97999b !important;
        color: #FFF !important;
    }

    .ac-tabs .nav-tabs > li.active > a {
        background: #0076a8 !important;
        color: #FFF !important;
        border-color: #0076a8 !important;
    }

/*Nav Tabs End*/
.ac-panel {
    margin-bottom: 0px !important;
    background: #FFF;
    padding: 2px 5px 2px;
    margin-top: 5px;
}

    .ac-panel .panel-body {
        padding: 2px 5px !important;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #eaeaea;
    }

        .ac-panel .panel-body h4 {
            margin: 0 0 2px;
            display: inline-block;
            color: #0076A8;
            font-weight: normal;
            font-size: 15px;
        }

        .ac-panel .panel-body .ac-num {
            display: inline-block;
            text-align: right;
            padding-left: 10px;
            width: 50%;
        }

.ac-tabs .panel {
    background: none;
}

.panel-form {
    background: #FFF;
    overflow: hidden;
}

.ac-tabs .panel {
    box-shadow: none;
}

.panel-form .search-sub {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    text-align: right;
}

.ac-tabs .nav-pills {
    border: none !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.ac-tabs .nav-pills > li > a {
    border: none !important;
    border-radius: 0;
    background: #97999b;
    color: #FFFFFF;
}

    .ac-tabs .nav-pills > li > a, .ac-tabs .nav-pills > li > a:hover, .ac-tabs .nav-pills > li > a:focus {
        background: #97999b;
        color: #FFFFFF;
        border-top: 3px solid #97999b !important;
    }

.ac-tabs .nav-pills > li.active > a, .ac-tabs .nav-pills > li.active > a:hover, .ac-tabs .nav-pills > li.active > a:focus {
    background-color: #FFFFFF;
    color: #000000;
    border-top: 3px solid #83b134 !important;
}

    .ac-tabs .nav-pills > li.active > a.dropdown-toggle .caret1 {
        border: none !important;
        background: url(../images/down-arrow2.png) no-repeat;
        width: 12px;
        height: 6px;
    }

.ac-tabs .tab-content {
    background: #FFF;
    padding: 20px 5px 25px;
}

.ac-nav .panel-heading, .panel-form .panel-heading {
    font-weight: 500;
    clear: both;
    border-bottom: 1px solid #eaeaea;
    color: #34495e;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 5px;
}

.refund-label {
    padding-top: 22px;
}

.phone-text {
    padding-right: 10px;
}

.form-submit .prev {
    border-radius: 2px;
    padding: 6px 20px;
    color: #000000;
    border: 1px solid #63666a;
    margin-right: 5px;
}

    .form-submit .prev:hover, .form-submit .prev:focus {
        border-radius: 2px;
        padding: 6px 20px;
        color: #FFF;
        background: #63666a;
        border: 1px solid #63666a;
        margin-right: 5px;
    }

.dd-list {
    margin: 0 auto;
    padding: 0;
}

    .dd-list li {
        display: inline-table;
        margin: 5px 0 5px 5px;
        padding: 5px 3px;
        color: #333;
        text-decoration: none;
        border: 1px solid #e1e1e1;
        background: #f7f9fa;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 32.333%;
    }

        .dd-list li:hover {
            border: 1px dashed #7bb11a;
            background: #86bc25;
            cursor: pointer;
            color: #FFFFFF;
        }

        .dd-list li span {
            border: 1px solid #e1e1e1;
            height: 28px;
            width: 28px;
            border-radius: 50px;
            display: inline-block;
            padding-top: 3px;
            text-align: center;
            margin-right: 7px;
        }

.search-submit .modal-link {
    padding: 6px 0;
}

    .search-submit .modal-link:active {
        box-shadow: none;
    }

.search-submit .fa-plus-circle {
    font-size: 16px;
}

.mom-select {
    width: 85%;
    display: inline-block;
}

.momreset-btn {
    width: 45px;
    display: inline-block;
    margin-left: -6px;
}

    .momreset-btn .reset-btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.select-wid {
    width: 260px;
}

.mom-select {
    width: 78%;
}

.search-sub a {
    font-weight: bold;
}

.local-btn .btn-primary, .local-btn .btn-primary:hover, .local-btn .btn-primary:focus {
    background: #0076a8;
    border: 1px solid #0076a8;
    margin-right: 10px;
    margin-bottom: 15px;
}

    .local-btn .btn-primary.active {
        background: #86bc25;
        border: 1px solid #86bc25;
    }

.add-sec {
    padding: 15px 15px 0 !important;
}

    .add-sec .panel-bg {
        margin-bottom: 0 !important;
    }
/**Scroll***/
#list-company, #list-companymob {
    max-height: 350px;
    width: 250px;
    overflow: auto;
    position: relative;
}

.panel-heading.collapsed .fa-angle-up {
    display: none;
}

.panel-heading .fa-angle-up {
    display: block;
}

.panel-heading.collapsed .fa-angle-down {
    display: block;
}

.panel-heading .fa-angle-down {
    display: none;
}

.search-radio-filter {
    padding: 0px 0px 0px 20px !important;
}

.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    width: auto;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 2px solid #00a1de;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #FFF;
    border: 2px solid #00a1de;
}

.control input:checked ~ .control__indicator {
    background: #FFF;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #FFF;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #00a1de;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.combine-check {
    margin-top: 29px;
}

.modal-dialog  {
    margin: 0 auto;
    width: 100% !important;
}

.check-newinline {
    position: relative;
}

.lbl-sec {
    display: inline-block;
    width: 30px;
}

.checkbox-desc {
    display: inline-block;
    position: absolute;
    top: -2px;
}

.check-list li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.table {
    width: 100% !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after {
    display: none !important;
}

.dt-responsive > thead > tr > th {
    vertical-align: top;
}

.dt-bootstrap .row:last-child {
    display: none !important;
}

.dtr-details span.glyphicon {
    display: none;
}

.organiz-lbl {
    margin-top: 25px;
}

.doc-sec {
    margin: 0 auto;
    padding: 0;
}

    .doc-sec li {
        display: block;
        padding: 5px 0;
    }

.table-assign .form-inline .form-control {
}

.pagination > li > a, .pagination > li > span {
    margin-left: 0 !important;
}

.icon1 {
    background-color: #00a1de;
    padding: 0px 3px;
    margin: 2px 1px;
    color: #FFFFFF;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}

.icon1:hover {
    background-color: #04a9e7;
}

.visa-icon i {
    font-size: 22px !important;
    color: #83b134;
}

a.icon1 i {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #FFFFFF !important;
}

a.icon1:hover {
    color: #FFFFFF;
}

.panel-group .panel + .panel {
    margin-bottom: 5px;
    margin-top: 5px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.salarydet-sec .form-group {
    overflow: hidden;
}

.pad1 {
    padding: 1%;
}

.advance-tax {
    background: url(../images/taxation-input.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.salary-detail {
    background: url(../images/salary-detail.png) no-repeat -3px 0;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.text-align-right {
    text-align: right;
}

.overflow-auto {
    overflow: auto;
}

.hide {
    display: none;
}

.icon-form16 {
    background: url(../images/form16.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-xml {
    background: url(../images/xml.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-Tax-Equalization {
    background: url(../images/Tax-Equalization.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-billing-details {
    background: url(../images/billing-details.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-form26 {
    background: url(../images/form26.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-generate-exception-report {
    background: url(../images/generate-exception-report.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-generate-invoice {
    background: url(../images/generate-invoice.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-invoice-list {
    background: url(../images/invoice-list.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-Perform-re-computation {
    background: url(../images/invoice-list.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-Perform-re-computation {
    background: url(../images/Perform-re-computation.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-bt-XML {
    background: url(../images/bt-XML.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-bt-form16 {
    background: url(../images/bt-form16.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-bt-cg {
    background: url(../images/bt-cg.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.icon-bt-26as {
    background: url(../images/bt-26as.png) no-repeat -1px 1px;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.black-btn {
    background: Black;
    border-radius: 3px;
    height: 30px;
     width: 70px;
    border: none;
    margin-left: 4px
    
}
.button {

  background-color: Black;
  border: none;
  color: white;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 8px 2px;
  font-family: 'OpenSans-Regular'
}

 