
@font-face {
    font-family: "Arvo";
    src: url("../fonts/Arvo-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Vollkorn";
    src: url("../fonts/Vollkorn-Regular.ttf") format("truetype");
}
body {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #444;
    margin: 0;
    overflow-y: hidden !important;
    font-family: 'Arvo';
}
html {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    font-family: "Vollkorn";
    letter-spacing: 0.5px;
}
h1 {
    line-height: 43px;
}
h2 {
    line-height: 35px;
}
h3 {
    line-height: 30px;
}
h3 small {
    color: #444444;
}
h4 {
    line-height: 22px;
}
h4 small {
    color: #444444;
}
h5 small {
    color: #444444;
}
* {
    outline: medium none !important;
}
a:hover {
    outline: 0 none;
    text-decoration: none;
}
a:active {
    outline: 0 none;
    text-decoration: none;
}
a:focus {
    outline: 0 none;
    text-decoration: none;
}
.topbar {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    background: #fff;
    padding: 10px 0;
}
.topbar .logo_page {
   
    
}
.topbar .topbar-left {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 240px;
    z-index: 1;
}
.topbar .topbar-left-sm {
    width: 180px;
}
.topbar .topbar-left-sm + .navbar-custom {
    margin-left: 180px;
}
.logo {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 70px;
    text-transform: uppercase;
}
.logo h1 {
    height: 50px;
    margin: 0 auto;
    text-align: center;
}
.logo i {
    color: #039cfd;
}
.logo .icon-c-logo {
    display: none;
}
.navbar-custom {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 240px;
    padding: 0 15px;
}
.navbar-custom .nav-link {
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
}
.navbar-custom .dropdown-toggle::after {
    content: initial;
}
.navbar-custom .menu-left {
    overflow: hidden;
}
.profile img {
    border: 2px solid #edf0f0;
    height: 36px;
    width: 36px;
}
.notification-list {
    margin-left: 0 !important;
}
.notification-list .noti-title {
    color: #014b7c;
    margin-bottom: 0;
    padding: 4px 20px 8px;
    width: auto;
}
.notification-list .noti-title h5 {
    margin: 0;
    font-weight: bold;
}
.notification-list .noti-title .label {
    float: right;
}
.notification-list .noti-icon {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    padding:8px  12px;
    vertical-align: middle;
}
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}
.notification-list .notify-item {
    padding: 3px 20px;
}
.notification-list .notify-item .notify-icon {
    border-radius: 50%;
    color: #ffffff;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 36px;
}
.notification-list .notify-item .notify-icon img {
    margin-top: 4px;
}
.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
    font-weight: 500;
}
.notification-list .notify-item .notify-details small {
    display: block;
}
.notification-list .notify-item .notify-details span {
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-list .notify-all {
    background-color: #eeeeee;
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -5px;
}
.notification-list .profile-dropdown .notify-item {
    padding: 4px 10px;
    cursor: pointer;
}
.profile-dropdown {
    width: 190px;
    margin-top: 10px;
}
.profile-dropdown i {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}
.profile-dropdown span {
    vertical-align: middle;
}
.nav-user> span {
    color: #fff;
    padding-left: 8px;

}
.nav-user img {
    height: 36px;
    width: 36px;
}
.navbar-nav {
    margin: 0;
}
.side-menu {
    bottom: 0;
    top: 0;
    width: 240px;
    z-index: 2;
}
.side-menu.left {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 70px;
}
body.fixed-left .side-menu.left {
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
}
.content-page {
    overflow: hidden;
}
.content-page > .content {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 5px 0;
}
.button-menu-mobile {
    background-color: #013b61;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    width: 60px;
}
.sidebar-inner {
    height: 100%;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0 none;
    font-weight: normal;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 22px;
    width: 100%;
}
#sidebar-menu .nav > li > a .badge {
    position: absolute;
    right: 10px;
    top: 12px;
}
#sidebar-menu a {
    line-height: 1.3;
}
#sidebar-menu ul ul {
    display: none;
}
#sidebar-menu ul ul li {
    border-top: 0 none;
}
#sidebar-menu ul ul li.active a {
    color: #039cfd;
}
#sidebar-menu ul ul a {
    color: #75798b;
    display: block;
    font-size: 0.95rem;
    padding: 10px 20px 10px 45px;
}
#sidebar-menu ul ul a:hover {
    color: #039cfd;
}
#sidebar-menu ul ul a i {
    margin-right: 5px;
}
#sidebar-menu ul ul ul a {
    padding-left: 80px;
}
#sidebar-menu .label {
    margin-top: 2px;
}
#sidebar-menu .subdrop {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    border-left: 3px solid #039cfd;
}
#sidebar-menu > ul > li > a {
    border-left: 3px solid #ffffff;
    color: #343c49;
    display: block;
    margin: 4px 0;
    padding: 12px 3px;
}
#sidebar-menu > ul > li > a:hover {
    color: #039cfd;
    text-decoration: none;
}
#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
}
#sidebar-menu ul li .menu-arrow {
    color: #80898e;
    display: inline-block;
    font-family: "Material Design Icons";
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    text-rendering: auto;
    transform: translate(0px, 0px);
    transition: transform 0.15s ease 0s;
}
#sidebar-menu ul li .menu-arrow::before {
    content: "";
}
#sidebar-menu ul li a.subdrop .menu-arrow {
    transform: rotate(90deg);
}
#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
#sidebar-menu ul li a i.md {
    font-size: 18px;
}
#sidebar-menu > ul > li > a > i.i-right {
    float: right;
    margin: 3px 0 0;
}
#sidebar-menu > ul > li > a.active {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    border-left: 3px solid #039cfd;
}
.menu-title {
    cursor: default;
    font-size: 13px;
    letter-spacing: 0.035em;
    padding: 12px 20px !important;
    pointer-events: none;
}
.page-title {
    float: left;
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
}
.page-title-box {
    margin-top: 0;
    padding: 3px 0;
}
.page-title-box .breadcrumb {
    margin: 0;
    padding: 0;
}
.side-menu-sm {
    text-align: center;
    width: 180px;
}
.side-menu-sm #sidebar-menu > ul > li > a > i {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.side-menu-sm #sidebar-menu ul ul a {
    padding: 10px 20px;
}
.side-menu-sm + .content-page .footer {
    left: 180px;
}
#wrapper.enlarged .side-menu-sm {
    text-align: left;
}
#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20px;
}
.side-menu-sm + .content-page {
    margin-left: 180px;
}
.page-header-2 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #dee2e8;
    margin: -20px -15px 22px;
    padding: 10px 20px 0;
}
#wrapper.enlarged .navbar-custom {
    margin-left: 70px;
}
#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
    display: none !important;
}
#wrapper.enlarged #sidebar-menu ul ul {
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 9999;
}
#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    min-height: 52px;
    padding: 15px 20px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #eeeeee none repeat scroll 0 0 !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
    background: #eeeeee none repeat scroll 0 0 !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
    background: #eeeeee none repeat scroll 0 0 !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    font-size: 20px;
    margin-right: 20px !important;
}
#wrapper.enlarged .left.side-menu .label {
    display: block !important;
    left: 35px;
    padding: 0.2em 0.6em 0.3em !important;
    position: absolute;
    text-indent: 0;
    top: 5px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    position: relative;
    white-space: nowrap;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    background: #eeeeee none repeat scroll 0 0;
    border-color: #039cfd;
    color: #039cfd;
    position: relative;
    width: 260px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
    color: #039cfd;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
    display: inline;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
    width: 186px;
    z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
    color: #039cfd;
}
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #039cfd !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
    display: block;
    left: 186px;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
    color: #039cfd;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    display: none;
    padding-left: 10px;
}
#wrapper.enlarged .left.side-menu .user-details {
    display: none;
}
#wrapper.enlarged .content-page {
    margin-left: 70px;
}
#wrapper.enlarged .footer {
    left: 70px;
}
#wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
}
#wrapper.enlarged .topbar .topbar-left .logo span {
    display: none;
    opacity: 0;
}
#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
    display: block;
    line-height: 70px;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open *::after {
    display: none;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active *::after {
    display: none;
}
#wrapper.enlarged .tips-box {
    display: none;
}
.tips-box .portlet {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}
.user-details {
    padding: 20px 20px 0;
    position: relative;
}
.user-details img {
    position: relative;
    z-index: 9999;
}
.user-details .user-info {
    color: #444444;
    margin-left: 60px;
    position: relative;
    z-index: 99999;
}
.user-details .user-info a.dropdown-toggle {
    color: #797979;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}
#wrapper.right-bar-enabled .right-bar {
    right: 0;
}
#wrapper.right-bar-enabled .left-layout {
    left: 0;
}
.side-bar.right-bar {
    bottom: 0;
    float: right !important;
    font-size: 0.9rem;
    right: -266px;
    top: 70px;
}
.side-bar {
    background-color: #ffffff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    overflow: auto;
    position: fixed;
    transition: all 200ms ease-out 0s;
    width: 240px;
}
.right-bar {
    background: #ffffff none repeat scroll 0 0 !important;
    z-index: 99 !important;
}
.right-bar h4 {
    border-bottom: 1px solid #eeeeee;
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.right-bar .nav-link {
    font-size: 16px;
}
.right-bar .tab-content {
    padding: 20px;
}
.contact-list {
    max-height: 600px;
}
.contact-list .list-group-item {
    border: medium none;
}
.contact-list .list-group-item:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.contact-list .list-group-item a {
    display: block;
    width: 100%;
}
.contact-list i.offline {
    color: #ef5350 !important;
}
.contact-list i.away {
    color: #f1b53d;
}
.contacts-list .avatar {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 30px;
}
.contacts-list .avatar img {
    border-radius: 50%;
    width: 100%;
}
.contacts-list .list-group-item span.name {
    color: #707780;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}
.contacts-list i {
    color: #dddddd;
    float: right;
    font-size: 9px;
    line-height: 30px;
}
.contacts-list i.online {
    color: #a0d269;
}
.contacts-list i.offline {
    color: #ef5350 !important;
}
.contacts-list i.away {
    color: #f1b53d;
}
.app-search {
    padding-top: 18px;
    position: relative;
}
.app-search a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    height: 34px;
    left: 220px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 34px;
}
.app-search a:hover {
    color: #ffffff;
}
.app-search .form-control, .app-search .form-control:focus {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: none;
    color: #ffffff;
    font-size: 13px;
    height: 34px;
    padding-left: 20px;
    padding-right: 40px;
    width: 200px;
}
.app-search input:-moz-placeholder {
    color: white;
}
.app-search input::-moz-placeholder {
    color: white;
}

.container {
    width: auto;
}
.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer {
    background-color: #f9f9f9;
    bottom: 0;
    color: #58666e;
    padding: 8px 30px;
    position: relative;
    text-align: center !important;
    font-size: 14px;
}
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.card-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    background-color: #ffffff;
    border-color: #ccc rgba(54, 64, 74, 0.08) rgba(54, 64, 74, 0.08);
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: 0 0 8px #ddd;
    margin: 20px 0;
    padding: 25px 12px;
}
.header-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
}
.social-links li a {
    background: #eff0f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #7a7676;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 5px;
}
.dropdown-menu {
    border: 0 none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding: 4px 0;
}
.dropdown-menu > li > a {
    padding: 6px 20px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f2f2f2;
    color: inherit;
}
.dropdown-menu-lg {
    max-width: 280px;
}
code {
    border-radius: 4px;
    color: #5d9cec;
}
code, pre {
    background-color: #f4f8fb;
}
.bg-empty {
    background: transparent none repeat scroll 0 0 !important;
}
.bg-primary {
    background-color: #039cfd !important;
}
.bg-success {
    background-color: #52bb56 !important;
}
.bg-info {
    background-color: #67d1f8 !important;
}
.bg-warning {
    background-color: #f1b53d !important;
}
.bg-danger {
    background-color: #ef5350 !important;
}
.bg-muted {
    background-color: #f5f5f5 !important;
}
.bg-inverse {
    background-color: #4c5667 !important;
}
.bg-purple {
    background-color: #7266ba !important;
}
.bg-pink {
    background-color: #f76397 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.text-white {
    color: #ffffff;
}
.text-danger {
    color: #ef5350 !important;
}
.text-muted {
    color: #80898e !important;
}
.text-primary {
    color: #039cfd !important;
}
.text-warning {
    color: #f1b53d !important;
}
.text-success {
    color: #52bb56 !important;
}
.text-info {
    color: #67d1f8 !important;
}
.text-inverse {
    color: #4c5667 !important;
}
.text-pink {
    color: #f76397 !important;
}
.text-purple {
    color: #7266ba !important;
}
.text-dark {
    color: #797979 !important;
}
.dropcap {
    font-size: 3.1em;
}
.dropcap, .dropcap-circle, .dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}
.p-0 {
    padding: 0 !important;
}
.p-20 {
    padding: 20px;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.m-0 {
    margin: 0 !important;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.w-xs {
    min-width: 80px;
}
.w-sm {
    min-width: 95px;
}
.w-md {
    min-width: 110px;
}
.w-lg {
    min-width: 140px;
}
.m-h-50 {
    min-height: 50px;
}
.l-h-34 {
    line-height: 34px !important;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: normal;
}
.font-bold {
    font-weight: bold;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.wrapper-md {
    padding: 20px;
}
.pull-in {
    margin-left: -20px;
    margin-right: -20px;
}
.b-0 {
    border: medium none !important;
}
.no-border {
    border: medium none;
}
.center-page {
    float: none !important;
    margin: 0 auto;
}
.bx-s-0 {
    box-shadow: none !important;
}
.bx-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.mx-box {
    max-height: 380px;
    min-height: 380px;
}
.thumb-sm {
    height: 32px;
    width: 32px;
}
.thumb-md {
    height: 48px;
    width: 48px;
}
.thumb-lg {
    height: 88px;
    width: 88px;
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    will-change: opacity, transform;
    z-index: 1;
}
.waves-effect .waves-ripple {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
    transition-delay: 0s;
    transition-duration: 0.7s;
    transition-property: transform, opacity;
    transition-timing-function: ease-out;
    width: 20px;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-primary .waves-ripple {
}
.waves-notransition {
    transition: none 0s ease 0s !important;
}
.waves-circle {
    border-radius: 50%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    transform: translateZ(0px);
    width: 2.5em;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.waves-block {
    display: block;
}
@keyframes cd-bounce-1 {
0% {
    opacity: 0;
    transform: scale(0.5);
}
60% {
    opacity: 1;
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
@keyframes cd-bounce-2 {
0% {
    opacity: 0;
    transform: translateX(-100px);
}
60% {
    opacity: 1;
    transform: translateX(20px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes dropdownOpen {
0% {
    opacity: 0;
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@keyframes loaderAnimate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes loaderAnimate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #555 inset;
}
100% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(140deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #555 inset;
}
100% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(140deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 17px #999 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #999 inset;
}
100% {
    box-shadow: 0 0 0 17px #999 inset;
    transform: rotate(140deg);
}
}
@keyframes loaderAnimate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes loaderAnimate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(220deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #555 inset;
}
100% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(140deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #555 inset;
}
100% {
    box-shadow: 0 0 0 8px #555 inset;
    transform: rotate(140deg);
}
}
@keyframes loaderAnimate2 {
0% {
    box-shadow: 0 0 0 17px #999 inset;
    transform: rotate(-140deg);
}
50% {
    box-shadow: 0 0 0 2px #999 inset;
}
100% {
    box-shadow: 0 0 0 17px #999 inset;
    transform: rotate(140deg);
}
}
.badge {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    padding: 3px 5px;
}
.badge-xs {
    font-size: 9px;
}
.badge-xs, .badge-sm {
    transform: translate(0px, -2px);
}
.badge-primary {
    background-color: #039cfd;
}
.badge-success {
    background-color: #52bb56;
}
.badge-info {
    background-color: #67d1f8;
}
.badge-warning {
    background-color: #f1b53d;
    color: #ffffff;
}
.badge-danger {
    background-color: #ef5350;
}
.badge-purple {
    background-color: #7266ba;
}
.badge-pink {
    background-color: #f76397;
}
.badge-inverse {
    background-color: #4c5667;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > li > a, .pagination > li > span {
    color: #636e7b;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #e4e7ea;
}
.pagination-split li {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.pagination-split li:first-child {
    margin-left: 0;
}
.pagination-split li a {
    border-radius: 3px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .page-item.active .page-link {
    background-color: #039cfd;
    border-color: #039cfd;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    opacity: 0.6;
}
.pager li > a, .pager li > span {
    border-radius: 3px;
    color: #4c5667;
}
.icon-list-demo div {
    color: #75798b;
    cursor: pointer;
    font-size: 14px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-list-demo div p {
    line-height: inherit;
    margin-bottom: 0;
}
.icon-list-demo i {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 40px;
}
.icon-list-demo .col-md-4:hover {
    color: #039cfd;
}
.icon-list-demo .col-md-4:hover i {
    transform: scale(1.5);
}
.ionicon-list i {
    font-size: 16px;
}
.ionicon-list .col-md-3:hover i {
    transform: scale(2);
}
.button-list {
    margin-bottom: -12px;
    margin-left: -8px;
}
.button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px;
}
@media print {
.logo, .breadcrumb, .page-title, .footer, .topbar, .btn-group.pull-right.m-t-15 {
    display: none;
    margin: 0;
    padding: 0;
}
.left, .right-bar {
    display: none;
}
.content, .card-box {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.content-page {
    margin-left: 0;
    margin-top: 0 !important;
}
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-dark {
    color: #ffffff;
}
.btn-primary {
    background-color: #0078cd;
    border: 1px solid #039cfd;
    box-shadow: 0 3px 0 #00487a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #028de5;
    border: 1px solid #028de5;
}
.btn-success {
    background-color: #52bb56;
    border: 1px solid #52bb56;
    box-shadow: 0 3px 0 #1A8521;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    background-color: #45af49;
    border: 1px solid #45af49;
}
.btn-info {
    background-color: #4fcaf7;
    border: 1px solid #4fcaf7;
    box-shadow: 0 3px 0 #08A8E5;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info, .btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    background-color: #27BAF2;
    border: 1px solid #27BAF2;
}
.btn-warning {
    background-color: #f1b53d;
    border: 1px solid #f1b53d;
    box-shadow: 0 3px 0 #cb9529;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    background-color: #efac25;
    border: 1px solid #efac25;
    color: #ffffff;
}
.btn-danger {
    background-color: #ef5350;
    border: 1px solid #ef5350;
    box-shadow: 0 3px 0 #AD1612;
}
.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    background-color: #ed3c39;
    border: 1px solid #ed3c39;
}
.btn-dark {
    background-color: #343c49;
    border: 1px solid #343c49;
    color: #ffffff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark, .btn-outline-dark.active, .btn-outline-dark:active, .show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover {
    background-color: #29303a;
    border: 1px solid #29303a;
    color: #ffffff;
}
.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 2px rgba(52, 60, 73, 0.3);
}
.btn-link {
    color: #343c49;
}
.btn-link:hover {
    color: #039cfd;
}
.btn-outline-primary {
    border-color: #039cfd;
    color: #039cfd;
}
.btn-outline-success {
    border-color: #52bb56;
    color: #52bb56;
}
.btn-outline-info {
    border-color: #67d1f8;
    color: #67d1f8;
}
.btn-outline-warning {
    border-color: #f1b53d;
    color: #f1b53d;
}
.btn-outline-danger {
    border-color: #ef5350;
    color: #ef5350;
}
.btn-outline-dark {
    background-color: transparent;
    background-image: none;
    border-color: #343c49;
    color: #343c49;
}
.btn-custom {
    border-bottom: 3px solid transparent;
}
.btn-custom.btn-default {
    background-color: #f3f3f3;
    border-bottom: 2px solid #cccccc !important;
}
.btn-custom.btn-primary {
    border-bottom: 2px solid #027dcb !important;
}
.btn-custom.btn-success {
    border-bottom: 2px solid #3e9c41 !important;
}
.btn-custom.btn-info {
    border-bottom: 2px solid #0bb1ee !important;
}
.btn-custom.btn-warning {
    border-bottom: 2px solid #eaa211 !important;
}
.btn-custom.btn-danger {
    border-bottom: 2px solid #c71612 !important;
}
.btn-custom.btn-dark {
    border-bottom: 2px solid #0b0c0f !important;
}
.btn-rounded {
    border-radius: 2em;
    padding: 6px 18px;
}
.fileupload {
    overflow: hidden;
    position: relative;
}
.fileupload input.upload {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.portlet {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
}
.portlet .portlet-heading {
    border-radius: 3px;
    color: #ffffff;
    padding: 6px 20px;
}
.portlet .portlet-heading .portlet-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    float: left;
}
.portlet .portlet-heading .portlet-widgets {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    text-align: right;
}
.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}
.portlet .portlet-heading a {
    color: #999999;
    width: 100%;
}
.portlet .portlet-body {
    background: #ffffff none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}
.portlet-default .portlet-title {
    color: #797979 !important;
}
.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round::before {
    content: "" !important;
}
.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
    color: #ffffff;
}
.panel-disabled {
    background: rgba(243, 242, 241, 0.5) none repeat scroll 0 0;
    bottom: 15px;
    cursor: progress;
    left: 0;
    position: absolute;
    right: -5px;
    top: 0;
}
.loader-1 {
    animation: 1000ms linear 0s normal none infinite running loaderAnimate;
    clip: rect(0px, 30px, 30px, 15px);
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.loader-1::after {
    animation: 1000ms ease-in-out 0s normal none infinite running loaderAnimate2;
    border-radius: 50%;
    clip: rect(0px, 30px, 30px, 15px);
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
}
.checkbox label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    position: relative;
}
.checkbox label::before {
    background-color: #ffffff;
    border: 1px solid #80898e;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -17px;
    outline: medium none !important;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 17px;
}
.checkbox label::after {
    color: #333333;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}
.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    outline: medium none !important;
    z-index: 1;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: medium none;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    font-family: "FontAwesome";
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox.checkbox-single input {
    height: 18px;
    position: absolute;
    width: 18px;
}
.checkbox.checkbox-single label {
    height: 18px;
    width: 18px;
}
.checkbox.checkbox-single label::before {
    margin-left: 0;
}
.checkbox.checkbox-single label::after {
    margin-left: 0;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #039cfd;
    border-color: #039cfd;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #039cfd;
    border-color: #039cfd;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ef5350;
    border-color: #ef5350;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #67d1f8;
    border-color: #67d1f8;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f1b53d;
    border-color: #f1b53d;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #52bb56;
    border-color: #52bb56;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f76397;
    border-color: #f76397;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.radio label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    position: relative;
}
.radio label::before {
    background-color: #ffffff;
    border: 1px solid #80898e;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    outline: medium none !important;
    position: absolute;
    transition: border 0.5s ease-in-out 0s;
    width: 17px;
}
.radio label::after {
    background-color: #333333;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) 0s;
    width: 11px;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    outline: medium none !important;
    z-index: 1;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio.radio-single label {
    height: 17px;
}
.radio-custom input[type="radio"] + label::after {
    background-color: #039cfd;
}
.radio-custom input[type="radio"]:checked + label::before {
    border-color: #039cfd;
}
.radio-custom input[type="radio"]:checked + label::after {
    background-color: #039cfd;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #039cfd;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #039cfd;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #039cfd;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ef5350;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ef5350;
}
.radio-info input[type="radio"] + label::after {
    background-color: #67d1f8;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #67d1f8;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #67d1f8;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f1b53d;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f1b53d;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f1b53d;
}
.radio-success input[type="radio"] + label::after {
    background-color: #52bb56;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #52bb56;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #52bb56;
}
.radio-purple input[type="radio"] + label::after {
    background-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::before {
    border-color: #7266ba;
}
.radio-purple input[type="radio"]:checked + label::after {
    background-color: #7266ba;
}
.radio-pink input[type="radio"] + label::after {
    background-color: #f76397;
}
.radio-pink input[type="radio"]:checked + label::before {
    border-color: #f76397;
}
.radio-pink input[type="radio"]:checked + label::after {
    background-color: #f76397;
}
.tab-content {
    padding: 20px 0 0;
}
.nav-tabs > li > a, .nav-pills > li > a {
    color: #757575;
    font-weight: 600;
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    background-color: #039cfd;
}
.tabs-vertical-env .tab-content {
    background: #ffffff none repeat scroll 0 0;
    display: table-cell;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    vertical-align: top;
}
.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
    border-radius: 2px;
    color: #343c49;
    font-weight: 600;
    white-space: nowrap;
}
.tabs-vertical-env .nav.tabs-vertical li > a.active {
    background-color: #039cfd;
    border: 0 none;
    color: #ffffff;
}
.tabs-vertical-env-right .tab-content {
    padding: 0 20px 0 0;
}
.tabs-bordered {
    border-bottom: 2px solid rgba(128, 137, 142, 0.2) !important;
}
.tabs-bordered .nav-item {
    margin-bottom: -2px;
}
.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
    border: 0 none !important;
}
.tabs-bordered li a.active {
    border-bottom: 3px solid #343957 !important;
    color: #343957 !important;
}
.nav-pills > li > a {
    color: #343c49;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #039cfd;
}
.modal .modal-dialog .close {
    background-color: #014B7C;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    height: 36px;
    opacity: 1;
    position: absolute;
    right: -18px;
    text-shadow: none;
    top: -18px;
    width: 36px;
    font-size: 24px;
    line-height: 0
}
.modal .modal-dialog .modal-title {
    margin: 0;
}
.modal .modal-dialog .modal-content {
    border-color: #dddddd;
    border-radius: 2px;
    box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 5px 15px;
}
.modal-full {
    width: 98%;
}
.modal-demo {
    background-color: #ffffff;
    border-radius: 4px;
    display: none;
    width: 600px;
}
.modal-demo .close {
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    opacity: 0.5;
    position: absolute;
    right: 25px;
    top: 14px;
}
.modal-demo .close:hover {
    opacity: 1;
}
.custom-modal-title {
    background-color: #039cfd;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 15px 25px;
    text-align: left;
}
.custom-modal-text {
    padding: 20px;
}
.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
    top: 20px;
    z-index: 9999;
}
.progress {
    background-color: #f3f3f3;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}
.progress-bar {
    background-color: #039cfd;
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}
.progress.progress-sm {
    height: 5px !important;
}
.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}
.progress.progress-md {
    height: 15px !important;
}
.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}
.tooltip-inner {
    border-radius: 1px;
    padding: 6px 10px;
}
.jqstooltip {
    box-sizing: content-box;
    height: auto !important;
    width: auto !important;
}
.popover {
    font-family: inherit;
}
.popover .popover-title {
    background-color: transparent;
    color: #039cfd;
    font-weight: 600;
    margin: 0;
}
.alert-success {
    background-color: #ddf2de !important;
    border-color: #77c97a !important;
    color: #52bb56;
}
.alert-success .alert-link {
    color: #52bb56;
}
.alert-info {
    background-color: #e1f6fe !important;
    border-color: #98e0fa !important;
    color: #67d1f8;
}
.alert-info .alert-link {
    color: #67d1f8;
}
.alert-warning {
    background-color: #fdf5e3 !important;
    border-color: #f4c76d !important;
    color: #f1b53d;
}
.alert-warning .alert-link {
    color: #f1b53d;
}
.alert-danger {
    background-color: #fcdddc !important;
    border-color: #f3817f !important;
    color: #ef5350;
}
.alert-danger .alert-link {
    color: #ef5350;
}
.carousel-control {
    width: 10%;
}
.carousel-control span {
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}
.inbox-widget .inbox-item {
    border-bottom: 1px solid #fafafa;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px;
}
.inbox-widget .inbox-item img {
    width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
    color: #343c49;
    display: block;
    margin: 0;
}
.inbox-widget .inbox-item .inbox-item-text {
    color: #80898e;
    display: block;
    font-size: 12px;
    margin: 0;
}
.inbox-widget .inbox-item .inbox-item-date {
    color: #80898e;
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px;
}
.conversation-list {
    list-style: outside none none;
    max-height: 330px;
    padding: 0 20px;
}
.conversation-list li {
    margin-bottom: 24px;
}
.conversation-list .chat-avatar {
    display: inline-block;
    float: left;
    text-align: center;
    width: 40px;
}
.conversation-list .chat-avatar img {
    border-radius: 100%;
    width: 100%;
}
.conversation-list .chat-avatar i {
    font-size: 12px;
    font-style: normal;
}
.conversation-list .ctext-wrap {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
.conversation-list .ctext-wrap i {
    color: #343c49;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    position: relative;
}
.conversation-list .ctext-wrap p {
    margin: 0;
    padding-top: 3px;
}
.conversation-list .ctext-wrap::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(213, 242, 239, 0) #f5f5f5 rgba(213, 242, 239, 0) rgba(213, 242, 239, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 20%;
    width: 0;
}
.conversation-list .conversation-text {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 70%;
}
.conversation-list .odd .chat-avatar {
    float: right !important;
}
.conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important;
}
.conversation-list .odd p {
    color: #f2f2f2;
}
.conversation-list .odd .ctext-wrap {
    background: #039cfd none repeat scroll 0 0 !important;
}
.conversation-list .odd .ctext-wrap i {
    color: #ffffff;
}
.conversation-list .odd .ctext-wrap::after {
    border-color: rgba(238, 238, 242, 0) rgba(238, 238, 242, 0) rgba(238, 238, 242, 0) #039cfd !important;
    left: 100% !important;
    top: 20% !important;
}
.chat-send {
    padding-left: 0;
    padding-right: 30px;
}
.chat-send button {
    width: 100%;
}
.chat-inputbar {
    padding-left: 30px;
}
#todo-message {
    font-size: 16px;
}
.todo-list li {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    display: block;
    margin: 0;
    padding: 5px !important;
}
.todo-send {
    padding-left: 0;
}
.widget-chart ul li {
    display: inline-block;
    padding: 0;
    width: 31.5%;
}
.widget-panel {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 30px 20px 30px 30px;
    position: relative;
}
.widget-panel i {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    font-size: 60px;
    line-height: 60px;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.widget-user {
    min-height: 112px;
}
.widget-user img {
    float: left;
    height: 72px;
}
.widget-user .wid-u-info {
    margin-left: 90px;
}
.widget-user .wid-u-info p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-simple-chart .circliful-chart {
    float: left;
    margin-top: -5px;
}
.widget-icon i {
    float: left;
    font-size: 48px;
}
.widget-icon .wid-icon-info {
    margin-left: 80px;
}
.widget-bg-color-icon .bg-icon {
    border-radius: 50%;
    height: 80px;
    text-align: center;
    width: 80px;
    margin-right: 12px;
}
.widget-bg-color-icon .bg-icon i {
    color: #ffffff !important;
    font-size: 32px;
    line-height: 68px;
}
.widget-bg-color-icon .bg-icon-info {
    background-color: rgba(103, 209, 248, 0.75);
    border: 6px solid rgba(103, 209, 248, 0.3);
}
.widget-bg-color-icon .bg-icon-primary {
    background-color: rgba(3, 156, 253, 0.75);
    border: 6px solid rgba(3, 156, 253, 0.3);
}
.widget-bg-color-icon .bg-icon-pink {
    background-color: rgba(247, 99, 151, 0.75);
    border: 6px solid rgba(247, 99, 151, 0.3);
}
.widget-bg-color-icon .bg-icon-purple {
    background-color: rgba(114, 102, 186, 0.75);
    border: 6px solid rgba(114, 102, 186, 0.3);
}
.widget-bg-color-icon .bg-icon-success {
    background-color: rgba(26,188,156, 0.98);
    border: 6px solid rgba(26,188,156, 0.2);
}
.widget-bg-color-icon .bg-icon-warning {
    background-color: rgba(241, 181, 61, 0.75);
    border: 6px solid rgba(241, 181, 61, 0.3);
}
.widget-bg-color-icon .bg-icon-danger {
    background-color: rgba(239, 83, 80, 0.75);
    border: 6px solid rgba(239, 83, 80, 0.3);
}
.widget-bg-color-icon .bg-icon-inverse {
    background-color: rgba(76, 86, 103, 0.75);
    border: 6px solid rgba(76, 86, 103, 0.3);
}
label {
    font-weight: 600;
}
.form-control {
    border: 1px solid #cfcfcf;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    padding: 2px 5px;
}
.form-control:focus {
    background: #ffffff none repeat scroll 0 0;
    border-color: #a2a2a2;
    box-shadow: none;
}
.input-sm {
    height: 30px;
}
.input-group-btn .btn {
    padding: 7px 14px;
}
.has-success .form-control {
    border-color: #52bb56;
    box-shadow: none !important;
}
.has-warning .form-control {
    border-color: #f1b53d;
    box-shadow: none !important;
}
.has-error .form-control {
    border-color: #ef5350;
    box-shadow: none !important;
}
.input-group-addon {
    border-radius: 2px;
}
.bootstrap-tagsinput {
    border: 1px solid #f3f3f3;
    box-shadow: none;
    padding: 3px 7px;
}
.bootstrap-tagsinput .label-info {
    background-color: #039cfd !important;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    margin: 2px;
    padding: 2px 10px;
}
.ms-container {
    background: transparent url("../images/multiple-arrow.png") no-repeat scroll 50% 50%;
}
.ms-container .ms-list {
    border: 1px solid #f3f3f3;
    box-shadow: none;
}
.ms-container .ms-list.ms-focus {
    border: 1px solid #aaaaaa;
    box-shadow: none;
}
.ms-container .ms-selectable li.ms-elem-selectable {
    border: medium none;
    padding: 5px 10px;
}
.ms-container .ms-selection li.ms-elem-selection {
    border: medium none;
    padding: 5px 10px;
}
.search-input {
    margin-bottom: 10px;
}
.ms-selectable {
    box-shadow: none;
    outline: medium none !important;
}
.ms-container .ms-list.ms-focus {
    box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover {
    background-color: #039cfd;
}
.ms-container .ms-selection li.ms-hover {
    background-color: #039cfd;
}
.select2-container .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    border: medium none !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: 22px !important;
    padding: 0 !important;
}
.select2-container .select2-choice .select2-arrow {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    top: -2px;
    width: 14px;
}
.select2-container .select2-container-multi.form-control {
    height: auto;
}
.select2-results .select2-highlighted {
    background-color: #039cfd;
    color: #ffffff;
}
.select2-drop-active {
    border: 1px solid #f3f3f3 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    padding-top: 5px;
}
.select2-search input {
    border: 1px solid #f3f3f3;
}
.select2-container-multi {
    width: 100%;
}
.select2-container-multi .select2-choices {
    background-image: none !important;
    border: 1px solid #f3f3f3 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    min-height: 38px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e5e5e5;
    box-shadow: none;
    color: #555555;
    margin: 5px 0 3px 5px;
    padding: 4px 7px 4px 18px;
}
.select2-container-multi .select2-choices .select2-search-field input {
    font-family: inherit;
    padding: 7px 7px 7px 10px;
}
.datepicker {
    padding: 2px 5px;
}
.datepicker th {
    font-size: 14px !important;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #039cfd;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #039cfd !important;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: #fafafa;
}
.datepicker-inline {
    border: 2px solid #eeeeee;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #039cfd !important;
    background-image: none;
    box-shadow: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #039cfd;
    border-color: #039cfd;
}
.daterangepicker .input-mini.active {
    border: 1px solid #aaaaaa;
}
.daterangepicker .ranges li {
    border-radius: 2px;
    color: #797979;
    font-size: 12px;
    font-weight: 600;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    border: 1px solid #e3e3e3;
    padding: 2px;
    width: 60px;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background-color: #039cfd;
    border: 1px solid #039cfd;
}
.wizard > .content {
    background: #ffffff none repeat scroll 0 0;
    min-height: 240px;
    padding: 20px;
}
.wizard > .content > .body {
    padding: 0;
    position: relative;
}
.wizard > .content > .body input {
    border: 1px solid #f3f3f3;
}
.wizard > .content > .body ul > li {
    display: block;
    line-height: 30px;
}
.wizard > .content > .body label.error {
    color: #ef5350;
    margin-left: 0;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-top: 10px;
}
.wizard > .steps .number {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.wizard > .steps .disabled a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
.wizard > .steps .disabled a:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
.wizard > .steps .disabled a:active {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
.wizard > .steps .current a {
    background: #039cfd none repeat scroll 0 0;
}
.wizard > .steps .current a:hover {
    background: #039cfd none repeat scroll 0 0;
}
.wizard > .steps .current a:hover .number {
    color: #ffffff;
}
.wizard > .steps .current a:active {
    background: #039cfd none repeat scroll 0 0;
}
.wizard > .steps .current a:active .number {
    color: #ffffff;
}
.wizard > .steps .current a .number {
    color: #ffffff;
}
.wizard > .steps .done a {
    background: #dddddd none repeat scroll 0 0;
}
.wizard > .steps .done a:hover {
    background: #dddddd none repeat scroll 0 0;
}
.wizard > .steps .done a:active {
    background: #dddddd none repeat scroll 0 0;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
    border-radius: 2px;
}
.wizard > .actions a {
    background: #039cfd none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
}
.wizard > .actions a:hover {
    background: #039cfd none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
}
.wizard > .actions a:active {
    background: #039cfd none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
}
.wizard > .actions .disabled a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
.wizard > .actions .disabled a:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
.wizard > .actions .disabled a:active {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #333333;
    cursor: default;
}
@media (max-width: 767px) {
.wizard > .steps > ul > li {
    width: 100%;
}
.wizard > .content {
    padding: 0 !important;
}
.wizard > .content > .body {
    float: none;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
}
.wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0;
    width: 100%;
}
}
.error {
    color: #ef5350;
    font-size: 12px;
    font-weight: 500;
}
.parsley-error {
    border-color: #ef5350 !important;
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list.filled {
    display: block;
}
.parsley-errors-list > li {
    color: #ef5350;
    font-size: 12px;
    list-style: outside none none;
}
.dropzone {
    background: white none repeat scroll 0 0;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    min-height: 230px;
}
.dropzone .dz-message {
    font-size: 30px;
}
.mce-content-body p {
    color: #9398a0;
    font-size: 14px;
    font-weight: 300;
}
.mce-popover .mce-arrow::after {
    border-bottom-color: red;
}
.mce-popover .mce-colorbutton-grid {
    border: 1px solid #d7dce5 !important;
    margin: 0;
    padding: 4px;
}
.mce-reset .mce-window-head {
    border-bottom: 1px solid #d7dce5;
}
.mce-reset .mce-window-head .mce-title {
    color: #707780;
    font-size: 16px;
    font-weight: 400;
}
.mce-reset .mce-textbox {
    border-color: #d7dce5;
    border-radius: 0;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
}
.mce-reset .mce-textbox:focus {
    border-color: #039cfd;
    box-shadow: none;
}
.mce-reset .mce-checkbox .mce-ico {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d7dce5;
    border-radius: 0;
}
.mce-reset .mce-checkbox .mce-label {
    color: #707780;
    font-size: 12px;
    font-weight: 400;
}
.mce-container {
    border-radius: 0 !important;
    border-width: 0 !important;
}
.mce-container .mce-menubar {
    background-color: #f2f4f7 !important;
    border: 1px solid #d7dce5 !important;
    padding: 2px;
}
.mce-container .mce-menubar .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.mce-container .mce-menubar .mce-btn button .mce-caret {
    border-top-color: #707780;
}
.mce-container .mce-menubar .mce-btn button:hover {
    background-color: #e8ebf1;
}
.mce-container .mce-menubar .mce-btn.mce-active button {
    background-color: #e8ebf1;
}
.mce-container .mce-btn {
    background-color: #d7dce5;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    outline: 0 none;
}
.mce-container .mce-btn button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}
.mce-container .mce-btn:hover {
    background-color: #b8c1d1;
    background-image: none;
}
.mce-container .mce-primary {
    background-color: #039cfd;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    outline: 0 none;
}
.mce-container .mce-primary button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
}
.mce-container .mce-primary:hover {
    background-color: #0c7cd5;
    background-image: none;
}
.mce-container .mce-toolbar-grp {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #f2f4f7 !important;
    border-color: #d7dce5 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 0 1px 1px !important;
    padding: 6px;
}
.mce-container .mce-edit-area {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: #d7dce5 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 0 1px !important;
}
.mce-container .mce-statusbar {
    background-color: #f2f4f7 !important;
    border: 1px solid #d7dce5 !important;
}
.mce-container .mce-statusbar .mce-path .mce-path-item {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
}
.mce-container .mce-widget {
    border-left: 1px solid transparent;
    color: #9398a0;
    font-size: 14px;
    font-weight: 400;
}
.mce-container .mce-btn-group {
    border: 1px solid #e9ecf2 !important;
}
.mce-container .mce-btn-group .mce-btn {
    background-color: #ffffff;
    background-image: none;
    border-radius: 0 !important;
    border-width: 0;
    box-shadow: none;
}
.mce-container .mce-btn-group .mce-btn:hover, .mce-container .mce-btn-group .mce-btn:focus {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
}
.mce-container .mce-btn-group .mce-btn button span {
    color: #707780;
    font-size: 14px;
    font-weight: 300;
}
.mce-container .mce-btn-group .mce-btn button .mce-caret {
    color: #707780;
    font-size: 14px;
}
.mce-container .mce-ico {
    color: #707780;
    font-size: 14px;
}
.mce-container .mce-panel {
    background-image: none;
}
.mce-container.mce-menu {
    border: 1px solid #d7dce5 !important;
}
.mce-container.mce-menu .mce-menu-item {
    background-image: none;
}
.mce-container.mce-menu .mce-menu-item .mce-ico {
    color: #039cfd;
    font-size: 14px;
}
.mce-container.mce-menu .mce-menu-item .mce-text {
    color: #707780;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}
.mce-container.mce-menu .mce-menu-item:hover, .mce-container.mce-menu .mce-menu-item:focus, .mce-container.mce-menu .mce-menu-item.mce-selected {
    background-color: #039cfd;
}
.mce-container.mce-menu .mce-menu-item:hover .mce-ico, .mce-container.mce-menu .mce-menu-item:focus .mce-ico, .mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico, .mce-container.mce-menu .mce-menu-item:hover .mce-text, .mce-container.mce-menu .mce-menu-item:focus .mce-text, .mce-container.mce-menu .mce-menu-item.mce-selected .mce-text, .mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut, .mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut, .mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico, .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text, .mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
    color: #aaaaaa;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover, .mce-container.mce-menu .mce-menu-item.mce-disabled:focus, .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
    background-color: #d7dce5;
}
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico, .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico, .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico, .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text, .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text, .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text, .mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut, .mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut, .mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
    color: #ffffff;
}
.mce-container.mce-menu .mce-menu-item-sep {
    background-color: #d7dce5;
}
.mce-container.mce-menu .mce-menu-item-sep:hover {
    background-color: #d7dce5;
}
.mce-menubtn button {
    color: #797979 !important;
}
.mce-menu-item-normal.mce-active {
    background-color: #039cfd !important;
}
.mce-menu-item-normal.mce-active .mce-text {
    color: #ffffff !important;
}
.note-btn-group .dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 20px;
    white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
    background-color: #f3f3f3;
}
.note-image-popover, .note-air-popover, .note-link-popover {
    display: none;
}
.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
    margin-left: 0;
}
.note-icon-caret {
    display: none;
}
.note-editor {
    position: relative;
}
.note-editor .btn-default {
    background-color: transparent;
    border-color: transparent;
}
.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
    padding: 8px 12px;
}
.note-editor .note-toolbar {
    background-color: #f3f3f3;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}
.note-editor .note-statusbar {
    background-color: #ffffff;
}
.note-editor .note-statusbar .note-resizebar {
    border-top: medium none;
    height: 15px;
    padding-top: 3px;
}
.note-editor.note-frame {
    border: 1px solid #eeeeee;
}
.note-popover .popover .popover-content {
    padding: 5px 0 10px 5px;
}
.note-popover .btn-default {
    background-color: transparent;
    border-color: transparent;
}
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
    padding: 8px 12px;
}
.note-toolbar {
    padding: 5px 0 10px 5px;
}
.table {
    margin-bottom: 10px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #fff;
}
.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align {
    vertical-align: middle;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ccc;
    border-top: 1px solid #ddd;
    background: #D1D2D2;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
}
div.dataTables_paginate ul.pagination {
    margin-top: 30px;
}
div.dataTables_info {
    padding-top: 38px;
}
.dt-buttons {
    float: left;
}
div#datatable-buttons_info {
    float: left;
}
.table-wrapper .btn-toolbar {
    display: block;
}
.table-wrapper .dropdown-menu {
    left: auto;
    right: 0;
}
.tablesaw-columntoggle-btnwrap .btn-group {
    display: block;
}
.table-rep-plugin .dropdown-menu li.checkbox-row {
    padding: 2px 15px !important;
}
.table-rep-plugin .table-responsive {
    border: medium none !important;
}
.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}
.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}
.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
.table-rep-plugin .checkbox-row label::before {
    background-color: #ffffff;
    border: 1px solid #80898e;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    outline: medium none !important;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 17px;
}
.table-rep-plugin .checkbox-row label::after {
    color: #f3f3f3;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    outline: medium none !important;
    z-index: 1;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline: medium none;
    outline-offset: -2px;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "";
    font-family: "FontAwesome";
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #039cfd;
}
.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #039cfd;
}
.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td, .table-rep-plugin .sticky-table-header {
    background-color: #039cfd;
    border-color: #039cfd;
    color: #ffffff;
}
.table-rep-plugin .sticky-table-header.fixed-solution {
    top: 0 !important;
}
.table-rep-plugin .btn-default {
    background-color: #ffffff;
    border: 1px solid rgba(52, 60, 73, 0.3);
}
.table-rep-plugin .btn-default.btn-primary {
    background-color: #039cfd;
}
.table-rep-plugin .btn-toolbar {
    display: block;
}
.table-rep-plugin .btn-group.pull-right {
    float: right;
}
.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.modal-block {
    background: transparent none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}
.add-edit-table td, .add-edit-table th {
    vertical-align: middle !important;
}
.add-edit-table td {
    border: 0 none !important;
}
#datatable-editable .actions a {
    padding: 5px;
}
#datatable-editable .form-control {
    background-color: #ffffff;
    height: 20px;
    width: auto;
}
#datatable-editable .fa-trash-o {
    color: #ef5350;
}
#datatable-editable .fa-times {
    color: #ef5350;
}
#datatable-editable .fa-pencil {
    color: #039cfd;
}
#datatable-editable .fa-save {
    color: #52bb56;
}
#datatable td {
    font-weight: normal;
}
.modal-block {
    background: transparent none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 600px;
    padding: 0;
    position: relative;
    text-align: left;
}
.tablesaw thead {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
}
.tablesaw thead th {
    letter-spacing: 0.06em;
    text-shadow: none;
}
.tablesaw thead tr:first-child th {
    padding-bottom: 0.9em;
    padding-top: 1.1em;
}
.tablesaw thead tr:first-child th {
    border: medium none;
    font-family: inherit;
    font-weight: 600;
}
.tablesaw td, .tablesaw tbody th {
    font-size: inherit;
    line-height: inherit;
    padding: 10px !important;
}
.tablesaw-stack tbody tr, .tablesaw tbody tr {
    border-bottom: medium none;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button::after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button::after {
    font-family: FontAwesome;
    font-size: 10px;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button::after {
    content: "";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button::after {
    content: "";
}
.tablesaw-bar .btn-select.btn-small::after, .tablesaw-bar .btn-select.btn-micro::after {
    font-size: 8px;
    padding-right: 10px;
}
.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
}
.tablesaw-enhanced .tablesaw-bar .btn {
    background-image: none;
    text-shadow: none;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
    background: #ffffff none repeat scroll 0 0;
}
.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
    background-color: #f5f5f5;
    background-image: none;
    box-shadow: none !important;
    color: #039cfd !important;
    outline: medium none !important;
}
.footable-odd {
    background-color: #ffffff;
}
.footable-detail-show {
    background-color: #e6e6e6;
}
.footable > thead > tr > th > span.footable-sort-indicator {
    float: right;
}
.footable-pagination li {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.footable-pagination li a {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #343c49;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}
.footable-pagination li.active a {
    color: #ffffff;
}
.gmaps, .gmaps-panaroma {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 3px;
    height: 300px;
}
.gmaps-overlay {
    background: #039cfd none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
}
.gmaps-overlay_arrow {
    height: 0;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 0;
}
.gmaps-overlay_arrow.above {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #039cfd;
    bottom: -15px;
}
.gmaps-overlay_arrow.below {
    border-bottom: 16px solid #039cfd;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -15px;
}
.mails a {
    color: #797979;
}
.mails td {
    position: relative;
    vertical-align: middle !important;
}
.mails td:last-of-type {
    padding-right: 20px;
    width: 100px;
}
.mails tr:hover .text-white {
    display: none;
}
.mails .mail-select {
    min-width: 134px;
    padding: 12px 20px;
}
.mails .checkbox {
    display: inline-block;
    height: 17px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
.mails .checkbox label {
    min-height: 16px;
}
.mail-list .list-group-item {
    background-color: transparent;
    color: #343c49;
    font-size: 0.95rem;
}
.mail-list .list-group-item:hover {
    background-color: #eeeeee;
}
.mail-list .list-group-item:focus {
    background-color: #eeeeee;
}
.mail-list .list-group-item.active {
    background-color: #039cfd;
    border-radius: 3px;
    color: #ffffff;
}
.unread a {
    color: #444444;
    font-weight: 600;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.none-border .modal-footer {
    border-top: medium none;
}
.fc-toolbar {
    margin-bottom: 5px;
}
.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.fc-day {
    background: #ffffff none repeat scroll 0 0;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover {
    z-index: 0;
}
.fc-widget-header {
    border: 1px solid #d5d5d5;
}
.fc-widget-content {
    border: 1px solid #d5d5d5;
}
.fc th.fc-widget-header {
    background: #dddddd none repeat scroll 0 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.fc-button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #555555;
    text-transform: capitalize;
}
.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}
.fc-state-hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.fc-state-highlight {
    background: #f0f0f0 none repeat scroll 0 0;
}
.fc-cell-overlay {
    background: #f0f0f0 none repeat scroll 0 0;
}
.fc-unthemed .fc-today {
    background: #ffffff none repeat scroll 0 0;
}
.fc-event {
    border: medium none;
    border-radius: 2px;
    cursor: move;
    font-size: 13px;
    margin: 5px 7px;
    padding: 5px;
    text-align: center;
}
.fc-event .fc-content {
    color: #ffffff;
}
.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}
.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative;
}
.timeline .time-show a {
    color: #ffffff;
}
.timeline::before {
    background-color: #d8d9df;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}
.timeline .timeline-icon {
    background: #d8d9df none repeat scroll 0 0;
    border: 1px solid #d8d9df;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}
.timeline .timeline-icon i {
    margin-top: 9px;
}
.timeline .time-icon::before {
    font-size: 16px;
    margin-top: 5px;
}
h3.timeline-title {
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.timeline-item {
    display: table-row;
}
.timeline-item::before {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}
.timeline-item.alt::after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ffffff !important;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0;
}
.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px;
}
.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px;
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -56px;
}
.timeline-item.alt::before {
    display: none;
}
.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 45px;
}
.timeline-item.alt .panel .panel-body p + p {
    margin-top: 10px !important;
}
.timeline-item.alt h4 {
    text-align: right;
}
.timeline-item.alt p {
    text-align: right;
}
.timeline-item.alt .timeline-date {
    text-align: right;
}
.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.timeline-desk h4 {
    font-size: 16px;
    margin: 0;
}
.timeline-desk .panel {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    margin-left: 45px;
    padding: 15px;
    position: relative;
    text-align: left;
}
.timeline-desk h5 span {
    color: #797979;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.timeline-desk p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}
.timeline-desk .album {
    margin-top: 12px;
}
.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}
.timeline-desk .album img {
    border-radius: 3px;
    height: 36px;
    width: auto;
}
.timeline-desk .notification {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 20px;
    padding: 8px;
}
.timeline-2 {
    border-left: 2px solid #039cfd;
    position: relative;
}
.timeline-2 .time-item::after {
    background-color: #ffffff;
    border-color: #039cfd;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.time-item {
    border-color: #dee5e7;
    padding-bottom: 10px;
    position: relative;
}
.time-item::before {
    content: " ";
    display: table;
}
.time-item::after {
    background-color: #ffffff;
    border-color: #039cfd;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.time-item-item::after {
    content: " ";
    display: table;
}
.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}
.item-info p {
    font-size: 13px;
}
.sweet-alert h2 {
    font-size: 22px;
}
.sweet-alert p {
    font-size: 14px;
    line-height: 22px;
}
.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(82, 187, 86, 0.3);
}
.sweet-alert .icon.success .line {
    background-color: #52bb56;
}
.sweet-alert .icon.warning {
    border-color: #f1b53d;
}
.sweet-alert .icon.info {
    border-color: #67d1f8;
}
.sweet-alert .btn-warning:focus, .sweet-alert .btn-info:focus, .sweet-alert .btn-success:focus, .sweet-alert .btn-danger:focus, .sweet-alert .btn-default:focus {
    box-shadow: none;
}
.notifyjs-metro-base {
    animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #444;
    min-height: 52px;
    min-width: 250px;
    position: relative;
}
.notifyjs-metro-base .image {
    display: table;
    font-size: 24px;
    height: auto;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.notifyjs-metro-base .text-wrapper {
    clear: both;
    display: inline-block;
    margin: 10px 10px 10px 52px;
    text-align: left;
    vertical-align: top;
}
.notifyjs-metro-base .title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
}
.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}
.notifyjs-metro-cool {
    background-color: #4a525f;
    border: 1px solid #4a525f;
    color: #fafafa !important;
}
.custom-dd .dd-list .dd-item .dd-handle {
    background: rgba(128, 137, 142, 0.25) none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 3px;
    font-weight: 600;
    height: auto;
    padding: 8px 16px;
}
.custom-dd .dd-list .dd-item .dd-handle:hover {
    color: #039cfd;
}
.custom-dd .dd-list .dd-item button {
    color: #555555;
    font-size: 17px;
    height: auto;
    margin: 8px auto;
    width: 30px;
}
.custom-dd-empty .dd-list .dd3-handle {
    background: rgba(128, 137, 142, 0.25) none repeat scroll 0 0 !important;
    border: medium none;
    height: 36px;
    width: 36px;
}
.custom-dd-empty .dd-list .dd3-handle::before {
    color: inherit;
    top: 7px;
}
.custom-dd-empty .dd-list .dd3-handle:hover {
    color: #039cfd;
}
.custom-dd-empty .dd-list .dd3-content {
    background: rgba(128, 137, 142, 0.25) none repeat scroll 0 0 !important;
    border: medium none;
    font-weight: 600;
    height: auto;
    padding: 8px 16px 8px 46px;
}
.custom-dd-empty .dd-list .dd3-content:hover {
    color: #039cfd;
}
.custom-dd-empty .dd-list button {
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    width: 26px;
}
.morris-hover.morris-default-style {
    background: #36404a none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff !important;
    padding: 10px 12px;
}
.chart-detail-list li {
    margin: 0 10px;
}
.chart-detail-list li h5 {
    font-size: 15px;
}
.pieLabel div {
    font-size: 14px !important;
}
.jqstooltip {
    box-sizing: content-box;
}
.chart {
    display: inline-block;
    height: 110px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 110px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.chart.chart-widget-pie {
    margin-bottom: 5px;
    margin-top: 5px;
}
.percent {
    color: #797979;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 110px;
    z-index: 2;
}
.percent::after {
    content: "%";
    font-size: 0.8em;
    margin-left: 0.1em;
}
#flotTip {
    background-color: #36404a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.9;
    padding: 8px 12px;
    z-index: 100;
}
.legend tr {
    height: 20px;
}
.legendLabel {
    line-height: 10px;
    padding-left: 10px !important;
    padding-right: 10px;
}
.ct-golden-section::before {
    float: none;
}
.ct-chart {
    max-height: 300px;
}
.ct-chart .ct-label {
    color: #a3afb7;
    fill: #a3afb7;
    font-size: 12px;
    line-height: 1;
}
.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #ffffff;
    fill: #ffffff;
    font-size: 16px;
}
.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #039cfd;
}
.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f76397;
}
.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #52bb56;
}
.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #67d1f8;
}
.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #797979;
}
.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #7266ba;
}
.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #f1b53d;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #039cfd;
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f76397;
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #52bb56;
}
.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
    fill: #67d1f8;
}
.jqstooltip {
    background-color: #343c49 !important;
    border-color: #343c49 !important;
    border-radius: 3px;
    padding: 5px 10px !important;
}
.jqsfield {
    font-size: 12px !important;
    line-height: 18px !important;
}
.circliful-chart {
    margin: 0 auto;
}
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    font-size: 12px;
    font-weight: 600;
}
.home-wrapper {
    margin: 10% 0;
}
.app-countdown {
    margin-top: 40px;
    text-align: center;
}
.app-countdown div {
    display: inline-block;
}
.app-countdown div span {
    display: block;
    width: 150px;
}
.app-countdown div span:first-child {
    font-size: 3em;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
}
.app-countdown div span:last-child {
    color: #333333;
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
}
.app-countdown > * {
    text-align: center;
}
.portfolioFilter a {
    border-radius: 4px;
    color: #343c49;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    transition: all 0.3s ease-out 0s;
}
.portfolioFilter a:hover {
    background-color: #039cfd;
    color: #ffffff;
}
.portfolioFilter a.current {
    background-color: #039cfd;
    color: #ffffff;
}
.thumb {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 10px;
    width: 100%;
}
.thumb-img {
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
}
.gal-detail h4 {
    display: block;
    font-size: 18px;
    margin: 16px auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.gal-detail p {
    margin-bottom: 10px;
}
.gal-detail .ga-border {
    background-color: #039cfd;
    height: 3px;
    margin: 10px auto;
    width: 40px;
}
.icon-main {
    font-size: 60px;
}
.maintenance-page {
    margin: 10% 0;
}
.home-text {
    letter-spacing: 1px;
}
.wrapper-page {
    margin: 0 auto;
    top: 22%;
    position: relative;
    max-width: 400px;
}
@media (min-width: 1500px) {
    .wrapper-page {
        top: 30%;
    }
}
.wrapper-page .form-control {
    height: 40px;
}
.wrapper-page .btn-email {
    padding: 9px 20px;
}
.logo-lg {
    color: #039cfd !important;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 70px;
}
.user-thumb img {
    height: 88px;
    margin: 0 auto;
    width: 88px;
}
.ex-page-content .svg-box {
    float: right;
}
.message-box {
    font-weight: 300;
    margin-left: 50px;
    margin-top: 120px;
}
.message-box h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 98px;
    text-shadow: 1px 1px rgba(61, 61, 61, 0.3), 2px 2px rgba(61, 61, 61, 0.2), 3px 3px rgba(61, 61, 61, 0.3);
}
#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
    animation: 1s ease-in-out 0s alternate none infinite running float;
}
#Polygon-2 {
    animation-delay: 0.2s;
}
#Polygon-3 {
    animation-delay: 0.4s;
}
#Polygon-4 {
    animation-delay: 0.6s;
}
#Polygon-5 {
    animation-delay: 0.8s;
}
@keyframes float {
100% {
    transform: translateY(20px);
}
}
.jstree-default .jstree-clicked, .jstree-default .jstree-wholerow-clicked {
    background: rgba(3, 156, 253, 0.4) none repeat scroll 0 0;
    box-shadow: none;
}
.jstree-default .jstree-hovered, .jstree-default .jstree-wholerow-hovered {
    background: rgba(3, 156, 253, 0.2) none repeat scroll 0 0;
    box-shadow: none;
}
.pricing-column {
    margin-bottom: 40px;
    position: relative;
}
.pricing-column .inner-box {
    padding: 0 0 50px;
    position: relative;
}
.pricing-column .plan-header {
    padding: 30px 20px 25px;
    position: relative;
}
.pricing-column .plan-title {
    color: #52bb56;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pricing-column .plan-price {
    color: #343c49;
    font-size: 48px;
    margin-bottom: 10px;
}
.pricing-column .plan-duration {
    color: #80898e;
    font-size: 13px;
}
.pricing-column .plan-stats {
    padding: 30px 20px 15px;
    position: relative;
}
.pricing-column .plan-stats li {
    line-height: 24px;
    margin-bottom: 15px;
}
.pricing-column .plan-stats li i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.ribbon {
    height: 75px;
    left: 5px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 75px;
    z-index: 1;
}
.ribbon span {
    background: rgba(0, 0, 0, 0) linear-gradient(#52bb56 0%, #52bb56 100%) repeat scroll 0 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    left: -21px;
    letter-spacing: 1px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 19px;
    transform: rotate(-45deg);
    width: 100px;
}
.ribbon span::before {
    border-color: #3e9c41 transparent transparent #3e9c41;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.ribbon span::after {
    border-color: #3e9c41 #3e9c41 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}
.question-q-box {
    background-color: #ef5350;
    border-radius: 50%;
    color: #ffffff;
    float: left;
    font-weight: 700;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}
.question {
    font-size: 16px;
    margin-left: 50px;
    margin-top: 0;
}
.answer {
    color: #80898e;
    line-height: 26px;
    margin-bottom: 40px;
    margin-left: 50px;
}
@media only screen and (max-width: 6000px) and (min-width: 700px) {
.wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.email-msg {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
body {
    overflow-x: hidden;
}
}
@media (max-width: 767px) {
body {
    overflow-x: hidden;
}
.enlarged .left.side-menu {
    margin-left: -75px;
}
.content-page {
    margin-left: 0 !important;
}
.footer {
    left: 0 !important;
}
.mobile-sidebar {
    left: 0;
}
.mobile-content {
    left: 250px;
    right: -250px;
}
.navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
}
.todo-send {
    margin-top: 10px;
    padding-left: 15px;
}
.chat-inputbar {
    padding-left: 15px;
}
.chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.dataTables_wrapper .col-xs-6 {
    text-align: left;
    width: 100%;
}
.app-search {
    display: none;
}
}
@media (max-width: 480px) {
    .color_info
    {
        width: auto !important;
        line-height: 0;
    }
    .color_info span
    {
        width: 100% !important;
        display: block;
        line-height: 25px;
    }
.side-menu {
    z-index: 10 !important;
}
.button-menu-mobile {
    display: block;
}
.search-bar {
    display: none !important;
}
.user-detail {
    background-color: #ffffff;
    bottom: 0;
    z-index: 1;
}
#sidebar-menu {
    height: 100%;
    overflow: auto;
    padding-bottom: 75px;
    padding-top: 0;
}
.navbar-custom {
    margin-left: 0 !important;
}
.page-title-box .page-title {
    float: none;
    margin-bottom: 20px;
    text-align: center;
}
.page-title-box .breadcrumb {
    float: none !important;
    font-size: 13px;
}
.dropdown-menu-lg {
    max-width: 230px;
}
}
@media (max-width: 420px) {
.hide-phone {
    display: none !important;
}
}
@media (min-width: 768px) {
.container-alt {
    width: 750px;
}
}
@media (min-width: 992px) {
.container-alt {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container-alt {
    width: 1170px;
}
}
@media (max-width: 419px) {
.topbar-left {
    width: 70px !important;
}
.logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
}
.logo span {
    display: none !important;
}
.content-page {
    margin-left: 70px;
}
.forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
}
.enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
}
.myform {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 5px 10px 15px #777;
    
}
.myform h4 {
    color: #2c3e50;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #2c3e50;
}
.backcolor {
    /*background: url(../../images/bg6.gif);*/
     /* Base64 encoded transparent gif */
  /*background: url(../../images/bg6.gif);*/
    height: 100%;
  background: transparent;
  position: relative;


}
.effect5 {
    position: relative;
}
.effect5::before, .effect5::after {
    background: #777 none repeat scroll 0 0;
    bottom: 25px;
    box-shadow: 0 35px 20px #777;
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
    top: 80%;
    transform: rotate(-8deg);
    width: 50%;
    z-index: -1;
}
.effect5::after {
    left: auto;
    right: 10px;
    transform: rotate(8deg);
}
.topbar-left img {
    padding: 5px 0;
}
.main_menu li a {
     color: #fff;
    font-family: "Vollkorn";
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 17px;
    text-transform: capitalize;
    border-radius: 0;
}
.main_menu li a:hover,.main_menu li.active a
{
    background: #343957;
    color: #fff;
}
.container-fluid
{
}
table.dataTable
{
width: 100% !important;
}
 .table th
{
padding: 3px 5px;
text-transform: capitalize;
}
.table td {
    padding: 3px 8px;
}
.modal-title
{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #30499b;
    text-transform: capitalize;
    letter-spacing: 0;
}
.modal-header
{
    display: block;
}
.modal-header
{
    padding: 5px;
}
label
{
    font-size: 15px;
    margin-bottom: 3px;
}
.form-group
{
    margin-bottom: 6px;
}
table .btn
{
     border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 25px;
    line-height: 16px;
    margin: 0 1px;
    padding: 0 6px;
    width: 14px;
}


.btn-add {
    background-color: #4C75A3;
}
.btn-edit {
    background-color: #F29015;
}
.btn-delete {
    background-color: #AF0001;
}
.btn-view {
    background-color: #3197E6;
}
.btn-pos {
    background-color: #00B59E;
}
.btn-neg {
    background-color: #555;
}
.btn-conf {
    background-color: #8B8E30;
}
.btn-payment
{
    background-color: #a093ce;
}
.btn-details
{
    background-color: #F2C014;
}
.btn-status_on
{
    background-color: #43D63B;
}
.btn-status_off
{
    background-color: #ff5353;
}
.btn-pdf {
    background-color: #DB0F0F;
}
.serach_lable
{
    line-height: 25px;
}

table.table-bordered.dataTable td:last-child
{
    white-space: nowrap;
}
  .atten_table .btn {
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: auto;
    line-height: 25px;
    padding: 3px 12px;
    width: auto;
}
.atten_table .btn-primary
{
  background: #04B6D7;
  border-color: #04B6D7;
  box-shadow: 0 3px 0 #098da6;
}
.atten_table .btn-primary:hover, 
.atten_table .btn-primary:focus, 
.atten_table .btn-primary:active
{
  background: #02869F;
  border-color: #02869F;
}
.atten_table .btn-custom.btn-primary {
    border-bottom: 2px solid #098da6 !important;
}

.atten_table .btn-dark
{
  background: #0a5585;
  border-color: #0a5585;
  box-shadow: 0 3px 0 #003150;
}
.atten_table .btn-dark:hover, 
.atten_table .btn-dark:focus, 
.atten_table .btn-dark:active
{
  background: #013B61;
  border-color: #013B61;
}
.atten_table .btn-dark.btn-primary {
    border-bottom: 2px solid #003150 !important;
}
.setmenu1
{
    display: none;
}
@media screen and (max-width: 1040px) {
    .setmenu1
    {
        display: block;
    }
    .setmenu
    {
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .clearfix123
    {
        clear: both;
        margin-bottom: 20px;
    }
}
.myAlert-top{
    position: fixed;
    right: 34%;
    top: 7%;
    width: 20%;
    z-index: 9999;
    display: none;
}
#home_div  #accordion .card-body h6
{
    margin-top: 30px;
    font-size: 20px;
    color: #26C1E0;
    font-weight: bold;
}
#Travelling h5
{
    margin-top: 10px;
    font-size: 20px;
    color: #26C1E0;
    font-weight: bold;
}
#collection_tab .b-0
{
    margin-bottom: 0;
}
.table-striped tbody tr:nth-of-type(2n+1)
{
    
}
table.dataTable th
{
    background: #fff;
    color: #2C3E50;
}
.table-bordered
{
    border: 1px solid #ddd;
}
#horizontal-static
{
    background: #4b5174;
}
.topbar1 {
    background-color: #343957;
    padding: 10px 0 10px;
}
.topbar-style-2 .topbar-contact-info {
    float: none;
    display: inline-block;
    margin-top: 8px;
}
.topbar-style-2 .topbar-contact-info > div {
    display: inline-block;
    float: left;
    padding-left: 20px;
    position: relative;
}
.topbar-contact-info p,.topbar-contact-info p a{
    color: #fff;
    font-size: 13px;
    line-height: 100%;
    margin: 0 20px 0 0;
}
.topbar-contact-info > div > i {
     color: #26C1E0;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: -2px;
}
.refreshpage123
{
  width:18px;
  cursor:pointer; 
  position: absolute;
  right: 30px;
  top: -32px;
}
.user_profile_list
{
    padding-top: 10px;
}
.marquee
{
     left: 190px;
    margin-top: 18px;
    position: absolute;
    right: 250px;
    width: 70%;
}
.navbar-logo 
{
    padding-left: 25px;
}
.no-padding
{
    padding:0;
}

.dataTables_wrapper.container-fluid 
{
    padding: 0;
}
.dropdown-btn-group .btn
{
    color: #3e3e3e;
}
.mobile-options
{
    display: none;
}
@media (max-width: 919px) {
    .marquee {
        
        width:50%;
    }
    
}
@media (max-width: 767px) {
    .marquee {
        top: 60px;
        left: 38px;
        right: 60px;
        width: auto;
    }
    
}
@media (max-width: 575px) {
    .navbar-logo 
    {
        width: 50%;
    }
    .other_soft_link
    {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .navbar-logo 
    {
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .mobile-options
    {
        color: #fff;
        display: block;
        padding: 9px;
        position: absolute;
        right: 20px;
        top: 6px;
    }
    .mobile-options:hover
    {
        color: #fff;
    }
    .other_soft_link
    {
        display: none;
    }
    .other_soft_link 
    {
        width: 100%;
        
    }
    .other_soft_link .pull-right
    {
        display: block;
        text-align: center;
        float: none;
    }
    
}
@media (max-width: 400px) {
    
    .dropdown-btn-group
    {
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}
.bg-h1
{
    background: rgba(6,80,138,0.55)
}
.bg-h2
{
    background: rgba(6,80,138,0.6)
}
.bg-h3
{
    background: rgba(6,80,138,0.65)
}
.bg-h4
{
    background: rgba(6,80,138,0.7)
}
.bg-h5
{
    background: rgba(6,80,138,0.75)
}
.bg-h6
{
    background: rgba(6,80,138,0.8)
}
.bg-h7
{
    background: rgba(6,80,138,0.85)
}
.bg-h8
{
    background: rgba(6,80,138,0.9)
}
.bg-h9
{
    background: rgba(6,80,138,0.95)
}
.bg-h10
{
    background: rgba(6,80,138,1)
}
.portlet-widgets a i
{
    color: #fff;
}


.total_tr
{
    
    border-top: 2px solid #D76048;
    color: #D76048;
    font-weight: bold;
    font-size: 18px;
}
.panel-collapse h6
{
    text-align: center;
    font-size: 20px;
    margin: 25px 0 5px;
    color: #30499B;
    text-transform: uppercase;
    font-weight: bold;
}
.btn
{
    padding: 3px 9px;
}
.all_delet_item 
{
    margin-right: 15px;
}
.all_delet_item img
{
    width: 22px;
    cursor: pointer;

}
table .serach_lable
{
    text-align: right;
}
.inner_heading
{
    text-align: center;
    font-size: 20px;
    margin: 25px 0 10px;
    color: #30499B;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.widget-bg-color-icon
{
    background: rgb(52,71,90);
    color: #fff !important;
    padding: 10px;
    border-top: 0 none;
}
.widget-bg-color-icon .text-dark ,.widget-bg-color-icon p
{
    color: #fff !important;
}
.table-responsive
{
    margin-bottom: 0 !important;
}

.home_widget_bg
{
    background : #fff;
}
.home_widget_bg .text-dark ,.home_widget_bg p
{
    color: #2C3E50 !important;
}

/*----------------------*/
    .tab-pane {
  padding: 15px 5px;
}
.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 42px;
  overflow: visible;
  border-bottom: none;
}
@media (min-width: 991px) {
  .responsive-tabs.nav-tabs {
    border-bottom: 1px solid #ddd;
  }
}
.responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 14px;
  right: 22px;
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none;
}
@media (min-width: 991px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none;
  }

}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center;
  
}
@media (max-width: 991px) {
  .responsive-tabs.nav-tabs > li {
      width: 100%;
    }

}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #DDDDDD;
}

.responsive-tabs.nav-tabs > li.active {
  display: block;
}
.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
@media (min-width: 991px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
@media (min-width: 991px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
  display: block;
}
@media (min-width: 991px) {
  .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }
  .responsive-tabs.nav-tabs > li {
      display: block !important;
    }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block !important;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}
.dataTables_wrapper 
{
    display: flex;
    flex-wrap:wrap;
}
.quotation-list {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.quotation-list > li {
    background: #f4f4f4 none repeat scroll 0 0;
    border-left: 2px solid #e6e7e8;
    border-radius: 2px;
    color: #444;
    margin-bottom: 2px;
    padding: 3px 5px;
}
.quotation-list > li span
{
    padding-left: 5px;
    font-style: 15px;
}
.quotation-list > li span.text input
{
    padding: 3px 5px;
    width: 30px;
}
.view_quot p , .view_quot address
{
font-size: 15px;
margin-bottom: 2px;
}
.view_quot h5
{
color: #34475A;
text-transform: capitalize;
font-weight: bold;
margin-bottom: 3px
}
.view_quot .row
{
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.view_quot #main_table
{
padding: 0;
}
.view_quot .main_tab12
{
border: 1px solid #eee;
padding: 5px
}
.view_quot .main_tab12:nth-child(2n+2)
{
background: #EFEFEF;
}
.invoice_table123
{
    width: 100%;
    overflow-x: scroll;
}
.heightth {
    border-bottom: 2px solid #f4f4f4 !important;
    height: 65px;
}
.item--right {
    float: right;
}
.grand-total {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    padding: 10px 20px;
    width: 300px;
}
.item--left {
    float: left;
}

.add_row123 {
    background: #f3f4f6 none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #555;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
.invoice_table123 table tr td
{
    padding: 5px 2px;
}
.td-border {
    border: 1px solid #ccc;
}

.view_invoice_form .box-body  p, .view_invoice_form .box-body   address
{
    font-size: 15px;
    margin-bottom: 2px;
}
.view_invoice_form .box-body  p h5
{
    color: #34475A;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 3px
}
.view_invoice_form .box-body  p .row
{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.view_invoice_form .box-body .first_row123
{
    margin-bottom: 20px;
}
.nopaddding
{
    padding: 0;
}