@import url('../../assets/plugins/css/waves.min.css');
@import url('generic-class.css');
@import url('menu.css');

body {
    font-size: 14px;
    overflow-x: hidden;
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

*:focus {
    outline: none !important;
}

a {
    transition: all 0.3s 0s;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
    font-weight: 400;
    margin: 0;
}

i {
    cursor: pointer;
}

.card_main {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px rgba(0, 0, 0, .08), 0 1px 5px 0 rgba(0, 0, 0, .08);
}

.sub-title {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

label {
    color: rgba(43, 61, 81, 0.8);
    font-weight: 500;
    text-transform: capitalize;
}

h6 {
    color: #757575;
    font-weight: 600;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.counter-txt {
    font-size: 1.5rem;
}

.width-100 {
    width: 100%;
}

.c-pointer {
    cursor: pointer;
}

.breadcrumb-block .breadcrumb:last-child {
    margin-bottom: 0;
}

.breadcrumb-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.85);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.card-header {
    padding: 20px;
    background-color: transparent;
    color: #757575;
}

.card {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
}

textarea {
    resize: none;
}

.txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
}

.form-inline label {
    margin-bottom: 5px !important;
}

.able-logo {
    display: inline-block;
    margin-right: 10px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    background: transparent;
    color: #0275d8;
    text-align: center;
    border-bottom: 1px solid #0275d8;
}

.generic-card-body strong {
    display: block;
}

.generic-card-body code {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.block {
    display: block !important;
}

.btn.shadow-none {
    box-shadow: none;
}
/**====== Custom css end ======**/


/**  =====================
      icon css start
==========================  **/
/*========== font awesome icon ===========*/

.data_table_main.icon-list-demo [class*=col-] {
    margin-bottom: 10px;
}

.icon-list-demo i {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43, 61, 81, 0.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.icon-list-demo div {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 10px;
}

.icon-list-demo i:hover {
    color: #64b0f2;
}

.main-header {
    padding: 20px 0 20px 20px;
}

    .main-header h4 {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 600;
    }

    .main-header .breadcrumb-title {
        margin-top: 10px;
        margin-bottom: 0;
    }

        .main-header .breadcrumb-title a {
            font-size: 16px;
            color: #1b8bf9;
        }

        .main-header .breadcrumb-title .breadcrumb-item:last-child a {
            color: #7e7e7e;
        }
/**====== icon css end ======**/
/**  =====================
      Accordion css start
==========================  **/
.accordion-msg {
    display: block;
    color: #222222;
    padding: 14px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600;
}

    .accordion-msg:hover,
    .accordion-msg:focus {
        text-decoration: none;
    }

.faq-accordion .accordion-desc {
    padding: 20px;
}

.accordion-desc {
    color: #222222;
    padding: 0px 20px 20px 20px;
}

#color-accordion .accordion-desc {
    margin-top: 14px;
}

.ui-accordion-header-icon {
    float: right;
    font-size: 20px;
}

.accordion-title {
    margin-bottom: 0;
}

.accordion-block {
    padding: 0;
}
/*dropdown*/
.drop.animate {
    -webkit-animation: drop 1s ease-out;
    animation: drop 1s ease-out;
}

@-webkit-keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.materialSelect {
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

    .materialSelect.error .md-select:not(.isOpen) {
        border: 1px solid #DD2C00 !important;
    }

    .materialSelect.error .message {
        display: block;
    }

    .materialSelect.inline {
        float: none !important;
        display: inline-block;
        z-index: 0;
        min-width: 100px;
    }

        .materialSelect.inline .md-select {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            top: 0;
            left: 0;
            margin: 0;
            -webkit-transition: all 0.2s !important;
            transition: all 0.2s !important;
            width: 100%;
            background-color: #f7f7f7;
            border-bottom: 1px solid #CDCDCD;
        }

            .materialSelect.inline .md-select.isOpen {
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                top: 50%;
            }

    .materialSelect:not(.inline) {
        width: 100%;
    }

        .materialSelect:not(.inline) .md-select {
            width: 100%;
            margin-left: 50%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .materialSelect .md-select {
        position: absolute;
        padding: 0;
        top: -1px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 250px;
        text-align: center;
        margin: 0 0 0 auto;
        z-index: 9999;
        height: 48px;
        overflow: hidden;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 transparent;
        background-color: #fff;
        -webkit-transform: none;
        transform: none;
    }

        .materialSelect .md-select:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #bbbbbb;
            content: '';
            display: block;
            height: 0;
            position: absolute;
            pointer-events: none;
            top: 19px;
            right: 10px;
            width: 0;
        }

        .materialSelect .md-select li {
            cursor: pointer;
            font-size: 15px;
            list-style: none;
            line-height: 48px;
            padding: 0 48px 0 24px;
            position: relative;
            overflow: hidden;
            text-align: left;
        }

            .materialSelect .md-select li[data-selected] {
                height: 48px;
            }

            .materialSelect .md-select li:not([data-selected]) {
                height: 0;
                opacity: 0;
            }

        .materialSelect .md-select.isOpen {
            background-color: #fafafa;
            border-radius: 2px;
            box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
            top: -96px;
            height: auto;
            z-index: 99999;
        }

            .materialSelect .md-select.isOpen:after {
                display: none;
            }

            .materialSelect .md-select.isOpen:before {
                border-color: transparent !important;
            }

            .materialSelect .md-select.isOpen li {
                height: 48px;
                opacity: 1;
            }

                .materialSelect .md-select.isOpen li[data-selected] {
                    color: #1b8bf9;
                }

                .materialSelect .md-select.isOpen li:hover {
                    background-color: #eeeeee;
                }

                .materialSelect .md-select.isOpen li:active {
                    background-color: #dbdbdb;
                }

        .materialSelect .md-select:not(.isOpen):hover {
            background-color: #f7f7f7;
            border-bottom: 1px solid #ccc;
        }

        .materialSelect .md-select:not(.isOpen):active {
            box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.3);
        }

        .materialSelect .md-select + .md-select:before {
            border-left: thin solid #c8c8c8;
            content: '';
            height: 32px;
            left: 0;
            position: absolute;
            top: 8px;
        }

    .materialSelect .message {
        position: absolute;
        top: 50px;
        width: 100%;
        color: #DD2C00;
        display: none;
    }
/**====== Accordion css ends ======**/
/**====Button-FAB css start=====**/
.card-height {
    height: 350px;
}

.fab-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.toolbar-active {
    border-radius: 4px !important;
    width: 208px !important;
}

.fab-icon i {
    line-height: 55px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all ease-in 0.3s;
}

/* floating action button */
.popout {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
}

    .popout .btn {
        display: inline-block;
        outline: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 32px;
        z-index: 999;
        background: #2196F3;
        color: white;
        border-radius: 50%;
        margin-right: -28px;
        margin-bottom: -35px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition: 0.2s opacity ease-in-out;
        -webkit-transition: 0.2s opacity ease-in-out;
    }

        .popout .btn.active {
            visibility: hidden;
            opacity: 0;
        }

        .popout .btn:after {
            display: block;
            position: absolute;
            top: 0;
            content: "";
            border-radius: 50%;
            width: 60px;
            height: 60px;
            background: #fff;
            z-index: -2;
            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
            transition: transform 0.2s, opacity 0.2s;
        }

        .popout .btn:active:after {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
            opacity: 0;
        }

    .popout .panel {
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 340px;
        text-align: left;
        overflow: hidden;
        visibility: hidden;
        transform: scale(0);
        transform-origin: 100% 100%;
        transition: transform 0.2s, visibility 0s 0.2s;
        opacity: 0;
    }

    .popout .icon {
        font-size: 25px;
        margin: 0;
    }

    .popout .panel.active {
        height: auto;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
    }

    .popout .panel-header {
        padding: 20px;
        font-size: 15px;
        background-color: #34495e;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .popout .panel-body {
        padding: 10px 20px;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 11px;
        color: #aaa;
    }
/* fab-expand animation */
#main-display {
    margin: 200px auto;
}

.fab-expand {
    border: none;
    background-color: #4CAF50;
    border-radius: 100%;
    padding: 25px;
    position: absolute;
    right: 20px;
    top: 80%;
    color: white;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-sizing: border-box;
    width: 60px;
    height: 60px;
}

    .fab-expand .fa {
        transform: translate(-50%, -50%);
    }

    .fab-expand.is-expanding {
        animation: expand 0.5s ease-in;
    }

    .fab-expand.expanded {
        width: 80%;
        height: 60%;
        border-radius: 3px;
        background-color: #3498db;
        left: 10%;
        top: 20%;
        cursor: auto;
    }

    .fab-expand.is-closing {
        animation: expand 0.5s ease-out reverse;
    }

@keyframes expand {
    33% {
        width: 0;
        height: 0;
        left: 70%;
        top: 70%;
    }

    100% {
        width: 80%;
        height: 60%;
        border-radius: 3px;
        background-color: #3498db;
        left: 10%;
        top: 20%;
    }
}

.expand-close {
    cursor: pointer;
    float: right;
}

.fab-expand-icon {
    font-size: 25px;
    margin: 5px;
}
/**====== Button-FAB css ends ======**/

/**  =====================
      Footer css start
==========================  **/
.footer-fix .footer-bg {
    position: fixed !important;
}

.footer-bg {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    position: fixed;
    border-top: 1px solid #ccc;
}

.sidebar-mini.fixed .footer-bg {
    width: calc(100% - 230px);
}

.sidebar-mini .footer-bg {
    width: calc(100% - 50px);
}
/**====== footer css end ======**/
/**  =====================
      Typography css start
==========================  **/

.text-pink {
    color: #ff7aa3;
}

.text-custom {
    color: #64b0f2;
}

.text-dark {
    color: #2b3d51;
}

.text-purple {
    color: #9261c6;
}
/**====== Typography css end ======**/

/**  =====================
      Tabs css start
==========================  **/
.tab-list p {
    padding: 10px;
}

.tab-with-img i {
    position: absolute;
    padding: 5px;
}

.tab-icon {
    margin-bottom: 30px;
}

    .tab-icon i {
        padding-right: 10px;
    }

.tab-below.nav-tabs .nav-link.active {
    border-color: transparent #ddd #ddd #ddd;
}

.tab-below {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

    .tab-below .nav-item {
        margin-top: -2px;
    }

    .tab-below.nav-tabs .nav-link {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-header ~ .tab-icon .tab-with-img .sub-title i {
    right: 10px;
}

.tab-with-img .nav-link {
    position: relative;
}

.tabs-left, .tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-left, .tabs-right, .tabs-left-content, .tabs-right-content {
    display: table-cell;
}

.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
}

.nav-tabs.tabs-right .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
    right: 0;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: #1b8bf9;
    border: none;
    background-color: transparent !important;
    border-radius: 0;
}

.md-tabs .nav-item a {
    padding: 20px 0 20px !important;
}

.product-edit .md-tabs .nav-item a {
    padding: 0 0 20px !important;
}

.md-tabs.tabs-left .nav-item, .tabs-left .nav-item, .md-tabs.tabs-right .nav-item, .tabs-right .nav-item {
    width: 100%;
    position: relative;
}

.md-tabs {
    position: relative;
}

    .md-tabs .nav-item + .nav-item {
        margin: 0;
    }

    .md-tabs .nav-link {
        border: none;
        color: #0e5061;
    }

        .md-tabs .nav-link:focus, .md-tabs .nav-link:hover {
            border: none;
        }

    .md-tabs .nav-item {
        background-color: #fff;
        width: calc(100% / 4);
        text-align: center;
    }

.nav-tabs .slide {
    background: #0e5061;
    width: calc(100% / 4);
    height: 4px;
    position: absolute;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    bottom: 0;
}

.md-tabs .nav-item .nav-link.active ~ .slide {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.md-tabs .nav-item .nav-link ~ .slide {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.img-tabs img {
    width: 100px;
    margin: 0 auto;
}

.img-tabs a img {
    border: 3px solid;
}

.img-tabs a.active {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.img-tabs a {
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}

    .img-tabs a span i {
        height: 25px;
        width: 25px;
        border-radius: 100%;
        bottom: 10px;
        right: 70px;
    }

#pc-left-panel-menu {
    margin-bottom: 20px;
}

/**====== Tabs css end ======**/

/**  ==Button css start======  **/
/* Raised Button css*/
.btn {
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    transition: box-shadow linear 0.4s;
}

.button-list {
    padding-bottom: 10px;
}

    .button-list .btn {
        margin-bottom: 10px;
        margin-right: 30px;
    }

.btn:hover {
    box-shadow: none;
}

.button-list .btn:last-child {
    margin-right: 0;
}

.btn-page [class*=btn-]:last-child {
    margin-right: 0;
}

.dropdown-split [class*=btn-], .btn-group [class*=btn-] {
    margin-right: 0;
}

.animation-model button {
    margin-bottom: 10px;
}
/*Alter Bootstrap Button */
.btn-default, .btn-default:focus, .btn-default:hover {
    background-color: #FFFFFF;
    color: #757575;
}

    .btn-default:active {
        background-color: #FFFFFF !important;
        transition: background-color 0.3s ease-in-out;
    }

.btn-info, .btn-info:focus, .btn-info:hover {
    background-color: #40c4ff;
    border-color: #40c4ff;
}

    .btn-info:active {
        background-color: #40c4ff !important;
        border-color: #40c4ff !important;
    }

.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #2196F3;
    border-color: #2196F3;
}

    .btn-primary:active {
        background-color: #2196F3 !important;
        border-color: #2196F3 !important;
    }

.btn-success, .btn-success:focus, .btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

    .btn-success:active {
        background-color: #4CAF50 !important;
        border-color: #4CAF50 !important;
    }

.btn-danger, .btn-danger:focus, .btn-danger:hover {
    background-color: #ff5252;
    border-color: #ff5252;
}

    .btn-danger:active {
        background-color: #ff5252 !important;
        border-color: #ff5252 !important;
    }

.btn-warning, .btn-warning:focus, .btn-warning:active, .btn-warning:hover {
    background-color: #f57c00;
    border-color: #f57c00;
}

    .btn-warning:active {
        background-color: #f57c00 !important;
        border-color: #f57c00 !important;
    }
/*flat button css*/
.btn-flat {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    font-weight: 600;
}

.flat-primary:focus {
    background-color: #81d4fa;
}

.flat-success:focus {
    background-color: #a5d6a7;
}

.flat-warning:focus {
    background-color: #ffe0b2;
}

.flat-danger:focus {
    background-color: #ffcdd2;
}

.flat-info:focus {
    background-color: #b3e5fc;
}

.flat-default:focus {
    background-color: #f5f5f5;
}
/*inverse button css*/
.btn-inverse-default {
    background-color: #FFFFFF;
    border-color: #757575;
    color: #757575;
    box-shadow: none;
    transition: border-color linear 0.4s;
}

    .btn-inverse-default:hover {
        border-color: #757575;
        color: #757575;
    }

.btn-inverse-primary {
    background-color: #fff;
    border-color: #2196F3;
    color: #2196F3;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-primary:hover {
        border-color: #2196F3;
        background-color: #2196F3;
        color: #fff;
    }

.btn-inverse-success {
    background-color: #fff;
    border-color: #4CAF50;
    color: #4CAF50;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-success:hover {
        background-color: #4CAF50;
        border-color: #4CAF50;
        color: #fff;
    }

.btn-inverse-warning {
    background-color: #fff;
    border-color: #f57c00;
    color: #f57c00;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-warning:hover {
        background-color: #f57c00;
        border-color: #f57c00;
        color: #fff;
    }

.btn-inverse-danger {
    background-color: #fff;
    border-color: #ff5252;
    color: #ff5252;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-danger:hover {
        background-color: #ff5252;
        border-color: #ff5252;
        color: #fff;
    }

.btn-inverse-info {
    background-color: #fff;
    border-color: #40c4ff;
    color: #40c4ff;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-info:hover {
        background-color: #40c4ff;
        border-color: #40c4ff;
        color: #fff;
    }

.btn-inverse-disable {
    background-color: #fff;
    border-color: #757575;
    color: #757575;
    box-shadow: none;
    transition: all ease-in 0.3s;
}

    .btn-inverse-disable:hover {
        background-color: #e0e0e0;
        border-color: #e0e0e0;
        color: #757575;
    }
/*button size css*/
.btn-xlg {
    padding: 14px 20px;
    font-size: 21px;
    line-height: 40px;
}

.btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 32px;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px;
}

.btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px;
}
/*social button*/
.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-dropbox,
.btn-flickr,
.btn-tumblr,
.btn-skype,
.btn-youtube,
.btn-github {
    color: #fff;
}

    .btn-facebook i,
    .btn-twitter i,
    .btn-linkedin i,
    .btn-dribbble i,
    .btn-google-plus i,
    .btn-instagram i,
    .btn-pinterest i,
    .btn-dropbox i,
    .btn-flickr i,
    .btn-tumblr i,
    .btn-skype i,
    .btn-youtube i,
    .btn-github i {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 3px 0 0 3px;
        margin: -7px 0 -7px -13px;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00ACED;
}

.btn-linkedin {
    background-color: #007BB6;
}

.btn-dribbble {
    background-color: #EA4C89;
}

.btn-google-plus {
    background-color: #DD4B39;
}

.btn-instagram {
    background-color: #517FA4;
}

.btn-pinterest {
    background-color: #CB2027;
}

.btn-dropbox {
    background-color: #007EE5;
}

.btn-flickr {
    background-color: #FF0084;
}

.btn-tumblr {
    background-color: #32506D;
}

.btn-skype {
    background-color: #00AFF0;
}

.btn-youtube {
    background-color: #BB0000;
}

.btn-github {
    background-color: #171515;
}

/*button round css*/
.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 30px;
    height: 40px;
    padding: 3px;
    text-align: center;
}

.btn-group .btn {
    box-shadow: none;
}

/*dropdown button css*/
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.dropdown-danger,
.dropdown-success,
.dropdown-warning,
.dropdown-info,
.dropdown-primary {
    display: inline-block;
    position: relative;
}

    .dropdown-primary a:hover {
        background-color: #2196F3;
        color: #fff;
    }

    .dropdown-danger a:hover {
        background-color: #ff5252;
        color: #fff;
    }

    .dropdown-warning a:hover {
        background-color: #f57c00;
        color: #fff;
    }

    .dropdown-success a:hover {
        background-color: #4CAF50;
        color: #fff;
    }

    .dropdown-info a:hover {
        background-color: #40c4ff;
        color: #fff;
    }

.dropdown-split-primary a:hover {
    background-color: #2196F3;
    color: #fff;
}

.dropdown-split-success a:hover {
    background-color: #4CAF50;
    color: #fff;
}

.dropdown-split-danger a:hover {
    background-color: #ff5252;
    color: #fff;
}

.dropdown-split-warning a:hover {
    background-color: #f57c00;
    color: #fff;
}

.dropdown-split-info a:hover {
    background-color: #40c4ff;
    color: #fff;
}
/* ========================
    Start Box Shadow Css
=========================== */

/* css for z-depth for top only */
.z-depth-top-0 {
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-1 {
    box-shadow: 0 -7px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-2 {
    box-shadow: 0 -9px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-3 {
    box-shadow: 0 -10px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-4 {
    box-shadow: 0 -11px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-top-5 {
    box-shadow: 0 -12px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth for bottom only */
.z-depth-bottom-0 {
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-1 {
    box-shadow: 0 7px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-2 {
    box-shadow: 0 9px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-3 {
    box-shadow: 0 10px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-4 {
    box-shadow: 0 11px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-bottom-5 {
    box-shadow: 0 12px 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth left only */
.z-depth-left-0 {
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-1 {
    box-shadow: -7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-2 {
    box-shadow: -9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-3 {
    box-shadow: -10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-4 {
    box-shadow: -11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-left-5 {
    box-shadow: -12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth right only */
.z-depth-right-0 {
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-1 {
    box-shadow: 7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-2 {
    box-shadow: 9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-3 {
    box-shadow: 10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-4 {
    box-shadow: 11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-right-5 {
    box-shadow: 12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

/* css for z-depth all side */
.z-depth-0 {
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-1 {
    box-shadow: 0 0 25px 7px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-2 {
    box-shadow: 0 0 25px 9px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-3 {
    box-shadow: 0 0 25px 10px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-4 {
    box-shadow: 0 0 25px 11px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.z-depth-5 {
    box-shadow: 0 0 25px 12px #ccc,0 1px 5px 0 rgba(0, 0, 0, 0.1),0 0px 0px 0px rgba(0, 0, 0, 0);
}

.box-list div div {
    margin-bottom: 20px;
}

.box-list {
    padding-bottom: 0;
}
/*=========================
    Slider Page css Start
============================ */

/* css for owl carousel */
.slider-center .owl-carousel .owl-item {
    display: inline-block;
    width: auto;
    border-radius: 50%;
}

.slider-center .card-text, .swiper-slide .card-text {
    margin-bottom: 20px;
}

.owl-next {
    position: relative;
}

.owl-theme .owl-controls .owl-nav div {
    border-radius: 30px;
    display: inline-block;
    font-size: 0;
    height: 50px;
    margin: 5px;
    padding: 7px;
    width: 50px;
}

    .owl-theme .owl-controls .owl-nav div.owl-prev::before, .owl-theme .owl-controls .owl-nav div.owl-next::before {
        content: "\eb5e";
        font-family: 'IcoFont' !important;
        font-size: 25px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-transform: none;
    }

    .owl-theme .owl-controls .owl-nav div.owl-next::before {
        content: "\eb61" !important;
    }

.owl-theme .owl-controls {
    text-align: center;
}

.slider-center .owl-theme .owl-controls {
    margin-top: 30px;
    position: relative;
    text-align: right;
    z-index: 9;
}
/* ============================
    start error page css
========================== */
/* error page css */
.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #2196F3;
}

    .error-500 h1,
    .error-503 h1,
    .error-404 h1,
    .error-400 h1,
    .error-403 h1 {
        text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
        padding: 70px 0;
        color: #fff;
        font-size: 150px;
        margin-bottom: 40px;
    }

    .error-500 h5,
    .error-503 h5,
    .error-404 h5,
    .error-400 h5,
    .error-403 h5 {
        font-size: 40px;
        margin-bottom: 40px;
        font-weight: 600;
        color: #fff;
    }

    .error-500 p,
    .error-503 p,
    .error-404 p,
    .error-400 p,
    .error-403 p {
        font-size: 24px;
        margin-bottom: 40px;
        font-weight: 400;
        color: #fff;
    }

.btn-error {
    background-color: #fff;
    border-color: #fff;
    padding: 10px 20px;
    color: #777;
}

    .btn-error:hover {
        color: #777;
    }

.error-500 h1 {
    background: url("../images/500%402x.png") no-repeat center;
}

.error-503 h1 {
    background: url("../images/503%402x.png") no-repeat center;
}

.error-404 h1 {
    background: url("../images/404%402x.png") no-repeat center;
}

.error-400 h1 {
    background: url("../images/400%402x.png") no-repeat center;
}

.error-403 h1 {
    background: url("../images/403%402x.png") no-repeat center;
}

/*======================
  Breadcrumb
===================== */

/* css for breadcrumb */
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
    content: "\00bb\00a0";
}

.breadcrumb .breadcrumb-item .home::before {
    content: "\f124";
}

.breadcrumb-3 {
    border: solid 1px #ddd;
    background-color: transparent;
}

.icon-folder::before {
    content: "\f124";
}

.breadcrumb > li {
    display: inline-block;
}
/* breadcrumbs */
#breadcrumb-triangle {
    list-style: none;
    display: inline-block;
}

    #breadcrumb-triangle .icon {
        font-size: 14px;
    }

    #breadcrumb-triangle li {
        float: left;
        margin-top: 5px;
    }

.breadcrumb-icon-block {
    padding-top: 15px;
}

#breadcrumb-triangle li a {
    color: #FFF;
    display: block;
    background: #2196F3;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    transition: background 0.3s ease-in-out;
}

#breadcrumb-triangle li:nth-child(even) a {
    background-color: #2196F3;
}

    #breadcrumb-triangle li:nth-child(even) a:before {
        border-color: #2196F3;
        border-left-color: transparent;
    }

    #breadcrumb-triangle li:nth-child(even) a:after {
        border-left-color: #2196F3;
    }

#breadcrumb-triangle li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

    #breadcrumb-triangle li:first-child a:before {
        border: none;
    }

#breadcrumb-triangle li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

    #breadcrumb-triangle li:last-child a:after {
        border: none;
    }

#breadcrumb-triangle li a:before, #breadcrumb-triangle li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: solid #2196F3;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb-triangle li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb-triangle li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #2196F3;
}

#breadcrumb-triangle li a:hover {
    background-color: #40c4ff;
}

    #breadcrumb-triangle li a:hover:before {
        border-color: #40c4ff;
        border-left-color: transparent;
    }

    #breadcrumb-triangle li a:hover:after {
        border-left-color: #40c4ff;
    }

#breadcrumb-triangle li a:active {
    background-color: #16a085;
}

    #breadcrumb-triangle li a:active:before {
        border-color: #16a085;
        border-left-color: transparent;
    }

    #breadcrumb-triangle li a:active:after {
        border-left-color: #16a085;
    }

/* pagination */
.pager {
    margin-bottom: 1rem;
}

    .pager a.prev {
        border-radius: 50px 0 0 50px;
    }

    .pager a.next {
        border-radius: 0 50px 50px 0;
    }

    .pager li {
        display: inline;
    }

ul.margin-pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.margin-pagination li {
        display: inline;
    }

        ul.margin-pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
            margin: 0 4px;
        }

            ul.margin-pagination li a.active {
                background-color: #4CAF50;
                color: white;
                border: 1px solid #4CAF50;
            }

            ul.margin-pagination li a:hover:not(.active) {
                background-color: #ddd;
            }
/*====== Pagination CSS ===== */
.pager li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager .previous a, .pager .previous span {
    float: left;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.icon-left-thin:before {
    content: "\2190";
}

.icon-right-thin:before {
    content: "\2192";
}

.pagination > li > a, .pagination > li > span, .pager > li > a, .pager > li > span {
    color: #00b8ce;
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager li > a:hover, .pager li > a:focus {
    color: #505050;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span, .bootpag li.disabled a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.bootpag {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 10px;
    border-radius: 4px;
}

.demo2 .bootpag {
    margin: 0;
}

.bootpag > li {
    display: inline;
}

    .bootpag > li > a, .bootpag > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.bootpag > .active > a, .bootpag > .active > a:focus, .bootpag > .active > a:hover, .bootpag > .active > span, .bootpag > .active > span:focus, .bootpag > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}
/*======================
Basic card CSS
======================= */
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.global-cards .card-text {
    margin-bottom: 10px;
}

.color-card footer, .color-card p {
    color: #fff;
}

.color-card .card-default p, .color-card .card-default footer {
    color: #222;
}
/* =======================
      Login Card css
 ======================= */
.login-card {
    padding: 30px 20px;
    width: 500px;
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

    .login-card h1 {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: 400;
        text-align: center;
    }

    .login-card i {
        color: #777;
    }

.login {
    text-align: left;
}

    .login ul li label {
        color: #757575;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .login h3 {
        color: #666666;
        font-size: 20px;
    }

.social-login {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

    .social-login .btn {
        margin-left: 5px;
        margin-right: 5px;
    }

.login-card .md-input-wrapper {
    margin-bottom: 30px;
}

.login-card .card-footer {
    background: #fff;
}

.login-card h1 {
    color: #1b8bf9;
}

.btn-signup .btn-md,
.btn-singin1 .btn-md,
.btn-singin2 .btn-md {
    font-size: 22px;
    font-weight: 400;
    width: 400px;
}

.login-card .forget {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: 0.6;
}

.form-group-main .form-group {
    margin: 30px 0;
}

.login-card .unlock,
.login-card .btn-forgot {
    text-align: center;
}

.login-card span {
    font-weight: 700;
}

.imgs-screen .img-circle {
    padding: 4px;
    border: 1px solid #E6E6E4;
}

.sign-in-with {
    margin-bottom: 15px;
    text-align: center;
}
/**  =====================
      General Elements start
==========================  **/
.input-success,
.input-success:focus {
    border: 1px solid #4CAF50;
    box-shadow: none;
}

.input-warning,
.input-warning:focus {
    border: 1px solid #f57c00;
    box-shadow: none;
}

.input-danger,
.input-danger:focus {
    border-bottom: 1px solid #ff5b5b !important;
    box-shadow: none;
}

.input-icon {
    position: absolute;
    top: 10px;
    right: 30px;
}

.addon-btn {
    padding: 8px .75rem;
    font-size: 14px;
    line-height: 1.25;
}

.form-control-label {
    font-weight: 700;
}

.form-group label,
.form-control {
    font-size: 12px;
}

.input-group-addon {
    padding: 8px .75rem;
    font-size: 14px;
    line-height: 1.25;
    color: white;
}

.form-control-lg, .input-group-lg .form-control, .input-group-lg .input-group-addon, .input-group-lg .input-group-btn .btn, .md-input-lg {
    font-size: 1.25rem;
}

.form-control-sm, .input-group-sm .form-control, .input-group-sm .input-group-addon, .input-group-sm .input-group-btn .btn, .md-input-sm {
    font-size: .875rem;
}

.inline-forms .card-body .inline-form-style {
    margin-bottom: 0;
}
/**  =====================
      Input Types End
==========================  **/
/**  =====================
      Modal page start
==========================  **/
.sign-in-up {
    display: flex;
    background-color: #1b8bf9;
}

.sign-in-up-left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sign-in-up-right {
    width: 60%;
    background-color: #fff;
    padding: 20px;
}

    .sign-in-up-right .md-tabs .nav-item a {
        padding: 0 0 20px !important;
    }

    .sign-in-up-right .md-tabs {
        border-bottom: none;
        margin-bottom: 40px;
    }

.login-up button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999;
}
/**====== Modal css end ======**/
/**  =====================
      Nestable css start
==========================  **/
.nestable-menu {
    padding: 0;
    margin: 0;
}
/**====== Nestable css end ======**/
/**  =====================
      Label And badges start
==========================  **/
/*badge on button*/

.btn .badge {
    margin-left: 8px;
}

.btn-default .badge,
.btn-primary .badge,
.btn-warning .badge,
.btn-danger .badge,
.btn-info .badge,
.btn-success .badge {
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 50%;
}

.btn-primary .badge {
    color: #2196F3;
}

.btn-success .badge {
    color: #4CAF50;
}

.btn-warning .badge {
    color: #f57c00;
}

.btn-danger .badge {
    color: #ff5252;
}

.btn-info .badge {
    color: #40c4ff;
}

.btn-default .badge {
    background-color: #757575;
    color: #fff;
}

.badge {
    color: #999999;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.badge-md {
    padding: 4px 8px;
    font-size: 14px;
}

.badge-lg {
    padding: 5px 9px;
    font-size: 14px;
}

.label {
    display: inline;
    padding: 2px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px;
}

.label-bagdes .label-icon {
    position: relative;
    font-size: 20px;
}

.label-bagdes .badge {
    margin-bottom: 0;
}

.label-lg {
    padding: 6px 21px;
}

.label-md {
    padding: 4px 14px;
}

.badge-default, .badge-primary, .badge-success, .badge-warning, .badge-danger, .badge-info {
    color: #fff;
}

.badge-default,
.label-default {
    color: #fff;
    background-color: #757575;
}

.badge-primary,
.label-primary {
    background-color: #2196F3;
}

.badge-success,
.label-success {
    background-color: #4CAF50;
}

.badge-warning,
.label-warning {
    background-color: #f57c00;
}

.badge-danger,
.label-danger {
    background-color: #ff5252;
}

.badge-info,
.label-info {
    background-color: #40c4ff;
}

.badge-inverse-default,
.label-inverse-default {
    color: #757575;
    border: 1px solid #757575;
    padding: 2px 7px;
}

.label-bagdes .card .card-body p {
    margin-bottom: 20px;
}

.group-label {
    display: inline-block;
}

.label-icon label {
    position: absolute;
}
/**====== Label And badges css end ======**/

.badge-inverse-primary,
.label-inverse-primary {
    color: #2196F3;
    border: 1px solid #2196F3;
    padding: 2px 7px;
}

.badge-inverse-success,
.label-inverse-success {
    color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 2px 7px;
}

.badge-inverse-warning,
.label-inverse-warning {
    color: #f57c00;
    border: 1px solid #f57c00;
    padding: 2px 7px;
}

.badge-inverse-danger,
.label-inverse-danger {
    color: #ff5252;
    border: 1px solid #ff5252;
    padding: 2px 7px;
}

.badge-inverse-info,
.label-inverse-info {
    color: #40c4ff;
    border: 1px solid #40c4ff;
    padding: 2px 7px;
}

.badge-top-left {
    margin-right: -10px;
    right: 100%;
    top: -3px;
}

.badge-top-right {
    margin-left: -10px;
    top: -3px;
}

.badge-bottom-left {
    margin-left: -33px;
    bottom: -4px;
    right: 97%;
}

.badge-bottom-right {
    margin-left: -7px;
    bottom: -3px;
}

.label-bagdes .label-main {
    margin-bottom: 10px;
    display: inline-block;
}
/**====== Label And badges End ======**/
/**  =====================
      List css start
==========================  **/
.card-list-img {
    height: 75px;
    width: 75px;
}

.basic-list {
    margin-bottom: 30px;
}

    .basic-list li {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        .basic-list li:last-child {
            border: none;
            padding-bottom: 0;
        }

    .basic-list.list-icons li, .basic-list.list-icons-img li {
        margin-left: 50px;
        position: relative;
    }

.list-icons i {
    left: -64px;
    top: 0;
    bottom: -1px;
    width: 64px;
    padding: 8px 0;
}

.list-icons-img img {
    left: -60px;
    top: 0;
    bottom: -1px;
    width: 40px;
    padding: 8px 0;
}

.list-view li button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.dynamic-row {
    margin-bottom: 30px;
}
/**====== List css End ======**/
/**  =====================
      Portlets css start
==========================  **/

.portlets i {
    margin-left: 10px;
}

.portlets-default .card-header {
    background-color: #fff;
}

.portlets-primary .card-header,
.portlets-primary .card-header i,
.portlets-success .card-header,
.portlets-success .card-header i,
.portlets-warning .card-header,
.portlets-warning .card-header i,
.portlets-danger .card-header,
.portlets-danger .card-header i,
.portlets-info .card-header,
.portlets-info .card-header i,
.portlets-inverse .card-header,
.portlets-inverse .card-header i,
.portlets-gray .card-header,
.portlets-gray .card-header i,
.portlets-purple .card-header,
.portlets-purple .card-header i,
.portlets-pink .card-header,
.portlets-pink .card-header i,
.portlets-deep-orange .card-header,
.portlets-deep-orange .card-header i {
    color: #fff;
}

.portlets-primary .card-header {
    background-color: #2196F3;
}

.portlets-success .card-header {
    background-color: #4CAF50;
}

.portlets-warning .card-header {
    background-color: #f57c00;
}

.portlets-danger .card-header {
    background-color: #ff5252;
}

.portlets-info .card-header {
    background-color: #40c4ff;
}

.portlets-inverse .card-header {
    background-color: #4c5667;
}

.portlets-gray .card-header {
    background-color: gray;
}

.portlets-purple .card-header {
    background-color: purple;
}

.portlets-pink .card-header {
    background-color: #fb6d9d;
}

.portlets-deep-orange .card-header {
    background-color: #E64A19;
}
/* 21. Preloader CSS Starts*/

.btry-loader .btry {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 40px;
    margin: -10px 0 0 -20px;
    border: 1px solid #ff3366;
    border-radius: 3px;
}

    .btry-loader .btry:after {
        display: block;
        content: "";
        position: absolute;
        top: -3px;
        height: 2px;
        width: 8px;
        background: #ff3366;
        border-radius: 0 2px 20px 0;
        left: 5px;
    }

    .btry-loader .btry .btry-charge {
        position: absolute;
        z-index: 100;
        height: 16px;
        width: 16px;
        bottom: 1px;
        left: 1px;
        background: #ff3366;
        border-radius: 1px;
        -webkit-animation: red-btry 2s linear 0s infinite;
        -moz-animation: red-btry 2s linear 0s infinite;
        animation: red-btry 2s linear 0s infinite;
    }

@-webkit-keyframes red-btry {
    0% {
        height: 20px;
    }

    100% {
        height: 36px;
    }
}

@keyframes red-btry {
    0% {
        height: 0px;
    }

    100% {
        height: 36px;
    }
}

.btry-loader .radius {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

    .btry-loader .radius .btry-charge {
        position: absolute;
        z-index: 100;
        height: 20px;
        width: 4px;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -2px;
        border-top: 4px solid #ff3366;
        -webkit-animation: rotation 1s linear 0s infinite;
        -moz-animation: rotation 1s linear 0s infinite;
        animation: rotation 1s linear 0s infinite;
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
    }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(60deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(60deg);
    }
}
/*Preloader CSS Ends*/
/*full screen start*/
:-webkit-full-screen #myObject {
    font-size: 20px;
    width: 100%;
}

:-moz-full-screen #myObject {
    font-size: 20px;
    width: 100%;
}
/*full screen end*/
/**====== Portals css end ======**/
/**  =====================
      Full Calender css start
==========================  **/
.fc-left {
    margin-bottom: 10px;
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    background: #f3f3f3;
    color: #000;
    cursor: move;
    border-left: none;
    padding: 5px 18px;
    margin-bottom: 5px;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
}

#external-events .rkmd-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

.fc th, .fc td {
    line-height: 2.5;
}

.fc-state-default {
    background-color: #fff;
    color: #272727;
}

tr:first-child > td > .fc-day-grid-event {
    color: #000;
    padding-left: 10px;
    background: #f3f3f3;
}

.fc-nonbusiness {
    background-color: #fff;
}

.fc-state-active {
    background-color: #1b8bf9;
    color: #fff;
}

.fc-toolbar {
    margin-bottom: 8px;
}

    .fc-toolbar .fc-center {
        display: block;
    }

.fc-center h2 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 10px;
}

.fc button {
    height: auto;
    padding: 10px;
}

.fc-toolbar .fc-left {
    float: right;
}

.fc-button-group {
    margin-right: 10px;
}

.fc .fc-toolbar > * > * {
    margin-left: 0;
}

.fc-event,
.fc-event-dot {
    background-color: transparent;
}

.fc-day-grid-event:hover {
    color: #000 !important;
    opacity: 0.8;
}

.fc-time-grid-event .fc-content {
    color: #fff;
}
/**====== Full Calender css end ======**/

/**  =====================
      To-Do css start
==========================  **/

.to-do-label .rkmd-checkbox {
    width: 100%;
}

.to-do-label {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.task-panel .to-do-label {
    padding-bottom: 0;
}

.to-do-label:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

.to-do-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .to-do-list .input-checkbox ~ label, .tasks-widget .input-checkbox ~ label {
        padding-left: 40px;
    }

    .to-do-list:last-child {
        border: none;
        padding: 0;
        margin: 0;
    }

    .to-do-list:hover i {
        opacity: 1;
        transition: opacity ease-in 0.3s;
    }

    .to-do-list i {
        color: #ccc;
        font-size: 24px;
        opacity: 0;
    }

    .to-do-list p {
        display: inline-block;
    }

.done-task ~ label, .done-task .captions {
    text-decoration: line-through;
}
/**====== To-Do css end ======**/
/**  =====================
      Materialize General elements css start
==========================  **/
.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .md-input-wrapper > label {
        text-transform: initial;
        color: #727272;
        position: absolute;
        top: 16px;
        left: 4px;
        right: 0;
        pointer-events: none;
        -webkit-transition: all 150ms ease-out;
        transition: all 150ms ease-out;
    }

    input[type=text].md-form-control, input[type=file].md-form-control, input[type=password].md-form-control, input[type=email].md-form-control, input[type=number].md-form-control, .md-input-wrapper select, .md-input-wrapper textarea {
        border-radius: 0;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: rgba(0,0,0,.12);
        box-shadow: inset 0 -1px 0 transparent;
        box-sizing: border-box;
        padding: 12px 4px;
        background: 0 0;
        width: 100%;
        display: block;
        max-height: 100px;
    }

.md-disable {
    opacity: 0.7;
}

    .md-disable input {
        cursor: not-allowed;
    }

.checkbox-ripple {
    cursor: pointer;
}

.checkbox-disable, .fade-in-default label, .checkbox-default label, .radio-disable label {
    opacity: 0.6;
    cursor: not-allowed;
}

.md-input-wrapper .md-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .md-input-wrapper .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-wrapper .md-line:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background: #1976d2;
        -webkit-transition: width .4s cubic-bezier(.4,0,.2,1);
        transition: width .4s cubic-bezier(.4,0,.2,1);
    }

.md-form-control:focus ~ .md-line:before, .md-form-control:focus ~ .md-line:after {
    width: 100%;
    background: #1b8bf9;
}

.md-form-control .md-line:before {
    left: 50%;
}

.md-form-control .md-line:after {
    right: 50%;
}

.md-static ~ label {
    top: -6px;
    font-size: 13px;
}

.md-form-control:focus ~ label, .md-valid ~ label {
    top: -6px;
    font-size: 13px;
    color: #1b8bf9;
}

.md-group-add-on {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .md-group-add-on .md-input-wrapper {
        margin-bottom: 0;
    }

.md-label-file {
    position: absolute;
    top: 12px;
}

.md-add-on {
    padding-right: 20px;
    vertical-align: middle;
    padding-left: 5px;
    display: table-cell;
}

.md-group-add-on .md-input-wrapper {
    display: table-cell;
}

.md-group-add-on .md-add-on {
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    padding-top: 2px;
}

    .md-group-add-on .md-add-on ~ .md-input-wrapper {
        display: inline-block;
        width: calc(100% - 40px);
    }

.md-input-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}

.md-input-file {
    overflow: hidden;
    padding-left: 10px;
}

.md-add-on-file {
    float: left;
    height: 3rem;
    line-height: 3rem;
}

.md-form-file ~ .md-form-control {
    opacity: 0;
    position: absolute;
    top: 0;
}

.md-input-wrapper .md-check {
    padding-left: 0;
    top: 0;
}

/*Primary labels*/
.md-input-primary .md-form-control {
    border-color: #1b8bf9 !important;
}

    .md-input-primary .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-primary .md-line:before,
    .md-input-primary .md-form-control:focus ~ .md-line:before, .md-input-primary .md-form-control:focus ~ .md-line:after {
        background: #1b8bf9;
    }

    .md-input-primary > label, .md-input-primary .md-form-control:focus ~ label, .md-valid ~ label {
        color: #1b8bf9;
    }

/*Success labels*/
.md-input-success .md-form-control {
    border-color: #4CAF50 !important;
}

    .md-input-success .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-success .md-line:before,
    .md-input-success .md-form-control:focus ~ .md-line:before, .md-input-success .md-form-control:focus ~ .md-line:after {
        background: #4CAF50;
    }

    .md-input-success > label, .md-input-success .md-form-control:focus ~ label, .md-valid ~ label {
        color: #4CAF50;
    }

/*Warning inputs*/
.md-input-warning .md-form-control {
    border-color: #f57c00 !important;
}

    .md-input-warning .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-warning .md-line:before,
    .md-input-warning .md-form-control:focus ~ .md-line:before, .md-input-warning .md-form-control:focus ~ .md-line:after {
        background: #f57c00;
    }

    .md-input-warning > label, .md-input-warning .md-form-control:focus ~ label, .md-valid ~ label {
        color: #f57c00;
    }

/*Danger inputs*/
.md-input-danger .md-form-control {
    border-color: #ff5252 !important;
}

    .md-input-danger .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-danger .md-line:before,
    .md-input-danger .md-form-control:focus ~ .md-line:before, .md-input-danger .md-form-control:focus ~ .md-line:after {
        background: #ff5252;
    }

    .md-input-danger > label, .md-input-danger .md-form-control:focus ~ label, .md-valid ~ label {
        color: #ff5252;
    }

/*Info inputs*/
.md-input-info .md-form-control {
    border-color: #40c4ff !important;
}

    .md-input-info .md-line:after, .md-form-control:focus ~ .md-line:before, .md-input-info .md-line:before,
    .md-input-info .md-form-control:focus ~ .md-line:before, .md-input-info .md-form-control:focus ~ .md-line:after {
        background: #40c4ff;
    }

    .md-input-info > label, .md-input-info .md-form-control:focus ~ label, .md-valid ~ label {
        color: #40c4ff;
    }
/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: #1b8bf9;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.bar-focus {
    border-bottom: 2px solid #1b8bf9;
}

.bar-warning {
    border-bottom: 2px solid #f57c00;
}

.bar-success {
    border-bottom: 2px solid #4CAF50;
}

.bar-info {
    border-bottom: 2px solid #40c4ff;
}

.bar-danger {
    border-bottom: 2px solid #ff5252;
}

.bar.bar-focus:after,
.bar.bar-focus:before {
    display: none;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}
/**====== Materialize General elements css end ======**/
/**  =====================
      Advance Form Elements css start
==========================  **/
/**  ======= Swiches css start =========  **/

/*========== iO7 ===========*/

.ios-switch {
    opacity: 0;
    position: absolute;
}

/* Normal Track */
input[type="checkbox"].ios-switch + div {
    vertical-align: middle;
    width: 40px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
    margin-right: 20px;
}

/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked + div {
    width: 40px;
    background-position: 0 0;
    background-color: #3b89ec;
    border: 1px solid #0e62cd;
    box-shadow: inset 0 0 0 10px rgba(59, 137, 259, 1);
}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
    width: 34px;
    height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
    width: 50px;
    height: 27px;
}

/* Color Switch Track */
input[type="checkbox"].primary.ios-switch:checked + div {
    background-color: #2196F3;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #2196F3;
}

input[type="checkbox"].warning.ios-switch:checked + div {
    background-color: #f57c00;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #f57c00;
}

input[type="checkbox"].success.ios-switch:checked + div {
    background-color: #4CAF50;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #4CAF50;
}

input[type="checkbox"].info.ios-switch:checked + div {
    background-color: #40c4ff;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #40c4ff;
}

input[type="checkbox"].danger.ios-switch:checked + div {
    background-color: #ff5252;
    border: 1px solid rgba(0, 162, 63, 1);
    box-shadow: inset 0 0 0 10px #ff5252;
}

/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #EEEDED;
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
    border: 1px solid #EEEDED;
}
/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    background-color: #ffffff;
    border: 1px solid #EEEDED;
}

/* Green Knob */
input[type="checkbox"].green.ios-switch:checked + div > div {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 162, 63, 1);
}
/**  =====================
      Checkbox css start
==========================  **/

.rkmd-checkbox {
    color: #818181;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.checkbox-rotate .captions {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
}

.rkmd-checkbox .input-checkbox {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    top: -5px;
}

.widget-to-do-list .rkmd-checkbox .input-checkbox {
    left: 0;
}

.rkmd-checkbox .input-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 7px;
    bottom: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

    .rkmd-checkbox .input-checkbox input[type="checkbox"] + .checkbox:before {
        position: absolute;
        left: 4px;
        bottom: 8px;
        width: 18px;
        height: 18px;
        font-family: 'FontAwesome';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        vertical-align: -6px; /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility; /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale; /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga';
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 1;
    }

    .rkmd-checkbox .input-checkbox input[type="checkbox"] + .checkbox:before {
        content: "\f14a";
        color: #717171;
    }

    .rkmd-checkbox .input-checkbox input[type="checkbox"]:checked + .checkbox:before {
        content: "\f00c";
    }

    .rkmd-checkbox .input-checkbox input[type="checkbox"]:active:not(:disabled) + .checkbox:before {
        -webkit-transform: scale3d(0.88, 0.88, 1);
        transform: scale3d(0.88, 0.88, 1);
    }

    .rkmd-checkbox .input-checkbox input[type="checkbox"]:disabled + .checkbox:before {
        color: rgba(0, 0, 0, 0.157) !important;
    }

.rkmd-checkbox.checkbox-light label,
.rkmd-checkbox.checkbox-light .label, .rkmd-checkbox.checkbox-light input[type="checkbox"] + .checkbox:before {
    color: #FFF;
}

.rkmd-checkbox.checkbox-light input[type="checkbox"]:disabled + .checkbox:before {
    color: #5d5d5d !important;
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"] + .checkbox:before {
    border-color: #FFF;
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"]:disabled + .checkbox:before {
    border-color: #5d5d5d !important;
}

.rkmd-checkbox label, .rkmd-checkbox .label {
    cursor: pointer;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"] + .checkbox {
    cursor: pointer;
}

    .rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"] + .checkbox:before {
        content: "";
        position: absolute;
        left: 7px;
        bottom: 7px;
        width: 18px;
        height: 18px;
        border: 2px solid #717171;
        border-radius: 2px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 1;
    }

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:checked + .checkbox:before {
    left: 11px;
    width: 12px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 1px;
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:disabled + .checkbox:before {
    border-color: rgba(0, 0, 0, 0.157) !important;
}

.rkmd-checkbox.checkbox-ripple .ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

    .rkmd-checkbox.checkbox-ripple .ripple.animated {
        display: block;
        -webkit-animation-name: checkbox-ripple;
        animation-name: checkbox-ripple;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

@-webkit-keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

.rkmd-checkbox.checkbox-rotate .checkbox-primary input[type="checkbox"]:checked + .checkbox:before {
    border-color: #2196F3;
}

.rkmd-checkbox.checkbox-rotate .checkbox-warning input[type="checkbox"]:checked + .checkbox:before {
    border-color: #f57c00;
}

.rkmd-checkbox.checkbox-rotate .checkbox-success input[type="checkbox"]:checked + .checkbox:before {
    border-color: #4CAF50;
}

.rkmd-checkbox.checkbox-rotate .checkbox-info input[type="checkbox"]:checked + .checkbox:before {
    border-color: #40c4ff;
}

.rkmd-checkbox.checkbox-rotate .checkbox-danger input[type="checkbox"]:checked + .checkbox:before {
    border-color: #ff5252;
}

/**========= Fade-In Checkbox =========**/
.fade-in-primary,
.fade-in-warning,
.fade-in-success,
.fade-in-info,
.fade-in-default,
.fade-in-danger {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
}

.checkbox-fade label {
    display: flex;
    align-items: center;
}

    .checkbox-fade label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox-fade .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox-fade .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox-fade label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox-fade label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.fade-in-primary .cr {
    border: 1px solid #2196f3;
}

.fade-in-warning .cr {
    border: 1px solid #f57c00;
}

.fade-in-success .cr {
    border: 1px solid #4CAF50;
}

.fade-in-info .cr {
    border: 1px solid #40c4ff;
}

.fade-in-danger .cr {
    border: 1px solid #ff5252;
}
/**========= Color Check-box css ======**/
.checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

    .checkbox-color label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox-color label::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0px;
            width: 17px;
            height: 17px;
            left: 0;
            outline: none;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox-color label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0px;
            margin-left: -20px;
            outline: none;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox-color input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox-color input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox-color input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox-color input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox-color input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }


    .checkbox-color.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox-color.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff5252;
    border-color: #ff5252;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #40c4ff;
    border-color: #40c4ff;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f57c00;
    border-color: #f57c00;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #4caf50;
    border-color: #4caf50;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/**  =====================
      Radio-Button css start
==========================  **/

.form-radio {
    position: relative;
}

.radio.radiofill input:checked ~ .helper::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio.radiofill .helper::after {
    border-color: #1b8bf9;
}

.radio-inline {
    display: inline-block;
    margin-right: 20px;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.form-radio .form-help {
    position: absolute;
    width: 100%;
}

.form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

    .radio .helper::before,
    .radio .helper::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        margin: 0.25rem;
        width: 1rem;
        height: 1rem;
        -webkit-transition: -webkit-transform 0.28s ease;
        transition: -webkit-transform 0.28s ease;
        transition: transform 0.28s ease, -webkit-transform 0.28s ease;
        border-radius: 50%;
        border: 0.125rem solid currentColor;
    }

    .radio .helper::after {
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: #1b8bf9;
        border-color: #337ab7;
    }

.radio label:hover .helper {
    color: #1b8bf9;
}

.radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
    color: #1b8bf9;
}

/**  =====================
      Multi-Select css start
==========================  **/

.caret {
    color: #666;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em !important;
    vertical-align: middle;
    content: "";
    border-top: .5em solid;
    border-right: .22em solid transparent;
    border-left: .22em solid transparent;
}

.custom-header {
    text-align: center;
    padding: 3px;
    background: #2196f3;
    color: #fff;
}
/**====== Advance Form Elements css end ======**/
/**  =====================
      Loader page css start
==========================  **/
.loaders .card {
    min-height: 200px;
}
.loader {
    right: 0;
    width: 80px;
    height: 80px;
    position: relative;
    transform: translate(-50%, -50%);
}

    .loader.animation-start .circle {
        animation: rotating 2s ease-in-out infinite;
    }

    .loader.animation-stop .circle {
        animation-iteration-count: 1;
    }

    .loader .circle {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        transform-origin: 50% 50%;
        animation-iteration-count: 0;
    }

        .loader .circle:after {
            content: '';
            top: 0;
            left: 0;
            width: 10px;
            height: 10px;
            display: block;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            background-color: #013947;
        }

        .loader .circle.delay-1 {
            animation-delay: 0.125s;
        }

        .loader .circle.size-1:after {
            width: 11px;
            height: 11px;
        }

        .loader .circle.delay-2 {
            animation-delay: 0.25s;
        }

        .loader .circle.size-2:after {
            width: 12px;
            height: 12px;
        }

        .loader .circle.delay-3 {
            animation-delay: 0.375s;
        }

        .loader .circle.size-3:after {
            width: 13px;
            height: 13px;
        }

        .loader .circle.delay-4 {
            animation-delay: 0.5s;
        }

        .loader .circle.size-4:after {
            width: 14px;
            height: 14px;
        }

        .loader .circle.delay-5 {
            animation-delay: 0.625s;
        }

        .loader .circle.size-5:after {
            width: 15px;
            height: 15px;
        }

        .loader .circle.delay-6 {
            animation-delay: 0.75s;
        }

        .loader .circle.size-6:after {
            width: 16px;
            height: 16px;
        }

        .loader .circle.delay-7 {
            animation-delay: 0.875s;
        }

        .loader .circle.size-7:after {
            width: 17px;
            height: 17px;
        }

        .loader .circle.delay-8 {
            animation-delay: 1s;
        }

        .loader .circle.size-8:after {
            width: 18px;
            height: 18px;
        }

        .loader .circle.delay-9 {
            animation-delay: 1.125s;
        }

        .loader .circle.size-9:after {
            width: 19px;
            height: 19px;
        }

        .loader .circle.delay-10 {
            animation-delay: 1.25s;
        }

        .loader .circle.size-10:after {
            width: 20px;
            height: 20px;
        }

        .loader .circle.delay-11 {
            animation-delay: 1.375s;
        }

        .loader .circle.size-11:after {
            width: 21px;
            height: 21px;
        }

        .loader .circle.delay-12 {
            animation-delay: 1.5s;
        }

        .loader .circle.size-12:after {
            width: 22px;
            height: 22px;
        }

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*loader2*/
#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    animation: spin 1s linear infinite;
}

#circle-loader2 {
    fill: none;
    stroke: #1b8bf9;
    stroke-width: 4;
    animation: draw 3s ease-in-out infinite;
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6;
    }

    50% {
        stroke-dasharray: 200, 282.6;
    }

    100% {
        stroke-dasharray: 20, 282.6;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*preloader3*/
.preloader3 {
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .preloader3 > div {
        margin: 2px;
        background-color: #1b8bf9;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: inline-block;
        -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
        animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .preloader3 .circ2 {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .preloader3 .circ3 {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

.preloader .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.preloader3 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(-20px);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9;
    }

    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }

    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    50.00001% {
        border-bottom-color: #1b8bf9;
    }

    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }

    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }

    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px;
}

.preloader3 .loader-lg {
    height: 18px;
    width: 18px;
}

.svg-clock {
    height: 240px;
}

/*preloader4*/
.preloader4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 55px 0;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1b8bf9;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*loader5*/

.preloader5 {
    margin: 55px 0;
}

.circle-5 {
    display: inline-block;
    padding: 11px;
    margin: 0 0.6em;
    background: #1b8bf9;
    border-radius: 100%;
}

.l {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

.m {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.r {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*loader6*/
.preloader6 {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: inherit;
    margin: 18px 0;
}

    .preloader6 hr {
        border: 0;
        background: inherit;
        width: 80%;
        height: 80%;
        margin: 10%;
        border-radius: 100%;
    }

        .preloader6::before,
        .preloader6::after,
        .preloader6 hr::before,
        .preloader6 hr::after {
            content: '';
            position: absolute;
            top: 0;
            z-index: -1;
            left: 33px;
            border: 17px solid transparent;
            border-bottom: 50px solid #1b8bf9;
            border-top: 50px solid #1b8bf9;
            animation: rotateColor 1000ms infinite;
        }

    .preloader6::after {
        transform: rotate(45deg);
        animation-delay: 125ms;
    }

    .preloader6 hr::before {
        transform: rotate(90deg);
        animation-delay: 250ms;
    }

    .preloader6 hr::after {
        transform: rotate(135deg);
        animation-delay: 375ms;
    }

.loader-block, .loader {
    display: flex;
    align-items: center;
    justify-content: center;
}
/**====== Loader page css end ======**/

/**  =====================
      Animation css start
==========================  **/
#animationSandbox {
    display: block;
}
/**====== Animation css end ======**/

/**  =====================
      Sortable css start
==========================  **/
.sortable-moves {
    font-size: 14px;
    line-height: 1.55556em;
    list-style-type: none;
    margin-bottom: 15px;
    min-height: 3.55556em;
    padding-left: 5.11111em;
    position: relative;
    cursor: move;
}

    .sortable-moves img {
        position: absolute;
        height: 40px;
        left: 0;
        border-radius: 50px;
        top: -10px;
    }

#draggablePanelList .card {
    cursor: move;
}

#draggableMultiple .sortable-moves {
    cursor: move;
    margin-bottom: 0;
}

.sortable-moves {
    float: left;
    width: 300px;
}

#draggableWithoutImg .card {
    margin-bottom: 0;
}
/**====== Sortable css end ======**/

/**  =====================
      Search css start
==========================  **/

.seacrh-header {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.search-content img {
    width: 120px;
}

.search-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .search-content:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.search-result i {
    float: right;
}

/* ====================
    Coming soon page css start
======================= */

.coming {
    background: url('../images/masterhome.jpg')no-repeat;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
/**====== Comming soon css end ======**/

/**  =====================
      Task list css start
==========================  **/

.min-date {
    background: transparent;
}

.task-list-table td,
.task-list-table th {
    vertical-align: middle;
}

.task-list-table img {
    width: 40px;
}

.task-list-table i {
    color: #333;
    margin-right: 5px;
}

.btn-add-task #add-btn {
    margin-top: 20px;
}
/* add task list css by kishan removal generic class */
.task-list .table-content {
    padding-left: 20px;
    padding-right: 20px;
}

.task-list input {
    cursor: pointer;
    font-weight: 600;
}

.task-list img {
    margin-right: 5px;
    display: inline-block;
}

.to-list .to-do-list {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

    .to-list .to-do-list:last-child {
        border: none;
    }

/* end of task list css  */

/**====== Task List css end ======**/
/**  =====================
      Task Detailed css start
==========================  **/

.task-detail-right .counter {
    text-align: center;
    color: #777;
}

.task-detail-right .card-header h5 i, .task-detail-right .card-body table i {
    margin-right: 5px;
}

.requid-table {
    border: 1px solid #eceeef;
}

.thumb-block {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumb-img {
    position: relative;
    display: block;
}

.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.thumb-img:hover .caption-hover {
    background-color: rgba(0,0,0,.7);
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-hover > span {
    top: 46%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.media .b-2-primary {
    border: 2px solid #1b8bf9;
}
/**====== Task Detailed css end ======**/

/**  =====================
      Wells css start
==========================  **/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}
/**====== Wells css end ======**/


/**  =====================
      Range slider css start
==========================  **/
#ex1Slider .slider-selection {
    background: #BABABA;
}

#RGB {
    height: 10px;
    background: rgb(128, 128, 128);
    margin: 10px 0;
}

#RC .slider-selection {
    background: #FF8282;
}

#RC .slider-handle {
    background: red;
}

#GC .slider-selection {
    background: #428041;
}

#GC .slider-handle {
    background: green;
}

#BC .slider-selection {
    background: #8283FF;
}

#BC .slider-handle {
    border-bottom-color: blue;
}

#R, #G, #B {
    width: 300px;
}

#ex6SliderVal {
    color: green;
}

#slider12a .slider-track-high,
#slider12c .slider-track-high {
    background: green;
}

#slider12b .slider-track-low,
#slider12c .slider-track-low {
    background: #ff5252;
}

#slider12c .slider-selection {
    background: #f57c00;
}

#slider22 .slider-selection {
    background: #2196F3;
}

#slider22 .slider-rangeHighlight {
    background: #f70616;
}

.range-slider {
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.range-slider-contain {
    position: absolute;
    bottom: 15%;
}

.range-well {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**====== Range slider css end ======**/

.card-footer {
    background-color: transparent;
}
/* ====================
    Counter css start
======================= */
.counter p {
    color: #1b8bf9;
}

.comming-soon-from input {
    width: 50%;
}

.comming-soon-from button {
    width: 20%;
}

.comming-soon {
    text-align: center;
    color: #fff;
}

    .comming-soon h2 {
        font-size: 90px;
        font-weight: 400;
    }

    .comming-soon .counter p {
        font-size: 24px;
        font-weight: 400;
    }

    .comming-soon h1 {
        font-weight: 600;
        font-size: 64px;
    }

    .comming-soon > p {
        color: #fff;
        font-size: 28px;
    }

    .comming-soon .md-input-wrapper {
        text-align: left;
    }

.coming-social {
    padding-top: 50px;
    text-align: center;
}

    .coming-social a {
        margin-right: 20px;
        color: #fff;
        font-size: 30px;
    }

        .coming-social a:hover {
            color: #2196F3;
            transition: color 0.3s ease-in-out;
        }
/* =======================
    maintance page css start
========================== */

#maintance {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.maintainance-subtitle {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

    .maintainance-subtitle ~ h6 {
        line-height: 1.5;
    }
/* ========  maintance page css End ========== */
/* =======================
   Start Color Css
=========================== */

.bg-primary li p, .bg-success li p, .bg-info li p, .bg-warning li p, .bg-danger li p, .bg-default li p,
.red-colors ul li p, .pink-colors ul li p, .purple-colors ul li p, .deep-purple-colors ul li p, .indigo-colors ul li p,
.blue-colors ul li p, .light-blue-colors ul li p, .cyan-colors ul li p, .teal-colors ul li p, .green-colors ul li p,
.light-green-colors ul li p, .lime-colors ul li p, .yellow-colors ul li p, .amber-colors ul li p, .orange-colors ul li p,
.deep-orange-colors ul li p, .brown-colors ul li p, .grey-colors ul li p, .blue-grey-colors ul li p {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.color-block ul {
    margin-bottom: 20px;
}
/* start accent red color css */

.red-colors ul li:nth-child(1) {
    background-color: #fceded;
}

.red-colors ul li:nth-child(2) {
    background-color: #f9dbdb;
}

.red-colors ul li:nth-child(3) {
    background-color: #f6c9c9;
}

.red-colors ul li:nth-child(4) {
    background-color: #f3b7b7;
}

.red-colors ul li:nth-child(5) {
    background-color: #f0a5a5;
}

.red-colors ul li:nth-child(6) {
    background-color: #ed9393;
}

.red-colors ul li:nth-child(7) {
    background-color: #ea8282;
}

.red-colors ul li:nth-child(8) {
    background-color: #e77070;
}

.red-colors ul li:nth-child(9) {
    background-color: #e45e5e;
}

.red-colors ul li:nth-child(10) {
    background-color: #e14c4c;
}

.red-colors ul li:nth-child(11) {
    background-color: #de3a3a;
}

.red-colors ul li:nth-child(12) {
    background-color: #db2828;
}

.red-colors ul li:nth-child(13) {
    background-color: #d81616;
}

.red-colors ul li:nth-child(14) {
    background-color: #d50505;
}

/* end of accent red color css */

/* start accent pink colors css*/

.pink-colors ul li:nth-child(1) {
    background-color: #faeef4;
}

.pink-colors ul li:nth-child(2) {
    background-color: #f6dde9;
}

.pink-colors ul li:nth-child(3) {
    background-color: #f2cdde;
}

.pink-colors ul li:nth-child(4) {
    background-color: #eebcd3;
}

.pink-colors ul li:nth-child(5) {
    background-color: #eaabc8;
}

.pink-colors ul li:nth-child(6) {
    background-color: #e69bbd;
}

.pink-colors ul li:nth-child(7) {
    background-color: #e28ab2;
}

.pink-colors ul li:nth-child(8) {
    background-color: #de79a7;
}

.pink-colors ul li:nth-child(9) {
    background-color: #da699c;
}

.pink-colors ul li:nth-child(10) {
    background-color: #d65891;
}

.pink-colors ul li:nth-child(11) {
    background-color: #d24786;
}

.pink-colors ul li:nth-child(12) {
    background-color: #ce377b;
}

.pink-colors ul li:nth-child(13) {
    background-color: #ca2670;
}

.pink-colors ul li:nth-child(14) {
    background-color: #c61565;
}

/* end of accent pink color css */

/* start accent purple color css */

.purple-colors ul li:nth-child(1) {
    background-color: #f9edfe;
}

.purple-colors ul li:nth-child(2) {
    background-color: #f3dbff;
}

.purple-colors ul li:nth-child(3) {
    background-color: #edc9ff;
}

.purple-colors ul li:nth-child(4) {
    background-color: #e7b7ff;
}

.purple-colors ul li:nth-child(5) {
    background-color: #e1a5ff;
}

.purple-colors ul li:nth-child(6) {
    background-color: #db93ff;
}

.purple-colors ul li:nth-child(7) {
    background-color: #d582ff;
}

.purple-colors ul li:nth-child(8) {
    background-color: #cf70ff;
}

.purple-colors ul li:nth-child(9) {
    background-color: #c95eff;
}

.purple-colors ul li:nth-child(10) {
    background-color: #c34cff;
}

.purple-colors ul li:nth-child(11) {
    background-color: #bd3aff;
}

.purple-colors ul li:nth-child(12) {
    background-color: #b728ff;
}

.purple-colors ul li:nth-child(13) {
    background-color: #b116ff;
}

.purple-colors ul li:nth-child(14) {
    background-color: #ab05ff;
}

/* end of accent purple color css */

/* start css of deep purple color */

.deep-purple-colors ul li:nth-child(1) {
    background-color: #f4edfd;
}

.deep-purple-colors ul li:nth-child(2) {
    background-color: #e9dbfc;
}

.deep-purple-colors ul li:nth-child(3) {
    background-color: #dec9fa;
}

.deep-purple-colors ul li:nth-child(4) {
    background-color: #d3b7f9;
}

.deep-purple-colors ul li:nth-child(5) {
    background-color: #c8a5f7;
}

.deep-purple-colors ul li:nth-child(6) {
    background-color: #bd93f6;
}

.deep-purple-colors ul li:nth-child(7) {
    background-color: #b282f4;
}

.deep-purple-colors ul li:nth-child(8) {
    background-color: #a770f3;
}

.deep-purple-colors ul li:nth-child(9) {
    background-color: #9c5ef1;
}

.deep-purple-colors ul li:nth-child(10) {
    background-color: #914cf0;
}

.deep-purple-colors ul li:nth-child(11) {
    background-color: #863aee;
}

.deep-purple-colors ul li:nth-child(12) {
    background-color: #7b28ed;
}

.deep-purple-colors ul li:nth-child(13) {
    background-color: #7016eb;
}

.deep-purple-colors ul li:nth-child(14) {
    background-color: #6505ea;
}

/* end of deep purple color css */

/* start indigo colors css */

.indigo-colors ul li:nth-child(1) {
    background-color: #f0f2fe;
}

.indigo-colors ul li:nth-child(2) {
    background-color: #e2e6fe;
}

.indigo-colors ul li:nth-child(3) {
    background-color: #d3dafe;
}

.indigo-colors ul li:nth-child(4) {
    background-color: #c5cdfe;
}

.indigo-colors ul li:nth-child(5) {
    background-color: #b6c1fe;
}

.indigo-colors ul li:nth-child(6) {
    background-color: #a8b5fe;
}

.indigo-colors ul li:nth-child(7) {
    background-color: #99a8fe;
}

.indigo-colors ul li:nth-child(8) {
    background-color: #8b9cfe;
}

.indigo-colors ul li:nth-child(9) {
    background-color: #7c90fe;
}

.indigo-colors ul li:nth-child(10) {
    background-color: #6e83fe;
}

.indigo-colors ul li:nth-child(11) {
    background-color: #5f77fe;
}

.indigo-colors ul li:nth-child(12) {
    background-color: #516bfe;
}

.indigo-colors ul li:nth-child(13) {
    background-color: #425efe;
}

.indigo-colors ul li:nth-child(14) {
    background-color: #3452fe;
}

/* end of indigo colors */

/* start blue accent color css */

.blue-colors ul li:nth-child(1) {
    background-color: #f0f4fe;
}

.blue-colors ul li:nth-child(2) {
    background-color: #e1e9ff;
}

.blue-colors ul li:nth-child(3) {
    background-color: #d2deff;
}

.blue-colors ul li:nth-child(4) {
    background-color: #c3d3ff;
}

.blue-colors ul li:nth-child(5) {
    background-color: #b4c8ff;
}

.blue-colors ul li:nth-child(6) {
    background-color: #a5bdff;
}

.blue-colors ul li:nth-child(7) {
    background-color: #96b2ff;
}

.blue-colors ul li:nth-child(8) {
    background-color: #87a7ff;
}

.blue-colors ul li:nth-child(9) {
    background-color: #789cff;
}

.blue-colors ul li:nth-child(10) {
    background-color: #6991ff;
}

.blue-colors ul li:nth-child(11) {
    background-color: #5a86ff;
}

.blue-colors ul li:nth-child(12) {
    background-color: #4b7bff;
}

.blue-colors ul li:nth-child(13) {
    background-color: #3c70ff;
}

.blue-colors ul li:nth-child(14) {
    background-color: #2d65ff;
}

/* end of blue accent color css */

/* start light blue color css */

.light-blue-colors ul li:nth-child(1) {
    background-color: #edf7fd;
}

.light-blue-colors ul li:nth-child(2) {
    background-color: #dbeffc;
}

.light-blue-colors ul li:nth-child(3) {
    background-color: #c9e7fa;
}

.light-blue-colors ul li:nth-child(4) {
    background-color: #b7e0f9;
}

.light-blue-colors ul li:nth-child(5) {
    background-color: #a5d8f7;
}

.light-blue-colors ul li:nth-child(6) {
    background-color: #93d0f6;
}

.light-blue-colors ul li:nth-child(7) {
    background-color: #82c9f4;
}

.light-blue-colors ul li:nth-child(8) {
    background-color: #70c1f3;
}

.light-blue-colors ul li:nth-child(9) {
    background-color: #5eb9f1;
}

.light-blue-colors ul li:nth-child(10) {
    background-color: #4cb2f0;
}

.light-blue-colors ul li:nth-child(11) {
    background-color: #3aaaee;
}

.light-blue-colors ul li:nth-child(12) {
    background-color: #28a2ed;
}

.light-blue-colors ul li:nth-child(13) {
    background-color: #169aeb;
}

.light-blue-colors ul li:nth-child(14) {
    background-color: #0593ea;
}

/* end of light blue color css */

/* cyan color css start */
.cyan-colors ul li:nth-child(1) {
    background-color: #edfafb;
}

.cyan-colors ul li:nth-child(2) {
    background-color: #dbf5f8;
}

.cyan-colors ul li:nth-child(3) {
    background-color: #c9f0f5;
}

.cyan-colors ul li:nth-child(4) {
    background-color: #b7ebf2;
}

.cyan-colors ul li:nth-child(5) {
    background-color: #a5e6ef;
}

.cyan-colors ul li:nth-child(6) {
    background-color: #93e1ec;
}

.cyan-colors ul li:nth-child(7) {
    background-color: #82dce9;
}

.cyan-colors ul li:nth-child(8) {
    background-color: #70d7e6;
}

.cyan-colors ul li:nth-child(9) {
    background-color: #5ed2e3;
}

.cyan-colors ul li:nth-child(10) {
    background-color: #4ccde0;
}

.cyan-colors ul li:nth-child(11) {
    background-color: #3ac8dd;
}

.cyan-colors ul li:nth-child(12) {
    background-color: #28c3da;
}

.cyan-colors ul li:nth-child(13) {
    background-color: #16bed7;
}

.cyan-colors ul li:nth-child(14) {
    background-color: #05b9d4;
}

/* end of cyan color css start */

/* start teal color css */

.teal-colors ul li:nth-child(1) {
    background-color: #edfaf8;
}

.teal-colors ul li:nth-child(2) {
    background-color: #dbf6f2;
}

.teal-colors ul li:nth-child(3) {
    background-color: #c9f1ec;
}

.teal-colors ul li:nth-child(4) {
    background-color: #b7ede5;
}

.teal-colors ul li:nth-child(5) {
    background-color: #a5e8df;
}

.teal-colors ul li:nth-child(6) {
    background-color: #93e4d9;
}

.teal-colors ul li:nth-child(7) {
    background-color: #82dfd2;
}

.teal-colors ul li:nth-child(8) {
    background-color: #70dbcc;
}

.teal-colors ul li:nth-child(9) {
    background-color: #5ed6c6;
}

.teal-colors ul li:nth-child(10) {
    background-color: #4cd2c0;
}

.teal-colors ul li:nth-child(11) {
    background-color: #3acdb9;
}

.teal-colors ul li:nth-child(12) {
    background-color: #28c9b3;
}

.teal-colors ul li:nth-child(13) {
    background-color: #16c4ad;
}

.teal-colors ul li:nth-child(14) {
    background-color: #05c0a6;
}

/* end of teal color css */

/* start a green color css */

.green-colors ul li:nth-child(1) {
    background-color: #edfbf2;
}

.green-colors ul li:nth-child(2) {
    background-color: #dbf7e6;
}

.green-colors ul li:nth-child(3) {
    background-color: #c9f3da;
}

.green-colors ul li:nth-child(4) {
    background-color: #b7efce;
}

.green-colors ul li:nth-child(5) {
    background-color: #a5ebc2;
}

.green-colors ul li:nth-child(6) {
    background-color: #93e7b6;
}

.green-colors ul li:nth-child(7) {
    background-color: #82e4aa;
}

.green-colors ul li:nth-child(8) {
    background-color: #70e09e;
}

.green-colors ul li:nth-child(9) {
    background-color: #5edc92;
}

.green-colors ul li:nth-child(10) {
    background-color: #4cd886;
}

.green-colors ul li:nth-child(11) {
    background-color: #3ad47a;
}

.green-colors ul li:nth-child(12) {
    background-color: #28d06e;
}

.green-colors ul li:nth-child(13) {
    background-color: #16cc62;
}

.green-colors ul li:nth-child(14) {
    background-color: #05c956;
}

/* end of green color css */

/* start a light green color css */

.light-green-colors ul li:nth-child(1) {
    background-color: #f4fcee;
}

.light-green-colors ul li:nth-child(2) {
    background-color: #e9fade;
}

.light-green-colors ul li:nth-child(3) {
    background-color: #def7ce;
}

.light-green-colors ul li:nth-child(4) {
    background-color: #d3f5be;
}

.light-green-colors ul li:nth-child(5) {
    background-color: #c8f3ad;
}

.light-green-colors ul li:nth-child(6) {
    background-color: #bdf09d;
}

.light-green-colors ul li:nth-child(7) {
    background-color: #b3ee8d;
}

.light-green-colors ul li:nth-child(8) {
    background-color: #a8eb7d;
}

.light-green-colors ul li:nth-child(9) {
    background-color: #9de96c;
}

.light-green-colors ul li:nth-child(10) {
    background-color: #92e75c;
}

.light-green-colors ul li:nth-child(11) {
    background-color: #87e44c;
}

.light-green-colors ul li:nth-child(12) {
    background-color: #7ce23c;
}

.light-green-colors ul li:nth-child(13) {
    background-color: #71e02b;
}

.light-green-colors ul li:nth-child(14) {
    background-color: #67dd1b;
}

/* end of light green color css */

/* start lime color css */

.lime-colors ul li:nth-child(1) {
    background-color: #f9fded;
}

.lime-colors ul li:nth-child(2) {
    background-color: #f3fcdb;
}

.lime-colors ul li:nth-child(3) {
    background-color: #edfac9;
}

.lime-colors ul li:nth-child(4) {
    background-color: #e8f9b7;
}

.lime-colors ul li:nth-child(5) {
    background-color: #e2f7a5;
}

.lime-colors ul li:nth-child(6) {
    background-color: #dcf693;
}

.lime-colors ul li:nth-child(7) {
    background-color: #d7f482;
}

.lime-colors ul li:nth-child(8) {
    background-color: #d1f370;
}

.lime-colors ul li:nth-child(9) {
    background-color: #cbf15e;
}

.lime-colors ul li:nth-child(10) {
    background-color: #c6f04c;
}

.lime-colors ul li:nth-child(11) {
    background-color: #c0ee3a;
}

.lime-colors ul li:nth-child(12) {
    background-color: #baed28;
}

.lime-colors ul li:nth-child(13) {
    background-color: #b5eb16;
}

.lime-colors ul li:nth-child(14) {
    background-color: #afea05;
}

/* end of lime color css */

/* start yellow color css */

.yellow-colors ul li:nth-child(1) {
    background-color: #fefced;
}

.yellow-colors ul li:nth-child(2) {
    background-color: #fff9db;
}

.yellow-colors ul li:nth-child(3) {
    background-color: #fff6c9;
}

.yellow-colors ul li:nth-child(4) {
    background-color: #fff3b7;
}

.yellow-colors ul li:nth-child(5) {
    background-color: #fff0a5;
}

.yellow-colors ul li:nth-child(6) {
    background-color: #ffed93;
}

.yellow-colors ul li:nth-child(7) {
    background-color: #ffea82;
}

.yellow-colors ul li:nth-child(8) {
    background-color: #ffe870;
}

.yellow-colors ul li:nth-child(9) {
    background-color: #ffe55e;
}

.yellow-colors ul li:nth-child(10) {
    background-color: #ffe24c;
}

.yellow-colors ul li:nth-child(11) {
    background-color: #ffdf3a;
}

.yellow-colors ul li:nth-child(12) {
    background-color: #ffdc28;
}

.yellow-colors ul li:nth-child(13) {
    background-color: #ffd916;
}

.yellow-colors ul li:nth-child(14) {
    background-color: #ffd605;
}

/* end of yellow color css */

/* start amber color css */

.amber-colors ul li:nth-child(1) {
    background-color: #fef9ed;
}

.amber-colors ul li:nth-child(2) {
    background-color: #fff3db;
}

.amber-colors ul li:nth-child(3) {
    background-color: #ffedc9;
}

.amber-colors ul li:nth-child(4) {
    background-color: #ffe7b7;
}

.amber-colors ul li:nth-child(5) {
    background-color: #ffe1a5;
}

.amber-colors ul li:nth-child(6) {
    background-color: #ffdb93;
}

.amber-colors ul li:nth-child(7) {
    background-color: #ffd582;
}

.amber-colors ul li:nth-child(8) {
    background-color: #ffcf70;
}

.amber-colors ul li:nth-child(9) {
    background-color: #ffca5e;
}

.amber-colors ul li:nth-child(10) {
    background-color: #ffc44c;
}

.amber-colors ul li:nth-child(11) {
    background-color: #ffbe3a;
}

.amber-colors ul li:nth-child(12) {
    background-color: #ffb828;
}

.amber-colors ul li:nth-child(13) {
    background-color: #ffb216;
}

.amber-colors ul li:nth-child(14) {
    background-color: #ffac05;
}

/* end of amber color css */

/* start orange color css */

.orange-colors ul li:nth-child(1) {
    background-color: #fef4ed;
}

.orange-colors ul li:nth-child(2) {
    background-color: #ffeadb;
}

.orange-colors ul li:nth-child(3) {
    background-color: #ffe0c9;
}

.orange-colors ul li:nth-child(4) {
    background-color: #ffd6b7;
}

.orange-colors ul li:nth-child(5) {
    background-color: #ffcba5;
}

.orange-colors ul li:nth-child(6) {
    background-color: #ffc193;
}

.orange-colors ul li:nth-child(7) {
    background-color: #ffb782;
}

.orange-colors ul li:nth-child(8) {
    background-color: #ffad70;
}

.orange-colors ul li:nth-child(9) {
    background-color: #ffa35e;
}

.orange-colors ul li:nth-child(10) {
    background-color: #ff984c;
}

.orange-colors ul li:nth-child(11) {
    background-color: #ff8e3a;
}

.orange-colors ul li:nth-child(12) {
    background-color: #ff8428;
}

.orange-colors ul li:nth-child(13) {
    background-color: #ff7a16;
}

.orange-colors ul li:nth-child(14) {
    background-color: #ff6f05;
}

/* end of orange color css */

/* start deep orange color css */

.deep-orange-colors ul li:nth-child(1) {
    background-color: #fcf0ed;
}

.deep-orange-colors ul li:nth-child(2) {
    background-color: #fae1db;
}

.deep-orange-colors ul li:nth-child(3) {
    background-color: #f7d2c9;
}

.deep-orange-colors ul li:nth-child(4) {
    background-color: #f5c3b7;
}

.deep-orange-colors ul li:nth-child(5) {
    background-color: #f3b5a5;
}

.deep-orange-colors ul li:nth-child(6) {
    background-color: #f0a693;
}

.deep-orange-colors ul li:nth-child(7) {
    background-color: #ee9782;
}

.deep-orange-colors ul li:nth-child(8) {
    background-color: #eb8870;
}

.deep-orange-colors ul li:nth-child(9) {
    background-color: #e97a5e;
}

.deep-orange-colors ul li:nth-child(10) {
    background-color: #e76b4c;
}

.deep-orange-colors ul li:nth-child(11) {
    background-color: #e45c3a;
}

.deep-orange-colors ul li:nth-child(12) {
    background-color: #e24d28;
}

.deep-orange-colors ul li:nth-child(13) {
    background-color: #e03e16;
}

.deep-orange-colors ul li:nth-child(14) {
    background-color: #dd3005;
}

/* end of deep orange color css */

/* start brown color css */

.brown-colors ul li:nth-child(1) {
    background-color: #f1efef;
}

.brown-colors ul li:nth-child(2) {
    background-color: #e3e0e0;
}

.brown-colors ul li:nth-child(3) {
    background-color: #d6d1d0;
}

.brown-colors ul li:nth-child(4) {
    background-color: #c8c2c1;
}

.brown-colors ul li:nth-child(5) {
    background-color: #bbb3b2;
}

.brown-colors ul li:nth-child(6) {
    background-color: #ada4a2;
}

.brown-colors ul li:nth-child(7) {
    background-color: #a09593;
}

.brown-colors ul li:nth-child(8) {
    background-color: #928683;
}

.brown-colors ul li:nth-child(9) {
    background-color: #857674;
}

.brown-colors ul li:nth-child(10) {
    background-color: #776765;
}

.brown-colors ul li:nth-child(11) {
    background-color: #6a5855;
}

.brown-colors ul li:nth-child(12) {
    background-color: #5c4946;
}

.brown-colors ul li:nth-child(13) {
    background-color: #4f3a36;
}

.brown-colors ul li:nth-child(14) {
    background-color: #412b27;
}

/* end of brown color css */

/* start grey color css */

.grey-colors ul li:nth-child(1) {
    background-color: #efefef;
}

.grey-colors ul li:nth-child(2) {
    background-color: #dfdfdf;
}

.grey-colors ul li:nth-child(3) {
    background-color: #d0d0d0;
}

.grey-colors ul li:nth-child(4) {
    background-color: silver;
}

.grey-colors ul li:nth-child(5) {
    background-color: #b1b1b1;
}

.grey-colors ul li:nth-child(6) {
    background-color: #a1a1a1;
}

.grey-colors ul li:nth-child(7) {
    background-color: #929292;
}

.grey-colors ul li:nth-child(8) {
    background-color: #828282;
}

.grey-colors ul li:nth-child(9) {
    background-color: #737373;
}

.grey-colors ul li:nth-child(10) {
    background-color: #636363;
}

.grey-colors ul li:nth-child(11) {
    background-color: #545454;
}

.grey-colors ul li:nth-child(12) {
    background-color: #444444;
}

.grey-colors ul li:nth-child(13) {
    background-color: #343434;
}

.grey-colors ul li:nth-child(14) {
    background-color: #252525;
}

/* end of grey color css */

/* start blue grey color css */

.blue-grey-colors ul li:nth-child(1) {
    background-color: #eff0f1;
}

.blue-grey-colors ul li:nth-child(2) {
    background-color: #e0e2e3;
}

.blue-grey-colors ul li:nth-child(3) {
    background-color: #d1d3d5;
}

.blue-grey-colors ul li:nth-child(4) {
    background-color: #c2c5c7;
}

.blue-grey-colors ul li:nth-child(5) {
    background-color: #b3b7b9;
}

.blue-grey-colors ul li:nth-child(6) {
    background-color: #a3a8ab;
}

.blue-grey-colors ul li:nth-child(7) {
    background-color: #949a9d;
}

.blue-grey-colors ul li:nth-child(8) {
    background-color: #858c8f;
}

.blue-grey-colors ul li:nth-child(9) {
    background-color: #767d81;
}

.blue-grey-colors ul li:nth-child(10) {
    background-color: #676f73;
}

.blue-grey-colors ul li:nth-child(11) {
    background-color: #576165;
}

.blue-grey-colors ul li:nth-child(12) {
    background-color: #485257;
}

.blue-grey-colors ul li:nth-child(13) {
    background-color: #394449;
}

.blue-grey-colors ul li:nth-child(14) {
    background-color: #2a363b;
}

/* end of blue grey color css */

/*!*===========================*/
/*FAQ Page Css Start*/
/*======================= *!*/
.faq-expi i {
    top: -7px;
}

.faq-contact-card {
    margin-bottom: 15px;
}

    .faq-contact-card i {
        margin-right: 10px;
    }

.faq-profile-btn {
    text-align: center;
}

    .faq-profile-btn button:first-child {
        margin-right: 20px;
    }

.tab-header {
    margin-bottom: 20px;
}

.faq-expi {
    margin: 0;
}

    .faq-expi li {
        margin-top: 10px;
        padding-bottom: 10px;
        position: relative;
        margin-left: 50px;
    }

        .faq-expi li i {
            position: absolute;
            text-align: center;
            display: block;
            color: #2196F3;
        }

.faq-chart {
    text-align: center;
    border: none;
}

.faq-table-btn button {
    margin-right: 5px;
}

    .faq-table-btn button:last-child {
        margin-right: 0;
    }

.card-questioning, .card-member {
    margin-bottom: 0;
    color: #777;
}

.faq-accordion {
    margin-bottom: 10px;
    background-color: #fff;
}

.faq-expi li h6:last-child {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}

/*===========================
    FAQ Page Css Start
======================= */

.contact-user .users {
    left: 0;
    width: inherit;
}

.technical-skill .progress, .taskboard-right-progress .progress {
    height: 9px;
    width: 90%;
    margin-bottom: 20px;
}

.technical-skill span {
    float: right;
    margin-top: -10px;
}

.general-info .table td, .project-table .table td, .general-info .table th, .project-table .table th {
    border-top: 0;
    border-bottom: 0;
}

.general-info .form-radio .md-add-on {
    line-height: 0;
    height: 0;
}

.general-info .form-radio .md-group-add-on {
    margin-bottom: 0;
}

.chart-percent {
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 5px;
    top: 58px;
    font-weight: 400;
}

.faq-btn {
    text-align: center;
}

.project-table img {
    height: 50px;
    width: 50px;
}

.project-table .label {
    padding: 5px 20px;
}

.card-questioning .ui-accordion-header-icon, .card-member .ui-accordion-header-icon {
    float: left;
    margin-right: 15px;
    margin-top: 17px;
    margin-left: 17px;
}

.card-questioning .accordion-msg, .card-member .accordion-msg {
    font-weight: 400;
}

.card-questioning .acc-msg, .card-member .acc-msg {
    margin-bottom: 10px;
}

.card-questioning .acc-desc, .card-member .acc-desc {
    display: block;
    margin-bottom: 10px;
}

.card-questioning .ui-state-active, .card-member .ui-state-active {
    background-color: #1b8bf9;
    color: #fff;
}

#placeholder3 .legend {
    position: relative;
    top: -80px;
}
/* faq progress bar css */

.faq-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 10px;
}

    .faq-progress .progress .faq-text1, .faq-progress .progress .faq-text2, .faq-progress .progress .faq-text3, .faq-progress .progress .faq-text4, .faq-progress .progress .faq-text5 {
        font-weight: 600;
        margin-right: -37px;
    }

    .faq-progress .progress .faq-bar1, .faq-progress .progress .faq-bar2, .faq-progress .progress .faq-bar3, .faq-progress .progress .faq-bar4, .faq-progress .progress .faq-bar5 {
        background: #29aecc;
        height: 10px;
        border-radius: 0;
        position: absolute;
        top: 0%;
    }

    .faq-progress .progress .faq-bar1 {
        background-color: #2196F3;
    }

    .faq-progress .progress .faq-text1 {
        color: #2196F3;
    }

    .faq-progress .progress .faq-bar2, .faq-progress .progress .faq-bar5 {
        background-color: #4CAF50;
    }

    .faq-progress .progress .faq-text2, .faq-progress .progress .faq-text5 {
        color: #4CAF50;
    }

    .faq-progress .progress .faq-bar3 {
        background-color: #ff5252;
    }

    .faq-progress .progress .faq-text3 {
        color: #ff5252;
    }

    .faq-progress .progress .faq-bar4 {
        background-color: #f57c00;
    }

    .faq-progress .progress .faq-text4 {
        color: #f57c00;
    }

.card-faq h4 {
    color: #2196F3;
}

/* ======================
    Panels and wells css start
========================= */

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body p {
    overflow: hidden;
}

.panels-wells .panel-default {
    border-color: #ddd;
}

.panels-wells .panel-success {
    border-color: #4CAF50;
}

.panels-wells .panel-primary {
    border-color: #2196F3;
}

.panels-wells .panel-danger {
    border-color: #ff5252;
}

.panels-wells .panel-info {
    border-color: #40c4ff;
}

.panels-wells .panel-warning {
    border-color: #f57c00;
}

.panels-wells .panel {
    margin-bottom: 20px;
}

    .panels-wells .panel .panel-body {
        padding: 15px;
    }

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* ==============================
    Start Contact card css
================================= */

.contact-mobile {
    position: relative;
    display: block;
    background-color: #fff;
    cursor: pointer;
}

.contact-mobi-front a {
    color: #fff;
}

.contact-mobi-front .front-img img {
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.contact-card-button {
    text-align: center;
    padding: 15px 0;
}

    .contact-card-button i {
        margin-right: 5px;
    }

.contact-mobi-front .img-circle {
    width: 150px;
    height: 150px;
    padding: 2px;
    border: 1px solid #757575;
}

.contact-details-front-img {
    text-align: center;
    padding: 20px 0;
}

    .contact-details-front-img h4 {
        margin-top: 10px;
    }

.contact-mobi-front {
    position: relative;
}

.front-img {
    position: absolute;
    bottom: 15px;
}

    .front-img > img {
        margin-left: 17px;
    }
/* =========================
    Start Signup and Signin Page css
============================ */

.login-profile i {
    margin: 0 auto;
}

.login-profile {
    align-items: center;
    background: #2196F3 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    height: 400px;
}

.login-up {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    z-index: -1;
}

.md-float-group label {
    border-bottom: 0;
}

.modal-header ul {
    border-bottom: 0;
}

.login-profile .fa {
    font-size: 80px;
    margin: 0 auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #00b9f5;
    border-radius: 0;
    color: #666;
    font-size: 18px;
}

.nav.nav-pills.log_btn a {
    border-radius: 0;
    font-size: 18px;
}

.nav-pills.log_btn a:hover {
    background: transparent none repeat scroll 0 0;
}

.f-password {
    position: absolute;
    right: 0;
    top: -18px;
}

/* ======================
    Flag Page css
======================== */

.flags .f-item {
    padding: 12px;
    border: 1px solid #ddd;
    margin-right: 15px;
    display: inline-block;
}

.data_table_main.flags [class*=col-] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content-flag label {
    margin-bottom: 0;
    cursor: pointer;
}

.flags .f-item .name, .flags .f-item .capital {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
}

.flags .f-item .code {
    display: block;
    font-size: 90%;
    color: #999;
    padding-bottom: 0;
}

/* ==========================
    Gallery Css
============================== */

.demo-gallery > ul {
    margin-bottom: 0;
}

    .demo-gallery > ul > li a {
        border-radius: 3px;
        display: block;
        overflow: hidden;
        position: relative;
        float: left;
        width: 100%;
    }

        .demo-gallery > ul > li a > img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            -moz-transition: -moz-transform 0.15s ease 0s;
            -o-transition: -o-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            height: 100%;
            width: 100%;
        }

        .demo-gallery > ul > li a:hover > img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
            opacity: 1;
        }

        .demo-gallery > ul > li a .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.1);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            -o-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s;
        }

            .demo-gallery > ul > li a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }

        .demo-gallery > ul > li a:hover .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.5);
        }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.thumbnail {
    border: 5px solid #fff;
    box-shadow: 7px 7px 7px -7px #ccc;
}

#lightgallery li, #lightgallery1 {
    margin-bottom: 15px;
}
/* Gallery css end */

/**  =====================
      Product css start
==========================  **/
.prod-img {
    position: relative;
}

.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
}

.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
}

.prod-item .prod-info {
    background: #fff;
    padding: 30px 0 20px;
}

.prod-item .br-widget {
    min-height: inherit;
}

.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #f57c00;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px;
}

.prod-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.option-icon i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 36px;
    margin: 30px 0;
    padding: 17px 5px;
}

/* css for product-list */

.project-table .action-icon a {
    font-size: 18px;
}

.prod-info h6 {
    font-size: 18px;
    font-weight: 600;
}

.prod-info a {
    font-size: 18px;
}

.pro-name span {
    font-size: 12px;
    color: #777;
}

.pro-list-img img {
    display: inline-block;
}

/**====== Product css end ======**/

/**  =====================
      Widget css start
==========================  **/

/*==== Progress-bar css =====*/

.project-process h6, .project-process h5 {
    margin-bottom: 20px;
}

.widget-clock .bg-primary {
    padding-bottom: 100px;
}

.widget-clock h2 {
    font-weight: 400;
}

.widget-clock h4, .widget-clock h6 {
    font-weight: 300;
}

.widget-clock i {
    font-size: 35px;
    margin-bottom: 10px;
}

.basic-widget h4 {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.widget-user h4 {
    margin-bottom: 15px;
}

.widget-user h6 {
    font-weight: 300;
}

.widget-user i {
    margin-right: 10px;
}

.widget-user .user-name, .widget-user .following {
    margin-bottom: 20px;
}

.widget-activities h6 {
    margin: 20px 0;
}

.widget-activities i {
    display: block;
    font-size: 35px;
    text-align: right;
}

.widget-activities .counter-txt {
    font-weight: 300;
    font-size: 35px;
}

.last-activity-table {
    margin-bottom: 0;
}

    .last-activity-table .activity-count {
        display: block;
        font-size: 18px;
        font-weight: 600;
    }

    .last-activity-table .dashboard-msg-send {
        font-size: 12px;
    }

.activity-percentage {
    vertical-align: middle;
    font-size: 18px;
    padding-bottom: 0;
}

    .activity-percentage span {
        margin-right: 10px;
    }

    .activity-percentage i {
        vertical-align: middle;
    }

.widget-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 11px;
}

    .widget-progress .progress .progress-bar1, .widget-progress .progress .progress-bar2, .widget-progress .progress .progress-bar3, .widget-progress .progress .progress-bar4 {
        background: #29aecc;
        height: 10px;
        border-radius: 0;
        position: absolute;
        top: 0;
    }

.widget-progress ~ div i {
    padding: 0 10px;
}

.widget-progress .progress .progress-text1, .widget-progress .progress .progress-text2, .widget-progress .progress .progress-text3, .widget-progress .progress .progress-text4 {
    position: absolute;
}

.widget-progress .progress .progress-bar1 {
    background: #f57c00;
}

.widget-progress .progress .progress-text1 {
    color: #f57c00;
    font-weight: 600;
}

.widget-progress .progress .progress-bar2 {
    background: #ff5252;
}

.widget-progress .progress .progress-text2 {
    color: #ff5252;
    font-weight: 600;
}

.widget-progress .progress .progress-bar3 {
    background: #4CAF50;
}

.widget-progress .progress .progress-text3 {
    color: #4CAF50;
    font-weight: 600;
}

/*====== Basic widget css ======*/

.basic-widget {
    background: #3f51b5;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

    .basic-widget i {
        background: #fff;
        height: 25px;
        width: 25px;
        color: #3f51b5;
        border-radius: 50%;
        font-size: 20px;
        line-height: 81px;
        margin: 30px 0;
        padding: 17px 19px;
    }

.basic-widget-green {
    background: #4caf50;
}

    .basic-widget-green i {
        color: #4caf50;
    }

.basic-widget-orange {
    background: #f57c00;
}

    .basic-widget-orange i {
        color: #f57c00;
    }

.basic-widget-pink {
    background: #ff5252;
}

    .basic-widget-pink i {
        color: #ff5252;
    }

.img-full {
    width: 100%;
}

.user-block-1 {
    bottom: 75px;
    margin-bottom: -60px;
    text-align: center;
    position: relative;
}

    .user-block-1 img, .user-block-2 img {
        display: inline-block;
        border: 5px solid rgba(128, 128, 128, 0.43);
        border-radius: 50%;
    }

.user-block-2 {
    background-image: url(../images/widget/user-block-2.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.user-block-2-activities {
    padding: 0px 20px;
}

.user-block-2-active {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.widget-income-footer {
    background: #eceaea;
    padding: 20px 15px;
}

#widget-product-list_filter {
    float: right;
}

    #widget-product-list_filter label {
        display: flex;
        align-items: center;
    }
/*===== New widget user css ======*/

/*===== New orders css ======*/
.new-orders i {
    background: #3f51b5;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    font-size: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 20px;
    display: inline-flex;
}

/*Widget To Do list*/

.widget-to-do-list {
    padding: 5px;
    border-bottom: none;
    position: relative;
    margin-bottom: 10px;
}

    .widget-to-do-list .checkbox {
        display: block;
    }
/*social card*/
.social-card .media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.social-card .social-media {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

    .social-card .social-media i {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .social-card .social-media h5 {
        margin-bottom: 0;
        margin-top: 10px;
    }
/*freelance card */
.freelance-card .freelance {
    position: relative;
    margin-bottom: 20px;
}

.freelance img {
    height: 140px;
    width: 140px;
}
/*freelance card 2*/
.freelance-card-2 .freelance-2 {
    padding: 40px;
}

    .freelance-card-2 .freelance-2 .user-name {
        margin-bottom: 15px;
        margin-top: 150px;
    }

    .freelance-card-2 .freelance-2 .user-address {
        margin-right: 30px;
        display: inline-block;
    }

    .freelance-card-2 .freelance-2 .button-list {
        margin-top: 20px;
    }

.freelance-card-2 .freelancer-footer {
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #fff;
}
/*Chartlist chart css*/

.ct-line.ct-threshold-above, .ct-point.ct-threshold-above, .ct-bar.ct-threshold-above, .ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below, .ct-grids .ct-vertical {
    stroke: #ccc;
}

.ct-chart11 .ct-line.ct-threshold-above, .ct-chart11 .ct-point.ct-threshold-above, .ct-chart11 .ct-bar.ct-threshold-above, .ct-chart11 .ct-line.ct-threshold-below, .ct-chart11 .ct-point.ct-threshold-below, .ct-chart11 .ct-bar.ct-threshold-below, .ct-chart11 .ct-grids .ct-vertical {
    stroke: #2196F3;
}

.ct-label.ct-vertical.ct-start, .ct-label.ct-horizontal.ct-end {
    color: #ccc;
}

.ct-chart11 .ct-label.ct-vertical.ct-start, .ct-chart11 .ct-label.ct-horizontal.ct-end {
    color: #666;
}

.ct-grids .ct-horizontal {
    stroke: transparent;
}

/*Clock css*/

#clock {
    background-image: url("../images/widget/clock-bg.png");
    height: 160px;
    position: relative;
    width: 160px;
    margin: 25px auto -95px;
    background-size: cover;
    bottom: 100px;
}

    #clock div {
        position: absolute;
        left: 24%;
        top: 20%;
    }

    #clock img[src*="second"] {
        transition: transform 600000s linear 0s;
    }

    #clock:target img[src*="second"] {
        transform: rotate(3600000deg);
    }

    #clock img[src*="minute"] {
        transition: transform 360000s linear 0s;
    }

    #clock:target img[src*="minute"] {
        transform: rotate(36000deg);
    }

    #clock img[src*="hour"] {
        transition: transform 216000s linear 0s;
    }

    #clock:target img[src*="hour"] {
        transform: rotate(360deg);
    }
/*Weather widget*/

.weather-temp li {
    padding: 5px 10px;
    border-right: 1px solid #fff;
    display: inline-block;
    text-align: center;
}

    .weather-temp, .weather-temp li h6, .cloud-date {
        color: #fff;
    }

        .weather-temp, .weather-temp li h4 {
            margin-bottom: 0;
        }

            .weather-temp li:last-child {
                border-right: none;
            }

.weather-table tr td:first-child {
    width: 25%;
}

.weather-table .svg-icon svg {
    width: 21px !important;
    height: 21px !important;
}

.weather-live .svg-icon.d-flex .climacon_component-stroke {
    fill: rgba(255, 255, 255, 0.82);
}

.weather-live .svg-icon.d-flex svg {
    width: 80px !important;
    height: 80px !important;
}

.day-widget .svg-icon .climacon_component-stroke {
    fill: rgb(79, 176, 83);
}

.svg-cloud {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .svg-cloud .cloud-temp {
        display: inline-block;
        margin-left: 15px;
    }

.table tr:first-child td, .table th {
    border-top: none;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff;
}

.weather-table tr td:last-child, .last-activity-table tr td:last-child {
    text-align: right;
}

.weather-table > tbody > tr:last-child > td {
    margin-bottom: 0;
}

.svg-icon svg {
    width: 50px !important;
    height: 50px !important;
}

.svg-icon .climacon_component-stroke {
    fill: rgba(43, 61, 81, 0.7);
}

.svg-icon .climacon_component-fill {
    fill: #bbbbbb;
}

.icon-list-demo svg {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43, 61, 81, 0.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.weather-card .weather-bg {
    padding: 40px;
    text-align: center;
}

    .weather-card .weather-bg h1 {
        display: inline-block;
        font-size: 52px;
        vertical-align: bottom;
    }

    .weather-card .weather-bg h6 {
        font-weight: 300;
        color: #fff;
    }
/*widget horizontal cards css*/
.rotate-txt {
    float: right;
    bottom: 80px;
    position: relative;
    transform: rotateZ(90deg);
    right: -30px;
}

.horizontal-card-img img {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin-bottom: 20px;
}

.horizontal-card-img h2 {
    margin-bottom: 30px;
    font-weight: 400;
}

.horizontal-card-img ol li {
    color: #777;
    font-weight: 600;
    float: none;
}

.label-primary.menu-arrow-caption {
    position: absolute;
    right: 25px;
}
/* twitter widget  */
.widget-twitter .media {
    padding: 10px;
    display: flex;
    align-items: center;
}

.widget-twitter .media-body h6 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
/* video widget */
.widget-video .widget-progress {
    margin: 10px 0;
}
/* user list widget */
.widget-user-list .media {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

    .widget-user-list .media:nth-child(4), .widget-user-list .media:last-child {
        border-bottom: none;
    }

.widget-user-list .media-body h6 {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
/*Last activity widget*/
.last-activity-table tr td:first-child {
    width: auto;
}

.last-activity-table .btn {
    margin-bottom: 5px;
}
/*recent order table*/
.recent-table {
    padding-left: 30px;
    padding-right: 30px;
}

    .recent-table .action-icon a {
        color: #818a91;
        font-size: 18px;
    }

        .recent-table .action-icon a:first-child {
            margin-right: 15px;
        }

    .recent-table .pro-name span {
        color: #818a91;
        font-size: 12px;
    }
/*Photo table */
.photo-table img {
    width: 50px;
    margin-bottom: 5px;
    display: inline-block;
}
/*Quick note css*/
.quick-save-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-weight: 400;
}

    .quick-save-btn:hover {
        border-color: #fff;
        color: #fff;
        box-shadow: none;
    }
/*Sparkline chart css*/
.bg-spark-chart {
    background: #3f51b5;
}

.br-bottom {
    border-bottom: 1px solid #ccc;
}

.br-left {
    border-left: 1px solid #ccc;
}

.br-top-white {
    border-top: 1px solid #fff;
}

.chart-sparkline {
    position: absolute;
    top: 0;
    left: 0;
}

/*Messages css*/

.message-label {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: -5px;
    line-height: 22px;
    border-radius: 100%;
    margin-bottom: 0;
}

.unread-msg {
    background: #fcffe8;
}

    .unread-msg i, .unread-msg h6, .unread-msg span, .unread-msg p {
        color: #000 !important;
        font-weight: 600;
    }

.messages .media .media-body {
    padding-top: 6px;
}

.messages-content {
    padding: 25px;
    border-right: 1px solid #ccc;
    padding-bottom: 0;
}

    .messages-content .media {
        margin-bottom: 40px;
    }

        .messages-content .media .msg-send, .messages-content .media .msg-reply {
            padding: 15px;
            font-size: 12px;
            display: inline-block;
            margin-bottom: 10px;
        }

        .messages-content .media .media-left {
            padding-right: 25px;
        }

.messages-send .form-control {
    padding: 20px;
    border-radius: 0;
}

.messages-send span {
    padding-right: 20px;
    border-radius: 0;
}

/*Weather block css*/
.weather-bg {
    background-image: url(../images/widget/weather-bg.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}

    .weather-bg i {
        font-size: 100px;
    }

    .weather-bg span {
        font-size: 55px;
    }

    .weather-bg svg#cloudDrizzleSun {
        height: 80px;
        width: 80px;
    }

svg#sun {
    height: 180px;
    width: 180px;
}

.weather-detail .climacon_component-stroke {
    fill: #666;
}

.weather-detail .climacon_component-fill {
    fill: #fff;
}

.weather-detail li:first-child {
    padding-left: 0;
}

.weather-detail li {
    padding: 0 12px;
    display: inline-block;
    text-align: center;
}

    .weather-detail li:last-child {
        padding-right: 0;
    }

.widget-timeline i {
    position: absolute;
    top: 40px;
    left: 80%;
}

.widget-timeline .media {
    padding: 20px;
    font-size: 14px;
}

    .widget-timeline .media h6 {
        display: inline-block;
        font-size: 14px;
    }
/*Checkbox table css*/
.check-table th:first-child {
    width: 1%;
}

.check-table th .fade-in-primary {
    margin-right: 0;
}

/*Donaut chart css*/
.placeholder3 div.legend table {
    top: -71px;
    font-size: smaller;
    color: #545454;
    right: 195px;
}

.placeholder3 {
    margin: 60px auto;
}

    .placeholder3 > div.legend > table {
        left: -100px;
        margin-right: 0;
        margin-top: 95px;
        position: absolute;
    }

.legendLabel {
    padding-left: 12px;
}

/*Owl carousel css*/
.owl-widget .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .owl-widget .owl-controls .owl-prev {
        left: 10px;
        position: absolute;
    }

    .owl-widget .owl-controls .owl-next {
        right: 10px;
        position: absolute;
    }

    .owl-widget .owl-controls .owl-nav div {
        background: rgba(0, 0, 0, 0.44);
        opacity: 1;
        color: #fff;
    }

.owl-widget-bottom {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    bottom: 0;
    z-index: 1;
}

/*Tabs widget css*/
.widget-tab-pane {
    padding: 20px;
}

    .widget-tab-pane p {
        padding: 0;
    }

    .widget-tab-pane .media-body p {
        margin-bottom: 5px;
    }

    .widget-tab-pane .media {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .widget-tab-pane .media:last-child {
            margin-bottom: 0px;
        }

    .widget-tab-pane .media-body h6 {
        display: inline-block;
        font-size: 14px;
    }

.widget-tabs .nav-item a {
    font-size: 14px;
}

.grid-item #product-list_filter {
    display: none;
}

.widget-tabs .slide {
    height: 2px;
}

.add-tabs i {
    position: absolute;
    right: 15px;
    top: 10px;
}
/*Social block widget css*/
.bg-icon i {
    position: absolute;
    font-size: 72px;
    right: 15px;
    top: 20px;
    color: skyblue;
    opacity: 0.6;
}

.badge-dot {
    right: 5px;
    background: #1b8bf9;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 3px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 0px 2px 2px rgb(255, 255, 255);
}

/*Contact card css*/
.contact-card {
    background-image: url(../images/widget/contact-card.jpg);
    background-size: cover;
    color: #fff;
}


/**====== Widget css end ======**/

/**  =====================
     Contact card css start
==========================  **/
.contact-detail {
    width: calc(100% - 305px);
    float: right;
}
/**====== Contact card css end ======**/

/**  =====================
      Email pages css start
==========================  **/

.compose-list-group {
    margin-top: 20px;
}

    .compose-list-group i {
        margin-right: 5px;
    }

    .compose-list-group a {
        padding-left: 0;
    }

    .compose-list-group .email-count {
        margin-left: 5px;
    }

.email-icon {
    margin-bottom: 30px;
}

    .email-icon .btn-group, .email-icon .dropdown-primary {
        margin-right: 10px;
    }

    .email-icon i {
        font-size: 16px;
        color: #fff;
    }

.email-body .checkbox {
    margin-right: 10px;
    vertical-align: middle;
}

.email-body label {
    margin-bottom: 0;
}

.email-body .icofont-star {
    margin-right: 10px;
}

.email-time {
    text-align: right;
    width: 120px;
}

.compose-list-group .list-group-item.active {
    background-color: transparent;
    border-color: transparent;
    color: #ff5252;
    font-weight: 600;
}

.compose-list-group .list-group-item {
    border-color: transparent;
}

.email-table tr td {
    vertical-align: middle;
}

.email-table td a {
    color: #333;
}

.email-table .unread td a {
    font-weight: 600;
    color: #333;
}

.email-attch {
    width: 50px;
}

.email-content {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.email-card {
    border: 1px solid rgba(0,0,0,.125);
}

.note-editor.panel {
    border: 1px solid rgba(0,0,0,.15);
}
/* generic class removal email page kishan  */

.email-card .user-name {
    display: inline-block;
    font-weight: 400;
}

.email-card .user-mail {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
}

    .email-card .user-mail h6 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0;
    }

/**====== Email pages css end ======**/

/**  =====================
      Social Timeline css start
==========================  **/
.tab-pane form .md-add-on i {
    font-size: 20px;
}

.wall-elips {
    position: absolute;
    right: 15px;
}

.social-wallpaper {
    position: relative;
}

.social-profile {
    position: relative;
    padding-top: 15px;
}

.timeline-btn {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.nav-tabs.md-tabs.tab-timeline li a {
    padding: 20px 0 10px;
    color: #666666;
    font-size: 18px;
}

.social-timeline-left {
    position: absolute;
    top: -200px;
    margin-right: 15px;
}

.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none;
}

.user-box .media-object, .friend-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block;
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.user-box .media-left {
    position: relative;
}

.chat-header {
    color: #222222;
}

.live-status {
    height: 7px;
    width: 7px;
    position: absolute;
    bottom: 0;
    right: 17px;
    border-radius: 100%;
    border: 1px solid;
}

.tab-timeline .slide {
    bottom: -1px;
}

.image-upload input {
    visibility: hidden;
    max-width: 0;
    max-height: 0;
}

.file-upload-lbl {
    max-width: 15px;
    padding: 5px 0 0;
}

.ellipsis::after {
    top: 15px;
    border: none;
    position: absolute;
    content: '\f142';
    font-family: FontAwesome;
}

.elipsis-box {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.11);
    top: 40px;
    right: -10px;
}

    .elipsis-box:after {
        content: '';
        height: 13px;
        width: 13px;
        background: #fff;
        position: absolute;
        top: -5px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        box-shadow: -3px -3px 11px 1px rgba(170, 170, 170, 0.22);
    }

.friend-elipsis {
    left: -10px;
    top: -10px;
}

.social-profile:hover .profile-hvr, .social-wallpaper:hover .profile-hvr {
    opacity: 1;
    transition: all ease-in-out 0.3s;
}

.profile-hvr {
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.61);
    transition: all ease-in-out 0.3s;
}

.social-profile {
    margin: 0 15px;
}

.social-follower {
    text-align: center;
}

    .social-follower h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-style: normal;
    }

    .social-follower h5 {
        font-size: 14px;
    }

    .social-follower .follower-counter {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 13px;
    }

        .social-follower .follower-counter .txt-primary {
            font-size: 24px;
        }

.timeline-icon {
    height: 45px;
    width: 45px;
    display: block;
    margin: 0 auto;
    border: 4px #fff solid;
}

.social-timelines-left:after {
    height: 3px;
    width: 25%;
    position: absolute;
    background: #cccccc;
    top: 20px;
    content: "";
    right: 0;
    z-index: 0;
}

.social-timelines:before {
    position: absolute;
    content: ' ';
    width: 3px;
    background: #cccccc;
    left: 4%;
    z-index: 0;
    height: 100%;
    top: 0;
}

.timeline-dot:after, .timeline-dot:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #cccccc;
    left: 3.8%;
    border-radius: 100%;
}

.user-box .social-designation, .post-timelines .social-time {
    font-size: 13px;
}

.social-msg span {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.view-info .social-label, .contact-info .social-label, .work-info .social-label {
    font-size: 15px;
    padding-left: 0;
    padding-top: 0;
}

.view-info .social-user-name, .contact-info .social-user-name, .work-info .social-user-name {
    font-size: 14px;
    padding-left: 0;
}

.friend-elipsis .social-designation {
    font-size: 13px;
}

.social-client-description {
    padding-bottom: 20px;
}

.user-box .media-body {
    padding-top: 6px;
}

.timeline-details p {
    padding-top: 10px;
}

.timeline-details .chat-header, .post-timelines .chat-header {
    font-size: 15px;
}

.social-client-description {
    padding-bottom: 20px;
}

    .social-client-description p {
        margin-top: 5px;
    }

    .social-client-description span {
        font-size: 12px;
        margin-left: 10px;
    }

    .social-client-description .chat-header {
        font-size: 13px;
    }

.social-tabs a {
    font-size: 18px;
}

.timeline-btn a {
    margin-bottom: 20px;
}

.profile-hvr i {
    cursor: pointer;
}
/*====== Social Timeline css End ======*/

/**  =====================
      Data table css start
==========================  **/
#simpletable_filter, #task-table_filter {
    display: flex;
    justify-content: center;
}

    #simpletable_filter label, #task-table_filter label {
        display: flex;
        position: absolute;
        align-items: center;
        right: 30px;
        top: -21px;
    }

#simpletable_length label {
    margin-top: -5px;
}

div.dt-buttons {
    margin-bottom: 15px;
}

#advanced-table_filter label {
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    top: 60px;
}
/*====== Data table css End ======*/

/**  =====================
      Product- List css start
==========================  **/

#product-list td, #crm-contact td, #contact-list td {
    vertical-align: middle;
}

.crm-action-edit {
    margin-right: 15px;
}

.crm-action-edit, .crm-action-delete {
    font-size: 18px;
    color: #777;
}

.crm-table {
    padding-left: 30px;
    padding-right: 30px;
}

/*====== Product- List css End ======*/

/**  =====================
      Product-Detail css start
==========================  **/

#small_banner .slick-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

#small_banner img {
    cursor: pointer;
}

#small_banner .slick-center {
    filter: grayscale(0);
    opacity: 1;
}

.port_details_all_img {
    overflow: hidden;
}

.detail-stars .br-widget {
    min-height: 55px;
    margin-top: 0;
}

#small_banner:hover .slick-prev {
    left: 0;
    transition: all ease-in 0.3s;
}

#small_banner:hover .slick-next {
    right: 0;
    transition: all ease-in 0.3s;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.80);
}

.slick-prev {
    left: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    width: 4%;
    transition: all ease-in 0.3s;
}

.slick-next {
    right: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    width: 4%;
    transition: all ease-in 0.3s;
}

    .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: rgba(0, 0, 0, 0.80);
    }

.product-detail .br-widget {
    display: block;
    min-height: 50px;
}

.counter-input .input-group {
    width: 20%;
}

.product-detail .btn-number {
    background-color: #e0e0e0;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #000;
}

.pro-det-tab .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
}

.big_banner .port_big_img {
    margin-bottom: 15px;
}

.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px;
}

.product-detail .pro-desc {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cd-price .cd-price-month {
    font-size: 64px;
}
/*====== Product-Detail css End ======*/

/**  =====================
      Product-Edit css start
==========================  **/
.prod-edit-width {
    width: 60%;
    margin: 0 auto;
}

.product-edit ul a {
    font-weight: 600;
}

/*====== Product-Edit css End ======*/

/**  =====================
      Wall css start
==========================  **/
.post-new-footer i {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}

.input-group span {
    cursor: pointer;
}

.input-group a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

/*====== Tour css ======*/

.notification .btn {
    margin-right: 15px;
}

    .notification .btn:last-child {
        margin-right: 0;
    }

.tooltip-btn .btn, .tooltip-pop .btn, .tooltip-icon .btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.tooltip-link a {
    margin-left: 10px;
}

.wall-img-preview {
    text-align: center;
}

    .wall-img-preview .wall-item {
        display: block;
        float: left;
        position: relative;
        overflow: hidden;
        border: 2px solid #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .wall-img-preview .wall-item > img {
            display: none;
        }

        .wall-img-preview .wall-item:first-child:nth-last-child(2),
        .wall-img-preview .wall-item:first-child:nth-last-child(2) ~ div {
            width: 50%;
        }

        .wall-img-preview .wall-item:first-child:nth-last-child(3),
        .wall-img-preview .wall-item:first-child:nth-last-child(3) ~ div,
        .wall-img-preview .wall-item:first-child:nth-last-child(4),
        .wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:not(:last-child),
        .wall-img-preview .wall-item:first-child:nth-last-child(5),
        .wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:not( :nth-last-of-type(-n+2)),
        .wall-img-preview .wall-item:first-child:nth-last-child(6),
        .wall-img-preview .wall-item:first-child:nth-last-child(6) ~ div,
        .wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3),
        .wall-img-preview .wall-item:first-child:nth-last-child(9),
        .wall-img-preview .wall-item:first-child:nth-last-child(9) ~ div,
        .wall-img-preview .wall-item:first-child:nth-last-child(10),
        .wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:not(:last-child),
        .wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:nth-last-of-type(-n+3) {
            width: 33.333333%;
        }

            .wall-img-preview .wall-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
                width: 50%;
            }

        .wall-img-preview .wall-item:first-child:nth-last-child(7),
        .wall-img-preview .wall-item:first-child:nth-last-child(7) ~ div:not( :nth-last-of-type(-n+3)),
        .wall-img-preview .wall-item:first-child:nth-last-child(11),
        .wall-img-preview .wall-item:first-child:nth-last-child(11) ~ div:not( :nth-last-of-type(-n+3)),
        .wall-img-preview .wall-item:first-child:nth-last-child(8),
        .wall-img-preview .wall-item:first-child:nth-last-child(8) ~ div,
        .wall-img-preview .wall-item:first-child:nth-last-child(12),
        .wall-img-preview .wall-item:first-child:nth-last-child(12) ~ div {
            width: 25%;
        }

        .wall-img-preview .wall-item:only-child,
        .wall-img-preview .wall-item:first-child:nth-last-child(4) ~ div:nth-child(4),
        .wall-img-preview .wall-item:first-child:nth-last-child(10) ~ div:nth-child(10) {
            width: 100%;
        }
/*====== Wall css End ======*/

/**  =====================
      Message css start
==========================  **/
.messages-content {
    width: calc(100% - 305px);
}

.message-left {
    width: 300px;
    float: right;
}

.msg-box {
    margin: -30px -15px;
}

.msg-send {
    background-color: #f3f3f3;
}

.new-msg {
    border-right: 0;
}

.msg-ellipsis {
    right: 10px;
    top: 0;
    position: absolute;
}

    .msg-ellipsis span {
        margin-top: 10px;
        margin-right: 14px;
        float: right;
        font-size: 26px;
    }

.msg-nav {
    top: 18px;
    right: 40px;
    position: absolute;
    font-size: 24px;
}

.new-msg:focus ~ .input-group-addon {
    background-color: #fff;
    border-color: #66afe9;
}

.msg-elipsis-box a {
    font-size: 15px;
}
/*====== Message css End ======*/
/**  =====================
      chat css start
==========================  **/
#main-chat .chat-single-box.active .chat-header {
    background-color: #2196F3 !important;
}

    #main-chat .chat-single-box.active .chat-header a {
        color: #fff !important;
    }

#main-chat .chat-single-box .chat-header a {
    color: #666666 !important;
}

#main-chat .chat-box ul.boxs li.chat-single-box .chat-header.custom-collapsed {
    position: absolute;
    bottom: 0;
    width: 300px;
}

.user-box {
    height: 100%;
}

.close {
    opacity: 1;
}

.write-msg {
    padding: 12px;
}

.chat-box .secondary:active:hover {
    background-color: #fff;
}

#main-chat .minimized {
    background-color: #1e2730 !important;
}

#main-chat .chat-box ul.boxs li.minimized {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
    left: -50px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

    #main-chat .chat-box ul.boxs li.minimized .count {
        color: #fff;
        text-align: center;
        margin: 5px;
    }

    #main-chat .chat-box ul.boxs li.minimized .chat-dropdown {
        list-style: none;
        display: none;
        position: absolute;
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
        -moz-box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
        box-shadow: 0 1px 8px 0 rgba(5, 5, 5, 0.5);
        width: 150px;
        z-index: 100;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 0;
    }

        #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li {
            padding: 2px 5px;
        }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li div {
                display: inline-block;
            }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .username {
                width: 85%;
                height: 22px;
            }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove {
                width: 13%;
                padding: 2PX 4PX;
                float: right;
            }

                #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove:hover {
                    background-color: #c0c0c0 !important;
                }

            #main-chat .chat-box ul.boxs li.minimized .chat-dropdown li:hover {
                color: black;
            }

#main-chat .chat-box ul.boxs li.hidden {
    display: none;
}

.chat-single-box {
    height: 440px;
    float: right;
    width: 300px;
    margin-right: 15px;
    direction: ltr;
    z-index: 999;
    bottom: 0;
}

.box-live-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid;
}

.chat-msg-img {
    height: 50px;
    width: 50px;
}

.header-users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%;
}

.p-chat-user {
    top: 50px;
}

.users-main {
    height: 100%;
    width: 300px;
    position: fixed;
    border-radius: 0px;
}

.friendlist-main {
    padding-left: 20px;
}

    .friendlist-main h6 {
        font-size: 14px;
        text-transform: uppercase;
    }

.friendlist-box .media-body .friend-header {
    font-size: 13px;
}

.friendlist-box .media-body span {
    font-size: 12px;
}

.userlist-box {
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}

.users-main .media {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.chat-menu-content, .chat-menu-reply {
    background: #f3f3f3;
    position: relative;
    overflow: visible;
    border-radius: 4px;
}

    .chat-menu-content:before {
        position: absolute;
        top: 20px;
        left: -14px;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid transparent;
        border-right-color: #f3f3f3;
    }

    .chat-menu-reply:before {
        position: absolute;
        top: 20px;
        right: -14px;
        width: 0;
        height: 0;
        content: '';
        border: 8px solid transparent;
        border-left-color: #2196f3;
    }

.chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 43px;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

    .chat-reply-box .md-input-wrapper {
        margin-bottom: 30px;
    }

.chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.chat-menu-content .chat-cont, .chat-menu-reply .chat-cont {
    padding: 10px;
}

.chat-menu-content .chat-time, .chat-menu-reply .chat-time {
    padding-left: 10px;
    padding-bottom: 10px;
}

.back_chatBox i {
    float: left;
    margin-top: 5px;
}

.designation {
    cursor: pointer;
}

.extra-profile-list {
    display: none;
}

.chat-menu-reply .chat-cont, .chat-menu-reply .chat-time {
    color: #fff;
}

.chat-menu-reply {
    background: #2196f3;
}

.users-main .media .chat-header {
    font-size: 14px;
    font-weight: 600;
}

.users-main .media-body div + div {
    font-size: 12px;
}

.chat-body {
    overflow-y: auto;
    height: 340px;
}

.users-main-fix {
    height: auto;
    position: fixed;
    bottom: 0px;
    top: 151px;
}

.chat-footer, .chat-link {
    border-color: #2196F3;
}

    .chat-footer .input-group-addon {
        padding: 7px .75rem;
    }

.form-control:focus ~ .chat-send {
    border-color: #2196F3;
}

.minimized-box {
    padding: 5px 10px;
}

.write-msg input {
    border-radius: 0;
    border-right: 0;
}

.write-msg .btn {
    box-shadow: none;
    border-left: 0;
    font-size: 14px;
}

.write-msg .btn-secondary:hover {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-left: 0;
}

.form-control:focus ~ .input-group-btn .btn-secondary {
    border-color: #66afe9;
    color: #2196F3;
}

.img-chat-profile {
    height: 45px;
    width: 45px;
}

.chat-minimize .chat-body, .chat-minimize .chat-footer {
    display: none;
}

.chat-box {
    margin-right: 290px;
    height: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
/*====== chat css End ======*/
/*====== Product-Edit css End ======*/


/**  =====================
      Blog Detail css start
==========================  **/

.blog-single h4 {
    margin-top: 30px;
    color: #1b8bf9;
    font-weight: 400;
}

.blog-single p {
    margin: 30px 0;
}

    .blog-single p:last-child {
        font-weight: 400;
        margin-bottom: 30px;
    }

.blog-single .qutoe-text {
    font-size: 15px;
    color: #1b8bf9;
    border-left: 3px solid #1b8bf9;
    padding-left: 25px;
    font-weight: 400;
}

.blog-tag li:first-child {
    border: none;
    padding: 5px 0;
}

.blog-tag li a, .blog-tag li i, .blog-single p:last-child, .shares-like li:first-child, .shares-like li:first-child i {
    color: #777;
}

.blog-tag li i {
    font-size: 20px;
    vertical-align: middle;
}

.blog-tag li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

    .blog-tag li:last-child {
        margin-right: 0;
    }

.shares-like li:first-child {
    font-size: 17px;
}

.shares-like li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

    .shares-like li i {
        color: #fff;
    }

.shares-like .btn-facebook, .shares-like .btn-twitter, .shares-like .btn-google-plus, .shares-like .btn-linkedin, .shares-like .btn-pinterest {
    color: #fff;
    padding: 10px 15px;
}

.blog-big-user {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .blog-big-user h4 {
        color: #1b8bf9;
        font-weight: 400;
    }

    .blog-big-user h6 {
        font-weight: 400;
        margin: 20px 0;
    }

    .blog-big-user h5 {
        margin: 20px 0;
    }

.blog-u-comment span {
    font-size: 14px;
}

.blog-u-comment i {
    margin: 0 5px;
}

    .blog-u-comment i:last-child {
        margin-right: 10px;
    }

.blog-u-comment .blog-reply a, .blog-u-comment .blog-edit a {
    margin-right: 10px;
    font-size: 12px;
}

.shares-like:hover {
    transition: all 0.3s 0s;
}

.blog-s-reply h6 {
    color: #1b8bf9;
}

    .blog-s-reply h6 span {
        font-size: 12px;
        color: #777;
        margin-left: 5px;
    }

.blog-article {
    margin-bottom: 30px;
}

    .blog-article .articles h6 {
        padding-top: 20px;
        font-weight: 400;
    }

    .blog-article .articles a {
        font-weight: 400;
        font-size: 15px;
        color: #1b8bf9;
        margin: 20px 0;
        display: block;
    }

    .blog-article .articles span {
        margin-left: 10px;
    }

.img-circle-blog {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.comment-block li {
    padding-left: 75px;
}

.blog-profile img {
    left: 0;
    position: absolute;
    top: 12px;
}

.mail-img {
    margin-top: 20px;
}

/*====== Blog Details End ======*/

/**  =====================
      Bootstrap UI css start
==========================  **/

.boot-ui [class*=col-], .boot-ui [class*=bg-] {
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

/*====== Bootstrap UI css End ======*/

/**  =====================
      Sticky css start
==========================  **/
/*add Button css Start*/
.pulse-ring {
    content: '';
    width: 140px;
    height: 55px;
    border: 20px solid #1b8bf9;
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #1b8bf9;
    animation: pulsate infinite 1.5s;
}

@-webkit-keyframes pulsate {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}
/*====== Sticky End ======*/
/**  =====================
      Wizard Forms css start
==========================  **/
/*Wizard Forms validation Start*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

a.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50px;
}

/*Wizard Forms validation Ends*/
/*====== Wizard Forms End ======*/
/**  =====================
      Map google css start
==========================  **/
.basic-map {
    height: 400px;
    border-radius: 3px;
}

#mapGeo.basic-map {
    height: 358px;
    border-radius: 3px;
}
/*vector map*/
/*====== Map google End ======*/

/**  =====================
     CRM Dashboard css start
==========================  **/

.timeline-line .cd-timeline-content::before {
    left: 100%;
}

.timeline-line .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    left: -30px;
}

.morris-default-style {
    width: 100%;
}

.morris-hover-row-label, .morris-hover-point {
    display: inline-block;
    margin-right: 15px;
    color: #fff !important;
    background-color: #1b8bf9;
    padding: 1px 10px;
    border-radius: 2px;
}
/*CRM-Contact Start CSS*/
#crm-contact .img-circle, img.comment-img {
    width: 40px;
    height: 40px;
}

.crm-timeline:after {
    display: none;
}
/*====== CRM Dashboard End ======*/

/** ==============================
    Dynamic css start
=========================== **/
.filtering_group, .filter-container h2 {
    margin-bottom: 20px;
}

.sorting-filter, .sorting_txt-filter {
    text-align: left;
}

    .sorting-filter li, .sorting_txt-filter li {
        display: inline-block;
    }

        .sorting-filter li button, .sorting_txt-filter li button {
            margin-right: 20px;
        }

.sorting-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #777;
}
/*====== Dynamic css End ======*/

/** ==============================
    Task Board CSS
=========================== **/

/* start task board */

.task-right-header-status, .task-right-header-users {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.task-right-header-revision {
    padding-top: 10px;
}

    .task-right-header-status span, .task-right-header-users span, .task-right-header-revision span {
        margin-bottom: 10px;
    }

.task-right-header-users .assign-user {
    padding: 0;
    margin-top: 10px;
}

.taskboard-right-users .media, .taskboard-right-revision .media, .assign-user .media {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .assign-user .media:first-child {
        margin-top: 0;
    }

.assign-user .media-body h6 {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 0;
}

.assign-user .media-body p {
    margin-bottom: 5px;
}

.assign-user .media-left img {
    margin-bottom: 0;
}

.taskboard-right-progress, .taskboard-right-users, .taskboard-right-revision {
    margin-top: 10px;
}

    .taskboard-right-revision .media .media-body .chat-header {
        font-size: 13px;
    }

    .taskboard-right-progress .progress {
        width: 100%;
    }

.filter-bar > .navbar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 3px 1px -2px rgba(0, 0, 0, .08), 0 1px 5px 0 rgba(0, 0, 0, .08);
    padding: .2rem 1rem;
}

.filter-bar .nav-link {
    color: #000;
}

.filter-bar .navbar-light .navbar-nav .nav-link {
    color: #757575;
    margin-right: 10px;
}

.card-footer .task-list-table, .card-footer .task-list-table a img {
    display: inline-block;
}

.task-board {
    margin-top: 10px;
    float: right;
}

    .task-board .dropdown {
        display: inline-block;
    }

.card-body .task-detail {
    padding-top: 0;
    padding-bottom: 10px;
}

.point-marker {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.content-group {
    margin-bottom: 20px !important;
}

.content-divider {
    text-align: center;
    position: relative;
    z-index: 1;
}

/* task board card border */

.b-l-primary {
    border-left: 2px solid #2196F3 !important;
}

.b-l-danger {
    border-left: 2px solid #ff5252 !important;
}

.b-l-success {
    border-left: 2px solid #4CAF50 !important;
}

.b-l-warning {
    border-left: 2px solid #f57c00 !important;
}

.b-l-info {
    border-left: 2px solid #40c4ff !important;
}

.b-l-black {
    border-left: 2px solid #333 !important;
}

/* end of task board css*/

/* ======================================
        Issue List Css
=========================================== */

/* start Issue list css */

.pie-chart-tooltip {
    position: absolute;
    top: 0;
    left: 0;
}

.issue-list-progress {
    border-bottom: 1px solid #ccc;
}

    .issue-list-progress .progress {
        position: relative;
        background-color: #eeeded;
        height: 9px;
        width: 90%;
        margin-bottom: 20px;
    }

#issue-list-table_filter label {
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    top: -18px;
}

.issue-list-progress span {
    margin-top: -10px;
}

.issue-progress .progress .issue-text1 {
    font-weight: 600;
    float: right;
    margin-right: -50px;
}

.issue-progress .progress .issue-bar1 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0%;
}

.matrics-issue .sub-title {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}

.matrics-issue div h6 {
    padding-top: 10px;
    color: #777;
}

.issue-btn-group i {
    font-size: 16px;
}
/* end of issue list css */

/**  =====================
     Form Validation css start
==========================  **/

form .messages {
    position: absolute;
    left: 0;
    top: 100%;
}

.messages.popover-valid {
    position: absolute;
    right: 18px;
    top: 25px;
    left: auto;
    font-size: 16px;
}
/*======  Form Validation End ======*/

/* ======================================
       Chartlist chart css
=========================================== */
.chartlist .ct-series-a .ct-line, .chartlist .ct-series-a .ct-point, .chartlist .ct-series-a .ct-slice-donut {
    stroke: #2196F3;
}

.chartlist .ct-series-b .ct-line, .chartlist .ct-series-b .ct-point, .chartlist .ct-series-b .ct-slice-donut {
    stroke: #ff5252;
}

.chartlist .ct-series-c .ct-line, .chartlist .ct-series-c .ct-point, .chartlist .ct-series-c .ct-slice-donut {
    stroke: #4CAF50;
}

.chartlist .ct-series-d .ct-line, .chartlist .ct-series-d .ct-point, .chartlist .ct-series-d .ct-slice-donut {
    stroke: #f57c00;
}

.chartlist .ct-chart .ct-grids .ct-vertical {
    stroke: #ccc;
}

.chartlist .ct-chart .ct-label.ct-vertical.ct-start, .chartlist .ct-label.ct-horizontal.ct-end {
    color: #ccc;
}

.chartlist .ct-series-a .ct-area {
    fill: #ff5252;
}

.chartlist .ct-series-b .ct-area {
    fill: #2196F3;
}

.chartlist .ct-series-c .ct-area {
    fill: #4CAF50;
}

.chartlist .ct-series-d .ct-area {
    fill: #f57c00;
}

.nvd-chart {
    height: 400px;
}

.peity-chart .peity {
    width: 100%;
    height: 50%;
}

.linechart canvas, .barchart canvas, .customchart canvas {
    width: 101% !important;
}
/* end  Chartlist chart css */

/* ======================================
       Dashboard-1 css start
=========================================== */

.row-table {
    display: table;
    height: 100%;
    width: 100%;
}

    .row-table > [class*=col-] {
        display: table-cell;
        table-layout: fixed;
        vertical-align: middle;
    }

        .row-table > [class*=col-]:first-child {
            border-right: 1px solid #fff;
        }

#system-clock {
    opacity: 0.6;
}

.b-t-none {
    border-top: none;
    border: 1px solid #ccc;
}

.side-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    color: #fff;
    font-size: 26px;
    border-radius: 0px 0px 0px 100px;
    text-align: center;
}

    .side-box i {
        position: relative;
        top: 0px;
        left: 8px;
        margin: 0px !important;
        font-size: 22px;
    }

.resource-barchart canvas {
    width: 60% !important;
}

.dashboard-primary, .dashboard-success, .dashboard-warning, .dashboard-facebook, .weather-temp h6 {
    color: #fff;
}

.sales-primary, .sales-success, .sales-warning, .sales-facebook {
    padding: 15px 20px;
    margin-bottom: 0px;
}

    .sales-primary i, .sales-success i, .sales-warning i, .sales-facebook i {
        font-size: 30px;
    }

    .sales-primary h2, .sales-success h2, .sales-warning h2, .sales-facebook h2 {
        font-weight: 600;
        float: right;
        margin-bottom: 0px;
        line-height: 28px;
    }

        .sales-primary h2 a, .sales-success h2 a, .sales-warning h2 a, .sales-facebook h2 a {
            font-weight: 600;
            float: right;
            margin-bottom: 0px;
            line-height: 28px;
            color: #fff !important;
            font-size: 2rem;
        }

    .sales-primary span, .sales-success span, .sales-warning span, .sales-facebook span {
        display: block;
        text-align: right;
    }

.bg-dark-primary .week-sales, .bg-dark-success .week-sales, .bg-dark-warning .week-sales, .bg-dark-facebook .week-sales, .bg-dark-success-new .week-sales, .bg-dark-warning-new .week-sales {
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.bg-dark-primary .total-sales, .bg-dark-success .total-sales, .bg-dark-warning .total-sales, .bg-dark-facebook .total-sales {
    color: #fff;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}

.bg-dark-primary .week-sales span {
    display: inline-block;
}

.dashboard-product {
    background-color: #fff;
    padding-top: 21px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #777;
}

    .dashboard-product b {
        font-weight: 600;
        color: #333;
        font-size: 15px;
    }

.dashboard-total-products {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dashboard-total-products a {
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #777;
        font-size: 2rem;
    }

.dashboard-resource .counter {
    color: #fff;
    display: inline-block;
}

.dashboard-resource .resource-used {
    text-align: right;
    color: #fff;
    float: right;
}

.dashboard-city {
    display: inline-block;
}

.city-cloud {
    text-align: right;
    float: right;
}

.cloud-date {
    color: #fff;
    display: inline-block;
    font-weight: 300;
}

.cloud-speed {
    text-align: right;
    color: #fff;
    float: right;
    font-size: 16px;
}

    .cloud-speed i {
        margin-right: 5px;
        font-size: 20px;
    }

.svg-cloud {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cloud-temp {
    display: inline-block;
    margin-left: 15px;
}

    .cloud-temp h5 {
        color: #fff;
        font-weight: 400;
    }

.weather-temp li {
    color: #fff;
    display: inline-block;
    text-align: center;
}

.weather-table i {
    color: #777;
}

.photo-table td {
    vertical-align: middle;
}

.photo-table i {
    margin-right: 5px;
}

.user-block-2 h5, .user-block-2 img {
    margin-bottom: 20px;
}

.user-block-2 h6 {
    color: #fff;
    font-weight: 300;
}

.user-block-2-active i {
    margin-right: 10px;
}

.user-block-2-active label {
    float: right;
    margin-bottom: 0;
}

/*Dashboard weather animation*/

/* ======================================
       Dashboard-2 css start
=========================================== */

/*Weather clock css*/
.cw-widget {
    position: relative;
}

    .cw-widget h2 {
        font-size: 14px;
    }

    .cw-widget .upper {
        height: 279px;
        padding: 20px;
    }

    .cw-widget .date {
        font-size: 30px;
    }

    .cw-widget .year {
        font-size: 20px;
        color: #c1c1c1;
        margin: 20px auto;
    }

    .cw-widget .place {
        color: #222;
        font-size: 30px;
    }

    .cw-widget .lower {
        background: #ff5252;
        font-weight: 600;
        width: 100%;
        border-radius: 0 0 .25rem .25rem;
    }

    .cw-widget .clock {
        background: #ff5252;
        border-radius: 100%;
        box-shadow: 0 0 0 15px #f5f5f5,0 10px 10px 5px rgba(0,0,0,0.3);
        height: 150px;
        position: absolute;
        right: 25px;
        top: 20px;
        width: 150px;
    }

    .cw-widget .hour {
        background: #f5f5f5;
        height: 50px;
        left: 50%;
        position: absolute;
        top: 25px;
        width: 4px;
    }

    .cw-widget .min {
        background: #f5f5f5;
        height: 65px;
        left: 50%;
        position: absolute;
        top: 10px;
        transform: rotate(100deg);
        width: 4px;
    }

    .cw-widget .min, .cw-widget .hour {
        border-radius: 5px;
        transform-origin: bottom center;
        transition: all .5s linear;
    }

    .cw-widget .infos {
        list-style: none;
    }

    .cw-widget .info {
        color: #fff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        width: 25%;
    }

        .cw-widget .info span {
            display: inline-block;
            font-size: 25px;
        }

    .cw-widget .weather p {
        font-size: 20px;
        color: #c1c1c1;
        margin: 20px auto;
    }

    .cw-widget .anim {
        animation: fade .8s linear;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dashboard-total-income .counter-txt {
    font-weight: 300;
    font-size: 35px;
    color: #2196F3;
}

.dashboard-total-income i {
    float: right;
    font-size: 30px;
    color: #2196f0;
}

.income-per-day p {
    margin-bottom: 10px;
}

.income-per-day h6 {
    display: inline-block;
    margin-left: 5px;
}

.section-info .info-block {
    margin-top: 20px;
}

    .section-info .info-block dl {
        margin-bottom: 0;
    }

.quick-note h6 {
    color: #fff;
    margin-bottom: 20px;
}

.quick-note h2 {
    font-weight: 100;
}

.user-unread-msg .media {
    padding: 10px;
}

.user-unread-msg .media-body h6 {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.user-unread-msg .media-body span {
    font-size: 12px;
}

.user-unread-msg .media-body p {
    margin-bottom: 5px;
}

.user-unread-msg .media-body .user-unread-reply {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    color: #777;
}

.dashboard-total-growth h5 {
    font-weight: 600;
}

.daily-visiter {
    margin-bottom: 10px;
}

    .daily-visiter .widget-progress {
        margin-top: 10px;
    }

.order-counter .media-body span {
    font-weight: 600;
    font-size: 20px;
}

.order-counter .media-body h6 {
    font-weight: 300;
    margin-top: 5px;
}

.dashboard-page-view .counter-txt {
    font-weight: 300;
    font-size: 35px;
    color: #2196f3;
}

    .dashboard-page-view .counter-txt h5 {
        display: inline-block;
        font-size: 35px;
        font-weight: 500;
    }
/*Live chart css*/
.widget {
    background: white;
}

.total-income-bottom {
    padding: 7px 15px;
}
/*
 * Graph section
 */
.section-graph {
    position: relative;
    height: 151px;
    color: #fff;
    background: #55bc75;
    background-image: linear-gradient(#55bc75, #55bc75 50%, #4daf7c 50%);
}

    .section-graph .graph-info {
        z-index: 99;
        position: absolute;
        font-weight: bold;
        margin-top: 18px;
        margin-left: 21px;
        width: 100px;
    }

        .section-graph .graph-info .graph-arrow {
            width: 0;
            height: 0;
            margin-top: 18px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid white;
            float: left;
        }

        .section-graph .graph-info .graph-info-big {
            font-size: 24px;
            float: left;
            margin-left: 3px;
        }

        .section-graph .graph-info .graph-info-small {
            font-size: 12px;
            font-weight: normal;
            color: rgba(255, 255, 255, 0.5);
            clear: left;
            margin-left: 8px;
        }

/* Info Section */

.info-aapl h4, .yearly-change h4 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.section-info {
    padding: 21px 21px 21px;
    color: #8a786a;
    overflow: hidden;
}

.info-time {
    font-size: 12px;
}

.info-block {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    width: 120px;
    border-radius: 3px;
    float: left;
    padding: 4px 0;
}

    .info-block dt, .info-block dd {
        margin: 0;
        padding: 0;
    }

    .info-block dt {
        font-weight: bold;
    }

    .info-block dd {
        font-size: 12px;
    }

.info-aapl {
    float: left;
    margin-top: 20px;
}

    .info-aapl ul {
        margin: 0;
        padding: 0;
    }

    .info-aapl li {
        margin: 0;
        display: block;
        width: 9px;
        height: 40px;
        margin-right: 6px;
        background-color: #f5f0ec;
        float: left;
        position: relative;
    }

        .info-aapl li span {
            display: block;
            width: 9px;
            height: 40px;
            position: absolute;
            bottom: 0;
        }

            .info-aapl li span.orange {
                background-color: #e75e3a;
            }

            .info-aapl li span.green {
                background-color: #4eaf7c;
            }

.yearly-change {
    width: 94px;
    float: right;
    margin-top: 20px;
}

    .yearly-change span {
        display: block;
        height: 40px;
        line-height: 40px;
        color: white;
        background-color: #4eaf7c;
        text-align: center;
        border-radius: 3px;
        font-weight: bold;
    }

        .yearly-change span em {
            color: rgba(255, 255, 255, 0.7);
        }


/*Rainy cloud */
.max-height-table {
    max-height: 270px;
}

    .max-height-table table .checkbox label {
        margin-bottom: 0;
    }

.dashboard-contact-card .m-t-150 {
    margin-top: 100px;
}

.customchart-primary canvas {
    width: 100% !important;
}
/* ======================================
     x-editable css start
=========================================== */

.dotted-line-theme .no_edit {
    width: 100% !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.60) !important;
}

.ibtn_container a span i {
    color: #fff !important;
}

.inline-editable label {
    color: #1b8bf9;
}
/*====== x-editable End ======*
/* ======================================
     ace-editable css start
=========================================== */
#wrapper {
    padding: 10px;
}

#editor {
    width: 100%;
    height: 400px;
    position: relative;
}

.controls {
    margin-bottom: 1em;
}
/*====== ace-editable End ======*

/* home chat css start */
.showChat {
    display: none;
    margin-top: -50px;
    z-index: 999;
}

.showChat_inner {
    position: fixed;
    top: 50px;
    background-color: white;
    right: 0;
    display: none;
    width: 300px;
    height: 100%;
    z-index: 999;
}

/* home chat css end */

/* Dashboard3 css start */
.customTooltipClass {
    position: absolute;
    top: 0;
    left: 0;
}
/* Dashboard3 css end */

#task-form input:focus, #task-form input:active, #task-form button:focus, #task-form button:active {
    outline-color: #F0553B;
    outline-width: thin;
    transition: all 0.3s;
}

#task-form button:before {
    height: 1px;
    width: 100%;
    background: #ff8e7b;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
}

#task-form button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
/*------------------*/
/* List Styles*/
/*------------------*/
#task-container ul {
    overflow: hidden;
}

#task-container .task-headline {
    display: none;
    color: #666666;
    border-bottom: 1px solid #C8C7BB;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.6em;
    position: relative;
}

    #task-container .task-headline:before {
        height: 1px;
        width: 100%;
        background: #FFF;
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0;
    }

#task-container .nothing-message {
    height: 160px;
    color: #666;
    background-size: 15%;
}

#task-container li {
    float: left;
    width: 49%;
    overflow: auto;
    height: auto;
    min-height: 10px;
    background: #FFF;
    display: inline-block;
    padding: 20px;
    border: 1px solid #CCC;
    color: #666;
    border-top: 9px solid #4caf50;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 2%;
    transition: all 0.3s;
    position: relative;
}

    #task-container li:nth-child(even) {
        margin-right: 0;
    }

    #task-container li:nth-child(n+4) {
        margin-bottom: 0;
    }

    #task-container li:hover {
        opacity: 1;
        border-top: 9px solid #ff5252;
    }

#task-container p {
    line-height: 1.6em;
    text-align: left;
}

#task-container li.complete {
    opacity: 1;
    border-top: 9px solid #666;
    transition: all 0.3s;
}

    #task-container li.complete:before {
        background: url("../images/complete.png") no-repeat;
        position: absolute;
        top: 5px;
        right: 5px;
        content: "";
        width: 55px;
        height: 55px;
        background-size: 100%;
    }

    #task-container li.complete:hover {
        border-top: 9px solid #ff5252;
        opacity: 1;
    }

    #task-container li.complete p {
        text-decoration: line-through;
    }

.add-line.complete {
    text-decoration: line-through;
}
/*-------------------------*/
/* Secondary Control Styles*/
/*-------------------------*/
#controls {
    display: none;
    text-align: center;
    clear: both;
    margin-top: 60px;
    background: #E4E3D5;
    padding: 20px;
    border: 1px solid #c8c7bb;
}

    #controls p {
        display: inline-block;
        color: #666;
        font-style: italic;
    }

        #controls p:first-child {
            margin-right: 20px;
        }

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.dashboard-product strong + strong {
    padding-top: 5px;
}