/* CSS for formating standard tags */
/* CoreStack Fonts */
@font-face {
    font-family: "cs-fn-reg";
    src: url(../../../default_theme/cs-fonts/Averta-Regular.ttf), url(../../../default_theme/cs-fonts/Averta-Regular.otf), url(../../../default_theme/cs-fonts/Averta-Regular.woff);
}
@font-face {
    font-family: "cs-fn-bold";
    src: url(../../../default_theme/cs-fonts/Averta-Bold.ttf), url(../../../default_theme/cs-fonts/Averta-Bold.otf), url(../../../default_theme/cs-fonts/Averta-Bold.woff);
}
@font-face {
    font-family: "cs-fn-reg-italic";
    src: url(../../../default_theme/cs-fonts/Averta-Regular-Italic.ttf), url(../../../default_theme/cs-fonts/Averta-Regular-Italic.otf), url(../../../default_theme/cs-fonts/Averta-Regular-Italic.woff);
}
body.cs-login {
    font-family: "cs-fn-reg";
    font-weight: 300 !important;
}
.fn-reg {
    font-family: "cs-fn-reg";
    font-weight: 300 !important;
}
.fn-bold {
    font-family: "cs-fn-bold";
    font-weight: 200 !important;
    -webkit-font-smoothing: antialiased;
}
.fn-reg-italic {
    font-family: "cs-fn-reg-italic";
    font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6, h7, table tr th, label, p, input {
    font-family: "cs-fn-reg";
    font-weight: 300 !important;
}
strong, b, table tr th {
    font-family: "cs-fn-bold";
    font-weight: 200 !important;
    -webkit-font-smoothing: antialiased;
}
body, span, p, a, div, button, input, select, ul li, nav li {
    font-family: "cs-fn-reg";
    font-size: 13px;
    font-weight: 300 !important;
    text-shadow: none;
}
html, body {
    background: #f3f3f4;
    height: 100%;
    width: 100%;
	min-width: 850px;
}

[style^="font-weight: bold"] {
    font-weight: 200 !important;
}
/* Predefined font sizes */
.fn10 {
    font-size: 10px;
}
.fn11 {
    font-size: 11px;
}
.fn12 {
    font-size: 12px;
}
.fn14 {
    font-size: 14px;
}
.fn16 {
    font-size: 16px !important;
}
.fn18 {
    font-size: 18px !important;
}
.fn20 {
    font-size: 20px;
}
.fn22 {
    font-size: 22px;
}
.fn24 {
    font-size: 24px !important;
}
.fn25 {
    font-size: 25px;
}
.fn26 {
    font-size: 26px;
}
.fn28 {
    font-size: 28px;
}
.fn30 {
    font-size: 30px !important;
}
.fn45 {
    font-size: 45px !important;
}
.fn50 {
    font-size: 50px !important;
}
.fn30-2x {
    font-size: 60px !important;
}
.fn80-imp{
    font-size: 80px !important;
}
/* Predefined Window width and height */
.ht45 {
    height: 45px;
}
.ht50 {
    height: 50px;
}
.ht65 {
    height: 65px !important;
}
.ht75 {
    height: 75px !important;
}
.ht90 {
    height: 90px !important;
}
.ht100 {
    height: 100px;
}
.ht120 {
    height: 120px !important;
}
.ht150 {
    height: 150px;
}
.ht200 {
    height: 200px !important;
}
.ht215 {
    height: 215px;
}
.ht220 {
    height: 220px;
}
.ht250 {
    height: 250px;
}
.ht300 {
    height: 300px;
}
.ht325 {
    height: 325px;
}
.ht350 {
    height: 350px;
}
.ht400 {
    height: 400px;
}
.ht450 {
    height: 450px;
}
.ht500 {
    height: 500px;
}
.ht550 {
    height: 550px;
}
.ht600 {
    height: 600px;
}
.ht650 {
    height: 650px;
}
.ht700 {
    height: 700px;
}
.ht800 {
    height: 800px;
}
/*Min and max height*/
.m-ht50 {
 min-height: 50px;
}
.m-ht400 {
	min-height: 400px;
}
.mx-ht200 {
	max-height: 200px;
}
.mx-ht250 {
   max-height: 250px;
}
.mx-ht350 {
 max-height: 350px;
}
/* Resolution based container heights */
.ht-10 {
    height: 10vh;
}
.ht-20 {
    height: 20vh;
}
.ht-30 {
    height: 30vh;
}
.ht-40 {
    height: 40vh;
}
.ht-50 {
    height: 50vh;
}
.ht-60 {
    height: 60vh;
}
.ht-70 {
    height: 70vh;
}
.ht-80 {
    height: 80vh;
}
.ht-90 {
    height: 90vh;
}
.ht-100 {
    height: 100vh;
}
.wt50 {
    width: 50px;
}
.wt75 {
    width: 75px;
}
.wt100 {
    width: 100px !important;
}
.wt120 {
    width: 120px;
}
.wt150 {
    width: 150px !important;
}
.wt200 {
    width: 200px !important;
}
.wt250 {
    width: 250px;
}
.wt300 {
    width: 300px;
}
.wt350 {
    width: 350px;
}
.wt400 {
    width: 400px;
}
.wt450 {
    width: 450px;
}
.wt500 {
    width: 500px;
}
.wt550 {
    width: 550px;
}
.wt600 {
    width: 600px;
}
.wt650 {
    width: 650px;
}
.wt700 {
    width: 700px;
}
.wt750 {
    width: 750px;
}
.wt800 {
    width: 800px;
}
.wt850 {
    width: 850px;
}
.wt900 {
    width: 900px;
}
.wt950 {
    width: 950px;
}
.wt {
    width: 100%;
}
.wt-18{
    width: 18%;
}
.wt-auto {
    width: auto;
}
.m-vauto {
    margin: 0 auto;
}
.bold {
    font-weight: bold;
}
.overflow-x-hide {
    overflow-x: hidden;
}
.overflow-y-hide {
    overflow-y: hidden;
}
.overflow-y-hide-imp {
    overflow-y: hidden !important;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-x-show {
    overflow-x: auto !important;
    scrollbar-width: thin;
}
.overflow-y-show {
    overflow-y: auto;
    scrollbar-width: thin;
}
.overflow-show {
    overflow: auto;
    scrollbar-width: thin;
}
.app-scrl{
    scrollbar-width: thin;
}

/* Making Scrollbars Thin and changing color*/
.app-scrl::-webkit-scrollbar {
    width: 6px;
}
.app-scrl::-webkit-scrollbar-track {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
}
.app-scrl::-webkit-scrollbar-thumb {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #C7C7C7;
}
.app-scrl::-webkit-scrollbar-thumb:hover {
    background: #858585;
}
.app-scrl::-webkit-scrollbar-thumb:window-inactive {
    background: #FFFFFF;
}
/* End Scrollbar change */
/* Colors for different status */
.btn-success-color {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.data-high {
    background: #d9534f !important;
    color: #fff !important;
}
.data-low {
    background: #5cb85c !important;
    color: #fff !important;
}
.data-medium {
    background: #f0ad4e !important;
    color: #fff !important;
}
.data-good {
    background: #5cb85c !important;
    color: #fff !important;
}
.data-unstate {
    background: #CFCFCF !important;
    color: #fff !important;
}
.light-txt {
    color: #CCCCCC;
}
.green-txt {
    color: #6B9E33 !important;
}
.disableBtn {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
/* Headers font size */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3, h4, h5 {
    margin-top: 5px;
}
/* MARGINS & PADDINGS */
.pdt-null {
    padding-top: 0px !important;
}
.pdr-null {
    padding-right: 0px !important;
}
.pdb-null {
    padding-bottom: 0px !important;
}
.pdl-null {
    padding-left: 0px !important;
}
.pdh-null {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pdv-null {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pdb-15 {
	padding-bottom: 15px !important;
}
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-xs-imp {
    padding: 10px !important;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-w-xs {
    padding: 0 10px;
}
.p-w-sm {
    padding: 0 15px;
}
.p-w-m {
    padding: 0 20px;
}
.p-w-md {
    padding: 0 25px;
}
.p-w-lg {
    padding: 0 30px;
}
.p-w-xl {
    padding: 0 40px;
}
.p-h-xs {
    padding: 10px 0;
}
.p-h-sm {
    padding: 15px 0;
}
.p-h-m {
    padding: 20px 0;
}
.p-h-md {
    padding: 25px 0;
}
.p-h-lg {
    padding: 30px 0;
}
.p-h-xl {
    padding: 40px 0;
}
.m-xxs {
    margin: 2px 4px;
}
.m {
    margin: 15px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0 !important;
}
.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-xxl {
    margin-top: 50px;
}
.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-t-cus {
    margin-top: 23px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-t-not {
    margin-top: 0px !important;
}
.m-r-not {
    margin-right: 0px !important;
}
.m-b-not {
    margin-bottom: 0px !important;
}
.m-l-not {
    margin-left: 0px !important;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
.m-auto {
    margin: auto auto;
}
.m-zero-auto {
    margin: 0 auto;
}
/* GLOBAL */
.no-padding {
    padding: 0 !important;
}
.no-borders {
    border: none !important;
}
.no-margins {
    margin: 0 !important;
}
.no-top-border {
    border-top: 0 !important;
}
.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}
.border-left-right {
    border-left: 1px solid #e7eaec;
    border-right: 1px solid #e7eaec;
}
.border-top-bottom {
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
}
.border-left {
    border-left: 1px solid #e7eaec;
}
.border-right {
    border-right: 1px solid #e7eaec;
}
.border-top {
    border-top: 1px solid #e7eaec;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec;
}
.border-size-sm {
    border-width: 3px;
}
.border-size-md {
    border-width: 6px;
}
.border-size-lg {
    border-width: 9px;
}
.border-size-xl {
    border-width: 12px;
}
.full-width {
    width: 100% !important;
}
/* Border Radius */
.b-r-xs {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.b-r-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-r-md {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.b-r-lg {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.b-r-xl {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.block {
    display: block;
}
.clear {
    display: block;
    overflow: hidden;
}
a, button {
    cursor: pointer;
    outline: none;
}
a:hover, a:focus {
    text-decoration: none;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
    font-weight: 600;
}
.font-normal {
    font-weight: 400;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-italic {
    font-style: italic;
}
.b-r {
    border-right: 1px solid #e7eaec;
}
.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}
.hr-line-solid {
    border-bottom: 1px solid #e7eaec;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
video {
    width: 100% !important;
    height: auto !important;
}
/* Drop Down Styles */
.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}
.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e96db;
    outline: 0;
}
.dropdown-menu>li>a.font-bold {
    font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.dropdown-messages, .dropdown-alerts {
    padding: 10px 10px 10px 10px;
}
.dropdown-messages li a, .dropdown-alerts li a {
    font-size: 12px;
}
.dropdown-messages li em, .dropdown-alerts li em {
    font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}
.nav-header {
    padding: 33px 25px;
    background-color: #2f4050;
    background-image: url("patterns/header-profile.png");
}
.pace-done .nav-header {
    transition: all 0.4s;
}
ul.nav-second-level {
    background: #293846;
}
.nav>li.active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}
.nav.nav-second-level>li.active {
    border: none;
}
.nav.nav-second-level.collapse[style] {
    height: auto !important;
}
.nav-header a {
    color: #DFE4ED;
}
.nav-header .text-muted {
    color: #8095a8;
}
.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}
.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: block;
}
.navbar-form-custom .form-group {
    margin-bottom: 0;
}
.nav.navbar-top-links a {
    font-size: 14px;
}
.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000;
}
.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}
.arrow {
    float: right;
}
.fa.arrow:before {
    content: "\f104";
}
.active>a>.fa.arrow:before {
    content: "\f107";
}
.nav-second-level li, .nav-third-level li {
    border-bottom: none !important;
}
.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}
.nav-third-level li a {
    padding-left: 62px;
}
.nav-second-level li:last-child {
    margin-bottom: 10px;
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover>.nav-second-level, .mini-navbar .nav li:focus>.nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 140px;
    height: auto;
}
body.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}
.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px;
}
.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}
.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #2f4050;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
    background: #293846;
}
.mini-navbar li.active .nav-second-level {
    left: 65px;
}
.navbar-default .special_link a {
    background: #2e96db;
    color: white;
}
.navbar-default .special_link a:hover {
    background: #17987e !important;
    color: white;
}
.navbar-default .special_link a span.label {
    background: #fff;
    color: #2e96db;
}
.navbar-default .landing_link a {
    background: #1cc09f;
    color: white;
}
.navbar-default .landing_link a:hover {
    background: #2e96db !important;
    color: white;
}
.navbar-default .landing_link a span.label {
    background: #fff;
    color: #1cc09f;
}
.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done>li.active, .pace-done .page-wrapper, .pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-fixed-top {
    background: #fff;
    transition-duration: 0.4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030;
}
.navbar-fixed-top, .navbar-static-top {
    background: #f3f3f4;
}
.fixed-nav #wrapper {
    margin-top: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
    border-bottom: #f3f3f4;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav.nav-tabs li {
    background: none;
    border: none;
}

/* Header and Menu Strips size and CSS Starts */
.cs-nav-header-strip {
    width: calc(100% - 70px);
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 70px;
    z-index: 2000;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #efefef;
}

.cs-nav-header-strip ul.cs-prod-brand {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.cs-nav-header-strip ul.cs-prod-brand li {
    display: block;
    width: 75px;
    position: relative;
    float: left;
}
.cs-nav-header-strip ul.cs-prod-brand li.cs-prod-logo-container {
    width: 70px;
    height: 60px;
}
.cs-nav-header-strip ul.cs-prod-brand li.cs-prod-module-header {
    padding-left: 10px;
    width: calc(100% - 650px);
}
.cs-nav-header-strip ul.cs-prod-brand li.cs-prod-module-header span {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.cs-nav-header-strip ul.cs-prod-brand li.cs-prod-profil-menu {
    float: right;
    width: auto;
    height: 60px;
}
.cs-nav-header-strip ul.cs-prod-profile-list {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.cs-nav-header-strip ul.cs-prod-profile-list .cs-global-menu-dropdown {
    padding: 15px 25px;
    border-left: 1px solid #e8e8e8;
    display: block;
    opacity: 0.8;
    height: 60px;
    width: 100%;
}
.cs-nav-header-strip ul.cs-prod-profile-list .cs-global-menu-dropdown.adjust {
    padding-top: 18px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li:hover .cs-global-menu-dropdown {
    opacity: 1.0;
}
.cs-nav-header-strip ul.cs-prod-profile-list li:hover .cs-global-menu-dropdown i:before {
    color: #40B2FF;
}
.cs-nav-header-strip ul.cs-prod-profile-list .cs-global-menu-dropdown span.ion {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #333 !important;
    padding-left: 5px;
    vertical-align: middle;
}
.cs-nav-header-strip ul.cs-prod-profile-list li:hover .cs-global-menu-dropdown span.ion {
    color: #111 !important;
}
.cs-nav-header-strip ul.cs-prod-profile-list .cs-global-menu-dropdown span.pro-letter {
    background-color: #365C7C;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 5px 9px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
}
.cs-nav-header-strip ul.cs-prod-profile-list li:hover .cs-global-menu-dropdown span.pro-letter {
    background: #365C7C;
    cursor: pointer;
}
.cs-nav-header-strip ul.cs-prod-profile-list .msg-indicator a {
    padding-top: 15px;
}
.cs-nav-header-strip ul.cs-prod-profile-list .msg-indicator:before {
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    z-index: 999;
    right: 18px;
    top: 18px;
    border-radius: 5px;
}
.cs-nav-header-strip ul.cs-prod-profile-list .notify-indicator:before {
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: orange;
    position: absolute;
    z-index: 999;
    right: 25px;
    top: 18px;
    border-radius: 5px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.settings .cs-global-menu-dropdown {
    padding: 13px 15px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.profile .cs-global-menu-dropdown {
    padding: 14px 15px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.profile {
    width: auto;
}
.sub-title-colr {
    color: #888;
}
/* Header and Menu Strips size and CSS Ends */
/* Settings & Profile Sub Menu Lists CSS Starts */
.cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist {
    width: 180px;
    margin-right: 15px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist strong {
    color: #666;
    margin-top: 12px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist strong:hover {
    color: #666;
    cursor: pointer;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist strong .tndrplist-name {
    width: 135px;
}
ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li span, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li:hover span {
    color: #dadada;
}
ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li span.active, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li:hover span.active {
    color: #234A6B;
}
ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu {
    margin-top: 10px !important;
}
.cs-nav-header-strip ul.cs-prod-profile-list li ul.dropdown-menu,
.cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu  {
    margin-top: 0px;
    min-width: 230px;
    width: 250px;
    height: auto;
    max-height: 440px;
    margin-right: 0px;
    overflow-y: auto;
    scrollbar-width: thin;
    border-radius: 0px;
    padding: 0px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.profile ul.dropdown-menu {
    right: 15px;
}
.cs-nav-header-strip ul.cs-prod-profile-list li ul.dropdown-menu li, .cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li {
    width: 100%;
}
.cs-nav-header-strip ul.cs-prod-profile-list li ul.dropdown-menu li:first-child {
    width: 100%;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.settings ul.dropdown-menu li:first-child, .cs-nav-header-strip ul.cs-prod-profile-list li.profile ul.dropdown-menu li:first-child, .cs-nav-header-strip ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li:first-child {
    width: 100%;
    background-color: #234A6B;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu a, ul.cs-prod-profile-list li.profile ul.dropdown-menu a {
    padding: 0px !important;
    opacity: 1.0;
    border: none;
    height: auto;
    user-select: none;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu p, ul.cs-prod-profile-list li.profile ul.dropdown-menu p, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li p {
    padding: 10px 10px 10px 10px !important;
    color: #fff;
    cursor: default;
    margin: 0px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li, ul.cs-prod-profile-list li.profile ul.dropdown-menu li, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header {
    background: #F4F4F4;
    padding: 0px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header a, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header a, ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header a i, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header a i {
    color: #666;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li a, ul.cs-prod-profile-list li.profile ul.dropdown-menu li a, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li a {
    padding: 10px 0px 10px 10px !important;
    margin: 0px;
    border-radius: 0px;
    color: #444;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu li div.profile-hdr a {
    color: #fff;
    width: 100%;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu li div.profile-hdr a i {
    color: #fff;
    opacity: 1.0;
    float: right;
    margin-right: 15px;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu li div.profile-hdr a i:before {
    color: #fff;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li:hover, ul.cs-prod-profile-list li.profile ul.dropdown-menu li:hover, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li:hover {
    background-color: #f5f5f5;
    color: #666;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.profile ul.dropdown-menu li:first-child:hover {
    background-color: #234A6B;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li:hover a, ul.cs-prod-profile-list li.profile ul.dropdown-menu li:hover a, ul.cs-prod-profile-list li.tndrplist ul.dropdown-menu li:hover a {
    color: #000;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li i, ul.cs-prod-profile-list li.profile ul.dropdown-menu li i {
    opacity: 0;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li:hover i, ul.cs-prod-profile-list li.profile ul.dropdown-menu li:hover i {
    opacity: 1.0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin-left: 20px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header i, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header i {
    opacity: 1.0;
    margin-left: 20px;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header:hover, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header:hover, ul.cs-prod-profile-list li.settings ul.dropdown-menu li.dropdown-header:hover a, ul.cs-prod-profile-list li.profile ul.dropdown-menu li.dropdown-header:hover a {
    cursor: default;
    color: #333;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu li:last-child, ul.cs-prod-profile-list li.profile ul.dropdown-menu li:last-child:hover {
    background: #234A6B;
    color: #fff;
    border-bottom: 0px;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu li:last-child a, ul.cs-prod-profile-list li.profile ul.dropdown-menu li:last-child:hover a {
    color: #fff;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu>li:last-child>a:focus, ul.cs-prod-profile-list li.profile ul.dropdown-menu>li:last-child>a:hover {
    background: #234A6B;
    color: #fff;
}
ul.cs-prod-profile-list li.settings ul.dropdown-menu>li.dropdown-header>a:focus, ul.cs-prod-profile-list li.profile ul.dropdown-menu>li.dropdown-header>a:hover {
    background: #F4F4F4;
    color: #666;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li.dropdown-header, .cs-nav-header-strip ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li.dropdown-header:hover {
    width: 100%;
    background: #F4F4F4;
    opacity: 0.7;
}
.cs-nav-header-strip ul.cs-prod-profile-list li.settings.open .cs-global-menu-dropdown .ion-ios-arrow-down::before, .cs-nav-header-strip ul.cs-prod-profile-list li.profile.open .cs-global-menu-dropdown .ion-ios-arrow-down::before {
    content: "\f3d8";
}
.cs-nav-header-strip ul.cs-prod-profile-list li.settings .cs-global-menu-dropdown .ion-ios-arrow-down::before, .cs-nav-header-strip ul.cs-prod-profile-list li.profile .cs-global-menu-dropdown .ion-ios-arrow-down::before {
    content: "\f3d0";
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li:last-child, ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li:last-child:hover {
    background: #FFF;
    color: #444;
    border-bottom: 0px;
}
ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li:last-child a, ul.cs-prod-profile-list li.profile ul.dropdown-menu ul.pmlist li:last-child:hover a {
    color: #444;
}
.p-right {
    right: 0px !important;
}
.onl-status {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 6px;
    background-color: #999;
    display: inline-block;
}
/* Settings & Profile Sub Menu Lists CSS Ends */
/* Menu Strip CSS Starts */

.cs-page-layout {
    width: 100%;
    height: 100%;
}

.cs-page-layout .content-area {
    margin-left: 70px;
    width: calc(100% - 70px);
    height: calc(100vh - 50px);
    min-height: 100%;
    overflow-y: auto !important;
    scrollbar-width: thin;
    overflow-x: hidden;
    background-color: #F0F4F9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: margin 0.2s;
}

.content-area .wrapper-content {
    float: none;
    width: calc(100vw - 70px);
    position: relative;
    height: 100%;
}

.content-area.stack-view .wrapper-content {
    height: calc(100% - 40px);
}

.content-area {
    height: unset !important;
}

.menu-nav-container{
    background: #303152;
    position: fixed;
    height: 100%;
    width: 70px;
    top: 0px;
    transition: width .21s, left .5s;
    -webkit-transition: width .21s, left .5s;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-right: 1px solid #e8e8e8;
    z-index: 2001;
    display: inline-block;
    vertical-align: top;
}

nav.leftNavMenuBox {
    background: #303152;
    position: absolute;
    height: calc(100% - 60px);
    width: 70px;
    top: 60px;
    overflow: hidden;
    transition: width .21s, left .5s;
    -webkit-transition: width .21s, left .5s;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.17);
    z-index: 2001;
    display: inline-block;
    vertical-align: top;
}

nav.leftNavMenuBox ul.parentList {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    padding: 0px;
    margin: 0px;
}

nav.leftNavMenuBox.expandedBox ul.parentList {
    height: 100%;
    margin-top: 0px !important;
}

nav.leftNavMenuBox ul.parentList,
nav.leftNavMenuBox ul.parentList li ul.childList,
nav.leftNavMenuBox ul.parentList li.selected ul.childList li>ul.subChildList,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li>ul.subChildList {
    list-style: none;
}

nav.leftNavMenuBox ul.parentList a {
    position: relative;
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 0px;
    width: 270px;
}

nav.leftNavMenuBox ul.parentList a>i {
    position: relative;
    text-align: center;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}

nav.leftNavMenuBox ul.parentList li a>span.menuName {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    font-family: "cs-fn-bold";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .5px;
}

nav.leftNavMenuBox ul.parentList li.selected>a span.navArw,
nav.leftNavMenuBox ul.parentList li.selected ul.childList li.subChildMenu.active a span.navArw,
nav.leftNavMenuBox ul.parentList li.menu-expand>a span.navArw,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.subChildMenu.active a span.navArw {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform 300ms;
}

nav.leftNavMenuBox ul.parentList span.navArw {
    display: table;
    vertical-align: middle;
    float: right;
    top: 10px;
    position: relative;
    right: 20px;
    opacity: 0.5;
}

nav.leftNavMenuBox ul.parentList li>ul.childList a span.menuName {
    width: 170px;
    word-wrap: break-word;
    line-height: initial;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    font-family: "cs-fn-reg";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .5px;
}

nav.leftNavMenuBox ul.parentList li ul.childList li>a {
    padding: 6px 0px 8px 0px;
}

nav.leftNavMenuBox ul.parentList li>ul.childList {
    visibility: hidden;
    margin-top: 0px;
    opacity: 0.0;
    transition: margin 0.2s ease;
    height: 0px;
    padding-left: 60px;

}

nav.leftNavMenuBox ul.parentList li {
    border-left: 2px solid transparent;
    transition: border-color 0.2s ease;
}

nav.leftNavMenuBox ul.parentList li.selected {
    border-left: 2px solid #35C1FF;
    transition: border-color 0.2s ease;
}

nav.leftNavMenuBox ul.parentList li.menu-expand{
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

nav.leftNavMenuBox.expandedBox ul.parentList li.selected ul.childList,
nav.leftNavMenuBox:hover ul.parentList li.selected ul.childList,
nav.leftNavMenuBox.expandedBox ul.parentList li.menu-expand ul.childList,
nav.leftNavMenuBox:hover ul.parentList li.menu-expand ul.childList {
    visibility: visible;
    margin-top: 5px;
    opacity: 1.0;
    height: auto;
    transition: margin 0.2s ease;
    position: relative;
    margin-bottom: 5px;
}

nav.leftNavMenuBox ul.parentList li ul.childList li>a:hover {
    background-color: transparent;
}

nav.leftNavMenuBox ul.parentList li>a:hover,
nav.leftNavMenuBox ul.parentList li.selected>a {
    color: #fff;
    background-color: #333558;
}

nav.leftNavMenuBox ul.parentList li a>span.menuName {
    opacity: 0.7;
}

nav.leftNavMenuBox ul.parentList li>a:hover>span.menuName,
nav.leftNavMenuBox ul.parentList li>a:hover>span.navArw,
nav.leftNavMenuBox ul.parentList li.selected>a>span.navArw,
nav.leftNavMenuBox ul.parentList li.menu-expand>a>span.navArw {
    opacity: 1.0;
}

nav.leftNavMenuBox.expandedBox,
nav.leftNavMenuBox:hover {
    width: 270px;
}

nav.leftNavMenuBox .mListContainer {
    height: calc(100% - 1px);
    width: 100%;
    overflow: hidden;
}

nav.leftNavMenuBox:hover .mListContainer {
    overflow-y: auto;
    scrollbar-width: thin;
}

nav.leftNavMenuBox ul.parentList li.selected ul.childList li>a i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #35C1FF;
    float: right;
    top: 2px;
    right: -7px;
    position: relative;
}

nav.leftNavMenuBox ul.parentList li ul.childList li {
    padding-left: 10px;
    line-height: initial;
    transition: padding-left 0.3s ease;
    background-color: transparent;
}

nav.leftNavMenuBox ul.parentList li ul.childList li:hover,
nav.leftNavMenuBox ul.parentList li ul.childList li.active {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
}

nav.leftNavMenuBox ul.parentList li ul.childList li:hover>a,
nav.leftNavMenuBox ul.parentList li ul.childList li.active>a {
    transition: all 0.3s ease;
}

nav.leftNavMenuBox ul.parentList li ul.childList li.active>a>span.menuName,
nav.leftNavMenuBox ul.parentList li ul.childList li.active>a>span.navArw,
nav.leftNavMenuBox ul.parentList li.selected ul.childList li.active>a>span.navArw,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.active>a>span.navArw {
    opacity: 1.0;
}

nav.leftNavMenuBox ul.parentList li.selected ul.childList li.subChildMenu,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.subChildMenu {
    position: relative;
}

nav.leftNavMenuBox ul.parentList li.selected ul.childList li.subChildMenu>ul.subChildList,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.subChildMenu>ul.subChildList {
    position: relative;
    visibility: hidden;
    opacity: 0.0;
    height: 0px;
    padding: 0px 0px 0px 10px;
    transition: height 0.2s ease;
    user-select: none;
}

nav.leftNavMenuBox ul.parentList ul.childList li.subChildMenu span.navArw {
    top: 0px !important;
    right: 0px !important;
}

nav.leftNavMenuBox ul.parentList li.selected ul.childList li.subChildMenu.active>ul.subChildList,
nav.leftNavMenuBox ul.parentList li.selected ul.childList li.subChildMenu.active:hover>ul.subChildList,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.subChildMenu.active>ul.subChildList,
nav.leftNavMenuBox ul.parentList li.menu-expand ul.childList li.subChildMenu.active:hover>ul.subChildList{
    visibility: visible;
    opacity: 1.0;
    height: auto;
    padding: 0px 0px 10px 10px;
    transition: height 0.2s ease;
    margin: 5px 0px;
}

nav.leftNavMenuBox .navMenuBox-drawer-overlay {
    position: fixed;
    height: 100%;
    width: calc(100% - 270px);
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    content: '';
    left: 270px;
    top: 0;
}

nav.leftNavMenuBox:hover .navMenuBox-drawer-overlay {
    display: block;
}

.nav-hamburger{
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99;
}

.nav-hamburger,
.nav-hamburger:hover,
.nav-hamburger a:hover{
    background-color: #2d2e4e !important;
    border: 0px !important;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: calc(1s);
    animation-duration: calc(1s);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Menu Strip Ends */
.cs-header-logo {
    width: 270px;
    background: #fff;
    height: 60px;
}

.cs-header-logo .cs-logo-src {
    width: 195px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

.cs-header-logo div.mClosePanel {
    width: 70px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    text-align: center;
}

.cs-header-logo div.mClosePanel>.mClose {
    margin-top: 8px;
    background-color: transparent;
    outline: none;
    color: #fff;
    box-shadow: none;
    border: none;
}

span.ion-navicon.opened:before {
    content: "\f404";
}

span.ion-navicon:before {
    content: "\f20e";
}

.cs-header-logo .cs-logo-src.hide {
    visibility: hidden;
    width: 0px;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    opacity: 0.0;
}

ul.cs-header-breadcrumb {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.cs-header-breadcrumb li {
    display: inline-block;
    font-size: 12px;
    width: auto !important;
}

ul.cs-header-breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003E";
    font-size: 12px;
}

ul.cs-header-breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
    font-size: 12px;
}

ul.cs-header-breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
/* Footer CSS */
.cs-footer {
    padding: 10px 20px 10px 20px;
    background: #f1f3f5;
    position: relative;
    left: 0px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #dadada;
    z-index: 0;
}
/* Menu Strip CSS Ends */
/* Remove bootstrap row css */
/* .row{
    margin: 0px !important;
}
*/
/* CSS from Inspinia */
/* BACKGROUNDS */
.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}
.white-bg {
    background-color: #ffffff !important;
}
.blue-bg, .bg-success {
    background-color: #1c84c6;
    color: #ffffff;
}
.bg-blue-d {
    background-color: #234A6B;
}
.blue-bg-imp{
    background-color: #1c84c6 !important;
    color: #ffffff;
}
.bg-light-gray {
    background: #EBEBEB;
}
.bg-vlight-gray {
    background: #f5f5f5;
}
.navy-bg, .bg-primary {
    background-color: #2e96db;
    color: #ffffff;
}
.lazur-bg, .bg-info {
    background-color: #23c6c8;
    color: #ffffff;
}
.yellow-bg, .bg-warning {
    background-color: #f8ac59;
    color: #ffffff;
}
.red-bg, .bg-danger {
    background-color: #ed5565;
    color: #ffffff;
}
.black-bg {
    background-color: #262626;
}
.panel-primary {
    border-color: #2e96db;
}
.panel-primary>.panel-heading {
    background-color: #2e96db;
    border-color: #2e96db;
}
.panel-success {
    border-color: #1c84c6;
}
.panel-success>.panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}
.panel-info {
    border-color: #23c6c8;
}
.panel-info>.panel-heading {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #ffffff;
}
.panel-warning {
    border-color: #f8ac59;
}
.panel-warning>.panel-heading {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #ffffff;
}
.panel-danger {
    border-color: #ed5565;
}
.panel-danger>.panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}
.progress-bar {
    background-color: #2e96db;
}
.progress-small, .progress-small .progress-bar {
    height: 10px;
}
.progress-small, .progress-mini {
    margin-top: 5px;
}
.progress-mini, .progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0;
}
.circle-progress.large {
   height: 20px;
   border-radius: 10px;
   display: flex;
}
.progress-bar-navy-light {
    background-color: #3dc7ab;
}
.progress-bar-gray {
   background-color: #DEDEDE;
}
.progress-bar-success {
    background-color: #1c84c6;
}
.progress-bar-info {
    background-color: #23c6c8;
}
.progress-bar-warning {
    background-color: #f8ac59;
}
.progress-bar-danger {
    background-color: #ed5565;
}
.panel-title {
    font-size: inherit;
}
.jumbotron {
    border-radius: 6px;
    padding: 40px;
}
.jumbotron h1 {
    margin-top: 0;
}
/* COLORS */
.text-navy {
    color: #2e96db !important;
}
.text-primary {
    color: inherit;
}
.text-success {
    color: #1c84c6;
}
.text-info {
    color: #23c6c8 !important;
}
.text-warning {
    color: #f8ac59 !important;
}
.text-danger {
    color: #ed5565 !important;
}
.text-muted {
    color: #888888;
}
.text-white {
    color: #ffffff;
}
/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -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: 2px solid #2e96db;
    border-radius: 2px;
}
.onoffswitch-inner {
    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 {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    color: white;
    font-family: "cs-fn-reg";
    font-size: 13px;
    font-weight: 300 !important;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2e96db;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #2e96db;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -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: 0;
}
.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191;
}
.onoffswitch-checkbox:disabled+.onoffswitch-label, .onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-switch {
    border-color: #919191;
}
/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 2px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #e5e6e7;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
/* Tags Input Plugin */
.bootstrap-tagsinput {
    border: 1px solid #e5e6e7;
    box-shadow: none;
}
/* PAGINATIN */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination>li>a, .pagination>li>span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
/* TOOLTIPS */
.tooltip-inner {
    background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #2F4050;
}
/* EASY PIE CHART*/
.easypiechart {
    position: relative;
    text-align: center;
}
.easypiechart .h2 {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.easypiechart canvas {
    top: 0;
    left: 0;
}
.easypiechart .easypie-text {
    line-height: 1;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 1;
}
.easypiechart img {
    margin-top: -4px;
}
.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* FULLCALENDAR */
.fc-state-default {
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: #333333;
    text-shadow: none;
}
.fc-state-default {
    border: 1px solid;
}
.fc-button {
    color: inherit;
    border: 1px solid #e7eaec;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 0.6em;
    position: relative;
    white-space: nowrap;
}
.fc-state-active {
    background-color: #2e96db;
    border-color: #2e96db;
    color: #ffffff;
}
.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
}
.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #e7eaec;
    font-weight: normal;
}
.fc-border-separate tbody {
    background-color: #F8F8F8;
}
.fc-state-highlight {
    background: none repeat scroll 0 0 #FCF8E3;
}
.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px;
}
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px;
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #2e96db;
   /* background color */
    border-color: #2e96db;
   /* border color */
    ;
}
.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px;
}
.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff;
}
/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
    margin-top: 0;
}
.chat-element {
    padding-bottom: 15px;
}
.chat-element, .chat-element .media {
    margin-top: 15px;
}
.chat-element, .media-body {
    overflow: hidden;
}
.chat-element .media-body {
    display: block;
    width: auto;
}
.chat-element>.pull-left {
    margin-right: 10px;
}
.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}
.dropdown-messages-box .media-body {
    padding: 10px;
}
.dropdown-messages-box {
    border-bottom: 1px solid #dadada;
}
.dropdown-messages {
    min-height: auto !important;
}
.dropdown-messages li p.divider {
    display: none;
}
.dropdown-messages li:last-child {
    padding: 10px 0px 10px 0px;
}
.chat-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.chat-element .actions {
    margin-top: 10px;
}
.chat-element .photos {
    margin: 10px 0;
}
.right.chat-element>.pull-right {
    margin-left: 10px;
}
.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
/* LIST GROUP */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #2e96db;
    border-color: #2e96db;
    color: #FFFFFF;
    z-index: 2;
}
.list-group-item-heading {
    margin-top: 10px;
}
.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    font-size: 12px;
    line-height: inherit;
}
.no-padding .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.no-padding .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}
.no-padding .list-group {
    margin-bottom: 0;
}
.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.elements-list .list-group-item {
    border-left: none;
    border-right: none;
    padding: 15px 25px;
}
.elements-list .list-group-item:first-child {
    border-left: none;
    border-right: none;
    border-top: none !important;
}
.elements-list .list-group {
    margin-bottom: 0;
}
.elements-list a {
    color: inherit;
}
.elements-list .list-group-item.active, .elements-list .list-group-item:hover {
    background: #f3f3f4;
    color: inherit;
    border-color: #e7eaec;
    border-radius: 0;
}
.elements-list li.active {
    transition: none;
}
.element-detail-box {
    padding: 25px;
}
/* FLOT CHART */
.flot-chart {
    display: block;
    height: 200px;
}
.widget .flot-chart.dashboard-chart {
    display: block;
    height: 120px;
    margin-top: 40px;
}
.flot-chart.dashboard-chart {
    display: block;
    height: 180px;
    margin-top: 40px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
.flot-chart-pie-content {
    width: 200px;
    height: 200px;
    margin: auto;
}
.jqstooltip {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    visibility: hidden;
    background: #2b303a;
    background-color: rgba(43, 48, 58, 0.8);
    color: white;
    text-align: left;
    white-space: nowrap;
    z-index: 10000;
    padding: 5px 5px 5px 5px;
    min-height: 22px;
    border-radius: 3px;
}
.jqsfield {
    color: white;
    text-align: left;
}
.fh-150 {
    height: 150px;
}
.fh-200 {
    height: 200px;
}
.h-150 {
    min-height: 150px;
}
.h-200 {
    min-height: 200px;
}
.h-300 {
    min-height: 300px;
}
.w-150 {
    min-width: 150px;
}
.w-200 {
    min-width: 200px;
}
.w-300 {
    min-width: 300px;
}
.legendLabel {
    padding-left: 5px;
}
.stat-list li:first-child {
    margin-top: 0;
}
.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stat-percent {
    float: right;
}
.stat-list li {
    margin-top: 15px;
    position: relative;
}
/* DATATABLES */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
.dataTables_wrapper {
    padding-bottom: 30px;
}
.dataTables_length {
    float: left;
}
.dataTables_filter label {
    margin-right: 5px;
}
.html5buttons {
    float: right;
}
.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}
.html5buttons a:hover, .html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2;
}
div.dt-button-info {
    z-index: 100;
}
@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
   }
    .dataTables_length {
        float: none;
   }
}
/* CIRCLE */
.img-circle {
    border-radius: 50%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid[class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
/* ANIMATION */
.css-animation-box h1 {
    font-size: 44px;
}
.animation-efect-links a {
    padding: 4px 6px;
    font-size: 12px;
}
#animation_box {
    background-color: #f9f8f8;
    border-radius: 16px;
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}
.animation-text-box {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.animation-text-info {
    position: absolute;
    margin-top: -60px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 10px;
}
.animation-text-box h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 5px;
}
.animation-text-box p {
    font-size: 12px;
    text-transform: uppercase;
}
/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #2e96db;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
/* PACE PLUGIN -------------------------------------------------- */
.landing-page.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace-inactive {
    display: none;
}
/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.widget.style1 h2 {
    font-size: 30px;
}
.widget h2, .widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}
.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}
.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
}
.widget .flot-chart {
    height: 100px;
}
.vertical-align {
    vertical-align: middle;
}
.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}
.vertical-align h2, .vertical-align h3 {
    margin: 0;
}
.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.todo-list.small-list {
    font-size: 12px;
}
.todo-list.small-list>li {
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 6px 6px 6px 12px;
}
.todo-list.small-list .btn-xs, .todo-list.small-list .btn-group-xs>.btn {
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.5;
    padding: 1px 2px 1px 5px;
}
.todo-list>li {
    background: #f3f3f4;
    border-left: 6px solid #e7eaec;
    border-right: 6px solid #e7eaec;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 2px;
    padding: 10px;
}
.todo-list .handle {
    cursor: move;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
}
.todo-list>li .label {
    font-size: 9px;
    margin-left: 10px;
}
.check-link {
    font-size: 16px;
}
.todo-completed {
    text-decoration: line-through;
}
.geo-statistic h1 {
    font-size: 36px;
    margin-bottom: 0;
}
.glyphicon.fa {
    font-family: "FontAwesome";
}
/* INPUTS */
.inline {
    display: inline-block !important;
}
.input-s-sm {
    width: 120px;
}
.input-s {
    width: 200px;
}
.input-s-lg {
    width: 250px;
}
.i-checks {
    padding-left: 0;
}
.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.form-control:focus, .single-line:focus {
    border-color: #2e96db;
}
.has-success .form-control, .has-success .form-control:focus {
    border-color: #2e96db;
}
.has-warning .form-control, .has-warning .form-control:focus {
    border-color: #f8ac59;
}
.has-error .form-control, .has-error .form-control:focus {
    border-color: #ed5565;
}
.has-success .control-label {
    color: #2e96db;
}
.has-warning .control-label {
    color: #f8ac59;
}
.has-error .control-label {
    color: #ed5565;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
   /* padding: 6px 12px;
    */
    padding: 0px;
    text-align: center;
    vertical-align: initial;
}
.spinner-buttons.input-group-btn .btn-xs {
    line-height: 1.13;
}
.spinner-buttons.input-group-btn {
    width: 20%;
}
.noUi-connect {
    background: none repeat scroll 0 0 #2e96db;
    box-shadow: none;
}
.slider_red .noUi-connect {
    background: none repeat scroll 0 0 #ed5565;
    box-shadow: none;
}
/* UI Sortable */
.ui-sortable .ibox-title {
    cursor: move;
}
.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important;
}
.badge {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: "cs-fn-reg";
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}
.label-primary, .badge-primary {
    background-color: #2e96db;
    color: #FFFFFF;
}
.label-success, .badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}
.label-warning, .badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}
.label-warning-light, .badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}
.label-danger, .badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}
.label-info, .badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}
.label-inverse, .badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}
.label-white, .badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}
.label-white, .badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}
/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 54px;
    -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: 2px solid #2e96db;
    border-radius: 3px;
}
.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: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 7px;
    background-color: #2e96db;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #2e96db;
    border-radius: 3px;
    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: 0;
}
/* jqGrid */
.ui-jqgrid {
    -moz-box-sizing: content-box;
}
.ui-jqgrid-btable {
    border-collapse: separate;
}
.ui-jqgrid-htable {
    border-collapse: separate;
}
.ui-jqgrid-titlebar {
    height: 40px;
    line-height: 15px;
    color: #676a6c;
    background-color: #F9F9F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    position: relative;
    border-left: 0 solid;
    border-right: 0 solid;
    border-top: 0 solid;
}
.ui-widget-header {
    background: none;
    background-image: none;
    background-color: #f5f5f6;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
    border-color: #DDDDDD;
    background-color: inherit;
}
.ui-search-toolbar input[type="text"] {
    font-size: 12px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    line-height: 15px;
    font-weight: bold;
    color: #676a6c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-widget-content {
    box-sizing: content-box;
}
.ui-icon-triangle-1-n {
    background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 0 !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #f5f5f5;
    border-collapse: separate;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #f2fbff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}
.ui-jqgrid .ui-pg-input {
    font-size: inherit;
    width: 50px;
    border: 1px solid #CCCCCC;
    height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
    display: block;
    font-size: 1em;
    height: 25px;
    line-height: 18px;
    margin: 0;
    width: auto;
}
.ui-jqgrid .ui-pager-control {
    position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
    height: 32px;
    position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
    border-radius: 0;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
    border: 0;
}
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}
.ui-jqgrid .form-control {
    height: 10px;
    width: auto;
    display: inline;
    padding: 10px 12px;
}
.ui-jqgrid-pager {
    height: 32px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-content {
    border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    padding: 0;
}
.ui-jqgrid .ui-jqgrid-titlebar {
    border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
    padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
    float: none !important;
}
.ui-jqdialog>.ui-resizable-se {
    position: absolute;
}
/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}
.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e7eaec;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-handle span {
    font-weight: bold;
}
.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
}
.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-item>button[data-action="collapse"]:before {
    content: '-';
}
#nestable2 .dd-item>button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;
}
#nestable2 .dd-item>button:before {
    content: "\f067";
}
#nestable2 .dd-item>button[data-action="collapse"]:before {
    content: "\f068";
}
.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}
.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/* FAQ */
.faq-item {
    padding: 0px;
    margin-bottom: 1px;
    background: #fff;
    border-bottom: 1px solid #dadada;
}
.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    display: block;
}
.faq-question:hover {
    color: #179d82;
}
.faq-answer {
    margin-top: 0px;
    padding: 0px 20px 20px 20px;
}
.faq-item .tag-item {
    border: 1px solid #dadada;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
}
.faq-item>div:first-child.row {
    padding: 20px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-content {
    clear: both;
}
.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}
/* Tabs */
.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}
.tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:hover, .tabs-container .nav-tabs>li.active>a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}
.tabs-container .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
    border-top: none;
}
.tabs-container .nav-tabs>li.active>a, .tabs-container .nav-tabs>li.active>a:hover, .tabs-container .nav-tabs>li.active>a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
    border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs>li a:hover {
    background: transparent;
    border-color: transparent;
}
.tabs-container .tabs-below>.nav-tabs, .tabs-container .tabs-right>.nav-tabs, .tabs-container .tabs-left>.nav-tabs {
    border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
    position: static;
}
.tabs-container .tabs-left>.nav-tabs, .tabs-container .tabs-right>.nav-tabs {
    width: 20%;
}
.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}
.tabs-container .tab-content>.tab-pane, .tabs-container .pill-content>.pill-pane {
    display: none;
}
.tabs-container .tab-content>.active, .tabs-container .pill-content>.active {
    display: block;
}
.tabs-container .tabs-below>.nav-tabs {
    border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-container .tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below>.nav-tabs>li>a:hover, .tabs-container .tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #e7eaec;
    border-bottom-color: transparent;
}
.tabs-container .tabs-left>.nav-tabs>li, .tabs-container .tabs-right>.nav-tabs>li {
    float: none;
}
.tabs-container .tabs-left>.nav-tabs>li>a, .tabs-container .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-container .tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
}
.tabs-container .tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left>.nav-tabs .active>a, .tabs-container .tabs-left>.nav-tabs .active>a:hover, .tabs-container .tabs-left>.nav-tabs .active>a:focus {
    border-color: #e7eaec transparent #e7eaec #e7eaec;
}
.tabs-container .tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
}
.tabs-container .tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right>.nav-tabs .active>a, .tabs-container .tabs-right>.nav-tabs .active>a:hover, .tabs-container .tabs-right>.nav-tabs .active>a:focus {
    border-color: #e7eaec #e7eaec #e7eaec transparent;
    z-index: 1;
}
@media (max-width: 767px) {
    .tabs-container .nav-tabs>li {
        float: none !important;
   }
    .tabs-container .nav-tabs>li.active>a {
        border-bottom: 1px solid #e7eaec !important;
        margin: 0;
   }
}
/* PANELS */
.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px;
}
.panel-heading h1, .panel-heading h2 {
    margin-bottom: 5px;
}
/* TABLES */
.table-bordered {
    border: 1px solid #EBEBEB;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #e7e7e7;
}
.table>thead>tr>th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
/* PANELS */
.panel.blank-panel {
    background: none;
    margin: 0;
}
.blank-panel .panel-heading {
    padding-bottom: 0;
}
.nav-tabs>li>a {
    color: #A7B1C2;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background-color: #e6e6e6;
    color: #676a6c;
}
.ui-tab .tab-content {
    padding: 20px 0;
}
/* Select2 Plugin */
/* Select2 custom styles */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-color: #e7eaec;
}
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #2e96db;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2e96db;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7eaec;
}
.select2-dropdown {
    border-color: #e7eaec;
}
.select2-dropdown input:focus {
    outline: none;
}
.select2-selection {
    outline: none;
}
.custom-field-height {
    min-height: 34px !important;
}
.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active>a {
    background-color: #2e96db;
}
/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
.modal {
    top: 65px;
}
.modal-dialog {
    z-index: 2200;
}
.modal-body {
    padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
    background: #f8fafb;
}
.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}
.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inmodal .modal-title {
    font-size: 26px;
}
.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}
.modal-footer {
    margin-top: 0;
}
/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec;
}
.chat-element:first-child {
    margin-top: 0;
}
.chat-element {
    padding-bottom: 15px;
}
.chat-element, .chat-element .media {
    margin-top: 15px;
}
.chat-element, .media-body {
    overflow: hidden;
}
.chat-element .media-body {
    display: block;
    width: auto;
}
.chat-element>.pull-left {
    margin-right: 10px;
}
.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
    width: 38px;
    height: 38px;
}
.chat-element .well {
    border: 1px solid #e7eaec;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 16px;
}
.chat-element .actions {
    margin-top: 10px;
}
.chat-element .photos {
    margin: 10px 0;
}
.right.chat-element>.pull-right {
    margin-left: 10px;
}
.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    border: none;
    outline: none;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open:focus, .dropdown-toggle:focus {
    border-color: #204d74;
}
/* Display CSS Styles */
.display-inline {
    display: inline-block;
    vertical-align: middle;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.float-none {
    float: none !important;
}
.v-align-top {
    vertical-align: top;
}
.v-align-middle {
    vertical-align: middle;
}
.display-tablecell {
    display: table-cell;
}
.display-table {
    display: table;
}
.pos-abs {
    position: absolute;
}
.pos-none {
    position: initial !important;
}
.lft-sm {
    left: 10px;
}
.lft-n {
    left: 0px;
}
.top-n {
    top: 0px;
}
.pos-rel {
    position: relative !important;
}
.pos-fix {
    position: fixed;
}
.pos-fix-np {
    position: fixed !important;
}
.zIndex-l-one {
    z-index: 99;
}
.zIndex-l-two {
    z-index: 999;
}
.ht {
    height: 100% !important;
}
.ht-cnt {
    height: calc(100% - 60px) !important;
}
.ht-auto {
    height: auto !important;
}
/* Scroll to top button */
.scrl-up {
    background-color: #ed513f;
    border-radius: 4px;
    bottom: 50px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    line-height: 18px;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 35px;
    z-index: 1011;
}
.scrl-up i {
    color: #fff;
}
.dark-bg-clr {
    background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
    .modal-dialog {
        min-width: 600px;
        margin: 30px auto;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
       /* margin: auto auto;
        */
        left: 0;
        right: 0;
        height: 500px;
   }
}
/* Configure Lab CSS for claas and lti_lms */
.ct-item {
    border: 1px solid #dadada;
    display: inline-block;
    background-color: #fff;
    margin: 10px 0;
    position: relative;
}
.ct-item label {
    margin: 10px;
    width: 130px;
    height: 130px;
    padding: 0;
    text-align: center;
}
.ct-item label.radio span, .ct-radio label.radio span {
    background: url(../../../default_theme/img/radio-tick-2x.png) -89px 0 no-repeat;
    background-size: 110px 110px;
}
.ct-item label:before {
    background: #dadada;
}
.vBdr-1x-r {
    border-right: 1px solid #dadada !important;
}
.sw-blue-input:checked+.sw-blue {
    background-color: #4A90E2;
}
/*tooltip*/
.tooltip-info {
    display: inline-block;
    position: relative;
    border-bottom: 1px dotted #666;
    text-align: left;
}
.tooltip-info h3 {
    margin: 12px 0;
}
.tooltip-info .left {
    width: 380px;
    top: 15%;
    right: 100%;
    margin-right: 15px;
    transform: translate(0, -20%);
    padding: 15px;
    color: #666666;
    background-color: #2f2c2c;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    display: none;
}
.tooltip-info:hover .left {
    display: block;
    opacity: 0.9;
}
.tooltip-info .left i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -25px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}
.tooltip-info .left i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #2f2c2c;
    border: 1px solid #2f2c2c;
}
/* Custom ON and OFF controls starts */
.cs-switch, .cs-switch-blue {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.cs-switch input {
    display: none;
}
.cs-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px;
}
.cs-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.cs-switch-input:checked+.cs-switch-slider {
    background-color: #5cb85c;
}
.cs-switch-input:focus+.cs-switch-slider {
    box-shadow: 0 0 1px #5cb85c;
}
.cs-switch-input:checked+.cs-switch-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* Custom ON and OFF controls ends */
/* CoreStack Loader Sprite CSS Starts */
.cs-loader-overlay-screen {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
}
.cs-loader-overlay-screen.hide {
    display: none;
}
.cs-loader-overlay-screen .cs-spinner-container {
    width: 200px;
    height: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto auto;
    text-align: center;
}
.cs-loader-overlay-screen .cs-spinner-container span {
    font-weight: lighter;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    color: #f2f2f2 !important;
    text-shadow: none;
    margin-top: -10px;
}
.cs-loader-overlay-screen .cs-spinner-container .cs-spinner-sprite {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../../../default_theme/img/cs-loader-sprite.png");
    -webkit-animation: play 1.5s steps(20) infinite;
    animation: play 1.5s steps(20) infinite;
    -moz-animation: play 1.5s steps(20) infinite;
    -o-animation: play 1.5s steps(20) infinite;
    text-align: center;
    margin: 0 auto;
}
@-webkit-keyframes play {
    100% {
        background-position: -2000px;
   }
}
@keyframes play {
    100% {
        background-position: -2000px;
   }
}
/* CoreStack Loader Sprite CSS Ends */
/* Loader for other modules - start*/
.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 9999;
    text-align: center;
   /* background-color: rgba(0,0,0,0.6);
    */
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    overflow-y: hidden;
}
.css3-spinner>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: 13px;
    width: 18px;
    height: 18px;
    background-color: #f4f4f4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.css3-spinner .css3-spinner-bounce1 {
    margin-left: -31px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.css3-spinner .css3-spinner-bounce2 {
    margin-left: -9px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loadSpinner{
    animation: inv-spinner 2s linear infinite;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
   }
    40% {
        -webkit-transform: scale(1.0);
   }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
   }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
   }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@keyframes fade-in {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
.fade-in {
    -webkit-animation-name: fade-in;
    -o-animation-name: fade-in;
    animation-name: fade-in;
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}
@-o-keyframes fade-out {
    0% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}
@keyframes fade-out {
    0% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}
.fade-out {
    -webkit-animation-name: fade-out;
    -o-animation-name: fade-out;
    animation-name: fade-out;
}
/* Loader fpr other modules - ends */
table.table.cus td,
table.table.cus th{
    vertical-align:middle;
    border-left:0;border-right:0;
    border-radius:0
}
.table.cus tr td:first-child,
.table.cus tr td:last-child,
.table.cus tr th:first-child,
.table.cus tr th:last-child,
.table.cus tr:first-child,
.table.cus tr:last-child{
    border-radius:0!important
}
table.table.cus td,
table.table.cus td p{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
table.table.cus td{
    max-width:1px;
}