/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700,800');*/

@import url(/static/icons/simple-line-icons/css/simple-line-icons.css);
@import url(/static/icons/weather-icons/css/weather-icons.min.css);
@import url(/static/icons/linea-icons/linea.css);
@import url(/static/icons/themify-icons/themify-icons.css);
@import url(/static/icons/flag-icon-css/flag-icon.min.css);
@import url(/static/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(/static/css/spinners.css);
@import url(/static/css/animate.css);

.img-responsive,
.carousel.vertical .carousel-inner>.item>img,
.carousel.vertical .carousel-inner>.item>a>img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.header {
    position: relative;
    z-index: 50;
    background: #fff;
    margin-left: 10px;
    padding: 0px 20px 0px 0px ;
    /* box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); */
}


.header .top-navbar .dropdown-toggle:after {
    display: none;
}

.header .top-navbar .navbar-header {
    line-height: 45px;
    text-align: left;
    padding: 0 0 0 9px;
    /*background: rgba(0, 0, 0, .15);*/
}

.header .top-navbar .navbar-header .navbar-brand {
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}

.header .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

.header .top-navbar .navbar-header .navbar-brand b {
    line-height: 60px;
    display: inline-block;
}
/*
.header .top-navbar .navbar-nav>.nav-item>.nav-link {
    line-height: 40px;
}*/

.header .top-navbar .navbar-nav>.nav-item.show {
    background: rgba(0, 0, 0, 0.05);
}

.header .top-navbar .mailbox {
    width: 300px;
}

.header .top-navbar .mailbox ul {
    padding: 0;
}

.header .top-navbar .mailbox ul li {
    list-style: none;
}

.header .profile-pic {
    width: 30px;
    border-radius: 100%;
}

.header .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
}

.header .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem;
}

.header ul.dropdown-user {
    padding: 0;
    min-width: 175px;
}

.header ul.dropdown-user li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header ul.dropdown-user li .dw-user-box {
    padding: 10px 15px;
}

.header ul.dropdown-user li .dw-user-box .u-img {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.header ul.dropdown-user li .dw-user-box .u-img img {
    width: 100%;
    border-radius: 5px;
}

.header ul.dropdown-user li .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
}

.header ul.dropdown-user li .dw-user-box .u-text h4 {
    margin: 0;
    font-size: 15px;
}

.header ul.dropdown-user li .dw-user-box .u-text p {
    margin-bottom: 2px;
    font-size: 12px;
}

.header ul.dropdown-user li .dw-user-box .u-text .btn {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

.header ul.dropdown-user li .dw-user-box .u-text .btn:hover {
    background: #e6294b;
}

.header ul.dropdown-user li a {
    padding: 9px 15px;
    display: block;
    color: #67757c;
}

.header ul.dropdown-user li a:hover {
    background: #fff;
    color: #017A75 !important;
    text-decoration: none;
}

.header ul.dropdown-user li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}

.search-box .app-search {
    position: absolute;
    margin: 0;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
}

.search-box .app-search input {
    width: 100.5%;
    padding: 20px 40px 20px 20px;
    border-radius: 0;
    font-size: 17px;
    height: 70px !important;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.search-box .app-search input:focus {
    border-color: #ffffff;
}

.search-box .app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
    width: 60px;
    text-align: center;
}

.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.notify {
    position: relative;
    top: -22px;
    right: -9px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #ef5350;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ef5350;
    position: absolute;
    right: 6px;
    top: -10px;
}

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mega-dropdown {
    position: static;
    width: 100%;
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0;
}

.mega-dropdown ul {
    padding: 0;
}

.mega-dropdown ul li {
    list-style: none;
}

.mega-dropdown .carousel-item .container {
    padding: 0;
}

.mega-dropdown .nav-accordion .card {
    margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
    background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
    margin: 0;
}

.mega-dropdown .nav-accordion .card-header h5 a {
    text-decoration: none;
    color: #67757c;
}

ul.list-style-none {
    margin: 0;
    padding: 0;
}

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

ul.list-style-none li a {
    color: #67757c;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}

ul.list-style-none li a:hover {
    color: #017A75;
}

textarea {
    resize: none;
}

.mailbox ul li .drop-title {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.mailbox ul li .nav-link {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding-top: 15px;
}

.mailbox .message-center {
    height: 200px;
    overflow: auto;
    position: relative;
}

.mailbox .message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}

.mailbox .message-center a:hover {
    background: #f2f4f8;
}

.mailbox .message-center a div {
    white-space: normal;
}

.mailbox .message-center a .user-img {
    width: 40px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.mailbox .message-center a .user-img img {
    width: 100%;
}

.mailbox .message-center a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.mailbox .message-center a .user-img .online {
    background: #26dad2;
}

.mailbox .message-center a .user-img .busy {
    background: #ef5350;
}

.mailbox .message-center a .user-img .away {
    background: #ffb22b;
}

.mailbox .message-center a .user-img .offline {
    background: #ffb22b;
}

.mailbox .message-center a .mail-contnet {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.mailbox .message-center a .mail-contnet h5 {
    margin: 5px 0 0;
}

.mailbox .message-center a .mail-contnet .mail-desc {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
}

.mailbox .message-center a .mail-contnet .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .navbar-header {
        width: 200px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .navbar-header .navbar-brand {
        padding-top: 0;
    }
    .page-titles .breadcrumb {
        float: right;
    }
    .card-group .card:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.03);
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.03);
    }
    .material-icon-list-demo .icons div {
        width: 33%;
        padding: 15px;
        display: inline-block;
        line-height: 40px;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 40px;
    }
    .mini-sidebar .footer {
        left: 60px;
    }
    .flex-wrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
    }
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        width: 100%;
    }
    .header .top-navbar {
        padding-right: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
    }
    .header .top-navbar .navbar-collapse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .header .top-navbar .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header .top-navbar .navbar-nav>.nav-item.show {
        position: static;
    }
    .header .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
        width: 100%;
        margin-top: 0;
    }
    .header .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding-left: 0.50rem;
        padding-right: 0.50rem;
    }
    .header .top-navbar .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .mega-dropdown .dropdown-menu {
        height: 480px;
        overflow: auto;
    }
}

.badge-xs {
    font-size: 9px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-apro {
    background-color: #00adad;
}


.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.breadcrumb {
    margin-bottom: 0;
}

.page-titles {
    background: #ffffff;
    margin: 0 0 30px;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.page-titles h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.page-titles .breadcrumb {
    padding: 0;
    background: transparent;
    /*font-size: 14px;*/
}

.page-titles .breadcrumb li {
    margin-top: 0;
    margin-bottom: 0;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\e649";
    color: #a6b7bf;
    font-size: 11px;
}

.page-titles .breadcrumb .breadcrumb-item.active {
    color: #99abb4;
}

.pagination>li:first-child>a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a {
    color: #263238;
}

.pagination>li>a:focus {
    background-color: #f2f4f8;
}

.pagination>li>a:hover {
    background-color: #f2f4f8;
}

.pagination>li>span {
    color: #263238;
}

.pagination>li>span:focus {
    background-color: #f2f4f8;
}

.pagination>li>span:hover {
    background-color: #f2f4f8;
}

.pagination>.active>a {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination>.active>a:focus {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination>.active>a:hover {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination>.active>span {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination>.active>span:focus {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination>.active>span:hover {
    background-color: #017A75;
    border-color: #017A75;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pager li>a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #263238;
}

.pager li>span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #263238;
}

.footer {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    color: #67757c;
    left: 0;
    padding: 17px 15px;
    position: absolute;
    right: 0;
}

.footer {
    left: 240px;
}

#chartdiv3 {
    height: 450px;
    width: 100%;
}

#chartdiv {
    height: 450px;
    width: 100%;
}

#zoomable {
    height: 450px;
    width: 100%;
}

#chartMap {
    height: 450px;
    width: 100%;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}

@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}

.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

.amcharts-graph-column-front {
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

.amcharts-graph-column-front:hover {
    fill: #496375;
    stroke: #496375;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    stroke-dasharray: 0 /;
    /* fixes IE prob */
    stroke-dashoffset: 0 /;
    /* fixes IE prob */
    -webkit-animation: am-draw 40s;
    animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0%;
    }
}


/*    Font Variable
----------------------*/


/*    Color Variable
-----------------------*/


/*    Solid Color
------------------*/


/*    Brand color
----------------------*/

.card .card-subtitle {
    color: #99abb4;
    font-weight: 300;
    margin-bottom: 15px;
}

.card-inverse .card-bodyquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #26dad2 none repeat scroll 0 0;
    border-color: #26dad2;
}

.card-danger {
    background: #ef5350 none repeat scroll 0 0;
    border-color: #ef5350;
}

.card-warning {
    background: #ffb22b none repeat scroll 0 0;
    border-color: #ffb22b;
}

.card-info {
    background: #017A75 none repeat scroll 0 0;
    border-color: #017A75;
}

.card-primary {
    background: #5c4ac7 none repeat scroll 0 0;
    border-color: #5c4ac7;
}

.card-dark {
    background: #2f3d4a none repeat scroll 0 0;
    border-color: #2f3d4a;
}

.card-megna {
    background: #00897b none repeat scroll 0 0;
    border-color: #00897b;
}

.card-actions {
    float: right;
}

.card-actions a {
    color: #67757c;
    cursor: pointer;
    font-size: 13px;
    opacity: 0.7;
    padding-left: 7px;
}

.card-actions a:hover {
    opacity: 1;
}

.card-columns .card {
    margin-bottom: 20px;
}

.collapsing {
    transition: height 0.08s ease 0s;
}

.card-outline-info {
    border-color: #017A75;
}

.card-outline-info .card-header {
    background: #017A75 none repeat scroll 0 0;
    border-color: #017A75;
}

.card-outline-inverse {
    border-color: #2f3d4a;
}

.card-outline-inverse .card-header {
    background: #2f3d4a none repeat scroll 0 0;
    border-color: #2f3d4a;
}

.card-outline-warning {
    border-color: #ffb22b;
}

.card-outline-warning .card-header {
    background: #ffb22b none repeat scroll 0 0;
    border-color: #ffb22b;
}

.card-outline-success {
    border-color: #26dad2;
}

.card-outline-success .card-header {
    background: #26dad2 none repeat scroll 0 0;
    border-color: #26dad2;
}

.card-outline-danger {
    border-color: #ef5350;
}

.card-outline-danger .card-header {
    background: #ef5350 none repeat scroll 0 0;
    border-color: #ef5350;
}

.card-outline-primary {
    border-color: #5c4ac7;
}

.card-outline-primary .card-header {
    background: #5c4ac7 none repeat scroll 0 0;
    border-color: #5c4ac7;
}

.card {
    background: #fff;
    padding: 10px;
    position: relative;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    /*margin-bottom: 30px;*/
    /*border: none;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);*/
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}
.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}


.card-subtitle {
    font-size: 12px;
    margin: 10px 0;
}

.card-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 41px;
}

.card-title h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
}

.card-title p {

    margin-bottom: 12px;
}

.vtabs {
    display: table;
}

.vtabs .tabs-vertical {
    border-bottom: 0 none;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.vtabs .tabs-vertical li .nav-link {
    border: 0 none;
    border-radius: 4px 0 0 4px;
    color: #263238;
    margin-bottom: 10px;
}

.vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
    background: #017A75 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: currentcolor #017A75 currentcolor currentcolor;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 2px 0 0;
    color: #017A75;
    margin-right: -1px;
}

.tabcontent-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

.customtab2 li a.nav-link {
    border: 0 none;
    color: #67757c;
    margin-right: 3px;
}

.customtab2 li a.nav-link.active {
    background: #017A75 none repeat scroll 0 0;
    color: #ffffff;
}

.customtab2 li a.nav-link:hover {
    background: #017A75 none repeat scroll 0 0;
    color: #ffffff;
}

// MODAL WIDTH ISSUE
.modal-dialog {
  width: fit-content!important;
  max-width: 90%!important;
  }

.timeline {
    list-style: none;
    padding: 0 0 8px;
    position: relative;
}

.timeline:before {
    top: 7px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e7e7e7;
    left: 25px;
    margin-right: -1.5px;
}

.timeline-title {
    margin: 5px 0 !important;
    font-size: 16px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 70px);
    float: right;
    border-radius: 2px;
    padding: 5px 20px;
    position: relative;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 0 solid transparent;
    border-right: 0 solid #e7e7e7;
    border-left: 0 solid #e7e7e7;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #ffffff;
    border-left: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 8px;
    margin-right: -25px;
    background-color: #e6a1f2;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-body>p {
    font-size: 12px;
    margin-bottom: 10px;
}

.timeline-badge.primary {
    background-color: #4680ff !important;
}

.timeline-badge.success {
    background-color: #26dad2 !important;
}

.timeline-badge.warning {
    background-color: #ffb64d !important;
}

.timeline-badge.danger {
    background-color: #fc6180 !important;
}

.timeline-badge.info {
    background-color: #62d1f3 !important;
}

.tablesaw-bar .btn-group label {
    color: #67757c !important;
}


.paging_simple_numbers .pagination .paginate_button {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
}

.paging_simple_numbers .pagination .paginate_button:hover {
    background: #ffffff none repeat scroll 0 0;
}

.paging_simple_numbers .pagination .paginate_button a {
    border: 0 none;
    padding: 2px 10px;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
    background: #017A75 none repeat scroll 0 0;
    color: #ffffff;
}

.panel {
    border-radius: 0;
    margin: 15px 0;
}

.panel-body {

}

.panel-primary {
    border-color: #4680ff;
}

.panel-primary .panel-heading {
    background: #4680ff;
    border-color: #4680ff;
    color: #ffffff;
}

.panel-success {
    border-color: #26dad2;
}

.panel-success .panel-heading {
    background: #26dad2;
    border-color: #26dad2;
    color: #ffffff;
}

.updated_size {
    padding: 0 10px !important;
}

.panel-info {
    border-color: #62d1f3;
}

.panel-info .panel-heading {
    background: #62d1f3;
    border-color: #62d1f3;
    color: #ffffff;
}

.panel-danger {
    border-color: #fc6180;
}

.panel-danger .panel-heading {
    background: #fc6180;
    border-color: #fc6180;
    color: #ffffff;
}

.panel-warning {
    border-color: #ffb64d;
}

.panel-warning .panel-heading {
    background: #ffb64d;
    border-color: #ffb64d;
    color: #ffffff;
}

.panel-pink {
    border-color: #e6a1f2;
}

.panel-pink .panel-heading {
    background: #e6a1f2;
    border-color: #e6a1f2;
    color: #ffffff;
}

.panel-dark {
    border-color: #444c67;
}

.panel-dark .panel-heading {
    background: #444c67;
    border-color: #444c67;
    color: #ffffff;
}

.panel-white {
    border-color: #252525;
}

.panel-white .panel-heading {
    background: #ffffff;
    border-color: #252525;
    color: #252525;
}


.open>.dropdown-toggle.btn-primary.focus {
    background-color: #6352ce;

}

.open>.dropdown-toggle.btn-primary:focus {
    background-color: #6352ce;

}

.open>.dropdown-toggle.btn-primary:hover {
    background-color: #6352ce;

}

.open>.dropdown-toggle.btn-success.focus {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.open>.dropdown-toggle.btn-success:focus {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.open>.dropdown-toggle.btn-success:hover {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.open>.dropdown-toggle.btn-info.focus {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open>.dropdown-toggle.btn-info:focus {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open>.dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open>.dropdown-toggle.btn-warning.focus {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open>.dropdown-toggle.btn-warning:focus {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open>.dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open>.dropdown-toggle.btn-danger.focus {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.open>.dropdown-toggle.btn-danger:focus {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.open>.dropdown-toggle.btn-danger:hover {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.open>.dropdown-toggle.btn-inverse {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.open>.dropdown-toggle.btn-red {
    background-color: #d61f1f;
    border: 1px solid #d61f1f;
    color: #ffffff;
}

.btn-success.active.focus {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.btn-success.focus {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.btn-success.focus:active {
    background-color: #1eacbe;
    border: 1px solid #1eacbe;
}

.btn-info.active.focus {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.focus {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.focus:active {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-warning.active.focus {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.focus {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.focus:active {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-danger.active.focus {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-danger.focus {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-danger.focus:active {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-inverse.focus {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.btn-red.focus {
    background-color: #d61f1f;
    border: 1px solid #d61f1f;
    color: #ffffff;
}

.button-box .btn {
    margin: 0 8px 8px 0;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
}

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
}

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
}

.btn-dribbble {
    color: #ffffff;
    background-color: #ea4c89;
}

.btn-googleplus {
    color: #ffffff;
    background-color: #dd4b39;
}

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
}

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
}

.btn-dropbox {
    color: #ffffff;
    background-color: #007ee5;
}

.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
}

.btn-tumblr {
    color: #ffffff;
    background-color: #32506d;
}

.btn-skype {
    color: #ffffff;
    background-color: #00aff0;
}

.btn-youtube {
    color: #ffffff;
    background-color: #bb0000;
}

.btn-github {
    color: #ffffff;
    background-color: #171515;
}

.map {
    width: 100%;
    height: 400px;
}

.hidden {
    display: none;
}

[contenteditable]:hover,
[contenteditable]:focus {
    background: #93b5ff;
}
.ticket_summary_page {
    padding: 10px 0 9px 0;
}
.control-bar {
    position: relative;
    z-index: 100;
    background: #4680ff;
    color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.control-bar .slogan {
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 2rem;
}

.control-bar label {
    margin: 0px;
    color: #ffffff;
}

.control-bar a {
    margin: 0;
    padding: .5em 1em;
    background: #ffffff;
    color: #455a64;
}

.control-bar a:hover {
    background: #93b5ff;
}

.control-bar input {
    border: none;
    background: #93b5ff;
    max-width: 30px;
    text-align: center;
    color: #455a64;
}

.control-bar input:hover {
    background: #93b5ff;
}

.hidetax .taxrelated {
    display: none;
}

.showtax .notaxrelated {
    display: none;
}

.hidedate .daterelated {
    display: none;
}

.showdate .notdaterelated {
    display: none;
}

.details input {
    display: inline;
    margin: 0 0 0 .5rem;
    border: none;
    width: 55px;
    min-width: 0;
    background: transparent;
    text-align: left;
}

.invoice-edit .rate:before,
.invoice-edit .price:before,
.invoice-edit .sum:before,
.invoice-edit .tax:before,
.invoice-edit #total_price:before,
.invoice-edit #total_tax:before {
    content: '€';
}

.invoice-edit .me,
.invoice-edit .info,
.invoice-edit .bank,
.invoice-edit .smallme,
.invoice-edit .client,
.invoice-edit .bill,
.invoice-edit .details {
    padding: 15px;
}

.invoice-logo img {
    display: block;
    vertical-align: top;
    width: 50px;
}


/**
 * INVOICELIST BODY
 */

.invoicelist-body {
    margin: 1rem;
}

.invoicelist-body table {
    width: 100%;
}

.invoicelist-body thead {
    text-align: left;
    border-bottom: 2pt solid #666;
}

.invoicelist-body td,
.invoicelist-body th {
    position: relative;
    padding: 1rem;
}

.invoicelist-body tr:nth-child(even) {
    background: #eef5f9;
}

.invoicelist-body tr:hover .removeRow {
    display: block;
}

.invoicelist-body input {
    display: inline;
    margin: 0;
    border: none;
    width: 80%;
    min-width: 0;
    background: transparent;
    text-align: left;
}

.invoicelist-body .control {
    display: inline-block;
    color: white;
    background: #4680ff;
    padding: 3px 7px;
    font-size: .9rem;
    text-transform: uppercase;
    cursor: pointer;
}

.invoicelist-body .control:hover {
    background: #6092ff;
}

.invoicelist-body .newRow {
    margin: .5rem 0;
    float: left;
}

.invoicelist-body .removeRow {
    display: none;
    position: absolute;
    top: .1rem;
    bottom: .1rem;
    left: -1.3rem;
    font-size: .7rem;
    border-radius: 3px 0 0 3px;
    padding: .5rem;
}


/**
 * INVOICE LIST FOOTER
 */

.invoicelist-footer {
    margin: 1rem;
}

.invoicelist-footer table {
    float: right;
    width: 25%;
}

.invoicelist-footer table td {
    padding: 1rem 2rem 0 1rem;
    text-align: right;
}

.invoicelist-footer table tr:nth-child(2) td {
    padding-top: 0;
}

.invoicelist-footer table #total_price {
    font-size: 2rem;
    color: #4680ff;
}


/**
 * NOTE
 */

.note {
    margin: 75px 15px;
}

.hidenote .note {
    display: none;
}

.note h2 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.note p {
    font-size: 12px;
    padding: 0px 5px;
}


/**
 * FOOTER
 */

footer {
    display: block;
    margin: 1rem 0;
    padding: 1rem 0 0;
}

footer p {
    font-size: 12px;
}


/**
 * PRINT STYLE
 */

@media print {
    .header,
    .sidebar,
    .chat-sidebar,
    .control,
    .control-bar {
        display: none !important;
    }
    [contenteditable]:hover,
    [contenteditable]:focus {
        outline: none;
    }
}

#invoice {
    position: relative;
    /*  top: -290px;*/
    margin-bottom: 120px;
    /*  width: 700px;*/
    background: #ffffff;
    padding: 30px;
}

#invoice-table {
    /* Targets all id with 'col-' */
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
}

#invoice-top {
    min-height: 120px;
}

#invoice-mid {
    min-height: 120px;
}

#invoice-bot {
    min-height: 250px;
}

.invoice-logo {
    float: left;
    height: 60px;
    width: 60px;
    background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;
    background-size: 60px 60px;
}

.clientlogo {
    float: left;
    height: 60px;
    width: 60px;
    background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
    background-size: 60px 60px;
    border-radius: 50px;
}

.invoice-info {
    display: block;
    float: left;
    margin-left: 20px;
}

.invoice-info h2 {
    color: #455a64;
    font-size: 14px;
}

.invoice-info p {
    font-size: 12px;
}

.title {
    float: right;
}

.title h4 {
    color: #455a64;
    text-align: right;
}

.title p {
    text-align: right;
    font-size: 12px;
}

#project {
    margin-left: 52%;
}

#project p {
    font-size: 12px;
}

#invoice-table h2 {
    font-size: 18px;
}

.tabletitle {
    padding: 5px;
    background: #e7e7e7;
}

.service {
    border: 1px solid #e7e7e7;
}

.table-item {
    width: 50%;
}

.itemtext {
    font-size: .9em;
}

#legalcopy {
    margin-top: 30px;
}

#legalcopy p {
    font-size: 12px;
}

.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.legal {
    width: 70%;
}


/* All Invoice Page Responsive
--------------------------- */

@media (max-width: 480px) {
    .control-bar {
        padding: 15px 15px 40px;
    }
}

@media (max-width: 360px) {
    .notaxrelated {
        margin-top: 15px;
    }
}


/*    Widget One
---------------------------*/

.stat-widget-one .stat-icon {
    vertical-align: top;
}

.stat-widget-one .stat-icon i {
    font-size: 30px;
    border-width: 3px;
    border-style: solid;
    border-radius: 100px;
    padding: 15px;
    font-weight: 900;
    display: inline-block;
}

.stat-widget-one .stat-content {
    margin-left: 30px;
    margin-top: 7px;
}

.stat-widget-one .stat-text {
    font-size: 14px;
    color: #99abb4;
}

.stat-widget-one .stat-digit {
    font-size: 24px;
    color: #455a64;
}


/*    Widget Two
---------------------------*/

.stat-widget-two {
    text-align: center;
}

.stat-widget-two .stat-digit {
    font-size: 40px;
    font-weight: 700;
    color: #455a64;
}

.stat-widget-two .stat-text {
    font-size: 20px;
    margin-bottom: 5px;
    color: #99abb4;
}

.stat-widget-two .progress {
    height: 8px;
    margin-bottom: 0;
    margin-top: 20px;
    box-shadow: none;
}

.stat-widget-two .progress-bar {
    box-shadow: none;
}


/*    Widget Three
---------------------------*/

.stat-widget-three .stat-icon {
    display: inline-block;
    padding: 33px;
    position: absolute;
    line-height: 21px;
}

.stat-widget-three .stat-icon i {
    font-size: 30px;
    color: #ffffff;
}

.stat-widget-three .stat-content {
    text-align: center;
    padding: 15px;
    margin-left: 90px;
}

.stat-widget-three .stat-digit {
    font-size: 30px;
}

.stat-widget-three .stat-text {
    padding-top: 7px;
}

.home-widget-three .stat-icon {
    line-height: 19px;
    padding: 27px;
}

.home-widget-three .stat-digit {
    font-size: 24px;
    font-weight: 300;
    color: #455a64;
}

.home-widget-three .stat-content {
    text-align: center;
    margin-left: 60px;
    padding: 13px;
}

.stat-widget-four {
    position: relative;
}

.stat-widget-four .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-four i {
    display: block;
    font-size: 36px;
}

.stat-widget-four .stat-content {
    margin-left: 40px;
    text-align: center;
}

.stat-widget-four .stat-heading {
    font-size: 20px;
}

.stat-widget-five .stat-icon {
    border-radius: 100px;
    display: inline-block;
    position: absolute;
}

.stat-widget-five i {
    border-radius: 100px;
    display: block;
    font-size: 36px;
    padding: 30px;
}

.stat-widget-five .stat-content {
    margin-left: 100px;
    padding: 24px 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
}

.stat-widget-five .stat-heading {
    text-align: right;
    padding-left: 80px;
    font-size: 20px;
    font-weight: 200;
}

.stat-widget-six {
    position: relative;
}

.stat-widget-six .stat-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
}

.stat-widget-six i {
    display: block;
    font-size: 36px;
}

.stat-widget-six .stat-content {
    margin-left: 40px;
    text-align: center;
}

.stat-widget-six .stat-heading {
    font-size: 16px;
    font-weight: 300;
}

.stat-widget-six .stat-text {
    font-size: 12px;
    padding-top: 4px;
}

.stat-widget-seven .stat-heading {
    text-align: center;
}

.stat-widget-seven .gradient-circle {
    text-align: center;
    position: relative;
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}

.stat-widget-seven .gradient-circle i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35px;
    font-size: 30px;
}

.stat-widget-seven .stat-footer {
    text-align: center;
    margin-top: 30px;
}

.stat-widget-seven .stat-footer .stat-count {
    padding-left: 5px;
}

.stat-widget-seven .count-header {
    color: #252525;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.stat-widget-seven .stat-count {
    font-size: 18px;
    font-weight: 400;
    color: #252525;
}

.stat-widget-seven .analytic-arrow {
    position: relative;
}

.stat-widget-seven .analytic-arrow i {
    font-size: 12px;
}


/* Stat widget Eight
--------------------------- */

.stat-widget-eight {
    padding: 15px;
}

.stat-widget-eight .header-title {
    font-size: 20px;
    font-weight: 300;
}

.stat-widget-eight .ti-more-alt {
    color: #878787;
    cursor: pointer;
    left: -5px;
    position: absolute;
    transform: rotate(90deg);
}

.stat-widget-eight .stat-content {
    margin-top: 50px;
}

.stat-widget-eight .stat-content .ti-arrow-up {
    font-size: 30px;
    color: #26dad2;
}

.stat-widget-eight .stat-content .stat-digit {
    font-size: 24px;
    font-weight: 300;
    margin-left: 15px;
}

.stat-widget-eight .stat-content .progress-stats {
    color: #aaadb2;
    font-weight: 400;
    position: relative;
    top: 10px;
}

.stat-widget-eight .progress {
    margin-bottom: 0;
    margin-top: 30px;
    height: 7px;
    background: #EAEAEA;
    box-shadow: none;
}

.stat-widget-nine .all-like {
    float: right;
}

.stat-widget-nine .stat-icon i {
    font-size: 22px;
}

.stat-widget-nine .stat-text {
    font-size: 14px;
}

.stat-widget-nine .stat-digit {
    font-size: 14px;
}

.stat-widget-nine .like-count {
    font-size: 30px;
}

.horizontal {
    position: relative;
}

.horizontal:before {
    background: #ffffff;
    bottom: 0;
    content: "";
    height: 38px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

.widget-ten span i {
    color: #ffffff;
    opacity: 0.5;
}

.widget-ten h5 {
    color: #ffffff;
}

.widget-ten p {
    color: #ffffff !important;
    opacity: 0.75;
}


/*
=================================================
    Responsive
=================================================
*/

@media (max-width: 768px) {
    .card {
        display: inline-block;
        width: 100%;
    }

}

@media (max-width: 360px) {
    .stat-widget-five .stat-heading {
        padding-left: 0;
    }
    .stat-widget-two .stat-digit {
        font-size: 16px;
    }
    .stat-widget-two .stat-text {
        font-size: 14px;
    }
    .stat-widget-three .stat-digit {
        font-size: 20px;
    }
    .stat-widget-four .stat-heading {
        font-size: 18px;
    }
    .stat-widget-three .stat-icon {
        padding: 26px;
    }
    .notice-sm {
        padding: 13px 62px 11px 3px !important;
    }
}

.round-widget {
    border: 1px solid black;
    border-radius: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.recent-comment .media {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}

.recent-comment .media-left {
    padding-right: 25px;
}

.recent-comment .media-left img {
    border-radius: 100px;
    width: 40px;
}

.recent-comment .media-body {
    position: relative;
}

.recent-comment .media-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.recent-comment .media-body p {
    margin-bottom: 10px;
    line-height: 16px;
    color: #99abb4;
}

.recent-comment .comment-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #455a64;

    font-size: 12px;
}

.comment-action {
    float: left;
}

.comment-action .badge {
    text-transform: uppercase;

}

.comment-action i {
    padding: 0 5px;
}

.recent-meaasge {
    margin-top: 15px;
}

.recent-meaasge .media {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.recent-meaasge .media-left {
    padding-right: 25px;
}

.recent-meaasge .media-left img {
    border-radius: 100px;
    width: 50px;
}

.recent-meaasge .media-body {
    position: relative;
}

.recent-meaasge .media-body h4 {
    font-size: 16px;
}

.recent-meaasge .media-body p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.meaasge-date {
    float: right;
    color: #455a64;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}


/*    Input Style
------------------------*/

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


.form-control:hover {
    box-shadow: none;
    border-color: #e7e7e7;
}

.form-control.active,
.form-control:focus {
    box-shadow: none;
    border-color: #878787;
}

.input-default {
    border-radius: 4px;
}

.input-flat {
    border-radius: 0;
}

.input-rounded {
    border-radius: 100px;
}

.input-focus {
    border-color: #4680ff;
}

.input-focus:focus {
    border-color: #4680ff;
}


/*    Search Box Input Button
--------------------------------*/

.input-group-btn .btn {
    padding: 10px 12px;
}

.input-group-default .form-control {
    border-radius: 4px;
}

.input-group-flat .form-control {
    border-radius: 4px;
}

.input-group-flat .btn {
    border-radius: 0;
}

.input-group-rounded .form-control {
    border-radius: 100px;
}

.input-group-rounded .btn-group-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.input-group-rounded .btn-group-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.input-group-close-icon {
    background: none;
    color: #252525;
    border-color: #e7e7e7;
}

.input-group-close-icon.active,
.input-group-close-icon:focus,
.input-group-close-icon:hover {
    background: none;
    border-color: #e7e7e7;
    color: #252525;
}


/*    Input States
-----------------------*/

.has-default .form-control.active,
.has-error .form-control.active,
.has-success .form-control.active,
.has-warning .form-control.active,
.has-default .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-default .form-control:hover,
.has-error .form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover {
    box-shadow: none;
}

.has-default .control-label {
    color: #878787;
}

.has-default .form-control {
    border-color: #878787;
}

.has-default .form-control.active,
.has-default .form-control:focus,
.has-default .form-control:hover {
    border-color: #878787;
}

.has-success .control-label {
    color: #26dad2;
}

.has-success .form-control {
    border-color: #26dad2;
}

.has-success .form-control.active,
.has-success .form-control:focus,
.has-success .form-control:hover {
    border-color: #26dad2;
}

.has-warning .control-label {
    color: #ffb64d;
}

.has-warning .form-control {
    border-color: #ffb64d;
}

.has-warning .form-control.active,
.has-warning .form-control:focus,
.has-warning .form-control:hover {
    border-color: #ffb64d;
}

.has-error .control-label {
    color: #fc6180;
}

.has-error .form-control {
    border-color: #fc6180;
}

.has-error .form-control.active,
.has-error .form-control:focus,
.has-error .form-control:hover {
    border-color: #fc6180;
}

.has-feedback label~.form-control-feedback {
    top: 35px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 5px;
}

.has-success .form-control-feedback {
    color: #26dad2;
}

.has-warning .form-control-feedback {
    color: #ffb64d;
}

.has-error .form-control-feedback {
    color: #fc6180;
}

.has-success .input-group-addon {
    background-color: #93ede9;
    border-color: #26dad2;
    color: #26dad2;
}

.has-warning .input-group-addon {
    background-color: #ffeacd;
    border-color: #ffb64d;
    color: #ffb64d;
}

.has-error .input-group-addon {
    background-color: #fedee5;
    border-color: #fc6180;
    color: #fc6180;
}


/*    Input Size
--------------------*/

.input-sm {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
}

.input-lg {
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
}


/*    Basic form
----------------------*/

label {
    font-weight: 400;
    margin-bottom: 10px;
}


/*    Form Horizontal
----------------------*/

.form-horizontal .control-label {
    padding-top: 12px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


.is-invalid .form-control {
    border-color: #fc6180;
}

.invalid-feedback {
    color: #ef5350;
    display: none;
    margin-top: 0.25rem;
}

.is-invalid .invalid-feedback,
.is-invalid .invalid-tooltip {
    display: block;
}

.inbox-leftbar {
    width: 240px;
    float: left;
    padding: 0 20px 20px 10px;
}

.inbox-rightbar {
    margin-left: 250px;
}

.message-list {
    display: block;
    padding-left: 0;
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: 0.3s;
}

.message-list li a {
    color: #797979;
}

.message-list li:hover {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: 0.05s;
}

.message-list li .col-mail {
    float: left;
    position: relative;
}

.message-list li .col-mail-1 {
    width: 320px;
}

.message-list li .col-mail-1 .star-toggle {
    display: block;
    float: left;
    margin-top: 18px;
    font-size: 16px;
    margin-left: 5px;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    display: block;
    float: left;
    margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .dot {
    display: block;
    float: left;
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    left: 110px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0;
}

.message-list li .col-mail-2 .subject {
    position: absolute;
    top: 0;
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    padding-left: 80px;
}

.message-list li.active {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: 0.05s;
    box-shadow: inset 3px 0 0 #3c86d8;
}

.message-list li.active:hover {
    box-shadow: inset 3px 0 0 #3c86d8;
}

.message-list li.selected {
    background: rgba(152, 166, 173, 0.15);
    transition-duration: 0.05s;
}

.message-list li.unread a {
    font-weight: 600;
    color: #272e37 !important;
}

.message-list li.blue-dot .col-mail-1 .dot {
    border-color: #5d6dc3;
}

.message-list li.orange-dot .col-mail-1 .dot {
    border-color: #f9bc0b;
}

.message-list li.green-dot .col-mail-1 .dot {
    border-color: #3ec396;
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #98a6ad;
    border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked label {
    opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
    background: #98a6ad;
    opacity: 0;
    margin-bottom: 0 !important;
    transition-duration: 0.05s;
}

.message-list .checkbox-wrapper-mail label:active {
    background: #87949b;
}

.mail-list a {
    vertical-align: middle;
    color: #797979;
    padding: 10px 15px;
    display: block;
}

@media (max-width: 648px) {
    .inbox-leftbar {
        width: 100%;
    }
    .inbox-rightbar {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .message-list li .col-mail-1 {
        width: 150px;
    }
    .message-list li .col-mail-1 .title {
        left: 80px;
    }
    .message-list li .col-mail-2 {
        left: 160px;
    }
    .message-list li .col-mail-2 .date {
        text-align: right;
        padding-right: 10px;
        padding-left: 20px;
    }
}

.progress-bar {
    background-color: #4680ff;
}

.progress-bar-primary {
    background-color: #4680ff;
}

.progress-bar-success {
    background-color: #26dad2;
}

.progress-bar-info {
    background-color: #62d1f3;
}

.progress-bar-danger {
    background-color: #fc6180;
}

.progress-bar-warning {
    background-color: #ffb64d;
}

.progress-bar-pink {
    background-color: #e6a1f2;
}

.progress {
    height: 6px;
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-vertical {
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
}

.progress-vertical-bottom {
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 20px;
    min-height: 250px;
    position: relative;
    transform: rotate(180deg);
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s;
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

.browser .progress {
    height: 8px;
}

.tdl-holder {
    margin: 0 auto;
}

.tdl-holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tdl-holder li {
    background-color: transparent;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}

.tdl-holder li span {
    margin-left: 30px;

    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder label {
    cursor: pointer;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    margin: 0 !important;
}

.tdl-holder label:hover {
    background-color: #eef5f9;
    color: #99abb4;
}

.tdl-holder label:hover a {
    display: block;
}

.tdl-holder label a {
    border-radius: 50%;
    color: #99abb4;
    display: none;
    float: right;
    font-weight: bold;
    line-height: normal;
    height: 16px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tdl-holder input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.tdl-holder input[type="checkbox"]+i {
    background-color: #ffffff;
    display: block;
    height: 18px;
    position: absolute;
    top: 15px;
    width: 18px;
    z-index: 1;
}

.tdl-holder input[type="checkbox"]:checked+i::after {
    content: "\e64c";
    display: block;
    left: 0;
    position: absolute;
    top: -17px;
    z-index: 2;
}

.tdl-holder input[type="checkbox"]:checked~span {
    text-decoration: line-through;
}

.tdl-holder input[type="text"] {
    height: 60px;
    margin-top: 20px;
    font-size: 14px;
}

.datamap-sales-hover-tooltip {
    background: #444c67;

    padding: 5px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
}

thead tr th {
    color: #455a64;
    font-weight: 500;
}


tbody tr th {
    color: #455a64;

    font-weight: normal;
}

th {
    white-space: nowrap!important;
}
/* table no wrap or wrap */


.search-action {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 92px;
    text-align: right;
}

.search-type .form-control {
    height: 30px;
}

@media (max-width: 1199px) {
    .search-action {
        text-align: center;
        position: relative;
        right: 0;
    }
    .search-type .form-control {
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

.table td,
.table th {
    padding: 0.55rem;
}

.table .round-img img {
    width: 38px;
}

.current-progress {
    margin-top: 15px;
}

.progress-content {
    margin-bottom: 20px;
}

.progress-content:last-child {
    margin-bottom: 0px;
}

.current-progressbar {
    margin-top: 3px;
}

.current-progressbar .progress {
    height: 15px;
    margin: 0px;
    box-shadow: none;
}

.current-progressbar .progress-bar {
    box-shadow: 0px;
    line-height: 14px;
    font-size: 11px;
    box-shadow: none;
}

.login-logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-logo span {
    color: #ffffff;
    font-size: 24px;
}

.login-logo img {
    height: 75px;
}

.login-content {
    margin: 100px 0;
}

.login-form {
    background: #ffffff;
    padding: 30px 30px 20px;
    border-radius: 2px;
}

.login-form h4 {
    color: #455a64;
    text-align: center;
    margin-bottom: 50px;
}

.login-form .checkbox {
    color: #455a64;
}

.login-form .checkbox label {
    text-transform: none;
}

.login-form .btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    border: 0px;
}

.login-form label {
    color: #455a64;
    text-transform: uppercase;
}

.login-form label a {
    color: #4680ff;
}

.social-login-content {
    margin: 0px -30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0px;
    background: #fcfcfc;
}

.social-button {
    padding: 0 30px;
}

.social-button i {
    padding: 19px;
}

.register-link a {
    color: #4680ff;
}

.cpu-load {
    width: 100%;
    height: 272px;
    font-size: 14px;
    line-height: 1.2em;
}

.cpu-load-data-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}

.cpu-load-data {
    margin-bottom: 30px;
}

.cpu-load-data li {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
    border-right: 0px;
}

#barChart {
    height: 400px!important;
}

.nestable-cart {
    overflow: hidden;
}

.dd-handle,
.dd3-content {
    color: #000!important;
}

.profiletimeline {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 40px;
    position: relative;
}

.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    margin-right: 15px;
    z-index: 1;
}

.profiletimeline .sl-left img {
    max-width: 40px;
}

.profiletimeline .sl-item {
    margin-bottom: 30px;
    margin-top: 8px;
}

.profiletimeline .sl-date {
    color: #99abb4;
    font-size: 12px;
}

.profiletimeline .time-item {
    border-color: rgba(120, 130, 140, 0.13);
    padding-bottom: 1px;
    position: relative;
}

.profiletimeline .time-item::before {
    content: " ";
    display: table;
}

.profiletimeline .time-item::after {
    background-color: #ffffff;
    border-color: rgba(120, 130, 140, 0.13);
    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;
}

.profiletimeline .time-item-item::after {
    content: " ";
    display: table;
}

.profiletimeline .item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.profiletimeline .item-info p {
    margin-bottom: 10px !important;
}

.customtab li a.nav-link,
.profile-tab li a.nav-link {
    border: 0 none;
    color: #455a64;
    padding: 15px 20px;
}

.customtab li a.nav-link.active,
.profile-tab li a.nav-link.active {
    border-bottom: 2px solid #017A75;
    color: #017A75;
}

.card-two {
    position: relative;
    margin: 0 !important;
    border: 0;
}

.card-two header {
    position: relative;
    width: 100%;
    height: 60px;
}

.card-two header .avatar {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -50px;
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    border: 3px solid #fff;
}

.card-two header .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}

.card-two h3 {
    position: relative;
    margin: 80px 0 30px;
    text-align: center;
}

.card-two h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #000;
}

.card-two .desc {
    padding: 0 1rem 2rem;
    text-align: center;
    line-height: 1.5;
    color: #777;
}

.card-two .contacts {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 3.5rem;
}

.card-two .contacts a {
    display: block;
    width: 33.333333%;
    float: left;
    text-align: center;
    color: #017A75;
}

.card-two .contacts a:hover {
    color: #333;
}

.card-two .contacts a:hover .fa::before {
    color: #fff;
}

.card-two .contacts a:hover .fa::after {
    top: 0;
}

.card-two .contacts a .fa {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #017A75;
    border-radius: 50%;
}

.card-two .contacts a .fa:before {
    position: relative;
    z-index: 1;
}

.card-two .contacts a .fa::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    background: #017A75;
}

.card-two .contacts a:last-of-type .fa {
    line-height: 36px;
}

.profile-widget-one .profile-one-bg {
    position: relative;
}

.profile-widget-one .profile-one-user-photo {
    position: relative;
}

.profile-widget-one .profile-one-user-photo .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.profile-widget-one .profile-one-user-photo .user-photo {
    bottom: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.profile-widget-one .profile-one-user-photo .user-photo img {
    border-radius: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

.profile-widget-one .profile-one-user-content ul li {
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 32%;
}

.profile-widget-one .profile-one-user-content ul li:last-child {
    border-right: 0px;
}

.profile-widget-one .profile-one-user-content h4 {
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
}

.profile-widget-one .profile-one-user-content .earning-amount,
.profile-widget-one .profile-one-user-content .sold-amount {
    color: #26dad2;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-widget-one .profile-one-user-content .sold-amount {
    color: #4680ff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-widget-one .profile-one-user-button {
    text-align: center;
    padding: 26px 0px;
}

.profile-widget-one .profile-btn-one {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 400;
    color: #4680ff;
}

/*Alert Message
-------------*/

div.message {
    max-width: 100%;
    text-align: center;
}

/*Alert
-------------*/

.alert-primary {
    background-color: #00A9FF;
    border-color: white;
    color: white;
}

.alert-success {
    color: white;
    background-color: #01afa8;
    border-color: white;
}

.alert-danger {
    background-color: indianred;
    border-color: white;
    color: white;
}

.alert-warning {
    background-color: orange;
    border-color: white;
    color: white;
}

.alert-pink {
    background-color: #f8e4fb;
    border-color: #f8e4fb;
    color: #e6a1f2;
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: rgba(0, 0, 0, 0.8);
}


/*    Labels
------------------*/
.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #00897b;
}

.label-success {
    background-color: #26dad2;
}

.label-info {
    background-color: #017A75;
}

.label-warning {
    background-color: #ffb22b;
}

.label-danger {
    background-color: #ef5350;
}

.label-megna {
    background-color: #00897b;
}

.label-primary {
    background-color: #5c4ac7;
}

.label-purple {
    background-color: #7460ee;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #2f3d4a;
}

.label-default {
    background-color: #f2f4f8;
}

.label-white {
    background-color: #ffffff;
}

.label-light-success {
    background-color: #e8fdeb;
    color: #26dad2;
}

.label-light-info {
    background-color: #cfecfe;
    color: #017A75;
}

.label-light-warning {
    background-color: #fff8ec;
    color: #ffb22b;
}

.label-light-danger {
    background-color: #f9e7eb;
    color: #ef5350;
}

.label-light-megna {
    background-color: #e0f2f4;
    color: #00897b;
}

.label-light-primary {
    background-color: #f1effd;
    color: #5c4ac7;
}

.label-light-inverse {
    background-color: #f6f6f6;
    color: #2f3d4a;
}


/* Calendar
================================================== */


/* =============
   Calendar
============= */

.calendar {
    float: left;
    margin-bottom: 0px;
}

.none-border .modal-footer {
    border-top: none;
}

#drop-remove {
    margin: 0px;
    top: 3px;
}

#event-modal .modal-dialog,
#add-category .modal-dialog {
    max-width: 600px;
}

.flotTip {
    background: #252525;
    border: 1px solid #252525;
    padding: 5px 15px;
    color: #ffffff;
}

.flot-container {
    box-sizing: border-box;
    width: 100%;
    height: 275px;
    padding: 20px 15px 15px;
    margin: 15px auto 30px;
    background: transparent;
}

.flot-pie-container {
    height: 275px;
}

.flotBar-container {
    height: 275px;
}

.flot-line {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
    width: 100%;
    height: 275px;
}

.cpu-load {
    height: 345px;
}

.morris-hover {
    position: absolute;
    z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    padding: 10px 12px;
    color: #666;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff!important;
}

.morris-hover-point {
    color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart,
#morris-line-chart {
    height: 300px;
}

.products_1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.products_1 .pr_img_price {
    position: relative;
}

.products_1 .pr_img_price .product_price {
    min-width: 50px;
    min-height: 50px;
    background: #26dad2;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.products_1 .pr_img_price .product_price p {
    padding-top: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.products_1 .product_details .product_name {
    padding-top: 30px;
}

.products_1 .product_details .prdt_add_to_cart {
    padding-top: 10px;
}

.products_1 .product_details .prdt_add_to_cart button {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-2-details .table>tbody>tr>td {
    border: none;
}

.product-2-details .product-2-des {
    margin-top: 25px;
}

.product-2-details .product-2-des .product_name h4 {
    font-size: 15px;
    font-weight: 600;
}

.product-2-details .product-2-des .product_des p {
    font-size: 13px;
    font-style: italic;
}

.product-2-details .product-2-button {
    border-left: 1px solid #e7e7e7;
    margin-top: 25px;
}

.product-2-details .product-2-button .prdt_add_to_curt {
    padding-top: 10px;
}

.product-2-details .product-2-button .prdt_add_to_curt button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-3-img img {
    width: 100%;
}

.product_details_3 {
    padding: 15px 0px;
}

.product_details_3 .product_name h4 {
    font-size: 15px;
    font-weight: 600;
}

.product_details_3 .product_des {
    padding-bottom: 5px;
}

.product_details_3 .prdt_add_to_curt {
    padding-top: 10px;
}

.product_details_3 .prdt_add_to_curt button {
    text-transform: uppercase;
    font-weight: 600;
}

.favourite-menu-details .table>tbody>tr>td {
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
}

.favourite-menu-details .favourite-menu-img {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 25px;
    width: 120px;
}

.favourite-menu-details .favourite-menu-des {
    margin-top: 40px;
    margin-right: 465px;
}

.favourite-menu-details .favourite-menu-des .product_name h4 {
    font-weight: 600;
    text-align: left;
}

.favourite-menu-details .favourite-menu-button {
    margin-top: 40px;
}

.favourite-menu-details .favourite-menu-button .prdt_add_to_curt {
    padding-top: 10px;
}

.favourite-menu-details .favourite-menu-button .prdt_add_to_curt button {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.order-list-item table tbody>tr>td {
    padding-top: 8px;
    border-top: 1px solid #e7e7e7;
}

.order-list-item table thead>tr>th {
    border-bottom: 1px solid #e7e7e7;
}

.order-list-item thead {
    background: #4680ff;
    text-align: left;
}

.order-list-item thead th {
    color: #ffffff;
    font-weight: bold;
}

.order-list-item tbody {
    background: #ffffff;
    text-align: left;
}

.order-list-item tbody td {
    color: #444444;
}

.booking-system-feedback {
    top: 5px !important;
    right: 15px;
}

.booking-system-top {
    padding-top: 15px;
}

.media-body {
    vertical-align: middle;
}

.media-body span {
    font-size: 15px;
    color: #4680ff;
}

.media-body p {
    color: #99abb4;
    line-height: 15px;
}
.example {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    box-shadow: 1px 1px 2px 0px rgba(200, 200, 200, 0.3);
    background-color: #eef5f9;
    text-align: justify;
}

.example p {
    padding: 20px 20px 0px 20px;
    font-size: 12px;
}

.box,
.simple {
    height: 300px;
}

.scrollable-auto-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollable-auto-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollable-auto {
    overflow: auto;
}

.vmap {
    width: 100%;
    height: 400px;
}

.dark-browse-input-box {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    color: #000000;
    border: 1px solid #e7e7e7;
}

.dark-browse-input-box .dark-input-button {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    background: #ffffff;
    border: none !important;
    color: #4680ff;
}

.dark-browse-input-box .dark-input-button i {
    font-weight: bold;
    font-size: 17px;
}

.dark-browse-input-box .dark-input-button:hover {
    background: #ffffff;
    color: #4680ff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none !important;
}

.dark-browse-input-box .dark-input-button:focus {
    outline: none;
    border: none !important;
    background: none !important;
}

.file-input {
    position: relative;
    font-size: 14px;
}

.file-input label {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    margin: 0;
}

.file-input label:focus {
    outline: none;
    border: none !important;
    background: none !important;
}

.file-input .btn {
    position: absolute;
    right: 6px;
    top: 7px;
    bottom: 6px;
    max-width: 100px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 32px;
}

.file-input .btn input {
    width: 0;
    height: 0;
}

.file-input .file-name {
    float: left;
    width: 100%;
    border: 0;
    background: transparent;
}

.media-stats-content .stats-content {
    padding: 30px 0px;
}

.media-stats-content .stats-content .stats-digit {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.media-stats-content .stats-content .stats-text {
    font-size: 14px;
}

.media-stats-content .stats-content .table td {
    line-height: 40px!important;
}

.carousel.vertical .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel.vertical .carousel-inner>.item {
    display: none;
    position: relative;
    transition: top 0.6s ease-in-out;
}

.carousel.vertical .carousel-inner>.item>img,
.carousel.vertical .carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel.vertical .carousel-inner>.item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }
    .carousel.vertical .carousel-inner>.item.next,
    .carousel.vertical .carousel-inner>.item.active.right {
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.prev,
    .carousel.vertical .carousel-inner>.item.active.left {
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner>.item.next.left,
    .carousel.vertical .carousel-inner>.item.prev.right,
    .carousel.vertical .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        top: 0;
        width: 100%;
    }
}

.carousel.vertical .carousel-inner>.active,
.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
    display: block;
}

.carousel.vertical .carousel-inner>.active {
    top: 0;
}

.carousel.vertical .carousel-inner>.next,
.carousel.vertical .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel.vertical .carousel-inner>.next {
    top: 100%;
}

.carousel.vertical .carousel-inner>.prev {
    top: -100%;
}

.carousel.vertical .carousel-inner>.next.left,
.carousel.vertical .carousel-inner>.prev.right {
    top: 0;
}

.carousel.vertical .carousel-inner>.active.left {
    top: -100%;
}

.carousel.vertical .carousel-inner>.active.right {
    top: 100%;
}

.ct-label {
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    font-size: 10px;
}

.ct-chart-pie .ct-label {
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    font-size: 12px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #26dad2;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #4680ff;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #fc6180;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #ffb64d;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
    fill: #26dad2;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
    fill: #4680ff;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
    fill: #fc6180;
}

@media (max-width: 667px) {
    .dt-buttons {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .dt-buttons {
        display: inline-block;
    }

}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #26dad2;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #26dad2;
    border-left-color: #26dad2;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.superpose {
    color: #EEE;
    height: 350px;
    width: 100%;
}

.superclock {
    position: relative;
    width: 300px;
    margin: auto;
}

.superclock1 {
    position: absolute;
    left: 10px;
    top: 10px;
}

.superclock2 {
    position: absolute;
    left: 60px;
    top: 60px;
}

.superclock3 {
    position: absolute;
    left: 110px;
    top: 110px;
}

.header-search {
    float: right;
    margin-left: 15px;
    position: relative;
}

.header-search .form-control {
    height: 36px;
    width: 250px;
    border-radius: 5px;
    font-size: 14px;
}

.header-search i {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    height: 30px;
    padding: 5px;
    width: 30px;
}

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

.sensex_font {
    font-size: 12px;
    line-height: 0;
}

.media-text-left {
    text-align: left;
}

.boxshadow-none {
    box-shadow: none;
}

.progress-sm {
    height: 8px;
}

.bg-warning-dark {
    background: #e7b63a;
}

.bg-info-dark {
    background: #8b67c9;
}

.bg-danger-dark {
    background: #e63327;
}

.bg-success-dark {
    background: #2ed3aa;
}

.bg-primary-dark {
    background: #0095e1;
}

.widget-card-circle i {
    font-size: 30px;
    left: 0;
    line-height: 97px;
    right: 0;
    text-align: center;
}

.widget-line-list li {
    display: inline-block;
    font-size: 1.2em;
    line-height: 27px;
    padding: 5px 20px 0 15px;
}

.widget-line-list li span {
    font-size: 14px;
}

.height-150 {
    height: 150px;
}

.social-connect ul li {
    display: inline-block;
}

.social-connect ul li a {
    display: inline-block;
    margin: 0 5px;
    padding: 12px 15px;
    border-radius: 4px;
}

.user-card-absolute {
    top: 115px;
    left: 0;
    right: 0;
}

.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.social-pad {
    padding: 40px 30px 110px;
}

.round-img img {
    border-radius: 100px;
}

.blockquote-box {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px;
}

.blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center!important;
    background-color: #E6E6E6;
    padding: 20px 0;
}

.blockquote-box .blockquote-primary {
    border-color: #4680ff;
}

.blockquote-box .blockquote-primary .square {
    background-color: #4680ff;
    color: #ffffff;
}

.blockquote-box .blockquote-success {
    border-color: #26dad2;
}

.blockquote-box .blockquote-success .square {
    background-color: #26dad2;
    color: #ffffff;
}

.blockquote-box .blockquote-info {
    border-color: #62d1f3;
}

.blockquote-box .blockquote-info .square {
    background-color: #62d1f3;
    color: #ffffff;
}

.blockquote-box .blockquote-warning {
    border-color: #ffb64d;
}

.blockquote-box .blockquote-warning .square {
    background-color: #ffb64d;
    color: #ffffff;
}

.blockquote-box .blockquote-danger {
    border-color: #d43f3a;
}

.blockquote-box .blockquote-danger .square {
    background-color: #fc6180;
    color: #ffffff;
}

.error-box {
    height: 100%;
    position: fixed;
    width: 100%;
}

.error-box .footer {
    left: 0;
    right: 0;
    width: 100%;
}

.error-body {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.error-body h1 {
    font-size: 150px;
    font-weight: 900;
    line-height: 210px;
    color: #444c67;
}


/*
/* Version: 1.0
*/


/*-------- css code for responsive layout  --------*/


/*  To make Responsive
---------------------------------------------------------------------- /
*	1 - media screen and (max-width: 1750px)
*   2 - media screen and (max-width: 1680px)
*   3 - media screen and (max-width: 1280px)
*   4 - media screen and (max-width: 1199px)
*   5 - media screen and (max-width: 1024px)
*   6 - media screen and (max-width: 991px)
*   7 - media screen and (max-width: 767px)
*   8 - media screen and (max-width: 680px)
*   9 - media screen and (max-width: 480px)
*   10 - media screen and (max-width: 320px)
*
---------------------------------------------------------------------- */


/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */


/*  1 - media screen and (max-width: 1750px)
---------------------------------------------------------------------- */


/*  1 - media screen and (max-width: 1750px) End
---------------------------------------------------------------------- */


/*  2 - media screen and (max-width: 1680px)
---------------------------------------------------------------------- */


/*  2 - media screen and (max-width: 1680px) End
---------------------------------------------------------------------- */


/*  3 - media screen and (max-width: 1280px)
---------------------------------------------------------------------- */


/*  3 - media screen and (max-width: 1280px) End
---------------------------------------------------------------------- */


/*  4 - media screen and (max-width: 1199px)
---------------------------------------------------------------------- */


/*  4 - media screen and (max-width: 1199px) End
---------------------------------------------------------------------- */


/*  5 - media screen and (max-width: 1024px)
---------------------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
}


/*  5 - media screen and (max-width: 1024px) End
---------------------------------------------------------------------- */


/*  6 - media screen and (max-width: 991px)
---------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
    .hamburger-toggle.is-opened {
        right: 0;
    }
    .graph-card-keys {
        padding: 0 0 0 11px;
    }
    .wrimagecard-topimage_title {
        padding: 20px, 4px;
    }
}


/*  6 - media screen and (max-width: 991px) End
---------------------------------------------------------------------- */


/*  7 - media screen and (max-width: 767px)
---------------------------------------------------------------------- */

@media (min-width: 680px) and (max-width: 767px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
    .footer {
        left: 0;
    }
    .hamburger-toggle.is-opened {
        right: 0;
    }

}


/*  7 - media screen and (max-width: 767px) End
---------------------------------------------------------------------- */


/*  8 - media screen and (max-width: 680px)
---------------------------------------------------------------------- */

@media (min-width: 480px) and (max-width: 679px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
    .inbox-pagination {
        margin-top: 30px;
        float: left !important;
    }
    .card-badge .label {
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px;
    }
    .mail-box .sm-side {
        width: 100%;
    }
    .mail-box aside {
        display: inline;
    }
    .footer {
        left: 0;
    }
    .hamburger-toggle.is-opened {
        right: 0;
    }

}


/*  8 - media screen and (max-width: 680px) End
---------------------------------------------------------------------- */


/*  9 - media screen and (max-width: 480px)
---------------------------------------------------------------------- */

@media (min-width: 360px) and (max-width: 479px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
    #project {
        margin-left: 0;
    }
    .fc-toolbar .fc-right {
        float: left;
        margin-top: 15px;
    }
    .card-badge .label {
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px;
    }
    .mail-box .sm-side {
        width: 100%;
    }
    .mail-box aside {
        display: inline;
    }
    .footer {
        left: 0;
    }
    .hamburger-toggle.is-opened {
        right: 0;
        left: 40px
    }
    .helpdesk_card {
        display: block !important;
        padding: 18px 0px 0px 0px !important;
    }
    .selector {
        width: 598px !important;
        float: left;
        left: 23px;
        position: relative;
        display: inline-grid;
    }
    .select2-container {
        right: 14px;
         width: 176px !important;
         padding: 0 0 10px 0;
     }
    .selector ul.selector-chooser {
        margin: 0 10px 0 88px !important
    }
    .picker {

        display: none;
    }
    .notice-sm {
        padding: 13px 62px 11px 3px !important;
    }

}
@media (min-width: 360px) and (max-width: 420px) {
    .notice-sm {
        padding: 13px 75px 11px 3px !important;
    }
}
@media (min-width: 420px) and (max-width: 479px) {
    .notice-sm {
        padding: 13px 86px 11px 3px !important;
    }

}





/*  9 - media screen and (max-width: 360px) End
---------------------------------------------------------------------- */


/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

@media (min-width: 320px) and (max-width: 359px) {
    .title-margin-right {
        margin-right: 7px !important;
    }
    .title-margin-left {
        margin-left: 7px !important;
    }
    #project {
        margin-left: 0;
    }
    .fc-toolbar .fc-right {
        float: left;
        margin-top: 15px;
    }
    .br-theme-bars-pill .br-widget a {
        padding: 7px 12px;
    }
    .br-theme-bars-reversed .br-widget .br-current-rating {
        padding: 0;
    }
    .alert-rating {
        padding-bottom: 40px;
    }
    .card-badge .label {
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px;
    }
    .mail-box .sm-side {
        width: 100%;
    }
    .mail-box aside {
        display: inline;
    }
    .chk-group {
        margin-bottom: 10px;
    }
    .pagination-list {
        float: left !important;
        margin-top: 10px;
    }
    .inner-append {
        position: relative;
    }
    .inner-append .append-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .input-text {
        margin-bottom: 12px;
    }
    .footer {
        left: 0;
    }
    .hamburger-toggle.is-opened {
        right: 0;
        left: 32px;
    }
    .helpdesk_card {
        display: block !important;
        padding: 18px 0px 0px 0px !important;
    }

    .selector {
        width: 461px !important;
        float: left;
        display: inline-grid;
    }
    .picker {
        display: none;
    }
    .select2-container {
       right: 14px;
       padding: 0 0 15px 0;
        width: 176px !important;
        position: relative;
    }
    .selector ul.selector-chooser {
        margin: 0 10px 9px 88px !important
    }

}


/*  10 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */


/*---------------------------------------------------------------*/


/* Retina */


/*---------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .default-logo {
        display: none !important;
    }
    .retina-logo {
        display: inline-block !important;
    }
}

#id-RegistrationStatusChangeForm {
    font-size: 0.8rem !important;
}

#id-RegistrationStatusChangeForm fieldset{
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
}

.p0{
    padding: 0px !important;
}

/*---------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
.status-success {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    //box-shadow:  0 5px 5px  rgba(0,0,0,0.6);
        -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));


}

.status-warning {
    height: 15px;
    width: 15px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    //box-shadow:  0 5px 5px  rgba(0,0,0,0.6);
        -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));

}

.status-danger {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
   // box-shadow:  0 5px 5px  rgba(0,0,0,0.6);
        -webkit-box-reflect: below 8px -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(255, 255, 255, 0.4)));

}

.chart-card:hover {
  transform: scale(1.1);
}

.site_cards {
    zoom:70%;

}
/*
.select {
    margin: 15px 0px 15px 0;
}
*/
.table-scrollbar {
    position: relative;
    height: 800px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}
.fa-success {
	color: #26dad2!important;
}
.fa-danger {
	color: #ef5350!important;
}
.fa-warning {
	color: #ffb22b!important;
}
.fa-purple {
    color: #7460ee!important;
}
.fa-primary {
   color:#007bff!important;
}
/* For Datatables Download and Column Button */
.dt-buttons {
    float:right!important;
    margin-bottom:10px!important;
}

.mdc-data-table__cell{
    height:1px!important;
    white-space: nowrap;
}
.hghlt-row-success {
    -webkit-animation: target-fade 10s 1;
}
.hghlt-row-danger {
    -webkit-animation: target-fade-danger 10s 1;
}
.hghlt-row-warning {
    -webkit-animation: target-fade-warning 10s 1;
}
@-webkit-keyframes target-fade {
    0% { background-color: rgba(0, 255, 0, 0.8); }
    100% { background-color: rgba(0, 255, 0, 0); }
}
@-webkit-keyframes target-fade-danger {
    0% { background-color: rgba(255,69,0, 0.8); }
    100% { background-color: rgba(255,69,0, 0); }
}

@-webkit-keyframes target-fade-warning {
    0% { background-color: rgba(255,127,80, 0.8); }
    100% { background-color: rgba(255,127,80, 0); }
}
#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 50%;
    margin-top: 10%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
td.details-control {
    background: url('/static/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/static/images/details_close.png') no-repeat center center;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 1px 5px 0px!important;
}

.blinking{
    animation:blinkingText 1.5s infinite;
    }
    @keyframes blinkingText{
        50%{    color: transparent; }
        100%{   color: #000;    }
    }


.bg-gradient-success {
  background: linear-gradient(to bottom, #26dad2, white);
}

.bg-gradient-primary {
  background: linear-gradient(to bottom, #759bff, white);
}

.bg-gradient-danger {
  background: linear-gradient(to bottom, white,  #fc5286);
}

.bg-gradient-warning {
  background: linear-gradient(to bottom, #ffc480, white);
}

.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}
.bg-gradient-default {
    background-color: #000000;
    background-image: linear-gradient(315deg, #000000 0%, #5e5368 74%);
}

.keep-shaking {
  display:block;
  -webkit-animation: ring 10s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 10s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 10s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

.ribbon2{
  position:static;
  padding: 0 0.5em;
  font-size:18px;
  margin: 0 0 0 -0.625em;
  line-height: 1.875em;
  color: white;
  border-radius: 0 0.156em 0.156em 0;
  box-shadow: 1px 8px 14px rgb(0 0 0 / 50%)
}

.ribbon2:before{
  position:absolute;
  content: '';
  display: block;
  width: 0.469em;
  height: 100%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbon2:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}
/* LNR ICON STYLING */
.lnr {
    display: inline-block;
    width: 2em;
    height: 2em;
    fill: currentColor;
    vertical-align: -0.05em;
}

.lnr-xs {
    width: 1em;
    height: 1em;
}
.lnr-2x {
    width: 2.5em;
    height: 2.5em;
}

.lnr-3x {
    width: 3em;
    height: 3em;
}

.lnr-4x {
    width: 4em;
    height: 4em;
}

.lnr-5x {
    width: 5em;
    height: 5em;
}
/* LNR ICON STYLING ENDS */

.page-title h1, h2, h3, h4{
    font-weight:200;
    color:cornflowerblue;
}

.border-none {
    border-bottom: none;
}


/*!* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers*/
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
    background-color: #3f6ad8
}

.hamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #3f6ad8;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity .125s .275s ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,6px,0) rotate(135deg);
    transition-delay: .075s
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0,-12px,0) rotate(-270deg);
    transition-delay: .075s
}

.input-group-prepend{
    margin-right: -2px;
    display: flex;
}
.freeze-header {
    position: sticky;
    top: 0;
    z-index:1
}

/* custom tooltip created for custom messages */
.custom-tooltip {
        position: relative;
        display: inline-block;

    }

.custom-tooltip:hover::after {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1;
}

.zoom-element {
      transition: transform 0.3s ease;
    }

.zoom-element:hover {
      transform: scale(1.2);
    }


.icon-on-card {
    font-size: 1.8rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    border-radius: 0.25rem;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

.blink {
        animation: blink 1s linear infinite;
      }
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.scroller10to20 {
    max-height:20vw;
    min-height:7vw;
    overflow: scroll;
}

.scroller10to30 {
    max-height:30vw;
    min-height:7vw;
    overflow: scroll;
}

.scroller10to40 {
    max-height:41vw;
    min-height:7vw;
    overflow: scroll;
}

.scroller10to50 {
    max-height:50vw;
    min-height:5vw;
    overflow: scroll;
}

.scroller10to60 {
    max-height:60vw;
    min-height:5vw;
    overflow: scroll;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #464545;
    opacity: .9;
    z-index: 9999;
}

.circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: grey;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 1rem;
        }

.circle100px {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-color: grey;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 1rem;
        }

.circle80px {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: grey;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 1rem;
        }


.circle20px {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: grey;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 1rem;
        }

.circle30px {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: grey;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 1rem;
        }

.circle-border {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid #007bff; /* Blue border */
            color: #007bff; /* Blue text color */
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem;
            font-weight: light;
        }



/* fix table header starts */
th, td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
}

thead th {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 2;
}

/* fix table header ends */
.blinking-fast {
    animation:blink 0.5s ease-in infinite;
}
.blinking-slow {
    animation:blink 5s ease-in infinite;
}


.scrolling-text-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    will-change: transform;
    animation: scroll-left 10s linear infinite;
}

.text-content {
    font-weight: 200;
    color: #27dc48;
    font-size: large;
    padding-left: 100%; /* Start offscreen to the right */
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.bg-light-primary {
    background: #e8f4ff;
    color: #1890ff;
}

.bg-light-secondary {
    background: #f3f4f6;
    color: #6c757d;
}

.bg-light-success {
    background: #e6ffed;
    color: #28a745;
}

.bg-light-danger {
    background: #ffe8e8;
    color: #dc3545;
}

.bg-light-warning {
    background: #fff9e6;
    color: #ffc107;
}

.bg-light-dark {
    background: #e2e3e5;
    color: #343a40;
}


.blinkMe {
  animation: blink-animation .5s steps(2, start) infinite;
  -webkit-animation: blink-animation .5s steps(2, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Style the Select2 dropdown search input box */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0d6efd !important;
    color: #212529 !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 0.875rem !important;
}

/* Style the dropdown items (options) */
.select2-results__option {
    color: #212529 !important;
    font-size: 0.875rem !important;
}

.select2-results__option--highlighted {
    background-color: #0d6efd !important;
    color: white !important;
}

/* Style the main select box to match Bootstrap form-select */
.select2-container--default .select2-selection--single {
    border: 1px solid #3f6ad8 !important;
    border-radius: 0.375rem !important;
    height: auto;
    color: #212529 !important;
    background-color: #fff;
}

.page-break {
    page-break-before: always;
    break-before: page;
  }


/* STAR RATING */
.star-rating {
   direction: rtl;
   unicode-bidi: bidi-override;
   display: inline-flex;
   gap: 5px;
 }

 .star-rating input {
   display: none;
 }

 .star-rating label {
   color: #ccc;
   cursor: pointer;
   transition: color 0.2s;
 }

 .star-rating input:checked ~ label,
 .star-rating label:hover,
 .star-rating label:hover ~ label {
   color: #ffc107;
 }

/* STAR RATING ENDS */


/*table.dataTable thead .sorting{background-image:url("/static/img/datatables/sort_both.png")}
table.dataTable thead .sorting_asc{background-image:url("/static/img/datatables/sort_asc.png")}
table.dataTable thead .sorting_desc{background-image:url("/static/img/datatables/sort_desc.png")}
table.dataTable thead .sorting_asc_disabled{background-image:url("/static/img/datatables/sort_asc_disabled.png")}
table.dataTable thead .sorting_desc_disabled{background-image:url("/img/datatables/sort_desc_disabled.png")}*/

