@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 400;
    src: local('Circular Std Book Italic'), url('../fonts/CircularStd-BookItalic.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 500;
    src: local('Circular Std Medium Italic'), url('../fonts/CircularStd-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 600;
    src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 600;
    src: local('Circular Std Bold Italic'), url('../fonts/CircularStd-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 800;
    src: local('Circular Std Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}
@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 800;
    src: local('Circular Std Black Italic'), url('../fonts/CircularStd-BlackItalic.woff') format('woff');
}
@font-face {
    font-family: 'Material Icons';
    src: url(../fonts/material/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}
@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}
@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}
@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}
@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}*/

html {
    font-size: 100%;
    height: 100%;
}
body {
    font-family: 'CircularStd', sans-serif;
    font-size: 15px;
    color: #1f1f1f;
    background-color: #f7f7f7;
    min-height: 100%;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: CircularStd; */
    font-family: Helvetica Neue, sans-serif;
    margin-top: 0;
    font-weight: 500;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #007bff;
    outline: none;
}
.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
}
.form-control:focus {
    border-color: #ff9b44;
    box-shadow: none;
    outline: 0 none;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
a {
    color: #007bff;
}
input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
input, input:focus,
button, button:focus {
    outline: none;
}
input[type="file"] {
    height: auto;
}
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.form-control {
    resize: vertical;
}
.navbar-nav > li {
    float: left;
}
.input-lg.form-control {
    border-radius: 4px;
    height: 46px;
}
.input-sm.form-control {
    height: 30px;
    border-radius: 0;
}
.input-group-addon {
    border-color: #e3e3e3;
}
.input-group.input-group-lg .form-control {
    height: 46px;
}
select.form-control[multiple] option, select.form-control[size] option {
    border-radius: 3px;
    padding: 7px 12px;
}
select.form-control[multiple], select.form-control[size] {
    height: 200px;
    padding: 7px;
}

/* Table */

.table {color:#000;}
.table.table-white {background-color:#fff;}
.table thead th {
    font-weight: 500;
    letter-spacing: 0.05em;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: #f6f6f6;}
table.table td .avatar {margin:0 5px 0 0;}
table.table td h2 {display: inline-block;font-size: inherit;font-weight: 400;margin: 0;padding: 0;vertical-align: middle;}
table.table td h2 a {color: #757575;}
table.table td h2 a:hover {color: #ff9b44;}
table.table td h2 span {color: #9e9e9e;display: block;font-size: 12px;margin-top: 3px;}
table.dataTable {margin-bottom: 15px !important;margin-top: 15px !important;}


/* Helper Class */

.p-0 {padding: 0 !important;}
.p-5 {padding: 5px !important;}
.p-20 {padding: 20px !important;}
.p-30 {padding: 30px !important;}
.p-l-0 {padding-left: 0 !important;}
.p-r-0 {padding-right: 0 !important;}
.p-t-0 {padding-top: 0 !important;}
.p-b-0 {padding-bottom: 0 !important;}
.p-t-10 {padding-top: 10px !important;}
.p-b-10 {padding-bottom: 10px !important;}
.m-0 {margin: 0 !important;}
.m-r-2 {margin-right: 2px !important;}
.m-r-5 {margin-right: 5px !important;}
.m-r-10 {margin-right: 10px !important;}
.m-r-13 {margin-right: 13px !important;}
.m-r-14 {margin-right: 14px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-l-2 {margin-left: 2px !important;}
.m-l-5 {margin-left: 5px !important;}
.m-l-8 {margin-left: 8px !important;}
.m-l-10 {margin-left: 10px !important;}
.m-l-15 {margin-left: 15px !important;}
.m-t-1 {margin-top: 1px}
.m-t-3 {margin-top: 3px !important;}
.m-t-4 {margin-top: 4px !important;}
.m-t-5 {margin-top: 5px !important;}
.m-t-6 {margin-top: 6px !important;}
.m-t-7 {margin-top: 7px !important;}
.m-t-8 {margin-top: 8px !important;}
.m-t-0 {margin-top: 0 !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-15 {margin-top: 15px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-40 {margin-top: 40px !important;}
.m-t-50 {margin-top: 50px !important;}
.m-t-60 {margin-top: 60px !important;}
.m-b-0 {margin-bottom: 0 !important;}
.m-b-2 {margin-bottom: 2px !important;}
.m-b-5 {margin-bottom: 5px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-25 {margin-bottom: 25px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.w-md {min-width: 110px;}
.w-40 {width: 40px;}
.btn-md {height: 40px;}
.text-ellipsis {display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-muted-light {color:#aaa;}
.card-box {background-color: #fff;border: 1px solid #ededed;border-radius: 4px;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);margin-bottom: 30px;padding:20px;}
.card-title {color: #333;font-size: 16px;margin-bottom: 20px;margin-top: 0;}
.page-title {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-sub-title {color: #565656;font-size: 18px;font-weight: normal;margin-bottom: 20px;}
.add-btn {
    background-color: #ff9b44;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-weight: 500;
    min-width: 140px;
}
.add-btn:hover,
.add-btn:focus,
.add-btn:active {
    background-color: #ff851a;
    border: 1px solid #ff851a;
    color: #fff;
}
.add-btn i {
    margin-right: 5px;
}
.cal-icon::after {background: transparent url("../images/calander.png") no-repeat scroll 0 0;bottom: 0;content: "";display: block;height: 19px;margin: auto;position: absolute;right: 15px;top: 0;width: 17px;}
.cal-icon {position: relative;width: 100%;}
.ref-icon::after {bottom: 0;display: block;height: 19px;margin: auto;position: absolute;right: 15px;top: 0;width: 17px;}
.ref-icon {position: relative;width: 100%;}
.progress-xs {height: 4px;}
.label-success-border {border:1px solid #55ce63;color: #55ce63;background-color: #fff;display: inline-block;min-width:80px;}
.label-danger-border {border:1px solid #f62d51;color: #f62d51;background-color: #fff;display: inline-block;min-width:80px;}
.label-warning-border {border:1px solid #ffbc34;color: #ffbc34;background-color: #fff;display: inline-block;min-width:80px;}
.label-info-border {border:1px solid #009efb;color: #009efb;background-color: #fff;display: inline-block;min-width:80px;}
.panel {border: 1px solid #ededed;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);margin-bottom: 0px;}
.panel-title {font-size: 20px;}
.form-horizontal .control-label:not(.text-right) {text-align: left;}
.modal-footer.text-left {text-align:left;}
.font-18 {font-size:18px;}

/* Bootstrap Classes */

.btn-white {background-color: #fff;border: 1px solid #ccc;color: #333;}
.rounded, .circle {border-radius: 500px;}
.bg-purple, .label-purple {background-color:#7460ee;}
.bg-primary, .label-primary {background-color:#ff9b44;}
.bg-success, .label-success {background-color:#55ce63;}
.bg-info, .label-info {background-color:#009efb;}
.bg-warning, .label-warning {background-color:#ffbc34;}
.bg-danger, .label-danger {background-color:#f62d51;}
.text-primary, .dropdown-menu > li > a.text-primary {color:#ff9b44;}
.text-success, .dropdown-menu > li > a.text-success {color:#55ce63;}
.text-danger, .dropdown-menu > li > a.text-danger {color:#f62d51;}
.text-info, .dropdown-menu > li > a.text-info {color:#009efb;}
.text-warning, .dropdown-menu > li > a.text-warning {color:#ffbc34;}
.text-purple, .dropdown-menu > li > a.text-purple {color:#7460ee;}
.btn-purple {background-color: #7460ee;border:1px solid #7460ee; color:#fff;}
.btn-purple:hover, .btn-purple:focus {background-color: #482fe9;border: 1px solid #482fe9;}
.btn-primary {background-color: #ff9b44;border: 1px solid #ff9b44;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {background-color: #ff851a;border: 1px solid #ff851a;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {background-color: #ff851a;border: 1px solid #ff851a;}
.btn-success {background-color: #55ce63;border: 1px solid #55ce63}
.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {background: #4ab657;border: 1px solid #4ab657}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {background: #4ab657;border: 1px solid #4ab657}
.btn-info {background-color: #009efb;border: 1px solid #009efb}
.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {background-color: #028ee1;border: 1px solid #028ee1}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {background-color: #028ee1;border: 1px solid #028ee1}
.btn-warning {background: #ffbc34;border: 1px solid #ffbc34}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {background: #e9ab2e;border: 1px solid #e9ab2e}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {background: #e9ab2e;border: 1px solid #e9ab2e}
.btn-danger {background: #f62d51;border: 1px solid #f62d51}
.btn-danger:hover, .btn-danger:focus {background-color: #e6294b;border: 1px solid #e6294b}

.btn-custom {
    color: #fff;
}
.btn-custom {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    color: #fff;
}
.btn-custom.focus,
.btn-custom:focus,
.btn-custom:hover {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #ff9b44;border-color: #ff9b44;}
.pagination > li > a, .pagination > li > span {color: #ff9b44;}
.dropdown-menu {border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 3px;transform-origin: left top 0;box-shadow:inherit;background-color: #fff;}
.navbar-nav .open .dropdown-menu {background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.1);}
.btn-group-xs > .btn, .btn-xs {min-height: 22px;min-width: 22px;}
.dropdown-menu {font-size: 13px;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {box-shadow: none;}
.btn-link {color: #333;}
.help-block {color: #999;font-size: 12px;margin-bottom: 7px;margin-top: 7px;}
.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
}
label {
    font-weight: 600;
}
.label-sm {
    padding-top: 0;
    padding-bottom: 0;
}
.text-light {
    color: #f1f1f1;
}
.text-white {
    color: #fff;
}
.text-dark {
    color: #2e3e4e;
}
.text-muted {
    color: #979797;
}
.badge-white {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 2px 6px;
}
.progress-sm {
    height: 10px;
}
.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 1em;
}
.breadcrumb {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.breadcrumb a {
    color: #999;
}
.alert .close i {
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #11A7DB;
}
.input-s-sm {
    width: 120px;
}
.input-s {
    width: 200px;
}
.input-s-lg {
    width: 250px;
}
.list-group {
    border-radius: 2px;
}
.list-group.no-radius .list-group-item {
    border-radius: 0 !important;
}
.list-group.no-borders .list-group-item {
    border: none;
}
.list-group.no-border .list-group-item {
    border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
    background-color: transparent;
}
.list-group-item {
    border-color: #e8e8e8;
    padding-right: 15px;
}
.list-group-item.media {
    margin-top: 0;
}
.list-group-item.active {
    color: #fff;
    border-color: #55ce63 !important;
    background-color: #55ce63 !important;
}
.list-group-item.active .text-muted {
    color: #d0ebd6;
}
.list-group-item.active a {
    color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, 0.02);
}
.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-group-sp .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px;
}
.list-group-item>.badge {
    margin-right: 0;
}
.list-group-item>.fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}
.list-group-item>.fa-chevron-right+.badge {
    margin-right: 5px;
}
.nav-pills.no-radius>li>a {
    border-radius: 0;
}
.nav-pills>li.active>a {
    color: #fff !important;
    background: #ff9b44;
background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
}
.nav.nav-sm>li>a {
    padding: 6px 8px;
}
.nav .avatar {
    width: 36px;
    margin-right: 8px;
    border:0;
}

.open {
    z-index: 1050;
    position: relative;
}
.dropdown-menu {
    font-size: 13px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu.pull-left {
    left: 100%;
}
.dropdown-menu>.panel {
    border: none;
    margin: -5px 0;
}
.dropdown-menu>li>a {
    padding: 5px 15px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-image: none;
    filter: none;
    background-color: #f1f1f1 !important;
    color: #717171;
}
.dropdown-header {
    padding: 5px 15px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-color: #f1f1f1 !important;
    color: #717171;
}
.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
    display: block;
}
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
}
.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
}
.dropdown-select>li>a input {
    position: absolute;
    left: -9999em;
}
.carousel-control {
    width: 40px;
    color: #999;
    text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #ccc;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.carousel-indicators.out {
    bottom: -5px;
}
.carousel-indicators li {
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    background: #ddd;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
}
.carousel-indicators .active {
    background: #f0f0f0;
    background-color: rgba(200, 200, 200, 0.2);
    width: 10px;
    height: 10px;
    margin: 1px;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .active {
    opacity: 1;
    filter: alpha(opacity=1);
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-0 {
    clear: left;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter [class*="col"] {
    padding: 0;
}
.modal-over {
    width: 100%;
    height: 100%;
    position: relative;
    background: #2e3e4e;
}
.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
}
.icon-muted {
    color: #ccc;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}
.form-text {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 7px;
}

/* List View */

.div-table{display: table;width:100%;border-collapse: collapse;border-spacing: 0;background-color: transparent;margin-bottom: 10px;max-width: 100%;width: 100%;color: #000;}
.div-heading {display: table-row;font-weight: bold;}
.div-row {display: table-row;}
.div-cell{display: table-cell;border-top:1px solid #ddd;padding: 10px 8px;vertical-align: middle;}
.div-heading .div-cell {padding: 10px 8px;vertical-align: middle;border-bottom: 2px solid #ddd;}
.user_det_list h2 {display: inline-block;font-size: inherit;font-weight: 400;margin: 0;padding: 0;vertical-align: middle;}
.user_det_list h2 a {color: #757575;}
.user_det_list h2 a:hover {color: #ff9b44;}
.user_det_list h2 span.userrole-info {color: #9e9e9e;display: block;font-size: 12px;margin-top: 3px;}
.user_det_list .avatar {margin: 0 5px 0 0;}
.div-row {background-color: #fff;box-shadow: 0 0 3px #e5e5e5;}
.div-row:nth-of-type(2n+1) {background-color: #f6f6f6;}
.div-heading {background-color: #fff;box-shadow: 0 0 3px #e5e5e5;}.div-heading .div-cell p {font-weight:normal;}
.div-cell p {margin:0;font-weight:300;min-width:100px;}
.div-cell .user_det_list {min-width:185px;}
.div-cell .user_identity {min-width:170px;}
.row-paginate{padding:0px 16px 0px 0px;}


/* Grid View */

.grid-view .div-heading {display:none;}
.grid-view .user-identity {display:none;}
.grid-view .user-mail-info, .grid-view .create-date-info, .grid-view .user-role-info {display:none;}
.grid-view .number-info {display:none;}
.grid-view .div-table {display: inherit;margin: 0 -15px;max-width: inherit;width: inherit;}
.grid-view .div-row {background-color: transparent;box-shadow: inherit;display: block;float: left;margin-bottom: 16px;padding:0px;position: relative;text-align: center;width: 25%;}
.grid-view .div-cell.user-cell {background: #fff none repeat scroll 0 0;border: 1px solid #ededed;border-radius: 4px;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);display: block;padding: 20px;}
.grid-view .user_det_list h2 {display:block;}
.grid-view .user_det_list .avatar {font-size: 24px;height: 80px;line-height: 80px;margin: 0;width: 80px;}
.grid-view .username-info {color: #333;display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;margin-top: 10px;}
.grid-view .div-cell.user-action-info {border: 0 none;display: inline-block;position: absolute;right:0;top: 0;}
.grid-view.div-table::after {clear: both;}
.grid-view.div-table::after, .grid-view.div-table::before {content: " ";display: table;}
.div-table.grid-view {margin-left: -8px;margin-right: -8px;}
.grid-view > .div-row {padding-left: 8px;padding-right: 8px;width: 25% !important;}

/* Gird end*/

.cq-dropdown .dropdown-menu {
    padding: 10px;
}

/* For Invoice and Estimates Print */

@media print {
    .sidebar, .header-maroon , .header-blue, .header-orange, .header-purple, .header-white, .header-dark{
        display:none;
    }

    .page-wrapper{
        margin:auto 0!important;
    }
}

@media (min-width: 768px) {
    .app .hbox.stretch {
        height: 100%;
    }
    .app .vbox>section,
    .app .vbox>footer {
        position: absolute;
    }
    .app .vbox.flex>section>section {
        overflow: auto;
    }
    .hbox {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .hbox>aside,
    .hbox>section {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        padding: 0;
        float: none;
    }
    .hbox>aside.show,
    .hbox>aside.hidden-sm,
    .hbox>section.show,
    .hbox>section.hidden-sm {
        display: table-cell !important;
    }
    .vbox {
        display: table;
        /*border-spacing: 0;*/
        position: relative;
        height: 100%;
        width: 100%;
    }
    .vbox>section,
    .vbox>footer {
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .vbox>header ~ section {
        top: 60px;
    }
    /*.vbox>section.w-f {
        bottom: 50px;
    }*/
    .vbox>footer {
        top: auto;
        z-index: 1000;
    }
    .vbox>footer ~ section {
        bottom: 50px;
    }
    .vbox.flex>header,
    .vbox.flex>section,
    .vbox.flex>footer {
        position: inherit;
    }
    .vbox.flex>section {
        display: table-row;
        height: 100%;
    }
    .vbox.flex>section>section {
        position: relative;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .ie .vbox.flex>section>section {
        display: table-cell;
    }
    .vbox.flex>section>section>section {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .aside-xs {
        width: 48px;
    }
    .aside {
        width: 180px;
    }
    .aside-sm {
        width: 150px;
    }
    .aside-md {
        width: 220px;
    }
    .aside-lg {
        width: 250px;
    }
    .aside-xl {
        width: 300px;
    }
    .aside-xxl {
        width: 450px;
    }
    .scrollable {
        -webkit-overflow-scrolling: touch;
    }
}
.hbox>aside,
.hbox>section {
    padding: 0 !important;
}
.header>.btn,
.header>.btn-group,
.header>.btn-toolbar,
.footer>.btn,
.footer>.btn-group,
.footer>.btn-toolbar {
    margin-top: 10px;
}
.header>.btn-lg,
.footer>.btn-lg {
    margin-top: 0;
}
.header .nav-tabs,
.footer .nav-tabs {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
}
.header .nav-tabs>li a,
.footer .nav-tabs>li a {
    border: none !important;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.header .nav-tabs>li a:hover,
.header .nav-tabs>li a:focus,
.footer .nav-tabs>li a:hover,
.footer .nav-tabs>li a:focus {
    background-color: transparent;
}
.header .nav-tabs>li.active a,
.footer .nav-tabs>li.active a {
    color: #717171;
}
.header .nav-tabs>li.active a,
.header .nav-tabs>li.active a:hover,
.footer .nav-tabs>li.active a,
.footer .nav-tabs>li.active a:hover {
    background-color: #f7f7f7;
}
.header .nav-tabs.nav-white>li.active a,
.header .nav-tabs.nav-white>li.active a:hover,
.footer .nav-tabs.nav-white>li.active a,
.footer .nav-tabs.nav-white>li.active a:hover {
    background-color: #fff;
}
.header.navbar,
.footer.navbar {
    min-height: 60px;
    border-radius: 0;
    /*border: none;*/
    margin-bottom: 0;
    padding: 0;
}
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.no-touch .scrollable.hover {
    overflow-y: hidden;
}
.no-touch .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto;
}
@media print {
    html,
    body,
    .hbox,
    .vbox {
        height: auto;
    }
    .vbox>section,
    .vbox>footer {
        position: relative;
    }
}
.slimScrollBar {
    border-radius: 0 !important;
}
.navbar-brand {
    float: none;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    color:#fff !important;
}
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand img {
    max-height: 30px;
    /*margin-top: -4px;*/
    vertical-align: middle;
    display: inline-block;
}
.sidebar-menu ul.nav>li li a {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
}
.sidebar-menu ul.nav>li.active>ul {
    display: block;
}
.sidebar-menu ul.nav ul {
    display: none;
}
@media (min-width: 768px) {
    .visible-nav-xs {
        display: none;
    }
}
@media (max-width: 767px) {
    .row-eq-height {
        display:block;
    }
    .navbar-header {
        text-align: center;
    }
    .slimScrollDiv,
    .slim-scroll {
        overflow: visible !important;
        height: auto !important;
    }
    .slimScrollBar,
    .slimScrollRail {
        display: none !important;
    }
}
.arrow {
    border-width: 8px;
    z-index: 10;
}
.arrow,
.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.arrow:after {
    border-width: 7px;
    content: "";
}
.arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -8px;
}
.arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.arrow.right {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #eee;
    border-left-color: rgba(0, 0, 0, 0.1);
}
.arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -7px;
}
.arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.1);
    bottom: -8px;
}
.arrow.bottom:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0, 0, 0, 0.1);
}
.arrow.left:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
}
.btn-link {
    color: #717171;
}
.btn-link.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-default {
    color: #717171 !important;
    background-color: #fafafa;
    border-color: #dadada;
    border-bottom-color: #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #717171 !important;
    background-color: #ededed;
    border-color: #c6c6c6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fafafa;
    border-color: #dadada;
}
.btn-default.btn-bg {
    border-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #7266BA;
    border-color: #7266BA;
}
.btn-icon {
    padding-left: 0;
    padding-right: 0;
    width: 34px;
    text-align: center;
}
.btn-icon.btn-sm {
    width: 30px;
}
.btn-icon.btn-lg {
    width: 45px;
}
.text-active,
.active>.text {
    display: none !important;
}
.active>.text-active {
    display: inline-block !important;
}
.btn-group-justified {
    border-collapse: separate;
}
.btn-rounded {
    border-radius: 50px;
}
.btn>i.pull-left,
.btn>i.pull-right {
    line-height: 1.428571429;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}

.chat-item:before,
.chat-item:after {
    content: " ";
    display: table;
}
.chat-item:after {
    clear: both;
}
.chat-item .arrow {
    top: 20px;
}
.chat-item .arrow.right:after {
    border-left-color: #55ce63;
}
.chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px;
}
.chat-item .chat-body .panel {
    margin: 0 -1px;
}
.chat-item.right .chat-body {
    margin-left: 0;
    margin-right: 45px;
}
.chat-item+.chat-item {
    margin-top: 15px;
}
.comment-list {
    position: relative;
}
.comment-list .comment-item {
    margin-top: 0;
    position: relative;
}
.comment-list .comment-item>.thumb-sm {
    width: 36px;
}
.comment-list .comment-item .arrow.left {
    top: 20px;
    left: 39px;
}
.comment-list .comment-item .comment-body {
    margin-left: 46px;
}
.comment-list .comment-item .panel-body {
    padding: 10px 15px;
}
.comment-list .comment-item .panel-heading,
.comment-list .comment-item .panel-footer {
    position: relative;
    /*font-size: 12px;*/
    background-color: #fff;
}
.comment-list .comment-reply {
    margin-left: 46px;
}
.comment-list:before {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 18px;
    width: 1px;
    background: #e0e4e8;
    content: '';
}
.timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}
.timeline:before {
    content: "";
    width: 6px;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0;
}
.timeline .timeline-date {
    position: absolute;
    width: 150px;
    left: -200px;
    top: 50%;
    margin-top: -9px;
    text-align: right;
}
.timeline .timeline-icon {
    position: absolute;
    left: -41px;
    top: -2px;
    top: 50%;
    margin-top: -15px;
}
.timeline .time-icon {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: inline-block !important;
    z-index: 10;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
}
.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline-item {
    display: table-row;
}
.timeline-item:before,
.timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item.alt {
    text-align: right;
}
.timeline-item.alt:before {
    display: none;
}
.timeline-item.alt .panel {
    margin-right: 25px;
    margin-left: 0;
}
.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -41px;
}
.timeline-item.active {
    display: table-caption;
    text-align: center;
}
.timeline-item.active:before {
    width: 1%;
}
.timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto;
}
.timeline-item.active .timeline-caption h5 span {
    color: #fff;
}
.timeline-item.active .panel {
    margin-left: 0;
}
.timeline-item.active .timeline-date,
.timeline-item.active .timeline-icon {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}
.timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.timeline-caption .panel {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    text-align: left;
}
.timeline-caption h5 {
    margin: 0;
}
.timeline-caption h5 span {
    display: block;
    color: #999;
    margin-bottom: 4px;
    font-size: 12px;
}
.timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
.timeline-footer {
    display: table-row;
}
.timeline-footer a {
    display: table-cell;
    text-align: right;
}
.timeline-footer .time-icon {
    margin-right: -15px;
    z-index: 5;
}
#note-list .note-name,
#note-list .note-desc {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#note-list .note-desc {
    height: 16px;
    font-size: 11px;
}
#note-list li {
    cursor: pointer;
}
#task-list .edit {
    display: none;
    float: left;
    position: relative;
    left: 0;
    top: -8px;
    border-width: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 30px 0 0;
    font-size: 13px;
    color: #fff;
}
#task-list .editing .task-name {
    display: none;
}
#task-list .editing .edit {
    display: block;
}
#task-list .checkbox {
    margin: 4px 0;
}
#task-list li {
    position: relative;
}
#task-list li .close {
    position: absolute;
    top: 13px;
    right: 15px;
}
#task-list li.done .task-name {
    text-decoration: line-through;
}
#task-detail textarea {
    height: 60px;
    font-size: 12px;
    border-radius: 0;
}
.paper {
    position: relative;
    background: -webkit-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
    background: linear-gradient(to top, #f0f0f0 0%, white 5%) 0 0;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}
.paper:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #F9D3D3;
}
.paper textarea {
    border: none;
    background-color: transparent;
    height: 100%;
    padding: 30px 0 0 55px;
    line-height: 30px;
    min-height: 210px;
}
.tags .label {
    font-size: 1em;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 3px;
}
.post-item {
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}
.post-item .post-title {
    margin-top: 0;
}
.post-item .post-media {
    text-align: center;
}
.post-item .post-media img {
    border-radius: 3px 3px 0 0;
}
.switch {
    cursor: pointer;
    position: relative;
}
.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.switch input:checked+span {
    background-color: #55ce63;
}
.switch input:checked+span:after {
    left: 31px;
}
.switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}
.nav-docs>ul>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dropfile {
    border: 2px dashed #e0e4e8;
    text-align: center;
    min-height: 20px;
}
.dropfile.hover {
    border-color: #aac3cc;
}
.dropfile small {
    margin: 50px 0;
    display: block;
}
.portlet {
    min-height: 30px;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.easypiechart {
    position: relative;
    text-align: center;
}
.easypiechart .h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.easypiechart .easypie-text {
    position: absolute;
    z-index: 1;
    line-height: 1;
    font-size: 75%;
    width: 100%;
    top: 60%;
}
.easypiechart img {
    margin-top: -4px;
}
.combodate select {
    display: inline-block;
}
.doc-buttons .btn {
    margin-bottom: 5px;
}
.the-icons {
    list-style: none;
}
.fontawesome-icon-list i {
    font-size: 14px;
    width: 40px;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.fontawesome-icon-list a {
    line-height: 32px;
    display: block;
    white-space: nowrap;
}
.fontawesome-icon-list a:hover i {
    font-size: 28px;
    vertical-align: middle;
}
.th-sortable {
    cursor: pointer;
}
.th-sortable .th-sort {
    float: right;
    position: relative;
}
.th-sort i {
    position: relative;
    z-index: 1;
}
.th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0;
}
.th-sortable.active .text {
    display: none !important;
}
.th-sortable.active .text-active {
    display: inline-block !important;
}
.sortable-placeholder {
    list-style: none;
    border: 1px dashed #CCC;
    min-height: 50px;
    margin-bottom: 5px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.parsley-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
}
.parsley-error {
    border-color: #ff5f5f !important;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active.active {
    background: #7266BA;
    background: #7266BA \9;
}
.wizard .badge-info {
    background-color: #11A7DB;
}
.wizard .badge-success {
    background-color: #55ce63;
}
.wizard ul li.active {
    color: #11A7DB;
}
#flotTip {
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bg-gradient {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, 0.05)));
    background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0), 0, rgba(40, 50, 60, 0.05), 100%);
    background-image: -moz-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.05) 100%);
    background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.05) 100%);
    background-repeat: repeat-x;
    filter: none;
}
.bg-light {
    background-color: #f1f1f1;
    color: #717171;
}
.bg-light.lt,
.bg-light .lt {
    background-color: #f7f7f7;
}
.bg-light.lter,
.bg-light .lter {
    background-color: #eff3f6;
}
.bg-light.dk,
.bg-light .dk {
    background-color: #ebebeb;
}
.bg-light.dker,
.bg-light .dker {
    background-color: #e4e4e4;
}
.bg-light .bg {
    background-color: #f1f1f1;
}
.bg-dark {
    background-color: #2e3e4e;
    color: #9db1c5;
}
.bg-dark.lt,
.bg-dark .lt {
    background-color: #374b5e;
}
.bg-dark.lter,
.bg-dark .lter {
    background-color: #41586e;
}
.bg-dark.dk,
.bg-dark .dk {
    background-color: #25313e;
}
.bg-dark.dker,
.bg-dark .dker {
    background-color: #7460ee;
}
.bg-dark .bg {
    background-color: #2e3e4e;
}
.bg-dark a {
    color: #adbece;
}
.bg-dark a.list-group-item:hover,
.bg-dark a.list-group-item:focus {
    background-color: inherit;
}
.bg-dark .nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-dark .nav>li>a {
    color: #adbece;
}
.bg-dark .nav>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-dark .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-dark .nav .open>a {
    background-color: #25313e;
}
.bg-dark.navbar .nav>li.active>a {
    color: #fff;
    background-color: #25313e;
}
.bg-dark .open>a,
.bg-dark .open>a:hover,
.bg-dark .open>a:focus {
    color: #fff;
}
.bg-dark .text-muted {
    color: #8da4bb !important;
}
.bg-dark .icon-muted {
    color: #4a647e !important;
}
.bg-black {
    background-color: #34444c;
    color: #9b9b9b;
}
.bg-black.lt,
.bg-black .lt {
    background-color: #21292b;
}
.bg-black.lter,
.bg-black .lter {
    background-color: #424242;
}
.bg-black.dk,
.bg-black .dk {
    background-color: #1b1b1b;
}
.bg-black.dker,
.bg-black .dker {
    background-color: #0f0f0f;
}
.bg-black .bg {
    background-color: #282828;
}
.bg-black a {
    color: #a8a8a8;
}
.bg-black a:hover {
    color: #fff;
}
.bg-black a.list-group-item:hover,
.bg-black a.list-group-item:focus {
    background-color: inherit;
}
.bg-black .nav .caret {
    border-top-color: #9b9b9b;
    border-bottom-color: #9b9b9b;
}
.bg-black .nav>li>a {
    color: #b7c0cd;
}
.bg-black .nav>li>a:hover {
    color: #fff;
    background-color: #1b1b1b;
}
.bg-black .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-black .nav .open>a {
    background-color: #1b1b1b;
}
.bg-black.navbar .nav>li.active>a {
    color: #fff;
    background-color: #1b1b1b;
}
.bg-black .open>a,
.bg-black .open>a:hover,
.bg-black .open>a:focus {
    color: #fff;
}
.bg-black .text-muted {
    color: #8e8e8e !important;
}
.bg-black .icon-muted {
    color: #4e4e4e !important;
}
.bg-primary.lt,
.bg-primary .lt {
    background-color: #77c587;
}
.bg-primary.lter,
.bg-primary .lter {
    background-color: #89cc97;
}
.bg-primary.dk,
.bg-primary .dk {
    background-color: #6254B2;
}
.bg-primary.dker,
.bg-primary .dker {
    background-color: #48a75b;
}
.bg-primary .bg {
    background-color: #7266BA;
}
.bg-primary a {
    color: #ffffff;
}
.bg-primary a:hover {
    color: #fff;
}
.bg-primary a.list-group-item:hover,
.bg-primary a.list-group-item:focus {
    background-color: inherit;
}
.bg-primary .nav .caret {
    border-top-color: #e2f3e5;
    border-bottom-color: #e2f3e5;
}
.bg-primary .nav>li>a {
    color: #ffffff;
}
.bg-primary .nav>li>a:hover {
    color: #fff;
    background-color: #6254B2;
}
.bg-primary .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-primary .nav .open>a {
    background-color: #6254B2;
}
.bg-primary.navbar .nav>li.active>a {
    color: #fff;
    background-color: #6254B2;
}
.bg-primary .open>a,
.bg-primary .open>a:hover,
.bg-primary .open>a:focus {
    color: #fff;
}
.bg-primary .text-muted {
    color: #d0ebd6 !important;
}
.bg-primary .icon-muted {
    color: #77c587 !important;
}
.bg-success.lt,
.bg-success .lt {
    background-color: #9bc877;
}
.bg-success.lter,
.bg-success .lter {
    background-color: #a9d089;
}
.bg-success.dk,
.bg-success .dk {
    background-color: #18a689;
}
.bg-success.dker,
.bg-success .dker {
    background-color: #74ad46;
}
.bg-success .bg {
    background-color: #55ce63;
}
.bg-success a {
    color: #ffffff;
}
.bg-success a:hover {
    color: #fff;
}
.bg-success a.list-group-item:hover,
.bg-success a.list-group-item:focus {
    background-color: inherit;
}
.bg-success .nav .caret {
    border-top-color: #ebf4e4;
    border-bottom-color: #ebf4e4;
}
.bg-success .nav>li>a {
    color: #ffffff;
}
.bg-success .nav>li>a:hover {
    color: #fff;
    background-color: #18a689;
}
.bg-success .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-success .nav .open>a {
    background-color: #18a689;
}
.bg-success.navbar .nav>li.active>a {
    color: #fff;
    background-color: #18a689;
}
.bg-success .open>a,
.bg-success .open>a:hover,
.bg-success .open>a:focus {
    color: #fff;
}
.bg-success .text-muted {
    color: #deedd2 !important;
}
.bg-success .icon-muted {
    color: #9bc877 !important;
}
.bg-info {
    background-color: #11A7DB;
    color: #d1efef;
}
.bg-info.lt,
.bg-info .lt {
    background-color: #5fc7c8;
}
.bg-info.lter,
.bg-info .lter {
    background-color: #72cdce;
}
.bg-info.dk,
.bg-info .dk {
    background-color: #3fb4b5;
}
.bg-info.dker,
.bg-info .dker {
    background-color: #38a1a2;
}
.bg-info .bg {
    background-color: #11A7DB;
}
.bg-info a {
    color: #ffffff;
}
.bg-info a:hover {
    color: #fff;
}
.bg-info a.list-group-item:hover,
.bg-info a.list-group-item:focus {
    background-color: inherit;
}
.bg-info .nav .caret {
    border-top-color: #d1efef;
    border-bottom-color: #d1efef;
}
.bg-info .nav>li>a {
    color: #ffffff;
}
.bg-info .nav>li>a:hover {
    color: #fff;
    background-color: #3fb4b5;
}
.bg-info .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-info .nav .open>a {
    background-color: #3fb4b5;
}
.bg-info.navbar .nav>li.active>a {
    color: #fff;
    background-color: #3fb4b5;
}
.bg-info .open>a,
.bg-info .open>a:hover,
.bg-info .open>a:focus {
    color: #fff;
}
.bg-info .text-muted {
    color: #bee8e8 !important;
}
.bg-info .icon-muted {
    color: #5fc7c8 !important;
}
.bg-warning {
    background-color: #ffc333;
    color: #fff8e6;
}
.bg-warning.lt,
.bg-warning .lt {
    background-color: #ffcb4d;
}
.bg-warning.lter,
.bg-warning .lter {
    background-color: #ffd266;
}
.bg-warning.dk,
.bg-warning .dk {
    background-color: #ffbc1a;
}
.bg-warning.dker,
.bg-warning .dker {
    background-color: #ffb400;
}
.bg-warning .bg {
    background-color: #ffc333;
}
.bg-warning a {
    color: #ffffff;
}
.bg-warning a:hover {
    color: #fff;
}
.bg-warning a.list-group-item:hover,
.bg-warning a.list-group-item:focus {
    background-color: inherit;
}
.bg-warning .nav .caret {
    border-top-color: #fff8e6;
    border-bottom-color: #fff8e6;
}
.bg-warning .nav>li>a {
    color: #ffffff;
}
.bg-warning .nav>li>a:hover {
    color: #fff;
    background-color: #ffbc1a;
}
.bg-warning .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-warning .nav .open>a {
    background-color: #ffbc1a;
}
.bg-warning.navbar .nav>li.active>a {
    color: #fff;
    background-color: #ffbc1a;
}
.bg-warning .open>a,
.bg-warning .open>a:hover,
.bg-warning .open>a:focus {
    color: #fff;
}
.bg-warning .text-muted {
    color: #fff0cc !important;
}
.bg-warning .icon-muted {
    color: #ffcb4d !important;
}
.bg-danger.lt,
.bg-danger .lt {
    background-color: #fc8174;
}
.bg-danger.lter,
.bg-danger .lter {
    background-color: #fc988d;
}
.bg-danger.dk,
.bg-danger .dk {
    background-color: #fa5542;
}
.bg-danger.dker,
.bg-danger .dker {
    background-color: #fa3e29;
}
.bg-danger .bg {
    background-color: #F05050;
}
.bg-danger a {
    color: #ffffff;
}
.bg-danger a:hover {
    color: #fff;
}
.bg-danger a.list-group-item:hover,
.bg-danger a.list-group-item:focus {
    background-color: inherit;
}
.bg-danger .nav .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.bg-danger .nav>li>a {
    color: #ffffff;
}
.bg-danger .nav>li>a:hover {
    color: #fff;
    background-color: #fa5542;
}
.bg-danger .nav>li>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.bg-danger .nav .open>a {
    background-color: #fa5542;
}
.bg-danger.navbar .nav>li.active>a {
    color: #fff;
    background-color: #fa5542;
}
.bg-danger .open>a,
.bg-danger .open>a:hover,
.bg-danger .open>a:focus {
    color: #fff;
}
.bg-danger .text-muted {
    color: #fff2f0 !important;
}
.bg-danger .icon-muted {
    color: #fc8174 !important;
}
.bg-white {
    background-color: #fff;
    color: #717171;
}
.bg-white a {
    color: #009ce7;
}
.bg-white a:hover {
    color: #1b252e;
}
.bg-white .text-muted {
    color: #979797 !important;
}
.bg-white-only {
    background-color: #fff;
}
.bg-empty {
    background-color: transparent;
}
.pos-rlt {
    position: relative;
}
.pos-stc {
    position: static;
}
.pos-abt {
    position: absolute;
}
.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    border-width: 0;
    border-top: 1px solid #ddd;
}
.line-xs {
    margin: 0;
}
.line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}
.line-dashed {
    border-style: dashed;
    background: transparent;
}
.no-line {
    border-width: 0;
}
.no-border,
.no-borders {
    border-color: transparent;
    border-width: 0;
}
.no-radius {
    border-radius: 0;
}
.block {
    display: block;
}
.block.hide {
    display: none;
}
.inline {
    display: inline-block !important;
}
.pull-right-lg {
    float: right;
}
.pull-none {
    float: none;
}
.rounded {
    border-radius: 500px;
}
.btn-s-xs {
    min-width: 90px;
}
.btn-s-sm {
    min-width: 100px;
}
.btn-s-md {
    min-width: 120px;
}
.btn-s-lg {
    min-width: 150px;
}
.btn-s-xl {
    min-width: 200px;
}
.l-h-2x {
    line-height: 2em;
}
.l-h-1x {
    line-height: 1.2;
}
.l-h {
    line-height: 1.5;
}
.v-middle {
    vertical-align: middle !important;
}
.v-top {
    vertical-align: top !important;
}
.v-bottom {
    vertical-align: bottom !important;
}
.font-thin {
    font-weight: 300;
}
.font-normal {
    font-weight: normal;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.text-md {
    font-size: 0.85em;
}
.text-sm {
    font-size: 12px;
}
.text-xs {
    font-size: 10px;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-uc {
    text-transform: uppercase;
}
.text-lt {
    text-decoration: line-through;
}
.text-ul {
    text-decoration: underline;
}
.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.wrapper-sm {
    padding: 10px;
}
.wrapper {
    padding: 15px;
}
.wrapper-lg {
    padding: 30px;
}
.wrapper-xl {
    padding: 50px;
}
.padder {
    padding-left: 20px;
    padding-right: 20px;
}
.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}
.no-padder {
    padding: 0 !important;
}
.pull-in {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.pull-out {
    margin: -10px -15px;
}
.b-a {
    border: 1px solid #eaeaea;
}
.b-t {
    border-top: 1px solid #eaeaea;
}
.b-r {
    border-right: 1px solid #eaeaea;
}
.b-b {
    border-bottom: 1px solid #eaeaea;
}
.b-l {
    border-left: 1px solid #dee5e7;
}
.b-light {
    border-color: #e4e4e4;
}
.b-dark {
    border-color: #374b5e;
}
.b-primary {
    border-color: #77c587;
}
.b-success {
    border-color: #9bc877;
}
.b-info {
    border-color: #5fc7c8;
}
.b-warning {
    border-color: #ffcb4d;
}
.b-danger {
    border-color: #fc8174;
}
.b-black {
    border-color: #353535;
}
.b-white {
    border-color: #fff;
}
.b-2x {
    border-width: 2px;
}
.b-3x {
    border-width: 3px;
}
.r {
    border-radius: 2px 2px 2px 2px;
}
.r-l {
    border-radius: 2px 0 0 2px;
}
.r-r {
    border-radius: 0 2px 2px 0;
}
.r-t {
    border-radius: 2px 2px 0 0;
}
.r-b {
    border-radius: 0 0 2px 2px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-n {
    margin: 0;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.media-xs {
    min-width: 50px;
}
.media-sm {
    min-width: 80px;
}
.media-md {
    min-width: 90px;
}
.media-lg {
    min-width: 120px;
}
.thumb {
    /*width: 64px;*/
    display: inline-block;
}
.thumb-lg {
    width: 128px;
    display: inline-block;
}
.thumb-md {
    width: 90px;
    display: inline-block;
}
.thumb-xs {
    width: 18px;
    display: inline-block;
}
.thumb-sm {
    width: 36px;
    height:36px;
    display: inline-block;
}
.thumb-wrapper {
    padding: 2px;
    border: 1px solid #ddd;
}
.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.img-full {
    max-width: 100%;
}
.img-full>img {
    max-width: 100%;
}
.clear {
    display: block;
    overflow: hidden;
}
.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.scroll-y {
    overflow-y: auto;
}
.scroll-x {
    overflow-x: auto;
}
.no-touch .scroll-x,
.no-touch .scroll-y {
    overflow: hidden;
}
.no-touch .scroll-x:hover,
.no-touch .scroll-x:focus,
.no-touch .scroll-x:active {
    overflow-x: auto;
}
.no-touch .scroll-y:hover,
.no-touch .scroll-y:focus,
.no-touch .scroll-y:active {
    overflow-y: auto;
}
.no-touch .hover-action {
    display: none;
}
.no-touch .hover:hover .hover-action {
    display: inherit;
}
.h {
    font-size: 170px;
    font-weight: 300;
    text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
    .col-lg-2-4 {
        width: 20.000%;
        float: left;
    }
}
@media (max-width: 767px) {
    .shift {
        display: none !important;
    }
    .shift.in {
        display: block !important;
    }
    .row-2 [class*="col"] {
        width: 50%;
        float: left;
    }
    .row-2 .col-0 {
        clear: none;
    }
    .row-2 li:nth-child(odd) {
        clear: left;
        margin-left: 0;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .pull-none-xs {
        float: none !important;
    }
    .hidden-xs.show {
        display: inherit !important;
    }
}


/* new css */

.m-b-0 {margin-bottom: 0 !important;}
.m-b-5 {margin-bottom: 5px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-t-0 {margin-top:0 !important;}
.m-t-5 {margin-top:5px !important;}
.m-t-10 {margin-top:10px !important;}
.m-t-15 {margin-top:15px !important;}
.m-t-20 {margin-top:20px !important;}
.card-success{background:#55ce63;border-color:#55ce63}
.card-danger{background:#f62d51;border-color:#f62d51}
.card-warning{background:#ffbc34;border-color:#ffbc34}
.card-info{background:#009efb;border-color:#009efb}
.card-primary{background:#7460ee;border-color:#7460ee}
.card-dark{background:#2f3d4a;border-color:#2f3d4a}
.card-megna{background:#01c0c8;border-color:#01c0c8}
.btn-success {
    background-color: #55ce63;
    border-color: #55ce63;
}
.btn-success:hover {
    background-color: #55ce63;
    border-color: #55ce63;
    opacity: 0.7;
}
.font-20 {
    font-size: 20px;
}
#subNav {
    background-color: #34444c;
}
#subNav .nav-stacked > li {
    border-bottom: 1px solid #2d3d45;
}   
#subNav .nav > li > a {
    color: #fff;
}
#subNav .h4, #subNav p {
    color: #fff;
}
.sub-menu2 {
    background-color: #34444c;
}
.sub-menu2 .nav-stacked > li {
    border: 0;
}   
.sub-menu2 .nav > li > a {
    color: #b7c0cd;
    font-size: 13px;
    padding: 10px 15px;
}
.sub-menu2 .h4, .sub-menu2 p {
    color: #fff;
}
.label-danger a {
    color: #fff;
}
.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}
.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
  border: 0 !important;
  background-color: #ffffff !important;
  padding: 10px 20px !important;
}
.tabs-bordered li.active a,
.tabs-bordered li.active a:hover,
.tabs-bordered li.active a:focus {
  border-bottom: 2px solid #188ae2 !important;
  margin-bottom: -1px;
  color: #188ae2;
}
.tab-box {
    background-color: #fff;
    margin-bottom: 15px;
}
.tab-box {
    border-bottom: 0 none;
    padding: 0;
}
.pro-btns {
    margin: 5px 5px 0 0;
}
.proj-summary-band .card-box h3 {
    color: #515365;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.header-title {
    color: #656d78;
    font-size: 15px;
    font-weight: bold;
}
.nav-user {
    margin: 0;
    position: relative;
    z-index: 99;
    list-style: none;
}
.nav-user.nav > li > a {
    color: #fff;
}
.nav-user.nav > li > a > i {
    font-size: 20px;
    line-height: 60px;
}
.sub-menu2 .nav > li > a:hover, .sub-menu2 .nav > li > a:focus {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
}
.sa-confirm-button-container .btn-primary {
    background: #ff9b44 !important;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%) !important;
    border: 0 !important;
}
#subNav .b-light.dk {
    background-color: #21292b;
}
#subNav .b-light {
    border-color: #3d4d55;
}
.nav-pills > li.active > a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    color: #fff !important;
    background: #ff9b44 !important;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%) !important;
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%) !important;
}
#note-list {
    background-color: #fff;
    border-right: 1px solid #eaeaea;
}
#note-list .h3 {
    color: #333;
}
.nav-user.navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    display: inline-block;
}
.nav-user.navbar-nav > li > a:hover, .user-menu.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.2); 
}
.user-menu.nav .open > a, .nav .open > a:focus, .user-menu.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2); 
}
.nav-user .dropdown-menu {min-width: 136px;}

.header .dropdown-menu > li > a {
    position: relative;
}
.header .navbar-nav .badge {
    position: absolute;
    right: 7px;
    top: 4px;
}
.user-menu.nav > li > a .badge {
    position: absolute;
    right: 3px;
    top: 6px;
}

/* New css */

/* Nav tabs */

.nav-tabs > li > a {margin-right: 0;color: #888;border-radius: 0;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {border-color: transparent;color: #333;}
.nav-tabs.nav-justified > li > a {border-radius: 0;margin-bottom: 0;}
.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {border-bottom-color: #ddd;}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {border-color: transparent;}
.nav-tabs.nav-tabs-solid > li > a {color: #333;}
.nav-tabs.nav-tabs-solid > .active > a, .nav-tabs.nav-tabs-solid > .active > a:hover, .nav-tabs.nav-tabs-solid > .active > a:focus {background-color: #ff9b44;border-color: #ff9b44;color: #fff;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {border-radius:50px;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {border-radius:50px;}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a:hover, .nav-tabs.nav-tabs-solid.nav-tabs-rounded > .active > a:focus {border-radius: 50px;}
.nav-tabs-justified > li > a {border-radius: 0;margin-bottom: 0;}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {border-bottom-color: #ddd;}
.nav-tabs-justified.nav-tabs-solid > li > a {border-color: transparent;}

.notification-box {background-color:#fff !important;bottom: 0;margin-right: -300px;position: fixed;right: 0;top: 60px;transition: all 0.4s ease 0s;width: 300px;z-index: 101;border-left: 1px solid #ddd;}
.open-msg-box.notification-box {margin-right:0;}
.list-box {list-style: none;padding-left: 0;}
.list-item.new-message  {background-color: rgba(0, 0, 0, 0.2);}
.list-item {border-bottom: 1px solid #eaeaea;padding: 10px;position: relative;}
.list-left {height: 48px;position: absolute;width: 48px;}

.list-body {
    min-height: 38px;
    padding: 0 0 0 50px;
}
.message-author {color: #333;float: left;font-weight: bold;width: 175px;display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.message-time {color: #888;float: right;font-size: 11px;}
.message-content {color: #333;font-size: 13px;display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.file-author a {color: #ff9b44;font-size: 12px;text-decoration: underline;}
.notification-box .avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 38px;
}
.dash-widget > a {color: #333;}
.dash-widget-icon {background-color: rgba(255, 155, 68, 0.2);border-radius: 100%;color: #ff9b44;display: inline-block;float: left;font-size: 30px;height: 60px;line-height: 60px;margin-right: 10px;text-align: center;width: 60px;}
.dash-widget-info {text-align: right;}
.dash-widget-info > h3 {font-size: 30px;font-weight: 600;}
.dash-widget-info > span {font-size: 16px;}

.theme-orange .dash-widget-icon {
    background-color: rgba(255, 155, 68, 0.2);
    color: #ff9b44;
}
.theme-orange .dash-widget-icon {
    background-color: rgba(255, 155, 68, 0.2);
    color: #ff9b44;
}
.theme-blue .dash-widget-icon {
    background-color: rgba(0, 197, 251, 0.2);
    color: #00c5fb;
}
.theme-blue .dash-widget-icon {
    background-color: rgba(0, 197, 251, 0.2);
    color: #00c5fb;
}
.theme-maroon .dash-widget-icon {
    background-color: rgba(244, 59, 72, 0.2);
    color: #f43b48;
}
.theme-purple .dash-widget-icon {
    background-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}


/* Activity */

.activity-box {position: relative;}
.activity-list {list-style: none;margin: 0 0 0 10px;padding: 0;position: relative;}
.activity .activity-list {list-style: none;margin: 0;padding: 0;position: relative;}
.activity .activity-list > li .activity-user {height: 32px;margin: 0;padding: 0;position: absolute;top: 12px;left: 8px;width: 32px;}
.activity .activity-list > li .activity-content {background-color: #fff;margin: 0 0 0 40px;padding: 0;position: relative;}
.activity-list::before {background: #ddd;bottom: 0;content: "";left: 23px;position: absolute;top: 8px;width: 2px;}
.activity .activity-list li::before {background: #ddd;bottom: 0;content: "";left: 22px;position: absolute;top: 12px;width: 2px;}
.activity-list li::before {background: #ddd;bottom: 0;content: "";left: 8px;position: absolute;top: 8px;width: 2px;}
.activity-list > li {background-color: #fff;margin-bottom: 10px;padding: 10px;position: relative;border: 1px solid #e7e7e7;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);}
.activity-list > li:last-child .activity-content {margin-bottom:0;}
.activity-user .avatar {height: 32px;line-height: 32px;margin: 0;width: 32px;}
.activity-list > li .activity-user {background: #fff;height: 32px;left: -7px;margin: 0;padding: 0;position: absolute;top: 3px;width: 32px;}
.activity-list > li .activity-content {background-color: #fff;margin: 0 0 20px 40px;padding: 0;position: relative;}
.activity-list > li .activity-content .timeline-content {color: #9e9e9e;}
.activity-list > li .activity-content .timeline-content a.name {color: #000;}
.activity-list > li .time {color: #bdbdbd;display: block;font-size: 12px;line-height: 1.35;}
.activity-user .avatar > img {display: block;width: 100%;}
.activity-panel .activity-list > li {border: 0 none;box-shadow: inherit;padding: 0;}
.activity-panel .activity-list::before {left: 8px;}


/* Holidays */

.custom-table tr {background-color: #fff;box-shadow: 0 0 3px #e5e5e5;}
.custom-table tr.holiday-completed {color: #aaa;}
.custom-table tr {background-color: #fff;}
.table.custom-table > tbody > tr > td, 
.table.custom-table > tbody > tr > th, 
.table.custom-table > tfoot > tr > td, 
.table.custom-table > tfoot > tr > th, 
.table.custom-table > thead > tr > td, 
.table.custom-table > thead > tr > th {padding: 10px 8px;vertical-align: middle;}
.table.custom-table > tbody > tr > td:first-child,
.table.custom-table > thead > tr > th:first-child {
    padding-left: 15px;
}
.table.custom-table > tbody > tr > td:last-child,
.table.custom-table > thead > tr > th:last-child {
    padding-right: 15px;
}
.action-icon {color: #777;font-size: 18px;padding: 0 10px;display:inline-block;}
.table .dropdown-menu {font-size:12px;}

/* Events  */

.calendar {float: left;margin-bottom: 0;}
.fc-view {margin-top: 30px;}
.none-border .modal-footer {border-top: none;}
.fc-toolbar h2 {font-size: 18px;font-weight: 600;font-family: 'Lato', sans-serif;line-height: 30px;text-transform: uppercase;}
.fc-day-grid-event .fc-time {font-family: 'Lato', sans-serif;}
.fc-day {background: #fff;}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {z-index: 0;}
.fc th.fc-widget-header {background: #eeeeee;font-size: 14px;line-height: 20px;padding: 10px 0;text-transform: uppercase;}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {border-color: #f3f3f3;}
.fc-button {background: #f1f1f1;border: none;color: #797979;text-transform: capitalize;box-shadow: none !important;border-radius: 3px !important;margin: 0 3px !important;padding: 6px 12px !important;height: auto !important;}
.fc-text-arrow {font-family: inherit;font-size: 16px;}
.fc-state-hover {background: #f3f3f3;}
.fc-state-highlight {background: #f0f0f0;}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {background-color: #ff9b44 !important;color: #fff !important;text-shadow: none !important;}
.fc-cell-overlay {background: #f0f0f0;}
.fc-unthemed .fc-today {background: #fff;}
.fc-event {border-radius: 2px;border: none;cursor: move;font-size: 13px;margin: 1px 7px;padding: 5px 5px;text-align: center;}
.external-event {cursor: move;margin: 10px 0;padding: 6px 10px;}
.external-event.bg-primary {background-color: rgba(127, 193, 252, 0.3) !important;color: #7fc1fc;}
.external-event.bg-success {background-color: rgba(75, 211, 150, 0.3) !important;color: #4bd396;}
.external-event.bg-info {background-color: rgba(58, 201, 214, 0.3) !important;color: #3ac9d6;}
.external-event.bg-warning {background-color: rgba(249, 200, 81, 0.3) !important;color: #f9c851;}
.external-event.bg-danger {background-color: rgba(245, 112, 122, 0.3) !important;color: #f5707a;}
.external-event.bg-pink {background-color: rgba(240, 98, 146, 0.3) !important;color: #f06292;}
.external-event.bg-purple {background-color: rgba(107, 95, 181, 0.3) !important;color: #6b5fb5;}
.external-event.bg-inverse {background-color: rgba(59, 62, 71, 0.3) !important;color: #3b3e47;}
.external-event.bg-orange {background-color: rgba(255, 152, 0, 0.3) !important;color: #ff9800;}
.external-event.bg-brown {background-color: rgba(141, 110, 99, 0.3) !important;color: #8d6e63;}
.external-event.bg-teal {background-color: rgba(38, 166, 154, 0.3) !important;color: #26a69a;}
.fc-basic-view td.fc-week-number span {padding-right: 8px;font-weight: 700;font-family: 'Lato', sans-serif;}
.fc-basic-view td.fc-day-number {padding-right: 8px;font-weight: 700;font-family: 'Lato', sans-serif;}

/*-----------------
    14. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff9b44;
}

/* Sidebar */

.sidebar {
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.4s ease 0s;
    width: 230px;
    z-index: 1041;
}
.modal-open .sidebar {z-index: 1039;}
.sidebar-inner{height:100%;}
.sidebar-menu ul {font-size: 14px;list-style-type: none;margin: 0;padding: 0;}
.sidebar-menu li a {color: #b7c0cd;display: block;font-size: 15px;height: auto;line-height: 40px;min-height: 40px;padding: 0 15px;}
.sidebar-menu li a:hover {color:#fff;}
.sidebar-menu li a > .badge {margin-top: 10px;}
.sidebar-menu li a > i {
    font-size: 16px;
    margin-right: 10px;
    min-width: 20px;
}
.sidebar-menu li.active a {color: #fff;background-color: #263238;}
.menu-title {color: #ff9b44;font-size: 16px;line-height: 40px;min-height: 40px;padding: 0 20px;}
.menu-title > i {float: right;line-height: 40px;}
.sidebar-menu li.menu-title a {color: #ff9b44;display: inline-block;padding: 0;}
.sidebar-menu li.menu-title a.btn {color: #fff;display: block;float: none;font-size: 15px;line-height: inherit;margin-bottom: 15px;}
.sidebar-menu ul ul a.active {color: #ff9b44;text-decoration: underline;}
.mobile-user-menu {color: #333;display: none;font-size: 24px;height: 60px;line-height: 60px;padding: 0 20px;position: absolute;right: 0;text-align: right;top: 0;width: 60px;z-index: 10;}
.mobile-user-menu a {color:#333;}
.mobile-user-menu a:hover {color:#333;}
.profile-rightbar {display:none;color: #ff9b44;font-size: 26px;margin-left: 15px;}

.mobile_btn {display:none;}
.sidebar-menu ul ul a {display: block;padding: 0 20px 0 50px;}
.sidebar-menu ul ul {background-color: #263238;}
.sidebar-menu ul ul ul a {padding-left: 80px;}
.sidebar-menu ul ul ul ul a {padding-left: 100px;}
.sidebar-menu > ul > li {position: relative;}
.sidebar-menu > ul > li.no-chat-msg {
    padding: 0 20px;
}
.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'FontAwesome';
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.sidebar-menu .menu-arrow:before {content: "\f105";}
.sidebar-menu li a.subdrop .menu-arrow {-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.noti-dot:before {content: '';width: 5px;height: 5px;border: 5px solid #ff9b44 ;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background-color: #ff9b44 ;z-index: 10;position: absolute;right: 37px;top: 17px;}
.noti-dot:after {
    content: '';
    border: 4px solid #ff9b44 ;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 24px;
    width: 24px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1;
    opacity: 0;
}

/* Roles & Permissions */

.roles-menu {margin-top: 20px;}
.roles-menu .nav {background-color: #fff;}
.roles-menu .nav > li a {border-left: 3px solid transparent;color: #333;}
.roles-menu .nav > li.active a {border-color: #ff9b44;color: #ff9b44;}
.roles-menu .nav > li a:hover {border-color: #ff9b44;}
.material-switch > input[type="checkbox"] {display: none;   }
.material-switch > label {cursor: pointer;height: 0px;position: relative; width: 40px;}
.material-switch > label::before {background: rgb(0, 0, 0);box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);border-radius: 8px;content: '';height: 16px;margin-top: -8px;position:absolute;opacity: 0.3;transition: all 0.4s ease-in-out;width: 40px;}
.material-switch > label::after {background: rgb(255, 255, 255);border-radius: 16px;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);content: '';height: 24px;left: -4px;margin-top: -8px;position: absolute;top: -4px;transition: all 0.3s ease-in-out;width: 24px;}
.material-switch > input[type="checkbox"]:checked + label::before {background: inherit;opacity: 0.5;}
.material-switch > input[type="checkbox"]:checked + label::after {background: inherit;left: 20px;}
.role-action {float: right;display:none;}
.roles-menu .nav > li a:hover .role-action {display:block;}

/* Inbox */

.table-inbox input[type="radio"], .table-inbox input[type="checkbox"] {cursor: pointer;}
.mail-list {list-style: none;padding: 0;}
.mail-list > li > a {color: #333;display: block;padding: 10px;}
.mail-list > li.active > a {color: #ff9b44;font-weight: bold;}
.mail-date {float:right;}
.unread .name, .unread .subject, .unread .mail-date {color: #000;font-weight: 600;}
.table-inbox .fa-star {color: #ffd200;}
.table-inbox .starred.fa-star {color: #ffd200;}
.table.table-inbox > tbody > tr > td, .table.table-inbox > tbody > tr > th, .table.table-inbox > tfoot > tr > td, .table.table-inbox > tfoot > tr > th, .table.table-inbox > thead > tr > td, .table.table-inbox > thead > tr > th {border-top: 1px solid #f2f2f2;}
.table-inbox {font-size: 14px;}
.note-editor.note-frame {border: 1px solid #ccc;box-shadow: inherit;}
.note-editor.note-frame .note-statusbar {background-color: #fff;}
.note-editor.note-frame.fullscreen {top: 60px;}
.mail-title {font-weight: bold;text-transform: uppercase;}
.form-control.search-message {border-radius: 4px;height: 34px;margin-left: 5px;width: 180px;}
.table-inbox tr {cursor: pointer;}
table.table-inbox tbody tr.checked {background-color: #ffffcc;}
.mail-label {margin-right: 5px;}

.email-content {
    margin-top: 20px;
}
.email-content .name {
    display: inline-block;
    margin-right: 20px;
    min-width: 100px;
}
.email-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.email-list > li {
    border-bottom:1px solid #f2f2f2;
}
.email-list > li > a {
    display: block;
    padding: 10px 8px;
}
.email-list > li > a:hover {
    background-color: #f5f5f5;
}
.email-list > li > .trash-link {
    display: block;
    padding: 10px 8px;
}
.email-list > li > .trash-link:hover {
    background-color: #f5f5f5;
}
.perm-delete {
    float: right;
    margin-right: 20px;
}
.mail-lists {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.mail-menu {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mail-menu > li a {border-left: 3px solid transparent;color: #888;display: block;
    padding: 10px 15px;
    position: relative;}
.mail-menu > li.active a {border-color: #ff9b44;color: #ff9b44;
    background-color: #f5f5f5;}
.mail-menu > li a:hover {
    background-color: #f5f5f5;
    border-color: #ff9b44;
}
.email-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.email-list > li.no-messages {
    border: 0;
    color: #979797;
    padding: 70px 0;
    text-align: center;
}
.no-msg-title {
    margin: 20px 0 0;
}
/* Dashboard */

.paid-inv-list {
    list-style: none;
    padding-left: 0;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.paid-inv-list > li {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    padding: 10px;
}
.paid-inv-list > li:last-child {
    border-bottom: 0;
}

.panel-activities > .panel-body{
    padding:4px;
}

.tickets-table .avatar, .task-table .avatar {
    width: 32px;
    height: 32px;
}


/* Chat */


.chat-user-list > ul {list-style: none;margin: 0;padding-left: 0;}
.chat-user-list > ul > li {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
}
.chat-user-list > ul > li.active_cls {
    background-color:#ff9b44;
    border-color:#ff9b44;
}
.chat-user-list > ul > li.active_cls .chat-msg {
    color:#333;
}
.chat-user-list > ul > li > a {display: block;padding: 10px;position: relative;min-height: 80px;}
.chat-user-list > ul > li > a:hover {color:inherit;}
.chat-user {
    display: inline-block;
    /*float: left;*/
    margin-right: 10px;
    position: relative;
   /* width: 40px;*/
}
.chat-user > img {border-radius: 100%;width: 40px;}
.chat-user-info {
    float: left;
    padding: 0;
    width: calc(100% - 50px);
}
.chatter-name {
    margin-bottom: 5px;
}
.chat-last-time {
    float: right;
    font-size: 12px;
    text-align: right;
}
.chat-msg {
    color: #b8b8b8;
    font-size: 14px;
}
.msg-text {
    color: #868b92;
    font-size: 13px;
    margin: 0;
}

/*-----------------
    Chat
-----------------------*/

.chat-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
.chat-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.message-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
}
.chat-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #eff3f6;
}
.chat-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}
.chat-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
}
.chat-header .user-info a {
    color: #76838f;
    text-transform: uppercase;
}
.typing-text {
    color: #ff9b44;
    font-size: 12px;
    text-transform: lowercase;
}
.last-seen {
    color: #a3afb7;
    display: block;
    font-size: 12px;
}
.chat-menu {
    margin-top: 6px;
}
.chat-menu.navbar-nav > li > a {
    color: #ff9b44;
    font-size: 26px;
    margin-left: 15px;
    padding: 0;
}
.chat-menu.navbar-nav > li > a:hover,
.chat-menu.navbar-nav > li > a:focus {
    background-color: transparent;
}
.chat-menu .dropdown-menu {
    left: auto;
    right: 0;
}
.message-search {
    margin-top: 5px;
}
.message-search .input-group {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 50px;
}
.message-search .input-group .form-control {
    background: transparent;
    border: none;
}
.message-search .btn {
    background-color: transparent;
}
.chat-contents {
    display: table-row;
    height: 100%;
}
.chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}
.chat-wrap-inner {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.chats {
    padding: 30px 15px;
}
.chat-body {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}
.chat-body:first-child {
    margin-top: 0
}
.chat-right .chat-content {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0;
    clear: both;
    color: #fff;
    background-color: #34444c;
    border-radius: 20px 2px 2px 20px;
    max-width: 60%;
}
.chat-right .chat-body {
    padding-left: 48px;
    padding-right: 10px;
}
.chat-bubble {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.chat-bubble:hover .chat-action-btns {
    display: block;
    float: left;
}
.chat-right .chat-bubble:hover .chat-action-btns {
    float: right;
    display: block;
}
.chat.chat-right .chat-bubble:last-child .chat-content {
    border-bottom-right-radius: 20px;
}
.chat.chat-right .chat-bubble:first-child .chat-content {
    border-top-right-radius: 20px;
}
.chat-content > p {
    margin-bottom: 0;
}
.chat-time {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 12px;
}
.chat-right .chat-time {
    text-align: right;
}
.chat-bubble .chat-action-btns {
    display: none;
}
.chat-action-btns {
    float: right;
}
.chat-action-btns ul {
    list-style: none;
    padding: 0;
    margin: 15px 15px 0 15px;
}
.chat-action-btns ul > li {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
}
.chat-right .chat-action-btns {
    float: left;
}
.chat-bubble .chat-action-btns a {
    color: #8c8c8c;
}
.chat-line {
    border-bottom: 1px solid #eaeaea;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.chat-date {
    background-color: #eff3f6;
    color: #ff9b44;
    font-size: 12px;
    padding: 0 11px;
}
.chat-avatar {
    float: right;
}
.chat-left .chat-avatar {
    float: left
}
.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 20px;
}
.chat-left .chat-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #76838f;
    float: left;
    position: relative;
    padding: 8px 15px;
    border-radius: 2px 20px 20px 2px;
    max-width: 60%;
}
.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
}
.avatar:hover {
    color: #fff;
}
.avatar.avatar-xs {
    width: 24px;
    height: 24px
}
.avatar > img {
    width: 100%;
    display: block;
}
.chat.chat-left .chat-bubble:first-child .chat-content {
    border-top-left-radius: 20px;
    margin-top: 0;
}
.chat.chat-left .chat-bubble:last-child .chat-content {
    border-bottom-left-radius: 20px;
}
.chat-left .chat-time {
    color: #a3afb7
}
.attach-list {
    color: #adb7be;
    padding: 5px 0 0;
    line-height: 24px;
    margin: 0;
    list-style: none;
}
.attach-list i {
    margin-right: 3px;
    font-size: 16px;
}
.previews li {
    float: left;
    margin: 10px 0;
}
.previews img {
    display: block;
    max-width: 360px;
    width: auto;
}
.previews {
    list-style: none;
    padding: 0;
}
.chat-right .attach-list a,
.chat-right .attach-list i {
    color: #fff;
}
.chat-footer {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}
.message-bar {
    display: table;
    height: 44px;
    position: relative;
    width: 100%;
}
.message-bar .message-inner {
    display: table-row;
    height: 100%;
    padding: 0 8px;
    width: 100%;
}
.message-bar .link {
    color: #777;
    display: table-cell;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 30px;
}
.message-bar .message-area {
    display: table-cell;
}
.message-area .input-group .form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 44px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    resize: none;
}
.message-area .btn {
    /*height: 44px;*/
    /*width: 50px;*/
    height: auto;
    width: auto;
}
.profile-right {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
}
.display-table {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.table-row {
    display: table-row;
    height: 100%;
}
.table-body {
    position: relative;
    height: 100%;
    width: 100%;
}
.table-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.profile-right-inner {
    border-left: 1px solid #eaeaea;
    background-color: #fff;
}
.chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center;
}
.edit-profile-img {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
    cursor: pointer;
}
.edit-profile-img img {
    border-radius: 50%;
    height: auto;
    margin: 0;
    width: 120px;
}
.change-img {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    line-height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
}
.edit-profile-img:hover .change-img {
    display: block;
}
.edit-profile-img .avatar {
    height: auto;
    margin: 0;
    width: 120px;
}
.user-name {
    color: #333;
}
.edit-btn {
    border-radius: 40px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
}
.chat-profile-info {
    padding: 15px;
}
.user-det-list {
    list-style: none;
    padding: 0;
}
.user-det-list > li {
    padding: 6px 15px;
}
.user-det-list .text-muted {
    color: #888;
}
.files-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.files-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    margin: 2px 0 0;
    padding: 10px;
}
.files-cont {
    position: relative;
}
.file-type {
    height: 48px;
    position: absolute;
    width: 48px;
}
.files-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
.files-icon i {
    color: #76838f;
    font-size: 20px;
}
.files-info {
    padding: 0 30px 0 50px;
}
.files-action {
    display: none;
    height: 30px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}
.files-list > li:hover .files-action {
    display: block;
}
.file-date {
    color: #888;
    font-size: 12px;
}
.files-action .dropdown-menu {
    left: auto;
    right: 0;
}
.chat-img-attach {
    border-radius: 4px;
    margin-bottom: 12px;
    margin-left: 12px;
    position: relative;
    float: right;
}
.chat-img-attach img {
    border-radius: 4px;
}
.chat-placeholder {
    background: rgba(69, 81, 97, 0.6);
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}
.chat-img-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.chat-file-desc {
    font-size: 11px;
}
.chat-right .chat-content.img-content {
    background-color: transparent;
    color: #76838f;
    padding: 0;
    text-align: right;
}
.chat-right .img-content .chat-time {
    color: #a3afb7;
}
.chat-left .chat-img-attach {
    float: left;
    margin-left: 0;
    margin-right: 12px;
}
.input-group .input-lg.form-control {
    border-radius: 4px 0 0 4px;
    height: 46px;
}
.chat-user-list .media {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    margin: 0;
    padding: 10px;
    margin-top: 2px;
    background-color: #fff;
}
.chat-user-list .avatar {
    margin-right: 0;
}
.designation {
    color: #9e9e9e;
    font-size: 12px;
}
.online-date {
    color: #9e9e9e;
    font-size: 12px;
}
.drop-zone {
    width: 100%;
    height: 205px;
    border: 2px dashed #adb7be;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 20px;
}
.drop-zone .drop-zone-caption {
    font-weight: 600;
}
.upload-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.upload-list .file-list {
    background-color: #fff;
    border-top: 1px solid #d8e2e7;
    padding: 10px;
}
.upload-list .file-list:first-child {
    border-top: none
}
.upload-list .upload-wrap {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 5px
}
.upload-list .file-name,
.upload-list .file-size {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.upload-list .file-name {
    padding-right: 15px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}
.upload-list .file-size {
    color: #888;
}
.upload-list .file-close {
    border: none;
    background: none;
    color: #dbe4ea;
    position: absolute;
    right: 0;
    top: 2px;
}
.upload-list .file-close:hover {
    color: #f62d51
}
.upload-list .upload-process {
    font-size: 10px;
    color: #888;
}
.upload-list .progress {
    margin-bottom: 5px;
    background-color: #f6f8fa;
    height: 5px;
}
.upload-list .file-name i {
    color: #fda75c;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
    color: #ccc;
    border-style: dashed;
    border-color: #adb7be;
    line-height: 200px;
    text-align: center;
    background-color: #fff;
}
.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}
.upload-text {
    font-size: 24px;
    margin-left: 10px;
}
.files-share-list {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

/* Settings */

.settings-menu {padding: 0;}
.settings-menu ul {background-color: #fff;border-radius: 4px;list-style: none;margin: 0;padding: 0;}
.settings-menu ul > li a {border-left: 3px solid transparent;color: #888;display: block;padding: 10px 15px;position: relative;}
.settings-menu ul > li.active a {border-color: #ff9b44;color: #ff9b44;background-color: #f5f5f5;}
.settings-menu ul > li a:hover {background-color: #f5f5f5;border-color: #ff9b44;}
.settings-menu ul > li > a > i {margin-right:5px;width:20px;}

/* leads */

.kanban-col .panel-footer {background-color:#fff;border:0;text-align:center;}

/* invoice */

.invoice-details, .invoice-payment-details > li span {float: right;text-align: right;}

/* projects */

.note-editor.note-frame {border: 1px solid #ccc;box-shadow: inherit;}
.note-editor.note-frame .note-statusbar {background-color: #fff;}
.note-editor.note-frame.fullscreen {top: 60px;}
.note-editor .btn-default {background-color: #fff;border-color: #ccc;box-shadow: inherit;color: #333 !important;}
.team-members {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    min-height: 30px;
    padding: 0;
}
.team-members li {
    float: left;
}
.team-members li:first-child a {
    margin-left: 0;
}
.team-members a {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    height: 30px;
    overflow: hidden;
    width: 30px;
}
.team-members .all-users {
    line-height: 28px;
    opacity: 0.8;
}
.all-users {
    background-color: #ff5e3a;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
}
.team-members img {
    width: 100%;
}
.project-title {
    margin: 0 0 5px;
}
.project-title > h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.project-title > a {
    color: #333;
}
.project-box {
    position: relative;
}
.project-box .pro-desc {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.table .team-members a {width: 32px;height: 32px;}
.task-chat-view {border-left: 1px solid #eaeaea;background-color:#fff;border-radius: 4px;}
.attach-list i {margin-right: 3px;font-size: 16px;}
.attach-list a {word-wrap: break-word;color: #009ce7;}
.task-attach-img {margin-bottom: 20px;}
.task-attach-img > img {border: 1px solid #eaeaea;max-width: 100%;}
.task-contents {margin: 0 0 10px 20px;}

/* Error */

.error-box {background-color: #fff;border-radius: 5px;line-height: 1;margin: 0 auto;max-width: 475px;padding: 50px 30px 55px;text-align: center;width: 100%;}
.error-heading {font-size: 3.5em;font-weight: bold;}
.error-title {color: #2c2c2c;font-size: 22px;font-weight: normal;margin: 0 0 1.5rem;}
.error-wrapper {background-color: #fff;margin: 0;color: #4F5155;-moz-box-align: center;-moz-box-pack: center;align-items: center;display: flex;justify-content: center;height: 100%;}
.error-box h1 {font-size:150px;}
.error-box p {margin-bottom:30px;}
.error-box .btn {text-transform:uppercase;}

/* Login */

/*.account-title {font-size: 32px;font-weight: normal;margin: 40px 0;text-align: center;}
.account-box {margin: 0 auto;width: 400px; border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);border-radius: 4px;
    background-color: #fff;
    padding: 30px; margin-bottom:30px;}
.account-logo {margin-bottom: 20px;text-align: center;}
.account-box .form-group {margin-bottom: 25px;}
.account-box .account-btn {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    border-radius: 0;font-size: 22px;padding: 10px 26px;box-shadow: 0 6px 15px rgba(255, 155, 68, 0.6);border:0;
}
.account-box .account-btn:hover, .account-box .account-btn:focus {border:0;opacity:0.8;}
.account-box a {color: #323232;font-size: 16px;}
.account-box a:hover {color: #ff9b44;}
.account-box .form-control {background-color: #f8fafc;border: 1px solid #dfe3e9;height: 50px;}
.account-box label {color: #7f8fa4;font-size: 16px;font-weight: normal;}
.account-logo img {
    height: auto;
    max-height: 100px;
    max-width: 100%;
}*/

/*-----------------
    11. Login
-----------------------*/

.account-page {
    align-items: center ;
    display: flex;
}
.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.account-content {
    padding: 40px 0;
}
.account-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}
.account-subtitle {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
.account-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    width: 480px;
}
.account-logo {
    margin-bottom: 30px;
    text-align: center;
}
.account-box .form-group {
    margin-bottom: 25px;
}
.account-box .account-btn {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 26px;
    width: 100%;
}
.account-box .account-btn:hover,
.account-box .account-btn:focus {
    border: 0;
    opacity: 0.8;
}
.account-box .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 46px;
}
.account-box label {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
}
.account-logo img {
    max-height: 100px;
}
.account-footer {
    text-align: center;
}
.account-footer p {
    margin-bottom: 0;
}
.account-footer p + p {
    margin-top: 5px;
}
.account-footer a {
    color: #ff9b44;
}
.account-footer a:hover {
    color: #ff9b44;
}
.account-box .error {
    color: #f62d51;
    font-size: 14px;
}
.account-box .error > p {
    margin-bottom: 0;
}

/* Chat window */

#chat-bill .chat-avatar .avatar {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
#chat-bill .chat-body2 {display: block;overflow: hidden;}
#chat-bill .chat-content2 {background-color: #646464;border-radius: 4px 0 4px 4px;clear: both;color: #fff;display: block;float: right;margin-bottom: 20px;margin-right: 5px;max-width: 90%;padding: 4px 10px;position: relative;}
#chat-bill .chat-content2:before{position:absolute;top:0;right:-5px;width:0;height:0;content:''; border-style: solid;border-width: 5px 5px 0 0;border-color: #646464 transparent transparent transparent; }
#chat-bill .chat-content2 > p{margin-bottom:0;}
#chat-bill .chat-content2 > p:last-child{margin-bottom:0}
#chat-bill .chat-content2 + .chat-content2:before{border-color:transparent}
#chat-bill .chat-time{color:rgba(255, 255, 255, 0.6);display:block;font-size:12px;}
#chat-bill .chat-left .chat-content2 {background-color: #eee;border-radius: 0 4px 4px;color: #444;float: left;margin-left: 5px;margin-right: 0;}
#chat-bill .chat-left .chat-content2:before{border-width: 0 5px 5px 0;right:auto;left:-5px;border-color: transparent #eee transparent transparent;}
#chat-bill .chat-left .chat-content2 + .chat-content2:before{border-color:transparent}
#chat-bill .chat-left .chat-time{color:#999;}
#chat-bill .chat-line {margin-bottom: 20px;position: relative;text-align: center;}

/* Contacts */

.panel-table .panel-heading {border-bottom: 1px solid #ddd;padding: 15px;}
.panel-table .panel-body {padding: 0;}
.panel-table .panel-footer {background-color: #fff;text-align: center;}
.panel-table .panel-footer a {
    color: #333;
}

/* Upload files */

.files-panel .panel-heading {border-bottom: 1px solid #eaeaea;}
.files-list > li:hover {background-color:#f5f5f5;}


.file-type {
    border-radius: 4px;
    float: left;
    height: 32px;
    margin: 0 12px 0 0;
    width: 32px;
    overflow: hidden;
}
.files-action {
    float:right;
}
.files-action > a {
    color: #f62d51;
    font-size: 20px;
}

/* Focus Label */

.form-focus {/*height: 50px;*/position: relative;}
.form-focus .control-label {font-size: 16px;font-weight: 400;opacity: 0.4;pointer-events: none;position: absolute;
-webkit-transform: translate3d(0, 22px, 0) scale(1);
-ms-transform: translate3d(0, 22px, 0) scale(1);
-o-transform: translate3d(0, 22px, 0) scale(1);
transform: translate3d(0, 22px, 0) scale(1);
transform-origin: left top;transition: 240ms;left: 12px;top: -8px;z-index: 1;color: #888;}
.form-focus.focused .control-label {opacity: 1;font-weight:300;top: -14px;font-size: 12px;z-index: 1;}
.form-focus .form-control {height: 50px;padding: 21px 12px 6px;}
.form-focus .form-control:valid ~ .focus-label,
.form-focus .form-control:focus ~ .focus-label, 
.form-focus .form-control:-webkit-autofill ~ .focus-label {
    opacity: 1;
    font-weight:300;
    top: -18px;
    font-size: 12px;
    z-index: 1;
}
.form-focus .form-control::-webkit-input-placeholder {color: transparent;transition: 240ms;}
.form-focus .form-control:focus::-webkit-input-placeholder {transition: none;}
.form-focus.focused .form-control::-webkit-input-placeholder {color: #bbb;}
.profile-basic .cal-icon {width: 100%;}
.form-focus .select2-container .select2-selection--single {border: 1px solid #ccc;height: 50px;border-radius: 0;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {height: 48px;right: 7px;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #ccc transparent transparent;border-style: solid;border-width: 6px 6px 0;height: 0;left: 50%;margin-left: -10px;margin-top: -2px;position: absolute;top: 50%;width: 0;}
.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #ccc;border-width: 0 6px 6px;}
.form-focus .select2-container .select2-selection--single .select2-selection__rendered {padding-right:30px;padding-left: 12px;padding-top: 10px;}
.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size: 14px;font-weight: normal;line-height: 38px;}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #fc6075;}
.form-focus .select2-container {
    width: 100% !important;
}
.filter-row .btn {border-radius: 0;min-height: 50px;padding: 14px 12px;text-transform: uppercase;}
.form-focus.select-focus .control-label {opacity: 1;font-weight:300;top: -20px;font-size: 12px;z-index: 1;}


/* group Settings */

.project-settings > form > .checkbox {
    margin-bottom:10px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1042;
}
.modal-open .header {
    z-index: 1039;
}

/* Theme Settings */

.header-blue {
    background: #00c5fb;
    background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header-blue .page-title-box h3 {color:#fff;}
.header-orange {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header-orange .page-title-box h3 {color:#fff;}
.header-purple {
    background: #667eea;
    background: -moz-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -ms-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header-purple .page-title-box h3 {color:#fff;}
.header-white {
    background: #fff;
    border:0;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    height:60px;
}
.header-white .nav-user.navbar-nav > li > a {
    color: #333;
}
.header-white .navbar-brand {
    color:#333 !important;
}
.header-maroon {
    background: #f43b48;
    background: -moz-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -webkit-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -ms-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.header-maroon .page-title-box h3 {color:#fff;}
.header-dark {
    background: #23272b;
    border-color: transparent;
}
.header-dark .page-title-box h3 {color:#fff;}
.sidebar-light {
    background-color:#fff;
    border-right: 1px solid #ddd;
}
.sidebar-light .sidebar-menu li a {
    color:#333;
}
/*.sidebar-menu li.active a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #333;
}*/
.sidebar-light .sidebar-menu ul ul {
    background-color: #ccc;
}
.sidebar-light .sidebar-menu li a:hover {
    color: #ff9b44;
}
.sidebar-light .sidebar-menu li.active a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #333;
}

.sidebar-dark {
    background-color:#34444c;
}
/*.sidebar-dark .sidebar-menu li.active a {
    background-color: #263238;
    color: #fff;
}*/
.sidebar-black {
    background-color:#16191c;
}
.sidebar-black .sidebar-menu li a {
    color: #8b94a1;
}
.sidebar-black .sidebar-menu li.active > a {
    background-color: transparent;
    color: #fff;
}
.sidebar-black .sidebar-menu li a:hover {
    color: #fff;
}
.sidebar-black .sidebar-menu ul ul {
    background-color: #2e3439;
}


/* Header */

.header .header-left {float: left;height: 60px;padding: 0 20px;position: relative;text-align: center;width: 230px;z-index: 1;
    padding-top:10px;}
.logo {display: block;line-height: 60px;}
.logo > img {height: 40px;width: auto;}
.page-title-box {border-radius: 0;height: 60px;margin-bottom: 0;padding: 17px 20px;}
.page-title-box h3 {color: #333;font-size: 20px;font-weight: normal;margin: 0;}
.bar-icon {
    display: inline-block;
    width: 21px;
}
.bar-icon span {
    background-color: #999;
    border-radius: 500px;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
}
.bar-icon span:nth-child(2) {
    width: 15px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
.main-drop .user-img img {
    border-radius: 50%;
    height: 30px;
    object-fit: cover;
    width: 30px;
}
.search-box {
    float: left;
    margin-top: 10px;
    position: relative;
}
.search-box .search-icon {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 9px;
}
.search-box .form-control, .search-box .form-control:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    height: 40px;
    padding: 7px 40px 7px 20px;
    width: 280px;
}
.search-box .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* Settings */

.panel-white .panel-heading {
    border-bottom: 1px solid #ddd;
    padding: 6px;
}
.panel-white .panel-footer {
    background-color:#fff;
    border-top: 1px solid #ddd;
}
.noUi-connect {
    background: #55ce63;
}

.fixed-header {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    height: 60px;
    padding: 15px;
}
.vbox > .header ~ section {
    top: 60px;
}

.view-icons {float: right;margin-right: 10px;}
.view-icons .btn {color: #888;font-size: 18px;margin-right: 5px;padding: 4px;}
.view-icons .btn.active {color:#333;}

.no-info {
    background-color: #ffecec;
    border: 1px solid #ffe0e5;
    border-radius: 4px;
    color: #df7a78;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}


/*------------------------------------------------------------------
[27. Task]
*/

.task-chat-contents {background-color: #fff;}
.task-chat-contents .chat-left .chat-content {max-width: 100%;}
.task-chat-view .chat-left .chat-content {border:0;padding:0;}
.task-chat-view .chat-left .chat-body {margin-left: 50px;}
.task-chat-view .chat-date {background-color: #fff;}
.task-chat-view .chats {padding: 15px 15px 30px;}
.task-chat-view .avatar {width:30px;height:30px;line-height:30px;}
.followers-add {background-color: #fff;border: 1px solid #ccc;border-radius: 50%;color: #ccc;display: inline-block;font-size: 20px;height: 30px;line-height: 30px;text-align: center;width: 30px;}
.followers-add:hover {border: 1px solid #8c8c8c;color: #8c8c8c;}
.completed-task-msg {margin-bottom: 30px;margin-left: 50px;}
.task-chat-contents .chat.chat-left {margin-bottom: 20px;}
.file-attached {color: #333;font-size: 13px;}
.file-attached i {font-size: 16px;}
.attach-img-download {margin-bottom: 5px;}
.task-chat-view .chat-left .chat-time {color: #a3afb7;display: inline-block;font-size: 11px;}
.task-chat-user {color: #333;font-size: 13px;}
.task-chat-view .chat-content > p {font-size: 13px;margin-bottom: 0;}
.task-time {color: #a3afb7;display: inline-block;font-size: 11px;}
.task-success {color: #55ce63;font-size: 13px;}
.task-success a {color:#55ce63;}
.task-assign {float: left;}
.assign-title {float: left;margin-right: 10px;margin-top: 5px;}
.task-assign > a {float: left;}
.followers-add > i {line-height: 28px;}
.task-followers {display: flex;margin-top: 15px;}
.followers-title {margin: 5px 10px 0 0;}
.task-line {border-color: #eaeaea;}
.task-information {color: #999;font-size: 11px;line-height: 17px;min-width: 1px;margin-left: 50px;}
.task-info-line {overflow-wrap: break-word;}
.task-user {color: #888;font-weight: 500;}
.task-information .task-time {display: inline-block;padding-left: 10px;}
/*.task-btn-right {display: none !important;}*/
.task:hover .task-btn-right {display: table-cell !important;}
.task-action-btn.task-check {text-align: left !important;width: 40px;}
.add-task-btn {padding: 6px 10px;text-transform: uppercase;}
.action-circle {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.action-circle .material-icons {color: #ccc;font-size: 18px;vertical-align: -3px;}
.action-circle.completed {background: #35BA67;border: 1px solid #2fa65c;}
.action-circle.completed .material-icons {color: #fff;}
.action-circle.large {height: 24px;width: 24px;}
.action-circle.large > a {
    display: inline-flex;
}
.action-circle.large img {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}
.action-circle.large .material-icons {font-size: 16px;vertical-align: -4px;}
.task-wrapper {padding: 20px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.task-wrapper .mark-all-tasks {text-align: right;padding-bottom: 15px;}
.task-wrapper .mark-all-tasks .mark-all-tasks-container {overflow: hidden;position: relative;}
.task-wrapper .mark-all-tasks .mark-all-btn {cursor: pointer;display: inline-block;-webkit-transition: all 200ms ease;-moz-transition: all 200ms ease;-ms-transition: all 200ms ease;-o-transition: all 200ms ease;transition: all 200ms ease;}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {color: #35BA67;}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {color: #666;}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle {border: 1px solid #666;}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle .material-icons {color: #666;}
.task-wrapper .mark-all-tasks .mark-all-btn.move-up {-webkit-transform: translateY(-30px);-moz-transform: translateY(-30px);-ms-transform: translateY(-30px);-o-transform: translateY(-30px);transform: translateY(-30px);position: absolute;right: 0;}
.task-wrapper .mark-all-tasks .mark-all-btn.move-down {-webkit-transform: translateY(30px);-moz-transform: translateY(30px);-ms-transform: translateY(30px);-o-transform: translateY(30px);transform: translateY(30px);position: absolute;right: 0;}
.task-wrapper .task-list-header h3,
.task-wrapper .task-list-footer h3 {font-size: 24px;font-weight: 400;color: #666;}
/*.task-wrapper .task-list-body {max-height: 500px;overflow: auto;}*/
.task-wrapper #task-list {list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #eaeaea;}
.task-wrapper #task-list li {margin: 0;padding: 0;}
.task-wrapper #task-list li .task-container {
    display: table;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}
.task-wrapper #task-list li .task-container .task-label {display: table-cell;font-weight: 400;vertical-align: middle;color: #333;word-break: break-all;}
.task-wrapper #task-list li .task-container .task-action-btn {display: table-cell;vertical-align: middle;text-align: right;}
.task-wrapper #task-list li .task-container .task-action-btn .action-circle:hover {border: 1px solid #8c8c8c;background: #fff;}
.task-wrapper #task-list li .task-container .task-action-btn .action-circle:hover .material-icons {color: #8c8c8c;}
.task-wrapper #task-list li .task-container:hover {background: #f3f3f3;}
.task-wrapper #task-list li.completed .task-container {background: #f3f3f3;}
.task-wrapper #task-list li.completed .task-container .complete-btn {background: #35BA67;border: 1px solid #2fa65c;}
.task-wrapper #task-list li.completed .task-container .complete-btn .material-icons {color: #fff;}
.task-wrapper #task-list li.completed .task-container .complete-btn:hover {background: #35BA67;border: 1px solid #2fa65c;}
.task-wrapper #task-list li.completed .task-container .complete-btn:hover .material-icons {color: #fff;}
.task-wrapper #task-list li.completed .task-container .task-label {color: #ccc;}
.task-wrapper #task-list li.new .task-container {-webkit-animation: taskHighlighter 2000ms linear 1; animation: taskHighlighter 2000ms linear 1;}
.task-wrapper .task-list-footer {
    position: relative;
}
.task-wrapper .task-list-footer .add-task-btn-wrapper {
    text-align: center;
}
.task-wrapper .task-list-footer .add-task-btn {
    cursor: pointer;
    border: 2px solid #9B1BCC;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.task-wrapper .task-list-footer .add-task-btn.hide {
    opacity: 1;
    visibility: visible;
    display: block;
}
.task-wrapper .task-list-footer .add-task-btn:hover {
    background: #9B1BCC;
}
.task-wrapper .task-list-footer .add-task-btn:hover .material-icons {
    color: #EBEEEF;
}
.task-wrapper .task-list-footer .add-task-btn .material-icons {
    color: #9B1BCC;
    font-size: 34px;
}
.task-wrapper .task-list-footer .new-task-wrapper {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /*max-height: 0;*/
    overflow: hidden;
}
.task-wrapper .task-list-footer .new-task-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: 0;
    height: 45px;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea:focus {
    border: 1px solid #bfbfbf;
    outline: none;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea.error {
    border: 1px solid #D93737;
    outline: none;
}
.task-wrapper .task-list-footer .new-task-wrapper .error-message {
    color: #D93737;
    font-style: italic;
}
.task-wrapper .task-list-footer .new-task-wrapper .btn {
    padding: 6px 12px;
    float: right;
    cursor: pointer;
}
.task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {
    background: #fff;
    border: 1px solid #ccc;
}
.task-wrapper .task-list-footer .new-task-wrapper.visible {
    max-height: 300px;
    overflow: auto;
}
.task-action-btn .checkbox-custom {margin: 0;}
.task-panel .task-wrapper {padding:0;}
.task-panel .panel-heading {min-height: 55px;}

.header-fixed {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    min-height: 50px;
    padding: 10px 15px;
}
.header-fixed .pull-right {
    margin-left: 5px;
    margin-right: 0;
}
.inv-panel {
    position:relative;
}


.task-container .radio-custom,
.task-container .checkbox-custom {
  margin-left: 0;
}
.task-container .radio-custom input[type=radio],
.task-container .checkbox-custom input[type=checkbox] {
  position: absolute;
  left: -9999em;
}
.radio-custom > i:before,
.checkbox-custom > i:before {
  font-size: 1.333em;
  vertical-align: -10%;
  margin-left: 0;
  margin-right: 4px;
  color: #ddd;
}
.task-container .radio-custom > i.checked:before,
.task-container .checkbox-custom > i.checked:before {
  color: #92cf5c;
}
.task-container .radio-custom > i.disabled:before,
.task-container .checkbox-custom > i.disabled:before {
  color: #eee;
}
.task-container .radio-custom > i.checked:before {
  content: '\f111';
}
.task-container .checkbox-custom > i.checked:before {
  content: '\f046';
}
.spinner .input-group-btn {
  display: table-cell;
  min-width: 25px;
}
.spinner .input-group-btn .btn {
  width: 25px;
  padding: 0;
  font-size: 12px;
  margin-left: -1px;
  line-height: 1;
  height: 17px;
  overflow: hidden;
  border-radius: 0 4px 0 0 !important;
}
.spinner .input-group-btn .btn+.btn {
  height: 18px;
  border-radius: 0 0 4px 0 !important;
}
.spinner .input-sm + .input-group-btn .btn {
  font-size: 10px;
  height: 15px;
}
.spinner .input-sm + .input-group-btn .btn+.btn {
  height: 16px;
}
.select {
  position: relative;
  display: inline-block;
}
.pillbox {
  border: 1px solid #e0e4e8;
  padding: 10px;
  border-radius: 4px;
}
.pillbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pillbox li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 6px 8px;
  cursor: pointer;
  margin: 2px;
  float: left;
}
.pillbox li:after {
  content: " x";
  font-size: 11px;
  font-weight: normal;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.pillbox li:hover:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pillbox input {
  border: none;
  outline: 0;
  padding: 2px;
  min-height: 20px;
  width: auto;
  display: inline-block;
  box-shadow: none;
  background: transparent;
}
.datagrid .datagrid-sort{
  float: right;
  margin-top: 2px;
}
.datagrid tfoot th {
  font-weight: normal;
}
.datagrid tfoot .grid-pager .combobox {
  max-width: 80px;
  position: relative;
  top: 10px;
}
.datagrid tfoot .dropdown-menu {
  min-width: 60px;
  text-align: left;
}
.datagrid tbody {
  height: 256px;
  overflow: hidden;
  overflow-y: auto;
}
#selectTextSize {
  position: absolute;
  top: 0;
  display: none;
  visibility: hidden;
}
.wizard {
  
}
.wizard-steps{
  font-size: 14px;
  padding: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}
.step-content {
  padding: 15px;
}
.wizard-steps .badge {
  margin-right: 4px;
}

.wizard-steps ul li.complete,
.wizard-steps ul li.complete:hover {
  cursor: pointer;
  background: #f1f5f9;
}
.wizard-steps ul li.complete:after {
  border-left-color: #f1f5f9;
}
.wizard-steps ul {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.wizard-steps ul li {
  position: relative;
  float: left;
  padding: 0 15px 0 25px;
  margin: 0;
  color: #999999;
  cursor: default;
  height: 40px;
  line-height: 40px;
}
.wizard-vertical {
  float: left;
  border-bottom: none;
}
.wizard-vertical + .step-content {
  zoom: 1;
  overflow: hidden;
  padding-left: 40px;
}
.wizard-vertical ul li {
  position: relative;
  float: none;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 15px;
}
.wizard-steps ul li:first-child {
  padding-left: 15px;
  border-radius: 4px 0 0 0;
}
.wizard .actions {
  float: right;
  margin: 8px 10px 0 0;
}
.wizard-steps ul li:before,
.wizard-steps ul li:after {
  content: "";
  position: absolute;
  right: -10px;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 10px solid #e8e8e8;
  border-left-color: rgba(0,0,0,0.05);
  z-index: 1;
}
.wizard-steps ul li:after {
  right: -9px;
  border-left-color: #f5f5f5;
  z-index: 2;
}
.wizard-steps ul li.active {
  color: #3a87ad;
  background: #fff;
}
.wizard-steps ul li.active:after {
  border-left-color: #fff;
}
.step-content .step-pane {
  display: none;
}
.step-content .step-pane.active {
  display: inherit;
}
.header-fixed .page-title {
    margin-top:3px;
}



.page-wrapper {
    left: 0;
    margin-left: 230px;
    padding-top: 60px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.page-wrapper > .content {
    padding: 20px;
}









/* Kanbon View */

.kanban-centered {
    position: relative;
    margin-bottom: 30px;
}

.kanban-centered:before, .kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before, .kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 20px;
    bottom: 20px;
}

.kanban-centered .kanban-entry {
    position: relative;
    margin-bottom: 10px;
    clear: both;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.kanban-centered .kanban-entry:before, .kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry:before, .kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry.begin {
    margin-bottom: 0;
}

.kanban-centered .kanban-entry.left-aligned {
    float: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-icon {
    float: right;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label {
    margin-left: 0;
    margin-right: 70px;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kanban-centered .kanban-entry .kanban-entry-inner {
    position: relative;
}

.kanban-centered .kanban-entry .kanban-entry-inner:before, .kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner:before, .kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span {
    display: block;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time>span:last-child {
    font-size: 12px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 4px #f5f5f6;
    -webkit-box-shadow: 0 0 0 4px #f5f5f6;
    box-shadow: 0 0 0 4px #f5f5f6;
    float: left;
    margin-top: 6px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label {
    position: relative;
    padding: 0.75em;
    /*margin-left: 50px;*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label:after {
                   content: '';
                   display: block;
                   position: absolute;
                   width: 0;
                   height: 0;
                   border-style: solid;
                   border-width: 9px 9px 9px 0;
                   border-color: transparent #f5f5f6 transparent transparent;
                   left: 0;
                   top: 10px;
                   margin-left: -9px;
               }*/

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2, .kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p+p {
    margin-top: 15px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 a {
    color: #333;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.modal-static {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    margin-top: -100px;
    margin-left: -100px;
    overflow: visible !important;
}

.modal-static, .modal-static .modal-dialog, .modal-static .modal-content {
    width: 200px;
    height: 150px;
}

.modal-static .modal-dialog, .modal-static .modal-content {
    padding: 0 !important;
    margin: 0 !important;
}

.kanban-col {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.kanban-fluid .panel-body {
    overflow-y: auto;
}
.grab {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.kanban-fluid .panel-heading {
    cursor: context-menu;
}

.kanban-fluid .panel-heading i {
    cursor: pointer;
}
.datepicker{z-index:1151 !important;width: 22em;}

.payment-info-box {
    background-color: #ff9b44;
    border-radius: 4px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.payment-info-box h3 {margin-bottom:0;}
.user-sidebar.hide {
    display:none !important;
}
.user-sidebar.show {
    background-color: #fff;
    bottom: 0;
    display: block !important;
    overflow: auto;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 60px;
    width: 300px;
    z-index: 99;
    border-left:1px solid #ddd;
}
.notes-left{
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
    width:300px;
}
.notes-right{
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.notes-header {
    padding:0 15px;
}
.language-menu {
    padding: 10px;
    text-align: center;
}
.sidebar-overlay {display: none;position: fixed;z-index: 90;height: 100%;left: 0;top: 60px;width: 100%;z-index: 1040;background-color: rgba(0, 0, 0, 0.6);overflow: hidden;}
.sidebar-overlay.opened {display: block;}
html.menu-opened {overflow: hidden;}
html.menu-opened body {overflow: hidden;}
.sidebar-menu.opened {opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);margin-left:0;}
.typeahead:focus {
    border: 1px solid #0097cf;
}

/* Tasks */

.uploaded-files .files-info {
    padding: 0 30px 0 44px;
}
.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uploaded-files .files-action {
    height: 30px;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}

.gantt .header {
    position: inherit;
}


textarea.js-auto-size {
    box-sizing: border-box;
    max-height: 94px;
    min-height: 40px;
    overflow-x: hidden;
    resize: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
textarea.double-size {
    max-height: 282px;
}
/** Timer Styling **/

.timer {
    margin-right: 2px;
}
.timer .fa-clock-o {
    color: #FB6B5B;
    margin-right: 5px;
}
.timer img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

/** Permission checkbox fix **/

.permissions .checkbox, .project-settings .checkbox {
    padding-top: 0;
}

/** Spaced the icons in the main window **/

.panel-heading i {
    margin-right: 7px;
}
.revenue h4 {
    margin: 0;
}
.revenue .text-muted {
    margin: 5px 0;
}

/** Smaller pagination font **/

/*.dataTables_info, .dataTables_paginate {
    font-size: .9em;
}*/

.dataTables_paginate {
    float:right;
}

em {
    color: #111111;
    font-style: normal;
}
.tab-content {
    padding-top: 25px;
}
input.discreet {
    text-align: right;
    border: none;
    width: auto;
    background: none;
    color: #656d78;
}
.favicon {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
.dragged td {
    border: 0;
}
.sorted_table tr.placeholder {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #f1f1f1!important;
    border: 2px dashed #dddddd;
}
.drag-handle {
    cursor: ns-resize;
}
.drag-handle i {
    color: #cccccc;
}
.scrollable {
    position: relative;
}
.terms .note-editable {
    min-height: 180px;
}
.file-item p.file-text {
    line-height: 1.0em;
    font-size: .9em;
}
.file-item a.text-info {
    line-height: 2em;
}
.file-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 0;
}
.file-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 3px;
    text-align: center;
    color: #747171;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 30px;
}
.icon-large {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}
.icon-large i {
    width: 90px;
    height: 90px;
    line-height: 80px;
    padding-left: 3px;
    text-align: center;
    color: #747171;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 50px;
}
.icon-small {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    margin-right: 12px;
    float: left;
    padding: 0;
}
.icon-small i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding-left: 1px;
    margin: 0;
    text-align: center;
    color: #717171;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    float: left;
}
/*td.col-date {
    font-size: 0.9em;
}*/
td.col-currency {
    text-align: justify;
}
.file-info {
    padding-left: 10px;
}
.file-item a em {
    font-size: 0.8em;
    padding: 2px 4px;
    margin: 2px 0 0 5px;
    background-color: #eeeeee;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.file-small {
    padding: 6px 10px 4px 10px;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.file-small .text-info {
    margin-right: 15px;
    line-height: 26px;
    float: left;
}
.file-small a.btn:hover {
    background-color: #DDDDDD;
}
.table-small {
    font-size: 0.8em;
}
table.table-small> tbody> tr> td {
    padding: 2px 5px;
    border: 0;
}
/*.table-striped> tbody> tr:nth-child(2n+1)> td {
    background-color: #eeeeee;
}*/
.panel-heading .pull-right {
    margin-left: 4px;
}
.file-icon {
    position: relative;
}
.file-icon type {
    position: absolute;
    top: 30px;
    left: 20px;
}
.slider-track {
    border: 1px solid #ddd;
}
.slider-handle {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
#table-strings td input {
    width: 100%;
}
.ie-details .ie-logo {
    height: 100%;
}
#table-strings #table-strings_length, #table-strings #table-strings_paginate {
    display: none;
}
.settings-image {
    height: 35px;
}
.settings-image img {
    max-width: 100%;
    max-height: 100%;
}
.bootstrap-filestyle .form-control[disabled] {
    position: absolute;
    visibility: hidden;
}
#table-translations .progress, #table-translations-files .progress {
    margin: 0;
}
.iconpicker .iconpicker-item {
    margin: 0px 5px 5px 0px;
}
#icon-preview {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
#icon-preview i {
    font-size: 20px;
}
.nav-stacked> li {
    border-bottom: 1px solid #e7e7e7;
}
.nav-stacked> li i {
    margin-right: 5px;
}
.sparkline {
    margin: 15px 0px;
}
/*.text-sm {
    font-size: 0.9em;
}*/
#table-projects td {
    padding: 10px 15px;
}
#table-projects .progress {
    margin: 10px 0 0 0;
}
.fc-sat, .fc-sun {
    background-color: #fafafa;
}
#progress-slider {
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 9px;
    width: 100%;
    background: #11a7db;
}
#progress-value {
    float: left;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    line-height: 35px;
    overflow: hidden;
    width: 40px;
}
.noUi-handle {
    cursor: pointer;
}
.noUi-active {
    box-shadow: none;
}
.progress-box {
    width: 380px;
}
.foeditor-noborder {
    border: none;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9;
    min-height:40px;
    border-radius:0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #11a7db;
}
.header.header-fixed .pull-right {
    margin-left: 5px;
    margin-right: 0;
}
.header.merged {
    background-color: white;
    left: 1px;
    overflow: visible;
    position: relative;
    z-index: 10;
}
.header.merged p {
    overflow: visible;
    position: absolute;
    white-space: nowrap;
}
.invoice_image {
    width: 100%;
    min-height: 30px;
    margin: 20px 0;
}
#invoice-logo-dimensions {
    line-height: 46px;
}
.invoice_image img {
    height: 100%;
}
#invoice-logo-slider {
    margin: 15px 0;
}
.no-gutter-right {
    padding-right: 0;
}
.no-gutter-left {
    padding-left: 0;
}
/* .thumb-sm {
    width: auto;
} */
.thumb-sm img {
    width: 30px;
    height: 30px;
}
/*.thumb-xs {
    width: auto;
}*/
.thumb-xs img {
    width: 20px;
}
.rec-pay h3 {
    margin: 0;
}
.rec-pay h4 {
    margin: 0;
}
/*.panel-body h4 {
    margin-left: 15px;
}*/
.table-menu {
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.table-menu th {
    border-bottom: 1px solid #cccccc;
}
.table-menu tbody> tr> td {
    line-height: 32px;
}
button.iconpicker-component {
    height: 34px;
    width: 44px;
}
.nav-stacked> li+ li {
    margin-top: 0;
}
#setting-nav span.label {
    padding: 4px 5px;
    text-align: center;
    min-width: 20px;
    border: 1px solid #CCCCCC;
}
#setting-nav span.label-default {
    color: #666666;
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
}
#setting-nav span.label-danger {
    border: 1px solid #BF504E;
}
@media (max-width: 767px) {
    .nav-user .avatar {
        width: 80px !important;
        height: 80px;
        float: none !important;
        display: block;
        margin: 0px auto;
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        margin-bottom: 5px;
    }
    .nav-user .avatar img {
        height: 100%;
        width: 100%;
    }
    .nav-user .avatar:before {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        border: 4px solid #fff;
        border-radius: 500px;
    }
}
.panel.b-top {
    border-top: 2px solid #38354a;
}
.activate_links a {
    color: #2795EE;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
.activate_links a:hover {
    color: #249D7F;
}
.progress.progress-xxs {
    height: 2px;
    border-radius: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.progress-bar-greensea {
    background-color: #16a085;
}
#table-files {
    margin-bottom: 0px;
}
.box {
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px #ccc;
}
.widget {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 15px;
}
.widget-header {
    margin: 0 0 15px;
}
.widget-title {
    color: #656d78;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.widget-separator {
    margin: 0 16px;
}
.reports-top.rep-new-band {
    top: 65px;
}
.content-column .body {
    padding: 0 20px 50px;
    overflow-x: auto;
}
.column .body {
    top: 65px;
    bottom: 0;
}
.column .fill {
    left: 0;
    right: 0;
    position: absolute;
}
.content-column .body .fill-container, .content-column .header .fill-container {
    margin-left: -20px;
    margin-right: -20px;
}
.criteria-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.criteria-container .criteria-band {
    padding: 20px;
}
.criteria-band [class*=btn-] {
    margin-top: 25px;
}
.reports-headerspacing {
    margin-top: -5px;
}
.bt {
    font-weight: bold;
}
.it {
    color: #999;
    font-style: italic;
}
.bg-dark {
    background-color: #38354a;
    border-right-color: #38354a;
}
.bg-dark .lt {
    background-color: #38354a;
}
.ribbon {
    position: absolute!important;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-bottom-right-radius: 92px;
}
.ribbon .ribbon-success {
    background: #1fcd6d;
    border-color: #18a155;
}
.ribbon .ribbon-inner {
    color: #fff;
    font-size: 12px;
    left: -20px;
    padding: 10px 3px 0;
    position: relative;
    text-align: center;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 60px;
}
.pro-nav-tabs {
    border-bottom: 1px solid #ddd;
}
.pro-nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.pro-nav-tabs li a {
    padding: 10px 8px;
}
.nav-tabs-dashed li.active a, .nav-tabs-dashed li.active a:focus, .nav-tabs-dashed li.active a:hover {
    border: none;
    border-bottom: 4px solid #0081d9;
}
.nav-tabs-dashed li a {
    padding-bottom: 5px;
}
.pro-nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    color: #428bca;
}
.pro-nav-tabs li .active a, .pro-nav-tabs li .active a:focus, .pro-nav-tabs li .active a:hover {
    background-color: #fff;
}
.proj-summary-band h4 {
    margin-top: 0;
}
.text-open {
    color: #2c96dd;
}
.b-r {
    border-right: 1px solid #cfcfcf;
}
table .clickable {
    border-collapse: collapse;
}
.clickable td:hover {
    cursor: pointer;
}

/* style */

/*.table-head, #main .action-bar, #message .header, .form-header, .tile-row .nav-tabs>li.active>a, .tile-row .nav-tabs>li.active>a:hover, .tile-row .nav-tabs>li>a:hover, .tile-row .nav>li>a:hover, .tile-row .nav-tabs>li.active>a:focus, .tile-row .nav .open>a, .tile-row .nav .open>a:hover, .tile-row .nav .open>a:focus, .notification-center__header a.active {
    -webkit-box-shadow: 0 -2px 0 0 #11A7DB inset;
    box-shadow: 0 -2px 0 0 #11A7DB inset;
}*/
.nav>li>a:hover, .nav>li>a:focus {
    background: none;
}

/* ----- Colors End ----- */

h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
.form-header {
    font-weight: 500;
    font-size: 11px;
    padding: 20px 5px 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.btn i.fa.space {
    margin-right: 5px;
}
hr {
    margin-top: 10px;
}
.padding-30 {
    padding: 30px;
}
.table-head .pull-right {
    margin-top: -2px;
    margin-right: -10px;
}
.margin-right-3 {
    margin-right: 3px;
}
.pull-right-responsive {
    float: right;
}

.table-head {
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.tab-content .table-head {
    margin-top: 20px;
}


/* fullcalendar start */

/*.fc {
    padding: 15px 0px;
}*/
.fc-toolbar button {
    font-size: 14px !important;
}


/* panels */

.panel-heading .title.red {
    color: #d9534f;
}
.panel-content h2, .panel-content h2 a {
    color: #505458;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: normal;
    font-size: 14px;
    margin: 0;
}
.fc-axis.fc-widget-header {
    width: 35px !important;
}
.fc-title {
    padding-left: 5px;
}
.dropzone {
    border: 0;
    min-height: 0;
    padding: 0;
    background: none;
}
.dz-message {
    border: 2px dashed rgb(216, 220, 227);
    border-radius: 5px;
    background: white;
    text-align: center;
    padding: 30px;
    text-transform: uppercase;
}
.dz-message span {
    font-size: 12px;
}
.dz-message:before {
    display: block;
    font-size: 54px;
    content: "\f40a";
    display: block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-preview.dz-image-preview {
    border-radius: 0px;
    padding: 15px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0px;
    width: 170px;
    height: 170px;
}
.dropzone .dz-preview .dz-details {
    padding: 6em 1em;
}
.dropzone .dz-preview .dz-progress {
    height: 8px;
    margin-top: -3px;
    background: rgba(185, 185, 185, 0.57);
    border-radius: 2px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #43ac6e;
}
.media-view-container {
    margin-top: 6px;
}
.media-galery {
    background: #fff;
    display: inline-block;
    margin: 15px;
    width: 200px;
}
.media-galery .overlay {
    display: none;
}
.media-galery:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 200px;
    height: 200px;
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
    padding: 70px 15px 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.file-container {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 15px solid #ffffff;
    text-align: center;
}
.file-container .icon-box {
    color: #8694a3;
    text-transform: uppercase;
    font-weight: 500;
}
.file-container .icon-box i {
    font-size: 80px;
}
.file-container img {
    max-height: 200px;
}
.media-galery--footer {
    background: #8694A3;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    padding: 0 10px;
    color: #fff;
}
.icon-remove, .icon-view {
    right: 16px;
}
.icon-edit {
    right: 40px;
}
.icon-remove, .icon-edit, .icon-view {
    display: none;
    position: absolute;
    top: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.todo-view:hover .icon-edit, .todo-view:hover .icon-remove, .task-view:hover .icon-view {
    display: block;
}




/* new css */

/* Leave */

    .search_date > .row > .col-xs-1 > i {cursor: pointer;font-size: 18px;margin-top: 15px;}
    .search_date > .row > .col-xs-1 {padding: 0;text-align: center;}
    
    .fa-clearicon{position: absolute;top: 17px;right: 13px;font-size: 1.2em;cursor:pointer;}

    .leaves-datepicker,.activity-datepicker{width:100%;}
   
/* Messages */

.message-send-btn {margin-bottom: 20px;}

.top-header.bg-dark {


background: #ff9b44;
background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2)
}
.panel {
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}
.page-header {
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
/*table.dataTable {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}*/
.comment-time {
    font-size: 13px;
}

.inv-panel textarea {
    height:40px;
}




/* Payroll Payslip  */

.panel-body-earnings,.panel-body-deductions{padding: 2px 8px;height:300px;}
.panel-footer-earnings,.panel-footer-deductions{padding:1px;}
.label-netsalary{border: 1px solid #d3dcde;padding: 10px 10px;font-size: 1.1em;margin-top:10px;}


/* Task In projects  */

.list-group-task > .list-group-item{min-height:58px;}

/* left Alignment for table cells  */

table,th,td{
    text-align:left;
}

/* File inherit  */

.btn-choose
{
    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 4px 12px;
    top: 4px;
    left: 19px;
}

.btn-choosef
{
    /*position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 4px 9px;
    top: 5px;
    left: 7px;*/


    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 4px 14px;
    top: 3px;
    left: 24px;
}

.btn-filechoose
{
    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 4px 9px;
    top: -3px;
    left: 12px;
}

/* form validation error tag */

label.error{
    color:red;
}

label.display-block {
    display: block;
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 50px;
}

label.display-none{
    display: none;
    
}

.form-control[readonly]{
    background-color: #fff;
}


/* tickets view user image  */

.img-absolute{
    position: absolute;
    margin-left: -10px;
}

/* New Leave request  */

.relativ-radio{
    position: relative;
    top: 2px;
}


/* project content description  */

.project_content_description > p > img{
    width:300px !important;
    height:300px !important;
    display:flex;
    margin-bottom: 2px;
}


/* New Css */

/*.popup-wrapper .modal {
    padding: 0 !important;
}*/

.voice-call-avatar {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}
.voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #fff;
}
.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}
.voice-call-avatar .call-timing-count {
    padding: 5px;
}
.voice-call-avatar .username {
    font-size: 18px;
    text-transform: uppercase;
}
.call-icons {
    text-align: center;
    position: relative;
}
.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.call-icons .call-items .call-item:last-child {
    margin-right: 0;
}
.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}
.call-icons .call-items .call-item a i {
    width: 18px;
    height: 18px;
}
.user-video {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.user-video img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.my-video {
    height: 150px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 150px;
    z-index: 99;
}
.my-video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-video ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
}
.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px;
}
.end-call {
    position: absolute;
    top: 7px;
    right: 0;
}
.end-call a {
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    background-color: #f06060;
    padding: 8px 25px;
    text-transform: uppercase;
}
.call-users {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}
.call-users ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
}
.call-users ul li img {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: block;
    height: 80px;
    max-width: 100%;
    padding: 2px;
    width: 80px;
}
.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent;
}
.call-users ul li a:hover .call-mute {
    display: block;
}
.call-details {
    margin: 10px 0 0px;
    display: flex;
}
.call-info {
    margin-left: 10px;
    width: 100%;
}
.call-user-details,
.call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.call-description {
    white-space: normal;
    vertical-align: bottom;
}
.call-timing {
    color: #a3afb7;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}
.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}
.video-window .chat-header {
    padding: 0;
    border: 0;
}
.video-window .chat-header .nav > li > a {
    padding: 19px 15px;
}
/*.OT_ModalDialog {
    z-index: 1050 !important;
}*/

.modal-open .popup-wrapper .modal.custom-modal {
    top: 60px;
}
.fullscreen-modal.modal-open .modal.custom-modal {
    left: 0;
    top: 0 !important;
}
.OT_publisher .OT_mute, .OT_subscriber .OT_mute {
    
}
.chat-call-placeholder .chat-main-wrapper {
    display: none;
}
.chat-avatar-sm {
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    width: 24px;
}
.chat-avatar-sm img {
    height: 24px;
    width: 24px;
}
.chat-avatar-sm.user-img .status {
    bottom: 4px;
    right: -3px;
}
.sidebar-menu li.menu-title a.menu-title-icon {
    color: #ff9b44;
    display: inline-block;
    float: right;
    padding: 0;
}
.sidebar-menu li.menu-title .no-chat {
    color: #8b94a1;
    font-size: 13px;
}
.sidebar-menu li.menu-title a.menu-title-icon i {
    margin-right: 0;
    min-width: auto;
}
.group-members {
    min-width: 200px;
    padding: 20px;
}
.chat-menu.navbar-nav > li > a > i {
    font-size: 26px;
}
.OT_publisher, .OT_subscriber{
  position: absolute !important;
}
.single-profile-chat-conversation .page-wrapper{
    left:auto;
    margin-left: 95px;
}


/* New css */

.sub-tab {
    margin-bottom: 15px;
}
.dataTable {
    width: 100% !important;
}

/*-----------------
    Profile
-----------------------*/

.profile-details {
    text-align: center;
}
.personal-info li .title {
    color: #515365;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 25%;
}
.personal-info li .text {
    color: #8e8e8e;
    display: block;
    overflow: hidden;
}
.personal-info li {
    margin-bottom: 10px;
}
.personal-info li::before, .personal-info li::after {
    clear: both;
    content: "";
    display: table;
}
.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.experience-box {
    position: relative;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list > li {
    position: relative;
}
.experience-list > li:last-child .experience-content {
    margin-bottom: 0;
}
.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}
.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.experience-list > li .experience-content .timeline-content {
    color: #9e9e9e;
}
.experience-list > li .experience-content .timeline-content a.name {
    color: #616161;
    font-weight: bold;
}
.experience-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}
.before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.skills > span {
    border: 1px solid #ccc;
    border-radius: 500px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
}

.profile-img-wrap {
    background: #fff;
    height: 120px;
    overflow: hidden;
    position: absolute;
    width: 120px;
}
.profile-view {
    position: relative;
}
.profile-view .profile-img-wrap {
    height: auto;
    width: 120px;
}
.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}
.profile-view .profile-img {
    height: 120px;
    width: 120px;
}
.profile-view .profile-img .avatar {
    font-size: 24px;
    height: 120px;
    line-height: 120px;
    margin: 0;
    width: 120px;
    object-fit: cover;
}
.profile-view .profile-basic {
    margin-left: 140px;
    padding-right: 50px;
}
.profile-info-left {
    border-right: 2px dashed #ccc;
}
.profile-view .pro-edit {
    position: absolute;
    right: 0;
    top: 0;
}
.edit-icon {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
}
.edit-icon:hover {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #fff;
}
.delete-icon {
    color: #e30b0b;
    float: right;
    font-size: 18px;
}
.delete-icon:hover {
    color: #e30b0b;
}
.staff-id {
    margin-top: 5px;
}
.staff-msg {
    margin-top: 30px;
}
.card-box.user-box {
    min-height: 240px;
}
.add-more a {
    color: #ff9b44;
}
.add-more a:hover {
    color: #ff851a;
}
.avatar-box {
    float: left;
}
.pro-overview .personal-info li .title {
    width: 50%;
}
.profile-box {
    min-height: 250px;
}

/*-----------------
    Chat and Video
-----------------------*/

.chat-header .navbar {
    border: 0;
    margin: 0;
    min-height: auto;
}
.chat-header .user-info a {
    color: #76838f;
    text-transform: uppercase;
}

.user-details .user-img img {
    width: 40px;
    height: 40px;
}
.no-messages {
    display: block;
    margin: 47px auto 45px;
    max-width: 400px;
    text-align: center;
    width: 100%;
}
.no-messages .material-icons {
    color: #999;
    font-size: 100px;
    font-weight: 600;
}
.msg-inner {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    padding: 0;
}
.chat-call-placeholder .msg-inner {
    display: flex;
}

/*-----------------
    Incoming Modal
-----------------------*/

.project-box {
    position: relative;
}
.profile-widget {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.profile-img .avatar {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}
.profile-widget .user-name > a {
    color: #333;
}
.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}
.incoming-btns {
    margin-top: 20px;
}

/*-----------------
    Chat Sidebar
-----------------------*/

.chat-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    width: 300px;
}
.chat-sidebar .chat-contents {
    background-color: #fff;
}
.chat-sidebar .chat-left .chat-content {
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    max-width: 100%;
}
.chat-sidebar .chat-left .chat-body {
    margin-left: 50px;
    padding-right: 0;
}
.chat-sidebar .chat-date {
    background-color: #fff;
}
.chat-sidebar .chats {
    padding: 15px 15px 30px;
}
.chat-sidebar .avatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.chat-sidebar .chat.chat-left {
    margin-bottom: 20px;
}
.chat-sidebar .chat.chat-left:last-child {
    margin-bottom: 0;
}
.chat-sidebar .chat-left .chat-time {
    color: #888;
    display: inline-block;
    font-size: 11px;
}
.chat-sidebar .chat-content > p {
    font-size: 13px;
    margin-bottom: 0;
}
.chat-sidebar.opened {
    margin-right: 0;
}

/*-----------------
    Outgoing Call
-----------------------*/

.call-box {
    display: block;
    background: #eff3f6;
    position: sticky;
    top: 0;
    z-index: 1042;
    overflow-y: auto;
    overflow-x: hidden;
}
.call-box.outgoing-box {
    display: none;
}
.call-box.incoming-box {
    display: none;
}
.call-box .call-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60px);
    text-align: center;
}
.call-box .call-wrapper .call-avatar {
    margin-bottom: 50px;
    cursor: pointer;
    animation: ripple 2s infinite;
}
.call-box .call-wrapper .call-user {
    margin-bottom: 50px;
}
.call-box .call-wrapper .call-user span {
    display: block;
    color: #999;
    font-weight: 500;
    text-align: center;
}
.call-box .call-wrapper .call-items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-box .call-wrapper .call-items .call-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #999;
    line-height: 0;
    margin: 0 5px;
    padding: 15px;
}
.call-box .call-wrapper .call-items .call-item:hover {
    opacity: 0.9;
}
.call-box .call-wrapper .call-items .call-item:first-child {
    margin-top: -30px;
}
.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px;
}
.call-box .call-wrapper .call-items .call-item.call-end {
    padding: 20px;
    margin: 30px 20px 0;
    background: #f06060;
    border: 1px solid #f06060;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}
.call-box .call-wrapper .call-items .call-item.call-start {
    padding: 20px;
    margin: 30px 20px 0;
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}
.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
    margin: 0 10px;
}
.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
    margin: 0 10px;
}
.call-box .call-avatar {
    border-radius: 100%;
    height: 150px;
    max-width: 150px;
    min-width: 150px;
    width: 100%;
}
.call-box .btn {
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
}
@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    }
}

#employees_details .table-responsive {
    padding-bottom: 74px;
}

/* Contacts */

.contacts-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}
.contacts-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
}
.contacts-header .user-info a {
    color: #76838f;
    text-transform: uppercase;
}
.contact-left {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}
.contacts-list {
    position: relative;
    padding: 0 70px 0 20px;
}
.contact-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.contact-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    padding: 10px;
    background-color: #fff;
}
.contact-cont {
    position: relative;
}
.contact-type {
    height: 48px;
    position: absolute;
    width: 48px;
}
.contact-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
.contact-icon i {
    color: #76838f;
    font-size: 20px;
}
.contact-info {
    padding: 0 30px 0 50px;
}
.contact-action {
    height: 30px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}
.contact-date {
    color: #888;
    font-size: 12px;
}
.contact-author a {
    color: #1d6ad2;
    font-size: 12px;
    text-decoration: underline;
}
.contact-action .dropdown-menu {
    left: auto;
    right: 0;
}
.contact-alphapets {
    background-color: #fff;
    border-left: 1px solid #ddd;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 114px;
    position: fixed;
    right: 0;
    top: 114px;
    width: 50px;
}
.contact-box {
    display: inline-table;
    height: 100%;
    padding: 30px 15px;
    position: relative;
    width: 100%;
}
.alphapets-inner {
    height: 100%;
    overflow: auto;
}
.alphapets-inner a {
    display: block;
    text-align: center;
    padding: 2px;
    color: #333;
}

/* Designations */


.btn.back-btn {
    background-color: #fff;
    border: 1px solid #ff9b44;
    border-radius: 5px;
    color: #ff9b44;
    /*float: right;*/
    margin-left: 10px;
}
.btn.back-btn:hover, .btn.back-btn:focus {
    background-color: #ff9b44;
    color: #fff;
}
.btn.back-btn i {
    margin-right: 5px;
}


/*-----------------
    Edit Profile
-----------------------*/

.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}
.profile-basic {
    margin-left: 140px;
}
.profile-basic .cal-icon {
    width: 100%;
}
.profile-img-wrap img {
    width: 120px;
    height: 120px;
}
.fileupload.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}
.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}
.btn-text {
    color: #fff;
}
.submit-section {
    text-align: center;
    margin-top: 40px;
}
.submit-section.text-right {
    text-align: right;
}
.submit-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}
.form-scroll {
    max-height: 400px;
    overflow-y: auto;
}
.profile-img-wrap.edit-img {
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}
.profile-img-wrap.edit-img .fileupload.btn {
    left: 0;
}

/* Modal */

.modal-backdrop.in {
    opacity: 0.4;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.modal-content {
    border: 0;
    border-radius: 10px;
    box-shadow: unset;
}
.modal-header {
    border: 0;
    display: flex;
    justify-content: center;
    padding: 30px 30px 0;
}
.modal-title {
    font-size: 22px;
}
.modal-header .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.modal-body {
    padding: 30px;
}
.modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}
.inv-table .panel-body {
    height: 337px;
    overflow-y: auto;
}
.pro-table .panel-body {
    height: 337px;
    overflow-y: auto;
}
.form-group {
    margin-bottom: 20px;
}


/*-----------------
    Delete Modal
-----------------------*/

.form-head {
    text-align: center;
    margin-bottom: 20px;
}
.form-head h3 {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.form-head p {
    color: #929292;
    font-size: 15px;
    margin-bottom: 0;
}
.modal-btn > .row {
    margin-left: -8px;
    margin-right: -8px;
}
.modal-btn > .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.continue-btn {
    background-color: #fff;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #ff9b44;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}
.continue-btn:hover,
.continue-btn:focus,
.continue-btn:active {
    background-color: #ff9b44 !important;
    border: 1px solid #ff9b44 !important;
    color: #fff;
}
.cancel-btn {
    background-color: #fff;
    border: 1px solid #ff9b44;
    border-radius: 50px;
    color: #ff9b44;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}
.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    background-color: #ff9b44 !important;
    border: 1px solid #ff9b44 !important;
    color: #fff;
}

/*-----------------
    Attendance
-----------------------*/

.stats-info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}
.stats-info h6 {
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
}
.stats-info h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.stats-info h4 span {
    color: #727272;
    font-size: 12px;
}
.punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.punch-det h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.punch-det p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 0;
}
.punch-info {
    margin-bottom: 20px;
}
.punch-hours {
    align-items: center;
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
}
.punch-btn-section {
    margin-bottom: 20px;
    text-align: center;
}
.punch-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 8px 20px;
}
.punch-status .stats-box {
    margin-bottom: 0;
}
.stats-list {
    height: 331px;
    overflow-y: auto;
}
.att-statistics .stats-info {
    margin-bottom: 5px;
}
.att-statistics .progress {
    height: 4px;
    margin-bottom: 0;
}
.statistics .row {
    margin-left: -5px;
    margin-right: -5px;
}
.statistics .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 5px;
}
.stats-box p {
    margin: 0;
    font-size: 12px;
}
.stats-box > h6 {
    margin-bottom: 0;
}
.stats-info:last-child .progress {
    margin-bottom: 0;
}
.stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}
.recent-activity .res-activity-list {
    height: 347px;
    list-style-type: none;
    margin-bottom: 0;
    overflow-y: auto;
    padding-left: 30px;
    position: relative;
}
.recent-activity .res-activity-list li {
    margin-bottom: 15px;
    position: relative;
}
.recent-activity .res-activity-list li:last-child {
    margin-bottom: 0;
}
.recent-activity .res-activity-list li:before {
    width: 10px;
    height: 10px;
    left: -30px;
    top: 0px;
    border: 2px solid #ff9b44;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
}
.recent-activity .res-activity-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
}
.recent-activity .res-activity-list:after {
    content: "";
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}
.recent-activity .res-activity-time {
    color: #bbb;
    font-size: 12px;
}
.recent-activity h6 {
    line-height: 14px;
    margin-bottom: 0;
}
.recent-activity p {
    font-size: 13px;
    margin-bottom: 0;
}
.half-day {
    width: 15px;
}
.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.card-body {
    flex: 1 1 auto;
    padding: 15px;
}
.card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*-----------------
    Modal
-----------------------*/

.modal-footer.text-center {
    justify-content: center;
}
.modal-footer.text-left {
    justify-content: flex-start;
}
.modal-dialog.modal-md {
    max-width: 600px;
}
.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}
.custom-modal .modal-footer {
    border: 0;
}
.custom-modal .modal-header {
    border: 0;
    justify-content: center;
    padding: 30px 30px 0;
}
.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}
.custom-modal .modal-body {
    padding: 30px;
}
.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.custom-modal .modal-title {
    font-size: 22px;
}
.modal-backdrop.show {
    opacity: 0.4;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.modal .card {
    box-shadow: unset;
}
.modal .card-box {
    box-shadow: unset;
}

/*-----------------
    Tasks
-----------------------*/

.task-complete {
    float: left;
    margin-right: 10px;
}
.task-header {
    display: flex;
}
.task-header .assignee-info {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 1 180px;
    padding: 5px 10px 5px 5px;
    position: relative;
}
.task-header .assignee-info > a {
    align-items: center;
    color: #333;
    display: flex;
}
.task-header .task-head-title {
    color: #8e8e8e;
    font-size: 12px;
}
.task-assignee {
    font-size: 13px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.assignee-info:hover {
    border-color: #e3e3e3;
}
.remove-icon {
    align-items: center;
    background-color: #e3e3e3;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 20px;
}
.remove-icon:hover {
    background-color: #d3d3d3;
}
.task-header .assignee-info:hover .remove-icon {
    visibility: visible;
}
.remove-icon i {
    color: #8e8e8e;
    font-size: 12px;
}
.due-icon span {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: flex;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
}
.due-icon span i {
    font-size: 18px;
}
.task-due-date {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    flex: 0 0 160px;
    margin-left: 10px;
    padding: 5px 10px 5px 5px;
    position: relative;
}
.task-due-date:hover {
    border-color: #e3e3e3;
}
.task-header .task-due-date > a {
    align-items: center;
    color: #333;
    display: flex;
}
.due-info .due-date {
    color: #f62d51;
    font-size: 13px;
}
.task-header .task-due-date:hover .remove-icon {
    visibility: visible;
}
.task-desc {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
    margin-top: 5px;
}
.task-textarea {
    display: flex;
    width: 100%;
}
.task-desc-icon {
    color: #ccc;
    margin-right: 10px;
    margin-top: 5px;
}
.task-textarea  .form-control {
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 13px;
    resize: none;
}
.task-textarea:hover .form-control {
    border-color: #e3e3e3;
}
.task-complete-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    display: flex;
    font-size: 14px;
    padding: 6px 10px;
}
.task-complete-btn:hover {
    background-color: #f7f7f7;
    color: #333;
}
.task-complete-btn i {
    font-size: 20px;
    margin-right: 3px;
}
.task-completed {
    background-color: #35ba67;
    border-color: #2fa65c;
    color: #fff;
}
.task-completed:hover {
    background-color: #35ba67;
    border-color: #2fa65c;
    color: #fff;
}
.tsk-due-date {
    font-size: 13px;
    margin-right: 30px;
}
.tsk-status {
    margin-right: 30px;
}

/*-----------------
    Switches
-----------------------*/

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.check:checked + .checktoggle {
    background-color: #55ce63;
}
.check:checked + .checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}
.onoffswitch-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*-----------------
    Leave Settings
-----------------------*/

.leave-item {
    max-width: 653px;
}
.leave-row {
    display: flex;
    margin-bottom: 15px;
}
.carry-forward-itemview {
    margin-bottom: 15px;
}
.earned-leave-itemview {
    margin-bottom: 15px;
}
.leave-row .leave-left {
    flex: 1 1 auto;
}
.leave-row .leave-left .input-box {
    max-width: 410px;
}
.leave-item .form-group {
    margin-bottom: 0;
}
.leave-right {
    align-items: center;
    display: flex;
    flex: 0 0 200px;
    justify-content: end;
    margin-top: 31px;
    min-height: 44px;
    text-align: right;
}
.leave-right .btn {
    min-height: 44px;
    min-width: 75px;
}
.leave-right .btn + .btn {
    margin-left: 10px;
}
.leave-edit-btn {
    color: #216ef4;
    background-color: transparent;
    border: 0;
    padding: 0 6px;
    transition: unset;
}
.leave-edit-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}
.leave-inline-form {
    align-items: center;
    display: flex;
    min-height: 44px;
}
.leave-inline-form .input-group {
    margin-left: 10px;
}
.leave-header {
    align-items: center;
    color: #212536;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.leave-header .title {
    flex: 1 1 auto;
}
.leave-header .leave-action {
    flex: 1 1 auto;
    text-align: right;
}
.leave-table .l-name {
    width: 200px;
}
.leave-table .l-days {
    width: 140px;
}
.leave-box .subtitle {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: normal;
    margin: 5px auto 0 5px;
}
.leave-duallist {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    display: block;
    padding: 15px;
}
.card-title.with-switch {
    display: flex;
    justify-content: space-between;
}
.btn.leave-delete-btn {
    font-weight: 500;
    margin-left: 10px;
    min-height: 30px;
    padding: 2px 15px;
}

/*-----------------
    Termination
-----------------------*/

.add-group-btn {
    display: flex;
}
.add-group-btn .btn {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
.add-group-btn .btn i {
    margin-right: 5px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ff9b44;
    text-shadow: unset;
}

/*-----------------
    Custom Upload
-----------------------*/

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 44px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 44px;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-bottom: 0;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 42px;
    padding: 10px 15px;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #f2f2f2;
    border-left: inherit;
    border-radius: 0;
}
.custom-file input[type="file"] {
    height: 44px;
}

/*-----------------
    Project View
-----------------------*/

.project-user .list-box {
    margin: 0;
}
.project-files i {
    color: #76838f;
    font-size: 50px;
}
.project-user .list-item {
    border: 0 none;
    padding: 10px 0;
}
.table-border {
    border: 1px solid #ddd;
}
.file-size {
    color: #888;
}
.project-task .task-wrapper {
    padding: 0;
}
.project-task .tab-content {
    min-height: 200px;
}
.no-results {
    background-color: #fafafa;
    color: #8e8e8e;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

/*-----------------
    Theme Blue
-----------------------*/

.theme-blue .btn-custom {
    background: #00c5fb;
    background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    color: #fff;
}
.theme-blue .btn-custom.focus,
.theme-blue .btn-custom:focus,
.theme-blue .btn-custom:hover {
    background: #00c5fb;
    background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    color: #fff;
}
.theme-blue .btn-primary {background-color: #00c5fb;border: 1px solid #00c5fb;color: #fff;}
.theme-blue .btn-primary:hover, .theme-blue .btn-primary:focus, .theme-blue .btn-primary.active, .theme-blue .btn-primary:active {background-color: #00b7ed;border: 1px solid #00b7ed;color: #fff;}
.btn-primary.active.focus, .btn-primary.active:focus, .theme-blue .btn-primary.active:hover, .theme-blue .btn-primary.focus:active, .theme-blue .btn-primary:active:focus, .theme-blue .btn-primary:active:hover {background-color: #00b7ed;border: 1px solid #00b7ed;}
.theme-blue .settings-menu ul > li.active a {border-color: #00c5fb;color: #00c5fb;}
.theme-blue .settings-menu ul > li a:hover {border-color: #00c5fb;}
.theme-blue .nav-tabs.nav-tabs-solid > .active > a, .theme-blue .nav-tabs.nav-tabs-solid > .active > a:hover, .theme-blue .nav-tabs.nav-tabs-solid > .active > a:focus {background-color: #00c5fb;border-color: #00c5fb;color: #fff;}
.theme-blue .pagination > .active > a, .theme-blue .pagination > .active > a:focus, .theme-blue .pagination > .active > a:hover, .theme-blue .pagination > .active > span, .theme-blue .pagination > .active > span:focus, .theme-blue .pagination > .active > span:hover {background-color: #00c5fb;border-color: #00c5fb;color:#fff;}
.theme-blue .pagination > li > a, .theme-blue .pagination > li > span {color: #00c5fb;}
.theme-blue .sidebar-light .sidebar-menu li a:hover {color: #00c5fb;}
.theme-blue .mail-menu > li.active a {border-color: #00c5fb;color: #00c5fb;}
.theme-blue .mail-menu > li a:hover {border-color: #00c5fb;}
.theme-blue .fc-state-down,
.theme-blue .fc-state-active,
.theme-blue .fc-state-disabled {background-color: #00c5fb !important;}
.theme-blue .menu-title {color: #00c5fb;}
.theme-blue .sidebar-menu li.menu-title a.menu-title-icon {color: #00c5fb;}
.theme-blue .chat-menu.navbar-nav > li > a {color: #00c5fb;}
.theme-blue .bar-icon span {
    background-color: #fff;
}
.theme-blue .add-btn {
    background-color: #00c5fb;
    border: 1px solid #00c5fb;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-weight: 500;
    min-width: 140px;
}
.theme-blue .add-btn:hover,
.theme-blue .add-btn:focus,
.theme-blue .add-btn:active {
    background-color: #00b7ed;
    border: 1px solid #00b7ed;
}
.theme-blue .continue-btn {
    background-color: #fff;
    border: 1px solid #00c5fb;
    color: #00c5fb;
}
.theme-blue .continue-btn:hover,
.theme-blue .continue-btn:focus,
.theme-blue .continue-btn:active {
    background-color: #00c5fb !important;
    border: 1px solid #00c5fb !important;
    color: #fff;
}
.theme-blue .cancel-btn {
    background-color: #fff;
    border: 1px solid #00c5fb;
    color: #00c5fb;
}
.theme-blue .cancel-btn:hover,
.theme-blue .cancel-btn:focus,
.theme-blue .cancel-btn:active {
    background-color: #00c5fb !important;
    border: 1px solid #00c5fb !important;
    color: #fff;
}
.theme-blue .menu-title {
    color: #00c5fb;
}
.theme-blue .sidebar-menu li.menu-title a.menu-title-icon {
    color: #00c5fb;
}
.theme-blue .chat-menu.navbar-nav > li > a {
    color: #bbb;
}
.theme-blue .recent-activity .res-activity-list li:before {
    border: 2px solid #00c5fb;
}
.theme-blue .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00c5fb;
}
.theme-blue .edit-icon:hover {
    background-color: #00c5fb;
    border-color: #00c5fb;
}
.theme-blue .mobile-user-menu a {
    /*color: #fff;*/
}
.theme-blue .mobile-user-menu a:hover {
   /* color: #fff;*/
}
.theme-blue .account-box .account-btn {
    background: #00c5fb;
    background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}
.theme-blue .account-footer a {
    color: #00c5fb;
}
.theme-blue .account-footer a:hover {
    color: #00c5fb;
}
.theme-blue .add-more a {
    color: #00c5fb;
}
.theme-blue .add-more a:hover {
    color: #00b7ed;
}

/*-----------------
    Theme Purple
-----------------------*/

.theme-purple .btn-custom {
    background: #667eea;
    background: -moz-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -ms-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    color: #fff;
}
.theme-purple .btn-custom.focus,
.theme-purple .btn-custom:focus,
.theme-purple .btn-custom:hover {
    background: #667eea;
    background: -moz-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -ms-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    color: #fff;
}
.theme-purple .btn-primary {background-color: #667eea;border: 1px solid #667eea;color: #fff;}
.theme-purple .btn-primary:hover, .theme-purple .btn-primary:focus, .theme-purple .btn-primary.active, .theme-purple .btn-primary:active {background-color: #4b68e7;border: 1px solid #4b68e7;color: #fff;}
.btn-primary.active.focus, .btn-primary.active:focus, .theme-purple .btn-primary.active:hover, .theme-purple .btn-primary.focus:active, .theme-purple .btn-primary:active:focus, .theme-purple .btn-primary:active:hover {background-color: #4b68e7;border: 1px solid #4b68e7;}
.theme-purple .settings-menu ul > li.active a {border-color: #667eea;color: #667eea;}
.theme-purple .settings-menu ul > li a:hover {border-color: #667eea;}
.theme-purple .nav-tabs.nav-tabs-solid > .active > a, .theme-purple .nav-tabs.nav-tabs-solid > .active > a:hover, .theme-purple .nav-tabs.nav-tabs-solid > .active > a:focus {background-color: #667eea;border-color: #667eea;color: #fff;}
.theme-purple .pagination > .active > a, .theme-purple .pagination > .active > a:focus, .theme-purple .pagination > .active > a:hover, .theme-purple .pagination > .active > span, .theme-purple .pagination > .active > span:focus, .theme-purple .pagination > .active > span:hover {background-color: #667eea;border-color: #667eea;}
.theme-purple .sidebar-light .sidebar-menu li a:hover {color: #667eea;}
.theme-purple .mail-menu > li.active a {border-color: #667eea;color: #667eea;}
.theme-purple .mail-menu > li a:hover {border-color: #667eea;}
.theme-purple .fc-state-down,
.theme-purple .fc-state-active,
.theme-purple .fc-state-disabled {background-color: #667eea !important;}
.theme-purple .menu-title {color: #667eea;}
.theme-purple .sidebar-menu li.menu-title a.menu-title-icon {color: #667eea;}
.theme-purple .chat-menu.navbar-nav > li > a {color: #667eea;}
.theme-purple .bar-icon span {
    background-color: #fff;
}
.theme-purple .add-btn {
    background-color: #667eea;
    border: 1px solid #667eea;
}
.theme-purple .add-btn:hover,
.theme-purple .add-btn:focus,
.theme-purple .add-btn:active {
    background-color: #4b68e7;
    border: 1px solid #4b68e7;
    color: #fff;
}
.theme-purple .continue-btn {
    background-color: #fff;
    border: 1px solid #667eea;
    color: #667eea;
}
.theme-purple .continue-btn:hover,
.theme-purple .continue-btn:focus,
.theme-purple .continue-btn:active {
    background-color: #667eea !important;
    border: 1px solid #667eea !important;
    color: #fff;
}
.theme-purple .cancel-btn {
    background-color: #fff;
    border: 1px solid #667eea;
    color: #667eea;
}
.theme-purple .cancel-btn:hover,
.theme-purple .cancel-btn:focus,
.theme-purple .cancel-btn:active {
    background-color: #667eea !important;
    border: 1px solid #667eea !important;
}
.theme-purple .recent-activity .res-activity-list li:before {
    border: 2px solid #667eea;
}
.theme-purple .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #667eea;
}
.theme-purple .edit-icon:hover {
    background-color: #667eea;
    border-color: #667eea;
}
.theme-purple .mobile-user-menu a {
    color: #fff;
}
.theme-purple .mobile-user-menu a:hover {
    color: #fff;
}
.theme-purple .account-box .account-btn {
    background: #667eea;
    background: -moz-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -webkit-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: -ms-linear-gradient(left, #667eea 0%, #764ba2 100%);
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}
.theme-purple .account-footer a {
    color: #667eea;
}
.theme-purple .account-footer a:hover {
    color: #667eea;
}
.theme-purple .add-more a {
    color: #667eea;
}
.theme-purple .add-more a:hover {
    color: #4b68e7;
}

/*-----------------
    Theme Maroon
-----------------------*/

.theme-maroon .btn-custom {
    background: #f43b48;
    background: -moz-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -webkit-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -ms-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    color: #fff;
}
.theme-maroon .btn-custom.focus,
.theme-maroon .btn-custom:focus,
.theme-maroon .btn-custom:hover {
    background: #f43b48;
    background: -moz-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -webkit-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -ms-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    color: #fff;
}
.theme-maroon .btn-primary {background-color: #f43b48;border: 1px solid #f43b48;color: #fff;}
.theme-maroon .btn-primary:hover, .theme-maroon .btn-primary:focus, .theme-maroon .btn-primary.active, .theme-maroon .btn-primary:active {background-color: #d90d1a;border: 1px solid #d90d1a;color: #fff;}
.btn-primary.active.focus, .btn-primary.active:focus, .theme-maroon .btn-primary.active:hover, .theme-maroon .btn-primary.focus:active, .theme-maroon .btn-primary:active:focus, .theme-maroon .btn-primary:active:hover {background-color: #d90d1a;border: 1px solid #d90d1a;}
.theme-maroon .settings-menu ul > li.active a {border-color: #f43b48;color: #f43b48;}
.theme-maroon .settings-menu ul > li a:hover {border-color: #f43b48;}
.theme-maroon .nav-tabs.nav-tabs-solid > .active > a, .theme-maroon .nav-tabs.nav-tabs-solid > .active > a:hover, .theme-maroon .nav-tabs.nav-tabs-solid > .active > a:focus {background-color: #f43b48;border-color: #f43b48;color: #fff;}
.theme-maroon .pagination > .active > a, .theme-maroon .pagination > .active > a:focus, .theme-maroon .pagination > .active > a:hover, .theme-maroon .pagination > .active > span, .theme-maroon .pagination > .active > span:focus, .theme-maroon .pagination > .active > span:hover {background-color: #f43b48;border-color: #f43b48;}
.theme-maroon .sidebar-light .sidebar-menu li a:hover {color: #f43b48;}
.theme-maroon .mail-menu > li.active a {border-color: #f43b48;color: #f43b48;}
.theme-maroon .mail-menu > li a:hover {border-color: #f43b48;}
.theme-maroon .fc-state-down,
.theme-maroon .fc-state-active,
.theme-maroon .fc-state-disabled {background-color: #f43b48 !important;}
.theme-maroon .menu-title {color: #f43b48;}
.theme-maroon .sidebar-menu li.menu-title a.menu-title-icon {color: #f43b48;}
.theme-maroon .chat-menu.navbar-nav > li > a {color: #f43b48;}
.theme-maroon .bar-icon span {
    background-color: #fff;
}
.theme-maroon .add-btn {
    background-color: #f43b48;
    border: 1px solid #f43b48;
}
.theme-maroon .add-btn:hover,
.theme-maroon .add-btn:focus,
.theme-maroon .add-btn:active {
    background-color: #d90d1a;
    border: 1px solid #d90d1a;
    color: #fff;
}
.theme-maroon .continue-btn {
    background-color: #fff;
    border: 1px solid #f43b48;
    color: #f43b48;
}
.theme-maroon .continue-btn:hover,
.theme-maroon .continue-btn:focus,
.theme-maroon .continue-btn:active {
    background-color: #f43b48 !important;
    border: 1px solid #f43b48 !important;
    color: #fff;
}
.theme-maroon .cancel-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #f43b48;
}
.theme-maroon .cancel-btn:hover,
.theme-maroon .cancel-btn:focus,
.theme-maroon .cancel-btn:active {
    background-color: #f43b48 !important;
    border: 1px solid #f43b48 !important;
    color: #fff;
}
.theme-maroon .recent-activity .res-activity-list li:before {
    border: 2px solid #f43b48;
}
.theme-maroon .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f43b48;
}
.theme-maroon .edit-icon:hover {
    background-color: #f43b48;
    border-color: #f43b48;
}
.theme-maroon .mobile-user-menu a {
    color: #fff;
}
.theme-maroon .mobile-user-menu a:hover {
    color: #fff;
}
.theme-maroon .account-box .account-btn {
    background: #f43b48;
    background: -moz-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -webkit-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: -ms-linear-gradient(left, #f43b48 0%, #453a94 100%);
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}
.theme-maroon .account-footer a {
    color: #f43b48;
}
.theme-maroon .account-footer a:hover {
    color: #f43b48;
}
.theme-maroon .add-more a {
    color: #f43b48;
}
.theme-maroon .add-more a:hover {
    color: #d90d1a;
}

/* Theme Orange */

.theme-orange .bar-icon span {
    background-color: #fff;
}

/* Theme Dark */

body.theme-dark {background-color: #23272b;color:#bbc4cc;}
.theme-dark .sidebar {border-color:#16191c;}
.theme-dark .card-box {background-color: #16191c;border: 1px solid #2e3840;}
.theme-dark .panel {background-color: #16191c;border: 1px solid #2e3840;}
.theme-dark .dash-widget-icon {background-color: #2e3439;color: #bbc4cc;}
.theme-dark .activity .activity-list > li .activity-content {background-color: #16191c;}
.theme-dark .activity-list::before {background: #ddd;}
.theme-dark .activity .activity-list li::before {background: #ddd;}
.theme-dark .activity-list li::before {background: #eee;}
.theme-dark .activity-list > li {background-color: #16191c;border: 1px solid #2e3840;}
.theme-dark .activity-list > li .activity-content {background-color: #16191c;}
.theme-dark .activity-panel .activity-list > li {border: 0 none;}
.theme-dark .activity-list > li .activity-content .timeline-content a.name {color: #616161;}
.theme-dark .panel-footer {background-color:transparent;border-color:#2e3840;}
.theme-dark .activity-list > li .activity-user {background: #16191c}
.theme-dark .header .header-left {background: #16191c}
.theme-dark .dash-widget > a {color: #bbc4cc;}
.theme-dark .pagination > .disabled > a, .theme-dark .pagination > .disabled > a:focus, .theme-dark .pagination > .disabled > a:hover, .theme-dark .pagination > .disabled > span, .theme-dark .pagination > .disabled > span:focus, .theme-dark .pagination > .disabled > span:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.4);
}
.theme-dark .header {background: #23272b;border-bottom: 1px solid #2e3840;box-shadow: inherit;}
.theme-dark .page-title-box h3 {color: #bbc4cc;}
.theme-dark .user-menu.nav > li > a  {color: #bbc4cc;}
.theme-dark .sidebar {background-color: #16191c;border: none;}
body.theme-dark {background-color: #23272b;color: #bbc4cc;}
.theme-dark .sidebar-menu li a {color: #8b94a1;}
.theme-dark .sidebar-menu li a:hover {color: #fff;}
.theme-dark .sidebar-menu li.active a {background-color: transparent;color: #fff;}
.theme-dark .sidebar-menu ul ul a.active {color: #ff9b44;}
.theme-dark .logo-dark {display:none;}
.theme-dark .logo {display:block !important;}
.theme-dark a.mobile_btn {color: #fff;}
.theme-dark .mobile-user-menu > a {color: #fff;}
.theme-dark .form-control {background-color: #2e3439;border: 1px solid #2e3439;color: #bbc4cc;}
.theme-dark .modal .form-control {background-color: #fff;border: 1px solid #ccc;color: #555;}
.theme-dark .modal .form-control {background-color: #2e3439;border: 1px solid #2e3439;color: #bbc4cc;}
.theme-dark .header .header-left {background: #16191c;}
.theme-dark .page-title {color: #bbc4cc;}
.theme-dark .file-styled {
    background-color: #2e3439;
    border: 1px solid #2e3439;
    color: #535c64;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.theme-dark .msg-sidebar {background-color: #2e3439;}
.theme-dark .list-item {border-bottom: 1px solid #394048;}
.theme-dark .message-content {color: #535c64;}
.theme-dark .message-author {color: #7b848c;}
.theme-dark .message-time {color: #7b848c;}
.theme-dark .notification-box .topnav-dropdown-header {border-bottom: 1px solid #394048;}
.theme-dark .custom-table tr {background-color: #2e3439;box-shadow: inherit;}
.theme-dark .table > tbody > tr > td, .theme-dark .table > tbody > tr > th, .theme-dark .table > tfoot > tr > td, .theme-dark .table > tfoot > tr > th, .theme-dark .table > thead > tr > td, .theme-dark .table > thead > tr > th {border-color:transparent;}
.theme-dark .table-striped > tbody > tr:nth-of-type(2n+1) {background-color: #16191c;}
.theme-dark .avatar {background-color:#101010;}
.theme-dark .table {color: #bbc4cc;}
.theme-dark .select2-container--default .select2-selection--single {background-color: #2e3439;border: 1px solid #2e3439;}
.theme-dark .form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #5b5e61 transparent transparent;}
.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {color: #bbc4cc;}
.theme-dark .btn-white {background-color: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);color: #ff9b44;}
.theme-dark .btn-white:hover {color: #ff851a;}
.theme-dark .view-icons .btn.active {color: #ff9b44;}
.theme-dark .panel-table .panel-heading {border-bottom: 1px solid #2e3840;}
.theme-dark .panel-table .panel-footer {background-color: transparent;border-top: 1px solid #2e3840;}
.theme-dark .label-warning-border, .theme-dark .label-danger-border, .theme-dark .label-primary-border, .theme-dark .label-success-border, .theme-dark .label-info-border {background-color:transparent;}
.theme-dark .topnav-dropdown-footer a {color: #bbc4cc;}
.theme-dark .notification-box .topnav-dropdown-footer {border-top: 1px solid #2e3840;}
.theme-dark .profile-widget {background-color: #16191c;border: 1px solid #2e3840;}
.theme-dark .modal-backdrop.in {background-color: #23272b;}
.theme-dark #sidebar-menu ul ul {background-color: #2e3439;}
.theme-dark #sidebar-menu ul ul .bg-purple{background-color: #16191c;}
.theme-dark .chat-window {background-color: #23272b;}
.theme-dark .chat-line {border-bottom: 1px solid #2e3840;}
.theme-dark .chat-date {background-color: #23272b;}
.theme-dark .chat-header {background-color: #2e3439;border-bottom: 1px solid #2e3840;}
.theme-dark .chat-footer {background-color: #2e3439;border-top: 1px solid #2e3840;}
.theme-dark .message-area .input-group .form-control {background-color: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);}
.theme-dark .profile-right-inner {background-color: #16191c;border-left: 1px solid #2e3840;}
.theme-dark .files-list > li {border-bottom: 1px solid #2e3439;}
.theme-dark .chat-left .chat-content {background-color: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);}
.theme-dark .message-search .input-group {background-color: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);}
.theme-dark .nav-tabs.nav-tabs-solid {background-color: rgba(0, 0, 0, 0.5);}
.theme-dark .files-icon {background-color: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);}
.theme-dark .task-chat-contents {background-color: #23272b;}
.theme-dark .file-attached {color: #8b94a1;}
.theme-dark .task-chat-view {border-left: 1px solid #2e3840;}
.theme-dark .task-line {border-color: #2e3840;}
.theme-dark .task-chat-user {color: #8b94a1;}
.theme-dark .task-wrapper #task-list li .task-container {border-color: #2e3840;background: #16191c;}
.theme-dark .task-wrapper #task-list li .task-container .task-label {color: #bbc4cc;}
.theme-dark .task-wrapper #task-list {border-bottom: 1px solid #2e3840;}
.theme-dark .task-wrapper #task-list li.completed .task-container {background: #2e3439;}
.theme-dark .task-wrapper #task-list li .task-container:hover {background: #2e3439;}
.theme-dark .task-wrapper .task-list-footer .new-task-wrapper textarea {background: #2e3439;border-color: #2e3840;}
.theme-dark .task-chat-view .chat-left .chat-content {background-color:transparent;}
.theme-dark .btn-default {background-color: rgba(0, 0, 0, 0.5);border-color: rgba(0, 0, 0, 0.4);color: #bbc4cc;}
.theme-dark .task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {background: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.4);}
.theme-dark .pagination > .disabled > a, .theme-dark .pagination > .disabled > a:focus, .theme-dark .pagination > .disabled > a:hover, .theme-dark .pagination > .disabled > span, .theme-dark .pagination > .disabled > span:focus, .theme-dark .pagination > .disabled > span:hover {background-color: rgba(0, 0, 0, 0.5);border-color: rgba(0, 0, 0, 0.4);}
.theme-dark .pagination > li > a, .theme-dark .pagination > li > span {background-color: rgba(0, 0, 0, 0.5);border-color: rgba(0, 0, 0, 0.4);}
.theme-dark .pagination > .active > a, .theme-dark .pagination > .active > a:focus, .theme-dark .pagination > .active > a:hover, .theme-dark .pagination > .active > span, .theme-dark .pagination > .active > span:focus, .theme-dark .pagination > .active > span:hover {background-color: #ff9b44;border-color: #ff9b44;}
.theme-dark .project-title > a {color: #bbc4cc;}
.theme-dark .team-members a {border: 2px solid #16191c;}
.theme-dark .card-box {background-color: #16191c;border: 1px solid #2e3840;}
.theme-dark .upload-drop-zone {background-color: #2e3439;}
.theme-dark .upload-list .file-list {background-color: #2e3439;border-top: 1px solid #2e3840;}
.theme-dark .chat-user-list .media {background-color: #2e3439;border-bottom: 1px solid #2e3439;}
.theme-dark .user-name {color: #bbc4cc;}
.theme-dark .experience-list > li .experience-content {background-color: transparent;}
.theme-dark .experience-list > li .experience-user {background:transparent;}
.theme-dark .card-title {color: #bbc4cc;}
.theme-dark .before-circle {background-color: #2e3439;}
.theme-dark .experience-list::before {background: #2e3439;}
.theme-dark .skills > span {border: 1px solid #2e3439;}
.theme-dark .profile-img-wrap {background: transparent;}
.theme-dark .table.table-white {background-color: #16191c;}
.theme-dark .table.table-white {background-color: #16191c;}
.theme-dark .table-hover > tbody > tr:hover {background-color: #16191c;}
.theme-dark .table-bordered {border: 1px solid #2e3439;}
.theme-dark .list-group-item {background-color: #16191c;border-color:#2e3840;}
.theme-dark .roles-menu .nav {background-color: #16191c;}
.theme-dark .roles-menu .nav > li > a:focus, .theme-dark .roles-menu .nav > li > a:hover {background-color: #2e3439;}
.theme-dark .roles-menu .nav > li a {color: #bbc4cc;}
.theme-dark .page-sub-title {color: #bbc4cc;}
.theme-dark .account-wrapper {background-color: #16191c;}
.theme-dark .form-focus .control-label {color: #bbc4cc;}
/*.theme-dark .account-box a {color: #bbc4cc;}*/
.theme-dark .profile-widget .user-name > a {color: #bbc4cc;}
.theme-dark .personal-info li .title {color: #bbc4cc;}
.theme-dark .personal-info li .text {color: #bbc4cc;}
.theme-dark table.table td h2 a {color: #8b94a1;}
.theme-dark .chat-right .chat-content {background-color: rgba(0, 0, 0, 0.2);border: 1px solid rgba(0, 0, 0, 0.3);}
.theme-dark .custom-table tr.holiday-completed {color: #616a72;}
.theme-dark .user-menu {position: relative;z-index: 99;}
.theme-dark .fc-day {background: #2e3439;}
.theme-dark .fc-unthemed th,
.theme-dark .fc-unthemed td,
.theme-dark .fc-unthemed thead,
.theme-dark .fc-unthemed tbody,
.theme-dark .fc-unthemed .fc-divider,
.theme-dark .fc-unthemed .fc-row,
.theme-dark .fc-unthemed .fc-popover {border-color: #374149;}
.theme-dark .fc-unthemed td.fc-today {background: #21272c;}
.theme-dark .fc th.fc-widget-header {background: #21272c;}
.theme-dark .fc-button {background: #2c2f32;color: #bbc4cc;text-shadow:inherit;}
.theme-dark .notification-box {background-color: #2e3439 !important;border-left: 1px solid #394048;}
.theme-dark .chat-right .chat-content.img-content {border: none;}
.theme-dark .nav-tabs.nav-tabs-solid > li > a {color: #bbc4cc;}
.theme-dark .nav-tabs.nav-tabs-solid > .active > a, .theme-dark .nav-tabs.nav-tabs-solid > .active > a:hover, .theme-dark .nav-tabs.nav-tabs-solid > .active > a:focus {color: #fff;}
.theme-dark .note-editor.note-frame .note-editing-area .note-editable {background-color: #2e3439;}
.theme-dark .note-editor.note-frame .note-statusbar {background-color: #2e3439;}
.theme-dark .note-editor.panel-default > .panel-heading {background-color: #2e3439;border-color: transparent;}
.theme-dark .note-editor.note-frame {border: transparent;}
.theme-dark .mail-list > li > a {color: #808991;}
.theme-dark .table.table-inbox > tbody > tr > td, .theme-dark .table.table-inbox > tbody > tr > th, .theme-dark .table.table-inbox > tfoot > tr > td, .theme-dark .table.table-inbox > tfoot > tr > th, .theme-dark .table.table-inbox > thead > tr > td, .theme-dark .table.table-inbox > thead > tr > th {border-top: none;}
.theme-dark .unread .name, .theme-dark .unread .subject, .theme-dark .unread .mail-date {color: #fff;}
.theme-dark .mailview-header {border-bottom: 1px solid #2e3840;}
.theme-dark .mailview-footer {border-top: 1px solid #2e3840;}
.theme-dark .attach-info {background-color: #2e3840;}
.theme-dark .attachments li {border: 1px solid #2e3840;}
.theme-dark .attach-filename {color: #bbc4cc;}
.theme-dark .dash-widget-icon {background-color: #2e3439;border-radius: 100%;color: #bbc4cc;}
.theme-dark .activity-list > li {border: 1px solid #2e3840;}
.theme-dark .chat-search {background: transparent;border-bottom: 1px solid #2e3840;}
.theme-dark .chat-search .form-control {border-color:#282b2e;}
.theme-dark #chat-bill .chat-avatar .avatar {background-color:transparent;}
.theme-dark .bg-white {background-color:transparent;}
.theme-dark .modal {color: #333;}
.theme-dark .mail-menu {background-color: #16191c;}
.theme-dark .mail-menu > li.active a {background-color: #2e3439;}
.theme-dark .mail-menu > li a:hover {background-color: #2e3439;}
.theme-dark .chat-profile-view {background-color: #1a1d20;border-right: 1px solid #1a1d20;}
.theme-dark .chat-user-list {background-color:transparent;}
.theme-dark .chat-user-list > ul > li {background-color: transparent;border: 1px solid #394048;}
.theme-dark .settings-menu ul {background-color: #16191c;}
.theme-dark .settings-menu ul > li.active a {background-color: #2e3439;}
.theme-dark .settings-menu ul > li a:hover {background-color: #2e3439;}
.theme-dark .panel-white .panel-heading {border-bottom: 1px solid #2e3840;}
.theme-dark hr {border-color:#2e3840;}
.theme-dark .bar-icon span {
    background-color: #fff;
}
.theme-dark .account-box {
    background-color: #16191c;
    border: 1px solid #16191c;
}
.theme-dark .account-box label {
    color: #7f8fa4;
}
.theme-dark .account-subtitle {
    color: #7f8fa4;
}
.theme-dark .table > tbody > tr > td, 
.theme-dark .table > tbody > tr > th, 
.theme-dark .table > tfoot > tr > td, 
.theme-dark .table > tfoot > tr > th, 
.theme-dark .table > thead > tr > td, 
.theme-dark .table > thead > tr > th {
    border-color: transparent;
}
.theme-dark .div-table {
    color: #bbc4cc;
}
.theme-dark .div-row {
    background-color: #2e3439;
    box-shadow: unset;
}
.theme-dark .div-row:nth-of-type(2n+1) {
    background-color: #16191c;
    box-shadow: unset;
}
.theme-dark .div-heading {
    background-color: #2e3439;
    box-shadow: unset;
}
.theme-dark .div-cell {
    border-color: transparent;
}
.theme-dark .div-heading .div-cell {
    border-color: transparent;  
}

@media only screen and (min-width: 991px) {
    #toggle_btn {
        color: #999;
        float: left;
        font-size: 26px;
        line-height: 60px;
        padding: 0 10px;
    }
    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 30px;
        width: auto;
    }
    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 60px;
    }
    .mini-sidebar .sidebar {
        width: 60px;
        z-index: 100;
    }
    .mini-sidebar.expand-menu .sidebar {
        width: 230px;
    }
    .mini-sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }
    .mini-sidebar.expand-menu .menu-title {
        visibility: visible;
    }
    .mini-sidebar .menu-title a {
        visibility: hidden;
    }
    .mini-sidebar.expand-menu .menu-title a {
        visibility: visible;
    }
    .mini-sidebar .sidebar .noti-dot:before {
        display: none;
    }
    .mini-sidebar .sidebar .noti-dot:after {
        display: none;
    }
    .mini-sidebar.expand-menu .sidebar .noti-dot:before {
        display: block;
    }
    .mini-sidebar.expand-menu .sidebar .noti-dot:after {
        display: block;
    }
    .modal-open.mini-sidebar .sidebar {
        z-index: 1051;
    }
    .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }
    .mini-sidebar .sidebar .sidebar-menu ul > li > a span.chat-avatar-sm {
        display: inline-block;
        opacity: 1;
    }
    .mini-sidebar .sidebar .sidebar-menu ul > li > a span.status {
        display: inline-block;
        opacity: 1;
    }
    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
        display: inline;
        opacity: 1;
    }
    .mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
        font-size: 20px;
        width: 30px;
    }
    .mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
        font-size: 16px;
        width: 20px;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 60px;
    }
}
@media (min-width: 768px) {
    .modal.center-modal{text-align:center;padding:0!important;}
    .modal.center-modal .modal-dialog:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px;}
    .modal.center-modal .modal-dialog{width:100%;height:100%;}
    .modal.center-modal .modal-content{display:inline-block;text-align:left;vertical-align:middle;width:600px;}
    .nav-tabs.nav-justified.nav-tabs-top {border-bottom: 1px solid #ddd;}
    .nav-tabs.nav-justified.nav-tabs-top > li > a, .nav-tabs.nav-justified.nav-tabs-top > li > a:hover, .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
    .nav-tabs.nav-tabs-top > li {margin-bottom: 0;}
    .nav-tabs.nav-tabs-top > li > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
    .nav-tabs.nav-tabs-top > li.open > a, .nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {border-top-color: #ddd;}
    .nav-tabs.nav-tabs-top > li + li > a {margin-left: 1px;}
    .nav-tabs.nav-tabs-top > li.active > a, .nav-tabs.nav-tabs-top > li.active > a:hover, .nav-tabs.nav-tabs-top > li.active > a:focus {border-top-color: #ff9b44;}
    .theme-blue .nav-tabs.nav-tabs-top > li.active > a, 
    .theme-blue .nav-tabs.nav-tabs-top > li.active > a:hover, 
    .theme-blue .nav-tabs.nav-tabs-top > li.active > a:focus {
        border-top-color: #00c5fb;
    }
    .theme-purple .nav-tabs.nav-tabs-top > li.active > a, 
    .theme-purple .nav-tabs.nav-tabs-top > li.active > a:hover, 
    .theme-purple .nav-tabs.nav-tabs-top > li.active > a:focus {
        border-top-color: #667eea;
    }
    .theme-maroon .nav-tabs.nav-tabs-top > li.active > a, 
    .theme-maroon .nav-tabs.nav-tabs-top > li.active > a:hover, 
    .theme-maroon .nav-tabs.nav-tabs-top > li.active > a:focus {
        border-top-color: #f43b48;
    }
    .nav-tabs.nav-tabs-top > li.active > a, .nav-tabs.nav-tabs-top > li.active > a:hover, .nav-tabs.nav-tabs-top > li.active > a:focus {border-top-color: #ff9b44;}
    .nav-tabs.nav-tabs-bottom > li {margin-bottom: -1px;}
    .nav-tabs.nav-tabs-bottom > li.active > a, 
    .nav-tabs.nav-tabs-bottom > li.active > a:hover, 
    .nav-tabs.nav-tabs-bottom > li.active > a:focus {border-bottom-width: 2px;border-color: transparent;border-bottom-color: #ff9b44;background-color: transparent;transition: none 0s ease 0s; -moz-transition: none 0s ease 0s; -o-transition: none 0s ease 0s; -ms-transition: none 0s ease 0s; -webkit-transition: none 0s ease 0s;}
    .theme-blue .nav-tabs.nav-tabs-bottom > li.active > a, 
    .theme-blue .nav-tabs.nav-tabs-bottom > li.active > a:hover, 
    .theme-blue .nav-tabs.nav-tabs-bottom > li.active > a:focus {border-bottom-color: #00c5fb;}
    .theme-purple .nav-tabs.nav-tabs-bottom > li.active > a, 
    .theme-purple .nav-tabs.nav-tabs-bottom > li.active > a:hover, 
    .theme-purple .nav-tabs.nav-tabs-bottom > li.active > a:focus {border-bottom-color: #667eea;}
    .theme-maroon .nav-tabs.nav-tabs-bottom > li.active > a, 
    .theme-maroon .nav-tabs.nav-tabs-bottom > li.active > a:hover, 
    .theme-maroon .nav-tabs.nav-tabs-bottom > li.active > a:focus {border-bottom-color: #f43b48;}
    .nav-tabs.nav-tabs-solid {background-color: #fafafa;border: 0;}
    .nav-tabs.nav-tabs-solid > li {margin-bottom: 0;}
    .nav-tabs.nav-tabs-solid > li > a {border-color: transparent;}
    .nav-tabs.nav-tabs-solid > li > a:hover,
    .nav-tabs.nav-tabs-solid > li > a:focus {background-color: #f5f5f5;}
    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {background-color: #f5f5f5;border-color: transparent;}
    .nav-tabs-justified.nav-tabs-top {border-bottom: 1px solid #ddd;}
    .nav-tabs-justified.nav-tabs-top > li > a, .nav-tabs-justified.nav-tabs-top > li > a:hover, .nav-tabs-justified.nav-tabs-top > li > a:focus {border-width: 2px 0 0 0;}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .slide-nav-toggle .page-wrapper {left: 225px;margin-left: 0;}
}
@media only screen and (max-width: 991px) {
    .slide-nav .page-wrapper {left: 225px;margin-left: 0;}
    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
    .header .header-left {position:absolute; width:100%;}
    .mobile_btn {display:block;}
    .page-title-box {display:none;}
    .page-wrapper {margin-left: 0;padding-left: 0;padding-right: 0;}
    .slide-nav .sidebar {margin-left: 0;}
    a.mobile_btn {color: #333;font-size: 24px;height: 60px;left: 0;line-height: 60px;padding: 0 20px;position: absolute;top: 0;width: 60px;z-index: 10;}
    .theme-blue a.mobile_btn, .theme-purple a.mobile_btn, .theme-maroon a.mobile_btn {
        color: #fff;
    }
    .slide-nav .page-wrapper {left: 225px;margin-left: 0;}
    body {font-size:13px;}
    .sidebar-menu li a {font-size:13px;}

    #toggle_btn {
        display: none;
    }
    .page-wrapper {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .search-box {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {float: left;position: absolute;}
    .header {z-index:1038;}
    .modal-backdrop {z-index: 1049;}
    .table.task-table > tbody > tr > td:not(:first-child){min-width:160px;}
    .table.tickets-table > tbody > tr > td{min-width:160px;}
    .leaves-to-datepicker,.activity-to-datepicker{width:100%;margin-left:0px;}
}
@media only screen and (max-width: 479px) {
    .nav-user {display:none;}
    .mobile-user-menu {display:block;}
    .filter-row > .col-xs-6 {width: 100%;}
    .filter-row {margin-bottom: 15px;}
    .page-title {font-size:17px;}
    .fc-toolbar .fc-right {display: inline-block;float: none;margin: 10px auto 0;width: 200px;clear: both;}
    .fc-toolbar .fc-left {float: none;margin: 0 auto;width: 200px;}
    .chat-panel .chats {padding: 15px 0;}
    .chat-right .chat-content {max-width:90%;}
    .chat-right .chat-body {padding-left:0;padding-right:0;}
    .chat-left .chat-content {max-width:90%;}
    .chat-left .chat-body {padding-left:0;padding-right:0;}
    .chat-avatar .avatar {height: 20px;line-height: 20px;width: 20px;}
    .account-box {width:100%;margin-bottom: 20px;}
    body {font-size:12px;}
    .sidebar-menu li a {font-size:12px;}
    .search_date > .row > .col-xs-5 {width:100%;}
    .search_date > .row > .col-xs-1 {width:100%;text-align:center;}
    .search_date > .row > .col-xs-1 > i {margin-bottom: 15px;margin-top: 0;}
}


/* Payroll Items */

.page-menu .nav-tabs > li > a {
    font-size: 18px;
}
.table-radius.table {
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border-radius: 0.25rem;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, .03);*/
    margin-bottom: 0;
}
.table-radius.table thead td, .table-radius.table thead th {
    border-top: 0 none !important;
    padding: 20px !important;
}

.table-radius.table tbody td, .table-radius.table tbody th {
    padding: 15px 20px !important;
}

.lang-dropdown .dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*-----------------
    Salary Settings
-----------------------*/

.settings-widget + .settings-widget {
    margin-top: 30px;
}
.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}
.set-btn {
    min-height: 44px;
}

/* Settings Modal */

.settings-modal .modal-dialog {
    width: 260px;
}
.settings-modal .modal-content {
    background-color: #fafafa;
    border: 0 none;
    border-radius: 0;
    box-shadow: inherit;
}
.settings-modal .modal-header {
    background-color: #ff9b44;
    border: 0 none;
    display: block;
    padding: 7.5px 15px;
}
.settings-modal .modal-body {
    padding: 15px;
}

/* FAQ */

.faq-panel .panel-heading {
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.faq-panel .panel + .panel {
    margin-top: 10px;
}
.faq-panel .panel {
    border-color: #ddd;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
}
.settings-modal .modal-header .modal-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.settings-modal .modal-footer {
    border-top: 0;
    padding: 15px;
}
.faq-panel .panel .panel-heading h4 > a {
    color: #090909;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 60px;
    position: relative;
}

.settings-btn .btn {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
}
.settings-modal .form-control {
    border-radius: 0;
    border-color: #eaeaea;
    box-shadow: inherit;
}
.settings-modal label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.settings-btn {
    margin-top: 16px;
}
.settings-cont .row, .settings-btn .row {
    margin-left: -8px;
    margin-right: -8px;
}
.settings-cont .row > div, .settings-btn .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.modal.settings-modal .modal-header{
   cursor: move;
}
.modal.settings-modal .modal-dialog {
   cursor: move;
}

.faq-panel .panel .panel-heading h4 > a:after {
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    right: 0px;
    font-weight: 400;
}
.faq-panel .panel .panel-heading h4 > a.collapsed:after {
    content: "\f067"; }
.faq-panel .panel .panel-heading h4 > a:not(.collapsed):after {
    content: "\f068";
}
.faq-panel .panel .panel-heading h4 > label {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding-right: 60px;
    position: relative;
}
/*.faq-panel .panel .panel-heading h4 > label:after {
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    right: 0px;
    font-weight: 400;
    top: 0;
}
.faq-panel .panel .panel-heading h4 > label.collapsed:after {
    content: "\f067"; }
.faq-panel .panel .panel-heading h4 > label:not(.collapsed):after {
    content: "\f068";
}*/
.color-picker {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.color-picker .color-list {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
    position: relative;
}

.color-picker .color-list.active::before {
    color: #fff;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
}
.color-blue {
    background-color: #bad9f9;
}
.color-green {
    background-color: #c1e57c;
}
.color-yellow {
    background-color: #fdf67c;
}
.color-red {
    background-color: #fa8065;
}
.color-grey {
    background-color: #b0b0b0;
}
.settings-modal .note-title {
    background-color: transparent;
    border: 0 none;
    color: #000;
    font-size: 18px;
    height: 30px;
    padding: 0;
    resize: none;
}
.settings-modal .note-content {
    background-color: transparent;
    border: 0 none;
    color: #444;
    padding: 0;
    resize: none;
    width: 100%;
}
.bmc-cont {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
    position: relative;
}
.faq-list {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.faq-list + .faq-list {
    margin-top: 15px;
}
.goals-list + .goals-list {
    margin-top: 15px;
}
.faq-panel .panel .panel-heading h4 input[type="checkbox"] {
    margin-right: 5px;
}
.faq-panel .panel .panel-heading h4 img {
    border: 2px solid #fff;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}
.faq-panel .goal_1 .panel-heading {
    background-color: #eb1c2d;
}
.faq-panel .goal_2 .panel-heading {
    background-color: #d3a029;
}
.faq-panel .goal_3 .panel-heading {
    background-color: #4c9f38;
}
.faq-panel .goal_4 .panel-heading {
    background-color: #c52333;
}
.faq-panel .goal_5 .panel-heading {
    background-color: #ed4135;
}
.faq-panel .goal_6 .panel-heading {
    background-color: #00aed9;
}
.faq-panel .goal_7 .panel-heading {
    background-color: #fdb713;
}
.faq-panel .goal_8 .panel-heading {
    background-color: #8f1838;
}
.faq-panel .goal_9 .panel-heading {
    background-color: #f06a38;
}
.faq-panel .goal_10 .panel-heading {
    background-color: #dd1367;
}
.faq-panel .goal_11 .panel-heading {
    background-color: #f69c39;
}
.faq-panel .goal_12 .panel-heading {
    background-color: #cf8d2a   ;
}
.faq-panel .goal_13 .panel-heading {
    background-color: #48773e;
}
.faq-panel .goal_14 .panel-heading {
    background-color: #007dbc;
}
.bmc-cont + .bmc-cont {
    margin-top: 10px;
}
.faq-panel .goal_15 .panel-heading {
    background-color: #5cb84d;
}

.bmc-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bmc-footer li {
    display: inline-block;
}
.bmc-footer a {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.bmc-delete {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #aeaeae;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
    display: none;
}
.bmc-delete:hover {
    border: 1px solid #f62d51;
    color: #f62d51;
}
.bmc-cont:hover .bmc-delete {
    display: block;
}

.faq-panel .goal_16 .panel-heading {
    background-color: #02558b;
}
.faq-panel .goal_17 .panel-heading {
    background-color: #183668;
}

.table.accounts-table > tbody > tr > td, 
.table.accounts-table > tbody > tr > th, 
.table.accounts-table > tfoot > tr > td, 
.table.accounts-table > tfoot > tr > th, 
.table.accounts-table > thead > tr > td, 
.table.accounts-table > thead > tr > th {
    border-color: transparent;
}
.table.accounts-table > tbody > tr > td:first-child,
.table.accounts-table > thead > tr > th:first-child,
.table.accounts-table > tbody > tr > th:first-child  {
    padding-left: 0;
}
.table.accounts-table > tbody > tr > td:last-child,
.table.accounts-table > thead > tr > th:last-child,
.table.accounts-table > tbody > tr > th:last-child  {
    padding-right: 0;
}
.table.accounts-table > tbody > tr.total-row > td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.accounts-table thead > tr > th {
    background-color: #ff9b44;
    font-size: 17px;
    font-weight: bold;
}

.bmc-edit {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #aeaeae;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 20px;
    display: none;
}
.bmc-edit:hover {
    border: 1px solid #55ce63;
    color: #55ce63;
}
.bmc-cont:hover .bmc-edit {
    display: block;
}

.comment-section {
    float: left;
    width: 100%;
}
.comment-section ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}
.comment-section ul li {
    float: left;
    width: 100%;
}
.comment-section ul ul {
    padding-left: 50px;
}
.comment-section .comment-list::before {
    display: none;
}
.comment-list {
    display: table;
    padding-bottom: 20px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}
.mb-10 {
    margin-bottom: 10px;
}
.add-row .btn {
    border-radius: 0;
    padding: 9px 15px;
}
.goals-action {
    display: none;
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 99;
}
.goals-action a {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    text-align: center;
    width: 20px;
}
.goals-action a:hover, .goals-action a:focus {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #fff;
}
.goals-action a + a {
    margin-left: 5px;
}
.comment-img {
    display: table-cell;
}
.faq-panel .panel:hover .goals-action {
    display: inline-flex;
}

.comment-img img {
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
.comment {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-left: 10px;
}
.comment h3 {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.comment img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.comment span {
    color: #b2b2b2;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.comment p {
    color: #686868;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.comment > a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}
.comment > a.active,
.comment > a:hover {
    color: #e44d3a;
}
.comment > a i {
    font-weight: 600;
    margin-right: 6px;
}
.post-comment {
    float: left;
    width: 100%;
}
.cm_img {
    float: left;
    width: 40px;
    margin-right: 10px;
}
.outcome-panel .panel-title {
    position: relative;
}
.outcome-action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.outcome-action a {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    min-height: 20px;
    text-align: center;
    width: 20px;
}
.outcome-action a:hover, .goals-action a:focus {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #fff;
}
.outcome-action a + a {
    margin-left: 5px;
}

/*Start Wizard*/

.wizard-wrapper {
    padding: 30px 0;
}
.wizard-header {
    margin-bottom: 30px;
    text-align: center;
}
.step-list {
    display: flex;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: 100%;
}
.step-list a:hover,.step-list a:active,.step-list a:focus {
    text-decoration: none
}
.step-list li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0
}
.cm_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.comment_box {
    float: left;
}
.comment_box input {
    width: 400px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background-color: #efefef;
    padding-left: 10px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    resize: none;
}
.step-list li:before {
    border-top: 2px solid #ccc;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 14px;
    right: 1px;
    width: 100%;
    z-index: 1
}
.step-list li:first-child:before {
    left: 50%;
    max-width: 50%
}
.step-list li:last-child:before {
    max-width: 50%;
    width: 50%
}
.comment_box form button {
    background-color: #ff9b44;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 600;
    height: 40px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    width: 80px;
}
.soc-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.soc-footer li {
    display: inline-block;
}
.step-list li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}
.step-list li .step {
    background-color: #ccc;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    position: relative;
    text-align: center;
    transition: all 0.1s linear 0s;
    width: 24px;
    z-index: 2;
}
.soc-footer a {
    color: #888;
    font-size: 14px;
    font-weight: normal;
}


.apt-list {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.apt-list-det {
    align-items: flex-start;
    display: flex;
    align-items: center;
    padding: 20px;
}
.apt-list .apt-list-desc {
    flex: 1 1 0;
}
.apt-list h4.apt-department {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}
.step-list li.active .step {
    background-color: #ff9b44;
    border-color: #ff9b44;
    border-radius: 50%;
    color: #fff;
}
.step-list li.active .title {
    color: #2B3D53
}
.step-list li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}
.option-item label {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #777;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
}
.apt-list h3.apt-list-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.apt-list .apt-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.apt-list .apt-info ul li {
    color: #777;
    display: inline-block;
    margin-right: 14px;
}
.apt-list .apt-info ul li i {
    color: #777;
    margin-right: 3px;
    position: relative;
}
.apt-list .apt-info ul li:last-child {
    margin-right: 0;
}
.apt-types {
    background-color: transparent;
    border: 1px solid #ff9b44;
    color: #ff9b44;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
}
.analytics-box > p {
    margin-bottom: 0;
}
.option-item label strong {
    color: #333;
    display: block;
    font-size: 18px;
}
.option-item input[type=checkbox]:not(old),
.option-item input[type=radio]:not(old) {
    visibility: hidden
}
.option-item input[type=checkbox]:not(old):checked+label,
.option-item input[type=radio]:not(old):checked+label {
    display: block;
    border: 1px solid #ff9b44;
}
.option-item input[type=checkbox]:not(old):checked+label:before,
.option-item input[type=radio]:not(old):checked+label:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ff9b44
}
.pager.wizard {
    margin: 50px 0 0;
}
.pager.wizard a {
    float: unset;
    border-radius: 4px;
    min-height: 50px;
    padding: 15px;
    width: 140px;
}
.pager.wizard .next a {
    color: #ff9b44;
}
.faq-panel .panel-heading {
    background-color: #fff;
    padding: 20px;
}
.faq-panel .panel + .panel {
    margin-top: 10px;
}


.dash-widget.facebook-widget {
    background-color: #3b5997;
    border: 0;
    box-shadow: unset;
    color: #fff;
}
.dash-widget.twitter-widget {
    background-color: #1AB2E8;
    border: 0;
    box-shadow: unset;
    color: #fff;
}
.faq-panel .panel {
    border-color: #ddd;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
}
.faq-panel .panel .panel-heading h4 > a {
    color: #090909;
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.faq-panel .panel .panel-heading h4 > a:after {
    font-family: FontAwesome;
    font-size: 19px;
    position: absolute;
    right: 0px;
    font-weight: 400;
}
.faq-panel .panel .panel-heading h4 > a.collapsed:after {
    content: "\f067"; }
.faq-panel .panel .panel-heading h4 > a:not(.collapsed):after {
    content: "\f068";
}
.table.accounts-table > tbody > tr > td, 
.table.accounts-table > tbody > tr > th, 
.table.accounts-table > tfoot > tr > td, 
.table.accounts-table > tfoot > tr > th, 
.table.accounts-table > thead > tr > td, 
.table.accounts-table > thead > tr > th {
    border-color: transparent;
}
.table.accounts-table > tbody > tr > td:first-child,
.table.accounts-table > tbody > tr > th:first-child  {
    padding-left: 0;
}
.table.accounts-table > tbody > tr > td:last-child,
.table.accounts-table > tbody > tr > th:last-child  {
    padding-right: 0;
}
.table.accounts-table > tbody > tr.total-row > td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.dash-widget.linkedin-widget {
    background-color: #0177b5;
    border: 0;
    box-shadow: unset;
    color: #fff;
}
.dash-widget.instagram-widget {
    background: #405de6;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    border: 0;
    box-shadow: unset;
    color: #fff;
}
.facebook-widget .dash-widget-icon, .linkedin-widget .dash-widget-icon, .instagram-widget .dash-widget-icon, .twitter-widget .dash-widget-icon {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.4);
    font-size: 4rem;
}
.indicator-list ul {
    color: #727272;
    padding-left: 15px;
}


table.table td h2.comp-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2.comp-avatar .avatar {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.goal-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.goal-img img {
    border-radius: 3px;
    margin-right: 5px;
    height: 34px;
    width: 34px;
}
.social-impact .add-btn {
    min-width: unset;
    padding: 3px 12px;
}
.bmc {
    background-color: #fff;
    border: 2px solid #ccc;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}
.social-impact .card-box .card-box {
    box-shadow: none;
    margin-bottom: 0;
    padding: 15px;
}
.social-impact .card-box .card-box + .card-box {
    margin: 20px 0 0;
}
.bmc-row {
    display: flex;
    flex: 1;
}
.bmc-box {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.bmc-hl {
    height: 2px;
    background: #ccc;
}
.bmc-vl {
    width: 2px;
    background: #ccc;
}
.bmc-title {
    flex: 1 1 0;
    font-size: 13px;
    font-weight: 600;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    line-height: 21px;
    padding: 10px;
    position: relative;
}
.social-impact .faq-panel .panel .panel-heading h4 > label {
    font-size: 15px;
    padding-right: 15px;
    position: relative;
}
.social-impact .faq-panel .panel .panel-heading h4 img {
    border: 1px solid #fff;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 15px;
    width: 50px;
}
/*.social-impact .faq-panel .panel-heading {
    padding: 10px;
}
.social-impact .faq-panel .panel .panel-heading h4 > label::after {
    font-size: 14px;
}*/
.social-impact .goals-action {
    right: 25px;
    top: 7px;
}
.social-impact .edit-icon {
    font-size: 11px;
    line-height: 18px;
    min-height: 20px;
    width: 20px;
}
.bmc-title h6 {
    font-size: 13px;
    font-weight: 600;
}
.bmc-title h6 a {
    color: #aeaeae;
    float: right;
}
.bmc-cont > p {
    color: #333;
    font-weight: normal;
}
.delete-icon {
    color: #e30b0b;
    font-size: 18px;
}
.social-impact .card-box .faq-panel {
    margin-bottom: 0;
}
.social-impact .card-box .faq-panel .panel {
    margin-bottom: 0;
}
.social-impact .card-box .panel {
    box-shadow: none;
    margin-bottom: 20px;
}
.social-imp-list {
    height: 331px;
    overflow-y: auto;
}
.modal .add-more {
    margin-bottom: 15px;
}
.modal .add-more a {
    color: #ff9b44;
}
.comp-table {
    vertical-align: top;
}
.overview-cont {
    min-height: 44px;
} 
.remove_family_divm, .remove_family_div_edit {
    color: #e30b0b;
    font-size: 18px;    
}
.cont-list > .card-title > a + a {
    margin-right: 5px;
}

.social-icon {
    margin-top: 7px;
    text-align: center;
}
.social-icon a {
    background-color: #fff;
    border-radius: 4px;
    color: #757575;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}
.social-icon a:hover {
    opacity: 0.9;
}
.social-icon a.facebook {
    background-color: #3b5998;
    color: #fff;
}
.social-icon a.google-plus {
    background-color: #e2665c;
    color: #fff;
}
.social-icon a.twitter {
    background-color: #1da1f2;
    color: #fff;
}
.social-icon a.behance {
    background-color: #1769ff;
    color: #fff;
}
.social-icon a.pinterest {
    background-color: #bd081c;
    color: #fff;
}
.social-icon a.instagram {
    background: #405de6;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff;
}
.social-icon a.youtube {
    background-color: #cd201f;
    color: #fff;
}
.social-icon a.linkedin {
    background-color: #0077b5;
    color: #fff;
}
.sidebar-menu ul ul li.active a {
    color: #ff9b44;
    text-decoration: underline;
}
.social-imp-list .cont-list .edit-icon {
    background-color: #fff;
    border: 1px solid #fff;
    color: #9b9b9b;
}
.social-imp-list .cont-list .soc-footer a {
    color: #333;
}
.social-impact .card-box .card-box.cont-list {
    border: 0;
}
#global_goals_modal .faq-panel .panel .panel-heading h4 > label {
    font-size: 15px;
    padding-right: 15px;
    position: relative;
}
#global_goals_modal .faq-panel .panel .panel-heading h4 img {
    border: 1px solid #fff;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 15px;
    width: 50px;
}




/*Start Wizard*/

.wizard-wrapper {
    padding: 30px 0;
}
.wizard-header {
    margin-bottom: 30px;
    text-align: center;
}
.step-list {
    display: flex;
    justify-content: center;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: 100%;
}
.step-list a:hover,.step-list a:active,.step-list a:focus {
    text-decoration: none
}
.step-list li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0
}
.step-list li:before {
    border-top: 2px solid #ccc;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 14px;
    right: 1px;
    width: 100%;
    z-index: 1
}
.step-list li:first-child:before {
    left: 50%;
    max-width: 50%
}
.step-list li:last-child:before {
    max-width: 50%;
    width: 50%
}
.step-list li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}
.step-list li .step {
    background-color: #ccc;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    position: relative;
    text-align: center;
    transition: all 0.1s linear 0s;
    width: 24px;
    z-index: 2;
}
.step-list li.active .step {
    background-color: #ff9b44;
    border-color: #ff9b44;
    border-radius: 50%;
    color: #fff;
}
.step-list li.active .title {
    color: #2B3D53
}
.step-list li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}
.option-item label {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #777;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
}
.option-item label strong {
    color: #333;
    display: block;
    font-size: 18px;
}
.option-item input[type=checkbox]:not(old),
.option-item input[type=radio]:not(old) {
    visibility: hidden
}
.option-item input[type=checkbox]:not(old):checked+label,
.option-item input[type=radio]:not(old):checked+label {
    display: block;
    border: 1px solid #ff9b44;
}
.option-item input[type=checkbox]:not(old):checked+label:before,
.option-item input[type=radio]:not(old):checked+label:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ff9b44
}
.pager.wizard {
    margin: 50px 0 0;
}
.pager.wizard a {
    float: unset;
    border-radius: 4px;
    min-height: 50px;
    padding: 15px;
    width: 140px;
}
.pager.wizard .next a {
    color: #ff9b44;
}

/*budget*/

.title-row {
    font-size: 18px;
    font-weight: bold;
}
.tax-input {
    display: inline-flex;
}
.tax-value-input {
    margin-left: 5px;
    width: 40px;
}
.budget-tabs {
    margin-bottom: 20px;
}
.budget-tabs .nav-tabs > li > a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.overall {
    color: #ff9b44;
}
table.budget-table th:last-child {
    width: 60px;
}
table.budget-table .form-control {
    height: 30px;
    padding: 5px 6px;
}
table.budget-table .form-control.error {
    border-color: #f50000;
}
table.budget-table td .add {
    display: none;
}
    
.risk-box .panel {
    border: 0;
}
.risk-box .panel-heading {
    font-size: 18px;
}
.risk-box .panel-info {
    background-color: #e7f3fe;
}
.risk-box .panel-info > .panel-heading {
    background-color: #42a5f5;
    border-color: #42a5f5;
    color: #fff;
}
.risk-box .panel-danger {
    background-color: #fde8e8;
}
.risk-box .panel-danger > .panel-heading {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff;
}
.risk-box .panel-warning {
    background-color: #fff7e6;
}
.risk-box .panel-warning > .panel-heading {
    background-color: #ffb300;
    border-color: #ffb300;
    color: #fff;
}
.risk-box .panel-teal {
    background-color: #ebfafa;
}
.risk-box .panel-teal > .panel-heading {
    background-color: #2faaab;
    border-color: #2faaab;
    color: #fff;
}
.add-risk {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    float: right;
    font-size: 14px;
    height: 26px;
    justify-content: center;
    width: 26px;
}
.add-risk:hover, .add-risk:focus {
    color: #fff;
}
.risk-box .panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.risk-box .panel ul li + li {
    margin-top: 5px;
}
.risk-dropdown a > span {
    flex: 0 0 16px;
}
.low-risk-row td {
    background-color: #c4d79b;
}
.moderate-risk-row td {
    background-color: #fffb0f;
}
.high-risk-row td {
    background-color: #ff6515;
}
.critical-risk-row td {
    background-color: #ff2613;
}
.risk-analysis .table {
    border: 1px solid #e3e3e3;
}
.risk-analysis .table > thead > tr > th {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 8px;
}
.risk-analysis .table.custom-table > tbody > tr > td {
    border-color: transparent;
}
.risk-analysis .custom-table tr {
    box-shadow: unset;
}
.swot-list > li {
    padding-right: 30px;
    position: relative;
}
.swot-list .swot-action {
    bottom: 0;
    position: absolute;
    right: 0;
}
.swot-list .swot-action a + a {
    margin-left: 2px;
}

/*-----------------
    Kanban Board
-----------------------*/

.card > .task-board-header {
    line-height: 15px;
    display: flex;
    justify-content: space-between;
}
.task-board-header {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px 5px;
    display: flex;
    justify-content: space-between;
}
.task-board-header a {
    color: #1f1f1f;
}
.task-board-body {
    padding: 0 15px 15px;
    font-size: 13px;
}
.progress > .progress-bar {
    background-color: #25628F;
}
.kanban-cont {
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
}
.kanban-list {
    align-self: flex-start;
    margin-right: 30px;
    min-width: 300px;
    width: 300px;
}
.kanban-list:last-child {
    margin-right: 0;
}
.kanban-list > .kanban-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.kanban-list > .kanban-header > .status-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.kanban-list > .kanban-wrap {
    padding: 20px;
}
.kanban-list > .kanban-wrap > .drag-placeholder {
    height: 146px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}
.kanban-list > .kanban-wrap > .card {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: unset;
    margin: 0 0 12px;
}
.kanban-list > .kanban-wrap > .card.active {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.kanban-list > .kanban-wrap > .card:last-child {
    margin-bottom: 0;
}
.kanban-list > .kanban-wrap > .card.ui-sortable-helper {
    box-shadow: 0 2px 20px 0 #d7dceb;
}
.kanban-list > .kanban-wrap > .card > .task-board-header {
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 15px 15px 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kanban-list > .kanban-wrap > .card > .task-board-body {
    padding: 0 15px 15px;
}

.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
}
.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #42a5f5;
}
.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
    align-items: end;
}
.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer > .task-users > .task-avatar > img {
    width: 24px;
    height: 24px;
}
.kanban-list > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-footer > .task-users > .task-user-count {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 1px;
}
.kanban-list.kanban-danger > .kanban-wrap > .card.active {
    border-color: #ef5350;
}
.kanban-list.kanban-success > .kanban-wrap > .card.active  {
    border-color: #4caf50;
}
.kanban-list.kanban-info > .kanban-wrap > .card.active  {
    border-color: #42a5f5;
}
.kanban-list.kanban-warning > .kanban-wrap > .card.active  {
    border-color: #ffb300;
}
.kanban-list.kanban-danger {
    background-color: #fef7f6;
}
.kanban-list.kanban-danger > .kanban-header {
    background-color: #ef5350;
}
.kanban-list.kanban-danger > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #ef5350;
}
.kanban-list.kanban-success {
    background-color: #edf7ee;
}
.kanban-list.kanban-success > .kanban-header {
    background-color: #4caf50;
}
.kanban-list.kanban-success > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #4caf50;
}
.kanban-list.kanban-info {
    background-color: #e7f3fe;
}
.kanban-list.kanban-info > .kanban-header {
    background-color: #42a5f5;
}
.kanban-list.kanban-warning {
    background-color: #fdfcf3;
}
.kanban-list.kanban-warning > .kanban-header {
    background-color: #ffb300;
}
.kanban-list.kanban-warning > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #ffb300;
}
.kanban-list.kanban-purple {
    background-color: #f1effd;
}
.kanban-list.kanban-purple > .kanban-header {
    background-color: #7460ee;
}
.kanban-list.kanban-purple > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #7460ee;
}
.kanban-list.kanban-primary {
    background-color: #fff5ec;
}
.kanban-list.kanban-primary > .kanban-header {
    background-color: #ff9b44;
}
.kanban-list.kanban-primary > .kanban-wrap > .card > .kanban-box > .task-board-body > .kanban-info > .progress .progress-bar {
    background-color: #ff9b44;
}
.task-avatar {
    border-radius: 50%;
    position: relative;
}
.kanban-box.ui-sortable-handle {
    cursor: move;
}
.kanban-action > a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    justify-content: center;
}
.task-board-color .board-color-list {
    display: flex;
    height: 45px;
}
.task-board-color .board-color-list .board-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
    padding-left: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
}
.task-board-color .board-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.board-control > .board-control-input:checked ~ .board-indicator:before {
    content: "\f00c";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: none;
    position: relative;
    font-family: FontAwesome;
    text-align: center;
    line-height: 16px;
}
.board-control > .board-control-input:checked ~ .board-indicator::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.board-control > .board-indicator {
    width: 36px;
    height: 36px;
}
.board-control.board-primary > .board-indicator {
    background: #ff9b44;
}
.board-control.board-success > .board-indicator {
    background: #4caf50;
}
.board-control.board-info > .board-indicator {
    background: #42a5f5;
}
.board-control.board-purple > .board-indicator {
    background: #7460ee;
}
.board-control.board-warning > .board-indicator {
    background: #ffb300;
}
.board-control.board-danger > .board-indicator {
    background: #ef5350;
}
.kanban-board.task-wrapper .kanban-list {
    width: 100%;
}
.board-view-header {
    margin-bottom: 30px;
}
.pro-teams {
    display: inline-flex;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.pro-teams .pro-team-members {
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.pro-teams h4 {
    margin-bottom: 0;
    margin-right: 6px;
    font-size: 16px;
}
.pro-team-lead {
    display: flex;
    align-items: center;
}
.board-view-header .view-icons {
    float: right;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 7px;
    border-radius: 4px;
}
.board-view-header .view-icons .btn {
    margin: 0;
    padding: 0;
}
.board-view-header .view-icons a.btn + a.btn {
    margin-left: 5px;
}
.pro-progress-bar {
    display: flex;
    align-items: center;
}
.pro-progress-bar h4 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.pro-progress-bar .progress {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
    height: 15px;
    background-color: #e3e3e3;
    box-shadow: unset;
}
.pro-progress-bar .progress > .progress-bar {
    background-color: #ff9b44;
}
.pro-progress-bar .progress > .progress-bar-success {
    background-color: #55ce63;
}
.pro-teams .avatar-group {
    display: inline-flex;
}
.pro-teams .avatar-group .avatar {
    margin-right: 0;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: transparent;
}
.pro-teams .avatar-group .avatar + .avatar {
    margin-left: -.75rem;
}
.pro-teams .avatar-group .avatar .border {
    border: 3px solid #fff !important;
}
.pro-teams .avatar-group .avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.border-white {
    border-color: #fff !important;
}
.pro-teams .avatar-group .avatar:hover {
    z-index: 1;
}
.pro-teams .avatar .avatar-title {
    font-size: 14px;
    border-radius: 50%;
}
.pro-teams .avatar-title {
    width: 100%;
    height: 100%;
    background-color: #ff9b44;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.task-date {
    display: block;
}
.task-priority {
    padding: .3em .6em .3em;
}
.task-follower-list {
    display: flex;
    margin-top: 15px;
}
.task-follower-list span {
    position: relative;
}
.task-follower-list span i {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 5px;
    color: #f00;
}
.add-new-task {
    text-align: center;
    padding: 0 20px 20px;
}
.add-new-task a {
    color: #333;
    font-size: 14px;
}
.project-add-form {
    display: none;
    margin-top: 10px;
}
.project-add-form.opened {
    display: block;
}


/*-----------------
    360 Performance
-----------------------*/

.task-chat-contents {
    background-color: #fff;
}
.task-chat-view {
    border-left: 1px solid #eaeaea;
}
.ticket-widget {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.task-chat-view .chat-left .chat-content {
    border: 0;
    padding: 0;
}
.task-chat-view .chat-left .chat-body {
    margin-left: 50px;
}
.task-chat-view .chat-date {
    background-color: #fff;
}
.task-chat-view .chats {
    padding: 15px 15px 30px;
}
.task-chat-view .avatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding-right: 0px;
}
.followers-add {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.followers-add:hover {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
}
.ticket-widget .dash-widget-icon {
    border-radius: 0;
    display: block;
    float: left;
    height: 88px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    color:#fff;
}
.ticket-widget .dash-widget-info {
    padding:11px 0;
}
ul.chart-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.bg-success-light {
    background-color: rgba(15, 183, 107,0.12) !important;
    color: #26af48 !important;
}
.bg-danger-light {
    background-color: rgba(242, 17, 54,0.12) !important;
    color: #e63c3c !important;
}
.performance-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 30px;
}
.completed-task-msg {
    margin-bottom: 30px;
    margin-left: 50px;
}
.task-chat-contents .chat.chat-left {
    margin-bottom: 20px;
}
.file-attached {
    color: #333;
    font-size: 13px;
}
.file-attached i {
    font-size: 16px;
}
.task-attach-img > img {
    border: 1px solid #eaeaea;
    max-width: 100%;
}
.review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.review-list li {
    clear: both;
    padding-left: 80px;
}
.review-list li .review-author {
    margin-left: -80px;
    position: absolute;
}
.review-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.attach-img-download {
    margin-bottom: 5px;
}
.task-chat-view .chat-left .chat-time {
    color: #a3afb7;
    display: inline-block;
    font-size: 11px;
}
.review-by {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.review-date {
    color: #777;
}
.task-chat-user {
    color: #333;
    font-size: 13px;
}
.task-chat-view .chat-content > p {
    font-size: 13px;
    margin-bottom: 0;
}
.task-time {
    color: #a3afb7;
    display: inline-block;
    font-size: 11px;
}
.task-success {
    color: #55ce63;
    font-size: 13px;
}
.task-success a {
    color: #55ce63;
}
.task-attach-img {
    margin-bottom: 20px;
}
.task-assign {
    float: left;
}
.assign-title {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.okr_progress {
  background: linear-gradient(to right, #e9ab2e 0%, #e9ab2e 0%, #fff 0%, #fff 100%);
  border: solid 1px #e9ab2e;

  height: 20px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.okr_progress:hover {
  opacity: 1;
}

.okr_progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ddd;
  cursor: pointer;
}

.okr_progress::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ddd;
  cursor: pointer;
}
.task-assign > a {
    float: left;
}
.followers-add > i {
    line-height: 28px;
}
.task-followers {
    display: flex;
    margin-top: 15px;
}
.followers-title {
    margin: 5px 10px 0 0;
}
.task-line {
border-color: #eaeaea;
}


.okr_key {
  background: linear-gradient(to right, #55ce63 0%, #55ce63 0%, #fff 0%, #fff 100%);
  border: solid 1px #55ce63;

  height: 20px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.okr_key:hover {
  opacity: 1;
}
.task-information {
    color: #95a1a9;
    font-size: 11px;
    line-height: 17px;
    min-width: 1px;
    margin-left: 50px;
}
.task-info-line {
    overflow-wrap: break-word;
}
.task-user {
    color: #95a1a9;
    font-weight: 500;
}

.okr_key::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ddd;
  cursor: pointer;
}

.okr_key::-moz-range-thumb {
  width: 25px;
  height: 25px;
 }
.task-information .task-time {
    display: inline-block;
    padding-left: 10px;
}
.message-area .input-group .form-control:focus {
   /* height: 150px;
    transition: all 0.5s ease 0s;*/
}
.task-btn-right {
    display: none !important;
}
.task:hover .task-btn-right {
    display: table-cell !important;
}
.task-action-btn.task-check {
    text-align: left !important;
    width: 40px;
}
.add-task-btn {
    padding: 6px 10px;
    text-transform: uppercase;
}
.action-circle {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.action-circle .material-icons {
    color: #ccc;
    font-size: 18px;
    vertical-align: -3px;
}
.action-circle.completed {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
.action-circle.completed .material-icons {
    color: #fff;
}
.action-circle.large {
    height: 24px;
    width: 24px;
}
.action-circle.large .material-icons {
    font-size: 16px;
    vertical-align: -4px;
}
.task-wrapper {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.task-wrapper .mark-all-tasks {
    text-align: right;
    padding-bottom: 15px;
}
.task-wrapper .mark-all-tasks .mark-all-tasks-container {
    overflow: hidden;
    position: relative;
}
.task-wrapper .mark-all-tasks .mark-all-btn {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {
    color: #35BA67;
}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
    color: #666;
}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle {
    border: 1px solid #666;
}
.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle .material-icons {
    color: #666;
}
.task-wrapper .mark-all-tasks .mark-all-btn.move-up {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    right: 0;
}
.task-wrapper .mark-all-tasks .mark-all-btn.move-down {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    right: 0;
}
.task-wrapper .mark-all-tasks .btn-label {
    margin-right: 5px;
    font-weight: 600;
}
.task-wrapper .task-list-header h3,
.task-wrapper .task-list-footer h3 {
    font-size: 24px;
    font-weight: 400;
    color: #666;
}
.task-wrapper .task-list-body {
    max-height: 500px;
    overflow: auto;
}
.task-wrapper .task-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}
.task-wrapper .task-list li {
    margin: 0;
    padding: 0;
}
.task-wrapper .task-list li .task-container {
    display: table;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}
.task-wrapper .task-list li .task-container .task-label {
    display: table-cell;
    font-weight: 400;
    vertical-align: middle;
    color: #333;
    word-break: break-all;
}
.task-wrapper .task-list li .task-container .task-action-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.task-wrapper .task-list li .task-container .task-action-btn .action-circle:hover {
    border: 1px solid #8c8c8c;
    background: #fff;
}
.task-wrapper .task-list li .task-container .task-action-btn .action-circle:hover .material-icons {
    color: #8c8c8c;
}
.task-wrapper .task-list li .task-container:hover {
    background: #EBEEEF;
}
.task-wrapper .task-list li.completed .task-container {
    background: #f9f9f9;
}
.task-wrapper .task-list li.completed .task-container .complete-btn {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
.task-wrapper .task-list li.completed .task-container .complete-btn .material-icons {
    color: #fff;
}
.task-wrapper .task-list li.completed .task-container .complete-btn:hover {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
.task-wrapper .task-list li.completed .task-container .complete-btn:hover .material-icons {
    color: #fff;
}
.task-wrapper .task-list li.completed .task-container .task-label {
    color: #ccc;
}
.task-wrapper .task-list li.new .task-container {
    -webkit-animation: taskHighlighter 2000ms linear 1;
    animation: taskHighlighter 2000ms linear 1;
}
.task-wrapper .task-list-footer {
    position: relative;
}
.task-wrapper .task-list-footer .add-task-btn-wrapper {
    text-align: center;
}
.task-wrapper .task-list-footer .add-task-btn {
    cursor: pointer;
    border: 2px solid #9B1BCC;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.task-wrapper .task-list-footer .add-task-btn.hide {
    opacity: 1;
    visibility: visible;
    display: block;
}
.task-wrapper .task-list-footer .add-task-btn:hover {
    background: #9B1BCC;
}
.task-wrapper .task-list-footer .add-task-btn:hover .material-icons {
    color: #EBEEEF;
}
.task-wrapper .task-list-footer .add-task-btn .material-icons {
    color: #9B1BCC;
    font-size: 34px;
}
.task-wrapper .task-list-footer .new-task-wrapper {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    max-height: 0;
    overflow: hidden;
}
.task-wrapper .task-list-footer .new-task-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: 0;
    height: 45px;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea:focus {
    border: 1px solid #bfbfbf;
    outline: none;
}
.task-wrapper .task-list-footer .new-task-wrapper textarea.error {
    border: 1px solid #D93737;
    outline: none;
}
.task-wrapper .task-list-footer .new-task-wrapper .error-message {
    color: #D93737;
    font-style: italic;
}
.task-wrapper .task-list-footer .new-task-wrapper .btn {
    padding: 10px 15px;
    float: right;
    cursor: pointer;
}
.task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {
    background: #fff;
    border: 1px solid #ccc;
}
.task-wrapper .task-list-footer .new-task-wrapper.visible {
    max-height: 300px;
    overflow: auto;
}
.notification-popup {
    z-index: 1051;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 300px;
    display: inline-block;
    background: #1F8FEF;
    border: 1px solid #1082e4;
    color: #fff;
    padding: 20px;
    opacity: .8;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.notification-popup.success {
    background: #35BA67;
    border: 1px solid #2fa65c;
}
.notification-popup p {
    margin-top: 0;
    margin-bottom: 0px;
}
.notification-popup .task {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}
.notification-popup .notification-text {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
}
.notification-popup.hide {
    opacity: 0;
    visibility: hidden;
}
.task-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
}
.task-overlay.opened {
    display: block;
}
.task-chat-view.opened {
    margin-right: 0;
}
.menu-opened .message-view.task-view {
    width: 100%;
}

/* New Css */

/* Custom Radio and Checkbox */

.custom_check {
    color: #555;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: .9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}
.custom_check input:checked ~ .checkmark {
    background-color: #ff9b44;
    border: 1px solid transparent
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.custom_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.custom_check input:checked ~ .checkmark:after {
    display: block
}
.custom_radio {
    color: #555;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}
.custom_radio input {
    position: absolute;
    opacity: 0
}
.custom_radio input:checked ~ .checkmark:after {
    opacity: 1
}
.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}
.custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff9b44;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

/* Performance */

.page-breadcrumb {
    background-color: transparent;
    color: #6c757d;
    padding: 0;
    margin-bottom: 30px;
}
.page-breadcrumb a {
    color: #333;
}
.user-info-table {
    background-color: #fff;
}
.join-year {
    text-align: right;
    float: right;
    display: flex;
    align-items: center;
}
.join-year > span {
    margin-right: 5px;
}
.join-year .select2-container {
    text-align: left;
}
.performance-wrap + .performance-wrap {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.performance-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 30px;
}
.performance-table {
    margin-bottom: 0;
}
.table.performance-table > tbody > tr > td, 
.table.performance-table > tbody > tr > th, 
.table.performance-table > tfoot > tr > td, 
.table.performance-table > tfoot > tr > th, 
.table.performance-table > thead > tr > td, 
.table.performance-table > thead > tr > th {
    border-color: transparent;
    vertical-align: middle;
}
.table.performance-table thead > tr > th {
    font-size: 15px;
    font-weight: bold;
}
.table.performance-table > tbody + tbody {
    border-top: 0;
}
.label-input {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-width: 340px;
}
.label-input label {
    display: block;
    margin-right: 5px;
    min-width: 87px;
    margin-bottom: 0;
    flex: 0 0 auto;
}
.label-input .btn {
    margin-left: 5px;
    min-height: 40px;
}
.comp-box .label-input label {
    min-width: 200px;
}
.key-remove {
    min-width: 38px;
    display: inline-block;
    text-align: center;
}
.review-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.review-list li {
    clear: both;
    padding-left: 80px;
}
.review-list li .review-author {
    margin-left: -80px;
    position: absolute;
}
.review-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.review-by {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.review-date {
    color: #777;
}
.submit-section {
    text-align: center;
    margin-top: 40px;
}
.submit-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}
.rating {
    display: inline-flex;
    color: #bbb;
}
.rating i + i {
    margin-left: 2px;
}
.rated {
    color: #fc0;
}

/* Progress Dashboard */

.perform-icon {
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.progress-wrap {
    display: flex;
    align-items: center;
}
.progress-wrap .progress {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
}
.progress-wrap span {
    display: inline-block;
    padding-left: 15px;
    flex: 0 0 auto;
    font-size: 12px;
}
.bg-info-light{
    background-color:rgba(2, 182, 179,0.12) !important;
    color:#1db9aa !important;
}
.bg-primary-light{
    background-color:rgba(17, 148, 247,0.12) !important;
    color:#2196f3 !important;
}
.bg-danger-light{
    background-color:rgba(242, 17, 54,0.12) !important;
    color:#e63c3c !important;
}
.bg-warning-light{
    background-color:rgba(255, 152, 0,0.12) !important;
    color:#f39c12 !important;
}
.bg-success-light{
    background-color:rgba(15, 183, 107,0.12) !important;
    color:#26af48 !important;
}
.bg-purple-light{
    background-color:rgba(197, 128, 255,0.12) !important;
    color:#c580ff !important;
}
.bg-default-light{
    background-color:rgba(158, 160, 165, 0.12) !important;
    color:#9EA0A5 !important;
}

.task-wrapper.goal-wrapper {
    margin: 0;
    padding: 0;
}
.task-wrapper.goal-wrapper .task-list-footer .new-task-wrapper .error-message {
    display: block;
    margin-top: -15px;
}
.task-wrapper.goal-wrapper .task-list li .task-container {
    display: flex;
}
.task-wrapper.goal-wrapper .task-list li .task-container .task-action-btn {
    margin-left: 5px;
}
.task-wrapper .task-list li .task-container .task-action-btn.task-btn-right {
    margin-left: auto;
}
.goal_remove {
    background-color: #f62d51;
    color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-bottom: 5px;
    font-size: 13px;
}
.goal_remove:hover, .goal_remove:focus {
    color: #fff;
}

/*--------------------------------
    Offer Create and Approval
-----------------------------------*/

.navbar-nav.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
    margin-bottom: 15px;
}
.navbar-nav.wizard li > * {
    position: relative;
    padding: 1em .8em .8em 2.5em;
    color: #999;
    background-color: #dedede;
    border-color: #dedede;
}
.navbar-nav.wizard li.active > * {
    color: #fff !important;
    background-color: #96c03d !important;
    border-color: #96c03d !important;
    border-bottom: none !important;
}
.navbar-nav.wizard > li > a {
    opacity: 1;
    font-size: 14px;
}
.navbar-nav.wizard > li > a:focus {
    position: relative;
    color: #999;
    background-color: #dedede;
    border-color: #dedede;
}
span.nmbr {
    color: #dedede;
    display: inline-block;
    width: 20px;
    line-height: 100%;
    height: 20px;
    text-align: center;
}
.navbar-nav.wizard li.active span.nmbr {
    color: #fff;
}
.bootstrap-select > .btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 40px !important;
}
.btn-default:hover , .open > .dropdown-toggle.btn-default:focus {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.onoffswitch {
    position: relative;
    width: 65px;
    -webkit-user-select:none;
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 0px solid #ccc;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%;
    height: 30px; 
    padding: 0; 
    line-height: 30px;
    font-size: 14px;
    color: white; 
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color:#96c03d; color: #FFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #ddd; 
    color: #555;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s; 
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/* offer-create*/

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    min-height: 40px;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 1px;
    margin-right: 5px;
    margin-top: 4px;
    padding: 5px 10px;
    background-color: #dedede;
    border: 1px solid #dedede;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
}
.approver {
    display: none;
}

/*Onboarding*/

.bootstrap-tagsinput {
    min-width:100%;
    padding: 10px;
}   
.bootstrap-tagsinput .tag {
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 5px;
    line-height:34px;
}
.tag.bg-info, .label-info {
    background-color: #a1a1a1;
}

/*Dashboard Onboarding*/

.dash-widget-pro .dash-widget-info {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dash-widget-pro .dash-text {
    color: #555;
}
.offer-total {
    width: 45px;
    height: 45px;
    background: #ccc;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 45px;
    box-shadow: 0 1px 5px #a1a1a1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dash-color-1 {
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.dash-color-2 {
    background-image: linear-gradient(to top, #f12711 0%,#f5af19 100%);
}
.dash-color-3 {
    background-image: linear-gradient(to top, #8360c3 0%,#2ebf91 100%);
}
.dash-color-4 {
    background-image: linear-gradient(to top, #11998e 0%,#38ef7d 100%);
}
.dash-color-5 {
    background-image: linear-gradient(to top, #FF416C 0%,#FF4B2B 100%);
}
.dash-color-6 {
    background-image: linear-gradient(to top, #ED213A 0%,#93291E 100%);
}
.like-icon {
    font-size: 18px;
}
#table-2, #table-3, #table-4, #table-5, #table-6 {
    display:none;
}
.info-badge {
    background: #ccc;
}
.navbar-nav.wizard li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    width: 24%;
    float: left;
    text-align: center;
}
.navbar-nav.wizard li> * {
    padding:10px;
}
.navbar-nav.wizard li::after,
.navbar-nav.wizard li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    border: 21px solid transparent;
    border-right-width: 0;
}
.navbar-nav.wizard li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #eff3f6;
    margin: 0
}
.navbar-nav.wizard li>*::after {
    z-index: 2;
    border-left-color: inherit
}
.navbar-nav.wizard > li > a:hover, .navbar-nav.wizard > li > a:focus {
    background-color: #dedede;
}
.navbar-nav.wizard > li.offer-declined > a:hover, .navbar-nav.wizard > li.offer-declined > a:focus {
    background-color: #e95a3c;
}
.table .navbar-nav.wizard li.active span.nmbr {
    color: #fff;
}
.table .navbar-nav.wizard li.offer-declined span.nmbr {
    color: #fff;
}
.table .navbar-nav.wizard {
    display: flex;
    margin: 0;
}
.table .navbar-nav.wizard li {
    width: 140px;
}
.table .navbar-nav.wizard li > * {
    padding: 5px 10px;
}
.navbar-nav.wizard li.offer-declined > * {
    color: #fff;
    background-color: #e95a3c;
    border-color: #e95a3c;
    border-bottom: none;
}
.table .navbar-nav.wizard li::after,
.table .navbar-nav.wizard li > *::after {
    border: 16px solid transparent;
    border-right-width: 0;
}
.table .navbar-nav.wizard li::after {
    border-left-color: #fff;
}
.table .navbar-nav.wizard li > *::after {
    z-index: 2;
    border-left-color: inherit
}
.table-responsive {
    white-space: nowrap;
    width: 100%;
}
.table .navbar-nav.wizard > li > a {
    font-size: 13px;
}

/* Admin Dashboard */

.ticket-widget {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.ticket-widget .dash-widget-icon {
    border-radius: 0;
    display: block;
    float: left;
    height: 88px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    color:#fff;
}
.ticket-widget .dash-widget-info {
    padding:11px 0;
}
.admin-dash .dash-widget-info > h3 {
    font-size: 20px;
}
.admin-dash .dash-widget-info > span {
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}



/*--------------------------------
    Employee Dashboard
-----------------------------------*/
.dash-widget-text {
    font-size:20px !important;
}
.dash-widget-icon {
    background-color: #eee;
    border-radius: 100%;
    color: #777;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}
.custom-nav-tab.nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}
.custom-nav-tab.nav-tabs {
    border-bottom: 1px solid #f4f4f4;
}   
.custom-nav-tab.nav-tabs > li.active {
    border-top-color: #ef2c2c;
}
.custom-nav-tab.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #f4f4f4;
    border-bottom-color: transparent;
}
.custom-nav-tab.nav-tabs > li > a:focus, .custom-nav-tab.nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #ffffff;
}
.box-widget {
    border: none;
    position: relative;
    padding:10px;
}
.dash-widget a {
    color:#333;
}
.box-widget-header {
    padding: 20px;
    height: 130px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #f1f1f1;
}
.box-widget .widget-user-image {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -45px;
}
.box-widget .widget-user {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.box-widget .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}
.widget-user-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.description-box {
    display: block;
    margin: 20px 0;
    text-align: center;
}
.punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.punch-info {
    margin-bottom: 20px;
}
.punch-hours {
    align-items: center;
    background-color: #f9f9f9;
    border: 5px solid #e3e3e3;
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
}
.punch-btn-section {
    margin-bottom: 20px;
    text-align: center;
}
.theme-purple .btn-primary {
    background-color: #667eea;
    border: 1px solid #667eea;
    color: #fff;
}
.punch-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 8px 20px;
}
.statistics .row {
    margin-left: -5px;
    margin-right: -5px;
}
.statistics .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.punch-status .stats-box {
    margin-bottom: 0;
}
.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 5px;
}
.stats-box p {
    margin: 0;
    font-size: 12px;
}
.stats-box > h6 {
    margin-bottom: 0;
}
.stats-list {
    height: 331px;
    overflow-y: auto;
}
.att-statistics .stats-info {
    margin-bottom: 5px;
}
.stats-info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}
.stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}
.att-statistics .progress {
    height: 4px;
    margin-bottom: 0;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.equal-panel .drop-scroll {
    height: 367px;
}
.icon-top {
    margin-top: -40px;
    box-shadow: 0 1px 5px #a1a1a1;
}
.widget-space {
    margin-top: 20px;
}
ul.chart-list {
    list-style: none;
    padding: 0;
    margin-top:40px;
}
.chart-list li {
    padding-left: 1.3em;
    border-bottom: none;
}
.chart-div .panel-heading {
    padding:15px;
}

/*-----------------
    40. Jobs
-----------------------*/

.apply-btn {
    background: #ff9b44;
    background: -moz-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff9b44), color-stop(100%, #fc6075));
    background: -webkit-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -o-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: -ms-linear-gradient(left, #ff9b44 0%, #fc6075 100%);
    background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b44', endColorstr='#fc6075', GradientType=1);
    border-color: transparent;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}
.job-list {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 35px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.job-list-det {
    align-items: flex-start;
    display: flex;
    align-items: center;
    padding: 20px;
}
.job-list .job-list-desc {
    flex: 1 1 0;
}
.job-list h4.job-department {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}
.job-list h3.job-list-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
.job-list .job-list-footer {
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
    position: relative;
    padding: 20px;
}
.job-list .job-list-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.job-list .job-list-footer ul li {
    color: #777;
    display: inline-block;
    margin-right: 14px;
}
.job-list .job-list-footer ul li i {
    color: #777;
    margin-right: 3px;
    position: relative;
}
.job-list .job-list-footer ul li:last-child {
    margin-right: 0;
}
.page-wrapper.job-wrapper {
    margin-left: 0;
}
.job-types {
    background-color: transparent;
    border: 1px solid #ff9b44;
    color: #ff9b44;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
}

/*-----------------
    41. Job Details
-----------------------*/

.job-info {
    background-color: #ffffff;
    border: 1px solid #efefef;
    float: left;
    margin: 0 0 30px;
    padding: 30px;
    position: relative;
    width: 100%;
}
.job-title {
    color: #585858;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.job-info .job-dept {
    color: #737882;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.job-post-det {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    color: #737882;
    list-style: none;
    margin: 0;
    padding: 0;
}
.job-content li {
    line-height: 28px;
}
.job-post-det li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 20px;
}
.job-det-info {
    background-color: #fff;
    margin: 0 0 15px;
    padding: 0 0 6px;
}
.info-list {
    color: #737882;
    padding-top: 20px;
}
.info-list span {
    color: #ff9b44;
    float: left;
    font-size: 20px;
    line-height: 14px;
}
.info-list p {
    line-height: 1.7;
    margin: 0 0 0 40px;
}
.info-list > h5 {
    color: #585858;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 5px;
    margin-left: 40px;
    text-transform: uppercase;
}
.app-ends {
    color: #46cd38;
    font-size: 13px;
}
.job-btn {
    border: 2px solid #ff9b44;
    color: #ff9b44;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.job-btn:hover {
    background-color: #ff9b44;
    color: #fff;
}
.job-widget {
    background-color: #fff;
    border: 1px solid #efefef;
    float: left;
    margin: 0 0 30px;
    padding: 30px;
    position: relative;
    width: 100%;
}
.job-desc-title h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.job-widget h4 {
    color: #585858;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
}
.job-description > p {
    color: #737882;
    line-height: 28px;
}
.square-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.square-list li {
    color: #737882;
    line-height: 24px;
    list-style: none;
    margin: 10px 0 0 20px;
    position: relative;
}
.square-list li:first-child {
    margin-top: 0
}
.square-list li:before {
    font-family: fontawesome;
    margin: 0;
    position: relative;
    color: #ff9b44;
    float: left;
    margin-left: -20px;
    display: block;
    content: "\f0c8";
    font-size: 8px
}
.text-blue {
    color: #009ce7;
}
.iti {
    display: block;
}
.task-wrapper.goal-wrapper {
margin: 0;
padding: 0;
}
.task-wrapper.goal-wrapper .task-list-footer .new-task-wrapper .error-message {
   display: block;
   margin-top: -15px;
}
.task-wrapper.goal-wrapper .task-list li .task-container {
display: flex;
}
.task-wrapper.goal-wrapper .task-list li .task-container .task-action-btn {
margin-left: 5px;
}
.task-wrapper .task-list li .task-container .task-action-btn.task-btn-right {
margin-left: auto;
}
.goal_remove {
   background-color: #f62d51;
   color: #fff;
   border-radius: 100%;
   width: 24px;
   height: 24px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   float: right;
   margin-bottom: 5px;
   font-size: 13px;
}
.goal_remove:hover, .goal_remove:focus {
   color: #fff;
}
.rating-list {
display: flex;
}
.rating-list > span {
   display: inline-block;
   margin-right: 4px;
}
.rating-list span a {
   background-color: #ccc;
   border-radius: 4px;
   color: #333;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   font-size: 18px;
   font-weight: 600;
}
.rating-list span.rating-bad a {
background-color: #ad0d20;
color: #fff;
}
.rating-list span.rating-normal a {
background-color: #dccc00;
color: #fff;
}
.rating-list span.rating-good a {
background-color: #00a100;
color: #fff;
}
.rating-text {
   font-size: 12px;
   max-width: 157px;
   display: inline-block;
   margin-top: 5px;
}
.rating-list > span.rating-normal {
text-align: center;
}
.rating-list > span.rating-good {
text-align: right;
}
.cal-icon.no-border-cal {
   display: inline-block;
    width: 105px;
}
.no-border-cal .form-control {
   border: 0;
   padding-left: 0;
   padding-right: 0;
border-bottom: 1px solid #ccc;
border-radius: 0;
}
.cal-icon.no-border-cal::after {
    background-size: 14px;
    right: 0;
}
.task-wrapper .task-list li .task-container .task-input {
   border: 0;
   background-color: transparent;
   padding: 0;
   height: 24px;
   font-size: .9375rem;
color: #333;
}
.settings-menu ul > li a[data-toggle="collapse"]:after {
font-family: FontAwesome;
font-size: 19px;
position: absolute;
right: 15px;
font-weight: 400;
content: "\f107";
top: 6px;
}
.settings-menu ul > li ul li a {
padding: 10px 15px 10px 43px;
display: block;
}
.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}


/*-----------------
    62. File Manager
-----------------------*/
.wday-box input {
    opacity: 0;
}
.wday-box .checkmark {
    border: 2px solid #ff9b44;
  /*  width: 40px;
    height: 40px;
    line-height: 35px;
    padding-left: 13px!important;*/
    color: #ff9b44;
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.wday-box input:checked ~ .checkmark {
    background: #ff9b44;
    color:#fff;
}
.table-responsive {
    white-space: nowrap;
}
.user-add-shedule-list a {
    display: inline-block;
    padding: 10px;
    border: 1px dashed #a7a7a7;
    color: #a7a7a7;
    border-radius: 5px;
}
.user-add-shedule-list h2 a {
    border: 2px dashed #1EB53A;
    padding: 10px;
    color: #1EB53A;
}
.user-add-shedule-list span {
    justify-content: center;
    display: flex;
}

.file-wrap {
    border: 1px solid #e0e3e4;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.file-wrap .file-sidebar {
    border-right: 1px solid #e0e3e4;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 300px;
    transition: 0.3s ease-in-out;
}
.file-wrap .file-sidebar .file-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    color: #324148;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}
.file-wrap .file-sidebar .file-header span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.file-wrap .file-sidebar .file-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}
.file-wrap .file-sidebar .file-search .input-group {
    width: 100%;
}
.file-wrap .file-sidebar .file-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.file-wrap .file-sidebar .file-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.file-wrap .file-sidebar .file-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.file-wrap .file-scroll {
    max-height: calc(100vh - 259px);
    min-height: 497px;
    overflow-y: auto;
}
.file-wrap .file-sidebar .file-pro-list {
    background-color: #fff;
    padding: 15px;
}
.file-side-close {
    display: none;
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    font-size: 14px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
    position: absolute;
    right: 15px;
}
.file-wrap .file-content {
    flex: 0 0 100%;
    max-width: 100%;
}
.file-wrap .file-content .file-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}
.file-wrap .file-content .file-body {
    background-color: #f5f5f6;
}
.dropdown-file {
    position: absolute;
    top: 10px;
    right: 10px;
}
.dropdown-file .dropdown-link {
    color: #777;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dropdown-file .dropdown-link:hover, .dropdown-file .dropdown-link:focus {
    color: #1b2e4b;
}
.dropdown-file .dropdown-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.card-file {
    padding: 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.card-file:hover, .card-file:focus {
    border-color: #ccc;
}
.card-file .card-body {
    padding: 15px 0 0;
}
.card-file .card-footer {
    font-size: 11px;
    color: #a9a9a9;
    padding: 10px 0 0;
    border-top-width: 0;
    background-color: transparent;
}
.card-file h6 {
    margin-bottom: 0;
    font-size: 0.875rem;
}
.card-file h6 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    color: #333;
}
.card-file span {
    font-size: 12px;
    color: #888;
}
.card-file-thumb {
    align-items: center;
    background-color: #f5f5f5;
    color: #777;
    display: flex;
    font-size: 48px;
    height: 120px;
    justify-content: center;
}
.file-wrap .file-content .file-body .file-content-inner {
    padding: 15px;
    width: 100%;
}
.file-wrap.file-sidebar-toggle .file-sidebar {
    left: -331px;
}
.file-wrap.file-sidebar-toggle .file-cont-wrap {
    margin-left: 0;
}
.file-wrap .file-cont-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 300px;
    transition: 0.4s ease-in-out;
}
.file-wrap .file-cont-wrap .file-cont-inner {
    flex: 0 0 100%;
    max-width: 100%;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header > span {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-sidebar-toggle {
    color: #333;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options {
    display: flex;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > a, 
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > span {
    color: #333;
    display: inline-block;
    font-size: 20px;
    margin-left: 25px;
}
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > a:first-child, 
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > span:first-child {
    margin-left: 0;
}
.file-wrap .file-content .file-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}
.file-wrap .file-content .file-search .input-group {
    width: 100%;
}
.file-wrap .file-content .file-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.file-wrap .file-content .file-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.file-wrap .file-content .file-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.btn-file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.btn-file input {
    cursor: pointer;
    direction: ltr;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.file-menu {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.file-menu li {
    display: inline-block;
    width: 100%;
}
.file-menu li + li {
    margin-top: 2px;
}
.file-menu li a {
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}
.file-menu li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787;
}
.file-menu li a:hover, .file-menu li.active a, .file-menu li a:focus {
    background: rgba(33, 33, 33, 0.05);
}
.file-manager-page .list-group-item.active {
    color: #333 !important;
    border-color: #e8e8e8!important;
    background-color: transparent !important;
}
.file-manager-page .list-group-item.active a {
    color: #333;
}
.show-more {
    text-align: center;
}
.show-more a {
    position: relative;
    padding: 0 20px 0 15px;
}
.show-more a:before {
    content: '\f107';
    top: 50%;
    right: 0;
    position: absolute;
    font-size: 18px;
    line-height: inherit;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
}


.dropdown-menu{
    position: absolute; transform: translate3d(-25px, 27px, 0px); top: 0px; left: 0px; will-change: transform;
}
.dropdown-item{
    display: block;width: 100%;padding: 0.25rem 1.5rem;clear: both;font-weight: 400;color: #212529;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;
}
.search-box {
    margin-top: 5px;
}
.search-box .input-group {
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
}
.search-box .input-group .form-control {
    background: transparent;
    border: none;
    color: black;
}
.search-box .btn {
    background-color: transparent;
}
.search-input {
    border-radius: 5px;
}
.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}
.fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding: 0;
}
.fixed-header .user-info a {
    color: #555;
    text-transform: uppercase;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    float:left;
}
.chat-avatar-sm {
    display: inline-block;
    float: left;
    margin-left: 0 !important;
    margin-right: 10px;
    position: relative;
    width: 24px;
}
.chat-avatar-sm img {
    width:24px;
}
.chat-avatar-sm.user-img .status {
    bottom: 0;
    right: -3px;
}
.chat-main-row {

/*    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 80px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);*/
    bottom: 0;
    left: 0px;
   /* left:100px;*/
    overflow: auto;
    padding-bottom: inherit;
    padding-top: 0;
    position: absolute;
    right: 0px;
    top: 60px;
    
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding-bottom: 0;
    margin-bottom: 0;
}
}
.chat-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.message-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%;
}
.chat-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    /*background-color: #fff;*/
    border-radius: 15px;
}
.chat-contents {
    display: table-row;
    height: 100%;
}
.chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}
.chat-wrap-inner {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.chats {
    padding: 30px 15px;
}
.chat-body {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}
.chat-body:first-child {
    margin-top: 0
}
.chat-right .chat-content {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 20px 2px 2px 20px;
    clear: both;
    color: #727272;
    display: block;
    float: right;
    margin: 0;
    max-width: 60%;
    padding: 8px 15px;
    position: relative;
}
.chat-right .chat-body {
    padding-left: 48px;
    padding-right: 10px;
}
.chat-bubble {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.chat-bubble:hover .chat-action-btns {
    display: block;
    float: left;
}
.chat-right .chat-bubble:hover .chat-action-btns {
    float: right;
    display: block;
}
.chat.chat-right .chat-bubble:last-child .chat-content {
    border-bottom-right-radius: 20px;
}
.chat.chat-right .chat-bubble:first-child .chat-content {
    border-top-right-radius: 20px;
}
.chat-content > p {
    margin-bottom: 0;
}
.chat-time {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 12px;
}
.chat-right .chat-time {
    text-align: right;
}
.chat-bubble .chat-action-btns {
    display: none;
}
.chat-action-btns {
    float: right;
}
.chat-action-btns ul {
    list-style: none;
    padding: 0;
    margin: 15px 15px 0 15px;
}
.chat-action-btns ul > li {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
}
.chat-right .chat-action-btns {
    float: left;
}
.chat-bubble .chat-action-btns a {
    color: #8c8c8c;
}
.chat-line {
    border-bottom: 1px solid #eaeaea;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}
.chat-date {
    background-color: #f7f7f7;
    color: #727272;
    font-size: 12px;
    padding: 0 11px;
}
.chat-avatar {
    float: right;
}
.chat-avatar .avatar {
    line-height: 30px;
    height: 30px;
    width: 30px;
}
.chat-left .chat-avatar {
    float: left
}
.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 20px;
}
.chat-left .chat-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #888;
    float: left;
    position: relative;
    padding: 8px 15px;
    border-radius: 2px 20px 20px 2px;
    max-width: 60%;
}
.contact-info .contact-name a {
    color: #333;
    text-transform: capitalize;
}
.contacts-list {
    position: relative;
    padding: 0 70px 0 20px;
}
.contact-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.contact-list > li {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    padding: 10px;
}
.contact-cont {
    position: relative;
}
.contact-cont img {
    width:38px;
    height:38px;
}
.contact-type {
    height: 48px;
    position: absolute;
    width: 48px;
}
.contact-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
.contact-icon i {
    color: #76838f;
    font-size: 20px;
}
.contact-info {
    padding: 0 30px 0 50px;
}
.contact-action {
    height: 30px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}
.contact-date {
    color: #888;
    font-size: 12px;
}
.contact-author a {
    color: #1d6ad2;
    font-size: 12px;
    text-decoration: underline;
}
.contact-action .dropdown-menu {
    left: auto;
    right: 0;
}
.contact-alphapets {
    background-color: #fff;
    border-left: 1px solid #ddd;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 114px;
    position: fixed;
    right: 0;
    top: 114px;
    width: 50px;
}
.contact-box {
    display: flex;
    height: 100%;
    padding: 30px 15px;
    position: relative;
    width: 100%;
}
.close-new {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 90px;
    top: 10px;
    width: 20px;
    z-index: 99;
}
.roles-menu {
    margin-top: 20px;
}
.roles-menu > ul {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    list-style: none;
    margin: 0;
    padding: 0;
}
.roles-menu > ul > li {
    display: block;
    position: relative;
}
.roles-menu > ul > li a {
    border-left: 3px solid transparent;
    color: #333;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.roles-menu > ul > li.active a {
    border-color: #00c5fb;
    color:  #00c5fb;
}
.roles-menu > ul > li a:hover {
    background-color: #eee;
    border-color: #00c5fb;
}
.role-action {
    float: right;
    display: none;
}
.roles-menu > ul > li a:hover .role-action {
    display: block;
}
.m-t-5 {
    margin-left: 10px;
}
.float-left {
    float: left !important;
}
.list-group-item span {
	display: inline-block;
}
.pt-0 {
    padding-top: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.ms-2 {
    margin-left: 0.5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.align-items-center {
    align-items: center!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.col-6, .col {
    padding-right: 15px;
    padding-left: 15px;
}
.topics {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
}
.topics .topic-title {
    color: #333;
    margin-bottom: 20px;
    padding: 0 25px 0 0;
    position: relative;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.topics .topics-list {
    padding: 0;
    margin: 0;
}
.topics .topics-list li {
    position: relative;
    list-style: none;
    line-height: 2;
}
.topics .topic-title a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.topics .topic-title a i {
    color: #007bff;
    margin-right: 5px;
}
.topics .topics-list li a {
    padding-left: 25px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    outline: 0 none;
}
.topics .topic-title > a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 72px);
    display: inline-block;
}
.topics .topics-list li:before {
    font-family: FontAwesome;
    content: "\f016";
    color: #555;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
}
.text-dark {
    color: #343a40!important;
}
.float-right {
    float: right!important;
}
.page-header .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.payroll-table.card {
    padding: 20px;
}
.payroll-table.card .submit-section {
    margin-top: 30px;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.p-3 {
    padding: 1rem!important;
}
.max-input-table{
    max-width: 125px;
}
.min-table-width{
    min-width: 225px;
}
.btn-input-submit{
    padding: 10px;
}


/* Hide the sorting icon from the first column header */
table.dataTable th:first-child.sorting,
table.dataTable th:first-child.sorting_asc,
table.dataTable th:first-child.sorting_desc {
    background-image: none !important; /* Remove the sorting icon */
    pointer-events: none; /* Disable clicking to sort */
}

/* Hide any pseudo-elements used for sorting icons */
table.dataTable th:first-child:before,
table.dataTable th:first-child:after {
    display: none !important; /* Remove sorting icons */
}

/* Ensure the checkbox remains clickable without affecting sorting */
table.dataTable th:first-child input[type="checkbox"] {
    pointer-events: auto !important; /* Enable clicking the checkbox */
}