﻿/*------------------------------------------------

GOOGLE FONTS DECLARATIONS

-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Yanone+Kaffeesatz|Oxygen");
@import url("https://fonts.googleapis.com/earlyaccess/notokufiarabic.css");

/*------------------------------------------------

RESET & DOC

-------------------------------------------------*/

body {
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "oxygen", "Roboto Condensed", "Noto Kufi Arabic", sans-serif, Arial;
}

table {
    direction: inherit;
    border-spacing: 0;
    border-collapse: collapse;
}

.label,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "oxygen", "Roboto Condensed", "Noto Kufi Arabic", sans-serif, Arial;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

a,
button,
code,
div,
input,
label,
li,
p,
pre,
select,
span,
svg,
table,
td,
textarea,
th,
ul {
    border-radius: 0 !important;
}

    a:focus {
        outline: none;
        outline-offset: -2px;
    }

/*------------------------------------------------

GLOBAL CSS

-------------------------------------------------*/

.login-box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.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;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-bottom: 10px;
    padding-top: 10px;
}

.page-container::after,
.page-container::before {
    content: " ";
    display: table;
}

.page-content-wrapper {
    float: left;
    width: 100%;
}

.hr-line-dashed {
    border-top: 1px dashed #dddddd;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.hr-line-solid {
    border-bottom: 1px solid #dddddd;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.solid-line {
    border-top: 1px solid #dddddd;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.link-block {
    font-size: 12px;
    padding: 10px;
}

    .link-block a {
        font-size: 12px;
        color: #555;
    }

.dropdown-menu li a {
    font-size: 12px;
    min-height: 0;
    padding: 5px 10px;
}

.media-body {
    font-size: 12px;
    display: block;
    width: auto;
}

.b-l {
    border-left: 1px solid #dee5e7;
}

.b-r {
    border-right: 1px solid #dee5e7;
}

.b-light {
    border-color: #edf1f2;
}

.b-dark {
    border-color: #3a3f51;
}

.b-black {
    border-color: #3a3f51;
}

.b-primary {
    border-color: #7266ba;
}

/*-------some ui class-------*/
.panel {
    border-radius: 0;
}

.modal-dialog {
    top: 1%;
}

.datetimepicker-inline {
    border: 1px solid #ddd;
    width: 220px;
}

.defaultSelectDrop {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
}

.inl-bl {
    display: inline-block !important;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 0.2em 0.4em;
    margin: 0.8em 0 0.2em;
    line-height: 1.5;
}

.note-toolbar.panel-heading {
    margin: 0;
    padding: 5px 0 3px;
}

div.dt-buttons {
    margin-left: 10px;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
    background-image: none;
}

.col-lg-4 > ul#instructions {
    margin-top: 10px;
    padding: 0;
}

.carousel .item > img {
    width: 100%;
}

#links img {
    border: 2px solid #fff;
}

.btn-white {
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
}

    .btn-white:active,
    .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
    }

img.circle-border {
    border: 6px solid #ffffff;
    border-radius: 50%;
}

.full-width {
    width: 100% !important;
}

.center .ibox-content {
    margin: 0 10px;
}

/*------------------------------------------------

Button css

-------------------------------------------------*/

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #44b6ae;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

.btn {
    margin-bottom: 5px;
}

    .btn.btn-outline.red.active,
    .btn.btn-outline.red:active,
    .btn.btn-outline.red:active:focus,
    .btn.btn-outline.red:active:hover,
    .btn.btn-outline.red:focus,
    .btn.btn-outline.red:hover {
        background-color: #e7505a;
        border-color: #e7505a;
        color: #fff;
    }

    .btn.btn-outline.blue.active,
    .btn.btn-outline.blue:active,
    .btn.btn-outline.blue:active:focus,
    .btn.btn-outline.blue:active:hover,
    .btn.btn-outline.blue:focus,
    .btn.btn-outline.blue:hover {
        background-color: #3598dc;
        border-color: #3598dc;
        color: #fff;
    }

    .btn.btn-outline.dark.active,
    .btn.btn-outline.dark:active,
    .btn.btn-outline.dark:active:focus,
    .btn.btn-outline.dark:active:hover,
    .btn.btn-outline.dark:focus,
    .btn.btn-outline.dark:hover {
        background-color: #2f353b;
        border-color: #2f353b;
        color: #fff;
    }

    .btn.btn-outline.red {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #e7505a;
        color: #e7505a;
    }

    .btn.btn-outline.blue {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #3598dc;
        color: #3598dc;
    }

    .btn.btn-outline.dark {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #2f353b;
        color: #2f353b;
    }

.border-green {
    border-color: #32c5d2 !important;
}

.border-red {
    border-color: #ed6b75 !important;
}

/*---- BACKGROUNDS---*/
.white-color {
    color: #fff;
}

.dark-color {
    color: #676a6c;
}

.white-bg {
    background-color: #ffffff;
}

.gray-bg {
    background-color: #f3f3f4;
}

.blue-bg {
    background-color: #3598dc;
}

.black-bg {
    background-color: #2f353b;
}

.dark-grey-bg {
    background-color: #4b4b4b;
}

.dark-madison-bg {
    background-color: #354759;
}

.dark-black-bg {
    background-color: #313347;
}

.yellow-bg {
    background-color: #f7ca18;
}

.green-bg {
    background-color: #44b6ae;
}

.red-bg {
    background-color: #e35b5a;
}

.red-darker-bg {
    background-color: #bd0504;
}

.orange-bg {
    background-color: #f59c1a;
}

.light-bg {
    background: #f1f4f7;
}

.aqua-bg {
    background-color: #49b6d6;
}

.purple-bg {
    background-color: #8e44ad;
}

.no-bg {
    background: 0 0 !important;
}

/*------------------------------------------------

Font css

-------------------------------------------------*/

.font-blue-bg {
    color: #fff !important;
}

.font-red-bg {
    color: #fff !important;
}

.font-bold {
    font-weight: 600;
}

.font-green {
    color: #32c5d2 !important;
}

.font-blue {
    color: #3598dc !important;
}

.font-purple {
    color: #8e44ad !important;
}

/*------------------------------------------------

space class

-------------------------------------------------*/

.space-5 {
    margin: 5px 0;
}

.space-10 {
    margin: 10px 0;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-none {
    padding: 0;
}

.btn120 {
    min-width: 120px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.borderNone {
    border: none;
}

/*- Margin Class Normal -*/
.top0 {
    margin-top: 0 !important;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.top25 {
    margin-top: 25px;
}

.top30 {
    margin-top: 30px;
}

.bottom0 {
    margin-bottom: 0px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.bottom40 {
    margin-bottom: 40px;
}

/*---- Margin Class important ---*/

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.no-margins {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/*------------------------------------------------

ibox class

-------------------------------------------------*/

.Con-heading {
    border-bottom: 1px solid #10161c;
    border-right: 1px solid #10161c;
    border-top: 1px solid #10161c;
    background: #fff none repeat scroll 0 0;
    border-left: 8px solid #88909a;
    margin: 0 0 20px;
    padding: 15px;
}

.wrapper-content {
    padding: 20px 5px 40px 5px;
}

.ibox {
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
}

.ibox-footer {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
    font-size: 90%;
    padding: 10px 15px;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: right;
}

.ibox-title h5 {
    max-width: 60ch;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}

.ibox-tools a {
    color: #c4c4c4;
    cursor: pointer;
    margin-left: 5px;
}

    .ibox-tools a:hover {
        text-decoration: none;
    }

.ibox .ibox-tools.open > .dropdown-menu {
    left: auto;
    right: 0;
}

.ibox-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    color: inherit;
    padding: 10px 15px 5px;
    width: 100%;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    display: table;
}

.ibox-tools .collapse-link .fa-chevron-down {
    display: none;
}

.ibox-tools .collapse-link.collapsed .fa-chevron-down {
    display: inline-block;
}

.ibox-tools .collapse-link.collapsed .fa-chevron-up {
    display: none;
}

.widgets-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 15px;
    width: 100%;
}

/*------------------------------------------------

note class

-------------------------------------------------*/

.note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

    .note h1,
    .note h2,
    .note h3,
    .note h4,
    .note h5,
    .note h6 {
        margin-top: 0;
    }

        .note h1 .close,
        .note h2 .close,
        .note h3 .close,
        .note h4 .close,
        .note h5 .close,
        .note h6 .close {
            margin-right: -10px;
        }

    .note p {
        margin: 0;
    }

        .note p:last-child {
            margin-bottom: 0;
        }

    .note.note-default {
        border-color: #b0c1d2;
        color: #000;
    }

        .note.note-default.note-bordered {
            background-color: #eef1f5;
            border-color: #c0cedb;
        }

        .note.note-default.note-shadow {
            background-color: #f1f4f7;
            border-color: #d1dbe4;
            box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
        }

    .note.note-success {
        background-color: #c0edf1;
        border-color: #58d0da;
        color: #000;
    }

        .note.note-success.note-bordered {
            background-color: #a7e6ec;
            border-color: #6dd6df;
        }

        .note.note-success.note-shadow {
            background-color: #abe7ed;
            border-color: #81dbe3;
            box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
        }

    .note.note-info {
        background-color: #f4feff;
        border-color: #8bb4e7;
        color: #010407;
    }

        .note.note-info.note-bordered {
            background-color: #f4feff;
            border-color: #a0c2ec;
        }

        .note.note-info.note-shadow {
            background-color: #e0ebf9;
            border-color: #b5cff0;
            box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
        }

    .note.note-warning {
        background-color: #faeaa9;
        border-color: #f3cc31;
        color: #000;
    }

        .note.note-warning.note-bordered {
            background-color: #f8e38c;
            border-color: #f4d249;
        }

        .note.note-warning.note-shadow {
            background-color: #f9e491;
            border-color: #f6d861;
            box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
        }

    .note.note-danger {
        background-color: #fef7f8;
        border-color: #f0868e;
        color: #210406;
    }

        .note.note-danger.note-bordered {
            background-color: #fbdcde;
            border-color: #f39da3;
        }

        .note.note-danger.note-shadow {
            background-color: #fbe1e3;
            border-color: #f6b3b8;
            box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
        }

/*------------------------------------------------

DropDown class

-------------------------------------------------*/

.dropdown.open > .dropdown-toggle,
.dropup.open > .dropdown-toggle {
    border-color: #ddd;
}

.dropdown-menu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 5px;
    background-color: #fff;
    margin: 10px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .dropdown-menu li.divider {
        background: #f1f3f6;
    }

    .dropdown-menu li.header {
        padding: 8px 14px 2px;
    }

    .dropdown-menu > li > a {
        padding: 4px;
        color: #6f6f6f;
        text-decoration: none;
        display: block;
        clear: both;
        font-weight: 300;
        line-height: 18px;
        white-space: nowrap;
    }

        .dropdown-menu > li > a > [class*=" fa-"],
        .dropdown-menu > li > a > [class^="fa-"] {
            color: #888;
        }

        .dropdown-menu > li > a > [class*=" icon-"],
        .dropdown-menu > li > a > [class^="icon-"] {
            color: #666;
        }

        .dropdown-menu > li > a > [class*=" glyphicon-"],
        .dropdown-menu > li > a > [class^="glyphicon-"] {
            color: #888;
        }

    .dropdown-menu > li.active:hover > a,
    .dropdown-menu > li.active > a,
    .dropdown-menu > li:hover > a {
        text-decoration: none;
        background-image: none;
        background-color: #f6f6f6;
        color: #555;
        filter: none;
    }

    .dropdown-menu.bottom-up {
        top: auto;
        bottom: 100%;
        margin-bottom: 2px;
    }

        .dropdown-menu.bottom-up:after,
        .dropdown-menu.bottom-up:before {
            display: none;
        }

    .dropdown-menu > li:first-child:hover > a {
        border-radius: 4px 4px 0 0;
    }

    .dropdown-menu > li:last-child:hover > a {
        border-radius: 0 0 4px 4px;
    }

.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.btn-group > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.dropdown > .dropdown-menu {
    margin-top: -5px;
}

    .btn-group > .dropdown-menu.pull-left:before,
    .dropdown-toggle > .dropdown-menu.pull-left:before,
    .dropdown > .dropdown-menu.pull-left:before {
        left: auto;
        right: 9px;
    }

    .btn-group > .dropdown-menu.pull-left:after,
    .dropdown-toggle > .dropdown-menu.pull-left:after,
    .dropdown > .dropdown-menu.pull-left:after {
        left: auto;
        right: 10px;
    }

    .btn-group > .dropdown-menu.pull-right:before,
    .dropdown-toggle > .dropdown-menu.pull-right:before,
    .dropdown > .dropdown-menu.pull-right:before {
        left: auto;
        right: 9px;
    }

    .btn-group > .dropdown-menu.pull-right:after,
    .dropdown-toggle > .dropdown-menu.pull-right:after,
    .dropdown > .dropdown-menu.pull-right:after {
        left: auto;
        right: 10px;
    }

.btn-group.dropup > .dropdown-menu,
.dropdown-toggle.dropup > .dropdown-menu,
.dropdown.dropup > .dropdown-menu {
    margin-top: 0;
    margin-bottom: 10px;
}

    .btn-group.dropup > .dropdown-menu:after,
    .btn-group.dropup > .dropdown-menu:before,
    .dropdown-toggle.dropup > .dropdown-menu:after,
    .dropdown-toggle.dropup > .dropdown-menu:before,
    .dropdown.dropup > .dropdown-menu:after,
    .dropdown.dropup > .dropdown-menu:before {
        display: none !important;
    }

.dropdown-toggle:after {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 5px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu > a:after {
        position: absolute;
        display: inline-block;
        font-size: 14px;
        right: 7px;
        top: 7px;
        font-family: FontAwesome;
        height: auto;
        content: "\f105";
        font-weight: 300;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .nav.pull-right > li > .dropdown-menu:before,
    .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu:after,
    .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu .dropdown-menu,
    .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
    }

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

.input-large {
    width: 320px !important;
}

.dropdown-checkboxes label,
.dropdown-radiobuttons label {
    color: #333;
    display: block;
    font-weight: 300;
    margin-bottom: 4px;
    margin-top: 4px;
}

.dropdown-menu.dropdown-checkboxes,
.dropdown-menu.dropdown-radiobuttons {
    padding: 5px;
}

/*------------------------------------------------

Tab class

-------------------------------------------------*/

.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 15px;
    position: relative;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #fff;
}

.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}

.tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}

.tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}

.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e7eaec;
}

    .tabs-container .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-container .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-container .tabs-below > .nav-tabs > li > a:hover,
            .tabs-container .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #e7eaec;
                border-bottom-color: transparent;
            }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-container .tabs-left > .nav-tabs > li > a,
    .tabs-container .tabs-right > .nav-tabs > li > a {
        min-width: 20px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 0px;
}

    .tabs-container .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-container .tabs-left > .nav-tabs .active > a,
    .tabs-container .tabs-left > .nav-tabs .active > a:hover,
    .tabs-container .tabs-left > .nav-tabs .active > a:focus {
        /*border-color: #e7eaec transparent #e7eaec #e7eaec;*/
        border-bottom-color: #e7eaec;
        /*border-right-color: transparent;
	border-left-color: transparent;*/
    }

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-container .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-container .tabs-right > .nav-tabs .active > a,
    .tabs-container .tabs-right > .nav-tabs .active > a:hover,
    .tabs-container .tabs-right > .nav-tabs .active > a:focus {
        border-color: #e7eaec #e7eaec #e7eaec transparent;
        *border-left-color: #ffffff;
        z-index: 1;
    }

.tabbable-line > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #eef1f5;
    padding: 30px 0;
}

/*------------------------------------------------

icons custom page  class

-------------------------------------------------*/

.fa-item {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
}

    .fa-item:hover,
    .simplelineicons-demo .item-box .item:hover {
        background-color: rgba(86, 61, 124, 0.1);
    }

.simplelineicons-demo .item-box {
    display: inline-block;
    font-size: 16px;
    margin: 0 -0.22em 1em 0;
    padding-left: 1em;
    width: 100%;
}

    .simplelineicons-demo .item-box .item {
        background-color: #fff;
        color: #33383e;
        border-radius: 8px;
        display: inline-block;
        padding: 10px;
        width: 100%;
    }

.bs-glyphicons,
.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    overflow: hidden;
    list-style: none;
}

.simplelineicons-demo .item-box .item span {
    font-size: 22px;
}

.simplelineicons-demo .item-box {
    width: 33.333%;
}

.glyphicons-demo ul li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
    color: #444;
}

.glyphicons-demo ul li:hover {
    background-color: rgba(86, 61, 124, 0.1);
}

.badge-default,
.label-default {
    background-color: #9c9c9c;
}

/*------------------------------------------------

checkbox class

-------------------------------------------------*/

.form-inline .mt-checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

div[class*="icheckbox_"],
div[class*="iradio_"] {
    margin-right: 5px;
    top: -1px !important;
}

/*------------------------------------------------

Jcrop Image Cropping 

-------------------------------------------------*/

.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: -280px;
    padding: 6px;
    border: 1px rgba(0, 0, 0, 0.4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

#preview-pane .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

.table-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

/*------------------------------------------------

Data Tables

-------------------------------------------------*/

div.dataTables_wrapper div.dataTables_length label {
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_info {
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 10px;
}

.form-control.dataSearch {
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    width: 100%;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0;
}

.dataTables_scrollBody {
    margin-bottom: 8px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background-color: #29aba4;
    border: 2px solid #fff;
    box-shadow: 0 0 14px -7px #222;
    box-sizing: content-box;
    color: white;
    content: "+";
    display: block;
    font-family: "Courier New", Courier, monospace;
    height: 14px;
    left: 4px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 14px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #29aba4;
    border-color: #29aba4;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a,
.pagination > li > span {
    color: #222;
}

.borderedTable {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    padding: 13px;
}

    .borderedTable .table {
        margin-bottom: 0;
    }

.table-bordered {
    border-color: #e7eaec;
}

.table > thead > tr > th {
    border-bottom: 0 solid #ddd;
}

.table.responsive {
    width: 100% !important;
}

.dataTable .img-avatar {
    border-radius: 30px;
    width: 35px;
}

.dataTable .t-flag {
    width: 35px;
}

.dataTable .text-muted {
    opacity: 0.5;
}
/*------------------------------------------------

colors ui 

-------------------------------------------------*/

.text-default {
    color: #b0b0b0 !important;
}

.text-navy {
    color: #29aba4 !important;
}

.text-primary {
    color: inherit !important;
}

.text-success {
    color: #42b515 !important;
}

.text-info {
    color: #23c6c8 !important;
}

.text-warning {
    color: #f18d21 !important;
}

.text-danger {
    color: #ed5565 !important;
}

.text-muted {
    color: #888888 !important;
}

.text-white {
    color: #ffffff !important;
}

.color-demo {
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 0 15px;
}

    .color-demo .color-view {
        font-size: 18px;
        padding: 35px 10px;
        text-align: center;
    }

    .color-demo .color-info {
        border-top: 1px solid #eee;
        padding: 8px 10px;
        text-align: center;
    }

    .color-demo .btn {
        margin: 0;
        width: 100%;
    }

.page-content.white-page-content {
    background: #fff;
}

/*------------------------------------------------

FULLCALENDAR

-------------------------------------------------*/

.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}

.fc-state-default {
    border: 1px solid;
}

.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}

.fc-state-active {
    background-color: #29aba4;
    border-color: #29aba4;
    color: #ffffff;
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}

.fc-border-separate tbody {
    background-color: #f8f8f8;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #fcf8e3;
}

.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: #29aba4;
    /* background color */
    border-color: #29aba4;
    /* border color */
    margin-bottom: 5px;
}

.fc-event-time,
.fc-event-title {
    color: #717171;
    padding: 0 1px;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff;
}

li [class*=" icon-"],
li [class^="icon-"] {
    position: relative;
    top: 1px;
}

li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"],
li [class^="fa-"],
li [class^="glyphicon-"],
li [class^="icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.border-after-grey-steel::after,
.border-before-grey-steel::before,
.border-grey-steel {
    border-color: #e9edef !important;
}

.border-dark::after,
.border-dark::before,
.border-dark {
    border-color: #4c4c4c !important;
}

/*------------------------------------------------

Contact Page

-------------------------------------------------*/

.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

    .contact-box:hover {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
        -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
        box-shadow: 0 3px 7px 0 #a8a8a8;
    }

    .contact-box > a {
        color: inherit;
        text-decoration: none;
    }

    .contact-box.center-version {
        border: 1px solid #e7eaec;
        padding: 0;
    }

        .contact-box.center-version > a {
            display: block;
            background-color: #ffffff;
            padding: 20px;
            text-align: center;
        }

            .contact-box.center-version > a img {
                width: 80px;
                height: 80px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .contact-box.center-version address {
            margin-bottom: 0;
        }

    .contact-box .contact-box-footer {
        text-align: center;
        background-color: #ffffff;
        border-top: 1px solid #e7eaec;
        padding: 15px 20px;
    }

    .contact-box .fa-map-marker {
        margin-right: 4px;
    }

.contacts-card {
    position: relative;
}

    .contacts-card img {
        border: 1px solid #e7eaec;
        border-bottom: 0;
    }

    .contacts-card .contact-box.center-version {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        height: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
    }

        .contacts-card .contact-box.center-version > a {
            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
            bottom: -100%;
            height: auto;
            position: absolute;
            padding: 20px;
            width: 100%;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .contacts-card:hover .contact-box.center-version > a {
        bottom: 0;
        color: #fff;
        height: auto;
        overflow: visible;
    }

.contact-box-footer {
    background: #fff none repeat scroll 0 0;
    display: table;
    float: left;
    padding: 3px 0 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #e7eaec;
    border-top: 0;
    margin-bottom: 20px;
}

    .contact-box-footer a {
        margin: 0;
    }

/*------------------------------------------------

Profile Page

-------------------------------------------------*/

.profile-content {
    border-top: none !important;
}

.profile-stats {
    margin-right: 10px;
}

.profile-image {
    width: 120px;
    float: left;
}

    .profile-image img {
        width: 96px;
        height: 96px;
    }

.profile-info {
    margin-left: 120px;
}

.feed-activity-list {
    background-color: #f9f9f9;
    padding: 8px 0;
    border: 1px solid #c3c3c3;
}

    .feed-activity-list .feed-element {
        border-bottom: 1px solid #bbbbbb;
    }

.feed-element:first-child {
    margin-top: 0;
}

.feed-element {
    padding-bottom: 10px;
}

    .feed-element,
    .feed-element .media {
        margin-top: 15px;
    }

.feed-element,
.media-body {
    overflow: hidden;
}

    .feed-element > .pull-left {
        margin-right: 10px;
    }

    .feed-element img.img-circle,
    .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px;
    }

    .feed-element .well {
        border: 1px solid #abc5da;
        box-shadow: none;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .feed-element .actions {
        margin-top: 10px;
    }

    .feed-element .photos {
        margin: 10px 0;
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.file-list li {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-bottom: 5px;
}

    .file-list li a {
        color: inherit;
    }

        .file-list li a:hover {
            color: #44b6ae;
        }

.user-friends img {
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
    height: 38px;
    width: 38px;
}

/* Social feed */
.social-feed-separated .social-feed-box {
    margin-left: 62px;
}

.social-feed-separated .social-avatar {
    float: left;
    padding: 0;
}

    .social-feed-separated .social-avatar img {
        width: 52px;
        height: 52px;
        border: 1px solid #e7eaec;
    }

.social-feed-separated .social-feed-box .social-avatar {
    padding: 15px 15px 0 15px;
    float: none;
}

.social-feed-box {
    border: 1px solid #e7eaec;
    background: #fff;
    margin-bottom: 15px;
}

.social-action {
    margin: 15px;
}

.social-avatar {
    padding: 15px 15px 0 15px;
}

.social-comment .social-comment {
    margin-left: 45px;
}

.social-avatar img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.social-avatar .media-body a {
    font-size: 14px;
    display: block;
}

.social-body {
    padding: 15px;
}

    .social-body img {
        margin-bottom: 10px;
    }

.social-footer {
    border-top: 1px solid #e7eaec;
    padding: 10px 15px;
    background: #f9f9f9;
}

    .social-footer .social-comment img {
        width: 32px;
        margin-right: 10px;
    }

.social-comment:first-child {
    margin-top: 0;
}

.social-comment {
    margin-top: 15px;
}

    .social-comment textarea {
        font-size: 12px;
    }

/* TEAMS */
.team-members {
    margin: 10px 0;
}

    .team-members img.img-circle {
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
    }

/*------------------------------------------------

Blog and Article Page

-------------------------------------------------*/
.blog h2.hed {
    border-bottom: 1px solid #f2f2f2;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 7px;
}

.blog h5 {
    margin: 0 0 5px 0;
}

.blog .btn {
    margin: 0 0 5px 0;
}

.article h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2f4050;
}

.article p {
    font-size: 15px;
    line-height: 26px;
}

.article-title {
    text-align: center;
    margin: 40px 0 100px 0;
}

.article .widgets-container {
    padding: 40px;
}

.article .social-feed-box {
    margin-bottom: 0;
    border-bottom: none;
}

    .article .social-feed-box:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #e7eaec;
    }

    .article .social-feed-box p {
        font-size: 13px;
        line-height: 18px;
    }

/*------------------------------------------------

Issue Tracker  Page

-------------------------------------------------*/
.issue-tracker .btn-link {
    color: #44b6ae;
}

table.issue-tracker tbody tr td {
    vertical-align: middle;
    height: 50px;
}

.issue-info {
    width: 50%;
}

    .issue-info a {
        font-weight: 600;
        color: #676a6c;
    }

    .issue-info small {
        display: block;
    }

/*------------------------------------------------

FAQ Page

-------------------------------------------------*/

.faq-item {
    padding: 0 20px;
    margin-bottom: 2px;
    background: #fff;
}

.faqs-item {
    padding: 10px 25px;
    margin-bottom: 2px;
    background: #fff;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

    .faq-question:hover {
        color: #179d82;
    }

.faq-answer {
    border-radius: 3px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.faq-item .tag-item {
    background: #f3f3f4;
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase;
}

/*------------------------------------------------

INVOICE Page

-------------------------------------------------*/

.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
    text-align: right;
}

.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
    text-align: right;
}

.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}

.invoice-total > tbody > tr > td {
    border: 0 none;
}

    .invoice-total > tbody > tr > td:last-child {
        border-bottom: 1px solid #dddddd;
        text-align: right;
        width: 15%;
    }

/*------------------------------------------------

Error, Login & Lockscreen

-------------------------------------------------*/

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 150px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 400px;
}

.loginColumns {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    margin: 0 auto;
    max-width: 315px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 35px 20px 20px 20px;
}

.login-copyright {
    color: #e6e6e6;
    margin-top: 8px;
    text-align: center;
}

.login .logo {
    margin: 60px auto 0;
    padding: 15px;
    text-align: center;
}

    .login .logo img {
        width: 180px;
    }

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1,
.loginColumns h1 {
    font-size: 100px;
    letter-spacing: -5.1px;
    margin: 0;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

.middle-box h1.head {
    font-size: 150px;
    margin-top: 25px;
}

.error-wrapper {
    height: 624px;
    margin: 0 auto -130px;
    min-height: 100%;
    padding: 0 0 60px;
}

.error-container ul.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .error-container ul.footer-links li {
        border-right: 1px solid #000;
        display: inline;
        padding: 0 10px;
    }

        .error-container ul.footer-links li:last-child {
            border-right: medium none;
            display: inline;
            padding: 0 10px;
        }

        .error-container ul.footer-links li a {
            color: #22262e;
            font-size: 12px;
        }

    .error-container ul.footer-links.small-links li {
        border-right: 1px solid #616a7b;
    }

        .error-container ul.footer-links.small-links li:last-child {
            border-right: medium none;
        }

        .error-container ul.footer-links.small-links li a {
            color: #616a7b;
            font-size: 11px;
        }

.error-container .copyright {
    font-size: 12px;
    text-align: center;
}

/*---login page-2---*/

.login-layout-full .page-brand-info {
    color: #fff;
    margin: 220px 413px 0 90px;
}

.login-layout-full .brand {
    margin-bottom: 22px;
}

.loginColumns {
    padding-bottom: 30px;
}

    .loginColumns .copyR {
        border-top: 1px solid #ddd;
        bottom: 0;
        left: 0;
        padding-top: 9px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

.login-layout-full .page-brand-info p {
    max-width: 650px;
    opacity: 0.6;
    font-size: 20px !important;
}

.login-layout-full::after {
    background-color: rgba(38, 50, 56, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.login-layout-full::before {
    background-image: url("../images/login-bg/placeholders.jpg");
    background-position: center top;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*------------------------------------------------

DASBOARD

-------------------------------------------------*/

.dashboard-header {
    border-top: 0;
    padding: 15px;
}

    .dashboard-header h2 {
        margin-top: 10px;
        font-size: 26px;
        margin-bottom: 5px;
    }

.fist-item {
    border-top: none !important;
}

.statistic-box {
    margin-top: 40px;
}

.dashboard-header .list-group-item span.label {
    margin-right: 10px;
}

.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
}

ul.clear-list:first-child {
    border-top: none !important;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .percent:after {
        content: "%";
        margin-left: 0.1em;
        font-size: 0.8em;
    }

.sparkline-chart {
    margin-top: 15px;
    position: relative;
}

.easy-pie-chart,
.sparkline-chart {
    text-align: center;
}

    .sparkline-chart .chartBox {
        margin: 0 auto 10px;
        width: 100px;
    }

/*--------------------widget------------------*/

.widget {
    color: #fff;
}

    .widget.white-bg {
        color: inherit;
    }

    .widget.widget-stats {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        padding: 15px;
    }

.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.4);
    text-align: right;
    color: #ddd;
    font-weight: 300;
    text-decoration: none;
}

.widget-stats .stats-icon.stats-icon-lg {
    font-size: 52px;
    top: 12px;
    right: 21px;
}

.widget-stats .stats-title {
    position: relative;
    line-height: 1.1;
    font-size: 12px;
    margin: 2px 0 7px;
}

.widget-stats .stats-desc,
.widget-stats .stats-title {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.widget-stats .stats-desc {
    font-weight: 300;
    margin-bottom: 0;
}

.widget-stats .stats-number {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.widget-stats .stats-progress {
    background: url(../img/transparent/black-0.2.png);
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
    margin: 0 -15px 12px;
}

    .widget-stats .stats-progress .progress-bar {
        background: #fff;
    }

/*-------------Dashboard Chart----------*/
#dashboardChart {
    font-size: 11px;
    height: 430px;
    width: 100%;
}

/*-------------Dashboard Chart----------*/

/*--------------------*/

.stat-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.stat-percent {
    float: right;
}

.legendLabel {
    padding-left: 5px;
}

.list-widget ul > li {
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    padding: 13px 20px;
}

    .list-widget ul > li > i {
        display: inline-block;
        width: 20px;
    }

#icons .icon {
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 25px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: -webkit-transform 0.2s;
    width: 64px;
}

    #icons .icon:hover {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

#icons .fontClassName {
    color: #757575;
    display: block;
    font-size: 11px;
    margin-bottom: 45px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*------------------------------------------------

Text Editer

-------------------------------------------------*/

#editor {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: auto;
    outline: none;
}

#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    transform: scale(2, 2);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

/*------------------------------------------------

Page Header

-------------------------------------------------*/

.page-header.navbar .search-form.search-form-expanded {
    width: 200px;
    float: left;
    transition: all 0.6s ease 0s;
}

.page-header.navbar .search-form {
    border: 1px solid #e4e4e4;
    border-radius: 0;
}

.search-form .input-group .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none;
    font-size: 13px;
    height: 44px;
    margin-left: 12px;
    padding-left: 0;
}

.search-form .input-group .input-group-btn {
    height: 44px;
}

.page-header.navbar .btn.submit {
    color: #222;
    margin-top: 3px;
}

.page-header.navbar .search-form.search-form-expanded.open {
    width: 300px !important;
}

.page-header.navbar {
    background-image: none;
    border: 0 none;
    filter: none;
    height: 46px;
    margin: 0;
    min-height: 46px;
    padding: 0;
    width: 100%;
}

    .page-header.navbar .page-logo {
        background: #292929 none repeat scroll 0 0;
        display: block;
        float: left;
        height: 46px;
        transition: all 0.4s ease 0s;
        width: 222px;
        display: flex;
        justify-content: center;
    }

    .page-header.navbar .menu-toggler {
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        height: 24px;
        opacity: 0.7;
        width: 24px;
    }

    .page-header.navbar .page-logo .logo-default {
        margin: 6px 0 0;
        width: 145px;
    }

    .page-header.navbar .top-menu .navbar-nav {
        display: block;
        margin-right: 20px;
        padding: 0;
    }

.top-nev-mobile-togal {
    display: none;
}

.library-menu {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 15px;
    float: left;
}

    .library-menu span {
        background-color: #222;
        display: block;
        height: 2px;
        margin-bottom: 3px;
        overflow: hidden;
        width: 16px;
    }

        .library-menu span:last-child {
            margin-bottom: 0;
        }

        .library-menu span.one,
        .library-menu span.two,
        .library-menu span.three {
            transform: rotate(0deg) translate3d(0px, 0px, 0px);
            transition: transform 350ms;
        }

    .library-menu.active span.one {
        transform: rotate(60deg) translate3d(11px, -3px, 0px);
        background-color: #29aba4;
    }

    .library-menu.active span.two {
        transform: rotate(75deg) translate3d(-1px, 1px, 0px);
        background-color: #29aba4;
    }

    .library-menu.active span.three {
        transform: rotate(90deg) translate3d(-10px, 10px, 0);
        background-color: #29aba4;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    display: inline-block;
    height: 46px;
    margin: 0;
    position: relative;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown:last-child {
        padding-right: 0;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 14px 6px 12px 8px;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
        display: inline-block;
        float: left;
        height: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: -5px;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 17px;
}

.page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i {
    top: 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a {
    color: #1b1b1b;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
    font-size: 12px;
    font-weight: 300;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i {
        display: inline-block;
        margin-right: 9px;
        width: 15px;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    min-width: 160px;
    max-width: 275px;
    width: 275px;
    z-index: 9995;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
        display: block;
        overflow: hidden;
        padding: 15px;
        letter-spacing: 0.5px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
            margin: 0;
            padding: 0;
            float: left;
            font-size: 13px;
            display: inline-block;
        }

        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
            display: inline-block;
            padding: 0;
            background: 0 0;
            clear: inherit;
            font-size: 13px;
            font-weight: 300;
            position: absolute;
            right: 10px;
            border: 0;
            margin-top: -1px;
        }

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    display: none;
    float: left;
    font-family: "Helvetica Neue", "Noto Kufi Arabic", Helvetica, Arial, sans-serif;
    left: auto;
    right: 0px;
    list-style: outside none none;
    margin: 10px 0 0;
    min-width: 100px;
    padding: 0;
    position: absolute;
    z-index: 1000;
}

.page-header.navbar .top-menu .navbar-nav > li > .dropdown-menu {
    left: auto;
    right: 0;
    width: 195px;
    border-radius: 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a .badge {
    margin-right: 10px;
}

.dropdown-menu > li > a > .badge {
    display: inline;
    margin-top: 1px;
    position: absolute;
    right: 3px;
}

/*------------------------------------------------

Page Sidebar

-------------------------------------------------*/

.page-sidebar-closed.page-sidebar-fixed .page-sidebar.navbar-collapse:hover,
.page-sidebar.navbar-collapse {
    box-shadow: none;
    padding: 0;
}

.page-sidebar-closed .page-sidebar,
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
    width: 45px;
}

.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 45px;
}

.page-sidebar-closed .page-header.navbar .page-logo {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu > li > a span {
    display: none;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu .nav-item:hover > .sub-menu {
    display: block;
}

.page-sidebar-fixed .page-sidebar {
    position: fixed;
    top: 45px;
}

.slimScrollDiv {
    border: medium none;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar {
    width: 0;
}

.page-sidebar-closed.page-sidebar-fixed .page-content {
    margin-left: 0;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover {
    display: block;
    position: relative;
    width: 256px;
    z-index: 10000;
    height: auto;
    overflow: visible;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu .sub-menu .open .sub-menu {
    display: block;
    position: relative;
    z-index: 10000;
    height: auto;
    overflow: visible;
}

.page-sidebar .sub-menu::before {
    border-left: 1px solid #b4bcc8;
    bottom: 0;
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.page-sidebar .sub-menu li::before {
    border-top: 1px solid #b4bcc8;
    content: "";
    display: block;
    left: 23px;
    position: absolute;
    top: 16px;
    width: 8px;
    z-index: 1;
    opacity: 0.5;
}

.page-sidebar-closed .page-sidebar .sub-menu::before {
    display: none;
}

.page-sidebar-closed .page-sidebar .sub-menu li::before {
    display: none;
}

.page-content {
    margin-top: 0;
    padding: 0;
    transition: right 0.9s ease 0s;
}

.page-content-wrapper .page-content {
    margin-left: 222px;
    margin-top: 0;
    min-height: 1700px;
    padding: 0 10px 10px;
    position: relative;
    transition: all 0.4s ease 0s;
}

.page-sidebar {
    float: left;
    margin-right: -100%;
    position: relative;
    width: 222px;
    transition: all 0.4s ease 0s;
    z-index: 999;
}

.page-header-fixed .page-container {
    margin-top: 46px;
}

.page-header.navbar .page-logo > .logo-image,
.page-header.navbar .page-logo > a {
    display: inline-block;
    float: left;
    margin-left: 0;
    transition: all 0.4s ease 0s;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    float: right;
    margin: 11px 0 0;
}

.page-sidebar .page-sidebar-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .page-sidebar .page-sidebar-menu > li,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
        border: 0 none;
        display: block;
        margin: 0;
        padding: 0;
    }

.page-sidebar .sidebar-search,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search {
    margin: 22px 18px;
    padding: 0;
}

    .page-sidebar .sidebar-search .input-group .form-control,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .form-control {
        border: 0 none;
        border-radius: 4px;
        font-size: 14px;
        height: auto;
        padding: 0;
    }

    .page-sidebar .sidebar-search .input-group .input-group-btn .btn,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .input-group-btn .btn {
        background-color: transparent;
        background-position: 100% 3px;
        background-repeat: no-repeat;
        padding: 2px 0 0;
    }

.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    border: medium none;
    font-size: 14px;
    text-shadow: none;
}

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
    border: 0 none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}

.page-sidebar .page-sidebar-menu li > a > .arrow::before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow::before {
    content: "";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: none;
    top: 9px;
    width: 20px;
}

.page-sidebar .page-sidebar-menu li.open > a > .arrow::before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.open > a > .arrow.open::before {
    content: "";
}

.page-sidebar-menu li {
    position: relative;
}

.page-sidebar .page-sidebar-menu .sub-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1) 0s;
}

.page-sidebar .page-sidebar-menu .open > .sub-menu {
    max-height: 1000px;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 6px 43px;
    text-decoration: none;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu .sub-menu li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 6px 15px 6px 20px;
    text-decoration: none;
}

.page-sidebar .page-sidebar-menu .sub-menu li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}

.page-sidebar .page-sidebar-menu > li.heading,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading {
    padding: 15px;
}

.page-sidebar .page-sidebar-menu li > a > .badge,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .badge {
    float: right;
    margin-right: 0;
    margin-top: 1px;
    position: absolute;
    right: 14px;
    top: 6px;
}

.page-sidebar .page-sidebar-menu > li i {
    margin-left: 1px;
    margin-right: 4px;
}

.page-sidebar .page-sidebar-menu li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a {
    position: relative;
}

.page-sidebar .page-sidebar-menu > li.active > a > .selected,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    display: block;
    float: right;
    height: 0;
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 15px;
}

.count-info .badge {
    position: absolute;
    right: 6px;
    top: 12px;
}

.label-warning,
.badge-warning {
    background-color: #ed6b75;
    color: #ffffff;
}

.page-header.navbar .top-menu .navbar-nav > li > .dropdown-menu.menuBig {
    min-width: 0;
    width: 350px;
}

.dropdown-menu li a div {
    white-space: normal;
}

.dropdown-alerts a {
    font-size: 12px;
}

.dropdown-messages,
.dropdown-alerts {
    padding: 5px;
}

.sidebar-container ul.nav-tabs.navs-3 li.dropdown li {
    width: 100%;
}

.sidebar-container ul.nav-tabs.navs-3 li.dropdown .dropdown-menu.pull-right {
    border: medium none;
    right: -2px;
    background: #364150;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.sidebar-container ul.nav-tabs.navs-3 li.dropdown li.divider {
    background-color: #3d4a55;
}

.sidebar-container ul.nav-tabs.navs-3 li.dropdown li a {
    text-align: left;
}

.slimScrollBar {
    height: 80px;
}

.page-sidebar .sidebar-search .remove,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .remove {
    display: none;
}

.page-sidebar-closed .page-sidebar .sidebar-search .input-group {
    border-color: transparent;
    margin-left: -4px;
}

.page-sidebar-closed .page-sidebar li.sidebar-search-wrapper:hover {
    width: 45px !important;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .remove {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 11px;
    margin: 10px -5px 8px -7px;
    width: 11px;
    color: #4e5c6f;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .input-group {
    margin-left: 24px;
    padding: 0;
    position: relative;
    width: 210px;
    z-index: 1;
}

.page-sidebar-closed .page-sidebar .sidebar-search.open .input-group {
    margin-left: 24px;
    padding: 0;
    position: relative;
    width: 210px;
    z-index: 1;
}

    .page-sidebar-closed .page-sidebar .sidebar-search.open .input-group .form-control {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        display: block;
        padding: 8px;
    }

    .page-sidebar-closed .page-sidebar .sidebar-search.open .input-group .input-group-btn .btn {
        display: block;
        margin-right: 8px;
        margin-top: 1px;
    }

        .page-sidebar-closed .page-sidebar .sidebar-search.open .input-group .input-group-btn .btn.submit {
            margin-bottom: 0;
            margin-top: 1;
        }

.page-sidebar-closed .page-sidebar .sidebar-search .input-group .input-group-btn .btn.submit {
    margin-bottom: 8px;
    margin-top: 4px;
}

/*------------------------------------------------

Progress Bar

-------------------------------------------------*/

.progress-bar {
    background-color: #44b6ae;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-small,
.progress-mini {
    margin-top: 5px;
}

    .progress-mini,
    .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 5px;
    }

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-info {
    background-color: #23c6c8;
}

.progress-bar-warning {
    background-color: #f8ac59;
}

.progress-bar-danger {
    background-color: #ed5565;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-blue {
    background-color: #3598dc;
}

.progress-bar-green {
    background-color: #44b6ae;
}

.progress-bar-aqua {
    background-color: #49b6d6;
}

/*------------------------------------------------

Breadcrumb Bar

-------------------------------------------------*/

.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
}

    .breadcrumb > li a {
        color: inherit;
    }

    .breadcrumb > .active {
        color: inherit;
    }

/*---page heading---*/
.page-heading {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    padding: 20px;
}

    .page-heading h2 {
        margin-top: 0;
    }

/*------------------------------------------------

scrollup 

-------------------------------------------------*/

.scrollup {
    z-index: 10001;
    position: fixed;
    bottom: 46px;
    left: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 3px !important;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .scrollup i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        opacity: 0.4;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .scrollup:hover i {
        color: #fff;
        top: 5px;
        opacity: 0.9;
    }

/*------------------------------------------------

footer 

-------------------------------------------------*/

.footer {
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.page-footer-fixed .footer {
    position: fixed;
    right: 0;
    z-index: 999;
}

.nav-tabs > li > a {
    color: #6c6c6c;
    font-weight: 600;
    padding: 10px 20px;
}

/*------------------------------------------------

Salary Table 

-------------------------------------------------*/

#SalaryTable_wrapper div.dt-buttons,
#allIssuesTable_wrapper div.dt-buttons,
#closeIssuesTable_wrapper div.dt-buttons,
#openIssuesTable_wrapper div.dt-buttons,
#openIssuesTable1_wrapper div.dt-buttons {
    margin-left: 0;
}

#allIssuesTable_wrapper.dataTables_wrapper div.dataTables_filter label,
#closeIssuesTable_wrapper.dataTables_wrapper div.dataTables_filter label,
#openIssuesTable_wrapper.dataTables_wrapper div.dataTables_filter label,
#SalaryTable_wrapper.dataTables_wrapper div.dataTables_filter label,
#openIssuesTable1_wrapper.dataTables_wrapper div.dataTables_filter label {
    margin-right: 0;
}

.slick-list {
    border: 1px solid #44b6ae;
}

.slick-prev::before,
.slick-next::before {
    color: #44b6ae !important;
}

.slick-dots li.slick-active button::before {
    color: #44b6ae;
}

.pro-list {
    list-style: outside none none;
    padding-left: 0;
}

    .pro-list li {
        border-bottom: 1px solid #eee;
        padding: 8px 0;
        width: 100%;
    }

        .pro-list li .fa {
            margin-right: 7px;
        }

.recenty-viewed {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
}

.profile-info h2 {
    font-size: 16px;
    margin-top: 0;
}

.profile-info h4 {
    color: #ccc;
    font-weight: 100;
}

.stat-list h2 {
    font-size: 16px;
}

/*------------------------------------------------

input class

-------------------------------------------------*/

.input-icon {
    left: 0;
    position: relative;
}

    .input-icon > .form-control {
        padding-left: 33px;
    }

    .input-icon.right > .form-control {
        padding-left: 12px;
        padding-right: 33px;
    }

    .input-icon.right > i {
        float: right;
        left: auto;
        right: 8px;
    }

    .input-icon > i {
        color: #ccc;
        font-size: 16px;
        left: 0;
        margin: 11px 2px 4px 10px;
        position: absolute;
        text-align: center;
        width: 16px;
        z-index: 3;
    }

    .input-icon.right > i {
        float: right;
        left: auto;
        right: 8px;
    }

    .input-icon.input-icon-lg > i {
        margin-top: 16px;
    }

    .input-icon.input-icon-sm > i {
        font-size: 13px;
        margin-top: 8px;
    }

/*---form control---*/
.form-control:focus {
    border-color: #44b6ae;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.form-control.empty {
    border-color: #c73b3b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238, 109, 109, 0.6);
    outline: 0 none;
}

/*------------------------------------------------

chart css

-------------------------------------------------*/

.flot-chart-box {
    display: block;
    height: 200px;
}

.demo-container-l {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 20px 15px 15px;
    width: 100%;
}

.flot-chart-box-d2 {
    height: 280px;
    display: block;
}

#target4 {
    width: 100%;
}

.chartdiv-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 20px 15px 15px;
    width: 100%;
}

.desh-3-chart-text {
    font-size: 28px;
}

.text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#chartdiv,
#chartValueAxis,
#Bar-line,
#trendLines,
#simplePieChart,
#pyramidChart,
#polarChart,
#stockChart,
#flightRoutes {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#ganttChart {
    width: 100%;
    height: 800px;
}

#cylinderChart,
#ColumnChart,
#DateBasedData,
#LineChangingColor,
#donutChart {
    width: 100%;
    height: 435px;
    font-size: 11px;
}

.chartLBox {
    width: 100%;
    height: 600px;
}

/*------------------------------------------------

google mape

-------------------------------------------------*/

.gmaps {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

/*------------------------------------------------

jqv mape

-------------------------------------------------*/

.jqvmap-zoomin,
.jqvmap-zoomout {
    background: #44b6ae none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: content-box;
    color: white;
    cursor: pointer;
    left: 10px;
    line-height: 10px;
    padding: 3px;
    position: absolute;
    text-align: center;
}

/*------------------------------------------------

PEACE 

-------------------------------------------------*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace-inactive {
    display: none;
}

/*------------------------------------------------

WIDGETS 

-------------------------------------------------*/

.widget {
    border-radius: 2px !important;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .widget.style1 h2 {
        font-size: 30px;
    }

    .widget h2,
    .widget h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

.widget .flot-chart-content {
    width: 100%;
    height: 100%;
}

.widget-m {
    padding: 20px;
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .todo-list.small-list {
        font-size: 12px;
    }

        .todo-list.small-list > li {
            background: #f3f3f4;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px;
        }

        .todo-list.small-list .btn-xs,
        .todo-list.small-list .btn-group-xs > .btn {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .todo-list > li {
        margin-bottom: 2px;
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .todo-list > li .label {
        font-size: 9px;
        margin-left: 10px;
    }

.check-link {
    font-size: 16px;
}

.todo-completed {
    text-decoration: line-through;
}

.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0;
}

.glyphicon.fa {
    font-family: "FontAwesome";
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px rgba(230, 230, 230, 0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }

.demo-container {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 20px 15px 15px 15px;
    margin: 0 auto 20px auto;
    border: 1px solid #ddd;
    background: #fff;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.stackControls,
.graphControls {
    display: inline-block;
}

/*------------------------------------------------

PROJECTS

-------------------------------------------------*/

.project-people,
.project-actions {
    text-align: right;
    vertical-align: middle;
}

dd.project-people {
    text-align: left;
    margin-top: 5px;
}

.project-people img {
    width: 32px;
    height: 32px;
}

.project-title a {
    font-size: 13px;
    color: #676a6c;
    font-weight: 600;
}

.project-title span {
    font-size: 13px;
    color: #676a6c;
    font-weight: 600;
    transition: all 0.3s;
}

    .project-title span:hover {
        color: #659be0;
        cursor: pointer;
    }

.project-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 15px 8px;
    vertical-align: middle;
}

.project-manager .tag-list li a {
    font-size: 10px;
    background-color: white;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.project-files li a {
    font-size: 11px;
    color: #676a6c;
    margin-left: 10px;
    line-height: 22px;
}

.project-list .dataTables_filter {
    display: none;
}

.project-list table.dataTable {
    border: none;
    border-top: 1px solid #e7eaec;
}

.project-list .table-bordered > tbody > tr > td,
.project-list .table-bordered > tbody > tr > th,
.project-list .table-bordered > tfoot > tr > td,
.project-list .table-bordered > tfoot > tr > th,
.project-list .table-bordered > thead > tr > td,
.project-list .table-bordered > thead > tr > th {
    border-right: none;
    border-bottom: 1px solid #e7eaec;
}

.project-list table.table-bordered.dataTable tbody th,
.project-list table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}

.project-list table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
.project-list table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 36%;
}

@media (max-width: 768px) {
    .project-list a {
        display: block;
    }
}

.width-100 {
    width: 100% !important;
}

.height-50 {
    height: 50px;
}

.height-175 {
    height: 182px;
}

.height-300 {
    max-height: 300px;
    min-height: 300px;
}

.height-260 {
    height: 260px;
}

.scrollable-box {
    overflow-y: auto;
    overflow-x: hidden;
}

.input-group-addon {
    padding: 6px 8px;
}

.modal-footer > .btn:last-child {
    margin-bottom: 5px;
}

/*.makeadmin {
	display: none;
}

.makeadminlabel {
  	display: inline-block;
	padding: 3px 6px;
	margin: 0;
	font-size: 12px;
  	text-align: center;
  	border: 1px solid #ddd;
  	cursor: pointer
}

.makeadmin:checked ~ .makeadminlabel {
	background-color: #1368AD;
	color: #fff;
}*/

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

    input[type="radio"] + label {
        display: inline-block;
        padding: 5.5px 8px;
        margin: 0;
        font-size: 12px;
        text-align: center;
        border: 1px solid #ddd;
        cursor: pointer;
        background-color: #fefefe;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    input[type="checkbox"] + label {
        display: inline-block;
        padding: 5.5px 8px;
        margin: 0;
        font-size: 12px;
        text-align: center;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    input[type="radio"]:checked + label {
        background-color: #1368ad !important;
        color: #fff !important;
        width: 100%;
    }

    input[type="checkbox"]:checked + label {
        background-color: #1368ad !important;
        color: #fff !important;
    }

.otherselect {
    display: none;
}

    .otherselect + label {
        display: inline-block !important;
        padding: 0px 4px !important;
        margin: 0 !important;
        font-size: 12px !important;
        text-align: center !important;
        border: 1px solid #ddd !important;
        cursor: pointer !important;
    }

    .otherselect:checked + label {
        background-color: #1368ad !important;
        color: #fff !important;
    }

.loader {
    border: 13px solid #f3f3f3;
    border-top: 13px solid #1368ad;
    border-bottom: 13px solid #1368ad;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-radius: 50% !important;
    z-index: 9999999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(360deg);
    }
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

    .preloader-wrapper .preloader {
        position: absolute;
        top: 50%;
        left: 56%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
    }

.imagecenter {
    margin: 0 auto;
}

.teamcard {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
}

.teaminfo {
    font-size: 11px;
    margin-bottom: 4px;
}

.administrator {
    background-color: #e9f7ff;
    background-image: url(../images/admin.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.manager {
    background-color: #fffce7;
    background-image: url(../images/manager.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.margin-5 {
    margin: 5px 0;
}

.designation {
    font-size: 11px;
    margin: 4px 0 2px;
    color: #1368ad;
}

.icons {
    width: 16px;
    margin-left: 1px;
    margin-right: 4px;
}

.unreadmail {
    font-weight: bold;
    cursor: pointer;
}

.readmail {
    font-weight: normal;
    cursor: pointer;
}

.padding2 {
    padding: 1px 2.5px !important;
}

.padding-top5 {
    padding-top: 5px;
}

.dataTables_filter {
    display: none !important;
}

/*.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding-right: 5px !important;
}*/

.collapse-btn {
    display: none;
}

    .collapse-btn.in {
        display: table;
    }

.no-link {
    text-decoration: none;
    color: inherit;
    opacity: 1;
    transition: 200ms linear;
}

    .no-link > .widget {
        opacity: 1;
        transition: 400ms linear;
    }

    .no-link:hover > .widget {
        text-decoration: none;
        color: #fff;
        opacity: 0.9;
    }

.hidden {
    display: none !important;
}

.heading {
    cursor: pointer !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    top: 8px;
    right: 16px;
    font-weight: 300;
    padding: 3px 5px 4px 5px;
}

.force-center {
    -webkit-transform: translate(0, 30%) !important;
    -ms-transform: translate(0, 30%) !important;
    -o-transform: translate(0, 30%) !important;
    transform: translate(0, 30%) !important;
}

#imgLogo,
#ContentPlaceHolder1_imgLogo {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 70px !important;
}

.itemrating {
    display: block;
    position: relative;
    float: left;
    transform: rotateZ(-180deg);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .itemrating input[type="radio"] {
        display: none;
    }

    .itemrating label {
        display: inline-block;
        cursor: pointer;
        content: "\f005";
        font-family: "FontAwesome";
        font-size: 25px;
        position: relative;
    }

        .itemrating label::before {
            content: "\f005";
            font-family: "FontAwesome";
            font-size: 25px;
            position: relative;
            color: #ccc;
        }

        .itemrating label::after {
            content: "\f005";
            font-family: "FontAwesome";
            font-size: 25px;
            position: absolute;
            color: #ff990e;
            right: 11px;
            opacity: 0;
            transition: 0.15s opacity linear;
        }

        .itemrating label:hover:after,
        .itemrating label:hover ~ label:after,
        .itemrating input:checked ~ label:after {
            opacity: 1;
        }

    .itemrating input[type="radio"]:checked + label {
        background: none !important;
    }

    .itemrating input[type="radio"] + label {
        border: 0 !important;
        height: 35px;
    }

        .itemrating input[type="radio"] + label::before {
            color: #ccc;
        }

.large {
    font-size: 18px;
}

.linetotal {
    font-size: 15px;
}

.noeditinput {
    border: none !important;
    text-align: center;
    max-width: 70px;
}

    .noeditinput:disabled {
        background: none;
    }

.yeseditinput {
    border: 1px solid #ccc;
    text-align: center;
    max-width: 90px;
}

.border-right:first-child {
    border-right: 0.5px solid #d6d6d6;
}

.transform50 {
    transition: transform 0.3s ease-out;
    transform: translate(0, 60%) !important;
}

.flash {
    transition: 450ms all ease-in-out;
}

.flashin {
    opacity: 1;
}

.flashout {
    opacity: 0.5;
}

.evaluationsection {
    background-color: white;
    padding: 0;
    margin: 0;
}

.evaluationheading {
    color: white !important;
    padding: 5px 15px;
    background-color: #3479b6;
    transition: background-color 300ms ease-in-out;
}

    .evaluationheading:hover {
        color: white !important;
        background-color: #09477e;
    }

.options {
    position: absolute;
    right: 10px;
    top: -6px;
    z-index: 1;
    font-size: 22px;
}

.margin-0 {
    margin: 0 !important;
}

.doctype {
    font-size: 17px;
    display: block;
    float: left;
    margin: 3px 5px 0 0;
    line-height: 1;
}

.documentname {
    display: block;
    position: relative;
    float: left;
    width: 75%;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 3.5px 0 0 0;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .documentname {
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .documentname {
        width: 100%;
        max-width: 85%;
    }
}

.dropdown-menu > li > .text-danger > i {
    color: #a94442;
}

#searchresult {
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 10;
    left: auto;
    text-align: right;
}

.radioflex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

    .radioflex > .radioflexlabel {
        flex: 1;
    }

.border-grey-steel {
    border: 1px solid #ccc !important;
}

    .border-grey-steel:focus {
        outline: none;
        border: 1px solid #1368ad !important;
    }

.emergencycontact {
    background-color: #fff4f4;
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 1px solid #f9d1d1;
}

    .emergencycontact::before {
        content: "\f071";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        font-size: 144px;
        color: #ffcece6b;
        bottom: -3px;
        right: 44px;
        z-index: 0;
    }

.pointer {
    cursor: pointer !important;
}

.linkondarkbg {
    color: white;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

    .linkondarkbg:hover {
        color: white;
        font-size: 87%;
    }

.announcementitem {
    padding: 0 10px;
}

.width-100 {
    width: 100% !important;
}

.height-50 {
    height: 50px;
}

.height-175 {
    height: 175px;
}

.height-300 {
    max-height: 300px;
}

.height-260 {
    height: 260px;
}


.announcementslist {
    display: flex !important;
    justify-content: center !important;
    align-items: start !important;
}

.question-border {
    border-bottom: 1px solid red;
}

.question {
    cursor: help;
}

.height-375 {
    height: 376px;
}

.d-flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#teamTablePaging .pagination {
    margin: 0;
}

#teamTableInfo .dataTables_info {
    margin: 8px 0;
}

.announcementitem {
    padding: 0 10px;
}

.width-100 {
    width: 100% !important;
}

.height-50 {
    height: 50px;
}

.height-175 {
    height: 175px;
}

.height-300 {
    max-height: 300px;
}

.height-260 {
    height: 260px;
}

.minheight-150 {
    min-height: 150px;
}

.minheight-180 {
    min-height: 183px;
}

.announcementslist {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.question-border {
    border-bottom: 1px solid red;
}

.dashstat {
    text-decoration: none !important;
    /* text-align: center; */
    color: #676a6c;
    transition: all 300ms linear !important;
}

    .dashstat:visited,
    .dashstat:focus {
        color: #676a6c;
    }

    .dashstat .widget {
        border: 1px solid rgb(253 253 253);
        transition: all 300ms linear !important;
    }

    .dashstat:hover {
        color: #676a6c;
    }

        .dashstat:hover > .green-bg {
            background: #269089;
        }

        .dashstat:hover > .aqua-bg {
            background: #005192;
        }

        .dashstat:hover > .purple-bg {
            background: #5f2577;
        }

        .dashstat:hover > .orange-bg {
            background: #de6118;
        }

        .dashstat:hover > .red-bg {
            background: #ca3f3f;
        }

        .dashstat:hover > .dark-madison-bg {
            background: #182b3f;
        }

        .dashstat:hover > .white-bg {
            background: #f8f8f8;
            border: 1px solid rgb(214, 214, 214);
        }

#textPreview > table > tbody > tr > td {
    /*border: 1px solid #000;*/
    padding: 5px;
}

#textPreview > table > thead > tr > th {
    /*border: 1px solid #000;*/
    padding: 5px;
}

#textPreview > table {
    direction: inherit;
    border-spacing: 0;
    border-collapse: collapse;
}

.text-justify {
    text-align: justify;
}

.text-justify-center {
    text-align: justify;
    text-align-last: center;
}

.bulkitem {
    margin-bottom: 0;
    break-inside: avoid;
}

    .bulkitem p {
        margin-bottom: 0;
    }

    .bulkitem .ibox {
        margin-bottom: 8px;
    }

.text-justify-center {
    text-align: justify;
    text-align-last: center;
}

.bulkitem > .widget {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 190px;
}

.reportcategorieslist {
    display: flex;
    gap: 1em;
    width: 100%;
    justify-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}

    .reportcategorieslist .reportitem {
        flex: 1;
    }

.detailsitem {
    cursor: pointer;
    width: 100%;
    border: 1px solid rgb(189, 189, 189);
    padding: 5px 10px;
    position: relative;
    font-size: 12px;
    transition: all 400ms ease-in-out;
    background-color: rgb(250, 250, 250);
}

    .detailsitem:hover,
    .detailsitem[open] {
        background-color: white;
    }

    .detailsitem summary {
        font-weight: bold;
    }

    .detailsitem::after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .detailsitem[open]::after {
        content: "\f0d8";
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .detailsitem .detailsitemdata {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.detailsitemdata > .label {
    margin-bottom: 3px;
    display: inline-block;
}

.avgrating {
    font-size: 20px;
    line-height: 1;
}

.ibox-title h5 {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
    margin: 0;
}

.ibox-tools {
    float: right;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.margin-right-auto {
    margin-left: auto;
}

.margin-left-auto {
    margin-right: auto;
}

.reportpreview {
    position: absolute;
    top: 15px;
    right: 13px;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}

.FavItem {
    position: absolute;
    top: 15px;
    left: 13px;
    border-radius: 5px !important;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}


.table-gridview td {
    padding: 5px !important;
}

.table-gridview thead th,
.table-gridview thead td {
    font-weight: bold !important;
    color: black !important;
}

    .table-gridview thead th a,
    .table-gridview thead td a {
        font-weight: bold !important;
        color: black !important;
        text-decoration: none !important;
        transition: color 400ms ease-in-out;
    }

        .table-gridview thead th a:hover,
        .table-gridview thead td a:hover {
            color: #1368ad !important;
        }

    .table-gridview thead th:not(.sorting_asc) a:before,
    .table-gridview thead td:not(.sorting_asc) a:before,
    .table-gridview thead th:not(.sorting_desc) a:before,
    .table-gridview thead td:not(.sorting_desc) a:before {
        font-family: "Glyphicons Halflings";
        content: "\e150";
        margin-right: 3px;
        display: inline-block;
    }

.table-gridview thead .sorting_asc a:before,
.table-gridview thead .sorting_asc a:before {
    font-family: "Glyphicons Halflings";
    content: "\e155" !important;
    color: #1368ad;
    margin-right: 3px;
    display: inline-block;
}

.table-gridview thead .sorting_desc a:before,
.table-gridview thead .sorting_desc a:before {
    font-family: "Glyphicons Halflings";
    content: "\e156" !important;
    color: #1368ad;
    margin-right: 3px;
    display: inline-block;
}

.evaluationcompletion {
    position: relative;
    height: 60px;
    width: 60px;
    margin-left: auto;
}

    .evaluationcompletion svg {
        position: absolute;
        height: 100%;
        z-index: 1;
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
    }

.evaluationvalue {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: #1368ac;
    font-weight: bold;
}

.ibox-footer {
    position: relative;
}

.modal {
    z-index: 9999;
}

.evaluationiteminfo {
    flex: 4;
    font-size: 11px;
}

.evaluationitemchart {
    flex: 2;
    margin-left: auto;
    text-align: right;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.evalpendingempitem {
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    transition: background-color 300ms ease-in-out;
}

    .evalpendingempitem > * {
        line-height: 1;
        margin: 0;
    }

    .evalpendingempitem:hover {
        background-color: #ffffff;
    }

.bulkitem:last-child .evalpendingempitem {
    margin-bottom: 0;
}

.bg-danger .ibox-title,
.bg-danger .widgets-container,
.bg-danger .ibox-footer {
    background-color: #f9f2f2 !important;
    border-color: #ffc3c3;
}

.text-ellipsis {
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

/*  */

.flexformitem {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

    .flexformitem .flexformlabel {
        display: inline-block;
        flex: 1;
        margin: 0;
    }

    .flexformitem .flexformcontrol {
        flex: 3;
    }

.control-label {
    margin-top: 6px;
}

.help-block {
    font-size: 11px;
    margin-bottom: 0;
}

.checkboxflexlabel {
    /* flex: 80px; */
    flex-basis: 80px;
    flex-grow: 1;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.questionrowitem {
    flex-grow: 1;
    flex-basis: 120px;
}

    .questionrowitem[data-question-name],
    .questionrowitem[data-question-type-system] {
        flex-grow: 7;
        flex-basis: 250px;
    }

    .questionrowitem[data-question-weight] {
        flex-grow: 1;
        flex-basis: 80px;
    }

.questionrowcount {
    align-self: center;
    margin: 0;
    padding: 5.3px;
    text-align: center;
    background-color: rgb(48, 48, 48);
    color: white;
    width: 35px;
}

.questionrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding-bottom: 20px;
    padding-top: 20px;
}

    .questionrow:first-of-type {
        padding-top: 0;
    }

    .questionrow:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

.noareas {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.otherselect:disabled + label {
    background-color: #ad1313 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}

.evalitem {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgb(247, 247, 247);
    margin-bottom: 10px;
    transition: background-color 400ms linear;
    flex-wrap: wrap;
    width: 100%;
    cursor: default;
}

    .evalitem:first-of-type {
        margin-top: 20px;
    }

    .evalitem:hover {
        background-color: rgb(238, 247, 255);
    }

    .evalitem .itemquestion {
        display: inline-block;
        width: 100%;
        border-right: 4px solid white;
        padding: 10px;
        flex: 4;
        flex-wrap: wrap;
    }

    .evalitem .answer {
        display: inline-block;
        width: 100%;
        flex: 1;
        padding: 10px;
        text-align: center;
        flex-wrap: wrap;
    }

.bulkitem .ibox-tools {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.right-aligned {
    position: absolute;
    right: 50px;
}

.login > .bannertitle {
    color: white;
    position: absolute;
}

.login {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-blend-mode: overlay;
    height: 100vh;
}

.thumbnail {
    height: auto;
    max-width: 100%;
    max-height: 200px !important;
}

    .thumbnail > .img-responsive {
        width: auto !important;
    }

.green-bg [data-rating].text-success,
.aqua-bg [data-rating].text-navy,
.orange-bg [data-rating].text-warning,
.red-bg [data-rating].text-danger,
.dark-madison-bg [data-rating].text-info {
    color: white !important;
}


.aspNetDisabled {
    background-color: transparent;
    color: #bfbfbf !important;
    width: 100%;
    display: inline;
}

    .aspNetDisabled:hover {
        background-color: gray;
        color: #bfbfbf !important;
        cursor: not-allowed !important;
    }


.form-control + span:not(.select2, .input-group-btn):nth-last-of-type(2), .form-control + span:not(.select2, .input-group-btn):nth-last-of-type(3), .input-group ~ span:not(.select2, .input-group-btn), .input-flex-group ~ span:not(.select2, .input-group-btn) {
    position: absolute;
}

.input-flex-group {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .input-flex-group input {
        flex: 3;
    }

        .input-flex-group input:nth-child(2) {
            flex: 1;
        }

.textdirection {
    direction: ltr !important;
}


.nav-tabs.alertstabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

    .nav-tabs.alertstabs li {
        float: none !important;
        margin-bottom: 2px;
    }

    .nav-tabs.alertstabs > li > a > i {
        font-size: 1.8em;
        width: 30px;
    }

    .nav-tabs.alertstabs > li {
        flex: 1 1 100px;
    }

        .nav-tabs.alertstabs > li > a {
            color: #6c6c6c;
            font-weight: 600;
            padding: 10px 20px;
            text-align: center;
            transition: background 300ms linear;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.4rem;
            background-color: #dfdfdf8a;
            margin: 2px;
        }



            .nav-tabs.alertstabs > li > a.white-bg {
                background-color: white;
            }


            .nav-tabs.alertstabs > li > a:hover {
                background-color: white;
            }


.employeeslist [data-toggle="tab"] {
    padding: 20px 5px;
}

.employeeslist .padding-left-0 {
    padding-left: 0;
}

.employeeslist .searchbar {
    display: flex;
    flex-wrap: wrap;
}


    .employeeslist .searchbar .btn {
        margin-bottom: 0;
    }

    .employeeslist .searchbar .role-filter .emp-role-checker ~ label, .reset-filters {
        padding: 6.5px 8px;
    }


    .employeeslist .searchbar .select2-container--default {
        flex: 1.8;
    }



.employeeslist .bulkcontainer {
    padding: 0;
    margin-bottom: 10px;
    /*columns: 1;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: masonry;
    gap: 1em;
}

    .employeeslist .bulkcontainer > * {
        break-inside: avoid;
    }

    .employeeslist .bulkcontainer .bulkitem {
        margin-bottom: 10px;
    }

        .employeeslist .bulkcontainer .bulkitem .profile-media {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

        .employeeslist .bulkcontainer .bulkitem .profile-details h5 {
            font-size: 12px;
        }

        .employeeslist .bulkcontainer .bulkitem .profile-media .profile-role {
            width: 20px;
        }

        .employeeslist .bulkcontainer .bulkitem .profile-media .profile-gender {
            font-size: 20px;
        }

.employeeslist [data-toggle="tooltip"] {
    cursor: pointer;
}

.employeeslist .detail-item {
    height: 30px;
}

    .employeeslist .detail-item .detail-item-info {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 7px;
        font-size: 10px;
        background-color: rgb(249, 249, 249);
        border: 1px solid rgb(236, 236, 236);
        cursor: pointer;
        transition: background 400ms ease-in-out, border 400ms ease-in-out;
    }

        .employeeslist .detail-item .detail-item-info i {
            flex: 2;
            text-align: center;
            background-color: #e4f0f4;
            background-color: #dbdbdb;
            background-color: transparent;
            color: black;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 400ms ease-in-out;
        }

        .employeeslist .detail-item .detail-item-info span {
            flex: 9;
        }

        .employeeslist .detail-item .detail-item-info:hover {
            border: 1px solid rgb(175, 175, 175);
            background-color: rgb(242, 242, 242);
        }

            .employeeslist .detail-item .detail-item-info:hover i {
                background-color: #c1dbff;
            }

.employeeslist .ibox-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .employeeslist .ibox-footer * {
        flex: 1;
        margin-bottom: 0;
    }

.employeeslist .widgets-container {
    padding: 8px;
}

.employeeslist .btn-group > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.dropdown > .dropdown-menu {
    margin-top: 0px;
}

.employeeslist .dropdown-menu {
    min-width: 110px;
}

    .employeeslist .dropdown-menu li a {
        font-size: 11px;
    }

.emp-num {
    grid-area: emp-num;
    background-color: #454546;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.emp-details {
    grid-area: emp-details;
    background-color: white;
    padding: 10px;
}

.emp-actions {
    grid-area: emp-actions;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}

.emp-divider {
    grid-area: emp-divider;
}

.bulkitem.role-employee .emp-details {
    border-top: 4px solid #1368ac;
}

.bulkitem.role-administrator .emp-details {
    border-top: 4px solid #8c6ead;
}


.bulkitem.role-manager .emp-details {
    border-top: 4px solid #729331;
}

.bulkitem.role-inactive .emp-details {
    border-top: 4px solid #d9534f;
}

.employeeslist .bulkcontainer .bulkitem:hover.role-employee .emp-details {
    border-color: #3992cd;
}

.employeeslist .bulkcontainer .bulkitem:hover.role-manager .emp-details {
    border-color: #8cc63f;
}

.employeeslist .bulkcontainer .bulkitem:hover.role-administrator .emp-details {
    border-color: #b08fd5;
}

.employeeslist .bulkcontainer .bulkitem:hover.role-inactive .emp-details {
    border-color: #9b2723;
}

.employeeslist .bulkcontainer .bulkitem .emp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.employeeslist .bulkcontainer .bulkitem .emp-actions,
.employeeslist .bulkcontainer .bulkitem .emp-details,
.employeeslist .bulkcontainer .bulkitem .emp-num {
    transition: background 300ms ease-in-out, border 300ms ease-in-out;
}

    .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name {
            width: 95%;
            min-height: 65px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding-top: 3px;
        }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-designation {
            margin: 2px 0 0 0;
            font-size: 10px;
        }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name a {
            color: black;
            text-decoration: none;
        }

            .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name a:hover {
                color: #1368ac;
                cursor: pointer;
            }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name h5 {
            margin: 0;
            font-size: 14px;
            max-width: 58ch;
            transition: color 300ms ease-in-out;
            margin-bottom: 5px;
        }

            .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name h5 span {
                margin-left: 2px;
            }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-nameanddesignation .emp-name img {
            width: 18px;
        }

.bulkitem .emp-details .emp-section-otherfields {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    margin-top: 10px;
}

.employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p {
    background-color: rgb(245, 245, 245);
    padding: 8px;
    margin: 0 0 3px 0;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 300ms ease-in-out;
}

    .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p:hover {
        background-color: #e7f8ff;
        cursor: pointer;
    }

    .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p i {
        width: 18px;
        color: #1368ac;
    }

    .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p a {
        margin-left: auto;
        text-align: right;
    }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p a i {
            color: #00db42 !important;
            transition: color 300ms ease-in-out;
        }

        .employeeslist .bulkcontainer .bulkitem .emp-details .emp-section-otherfields p a:hover i {
            color: #6aac00 !important;
        }

.whatsapp {
    background-color: #50a76a;
    color: white;
}

    .whatsapp:hover {
        color: white;
        background-color: #27c055;
    }

.can-copy {
    position: relative;
    color: #454546;
}

    .can-copy:after {
        content: "\f0c5";
        font-family: "FontAwesome";
        font-size: 9px;
        position: absolute;
        right: 7px;
        font-weight: normal;
    }

    .can-copy:hover:after {
        color: #1368ac;
        font-weight: bold;
    }

    .can-copy:active {
        color: black;
        font-weight: bold;
    }

.text-pink {
    color: #db3390 !important;
}

.employeeslist #mainbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

    .employeeslist #mainbox label {
        flex-direction: column;
        padding: 10px;
    }

    .employeeslist #mainbox h3 {
        font-size: 20px;
        padding: 5px;
        line-height: 1;
        margin: 0;
    }

    .employeeslist #mainbox h5 {
        margin: 0;
    }

    .employeeslist #mainbox .filteritem {
        flex: 1 1 100px;
    }

        .employeeslist #mainbox .filteritem label {
            width: 100%;
            border: none !important;
            background: white !important;
            border: 3px solid white !important;
        }

        .employeeslist #mainbox .filteritem input:checked ~ label {
            border: 3px solid #1368ad !important;
            color: #1a1a1a !important;
        }

    .employeeslist #mainbox .filtersss {
        color: #729331 !important;
    }

.employeeslist .role-filter {
    display: flex;
}

    .employeeslist .role-filter > * {
        flex: 1 1 80px
    }

    .employeeslist .role-filter input[type="radio"]:checked + label {
        background-color: white !important;
        border: 1px solid #1368ad !important;
    }

@media (min-width: 1450px) {
    .employeeslist .detail-item .detail-item-info {
        font-size: 12px;
    }

    .employeeslist .bulkcontainer .bulkitem .profile-details h5 {
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    .employeeslist .bulkcontainer {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 1200px) {
    .employeeslist .bulkcontainer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1500px) {
    .employeeslist .bulkcontainer {
        grid-template-columns: repeat(4, 1fr);
    }
}

.employeeslist .bulkcontainer.horizontalview {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
}

    .employeeslist .bulkcontainer.horizontalview .bulkitem.coursedataitem {
        grid-template-columns: 4fr 3fr;
        grid-template-areas:
            "name name name actions"
            "creatordata fulldata otherfields otherfields";
        gap: 0.5em;
    }

    .employeeslist .bulkcontainer.horizontalview .bulkitem {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-areas:
            "name name actions"
            "fulldata otherfields otherfields";
        gap: 0.5em;
    }



        .employeeslist .bulkcontainer.horizontalview .bulkitem.coursedataitem .emp-section-otherfields {
            grid-area: otherfields;
            display: grid;
            grid-template-columns: 3fr 2fr repeat(2, 1fr);
            gap: 0.5em;
        }

        .employeeslist .bulkcontainer.horizontalview .bulkitem .emp-section-full i,
        .employeeslist .bulkcontainer.horizontalview .bulkitem .emp-section-otherfields i {
            color: #1368ac;
        }

        .employeeslist .bulkcontainer.horizontalview .bulkitem.role-employee {
            border-left: 4px solid #1368ac;
        }

        .employeeslist .bulkcontainer.horizontalview .bulkitem.role-administrator {
            border-left: 4px solid #8c6ead;
        }

        .employeeslist .bulkcontainer.horizontalview .bulkitem.role-manager {
            border-left: 4px solid #729331;
        }

        .employeeslist .bulkcontainer.horizontalview .bulkitem.role-inactive {
            border-left: 4px solid #d9534f;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-section-nameanddesignation {
        grid-area: name;
    }

        .employeeslist .bulkcontainer.horizontalview .emp-section-nameanddesignation h5 {
            font-size: 15px;
            margin: 0;
            line-height: 1;
            margin-bottom: 5px;
        }

        .employeeslist .bulkcontainer.horizontalview .emp-section-nameanddesignation p {
            font-size: 12px;
            margin: 0;
            line-height: 1;
            margin-bottom: 5px;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-section-full {
        grid-area: fulldata;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5em;
    }



        .employeeslist .bulkcontainer.horizontalview .emp-section-full p {
            background-color: #f7f7f7;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            gap: 0.5em;
            line-height: 1;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-creator-data {
        grid-area: creatordata;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5em;
    }

        .employeeslist .bulkcontainer.horizontalview .emp-creator-data p {
            background-color: #f7f7f7;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            gap: 0.5em;
            line-height: 1;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-section-otherfields {
        grid-area: otherfields;
        display: grid;
        grid-template-columns: 2fr repeat(4, 1.5fr);
        gap: 0.5em;
    }

        .employeeslist .bulkcontainer.horizontalview .emp-section-otherfields p {
            background-color: #f7f7f7;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            gap: 0.5em;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-actions {
        grid-area: actions;
    }

    .employeeslist .bulkcontainer.horizontalview .bulkitem {
        background-color: white;
        padding: 10px;
    }

@media (min-width: 1450px) {
    .employeeslist .detail-item .detail-item-info {
        font-size: 12px;
    }

    .employeeslist .bulkcontainer .bulkitem .profile-details h5 {
        font-size: 14px;
    }
}

@media (min-width: 1100px) {
    .employeeslist .bulkcontainer:not(.horizontalview) {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .emp-details {
        padding: 10px;
    }

    .employeeslist .bulkcontainer.horizontalview .bulkitem {
        grid-template-columns: 2fr 1fr;
        grid-template-areas:
            "name actions"
            "fulldata fulldata"
            "otherfields otherfields";
    }




    .employeeslist .bulkcontainer.horizontalview .emp-section-full {
        display: flex;
        flex-wrap: wrap;
    }

        .employeeslist .bulkcontainer.horizontalview .emp-section-full p {
            flex: 1 1 250px;
        }

    .employeeslist .bulkcontainer.horizontalview .emp-section-otherfields {
        display: flex;
        flex-wrap: wrap;
    }

        .employeeslist .bulkcontainer.horizontalview .emp-section-otherfields p {
            flex: 1 1 150px;
        }

    .employeeslist .bulkcontainer.horizontalview .bulkitem .emp-actions {
        justify-content: flex-end;
    }
}

.makeadmin {
    display: flex;
}

.alert ul, .alert ol {
    margin-bottom: 0;
}

.line-height-1-6 {
    line-height: 1.6
}

.text-bold {
    font-weight: bold !important;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.gap-1 {
    gap: 1em;
}

.gap-2 {
    gap: 2em;
}

.gap-3 {
    gap: 3em;
}


.shiftcontainer {
    width: 100%;
    position: relative;
}

    .shiftcontainer .shift_type {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        justify-content: space-between;
        align-items: center;
    }


        .shiftcontainer .shift_type img {
            width: auto;
            cursor: help;
            height: 25px;
        }

    .shiftcontainer h4 {
        font-size: 14px;
        margin: 0;
        width: 54ch;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.help-cursor {
    cursor: help;
}

.shiftcontainer .shift_timings {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #1368ad;
    padding-bottom: 10px;
    gap: 5px;
    flex-direction: column;
}

    .shiftcontainer .shift_timings .shift_timings_data {
        list-style: none;
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 0;
        padding-left: 0;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        line-height: 1.5;
    }

        .shiftcontainer .shift_timings .shift_timings_data li:nth-child(even) {
            border-left: 1px solid #1368ad;
            padding-left: 10px;
        }

    .shiftcontainer .shift_timings .shift_weekends {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.shiftcontainer .shift_weekends {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
}

    .shiftcontainer .shift_weekends .shift_weekends_days {
        list-style: none;
        display: flex;
        justify-content: stretch;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
        padding: 0;
        gap: 3px;
    }

        .shiftcontainer .shift_weekends .shift_weekends_days li {
            background-color: rgb(243 250 255);
            text-align: center;
            width: 100%;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            cursor: help;
            border: 1px solid lightblue;
        }

            .shiftcontainer .shift_weekends .shift_weekends_days li.weekend {
                background-color: #1368ad;
                color: white;
                border: 1px solid #045da6;
            }

            .shiftcontainer .shift_weekends .shift_weekends_days li.exempt {
                background-color: #970b6d;
                color: white;
                border: 1px solid #690c5d;
            }

.shiftcontainer .ibox-footer {
    display: flex;
}

.shiftcontainer .shift_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .shiftcontainer .shift_footer .shift_otherinfo {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: start;
    }

        .shiftcontainer .shift_footer .shift_otherinfo img {
            width: 25px;
        }

        .shiftcontainer .shift_footer .shift_otherinfo .shift_employees {
            width: 25px;
            height: 25px;
            font-size: 9.5px;
            background-color: #1368ad;
            color: white;
            line-height: 1;
            border-radius: 50% !important;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .shiftcontainer .shift_footer .shift-actions {
        display: flex;
        gap: 10px;
    }

        .shiftcontainer .shift_footer .shift-actions button {
            margin-bottom: 0;
        }

        .shiftcontainer .shift_footer .shift-actions a {
            margin-bottom: 0;
        }

.shiftcontainer .flex-input-group {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

    .shiftcontainer .flex-input-group .form-control.input-sm {
        flex: 1;
        flex-basis: 350px;
    }

    .shiftcontainer .flex-input-group div {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .shiftcontainer .flex-input-group div > * {
            flex: 1;
        }

/*.shiftcontainer .flex-input-group div .btn.btn-sm {
                flex: 3;
                margin-bottom: 0;
            }*/

.shiftcontainer .shift_timings .timings {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 3px;
    height: 21px;
}

    .shiftcontainer .shift_timings .timings .start_time,
    .shiftcontainer .shift_timings .timings .end_time,
    .shiftcontainer .shift_timings .timings .first_shift,
    .shiftcontainer .shift_timings .timings .second_shift {
        flex: 1;
        align-items: center;
        text-align: center;
        cursor: help;
        padding: 5px 0;
        position: relative;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 3px;
        line-height: 1;
        border: 1px solid rgb(209, 209, 209);
    }


    .shiftcontainer .shift_timings .timings .start_time {
        color: #2a832a;
    }

        .shiftcontainer .shift_timings .timings .start_time:before {
            content: "\f111";
            font-family: "FontAwesome";
            color: #2a832a;
            font-size: 6px;
        }

    .shiftcontainer .shift_timings .timings .end_time {
        color: #d43f3a;
    }

        .shiftcontainer .shift_timings .timings .end_time:before {
            content: "\f111";
            font-family: "FontAwesome";
            color: #d43f3a;
            font-size: 6px;
        }

    .shiftcontainer .shift_timings .timings .first_shift {
        border: 1px solid #f0ad4e;
        color: #ea5600;
    }

        .shiftcontainer .shift_timings .timings .first_shift span, .shiftcontainer .shift_timings .timings .second_shift span {
            padding: 0;
            border: none;
        }

    .shiftcontainer .shift_timings .timings .second_shift {
        border: 1px solid #7f7f7f;
        color: #434343;
    }


.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    font-size: 12px;
}



.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: auto !important;
}



.nav.navbar-nav.topmenuicons i.fa:not(.fa-angle-down) {
    font-size: 22px !important;
}

.nav.navbar-nav.topmenuicons a.dropdown-toggle {
    padding: 0 !important;
}

.nav.navbar-nav.topmenuicons {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    height: 46px;
}


    .nav.navbar-nav.topmenuicons .dropdown:not(.dropdown-user) {
        padding: 0 10px !important;
    }



.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    right: -10px !important;
}

.flex-basis-50 {
    flex-basis: 50px;
}

.flex-basis-100 {
    flex-basis: 100px;
}

.flex-basis-150 {
    flex-basis: 150px;
}

.flex-basis-200 {
    flex-basis: 200px;
}

.flex-basis-250 {
    flex-basis: 250px;
}

.flex-basis-300 {
    flex-basis: 300px;
}

.flex-basis-350 {
    flex-basis: 350px;
}

.flex-basis-400 {
    flex-basis: 400px;
}

.flex-basis-450 {
    flex-basis: 450px;
}

.faq-item .cyan-bg {
    transition: background-color 250ms ease-in-out;
}

.faq-item:hover .cyan-bg {
    background-color: #d5f6f6;
}


.assetslist .bulkcontainer {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)) !important;
}

    .assetslist .bulkcontainer .bulkitem {
        border: 1px solid #58585825;
    }

.asset-image {
    grid-area: image;
}

.asset-name {
    grid-area: name;
}

    .asset-name h4 {
        margin: 0;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .asset-name p {
        margin: 0;
        font-size: 12px;
    }

.asset-actions {
    grid-area: actions;
    text-align: right;
}

.assetslist .bulkcontainer .bulkitem .emp-section-full {
    grid-area: data !important;
}

.assetslist .bulkcontainer .bulkitem {
    grid-template-columns: 130px 1fr 1fr !important;
    grid-template-areas:
        "name name actions"
        "image data data" !important;
}

/* For Assigned Assets */

.asset-assigned .asset-name h4 {
    color: #328616;
}

.assetslist .bulkcontainer .bulkitem.asset-assigned {
    border-color: #32861678;
}

/* For Rejected Assets */

.asset-rejected .asset-name h4 {
    color: #cc0000;
}

.assetslist .bulkcontainer .bulkitem.asset-rejected {
    border-color: #32861678;
}


@media (max-width: 768px) {
    .assetslist .bulkcontainer .bulkitem {
        grid-template-columns: 1fr 2fr 1fr !important;
        grid-template-areas:
            "name name actions"
            "image data data" !important;
    }

        .assetslist .bulkcontainer .bulkitem .emp-section-full p {
            flex-basis: 100%;
        }

    /* .assetslist .bulkcontainer .bulkitem .asset-image img {
                  width: 130px;
                } */
}

.assetslist .asset-current-status {
    background-color: #58585825;
    padding: 5px 10px;
    border: 1px solid #585858;
    border-radius: 5px !important;
    display: inline-block;
    color: #585858;
}

    .assetslist .asset-current-status.asset-assigned {
        background-color: #3286161b;
        border: 1px solid #328616;
        color: #328616;
    }

.asset-actions .btn.btn-outline.btn-primary {
    height: 29px;
    line-height: 1;
    padding-top: 3px;
}


.b-gray {
    border-color: #d0d0d0;
}

.tooltip {
    width: auto;
    min-width: 110px;
    text-wrap: wrap;
}

/* assets header styles */

.asset-activity-log .social-avatar {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.asset-activity-log .step-status i {
    font-size: 19px;
    background-color: #9a9a9a1c;
    border: 1px solid #5252523e;
    padding: 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 10px;
}

.asset-activity-log .asset-activity-date {
    color: rgb(93, 93, 93);
}

/* assets body styles */

.asset-activity-log .social-body p {
    display: flex;
    gap: 0.5rem;
    line-height: 1;
    margin-bottom: 6px;
    transition: background-color 300ms linear;
    cursor: pointer;
}

    .asset-activity-log .social-body p > span {
        transition: background-color 300ms linear;
    }

    .asset-activity-log .social-body p:last-of-type {
        margin-bottom: 0;
    }

    .asset-activity-log .social-body p span {
        padding: 7px 5px;
    }

        .asset-activity-log .social-body p span:first-of-type {
            flex: 1;
            background-color: #58585825;
            display: flex;
            align-items: center;
        }

        .asset-activity-log .social-body p span:last-of-type {
            flex: 3;
            background-color: #cbcbcb25;
        }

    .asset-activity-log .social-body p:hover > span:first-of-type {
        background-color: #5858583c;
    }

    .asset-activity-log .social-body p:hover span:last-of-type {
        background-color: #cbcbcb5d;
    }

.asset-activity-log .asset-current-status {
    background-color: #58585825;
    padding: 5px 10px;
    border: 1px solid #585858;
    border-radius: 5px !important;
    display: inline-block;
    color: #585858;
}

/* Color changing by status */

/* Asset Assigned */

.asset-activity-log .asset-assigned .social-avatar {
    color: #328616;
}

.asset-activity-log .asset-assigned .step-status i {
    background-color: #3286161b;
    border-color: #328616;
}

.asset-activity-log .asset-assigned .social-body p > span:first-of-type {
    background-color: #3286161b;
}

.asset-activity-log .asset-assigned .social-body p:hover > span:first-of-type {
    background-color: #32861645;
}

/* Asset Rejected */

.asset-activity-log .asset-rejected .social-avatar {
    color: #861616;
}

.asset-activity-log .asset-rejected .step-status i {
    background-color: #86161b3b;
    border-color: #861616;
}

.asset-activity-log .asset-rejected .social-body p > span:first-of-type {
    background-color: #86161b3b;
}

.asset-activity-log .asset-rejected .social-body p:hover > span:first-of-type {
    background-color: #86161b75;
}

/* Asset Returned */

.asset-activity-log .asset-current-status.asset-assigned {
    background-color: #3286161b;
    border: 1px solid #328616;
    color: #328616;
}

.asset-activity-log .asset-returned .social-avatar {
    color: #2167aa;
}

.asset-activity-log .asset-returned .step-status i {
    background-color: #0b6fcd30;
    border-color: #2168aa3e;
}

.asset-activity-log .asset-returned .social-body p > span:first-of-type {
    background-color: #0b6fcd30;
}

.asset-activity-log .asset-returned .social-body p:hover > span:first-of-type {
    background-color: #0889ff57;
}

.asset-activity-log .asset-other-images {
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, 70px));
    gap: 1rem;
}

    .asset-activity-log .asset-other-images a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgb(233, 233, 233);
        transition: border-color linear 250ms;
    }

        .asset-activity-log .asset-other-images a:hover {
            border-color: rgb(172, 172, 172);
        }