html {
    height: 100%;
!important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    position: relative;
    margin: 0;
    padding-bottom: 35px;
    min-height: 100%;
    background-color: #e9e9e9;
    color: #000000;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.full-height-column {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.main-text {
    font-size: 12px;
    color: #7E7E7E;
    text-transform: uppercase;
}

.sub-text {
    color: #777;
}

.page-title {
    font-family: 'Raleway', sans-serif;
}

.bold-font {
    font-weight: bold;
}

.link {
    color: #ec1c24;
}

.link:hover {
    color: #ec1c24;
}

.danger-color {
    color: #ec1c24;
}

.success-color {
    color: #1dd1a1;
}

.theme-color-1 {
    color: #ec1c24;
}

.theme-color-2 {
    color: #F28379;
}

.theme-color-3 {
    color: #F2BF5E;
}

.theme-color-4 {
    color: #BF6991;
}

.theme-color-5 {
    color: #0abde3;
}

/*Navbar css*/
.navbar-inverse {
    background-color: #134891;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.navbar-fixed-top {
    border: 1px solid #1c4073;
}

.container-fluid .navbar-brand {
    line-height: 25px;
    padding: 2px 15px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #ddd;
}

.navbar-inverse .navbar-nav > li > a i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.main {
    padding: 10px 20px 20px 70px;
}

.main.minimized {
    margin-left: 65px;
}

.main .page-header {
    margin-top: 0;
}

.main h2.sub-header {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.main__header {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.main__header-breadcrumb {
    margin: -5px 0 5px 0;
}

.main__header-breadcrumb a {
    display: inline-block;
}

.main__header-breadcrumb-separator {
    padding: 0 10px;
    font-size: 9px;
}

.main__header label {
    font-weight: normal;
    color: #7E7E7E;
    margin-bottom: 0;
}

.page-header__actions-list {
    padding: 0;
    margin: 22px 0 0 3px;
    float: right;
}

.page-header__actions-list-item {
    list-style: none;
    display: inline-block;
}

.page-header__actions-list-item-link {
    display: block;
    color: #bbbbbb;
    padding: 11px 12px;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-header__actions-list-item-link:hover,
.page-header__actions-list-item-link:focus {
    color: #ec1c24;
    text-decoration: none;
}

/*Sidebar css*/
.nav-sidebar {
    margin-bottom: 20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.sidebar {
    transition: 0.5s;
    border-right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 54px;
    z-index: 1000;
    display: block;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #464646;
    border-right: 1px solid #494d4c;
}

.sidebar.minimized {
    width: 60px;
    overflow: visible;
}

.sidebar .nav-sidebar > li > a {
    color: #ffffff;
    padding: 15px 15px;
    font-weight: bold;
    display: flex;
}

.sidebar .nav-sidebar > li > a i {
    width: 25px;
    margin: 3px 5px 0 0;
}

.sidebar .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus,
.sidebar .nav > li > a:focus, .nav > li > a:hover,
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.sidebar .nav-sidebar li {
    border-left: 5px solid transparent;
}

.sidebar .nav-sidebar li.active {
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 5px solid #0abde3;
}

.sidebar .nav-sidebar li .sidebar__sub-menu {
    display: none;
}

.sidebar .nav-sidebar li.active .sidebar__sub-menu {
    display: block;
}

.sidebar__header {
    padding: 15px 20px;
    font-size: 20px;
    color: #ffffff;
    height: 60px;
    border-bottom: 1px solid #3a3e3d;
    font-weight: bold;
}

.sidebar__header.minimized {
    font-size: 7px;
}

.sidebar__footer {
    color: #ffffff;
    background-color: #464646;
    border-top: 1px solid #3a3e3d;
    position: fixed;
    bottom: 0;
    left: 55px;
    width: 16.6%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sidebar.minimized .sidebar__footer {
    width: 58px;
}

.sidebar__footer-open,
.sidebar__footer-close {
    padding: 15px 25px;
}

.sidebar__sub-menu {
    margin: 0;
    padding: 0;
}

.sidebar__sub-menu-item {
    list-style: none;
    border-left: 0 !important;
}

.sidebar__sub-menu-item-link {
    padding: 10px 10px 10px 45px;
    display: block;
    color: #ffffff;
}

.sidebar__sub-menu-item-link:hover,
.sidebar__sub-menu-item.active .sidebar__sub-menu-item-link {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.sidebar__menu-item {
    position: relative;
}

.sidebar__menu-item-link {
    cursor: pointer;
}

.sidebar__menu-item.minimized .sidebar__sub-menu-item-link {
    padding-left: 35px;
}

.sidebar__menu-item.minimized .sidebar__menu-item-link-text,
.sidebar__menu-item.minimized .sidebar__sub-menu {
    display: none !important;
}

.sidebar__menu-item.minimized:hover .sidebar__menu-item-link-text,
.sidebar__menu-item.minimized:hover .sidebar__sub-menu {
    display: block !important;
}

.sidebar__menu-item.minimized:hover .sidebar__menu-item-link-text {
    position: absolute;
    top: 0;
    left: 53px;
    width: 300px;
    padding: 17px;
    background-color: #464646;
}

.sidebar__menu-item.minimized:hover .sidebar__sub-menu {
    position: fixed;
    left: 112px;
    background-color: #464646;
    width: 300px;
}

/*Text css*/
.page-header,
.sub-header {
    /*font-family: 'Raleway', sans-serif;*/
}

/*Button css*/
.btn {
    font-size: 12px;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.primary-btn {
    color: #fff;
    background-color: #F25041;
    border-color: #F25041;
}

.primary-btn:hover,
.primary-btn:focus {
    color: #fff;
    background-color: #ec1c24;
    border-color: #ec1c24;
}

.secondary-btn {
    color: #fff;
    background-color: #0abde3;
    border-color: #0abde3;
}

.secondary-btn:hover {
    color: #fff;
    background-color: #0a94b4;
    border-color: #0a94b4;
}

.btn-default {
    background-color: #ffffff;
    color: #ec1c24;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #ffffff;
    color: #F25041;
}

.common-list {
    margin: 0;
    padding: 0;
}

.common-list li {
    list-style: none;
}

.common-list__scrollable {
    max-height: 350px;
    overflow: auto;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.full-width {
    width: 100%;
}

.short-column {
    min-width: 100px;
}

.medium-column {
    min-width: 200px;
}

.large-column {
    min-width: 350px;
}

.dropdown-menu {
    z-index: 1010;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropup:hover .dropdown-menu {
    display: block;
}

.dropup .dropdown-menu {
    bottom: 75%;
}

.input-group-block {
    position: relative;
    border-collapse: separate;
    display: block;
}

.input-area {
    padding: 10px 0 0 0;
}

.form-control {
    font-size: 12px;
    box-shadow: none;
    min-height: 40px;
}

.form-control__transparent {
    border: 0;
    background-color: transparent;
    margin-left: -4px;
    padding: 5px 0;
    border-bottom: 1px solid #0abde3;
}

.form-control__transparent:focus {
    outline: none;
}

.border-danger {
    border: 2px solid #ee5253;
}

.input-area .form-control {
    margin-bottom: 15px;
}

.input-group-addon {
   color: #999999;
    font-size: 12px;
}

.input-group .form-control {
    margin-bottom: 0;
}

.input-group {
    margin-bottom: 20px;
}

.input-group.input-group__flex {
    display: flex;
}

.input-group__flex .form-control {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
}

.input-group__flex select {
    /*flex: 0.35 1 0% !important;*/
}

.input-area label {
    font-weight: normal;
}

.input-area__checkbox {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 5px !important;
}

.input-area .btn {
    margin-top: 22px;
    min-height: 40px;
    min-width: 40px;
}

.upload-file {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-file + label {
    border: 1px solid #eb544d;
    padding: 0;
    color: #d3394c;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    height: 34px;
}

.upload-file + label span {
    width: 228px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 8px 12px;
}

.upload-file + label strong {
    height: 100%;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    background-color: #eb544d;
    border-color: #dc4640;
    font-weight: normal;
}

.badge.processed,
.badge.scheduled {
    background-color: #6cc250;
    font-weight: normal;
}

.badge.pending {
    background-color: #ff8704;
    font-weight: normal;
}

.badge.enable {
    background-color: #4caf50;
    font-weight: normal;
}

.enable {
    background-color: #4caf50;
    font-weight: normal;
    font-size: small;
}

td .enable {
    background-color: #4caf50;
    font-weight: normal;
    font-size: small;
    color: white;
    display: block;
    border: 2px;
    border-radius: 5px;
}

td .disable {
    background-color: red;
    font-weight: normal;
    font-size: small;
    color: white;
    display: block;
    border: 2px;
    border-radius: 5px;
}

.summary-content-row {
    padding: 1%;
    margin-bottom: 10px;
    margin-top: 10px;
    color: black;
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
}

.row.summary-content-row > div {
    overflow-x: auto;
}

.summary-content-row:nth-child(odd) {
    background-color: #e9ece3;
}

.summary-content-row:nth-child(even) {
    background-color: #bec2c5;
}

.disable {
    background-color: red;
    font-weight: normal;
    font-size: small;
}

.badge.disable {
    background-color: red;
    font-weight: normal;
    display: inline-block; !important;
}

.error-message {
    margin-bottom: 20px;
    color: #df5049;
    font-size: 11px;
}

.error-message i,
.important-field {
    color: #df5049;
}

.responsive-right {
    text-align: right;
}

.table-short {
    color: #666666;
    padding: 0 7px;
    cursor: pointer;
}

.table-short.active {
    color: #ffffff;
}

.table-action {
    cursor: pointer;
    padding: 3px 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.table-action.delete {
    background-color: #ec1c24;
}

.table-action.delete:hover {
    background-color: #ec1c24;
}

.table-action.view {
    background-color: #1dd1a1;
}

.table-action.view:hover {
    background-color: #1dd1a1;
}

.table-action.save {
    background-color: #0abde3;
}

.table-action.save:hover {
    background-color: #0abde3;
}

.table-action.edit {
    background-color: #FF6666;
}

.table-action.edit:hover {
    background-color: #FF6666;
}

.table-navigation:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.table-area {
    position: relative;
}

.table-area .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 4px;
    font-size: 11px;
}

.table-area tbody tr.clickable-row.active td,
.table-area tbody tr.clickable-row:hover {
    background-color: #daf4ff;
}

.table-area thead tr {
    background-color: #0abde3;
    color: #ffffff;
}

.table-area thead tr .table__color-row--dark {
    background-color: #ece8ec;
    color: #000000;
}

.table-area thead th {
    font-size: 12px;
    vertical-align: middle !important;
    border: 0 !important;
}

.table-area tbody tr td {
    vertical-align: middle;
    border: 0;
}

.table-area tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-area tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

.table-area__header {
    position: relative;
}

.table-area__header .filter-btn {
    right: 35px;
    position: absolute;
    top: -31px;
}

.table-area__header .dropdown-toggle {
    position: absolute;
    top: -31px;
    right: 0;
}

.table-area__header .dropup .dropdown-menu {
    right: 0;
    left: auto;
    bottom: 28px;
    font-size: 13px;
    border-radius: 0;
}

.table-area__header .dropup .dropdown-menu li.selected a:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 5px;
}

.table-area__body .table-responsive {
    overflow-x: initial;
}

.table-area__body {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
}

.table-area__filter-input {
    padding: 4px !important;
}

.table-area__filter-input .form-control {
    border-radius: 0;
    padding-left: 5px;
}

.table-area .clickable-row {
    cursor: pointer;
}

.table__color-row--dark {
    background-color: #ece8ec;
}

.table-area__column-expand {
    position: absolute;
    left: 0;
    z-index: 10;
}

.table-area__column-expand-btn {
    position: absolute;
    left: 0;
    top: -20px;
    cursor: pointer;
    color: #ffffff;
    padding: 8px 15px;
    text-align: center;
    width: 45px;
    background-color: #0abde3;
    border: 1px solid #0abde3;
    border-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.table-area__column-expand-btn:hover {
    color: #ec1c24;
}

.table-area__column-expand .checkbox-list {
    padding: 15px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.table-without-border td {
    border: 0 !important;
}

.table-without-border tr {
    background-color: #ffffff !important;
}

.table-area__extra-large-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    display: block;
}

.table-area__row-danger {
    background-color: #ec1c24;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-left: 2px solid #ffffff !important;
}

.table-area__row-success {
    background-color: #1dd1a1;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-left: 2px solid #ffffff !important;
}

.table-area__row-select .checkbox-container {
    margin-top: -9px !important;
    padding: 5px 0 5px 20px;
}

.table__legend-area {

}

.table__legend-area th,
.table__legend-area td {
    padding: 5px 0 !important;
}

.pagination>li>a, .pagination>li>span {
    color: #ec1c24;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ffe7e8;
    border-color: #dddddd;
    color: #ec1c24;
    font-weight: bold;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #ffe7e8;
    border-color: #dddddd;
    color: #ec1c24;
}

.checkbox-container {
    margin-top: 5px !important;
    padding: 5px 0 5px 30px;
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container input:checked ~ .checkmark,
.checkbox-container:hover input:checked ~ .checkmark {
    background-color: #ec1c24;
    border: 1px solid #ec1c24;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/*Radio Button*/
.radio-container {
    margin-top: 5px !important;
    display: block;
    position: relative;
    padding: 5px 0 5px 30px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #ec1c24;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.checkbox-list {
    padding: 0;
    margin: 0;
    max-height: 450px;
    overflow-y: auto;
}

.checkbox-list__item {
    list-style: none;
}

.checkbox-list__item-inline li {
    display: inline-block;
}

.checkbox-list__sub-item {
    margin-left: 20px;
}

/*Left menu css*/
.left-menu {
    width: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1005;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: inherit;
    background: #ec1c24;
    /*background-image: linear-gradient(to bottom, #f05a29, #e44c2b, #d83e2d, #cb302e, #be202e);*/
    color: #ffffff;
}

.left-menu__logo {
    text-align: center;
    padding: 10px;
    display: block;
}

.left-menu__logo img {
    width: 32px;
}

.left-menu__item-list {
    padding: 0;
    margin: 0;
}

.left-menu__item {
    display: block;
    list-style: none;
}

.left-menu__item-link {
    display: block;
    padding: 20px 10px;
    color: #ffffff;
    text-align: center;
}

.left-menu__item-link .icon {
    font-size: 18px;
}

.left-menu__item.active .left-menu__item-link {
    color: #32bba5;
}

.left-menu__setting-list {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.left-menu__setting {
    list-style: none;
}

.left-menu__setting .btn-default,
.left-menu__setting .btn-default:hover,
.left-menu__setting .btn-default:focus,
.left-menu__setting .btn-default.active,
.left-menu__setting .open .btn-default,
.left-menu__setting .open .btn-default:hover,
.left-menu__setting .open .btn-default:focus {
    padding: 5px 11px;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
}

.user-profile-pic {
    width: 32px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.user-profile-text {
	color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 32px;
    height: 32px;
    display: block;
    background-color: rgba(255,255,255,.5);
    padding: 2px 9px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

/* switch css  */
.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    padding: 7px 0 7px 44px;
    margin-top: 0 !important;
}

.switch-label:before, .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 34px;
    height: 14px;
    background-color: #9E9E9E;
    border-radius: 8px;
}

.switch-label:after {
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FAFAFA;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.switch-input:checked + .switch-label:before {
    background-color: #A5D6A7;
}

.switch-input:checked + .switch-label:after {
    background-color: #4CAF50;
    -ms-transform: translate(80%, -50%);
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
    color: #4CAF50;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
    color: #bdc3c7;
}

/*Notification css*/
.notification-box {
    position: fixed;
    top: 0;
    z-index: 2050;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    -vendor-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.notification-box.notify-failure {
    background-color: rgba(231, 76, 60, 0.9);
    border-bottom: 1px solid #c0392b;
}

.notification-box.notify-success {
    background-color: rgba(29, 209, 161, 0.97);
    border-bottom: 1px solid #1dd1a1;
}

.notification-box.notify-info {
    background-color: rgba(52, 152, 219, 0.9);
    border-bottom: 1px solid #2980b9;
}

.notification-box__text {
    padding: 18px;
    float: left;
    color: #fff;
}

.notification-box__icon-area {
    padding: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
}

.notification-box__icon {
    font-size: 31px;
    color: #fff;
}

.notification-box__close i {
    cursor: pointer;
    font-size: 20px;
    margin-top: 17px;
    margin-right: 5px;
    float: right;
    color: rgba(255, 255, 255, 0.7);
}

.notification-box__close .icon:hover {
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

/*Login page css*/
.login-body {
    background-image: url("../images/login-back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 105%;
    height: 105%;
    top: -10px;
    left: -10px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.login-body__illustration img {
    padding-top: 90px;
}

.login-page {
    margin-top: 90px;
    margin-bottom: 50px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.login-page__header {
    text-align: center;
    color: #ffffff;
    padding: 15px 10px;
    background: #ec1c24;
    background-image: linear-gradient(to bottom, #f05a29, #e44c2b, #d83e2d, #cb302e, #be202e);
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.login-page__body {
    padding: 20px 40px 40px 40px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login-page__body .page-title {
    text-align: center;
    padding-bottom: 10px;
}

.login__footer {
    left: 0 !important;
    color: #fff;
}

.footer {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 125px;
    padding: 10px;
    overflow-x: hidden;
}

/*Action Bar css*/
.bottom-action-bar {
    background-color: #f5f5f5;
    border-top: 1px solid #eeeeee;
    padding: 10px 50px 10px 10px;
    position: fixed;
    z-index: 1020;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bottom-action-bar__close {
    color: #999;
    background-color: #ffffff;
    padding: 5px 9px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 1015;
}

.bottom-action-bar__close:before {
    content: "";
    position: absolute;
    border-left: 1px solid #ddd;
    left: -8px;
    top: 0;
    height: 28px;
}

.bottom-action-bar label {
    margin-top: 5px;
}

.bottom-action-bar .table-action {
    padding: 10px 15px;
    color: #ffffff;
}

.bottom-action-bar .table-action i {
    margin-right: 5px;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*Modal css*/
.modal .form-control {
	min-height: 48px;
}

.modal-dialog.large-modal {
    width: 900px;
}

.modal__with-tabs .modal-header {
    padding: 15px 15px 40px 15px;
}

.modal__with-tabs .modal__primary-tabs {
    margin-top: -54px;
    margin-bottom: 20px;
}

.modal__with-tabs .modal__primary-tabs .nav-tabs {
    border-bottom: 0;
}

.modal-header {
    background-color: #f1f1f1;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-header .close {
    margin-top: -28px;
    margin-right: -26px;
    background-color: #fff;
    color: #bbb;
    border: 2px solid #ddd;
    text-shadow: none;
    border-radius: 6px;
    padding: 3px 8px;
    opacity: 1;
}

.modal-header .close:hover {
    background-color: #eb544d;
    color: #fff;
    border: 2px solid #ddd;
}

.modal-body p {
    margin-top: 7px;
}

.modal-body__task-image {
    margin-top: -50px;
}

.modal-body .input-group {
    margin-bottom: 5px;
}

.modal-body .input-group.date .form-control {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-body .input-group textarea {
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.modal-body .input-group .input-group-addon img {
    width: 24px;
}

.modal-body .file {
    visibility: hidden;
    position: absolute;
}

.modal-body__detail-section {
    margin-bottom: 5px;
}

.modal-body__add-device-image img {
    width: 100%;
}

.modal-body__success-row .icon {
    color: #27ae60;
    font-size: 15px;
    vertical-align: middle;
}

.modal-body__error-row .icon {
    color: #f7594d;
    font-size: 15px;
    vertical-align: middle;
}

.modal-body .multiple-select {
    height: 220px;
}

.modal-body__move-btn {
    margin-top: 76px;
}

.modal-body__group-assigned-roles {
    margin-top: 53px;
}

.modal-footer {
    background-color: #f1f1f1;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-footer .btn {
    min-width: 100px;
}

.modal-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.modal-content__without-body {
    padding: 10px;
}

.modal-content__without-body .modal-body {
    padding: 20px 50px;
    position: static;
}

.modal-content__without-body .modal-body h4 {
    margin: 10px 0;
}

.modal.error-modal .modal-dialog,
.modal.success-modal .modal-dialog,
.modal.info-modal .modal-dialog {
    width: 400px;
}

.modal.error-modal .modal-header,
.modal.success-modal .modal-header,
.modal.info-modal .modal-header {
    text-align: center;
    padding: 30px 15px;
}

.modal.error-modal .modal-header .close,
.modal.success-modal .modal-header .close,
.modal.info-modal .modal-header .close {
    margin-top: -44px;
}

.modal.error-modal .modal-header .modal-title {
    color: #f7594d;
}

.modal.success-modal .modal-header .modal-title {
    color: #7ac153;
}

.modal.info-modal .modal-header .modal-title {
    color: #3498db;
}

.modal .chosen-container {
    width: 100% !important;
    margin-bottom: 5px;
}

.modal .chosen-container-multi .chosen-choices {
    min-height: 34px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.modal .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

.modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: auto !important;
}

.status.enable {
    background-color: #4caf50;
}

.status.disable {
    background-color: #bbb;
}

.status-badge {
    color: #ffffff;
    padding: 3px 5px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.status-badge.accepted {
    background-color: #1dd1a1;
}

.status-badge.pending {
    background-color: #FFC000;
}

.status-badge.rejected {
    background-color: #ec1c24;
}

.status-badge.not-required {
    background-color: #77CCFF;
}

.status-badge.suggested {
    background-color: #FF6666;
}

.status-badge.l1-sug-accepted {
    background-color: #FF6666;
}

.status-badge.l1-sug-rejected {
    background-color: #FFC000;
}

.user-card {
    background-color: #f9f9f9;
    padding: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    margin-bottom: 3px;
}

.user-card__user-image {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 10px;
}

.nav-tabs > li {
    text-align: center;
}

.tab-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

.dashboard-chart-0 {
    height: 180px;
    margin: 0 auto;
    text-align: center;
}

.dashboard-chart-1 {
    height: 180px;
    margin: 0 auto;
    text-align: center;
}

.dashboard-chart-2 {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.page-small-card {
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-small-card__header {
    text-align: left;
}

.page-small-card__header .page-title {
    margin-top: 0;
}

.page-small-card .page-title {
    font-weight: bold;
}

.page-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.page-card__header {
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    height: 60px;
}

.page-card__header .page-title {
    font-weight: bold;
    margin: 0 20px 0 0;
}

.page-card__header .nav>li>a {
    padding: 10px 0;
    border-color: transparent;
}

.page-card__header .nav-tabs>li.active>a,
.page-card__header .nav-tabs>li.active>a:focus,
.page-card__header .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid red;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}

.page-card__header .nav-tabs {
    border-color: transparent;
}

.page-card__header .form-control {
    min-height: 35px;
}

.page-card__body {
    padding: 15px;
}

.page-card__footer {
    padding: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #eeeeee;
}

.page-card__actions {
    position: absolute;
    right: 5px;
    top: 5px;
}

.page-small-card__actions {
    position: absolute;
    right: 20px;
    top: 2px;
}

.page-card__actions-item,
.page-small-card__actions-item {
    color: #bbbbbb;
    padding: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.page-card__actions-item:hover,
.page-small-card__actions-item:hover {
    color: #ec1c24;
}

.page-card__empty-area {
    text-align: center;
    background: #f1f1f1;
    padding: 40px 20px;
    white-space: normal;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.chart-scrollable-area-list {
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
}

.chart-scrollable-area-list-item {
    width: 19%;
    margin: 0 5px 5px 5px;
    list-style: none;
    display: inline-block;
}

.chart-scrollable-area-list-item .page-small-card {
    text-align: center;
    min-height: 300px;
}

.chart-scrollable-area-list-item .page-card__empty-area {
    background-color: #ffffff;
    margin-top: 50px;
}

.chart-scrollable-area-list-item__empty {
    vertical-align: top;
}

.c3 path, .c3 line {
    stroke: #eeeeee;
}

.c3-axis-x text,
.c3-axis-y text {
    fill: #999999;
}

.c3-circle {
    stroke-width: 4px;
    stroke: #0abde3;
    fill: #ffffff;
}

.c3-legend-item {
    font-size: 10px;
}

.main-search-area {
    position: relative;
    margin-bottom: 20px;
}

.main-search-area__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    z-index: 100;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.advance-search-btn-active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 769px) {
    .no-padding-right {
        padding-right: 15px !important;
    }

    .no-padding-left {
        padding-left: 15px !important;
    }

    .responsive-right {
        text-align: left;
    }

    .login-body__illustration img {
        width: 100%;
    }

    .modal-dialog.large-modal {
        width: 700px;
    }

    .container-fluid > .navbar-header {
        margin-left: 0;
    }

    .navbar-brand {
        /*margin-left: 15px;*/
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
        color: #fff;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-inverse .navbar-toggle.collapsed {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main.minimized {
        margin-left: 7%;
    }

    .nav-sidebar {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .footer {
        left: 0;
    }

    .chart-scrollable-area-list-item {
        width: 50%;
    }

    .page-card__header {
        height: auto;
    }

    .page-card__header .page-title {
        margin: 0 20px 15px 0;
    }
}

@media screen and (max-width: 480px) {
    .login-body__illustration img {
        display: none;
    }

    .notification-box__icon-area {
        display: none;
    }

    .notification-box__close {
        position: absolute;
        top: 0;
        right: -10px;
    }

    .notification-box__text {
        padding: 18px 10px 19px 0;
    }

    .modal.error-modal .modal-dialog,
    .modal.success-modal .modal-dialog,
    .modal.info-modal .modal-dialog {
        width: auto;
    }

    .table-action {
        display: block;
        margin-bottom: 5px;
    }
}