﻿@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Jetson
++++ Imports ++++
++++ Reset ++++
++++ Basic ++++

	++Effect 1: YouTube loading++
	++typography++
	++Buttons++
	++Admin Basic++
	++Form++
	++Form-Wizard++	
	++Popover++
	++Typerhead++
	++Editors++
	++Accordion++
	++Tabs++
	++Table++	
	++Nestable++	
	++Modals++
	++sweet-alert++
	++Notification++
	++Tooltop++
	++Icons++
	++File Upload++	
	++Typography++
	++Panel++
	++Pricing Table++
	++Dropdown++	
	++Pagination++
	++Pager++
	++Labels++
	++Badge++
	++Task Panel++	
	++Progressbar++
	++Search Bar++	
	++Widgets++
	++Profile++		
	++Activity++  
	++Message Box++
	++Login Form++
	++Error Page++

++++ Mediaqueries ++++
-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/

/****************************/
/** Reset **/
/****************************/
html {
    font-size: 16px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, .error-comment, h4, h5, h6, .panel-title, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font-size: inherit;*/
}

strong {
    font-weight: bold;
}

body {
    color: #002265;
    font-family: "Open Sans","Roboto","Varela Round","Poppins","Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
    background: #f8f9fe;
    overflow-x: hidden;
    letter-spacing: 0.5px;
    text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
}

.fa, .zmdi {
    font-size: 16px;
}

.tc-page-panel {
    font-family: "Open Sans","Roboto","Varela Round","Poppins","Open Sans", sans-serif;
}

a:hover, a:active {
    outline: 0;
}

button:focus {
    border: none;
    outline: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #002265;
}

    a:hover {
        text-decoration: none;
        color: #002265;
    }

    a:focus {
        text-decoration: none;
        outline: none;
        color: #002265;
    }

h1, h2, h3, .error-comment, h4, h5, h6, .panel-title {
    color: #002265;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3, .error-comment {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6, .panel-title {
    font-size: 16px;
    line-height: 24px;
}

p {
    font-size: inherit;
    line-height: 1.42857143;
}

    p.lead {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 0;
        font-weight: 400;
    }

    p.text-muted {
        font-size: 14px;
    }

.force-UTF-8 {
    content: "¡";
}

dt {
    font-weight: 600;
}

code {
    background: transparent;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

/****************************/
/** Basic **/
/****************************/
.pa-0 {
    padding: 0px !important;
}

.pa-3 {
    padding: 3px !important;
}

.pa-5 {
    padding: 5px !important;
}

.pa-10 {
    padding: 10px !important;
}

.pa-15 {
    padding: 15px !important;
}

.pa-20 {
    padding: 20px !important;
}

.pa-25 {
    padding: 25px !important;
}

.pa-30 {
    padding: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ma-0 {
    margin: 0px !important;
}

.ma-5 {
    margin: 5px !important;
}

.ma-10 {
    margin: 10px !important;
}

.ma-15 {
    margin: 15px !important;
}

.ma-20 {
    margin: 20px !important;
}

.ma-25 {
    margin: 25px !important;
}

.ma-30 {
    margin: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.no-float {
    float: none !important;
}

.overflow-hide {
    overflow: hidden !important;
}

.clearfix {
    overflow: hidden;
    clear: both;
    float: none;
}

.preloader-it {
    /*background: #fff;*/
    background: rgba(256,256,256,0.0);
    position: fixed;
    z-index: 10001;
    /*height: 100%;*/
    width: 100%;
    overflow: hidden;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.bg-green,
.bg-success {
    background: #4aa23c !important;
}

.bg-seagreen {
    background: #007153 !important;
}

.bg-grey {
    background: #878787 !important;
}

.bg-lightgrey {
    background: #f4f4f4 !important;
}

.bg-leftmenugrey {
    background: #f9f9f9 !important;
}

.bg-yellow,
.bg-warning {
    background: #f8b32d !important;
}

.bg-red,
.bg-danger {
    background: #f33923 !important;
}

.bg-blue,
.bg-primary {
    background: #0098a3 !important;
}

.bg-pink,
.bg-info {
    background: #e7368d !important;
}

.bg-tc {
    background: #3A78F2 !important;
}

.bg-purple {
    background: #ac235c !important;
}

.bg-orange {
    background: #ff6300 !important;
}

.bg-gold {
    background: #e58b25 !important;
}

.bg-beige {
    background: #f7ce99 !important;
}

.bg-lightgrey-1 {
    background: #f9f9f9 !important;
}

.bg-dark {
    background: #212121 !important;
}

.bg-twitter {
    background: #00aced !important;
}

.bg-light {
    background: #fff !important;
}

.bg-none {
    background: none !important;
}

.bg-tc-light {
    background: #E2ECFF !important;
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important
}

.border-lightgrey {
    border: 1px solid #e2e2e2 !important;
}

.border-0 {
    border: 0 !important
}

.txt-dark {
    color: #454545 !important;
}

.txt-light {
    color: #fff !important;
}

.txt-tc {
    color: #3A78F2 !important;
}

.txt-tc-2 {
    color: #286480 !important;
}

.txt-grey {
    color: #878787 !important;
}

.txt-grey-2 {
    color: #636363 !important;
}

.txt-grey-3 {
    color: #767575 !important;
}

.txt-grey-4 {
    color: #767575 !important;
}

.txt-4F {
    color: #4F4F4F !important;
}

.txt-3E {
    color: #3E3E3E !important;
}

.txt-light-grey {
    color: #dedede !important;
}

.txt-light-grey-1 {
    color: #f9f9f9 !important;
}

.txt-info,
.text-info {
    color: #e7368d !important;
}

.txt-warning,
.text-warning {
    color: #f8b32d !important;
}

.txt-primary,
.text-primary {
    color: #0098a3 !important;
}

.txt-success,
.text-success {
    color: #4aa23c !important;
}

.txt-danger,
.text-danger {
    color: #f33923 !important;
}

.txt-purple {
    color: #ac235c !important;
}

.txt-beige {
    color: #f7ce99 !important;
}

.txt-gold {
    color: #e58b25 !important;
}

.txt-orange {
    color: #ff6300 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.head-font {
    font-family: "Roboto", sans-serif !important;
}

.main-font {
    font-family: "Roboto", sans-serif !important;
}

.title-font {
    font-family: "Varela Round","Roboto", sans-serif !important;
}

.capitalize-font {
    text-transform: capitalize !important;
}

.uppercase-font {
    text-transform: uppercase !important;
}

.nonecase-font {
    text-transform: none !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.flex {
    display: flex !important;
}

.inline-flex {
    display: inline-flex !important;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-space-around {
    justify-content: space-around;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-flex-start {
    align-items: flex-start;
}

.align-items-flex-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.table-struct {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.auto-width {
    width: auto !important;
}

.relative {
    position: relative !important;
}

.border-none {
    border: none !important;
}

small {
    color: #878787;
    padding-left: 5px;
}

.text-muted {
    color: #878787;
}

.truncate {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-only-view {
    display: none !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
}

    hr.light-grey-hr {
        border-top: 1px solid #dedede;
    }

    hr.dashed {
        border-top: 1px dashed #e3e3e3;
    }

.seprator-block {
    margin-bottom: 80px;
}

.pointer-cursor {
    cursor: pointer;
}

.profile-icon-35 {
    width: 35px !important;
    height: 35px !important;
    border-radius: 17.5px !important;
}

.profile-icon-120 {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

/* Effect 1: YouTube loading */
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

    .la-anim-1::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        content: '';
        opacity: 0;
        background: #212121;
        -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
        -moz-transition: opacity 0.2s, box-shadow 2s 4s;
        transition: opacity 0.2s, box-shadow 2s 4s;
        -webkit-transform: rotate(2deg) translateY(-2px);
        -moz-transform: rotate(2deg) translateY(-2px);
        -ms-transform: rotate(2deg) translateY(-2px);
        -o-transform: rotate(2deg) translateY(-2px);
        transform: rotate(2deg) translateY(-2px);
    }

    .la-anim-1.la-animate {
        z-index: 10001;
        background: #212121;
        opacity: 1;
        -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
        -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
        transition: transform 5s ease-in, opacity 1s 5s;
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

        .la-anim-1.la-animate::after {
            opacity: 1;
        }

.nicescroll-rails.nicescroll-rails-vr {
    z-index: 999 !important;
}

/*typography*/
address .address-head {
    font-size: 15px;
    color: #212121;
    display: block;
}

.mark, mark {
    padding: 3px;
    background-color: #f33923;
    color: #fff;
}

blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #3fa7de;
    background: #f7f7f9;
    color: #212121;
}

    blockquote small {
        font-size: 70%;
        text-transform: uppercase;
        padding-top: 15px;
    }

ul.uo-list {
    list-style: disc;
}


/* Admin Basic */
.fixed-sidebar-left {
    position: fixed;
    top: 66px;
    left: 0;
    width: 225px;
    margin-left: 0;
    bottom: 0;
    z-index: 100;
    border-right: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
    font-family: "Open Sans","Varela Round","Roboto","Poppins","Open Sans", sans-serif;
}

    .fixed-sidebar-left .right-nav-text {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease 0s;
        -moz-transition: opacity 0.2s ease 0s;
        transition: opacity 0.2s ease 0s;
        line-height: 26px;
    }

    .fixed-sidebar-left .side-nav {
        border: none;
        height: 100%;
        width: 100%;
        position: relative;
        border-radius: 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        backface-visibility: hidden;
    }

        .fixed-sidebar-left .side-nav li {
            width: 225px;
            border-radius: 20px;
        }

            .fixed-sidebar-left .side-nav li.navigation-header > span, .fixed-sidebar-left .side-nav li.navigation-header > i {
                padding: 11px 10px;
            }

            .fixed-sidebar-left .side-nav li.navigation-header > span {
                font-size: 11px;
                display: block;
                text-transform: uppercase;
                font-weight: 500;
                color: #878787;
            }

            .fixed-sidebar-left .side-nav li.navigation-header > i {
                display: none;
                font-size: 16px;
            }

            .fixed-sidebar-left .side-nav li a[aria-expanded="true"] {
                background: rgba(33, 33, 33, 0.05);
            }

                .fixed-sidebar-left .side-nav li a[aria-expanded="true"] > i {
                    color: #e2724c;
                }

                .fixed-sidebar-left .side-nav li a[aria-expanded="true"] .pull-right i:before {
                    content: '\f2f8';
                }

            .fixed-sidebar-left .side-nav li a {
                width: 100%;
                text-transform: capitalize;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                transition: 0.3s ease;
            }

                .fixed-sidebar-left .side-nav li a .pull-left > i {
                    font-size: 18px;
                    width: 18px;
                }

                .fixed-sidebar-left .side-nav li a .pull-right i {
                    color: #878787;
                }

        .fixed-sidebar-left .side-nav > li > a {
            color: #002265;
            padding: 12px 15px;
            margin: 2px 0px;
            font-weight: 600;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
        }

            .fixed-sidebar-left .side-nav > li > a:hover {
                background: rgba(33, 33, 33, 0.05);
            }

            .fixed-sidebar-left .side-nav > li > a:focus, .fixed-sidebar-left .side-nav > li > a:active {
                background: rgba(33, 33, 33, 0.05);
                color: #212121;
            }

            .fixed-sidebar-left .side-nav > li > a:focus, .fixed-sidebar-left .side-nav > li > active {
                background: rgba(33, 33, 33, 0.05);
                color: #212121;
            }

                .fixed-sidebar-left .side-nav > li > a:focus > i, .fixed-sidebar-left .side-nav > li > a:active > i {
                    color: #e2724c;
                }

        .fixed-sidebar-left .side-nav > li a.active-page {
            background: rgba(33, 33, 33, 0.05);
        }

        .fixed-sidebar-left .side-nav > li > ul > li a {
            padding: 7px 15px 7px 45px;
            display: block;
            color: #002265;
            font-weight: 600;
        }

        .fixed-sidebar-left .side-nav > li > ul > li {
            position: relative;
        }

            .fixed-sidebar-left .side-nav > li > ul > li:before {
                content: '-';
                position: absolute;
                top: 5px;
                left: 20px;
            }

            .fixed-sidebar-left .side-nav > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li a:active {
                background: rgba(33, 33, 33, 0.05);
                color: #002265;
            }

            .fixed-sidebar-left .side-nav > li > ul > li > ul > li a {
                padding-left: 62px;
                color: #878787;
            }

                .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:hover, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:focus, .fixed-sidebar-left .side-nav > li > ul > li > ul > li a:active {
                    color: #878787;
                }

        .fixed-sidebar-left .side-nav > li > a.active {
            color: #f33923;
        }

            .fixed-sidebar-left .side-nav > li > a.active > i {
                color: #f33923;
            }

        .fixed-sidebar-left .side-nav > li ul.collapse li a.active {
            color: #212121;
        }

a.toggle-left-nav-btn,
a#toggle_mobile_nav,
a#toggle_mobile_search {
    color: #ffffff;
    position: relative;
    line-height: 66px;
}

    a.toggle-left-nav-btn i,
    a#toggle_mobile_nav i,
    a#toggle_mobile_search i {
        font-size: 32px;
        vertical-align: middle;
    }

a#toggle_mobile_nav {
    display: inline-block;
}

.top-fixed-nav .page-wrapper {
    margin-left: 0;
    padding-top: 134px;
}

.top-fixed-nav .fixed-sidebar-left {
    width: 100%;
    bottom: inherit;
}

    .top-fixed-nav .fixed-sidebar-left:hover {
        width: 100%;
    }

        .top-fixed-nav .fixed-sidebar-left:hover .collapse.in {
            display: none;
        }

    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv {
        overflow: visible !important;
    }

        .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv .slimScrollBar {
            display: none !important;
        }

        .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul {
            overflow: visible !important;
            width: 100% !important;
            height: auto !important;
        }

            .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li {
                width: auto;
            }

                .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a {
                    text-align: center;
                }

                    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > i {
                        display: block;
                        margin-bottom: 10px;
                        margin-right: 0 !important;
                    }

                    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > a > .pull-right {
                        display: none;
                    }

            .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul li {
                position: relative;
            }

            .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 {
                background: #ebebeb;
                height: auto !important;
                left: 0;
                position: absolute !important;
                z-index: 1;
                box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            }

                .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1.two-col-list {
                    width: 450px;
                }

                .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li {
                    float: left;
                }

                    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > a i:before {
                        content: "\f105";
                    }

                    .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul .collapse-level-1 li > ul {
                        background: #ebebeb;
                        left: 225px;
                        position: absolute;
                        top: 0;
                        z-index: 1;
                        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
                    }

            .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li:hover > ul {
                display: block;
            }

            .top-fixed-nav .fixed-sidebar-left > .slimScrollDiv > ul > li > ul > li:hover > ul {
                display: block;
            }

.top-fixed-nav.slide-nav-toggle .page-wrapper {
    margin-left: 0;
    padding-top: 60px;
}

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left {
    top: -14px;
    width: 100%;
}

    .top-fixed-nav.slide-nav-toggle .fixed-sidebar-left:hover {
        width: 100%;
    }

.scrollable-nav {
    position: relative;
}

    .scrollable-nav .fixed-sidebar-left,
    .scrollable-nav .navbar-fixed-top,
    .scrollable-nav .fixed-sidebar-right {
        position: absolute;
    }

    .scrollable-nav.box-layout .fixed-sidebar-right {
        right: 300px !important;
    }

.fixed-sidebar-right,
.setting-panel {
    position: fixed;
    top: 66px;
    right: 0;
    width: 300px;
    margin-right: -300px;
    bottom: 0;
    z-index: 101;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.setting-panel {
    z-index: 1030;
    margin-right: -220px;
    width: 220px;
    top: 0;
}

    .setting-panel .setting-panel-title {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 17px;
        padding-left: 20px;
        padding-top: 17px;
        color: #fff;
        background: #4aa23c;
        text-transform: capitalize;
    }

    .setting-panel .layout-switcher-wrap > ul {
        padding-left: 20px;
        padding-top: 35px;
    }

        .setting-panel .layout-switcher-wrap > ul .layout-title {
            color: #444;
            display: inline-block;
            font-size: 14px;
            margin-right: 15px;
            text-transform: capitalize;
            width: 130px;
        }

        .setting-panel .layout-switcher-wrap > ul .layout-switcher {
            display: inline-block;
        }

            .setting-panel .layout-switcher-wrap > ul .layout-switcher .switchery {
                margin: 0;
            }

        .setting-panel .layout-switcher-wrap > ul > li {
            margin-bottom: 30px;
        }

    .setting-panel .theme-option-wrap > li {
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        height: 38px;
        margin-bottom: 15px;
        margin-right: 18px;
        width: 38px;
        position: relative;
        overflow: hidden;
        border: 1px solid #dedede;
        background: #fff;
    }

        .setting-panel .theme-option-wrap > li i {
            font-size: 25px;
            padding-top: 9px;
            padding-left: 15px;
            color: #4aa23c;
            opacity: 0;
        }

        .setting-panel .theme-option-wrap > li.active-theme i {
            opacity: 1;
        }

        .setting-panel .theme-option-wrap > li::after {
            content: "";
            height: 10px;
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .setting-panel .theme-option-wrap > li::before {
            content: "";
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            width: 10px;
        }

        .setting-panel .theme-option-wrap > li#theme-5::after {
            background: #f4f4f4;
        }

        .setting-panel .theme-option-wrap > li#theme-5::before {
            background: #f4f4f4;
        }

#setting_panel_btn {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 1031;
}

.right-sidebar {
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 1px solid #dedede;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

    .right-sidebar .card-view:hover {
        box-shadow: none;
    }

    .right-sidebar .custom-tab-1 .nav-tabs {
        border-bottom: 1px solid #dedede;
    }

        .right-sidebar .custom-tab-1 .nav-tabs > li {
            margin-right: 0;
            text-align: center;
            width: 50%;
        }

            .right-sidebar .custom-tab-1 .nav-tabs > li > a {
                padding: 8px 20px;
                font-size: 13px;
                font-weight: 500;
                border-bottom: none;
            }

            .right-sidebar .custom-tab-1 .nav-tabs > li.active > a {
                border-bottom: none;
            }

.right-sidebar-backdrop {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    display: none;
    pointer-events: none;
}

.page-wrapper {
    margin-left: 225px;
    padding: 70px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
}

.open-right-sidebar .fixed-sidebar-right {
    margin-right: 0;
}

.open-right-sidebar .right-sidebar-backdrop {
    display: block;
}

.open-setting-panel .setting-panel {
    margin-right: 0;
}

.open-setting-panel .right-sidebar-backdrop {
    display: block;
}

.wrapper {
    background: #fff;
}

    .wrapper.no-transition .fixed-sidebar-left, .wrapper.no-transition .page-wrapper {
        /*Only for Setting Panel*/
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        transition: all 0s ease;
    }

    .wrapper.box-layout {
        max-width: 1400px;
        margin: 0 auto;
    }

        .wrapper.box-layout .navbar-fixed-top {
            margin: 0 auto;
            max-width: 1400px;
        }

        .wrapper.box-layout .fixed-sidebar-left {
            left: auto;
        }

        .wrapper.box-layout .fixed-sidebar-right {
            width: 0;
            overflow: hidden;
        }

            .wrapper.box-layout .fixed-sidebar-right .right-sidebar {
                width: 300px;
            }

        .wrapper.box-layout.open-right-sidebar .fixed-sidebar-right {
            margin-right: -300px;
            width: 300px;
        }

        .wrapper.box-layout.top-fixed-nav .fixed-sidebar-left {
            max-width: 1300px;
        }

    .wrapper.darkmode .card-view {
        background: #212121;
    }

    .wrapper.theme-5-active .navbar.navbar-inverse {
        background: #3A78F2;
    }

    .wrapper.theme-5-active .fixed-sidebar-left .side-nav {
        background: #f9f9f9;
        background: #fff;
    }

.li-institute {
    position: relative;
}

    .li-institute input {
        width: 100%;
        padding: 8px 30px 8px 8px;
    }

    .li-institute i {
        position: absolute;
        right: 0;
        line-height: 45px;
    }

@media (max-width: 1024px) {
    .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        background: #3A78F2;
    }
}
/* Top Navigation */
.navbar.navbar-inverse {
    background: #3A78F2;
}

    .navbar.navbar-inverse.navbar-fixed-top {
        border-bottom: 0px solid #dedede;
        margin-bottom: 0;
        min-height: 66px;
        padding: 0 15px 0 0;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav-header {
            width: 225px;
            padding-left: 5px;
            padding-right: 5px;
            height: 66px;
            -webkit-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            transition: 0.4s ease;
            overflow: hidden;
            background: #3A78F2;
            background-color: #3A78F2;
        }

            .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap {
                width: 225px;
                padding-top: 5px;
            }

                .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
                    position: relative;
                    top: 2px;
                    width: 220px;
                    height: 50px;
                    padding: 0;
                }

                .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
                    display: inline-block;
                    font-family: "Open Sans","Poppins",sans-serif;
                    color: #212121;
                    font-size: 21px;
                    text-transform: capitalize;
                    opacity: 1;
                    visibility: visible;
                }

.brand-slogan {
    padding: 13px 15px 0 0 !important;
}

    .brand-slogan .brand-slogan-text {
        font-size: 20px;
        color: #ffffff;
    }

    .brand-slogan .brand-slogan-text-2 {
        font-size: 12px;
        color: #ffffff;
        margin-top: -5px;
    }

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
    padding-top: 14px;
    width: 320px;
    margin-left: 25px;
}

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group {
        width: 100%;
    }

        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
            border-radius: 50px;
            height: 36px;
            background: #fff;
            padding-left: 40px;
            border: 0;
            box-shadow: 2px 2px 2px 1px #c1c2c6;
        }

        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
            position: absolute;
            left: 15px;
            top: 10px;
            z-index: 4;
        }

            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .btn, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .disabled .input-group-btn > a, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .input-group-btn > a, .wizard > .actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > a, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn > .dt-button, .dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .dt-button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn > button, .sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"], .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > [class*="owl-"], .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-agendaDay-button.fc-state-default.fc-corner-right,
            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-month-button.fc-state-default.fc-corner-left,
            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-agendaWeek-button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-prev-button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-next-button, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-today-button {
                background: transparent none repeat scroll 0 0;
                border: medium none;
                padding: 0;
            }

                .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .btn i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard > .actions .input-group-btn > a i, .wizard > .actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > a i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn > .dt-button i, .dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .dt-button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn > button i, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn > button i, .sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn > [class*="owl-"] i, .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > [class*="owl-"] i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
                .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-month-button.fc-state-default.fc-corner-left i,
                .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > button.fc-agendaWeek-button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-prev-button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-next-button i, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn > .fc-today-button i {
                    color: #878787;
                    font-size: 20px;
                }

.navbar.navbar-inverse.navbar-fixed-top .nav > li.dropdown {
    position: relative;
}

.navbar.navbar-inverse.navbar-fixed-top .nav > li.full-width-drp {
    position: static;
}

.navbar.navbar-inverse.navbar-fixed-top .nav > li > a {
    color: #878787;
    background: transparent !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 15px;
    padding: 0;
    line-height: 66px;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:hover, .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:focus, .navbar.navbar-inverse.navbar-fixed-top .nav > li > a:active {
        color: #212121;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li > a .user-auth-img {
        height: 43px;
        width: 43px;
        vertical-align: middle;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li > a .user-online-status {
        background: #4aa23c;
        border-radius: 50%;
        bottom: 10px;
        height: 10px;
        border: 2px solid #fff;
        position: absolute;
        right: 0;
        width: 10px;
    }

.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
    min-width: 270px;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item {
        display: inline-block;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        color: #878787;
        text-transform: capitalize;
        width: 80px;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item i {
            font-size: 25px;
            padding-bottom: 5px;
        }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item:hover {
            color: #878787;
            background: rgba(33, 33, 33, 0.05);
        }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-icon-wrap {
        text-align: center;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-icon-wrap > li {
            display: inline-block;
        }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-box-bottom-wrap .read-all {
        padding: 5px 15px 0;
        font-size: 13px;
        color: #878787;
        text-transform: capitalize;
    }

.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
    width: 400px;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-head-wrap .notification-box-head {
        font-size: 16px;
        display: block;
        text-transform: capitalize;
        padding: 7px 15px 10px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-head-wrap .clear-notifications {
        padding: 12px 15px 10px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .notification-box-bottom-wrap .read-all {
        padding: 5px 15px 0;
        font-size: 13px;
        text-transform: capitalize;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline {
        height: 229px;
        position: relative;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item {
            margin-left: 0;
            border-left: none;
            padding: 7px 15px;
            -webkit-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            transition: 0.2s ease;
        }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item:hover {
                background: rgba(33, 33, 33, 0.05);
            }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item:before {
                display: none;
            }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item > a {
                display: block;
            }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon {
                height: 44px;
                position: absolute;
                text-align: center;
                width: 44px;
                display: table;
            }

                .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
                    font-size: 24px;
                    vertical-align: middle;
                    display: table-cell;
                    color: #fff;
                }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar {
                left: auto;
                height: 44px;
                width: 44px;
            }

                .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar img {
                    height: 44px;
                    width: 44px;
                }

            .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content {
                margin-left: 60px;
            }

                .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > .head-notifications {
                    width: 230px;
                    font-size: 13px;
                    font-weight: 500;
                }

                .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content .notifications-time {
                    color: #878787;
                }

                .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content > p {
                    font-size: 13px;
                    color: #878787;
                }

.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.user-auth-dropdown {
    min-width: 175px;
    text-transform: capitalize;
}

.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
    right: 23px;
    width: calc(100% - 270px);
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a {
        font-size: 16px;
        padding: 10px 0;
        display: block;
        background: transparent;
        text-transform: capitalize;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a .pull-left i {
            color: #212121;
            font-size: 18px;
            margin-right: 10px;
            width: 18px;
        }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > a .pull-right i {
            color: #212121;
            font-size: inherit;
            margin-right: 0;
            width: auto;
        }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list > ul > li > a {
        display: block;
        text-transform: capitalize;
        padding: 8px 0 8px 39px;
        color: #878787;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel > a {
        font-size: 16px;
        padding: 10px 0;
        background: transparent;
        display: inline-block;
        text-transform: capitalize;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel a > span {
        font-size: 12px;
        color: #212121;
        text-transform: uppercase;
        font-weight: 500;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav {
        margin: 0;
        position: absolute;
        right: 0;
        top: -40px;
    }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav .owl-prev, .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme > .owl-nav .owl-next {
            padding: 0;
            border: none;
            background: transparent;
        }

.navbar.navbar-inverse.navbar-fixed-top .nav .open > a {
    background: #fff;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:focus, .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:hover, .navbar.navbar-inverse.navbar-fixed-top .nav .open > a:active {
        background: #fff;
    }

.navbar.navbar-inverse.navbar-fixed-top .nav .open > .dropdown-menu.mega-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li {
    display: inline-block;
    float: right;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a i.top-nav-icon {
        font-size: 24px;
        vertical-align: middle;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a .top-nav-icon {
        width: 22px;
        vertical-align: middle;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a .top-nav-icon-badge {
        background: #ff0100;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        height: 10px;
        line-height: 16px;
        position: absolute;
        right: -3px;
        text-align: center;
        top: 21px;
        width: 10px;
    }

.navbar.navbar-inverse.navbar-fixed-top .nav.navbar-right {
    margin-right: 0;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap {
    background-color: #fff;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}

    .navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap input {
        border: medium none !important;
        min-height: 59px;
    }

.navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dsktpMenu {
    padding-right: 50px;
}

    .dsktpMenu .dsktpMenu-a {
        line-height: 61px;
        padding: 0 20px;
        font-size: 15px;
        text-transform: uppercase;
        display: block;
    }

    .dsktpMenu .dsktpMenuli:hover ul {
        display: block !important;
    }

.dsktpMenuli {
    float: left;
}

    .dsktpMenuli ul {
        display: none;
        position: absolute;
        background: #fff;
        top: 66px;
        width: 150px;
        border: 1px solid #54c8f2;
    }

        .dsktpMenuli ul a {
            line-height: 50px;
            padding: 0 20px;
            font-size: 15px;
            text-transform: uppercase;
            display: block;
        }

            .dsktpMenuli ul a:hover {
                color: #0d9bd6;
            }

.dsktpMenu .dsktpMenuli:hover .dsktpMenu-a {
    color: #0d9bd6;
    border-bottom: 5px solid #0d9bd6;
}

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
}

    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 0;
        visibility: hidden;
    }

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 225px;
}

    .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible;
    }

.slide-nav-toggle .fixed-sidebar-left {
}

    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > span {
    }

    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > i {
        display: block;
    }

    .slide-nav-toggle .fixed-sidebar-left .collapse.in {
        display: none;
    }

    .slide-nav-toggle .fixed-sidebar-left:hover {
        width: 225px;
    }

        .slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header > span {
            display: block;
        }

        .slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header > i {
            display: none;
        }

        .slide-nav-toggle .fixed-sidebar-left:hover .collapse.in {
            display: block;
        }

        .slide-nav-toggle .fixed-sidebar-left:hover .right-nav-text {
            opacity: 1;
        }

    .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
    }

.slide-nav-toggle .page-wrapper {
}

.card-view {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 15px 0;
    /*margin-left: -5px;
    margin-right: -5px;*/
}

    .card-view.panel > .panel-heading {
        border: none;
        color: inherit;
        border-radius: 0;
        margin: -15px -15px 0;
        padding: 20px 15px;
    }

        .card-view.panel > .panel-heading.small-panel-heading {
            padding: 11px 15px;
        }

        .card-view.panel > .panel-heading .head-overlay {
            background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .card-view.panel > .panel-heading .pull-right button {
            background: #f4f4f4;
        }

    .card-view.panel .panel-body {
        padding: 20px 0 20px;
    }

    .card-view.panel.panel-default > .panel-heading {
        background: #f4f4f4;
    }

    .card-view.panel.panel-default.border-panel > .panel-heading, .card-view.panel.panel-default.panel-tabs > .panel-heading {
        border-bottom: 1px solid #dedede;
    }

    .card-view.panel.panel-default.border-panel .panel-body, .card-view.panel.panel-default.panel-tabs .panel-body {
        padding-top: 20px;
    }

    .card-view.panel.panel-default.panel-tabs > .panel-heading {
        padding-bottom: 0;
    }

    .card-view.panel.panel-default.panel-tabs .nav-tabs {
        border-bottom: none;
    }

        .card-view.panel.panel-default.panel-tabs .nav-tabs > li > a {
            padding: 0 5px 12px;
            float: left;
        }

    .card-view.panel.panel-info .panel-body, .card-view.panel.panel-success .panel-body, .card-view.panel.panel-warning .panel-body, .card-view.panel.panel-danger .panel-body, .card-view.panel.panel-primary .panel-body, .card-view.panel.panel-inverse .panel-body,, .card-view.panel.panel-tc .panel-body {
        padding-top: 20px;
    }

    .card-view.panel.fullscreen {
        height: 100%;
        left: 0;
        margin: 0;
        position: fixed;
        overflow-y: auto;
        top: 0;
        width: 100%;
        z-index: 1040;
    }

        .card-view.panel.fullscreen > .panel-heading .pull-right > a, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown {
            opacity: 0;
            visibility: hidden;
        }

            .card-view.panel.fullscreen > .panel-heading .pull-right > a.full-screen, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown.full-screen {
                opacity: 1;
                visibility: visible;
            }

                .card-view.panel.fullscreen > .panel-heading .pull-right > a.full-screen i.zmdi-fullscreen::before, .card-view.panel.fullscreen > .panel-heading .pull-right .dropdown.full-screen i.zmdi-fullscreen::before {
                    content: "\f16c";
                }

.heading-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.heading-bg {
    height: 40px;
}

    .heading-bg h5 {
        padding-top: 6px;
        overflow: hidden;
        width: calc(100% - 34px);
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.breadcrumb {
    background-color: transparent;
    float: right;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 9px 0 0 0;
    font-size: 13px;
}

    .breadcrumb a, .breadcrumb span {
        text-transform: capitalize;
    }

    .breadcrumb a {
        color: #212121;
        opacity: .5;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .breadcrumb a:hover {
            opacity: 1;
        }

    .breadcrumb span {
        color: #212121;
    }

    .breadcrumb > li + li::before {
        color: #212121;
        opacity: .5;
        font-family: FontAwesome;
        content: "\f105";
        padding: 0 9px;
    }

footer {
    /* position: absolute;
    bottom: 0;*/
    width: 100%;
    min-height: 40px;
    /*left: 0;*/
    background-color: #f9f9f9;
    padding: 20px 0;    
    border-top: 1px solid #ddd;
}

    footer p {
        display: block;
        font-size: 12px;
        line-height: 40px;
    }

    footer .brand {
        display: block;
        float: left;
        padding-top: 4px;
    }

    footer .navbar-nav > li > a {
        padding-bottom: 0;
        padding-top: 5px;
        padding-left: 10px;
        padding-left: 10px;
        font-size: 12px;
        text-transform: capitalize;
    }

    footer .nav > li > a:focus, footer .nav > li > a:hover {
        background: transparent;
        opacity: .8;
    }

.font-icon-detail span {
    border-radius: 0 !important;
}

/*Form*/
.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single, .select2-selection.select2-selection--multiple, .wizard .content > .body input, .mce-floatpanel .mce-textbox, .mce-floatpanel .mce-btn, .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .jsgrid-cell input, .jsgrid-cell select, .tablesaw-bar .btn-select select, .dd-handle, .dd3-content, .app-search .form-control:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.select2-container--default .app-search .select2-selection--single:focus, .app-search .select2-selection.select2-selection--multiple:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .app-search input:focus, .app-search .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .app-search select:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus {
    border: 1px solid #E2ECFF;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
    color: #002265;
    height: 42px;
    outline: none !important;
    font-size: 16px;
}

.form-control-32 {
    height: 32px !important;
}

.form-control:focus, .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single:focus, .select2-selection.select2-selection--multiple:focus, .wizard .content > .body input:focus, .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .mce-btn:focus, .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus, .jsgrid-cell input:focus, .jsgrid-cell select:focus, .tablesaw-bar .btn-select select:focus, .dd-handle:focus, .dd3-content:focus, .app-search .form-control:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus {
    /*border-color: rgba(33, 33, 33, 0.3);*/
    border: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
    outline: 0 none;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

    .form-control::-webkit-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder,
    .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-selection.select2-selection--multiple::-webkit-input-placeholder, .wizard .content > .body input::-webkit-input-placeholder, .mce-floatpanel .mce-textbox::-webkit-input-placeholder, .mce-floatpanel .mce-btn::-webkit-input-placeholder, .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder, .dataTables_wrapper .dataTables_length select::-webkit-input-placeholder, .jsgrid-cell input::-webkit-input-placeholder, .jsgrid-cell select::-webkit-input-placeholder, .tablesaw-bar .btn-select select::-webkit-input-placeholder, .dd-handle::-webkit-input-placeholder, .dd3-content::-webkit-input-placeholder, .app-search .form-control:focus::-webkit-input-placeholder,
    .app-search .select2-container--default .select2-selection--single:focus::-webkit-input-placeholder,
    .select2-container--default .app-search .select2-selection--single:focus::-webkit-input-placeholder, .app-search .select2-selection.select2-selection--multiple:focus::-webkit-input-placeholder, .app-search .mce-floatpanel .mce-textbox:focus::-webkit-input-placeholder, .mce-floatpanel .app-search .mce-textbox:focus::-webkit-input-placeholder, .app-search .mce-floatpanel .mce-btn:focus::-webkit-input-placeholder, .mce-floatpanel .app-search .mce-btn:focus::-webkit-input-placeholder, .app-search .dataTables_wrapper .dataTables_filter input:focus::-webkit-input-placeholder, .dataTables_wrapper .dataTables_filter .app-search input:focus::-webkit-input-placeholder, .app-search .dataTables_wrapper .dataTables_length select:focus::-webkit-input-placeholder, .dataTables_wrapper .dataTables_length .app-search select:focus::-webkit-input-placeholder, .app-search .jsgrid-cell input:focus::-webkit-input-placeholder, .jsgrid-cell .app-search input:focus::-webkit-input-placeholder, .app-search .jsgrid-cell select:focus::-webkit-input-placeholder, .jsgrid-cell .app-search select:focus::-webkit-input-placeholder, .app-search .tablesaw-bar .btn-select select:focus::-webkit-input-placeholder, .tablesaw-bar .btn-select .app-search select:focus::-webkit-input-placeholder, .app-search .dd-handle:focus::-webkit-input-placeholder, .app-search .dd3-content:focus::-webkit-input-placeholder {
        text-transform: capitalize;
    }

.form-control:-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:-moz-placeholder,
.select2-container--default .select2-selection--single:-moz-placeholder, .select2-selection.select2-selection--multiple:-moz-placeholder, .wizard .content > .body input:-moz-placeholder, .mce-floatpanel .mce-textbox:-moz-placeholder, .mce-floatpanel .mce-btn:-moz-placeholder, .dataTables_wrapper .dataTables_filter input:-moz-placeholder, .dataTables_wrapper .dataTables_length select:-moz-placeholder, .jsgrid-cell input:-moz-placeholder, .jsgrid-cell select:-moz-placeholder, .tablesaw-bar .btn-select select:-moz-placeholder, .dd-handle:-moz-placeholder, .dd3-content:-moz-placeholder, .app-search .form-control:-moz-placeholder:focus, .app-search .jsgrid-cell input:-moz-placeholder:focus, .jsgrid-cell .app-search input:-moz-placeholder:focus, .app-search .jsgrid-cell select:-moz-placeholder:focus, .jsgrid-cell .app-search select:-moz-placeholder:focus, .app-search .dd-handle:-moz-placeholder:focus, .app-search .dd3-content:-moz-placeholder:focus {
    text-transform: capitalize;
}

.form-control::-moz-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder, .select2-selection.select2-selection--multiple::-moz-placeholder, .wizard .content > .body input::-moz-placeholder, .mce-floatpanel .mce-textbox::-moz-placeholder, .mce-floatpanel .mce-btn::-moz-placeholder, .dataTables_wrapper .dataTables_filter input::-moz-placeholder, .dataTables_wrapper .dataTables_length select::-moz-placeholder, .jsgrid-cell input::-moz-placeholder, .jsgrid-cell select::-moz-placeholder, .tablesaw-bar .btn-select select::-moz-placeholder, .dd-handle::-moz-placeholder, .dd3-content::-moz-placeholder, .app-search .form-control:focus::-moz-placeholder,
.app-search .select2-container--default .select2-selection--single:focus::-moz-placeholder,
.select2-container--default .app-search .select2-selection--single:focus::-moz-placeholder, .app-search .select2-selection.select2-selection--multiple:focus::-moz-placeholder, .app-search .mce-floatpanel .mce-textbox:focus::-moz-placeholder, .mce-floatpanel .app-search .mce-textbox:focus::-moz-placeholder, .app-search .mce-floatpanel .mce-btn:focus::-moz-placeholder, .mce-floatpanel .app-search .mce-btn:focus::-moz-placeholder, .app-search .dataTables_wrapper .dataTables_filter input:focus::-moz-placeholder, .dataTables_wrapper .dataTables_filter .app-search input:focus::-moz-placeholder, .app-search .dataTables_wrapper .dataTables_length select:focus::-moz-placeholder, .dataTables_wrapper .dataTables_length .app-search select:focus::-moz-placeholder, .app-search .jsgrid-cell input:focus::-moz-placeholder, .jsgrid-cell .app-search input:focus::-moz-placeholder, .app-search .jsgrid-cell select:focus::-moz-placeholder, .jsgrid-cell .app-search select:focus::-moz-placeholder, .app-search .tablesaw-bar .btn-select select:focus::-moz-placeholder, .tablesaw-bar .btn-select .app-search select:focus::-moz-placeholder, .app-search .dd-handle:focus::-moz-placeholder, .app-search .dd3-content:focus::-moz-placeholder {
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-selection.select2-selection--multiple:-ms-input-placeholder, .wizard .content > .body input:-ms-input-placeholder, .mce-floatpanel .mce-textbox:-ms-input-placeholder, .mce-floatpanel .mce-btn:-ms-input-placeholder, .dataTables_wrapper .dataTables_filter input:-ms-input-placeholder, .dataTables_wrapper .dataTables_length select:-ms-input-placeholder, .jsgrid-cell input:-ms-input-placeholder, .jsgrid-cell select:-ms-input-placeholder, .tablesaw-bar .btn-select select:-ms-input-placeholder, .dd-handle:-ms-input-placeholder, .dd3-content:-ms-input-placeholder, .app-search .form-control:-ms-input-placeholder:focus, .app-search .jsgrid-cell input:-ms-input-placeholder:focus, .jsgrid-cell .app-search input:-ms-input-placeholder:focus, .app-search .jsgrid-cell select:-ms-input-placeholder:focus, .jsgrid-cell .app-search select:-ms-input-placeholder:focus, .app-search .dd-handle:-ms-input-placeholder:focus, .app-search .dd3-content:-ms-input-placeholder:focus {
    text-transform: capitalize;
}

.form-control.filled-input, .select2-container--default .select2-selection--single .filled-input.select2-selection__rendered,
.select2-container--default .filled-input.select2-selection--single, .filled-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.filled-input, .mce-floatpanel .filled-input.mce-textbox, .mce-floatpanel .filled-input.mce-btn, .dataTables_wrapper .dataTables_filter input.filled-input, .dataTables_wrapper .dataTables_length select.filled-input, .jsgrid-cell input.filled-input, .jsgrid-cell select.filled-input, .tablesaw-bar .btn-select select.filled-input, .filled-input.dd-handle, .filled-input.dd3-content, .app-search .filled-input.form-control:focus, .app-search .jsgrid-cell input.filled-input:focus, .jsgrid-cell .app-search input.filled-input:focus, .app-search .jsgrid-cell select.filled-input:focus, .jsgrid-cell .app-search select.filled-input:focus, .app-search .filled-input.dd-handle:focus, .app-search .filled-input.dd3-content:focus {
    background: #f7f7f9;
    border: none;
}

    .form-control.filled-input:focus, .select2-container--default .select2-selection--single .filled-input.select2-selection__rendered:focus,
    .select2-container--default .filled-input.select2-selection--single:focus, .filled-input.select2-selection.select2-selection--multiple:focus, .wizard .content > .body input.filled-input:focus, .mce-floatpanel .filled-input.mce-textbox:focus, .mce-floatpanel .filled-input.mce-btn:focus, .dataTables_wrapper .dataTables_filter input.filled-input:focus, .dataTables_wrapper .dataTables_length select.filled-input:focus, .jsgrid-cell input.filled-input:focus, .jsgrid-cell select.filled-input:focus, .tablesaw-bar .btn-select select.filled-input:focus, .filled-input.dd-handle:focus, .filled-input.dd3-content:focus {
        background: rgba(247, 247, 249, 0.8);
    }

.form-control.rounded-input, .select2-container--default .select2-selection--single .rounded-input.select2-selection__rendered,
.select2-container--default .rounded-input.select2-selection--single, .rounded-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.rounded-input, .mce-floatpanel .rounded-input.mce-textbox, .mce-floatpanel .rounded-input.mce-btn, .dataTables_wrapper .dataTables_filter input.rounded-input, .dataTables_wrapper .dataTables_length select.rounded-input, .jsgrid-cell input.rounded-input, .jsgrid-cell select.rounded-input, .tablesaw-bar .btn-select select.rounded-input, .rounded-input.dd-handle, .rounded-input.dd3-content, .app-search .rounded-input.form-control:focus, .app-search .jsgrid-cell input.rounded-input:focus, .jsgrid-cell .app-search input.rounded-input:focus, .app-search .jsgrid-cell select.rounded-input:focus, .jsgrid-cell .app-search select.rounded-input:focus, .app-search .rounded-input.dd-handle:focus, .app-search .rounded-input.dd3-content:focus {
    border-radius: 60px;
}

.form-control.rounded-outline-input, .select2-container--default .select2-selection--single .rounded-outline-input.select2-selection__rendered,
.select2-container--default .rounded-outline-input.select2-selection--single, .rounded-outline-input.select2-selection.select2-selection--multiple, .wizard .content > .body input.rounded-outline-input, .mce-floatpanel .rounded-outline-input.mce-textbox, .mce-floatpanel .rounded-outline-input.mce-btn, .dataTables_wrapper .dataTables_filter input.rounded-outline-input, .dataTables_wrapper .dataTables_length select.rounded-outline-input, .jsgrid-cell input.rounded-outline-input, .jsgrid-cell select.rounded-outline-input, .tablesaw-bar .btn-select select.rounded-outline-input, .rounded-outline-input.dd-handle, .rounded-outline-input.dd3-content, .app-search .rounded-outline-input.form-control:focus, .app-search .jsgrid-cell input.rounded-outline-input:focus, .jsgrid-cell .app-search input.rounded-outline-input:focus, .app-search .jsgrid-cell select.rounded-outline-input:focus, .jsgrid-cell .app-search select.rounded-outline-input:focus, .app-search .rounded-outline-input.dd-handle:focus, .app-search .rounded-outline-input.dd3-content:focus {
    background: transparent;
    border: 1px solid #dedede;
}

.control-label {
    color: #9E9E9E;
}

.input-group-addon {
    background: transparent none repeat scroll 0 0;
    border-color: #dedede;
    border-radius: 0;
    color: #212121;
    min-width: 42px;
}

    .input-group-addon.btn, .wizard > .actions a.input-group-addon, .dt-buttons .input-group-addon.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.input-group-addon, .sweet-alert button.input-group-addon, .owl-theme .owl-nav .input-group-addon[class*="owl-"], button.input-group-addon.fc-agendaDay-button.fc-state-default.fc-corner-right,
    button.input-group-addon.fc-month-button.fc-state-default.fc-corner-left,
    button.input-group-addon.fc-agendaWeek-button, .input-group-addon.fc-prev-button, .input-group-addon.fc-next-button, .input-group-addon.fc-today-button {
        color: #fff;
    }

.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 3px;
}

.control-label {
    font-weight: 600;
    font-size: 90%;
}

.checkbox, .radio {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-nolable label {
    margin-right: 0px;
}

.form-inline .checkbox, .form-inline .radio {
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-control-feedback {
    line-height: 42px;
    height: 42px;
}

.help-block {
    color: #878787;
}

.has-success .form-control, .has-success .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-success .select2-selection__rendered,
.has-success .select2-container--default .select2-selection--single,
.select2-container--default .has-success .select2-selection--single, .has-success .select2-selection.select2-selection--multiple, .has-success .wizard .content > .body input, .wizard .content > .body .has-success input, .has-success .mce-floatpanel .mce-textbox, .mce-floatpanel .has-success .mce-textbox, .has-success .mce-floatpanel .mce-btn, .mce-floatpanel .has-success .mce-btn, .has-success .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-success input, .has-success .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-success select, .has-success .jsgrid-cell input, .jsgrid-cell .has-success input, .has-success .jsgrid-cell select, .jsgrid-cell .has-success select, .has-success .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-success select, .has-success .dd-handle, .has-success .dd3-content, .has-success .app-search .form-control:focus, .app-search .has-success .form-control:focus, .has-success .app-search .jsgrid-cell input:focus, .app-search .jsgrid-cell .has-success input:focus, .has-success .jsgrid-cell .app-search input:focus, .jsgrid-cell .app-search .has-success input:focus, .has-success .app-search .jsgrid-cell select:focus, .app-search .jsgrid-cell .has-success select:focus, .has-success .jsgrid-cell .app-search select:focus, .jsgrid-cell .app-search .has-success select:focus, .has-success .app-search .dd-handle:focus, .app-search .has-success .dd-handle:focus, .has-success .app-search .dd3-content:focus, .app-search .has-success .dd3-content:focus {
    border-color: rgba(74, 162, 60, 0.5);
}

    .has-success .form-control:focus, .has-success .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-success .select2-selection__rendered:focus,
    .has-success .select2-container--default .select2-selection--single:focus,
    .select2-container--default .has-success .select2-selection--single:focus, .has-success .select2-selection.select2-selection--multiple:focus, .has-success .wizard .content > .body input:focus, .wizard .content > .body .has-success input:focus, .has-success .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-success .mce-textbox:focus, .has-success .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-success .mce-btn:focus, .has-success .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-success input:focus, .has-success .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-success select:focus, .has-success .jsgrid-cell input:focus, .jsgrid-cell .has-success input:focus, .has-success .jsgrid-cell select:focus, .jsgrid-cell .has-success select:focus, .has-success .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-success select:focus, .has-success .dd-handle:focus, .has-success .dd3-content:focus {
        border-color: #4aa23c;
    }

.has-warning .form-control, .has-warning .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-warning .select2-selection__rendered,
.has-warning .select2-container--default .select2-selection--single,
.select2-container--default .has-warning .select2-selection--single, .has-warning .select2-selection.select2-selection--multiple, .has-warning .wizard .content > .body input, .wizard .content > .body .has-warning input, .has-warning .mce-floatpanel .mce-textbox, .mce-floatpanel .has-warning .mce-textbox, .has-warning .mce-floatpanel .mce-btn, .mce-floatpanel .has-warning .mce-btn, .has-warning .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-warning input, .has-warning .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-warning select, .has-warning .jsgrid-cell input, .jsgrid-cell .has-warning input, .has-warning .jsgrid-cell select, .jsgrid-cell .has-warning select, .has-warning .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-warning select, .has-warning .dd-handle, .has-warning .dd3-content, .has-warning .app-search .form-control:focus, .app-search .has-warning .form-control:focus, .has-warning .app-search .jsgrid-cell input:focus, .app-search .jsgrid-cell .has-warning input:focus, .has-warning .jsgrid-cell .app-search input:focus, .jsgrid-cell .app-search .has-warning input:focus, .has-warning .app-search .jsgrid-cell select:focus, .app-search .jsgrid-cell .has-warning select:focus, .has-warning .jsgrid-cell .app-search select:focus, .jsgrid-cell .app-search .has-warning select:focus, .has-warning .app-search .dd-handle:focus, .app-search .has-warning .dd-handle:focus, .has-warning .app-search .dd3-content:focus, .app-search .has-warning .dd3-content:focus {
    border-color: rgba(248, 179, 45, 0.5);
}

    .has-warning .form-control:focus, .has-warning .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-warning .select2-selection__rendered:focus,
    .has-warning .select2-container--default .select2-selection--single:focus,
    .select2-container--default .has-warning .select2-selection--single:focus, .has-warning .select2-selection.select2-selection--multiple:focus, .has-warning .wizard .content > .body input:focus, .wizard .content > .body .has-warning input:focus, .has-warning .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-warning .mce-textbox:focus, .has-warning .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-warning .mce-btn:focus, .has-warning .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-warning input:focus, .has-warning .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-warning select:focus, .has-warning .jsgrid-cell input:focus, .jsgrid-cell .has-warning input:focus, .has-warning .jsgrid-cell select:focus, .jsgrid-cell .has-warning select:focus, .has-warning .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-warning select:focus, .has-warning .dd-handle:focus, .has-warning .dd3-content:focus {
        border-color: #f8b32d;
    }

.has-error .form-control, .has-error .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .has-error .select2-selection__rendered,
.has-error .select2-container--default .select2-selection--single,
.select2-container--default .has-error .select2-selection--single, .has-error .select2-selection.select2-selection--multiple, .has-error .wizard .content > .body input, .wizard .content > .body .has-error input, .has-error .mce-floatpanel .mce-textbox, .mce-floatpanel .has-error .mce-textbox, .has-error .mce-floatpanel .mce-btn, .mce-floatpanel .has-error .mce-btn, .has-error .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .has-error input, .has-error .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .has-error select, .has-error .jsgrid-cell input, .jsgrid-cell .has-error input, .has-error .jsgrid-cell select, .jsgrid-cell .has-error select, .has-error .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .has-error select, .has-error .dd-handle, .has-error .dd3-content, .has-error .app-search .form-control:focus, .app-search .has-error .form-control:focus, .has-error .app-search .jsgrid-cell input:focus, .app-search .jsgrid-cell .has-error input:focus, .has-error .jsgrid-cell .app-search input:focus, .jsgrid-cell .app-search .has-error input:focus, .has-error .app-search .jsgrid-cell select:focus, .app-search .jsgrid-cell .has-error select:focus, .has-error .jsgrid-cell .app-search select:focus, .jsgrid-cell .app-search .has-error select:focus, .has-error .app-search .dd-handle:focus, .app-search .has-error .dd-handle:focus, .has-error .app-search .dd3-content:focus, .app-search .has-error .dd3-content:focus {
    border-color: rgba(243, 57, 35, 0.5);
}

    .has-error .form-control:focus, .has-error .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .has-error .select2-selection__rendered:focus,
    .has-error .select2-container--default .select2-selection--single:focus,
    .select2-container--default .has-error .select2-selection--single:focus, .has-error .select2-selection.select2-selection--multiple:focus, .has-error .wizard .content > .body input:focus, .wizard .content > .body .has-error input:focus, .has-error .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .has-error .mce-textbox:focus, .has-error .mce-floatpanel .mce-btn:focus, .mce-floatpanel .has-error .mce-btn:focus, .has-error .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .has-error input:focus, .has-error .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .has-error select:focus, .has-error .jsgrid-cell input:focus, .jsgrid-cell .has-error input:focus, .has-error .jsgrid-cell select:focus, .jsgrid-cell .has-error select:focus, .has-error .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .has-error select:focus, .has-error .dd-handle:focus, .has-error .dd3-content:focus {
        border-color: #f33923;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #4aa23c;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #f8b32d;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f33923;
}

.has-error .input-group-addon {
    background-color: transparent;
    color: #f33923;
    border-color: rgba(243, 57, 35, 0.5);
}

.has-success .input-group-addon {
    background-color: transparent;
    color: #4aa23c;
    border-color: rgba(74, 162, 60, 0.5);
}

.has-success .form-control-feedback {
    color: #4aa23c;
}

.has-warning .form-control-feedback {
    color: #f8b32d;
}

.has-error .form-control-feedback {
    color: #f33923;
}

div.colorpicker {
    padding: 0;
}

.colorpicker {
    z-index: 10;
    margin: 0;
}

    .colorpicker::before, .colorpicker::after {
        display: none;
    }

.daterangepicker .input-mini {
    border-color: #dedede;
    border-radius: 0;
    color: #212121;
}

    .daterangepicker .input-mini.active {
        border-color: #dedede;
        border-radius: 0;
        color: #212121;
    }

    .daterangepicker .input-mini:focus {
        border-color: #878787;
        box-shadow: none !important;
        outline: 0 none;
    }

.daterangepicker td {
    border-radius: 0 !important;
}

    .daterangepicker td.active, .daterangepicker td.active:hover,
    .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background: #4aa23c;
    }

.bootstrap-datetimepicker-widget table td.day {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option[aria-selected="true"] {
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    line-height: 40px;
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default {
    width: 100% !important;
}

    .select2-container--default .select2-results__group, .select2-container--default .select2-results__options--nested li {
        padding-left: 12px;
    }

    .select2-container--default.select2-container--open .select2-selection__rendered {
        /*border-color: #878787;*/
    }

    .select2-container--default .select2-selection__arrow {
        height: 40px !important;
    }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px;
    line-height: 40px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background: #3fa7de !important;
    border: none;
    line-height: 10px;
    font-size: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active {
    outline: none !important;
}

.bootstrap-select .btn.dropdown-toggle, .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .bootstrap-select a.dropdown-toggle, .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .bootstrap-select .dropdown-toggle.dt-button, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button.dropdown-toggle, .bootstrap-select .sweet-alert button.dropdown-toggle, .sweet-alert .bootstrap-select button.dropdown-toggle, .bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .bootstrap-select .dropdown-toggle[class*="owl-"], .bootstrap-select button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-select button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.bootstrap-select button.dropdown-toggle.fc-agendaWeek-button, .bootstrap-select .dropdown-toggle.fc-prev-button, .bootstrap-select .dropdown-toggle.fc-next-button, .bootstrap-select .dropdown-toggle.fc-today-button {
    box-shadow: none;
    border: 1px solid rgba(33, 33, 33, 0.12);
}

.bootstrap-select .btn .filter-option, .bootstrap-select .wizard > .actions a .filter-option, .wizard > .actions .bootstrap-select a .filter-option, .bootstrap-select .dt-buttons .dt-button .filter-option, .dt-buttons .bootstrap-select .dt-button .filter-option, .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button .filter-option, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button .filter-option, .bootstrap-select .sweet-alert button .filter-option, .sweet-alert .bootstrap-select button .filter-option, .bootstrap-select .owl-theme .owl-nav [class*="owl-"] .filter-option, .owl-theme .owl-nav .bootstrap-select [class*="owl-"] .filter-option, .bootstrap-select button.fc-agendaDay-button.fc-state-default.fc-corner-right .filter-option,
.bootstrap-select button.fc-month-button.fc-state-default.fc-corner-left .filter-option,
.bootstrap-select button.fc-agendaWeek-button .filter-option, .bootstrap-select .fc-prev-button .filter-option, .bootstrap-select .fc-next-button .filter-option, .bootstrap-select .fc-today-button .filter-option {
    color: #212121;
}

.sm-bootstrap-select .bootstrap-select .btn.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .wizard > .actions a.dropdown-toggle, .wizard > .actions .sm-bootstrap-select .bootstrap-select a.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .dt-buttons .dropdown-toggle.dt-button, .dt-buttons .sm-bootstrap-select .bootstrap-select .dropdown-toggle.dt-button, .sm-bootstrap-select .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .sm-bootstrap-select .bootstrap-select button.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .sweet-alert button.dropdown-toggle, .sweet-alert .sm-bootstrap-select .bootstrap-select button.dropdown-toggle, .sm-bootstrap-select .bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .sm-bootstrap-select .bootstrap-select .dropdown-toggle[class*="owl-"], .sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-agendaWeek-button, .sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-prev-button, .sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-next-button, .sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-today-button {
    font-size: 12px;
    height: 27px;
    padding: 3px 25px 3px 15px;
}

.sm-bootstrap-select .bootstrap-select .dropdown-menu li a span.text {
    font-size: 12px;
}

.switchery {
    margin-right: 10px;
    margin-top: 15px;
}

.no-margin-switcher .switchery {
    margin-top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn, .bootstrap-touchspin .wizard > .actions .disabled .input-group-btn-vertical > a, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button, .bootstrap-touchspin .sweet-alert .input-group-btn-vertical > button, .sweet-alert .bootstrap-touchspin .input-group-btn-vertical > button, .bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical > [class*="owl-"], .owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical > [class*="owl-"], .bootstrap-touchspin .input-group-btn-vertical > button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-touchspin .input-group-btn-vertical > button.fc-month-button.fc-state-default.fc-corner-left,
.bootstrap-touchspin .input-group-btn-vertical > button.fc-agendaWeek-button, .bootstrap-touchspin .input-group-btn-vertical > .fc-prev-button, .bootstrap-touchspin .input-group-btn-vertical > .fc-next-button, .bootstrap-touchspin .input-group-btn-vertical > .fc-today-button {
    border-radius: 0;
    padding: 10px;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn i, .bootstrap-touchspin .wizard > .actions .input-group-btn-vertical > a i, .wizard > .actions .bootstrap-touchspin .input-group-btn-vertical > a i, .bootstrap-touchspin .dt-buttons .input-group-btn-vertical > .dt-button i, .dt-buttons .bootstrap-touchspin .input-group-btn-vertical > .dt-button i, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical > button i, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical > button i, .bootstrap-touchspin .sweet-alert .input-group-btn-vertical > button i, .sweet-alert .bootstrap-touchspin .input-group-btn-vertical > button i, .bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical > [class*="owl-"] i, .owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical > [class*="owl-"] i, .bootstrap-touchspin .input-group-btn-vertical > button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
    .bootstrap-touchspin .input-group-btn-vertical > button.fc-month-button.fc-state-default.fc-corner-left i,
    .bootstrap-touchspin .input-group-btn-vertical > button.fc-agendaWeek-button i, .bootstrap-touchspin .input-group-btn-vertical > .fc-prev-button i, .bootstrap-touchspin .input-group-btn-vertical > .fc-next-button i, .bootstrap-touchspin .input-group-btn-vertical > .fc-today-button i {
        top: 6px;
    }

.bootstrap-touchspin .btn.btn-default.dropdown-toggle, .bootstrap-touchspin .wizard > .actions a.btn-default.dropdown-toggle, .wizard > .actions .bootstrap-touchspin a.btn-default.dropdown-toggle, .bootstrap-touchspin .dt-buttons .btn-default.dropdown-toggle.dt-button, .dt-buttons .bootstrap-touchspin .btn-default.dropdown-toggle.dt-button, .bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle, .tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin button.dropdown-toggle, .bootstrap-touchspin .sweet-alert button.btn-default.dropdown-toggle, .sweet-alert .bootstrap-touchspin button.btn-default.dropdown-toggle, .bootstrap-touchspin .owl-theme .owl-nav .dropdown-toggle[class*="owl-"], .owl-theme .owl-nav .bootstrap-touchspin .dropdown-toggle[class*="owl-"], .bootstrap-touchspin button.btn-default.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-touchspin button.btn-default.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.bootstrap-touchspin button.btn-default.dropdown-toggle.fc-agendaWeek-button, .bootstrap-touchspin .btn-default.dropdown-toggle.fc-prev-button, .bootstrap-touchspin .btn-default.dropdown-toggle.fc-next-button, .bootstrap-touchspin .btn-default.dropdown-toggle.fc-today-button {
    color: #fff !important;
}

.ms-container .ms-list {
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #4aa23c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #4aa23c;
    border-radius: 0;
}

.bootstrap-switch {
    border-radius: 0;
    border-color: #dedede;
    box-shadow: none;
}

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #dedede;
        box-shadow: none;
    }

.bootstrap-tagsinput {
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    color: #878787;
}

    .bootstrap-tagsinput .tag {
        border-radius: 0;
        color: white;
        background: #4aa23c;
    }

.tag.label, .tag.jvectormap-tip {
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}

.editableform .editable-buttons .btn.btn-sm, .editableform .editable-buttons .wizard > .actions a.btn-sm, .wizard > .actions .editableform .editable-buttons a.btn-sm, .editableform .editable-buttons .dt-buttons .btn-sm.dt-button, .dt-buttons .editableform .editable-buttons .btn-sm.dt-button, .editableform .editable-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm, .tablesaw-sortable th.tablesaw-sortable-head .editableform .editable-buttons button.btn-sm, .editableform .editable-buttons .sweet-alert button.btn-sm, .sweet-alert .editableform .editable-buttons button.btn-sm, .editableform .editable-buttons .owl-theme .owl-nav .btn-sm[class*="owl-"], .owl-theme .owl-nav .editableform .editable-buttons .btn-sm[class*="owl-"], .editableform .editable-buttons button.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.editableform .editable-buttons button.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.editableform .editable-buttons button.btn-sm.fc-agendaWeek-button, .editableform .editable-buttons .btn-sm.fc-prev-button, .editableform .editable-buttons .btn-sm.fc-next-button, .editableform .editable-buttons .btn-sm.fc-today-button {
    padding: 9px 25px;
}

.editableform .form-control.input-sm, .editableform .select2-container--default .select2-selection--single .input-sm.select2-selection__rendered, .select2-container--default .select2-selection--single .editableform .input-sm.select2-selection__rendered,
.editableform .select2-container--default .input-sm.select2-selection--single,
.select2-container--default .editableform .input-sm.select2-selection--single, .editableform .input-sm.select2-selection.select2-selection--multiple, .editableform .wizard .content > .body input.input-sm, .wizard .content > .body .editableform input.input-sm, .editableform .mce-floatpanel .input-sm.mce-textbox, .mce-floatpanel .editableform .input-sm.mce-textbox, .editableform .mce-floatpanel .input-sm.mce-btn, .mce-floatpanel .editableform .input-sm.mce-btn, .editableform .dataTables_wrapper .dataTables_filter input.input-sm, .dataTables_wrapper .dataTables_filter .editableform input.input-sm, .editableform .dataTables_wrapper .dataTables_length select.input-sm, .dataTables_wrapper .dataTables_length .editableform select.input-sm, .editableform .jsgrid-cell input.input-sm, .jsgrid-cell .editableform input.input-sm, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.input-sm, .editableform .input-sm.dd-handle, .editableform .input-sm.dd3-content {
    padding: 6px 12px;
    font-size: 14px;
}

.editableform select.form-control.input-sm, .editableform .select2-container--default .select2-selection--single select.input-sm.select2-selection__rendered, .select2-container--default .select2-selection--single .editableform select.input-sm.select2-selection__rendered,
.editableform .select2-container--default select.input-sm.select2-selection--single,
.select2-container--default .editableform select.input-sm.select2-selection--single, .editableform select.input-sm.select2-selection.select2-selection--multiple, .editableform .mce-floatpanel select.input-sm.mce-textbox, .mce-floatpanel .editableform select.input-sm.mce-textbox, .editableform .mce-floatpanel select.input-sm.mce-btn, .mce-floatpanel .editableform select.input-sm.mce-btn, .editableform .dataTables_wrapper .dataTables_length select.input-sm, .dataTables_wrapper .dataTables_length .editableform select.input-sm, .editableform .jsgrid-cell select.input-sm, .jsgrid-cell .editableform select.input-sm, .editableform .tablesaw-bar .btn-select select.input-sm, .tablesaw-bar .btn-select .editableform select.input-sm, .editableform select.input-sm.dd-handle, .editableform select.input-sm.dd3-content {
    height: 42px;
    line-height: 1.428;
}

.dropify-wrapper {
    border: 1px solid #dedede;
}

.dropzone {
    border: 1px solid #dedede;
    min-height: 200px;
    background: transparent;
}

    .dropzone .dz-preview.dz-image-preview {
        background: transparent none repeat scroll 0 0;
    }

/*Form-Wizard*/
.wizard .content {
    background: transparent;
    border-radius: 0;
    min-height: 100px;
    margin: 0;
    border: none;
    border-top: none;
    margin-bottom: 30px;
}

    .wizard .content .table-responsive {
        margin: 0 -30px;
    }

    .wizard .content > .body {
        width: 100%;
        height: auto;
        padding: 30px;
        position: relative;
    }

        .wizard .content > .body input.error {
            border-color: rgba(241, 91, 38, 0.5) !important;
            background: transparent;
        }

.wizard .steps .number {
    font-size: 18px;
    color: #878787;
}

.wizard .steps ul {
    display: table;
    width: 100%;
}

    .wizard .steps ul > li {
        display: table-cell;
        background: #dedede;
    }

        .wizard .steps ul > li.done {
            background: #4aa23c;
        }

        .wizard .steps ul > li.current {
            background: #f8b32d !important;
        }

        .wizard .steps ul > li > a {
            margin: 0;
            padding: 14px 20px;
            background: transparent !important;
        }

            .wizard .steps ul > li > a:hover, .wizard .steps ul > li > a:focus, .wizard .steps ul > li > a:active {
                margin: 0;
                padding: 14px 20px;
            }

        .wizard .steps ul > li span.number {
            border-radius: 100%;
            border: 2px solid rgba(255, 255, 255, 0.2);
            width: 35px;
            height: 35px;
            display: inline-block;
            vertical-align: middle;
            padding-top: 3px;
            margin-right: 8px;
            text-align: center;
            background: white;
        }

        .wizard .steps ul > li.disabled a {
            cursor: not-allowed !important;
        }

.wizard > .actions {
    padding-right: 15px;
}

    .wizard > .actions > ul > li {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        float: none;
        margin: 0;
        margin-left: 10px;
        padding: 0;
    }

.wizard .bootstrap-touchspin {
    width: 70px;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.wizard > .content > .body label.error {
    display: none !important;
}

.current {
    color: inherit !important;
}

.wizard > .content > .body ul.cards > li {
    display: inline-block;
}

.tabcontrol > .content {
    border-top: medium none;
    height: auto;
    padding-top: 0;
}

    .tabcontrol > .content > .body {
        position: relative;
        height: auto;
        padding: 15px 0 0 0;
        width: 100%;
    }

.tabcontrol > .steps > ul {
    border-bottom: 1px solid #f7f7f9;
    margin-top: 0;
    float: left;
    width: 100%;
    top: 0;
}

    .tabcontrol > .steps > ul > li {
        border: medium none;
        margin: 0 5px 0 0;
        padding: 0;
        background: transparent;
    }

        .tabcontrol > .steps > ul > li:hover, .tabcontrol > .steps > ul > li:focus, .tabcontrol > .steps > ul > li:active {
            background: transparent;
            border: medium none;
        }

        .tabcontrol > .steps > ul > li > a {
            background: transparent;
            border: none;
            padding: 10px 20px;
            color: #878787;
            margin: 0;
            border-radius: 0;
            text-transform: capitalize;
        }

            .tabcontrol > .steps > ul > li > a:active, .tabcontrol > .steps > ul > li > a:focus, .tabcontrol > .steps > ul > li > a:hover {
                color: #212121;
            }

        .tabcontrol > .steps > ul > li.current {
            border: medium none;
            padding: 0;
        }

            .tabcontrol > .steps > ul > li.current > a {
                color: #212121;
                padding: 10px 20px;
                border-bottom: 3px solid #4aa23c;
            }

                .tabcontrol > .steps > ul > li.current > a:active, .tabcontrol > .steps > ul > li.current > a:focus, .tabcontrol > .steps > ul > li.current > a:hover {
                    color: #212121;
                }

        .tabcontrol > .steps > ul > li:first-child > a {
            border-top-left-radius: 10px;
        }

        .tabcontrol > .steps > ul > li:last-child {
            margin-right: 0;
        }

            .tabcontrol > .steps > ul > li:last-child > a {
                border-top-right-radius: 10px;
            }

.review-tag {
    font-size: 18px;
}


/*Popover*/
.popover {
    border: medium none;
    border-radius: 0;
    padding: 0;
}

    .popover h3.popover-title, .popover .popover-title.error-comment {
        background-color: #4aa23c;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        font-family: "Open Sans","Roboto", sans-serif;
        color: #fff;
        font-size: 15px;
    }

    .popover .popover-content {
        font-family: "Open Sans","Roboto", sans-serif;
    }

    .popover.bottom > .arrow::after {
        border-bottom-color: #4aa23c;
    }

/*Typerhead*/
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    border-radius: 0;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #4aa23c;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

/*Editors*/
.bootstrap-wysihtml5-insert-image-modal h3, .bootstrap-wysihtml5-insert-image-modal .error-comment {
    font-size: 18px;
}

.bootstrap-wysihtml5-insert-link-modal h3, .bootstrap-wysihtml5-insert-link-modal .error-comment {
    font-size: 18px;
}

.bootstrap-wysihtml5-insert-link-modal .checkbox {
    margin-bottom: inherit;
    margin-top: inherit;
    min-height: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
}

    .bootstrap-wysihtml5-insert-link-modal .checkbox input[type="checkbox"] {
        opacity: 1;
    }

    .bootstrap-wysihtml5-insert-link-modal .checkbox label::before {
        display: none;
    }

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active, ul.wysihtml5-toolbar .wizard > .actions a.wysihtml5-command-active, .wizard > .actions ul.wysihtml5-toolbar a.wysihtml5-command-active, ul.wysihtml5-toolbar .dt-buttons a.wysihtml5-command-active.dt-button, .dt-buttons ul.wysihtml5-toolbar a.wysihtml5-command-active.dt-button, ul.wysihtml5-toolbar .owl-theme .owl-nav a.wysihtml5-command-active[class*="owl-"], .owl-theme .owl-nav ul.wysihtml5-toolbar a.wysihtml5-command-active[class*="owl-"], ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-prev-button, ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-next-button, ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-today-button {
    box-shadow: none;
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
    font-family: "Open Sans","Roboto", sans-serif !important;
}

.mce-ico {
    font-family: "tinymce",Arial !important;
}

.mce-floatpanel .mce-btn {
    background: transparent;
}

    .mce-floatpanel .mce-btn:hover {
        background: transparent;
    }

    .mce-floatpanel .mce-btn.mce-active {
        background-color: transparent !important;
    }

        .mce-floatpanel .mce-btn.mce-active:hover {
            background-color: transparent;
            border-color: #dedede;
        }

.mce-floatpanel .mce-window-body .mce-listbox {
    border-color: #dedede;
}

.mce-floatpanel .mce-window-head .mce-title {
    font-size: 18px;
    font-weight: 400;
}

.mce-floatpanel .mce-primary button {
    background: #4aa23c;
    border: solid 2px #4aa23c;
}

    .mce-floatpanel .mce-primary button:hover, .mce-floatpanel .mce-primary button:active, .mce-floatpanel .mce-primary button:focus {
        background: rgba(74, 162, 60, 0.85);
        border: solid 2px rgba(74, 162, 60, 0.1);
    }

.mce-floatpanel .mce-menu-item-normal.mce-active {
    background-color: #4aa23c;
}

.mce-floatpanel .mce-menu-item:hover, .mce-floatpanel .mce-menu-item.mce-selected, .mce-floatpanel .mce-menu-item:focus {
    background-color: #4aa23c;
}

.mce-foot button {
    background: #f33923;
    color: #fff !important;
    border: solid 2px #f33923;
}

    .mce-foot button:hover, .mce-foot button:active, .mce-foot button:focus {
        background: rgba(243, 57, 35, 0.85);
        border: solid 2px rgba(243, 57, 35, 0.1);
    }

.mce-panel {
    border-color: #dedede !important;
}

.btn-group.open .note-btn.dropdown-toggle {
    box-shadow: none;
}

.note-editor.panel {
    border-radius: 0;
    box-shadow: none;
}

    .note-editor.panel .panel-heading {
        background: transparent;
    }

.note-editor .checkbox {
    margin-bottom: inherit;
    margin-top: inherit;
    min-height: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
}

    .note-editor .checkbox input[type="checkbox"] {
        opacity: 1;
    }

    .note-editor .checkbox label::before {
        display: none;
    }

.note-editor .note-btn.btn-sm {
    padding: 9px 25px;
    font-size: 14px;
}

.note-editor.note-frame {
    border: 1px solid #dedede;
}

.note-editor .note-toolbar.panel-heading {
    border: 1px solid #dedede;
}

.note-editor h4 {
    font-size: 18px;
}

/*Accordion*/
.accordion-struct.panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: none;
}

    .accordion-struct.panel-group .panel .panel-heading {
        border-radius: 0;
        padding: 0;
        background: rgba(33, 33, 33, 0.05);
        border-bottom: 1px solid #dedede;
    }

        .accordion-struct.panel-group .panel .panel-heading.activestate {
            background: #4aa23c;
            border-bottom: 1px solid #4aa23c;
        }

            .accordion-struct.panel-group .panel .panel-heading.activestate a {
                color: #fff;
            }

        .accordion-struct.panel-group .panel .panel-heading a {
            color: #878787;
            text-transform: capitalize;
            padding: 10px 20px;
            width: 100%;
            display: flex;
        }

    .accordion-struct.panel-group .panel:last-child .panel-heading {
        border-bottom: none;
    }

    .accordion-struct.panel-group .panel .panel-body {
        border: none;
    }

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading {
    background: transparent;
    border-bottom: 1px solid #dedede;
}

    .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate {
        background: transparent;
    }

        .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .minus-ac {
            opacity: 1;
        }

        .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .plus-ac {
            opacity: 0;
        }

        .accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate a {
            color: #878787;
        }

    .accordion-struct.accordion-style-1.panel-group .panel .panel-heading a {
        color: #878787;
    }

.accordion-struct.accordion-style-1 .icon-ac-wrap {
    display: inline;
    position: relative;
    color: #4aa23c;
}

    .accordion-struct.accordion-style-1 .icon-ac-wrap .minus-ac {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .accordion-struct.accordion-style-1 .icon-ac-wrap .plus-ac {
        opacity: 1;
    }

/*Tabs*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.tab-struct .tab-pane {
    padding-top: 15px;
}

.tab-struct.vertical-tab .tab-pane {
    padding-top: 0;
    padding-left: 15px;
}

.tab-struct.vertical-tab-reverse .tab-pane {
    padding-left: 0;
    padding-right: 15px;
}

.pills-struct .tab-pane {
    padding-top: 15px;
}

.pills-struct.vertical-pills .tab-pane {
    padding-top: 0;
    padding-left: 15px;
}

.pills-struct.vertical-pills-reverse .tab-pane {
    padding-left: 0;
    padding-right: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #dedede;
}

    .nav-tabs > li {
        margin-right: 5px;
    }

        .nav-tabs > li > a {
            background: #dedede;
            border: none;
            padding: 10px 20px;
            color: #878787;
            margin: 0;
            border-radius: 0;
            text-transform: capitalize;
            -webkit-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            transition: 0.2s ease;
        }

            .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
                background: #f2f2f2;
                color: #212121;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.open > a {
            background: #f2f2f2;
            color: #212121;
            border-color: transparent;
        }

            .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.open > a:active, .nav-tabs > li.open > a:focus, .nav-tabs > li.open > a:hover {
                background: #f2f2f2;
                color: #212121;
                border-color: transparent;
            }

        .nav-tabs > li:first-child > a {
            border-top-left-radius: 10px;
        }

        .nav-tabs > li:last-child {
            margin-right: 0;
        }

            .nav-tabs > li:last-child > a {
                border-top-right-radius: 10px;
            }

.nav-tab-reverse .nav-tabs > li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

    .nav-tab-reverse .nav-tabs > li:first-child > a {
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .nav-tab-reverse .nav-tabs > li:last-child {
        margin-left: 0;
    }

        .nav-tab-reverse .nav-tabs > li:last-child > a {
            border-top-right-radius: 0;
            border-top-left-radius: 10px;
        }

.vertical-tab .tab-content {
    overflow: hidden;
    border-left: 1px solid #dedede;
}

.vertical-tab .ver-nav-tab {
    float: left;
    border-bottom: none;
}

    .vertical-tab .ver-nav-tab > li {
        margin-bottom: 5px;
        margin-right: -1px;
        float: none !important;
    }

        .vertical-tab .ver-nav-tab > li > a {
            border: none;
        }

        .vertical-tab .ver-nav-tab > li:first-child > a {
            border-top-left-radius: 10px;
        }

        .vertical-tab .ver-nav-tab > li:last-child {
            margin-bottom: 0;
        }

            .vertical-tab .ver-nav-tab > li:last-child > a {
                border-bottom-left-radius: 10px;
                border-top-right-radius: 0;
            }

.vertical-tab.vertical-tab-reverse .tab-content {
    border-left: none;
    border-right: 1px solid #dedede;
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab {
    float: right;
}

    .vertical-tab.vertical-tab-reverse .ver-nav-tab > li:first-child > a {
        border-top-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .vertical-tab.vertical-tab-reverse .ver-nav-tab > li:last-child > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }

.custom-tab-1 .nav-tabs > li > a {
    background: transparent !important;
    border: none;
}

.custom-tab-1 .nav-tabs > li.active > a {
    border-bottom: 3px solid #3fa7de;
}

.custom-tab-1.vertical-tab .ver-nav-tab > li {
    background: transparent !important;
}

    .custom-tab-1.vertical-tab .ver-nav-tab > li.active > a {
        border-bottom: none;
        background: #fff !important;
    }

.custom-tab-1.vertical-tab.vertical-tab-reverse > li.active > a {
    border-right: none;
    border-left: 3px solid #4aa23c;
}

.custom-tab-2 .nav-tabs {
    border: none;
}

    .custom-tab-2 .nav-tabs > li > a {
        background: transparent;
        border-radius: 0;
    }

        .custom-tab-2 .nav-tabs > li > a:active, .custom-tab-2 .nav-tabs > li > a:focus, .custom-tab-2 .nav-tabs > li > a:hover {
            color: #4aa23c;
        }

    .custom-tab-2 .nav-tabs > li.active > a, .custom-tab-2 .nav-tabs > li.open > a {
        color: #4aa23c;
        background: #f2f2f2;
    }

        .custom-tab-2 .nav-tabs > li.active > a:active, .custom-tab-2 .nav-tabs > li.active > a:focus, .custom-tab-2 .nav-tabs > li.active > a:hover, .custom-tab-2 .nav-tabs > li.open > a:active, .custom-tab-2 .nav-tabs > li.open > a:focus, .custom-tab-2 .nav-tabs > li.open > a:hover {
            color: #4aa23c;
            background: #f2f2f2;
        }

    .custom-tab-2 .nav-tabs > li:first-child > a, .custom-tab-2 .nav-tabs > li:last-child > a {
        border-radius: 0;
    }

.custom-tab-2.nav-tab-reverse .nav-tabs > li:first-child > a, .custom-tab-2.nav-tab-reverse .nav-tabs > li:last-child > a {
    border-radius: 0;
}

.custom-tab-2 .tab-pane {
    background: #f2f2f2;
    padding: 15px !important;
}

.nav-pills > li {
    margin-right: 5px;
}

    .nav-pills > li > a {
        background: #f7f7f9;
        border: none;
        padding: 10px 20px;
        color: #878787;
        margin: 0;
        border-radius: 0;
        text-transform: capitalize;
    }

        .nav-pills > li > a:active, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
            background: #3A78F2;
            color: #fff;
        }

    .nav-pills > li.active > a, .nav-pills > li.open > a {
        background: #3A78F2;
        color: #fff;
    }

        .nav-pills > li.active > a:active, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li.open > a:active, .nav-pills > li.open > a:focus, .nav-pills > li.open > a:hover {
            background: #3A78F2;
            color: #fff;
        }

    .nav-pills > li:last-child {
        margin-right: 0;
    }

.nav-pills-reverse .nav-pills > li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

    .nav-pills-reverse .nav-pills > li:last-child {
        margin-left: 0;
    }

.vertical-pills .tab-content {
    overflow: hidden;
    padding-left: 15px;
}

.vertical-pills .ver-nav-pills {
    float: left;
}

    .vertical-pills .ver-nav-pills > li {
        margin: 0 0 5px;
        float: none;
    }

        .vertical-pills .ver-nav-pills > li:last-child {
            margin-bottom: 0;
        }

.vertical-pills.vertical-pills-reverse .tab-content {
    padding-left: 0;
    padding-right: 15px;
}

.vertical-pills.vertical-pills-reverse .ver-nav-pills {
    float: right;
}

.nav-pills-rounded.nav-pills > li > a {
    border-radius: 60px;
}

.nav-pills-outline.nav-pills > li > a {
    background-color: transparent !important;
    border: 2px solid #f7f7f9;
    color: #878787;
}

    .nav-pills-outline.nav-pills > li > a:hover, .nav-pills-outline.nav-pills > li > a:active, .nav-pills-outline.nav-pills > li > a:focus {
        border-color: #4aa23c;
        color: #212121;
    }

.nav-pills-outline.nav-pills > li.active > a {
    background-color: transparent !important;
    border: 2px solid #4aa23c;
    color: #212121;
}

    .nav-pills-outline.nav-pills > li.active > a:hover, .nav-pills-outline.nav-pills > li.active > a:active, .nav-pills-outline.nav-pills > li.active > a:focus {
        border: 2px solid #4aa23c;
        color: #212121;
    }

/*Table*/
.table > tbody > tr.active > td, .jsgrid-table > tbody > tr.active > td, .table > tbody > tr.active > th, .jsgrid-table > tbody > tr.active > th, .table > tbody > tr > td.active, .jsgrid-table > tbody > tr > td.active, .table > tbody > tr > th.active, .jsgrid-table > tbody > tr > th.active, .table > tfoot > tr.active > td, .jsgrid-table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .jsgrid-table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .jsgrid-table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .jsgrid-table > tfoot > tr > th.active, .table > thead > tr.active > td, .jsgrid-table > thead > tr.active > td, .table > thead > tr.active > th, .jsgrid-table > thead > tr.active > th, .table > thead > tr > td.active, .jsgrid-table > thead > tr > td.active, .table > thead > tr > th.active, .jsgrid-table > thead > tr > th.active {
    background: rgba(220, 220, 220, 0.08);
}

.table > tbody > tr.success > td, .jsgrid-table > tbody > tr.success > td, .table > tbody > tr.success > th, .jsgrid-table > tbody > tr.success > th, .table > tbody > tr > td.success, .jsgrid-table > tbody > tr > td.success, .table > tbody > tr > th.success, .jsgrid-table > tbody > tr > th.success, .table > tfoot > tr.success > td, .jsgrid-table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .jsgrid-table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .jsgrid-table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .jsgrid-table > tfoot > tr > th.success, .table > thead > tr.success > td, .jsgrid-table > thead > tr.success > td, .table > thead > tr.success > th, .jsgrid-table > thead > tr.success > th, .table > thead > tr > td.success, .jsgrid-table > thead > tr > td.success, .table > thead > tr > th.success, .jsgrid-table > thead > tr > th.success {
    background: rgba(74, 162, 60, 0.08);
}

.table > tbody > tr.info > td, .jsgrid-table > tbody > tr.info > td, .table > tbody > tr.info > th, .jsgrid-table > tbody > tr.info > th, .table > tbody > tr > td.info, .jsgrid-table > tbody > tr > td.info, .table > tbody > tr > th.info, .jsgrid-table > tbody > tr > th.info, .table > tfoot > tr.info > td, .jsgrid-table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .jsgrid-table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .jsgrid-table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .jsgrid-table > tfoot > tr > th.info, .table > thead > tr.info > td, .jsgrid-table > thead > tr.info > td, .table > thead > tr.info > th, .jsgrid-table > thead > tr.info > th, .table > thead > tr > td.info, .jsgrid-table > thead > tr > td.info, .table > thead > tr > th.info, .jsgrid-table > thead > tr > th.info {
    background: rgba(231, 54, 141, 0.08);
}

.table > tbody > tr.warning > td, .jsgrid-table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .jsgrid-table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .jsgrid-table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .jsgrid-table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .jsgrid-table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .jsgrid-table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .jsgrid-table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .jsgrid-table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .jsgrid-table > thead > tr.warning > td, .table > thead > tr.warning > th, .jsgrid-table > thead > tr.warning > th, .table > thead > tr > td.warning, .jsgrid-table > thead > tr > td.warning, .table > thead > tr > th.warning, .jsgrid-table > thead > tr > th.warning {
    background: rgba(248, 179, 45, 0.08);
}

.table > tbody > tr.danger > td, .jsgrid-table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .jsgrid-table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .jsgrid-table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .jsgrid-table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .jsgrid-table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .jsgrid-table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .jsgrid-table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .jsgrid-table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .jsgrid-table > thead > tr.danger > td, .table > thead > tr.danger > th, .jsgrid-table > thead > tr.danger > th, .table > thead > tr > td.danger, .jsgrid-table > thead > tr > td.danger, .table > thead > tr > th.danger, .jsgrid-table > thead > tr > th.danger {
    background: rgba(243, 57, 35, 0.08);
}

.table-responsive {
    border: none;
}

    .table-responsive .table, .table-responsive .jsgrid-table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }

.table, .jsgrid-table {
    border-color: #dedede !important;
}

    .table > tbody > tr > td, .jsgrid-table > tbody > tr > td, .table > tbody > tr > th, .jsgrid-table > tbody > tr > th, .table > tfoot > tr > td, .jsgrid-table > tfoot > tr > td, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th, .table > thead > tr > td, .jsgrid-table > thead > tr > td, .table > thead > tr > th, .jsgrid-table > thead > tr > th {
        padding: 10px;
        border-top: 1px solid #dedede;
        vertical-align: middle;
    }

    .table > thead > tr > th, .jsgrid-table > thead > tr > th, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
        /*border-bottom: 2px solid #dedede !important;*/
        color: #002265;
        font-weight: 600;
        /*text-transform: uppercase;*/
    }

    .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
        border-bottom: 1px solid #dedede !important;
    }

.table-hover > tbody > tr:hover {
    background-color: rgba(242, 243, 248, 0.5) !important;
}

.table-bordered {
    border: 1px solid #dedede;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #dedede;
    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f9fe;
}

.color-bg-table .table > caption + thead > tr:first-child > td, .color-bg-table .jsgrid-table > caption + thead > tr:first-child > td, .color-bg-table .table > caption + thead > tr:first-child > th, .color-bg-table .jsgrid-table > caption + thead > tr:first-child > th, .color-bg-table .table > colgroup + thead > tr:first-child > td, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > td, .color-bg-table .table > colgroup + thead > tr:first-child > th, .color-bg-table .jsgrid-table > colgroup + thead > tr:first-child > th, .color-bg-table .table > thead:first-child > tr:first-child > td, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > td, .color-bg-table .table > thead:first-child > tr:first-child > th, .color-bg-table .jsgrid-table > thead:first-child > tr:first-child > th {
    background: #4aa23c;
}

.color-bg-table .table > thead > tr > th, .color-bg-table .jsgrid-table > thead > tr > th {
    color: #fff;
}

.bootstrap-table .fixed-table-container {
    border: 1px solid #dedede;
    border-radius: 0;
}

    .bootstrap-table .fixed-table-container tbody td {
        border: 1px solid #dedede;
    }

.fixed-table-body .card-view {
    background: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
}

    .fixed-table-body .card-view .title {
        font-weight: 400;
    }

    .fixed-table-body .card-view:hover {
        box-shadow: none;
    }

table.dataTable tbody tr {
    background-color: transparent;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: inherit;
}

table.dataTable.display.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: rgba(33, 33, 33, 0.05);
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd, table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: inherit;
}

    table.dataTable.display.table-striped tbody tr > .sorting_1,
    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background: transparent;
    }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-color: #dedede;
    border-left: none;
    border-bottom: none;
}

table.dataTable > tfoot > tr > th {
    border-bottom: 0 solid #dedede !important;
    border-left: medium none !important;
}

table.dataTable {
    border-right: medium none !important;
}

    table.dataTable > caption + thead > tr:first-child > td, table.dataTable > caption + thead > tr:first-child > th, table.dataTable > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .jsgrid-table > colgroup + thead > tr:first-child > th, table.dataTable > thead:first-child > tr:first-child > td, table.dataTable > thead:first-child > tr:first-child > th {
        border-left: medium none !important;
    }

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    padding-top: 20px;
    margin-bottom: 14px;
    color: #878787;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    padding-left: 15px;
}

.dataTables_wrapper .dataTables_info {
    color: #878787;
}

.dataTables_wrapper .dataTables_filter {
    padding-right: 15px;
}

    .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
        height: 25px;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #3a78f2;
    border-color: #3a78f2;
    color: #fff !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #002265;
    float: right;
}

    .dataTables_wrapper .dataTables_paginate a {
        padding: 2px 10px;
        display: inline-block;
        background: #E9F1FF;
    }

.sorting,
.sorting_asc,
.sorting_desc {
    position: relative;
}

table.dataTable thead .sorting::after {
    content: "\f0dc";
    opacity: 0.2;
}

table.dataTable thead .sorting_asc::after {
    content: "\f0de";
}

table.dataTable thead .sorting_desc::after {
    content: "\f0dd";
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
    border-left: medium none;
    border-top: medium none;
}

.dt-buttons {
    float: left;
}

    .dt-buttons .dt-button {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .dt-buttons .dt-button:hover {
            color: #fff;
        }

        .dt-buttons .dt-button:last-child {
            margin-right: 0;
        }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background-color: #4aa23c;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
    background-color: #f33923;
    box-shadow: none;
}

table.footable > tbody > tr > td.footable-sortable, table.footable > tbody > tr > th.footable-sortable, table.footable > tfoot > tr > td.footable-sortable, table.footable > tfoot > tr > th.footable-sortable, table.footable > thead > tr > td.footable-sortable, table.footable > thead > tr > th.footable-sortable {
    padding: 16px;
    border-top: none;
}

table.footable > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
    border: none !important;
}

tr.footable-header > th {
    border-top: none !important;
}

.footable-details.table, .footable-details.jsgrid-table {
    background: transparent;
}

.footable-editing .btn.footable-edit, .footable-editing .wizard > .actions a.footable-edit, .wizard > .actions .footable-editing a.footable-edit, .footable-editing .dt-buttons .footable-edit.dt-button, .dt-buttons .footable-editing .footable-edit.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit, .footable-editing .sweet-alert button.footable-edit, .sweet-alert .footable-editing button.footable-edit, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"], .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"], .footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left,
.footable-editing button.footable-edit.fc-agendaWeek-button, .footable-editing .footable-edit.fc-prev-button, .footable-editing .footable-edit.fc-next-button, .footable-editing .footable-edit.fc-today-button, .footable-editing .btn.footable-delete, .footable-editing .wizard > .actions a.footable-delete, .wizard > .actions .footable-editing a.footable-delete, .footable-editing .dt-buttons .footable-delete.dt-button, .dt-buttons .footable-editing .footable-delete.dt-button, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete, .footable-editing .sweet-alert button.footable-delete, .sweet-alert .footable-editing button.footable-delete, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"], .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"], .footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left,
.footable-editing button.footable-delete.fc-agendaWeek-button, .footable-editing .footable-delete.fc-prev-button, .footable-editing .footable-delete.fc-next-button, .footable-editing .footable-delete.fc-today-button {
    background: transparent;
    border: none !important;
}

    .footable-editing .btn.footable-edit .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-pencil, .footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-pencil, .sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-pencil, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-pencil, .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-pencil, .footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
    .footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
    .footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-pencil, .footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-pencil, .footable-editing .footable-edit.fc-next-button .fooicon.fooicon-pencil, .footable-editing .footable-edit.fc-today-button .fooicon.fooicon-pencil, .footable-editing .btn.footable-delete .fooicon.fooicon-pencil, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-pencil, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-pencil, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-pencil, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-pencil, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-pencil, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-pencil, .footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-pencil, .sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-pencil, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-pencil, .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-pencil, .footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
    .footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
    .footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-pencil, .footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-pencil, .footable-editing .footable-delete.fc-next-button .fooicon.fooicon-pencil, .footable-editing .footable-delete.fc-today-button .fooicon.fooicon-pencil {
        color: #4aa23c;
    }

    .footable-editing .btn.footable-edit .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-edit .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-edit .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-trash, .footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-trash, .sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-trash, .footable-editing .owl-theme .owl-nav .footable-edit[class*="owl-"] .fooicon.fooicon-trash, .owl-theme .owl-nav .footable-editing .footable-edit[class*="owl-"] .fooicon.fooicon-trash, .footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
    .footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
    .footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-trash, .footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-trash, .footable-editing .footable-edit.fc-next-button .fooicon.fooicon-trash, .footable-editing .footable-edit.fc-today-button .fooicon.fooicon-trash, .footable-editing .btn.footable-delete .fooicon.fooicon-trash, .footable-editing .wizard > .actions a.footable-delete .fooicon.fooicon-trash, .wizard > .actions .footable-editing a.footable-delete .fooicon.fooicon-trash, .footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-trash, .dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-trash, .footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-trash, .tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-trash, .footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-trash, .sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-trash, .footable-editing .owl-theme .owl-nav .footable-delete[class*="owl-"] .fooicon.fooicon-trash, .owl-theme .owl-nav .footable-editing .footable-delete[class*="owl-"] .fooicon.fooicon-trash, .footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
    .footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
    .footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-trash, .footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-trash, .footable-editing .footable-delete.fc-next-button .fooicon.fooicon-trash, .footable-editing .footable-delete.fc-today-button .fooicon.fooicon-trash {
        color: #f33923;
    }

.footable-show .fooicon.fooicon-pencil {
    padding-right: 6px;
}

.footable-filtering .checkbox {
    margin-bottom: inherit;
    margin-top: inherit;
    min-height: inherit;
    padding: 3px 20px !important;
    text-transform: capitalize;
}

    .footable-filtering .checkbox input[type="checkbox"] {
        opacity: 1;
    }

    .footable-filtering .checkbox label::before {
        display: none;
    }

.fooicon.fooicon-sort,
.fooicon.fooicon-sort-asc,
.fooicon.fooicon-sort-desc {
    font-family: FontAwesome !important;
    font-size: 14px;
}

    .fooicon.fooicon-sort:before {
        content: "\f0dc";
    }

    .fooicon.fooicon-sort-asc:before {
        content: "\f0de";
    }

    .fooicon.fooicon-sort-desc:before {
        content: "\f0dd";
    }

table.footable > tbody > tr.footable-empty > td {
    font-size: 18px;
}

.jsgrid {
    height: auto !important;
}

.jsgrid-grid-header {
    overflow: auto;
}

.jsgrid-pager-page {
    display: inline-block;
    margin-bottom: 5px;
}

.jsgrid-row > .jsgrid-cell,
.jsgrid-alt-row > .jsgrid-cell {
    background: transparent;
    border-color: #dedede;
}

.jsgrid-header-row > .jsgrid-header-cell {
    background: inherit;
    font-size: 12px;
    color: #212121;
    text-align: left;
    text-transform: uppercase;
}

.jsgrid-filter-row > .jsgrid-cell, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
    background: inherit;
    border-bottom: 1px solid #dedede;
}

.jsgrid-edit-row > .jsgrid-cell, .jsgrid-filter-row > .jsgrid-cell, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > .jsgrid-header-cell, .jsgrid-insert-row > .jsgrid-cell {
    background: inherit;
    border-color: #dedede;
    height: auto !important;
    overflow: auto;
}

.jsgrid-alt-row > .jsgrid-cell {
    background: inherit;
}

.jsgrid-selected-row > .jsgrid-cell {
    background: inherit;
    border-color: #dedede;
}

.jsgrid-pager {
    color: #212121;
    margin-top: 10px;
}

    .jsgrid-pager a {
        color: #212121;
    }

.jsgrid-align-center, .jsgrid-align-center input, .jsgrid-align-center select, .jsgrid-align-center textarea, .jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
    text-align: left;
}

.jsgrid-pager-current-page, .jsgrid-pager-page a:hover, .jsgrid-pager-page a:active, .jsgrid-pager-page a:focus {
    background: #4aa23c;
    border: 1px solid #4aa23c;
    color: #fff;
    font-weight: 400;
}

.jsgrid-pager-page, .jsgrid-pager-page a {
    padding: 5px 10px;
    border: 1px solid transparent;
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
    border-right: inherit;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding: 0;
    border: none !important;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.tablesaw {
    margin-bottom: 0 !important;
}

    .tablesaw thead {
        background: transparent;
        border: none;
    }

        .tablesaw thead tr:first-child th {
            border-right: medium none;
            padding: 16px !important;
        }

    .tablesaw td a {
        color: #878787 !important;
    }

    .tablesaw td, .tablesaw tbody th {
        vertical-align: middle;
        font-size: inherit;
        color: #878787 !important;
    }

.tablesaw-toolbar {
    font-size: 100%;
    margin-bottom: 30px;
}

    .tablesaw-toolbar label {
        color: #212121;
        display: block;
        margin-right: 0;
        padding: 0;
        text-transform: uppercase;
    }

.tablesaw-bar .btn-select select {
    opacity: 1;
    font-family: "Open Sans","Roboto", sans-serif;
    color: #212121 !important;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    filter: alpha(opacity=1);
    display: inline-block;
    color: inherit;
    background: transparent;
    position: static;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:hover, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:hover, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:hover, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:hover, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:hover, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:hover, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:hover, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:hover, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:hover, .tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:hover, .tablesaw-enhanced .tablesaw-bar .fc-prev-button:hover, .tablesaw-enhanced .tablesaw-bar .fc-next-button:hover, .tablesaw-enhanced .tablesaw-bar .fc-today-button:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:focus, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:focus, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:focus, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:focus, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:focus, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:focus, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:focus, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:focus, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:focus, .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:focus, .tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:focus, .tablesaw-enhanced .tablesaw-bar .fc-prev-button:focus, .tablesaw-enhanced .tablesaw-bar .fc-next-button:focus, .tablesaw-enhanced .tablesaw-bar .fc-today-button:focus {
    background: transparent;
}

.tablesaw-bar .tablesaw-toolbar .btn, .tablesaw-bar .tablesaw-toolbar .wizard > .actions a, .wizard > .actions .tablesaw-bar .tablesaw-toolbar a, .tablesaw-bar .tablesaw-toolbar .dt-buttons .dt-button, .dt-buttons .tablesaw-bar .tablesaw-toolbar .dt-button, .tablesaw-bar .tablesaw-toolbar .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar .tablesaw-toolbar button, .tablesaw-bar .tablesaw-toolbar .sweet-alert button, .sweet-alert .tablesaw-bar .tablesaw-toolbar button, .tablesaw-bar .tablesaw-toolbar .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .tablesaw-bar .tablesaw-toolbar [class*="owl-"], .tablesaw-bar .tablesaw-toolbar button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-bar .tablesaw-toolbar button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-bar .tablesaw-toolbar button.fc-agendaWeek-button, .tablesaw-bar .tablesaw-toolbar .fc-prev-button, .tablesaw-bar .tablesaw-toolbar .fc-next-button, .tablesaw-bar .tablesaw-toolbar .fc-today-button {
    font-size: 0 !important;
}

.btn.btn-small.btn-select, .wizard > .actions a.btn-small.btn-select, .dt-buttons .btn-small.btn-select.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-small.btn-select, .sweet-alert button.btn-small.btn-select, .owl-theme .owl-nav .btn-small.btn-select[class*="owl-"], button.btn-small.btn-select.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-small.btn-select.fc-month-button.fc-state-default.fc-corner-left,
button.btn-small.btn-select.fc-agendaWeek-button, .btn-small.btn-select.fc-prev-button, .btn-small.btn-select.fc-next-button, .btn-small.btn-select.fc-today-button {
    padding-left: 20px;
    padding-right: 20px !important;
}

.tablesaw-bar .btn-select::after {
    display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn:active, .tablesaw-enhanced .tablesaw-bar .wizard > .actions a:active, .wizard > .actions .tablesaw-enhanced .tablesaw-bar a:active, .tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:active, .dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:active, .tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:active, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:active, .tablesaw-enhanced .tablesaw-bar .sweet-alert button:active, .sweet-alert .tablesaw-enhanced .tablesaw-bar button:active, .tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*="owl-"]:active, .owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*="owl-"]:active, .tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:active, .tablesaw-enhanced .tablesaw-bar .fc-prev-button:active, .tablesaw-enhanced .tablesaw-bar .fc-next-button:active, .tablesaw-enhanced .tablesaw-bar .fc-today-button:active {
    background-image: none;
    box-shadow: none !important;
}

.tablesaw-bar .btn select option, .tablesaw-bar .wizard > .actions a select option, .wizard > .actions .tablesaw-bar a select option, .tablesaw-bar .dt-buttons .dt-button select option, .dt-buttons .tablesaw-bar .dt-button select option, .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button select option, .tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar button select option, .tablesaw-bar .sweet-alert button select option, .sweet-alert .tablesaw-bar button select option, .tablesaw-bar .owl-theme .owl-nav [class*="owl-"] select option, .owl-theme .owl-nav .tablesaw-bar [class*="owl-"] select option, .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right select option,
.tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left select option,
.tablesaw-bar button.fc-agendaWeek-button select option, .tablesaw-bar .fc-prev-button select option, .tablesaw-bar .fc-next-button select option, .tablesaw-bar .fc-today-button select option {
    color: #212121;
    font-family: "Open Sans","Roboto", sans-serif;
    font-weight: 400;
}

/*Charts Label*/
.label-chatrs .clabels {
    width: 10px;
    height: 10px;
}

    .label-chatrs .clabels.clabels-lg {
        width: 12px;
        height: 12px;
    }

    .label-chatrs .clabels.circular-clabels {
        border-radius: 50%;
    }

.label-chatrs .clabels-text span:first-child {
    line-height: 13px;
}

.label-chatrs i.big-rpsn-icon {
    font-size: 35px;
}


/*Nestable*/
.dd-handle {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    padding-top: 10px;
    background: transparent;
    color: #878787;
}

    .dd-handle:hover, .dd-handle:focus, .dd-handle:active {
        color: #212121;
    }

.dd-item > button {
    margin: 0;
    height: 42px;
}

.dd-placeholder {
    background: transparent;
    border-color: #dedede;
}

.dd3-content {
    display: block;
    color: #878787;
    margin: 0 0 15px;
    font-size: 14px;
    padding-top: 10px;
    padding: 10px 10px 5px 52px;
}

    .dd3-content:hover, .dd3-content:focus, .dd3-content:active {
        color: #212121;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .dd3-handle:before {
        font-family: FontAwesome;
        content: "\f047";
        color: #878787;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

/*Modals*/
.modal-dialog .modal-content {
    border-radius: 5px;
    border: none;
}

.modal-dialog .modal-footer {
    border: none;
}

/*Sweet-alert*/
.sweet-alert {
    border-radius: 2px;
    font-family: inherit;
}

    .sweet-alert h2 {
        font-weight: 400;
        color: #212121;
    }

    .sweet-alert button {
        box-shadow: none !important;
        font-size: inherit;
    }

/*Notification*/
.alert {
    border-radius: 2px;
    border: none;
    color: #fff;
}

    .alert i {
        font-size: 24px;
    }

    .alert.alert-success {
        background: #4aa23c;
    }

    .alert.alert-info {
        background: #e7368d;
    }

    .alert.alert-danger {
        background: #f33923;
    }

    .alert.alert-warning {
        background: #f8b32d;
    }

    .alert.alert-style-1 {
        padding-left: 70px;
        background: #fff;
        position: relative;
        color: #212121;
        border: 1px solid #dedede;
    }

        .alert.alert-style-1 i {
            height: 100%;
            left: 0;
            margin: 0;
            padding-top: 13px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 50px;
            color: #fff;
        }

        .alert.alert-style-1.alert-success i {
            color: #4aa23c;
            background: #f7f7f7;
        }

        .alert.alert-style-1.alert-info i {
            color: #e7368d;
            background: #f7f7f7;
        }

        .alert.alert-style-1.alert-danger i {
            color: #f33923;
            background: #f7f7f7;
        }

        .alert.alert-style-1.alert-warning i {
            color: #f8b32d;
            background: #f7f7f7;
        }

.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
}

.bottom-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
}

.top-center-fullwidth .jq-toast-wrap {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 2px !important;
}

/*Tooltop*/
.tooltip-inner {
    border-radius: 0;
    font-family: "Open Sans","Roboto", sans-serif;
    background: #212121;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #212121;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #212121;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #212121;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #212121;
}

/*Icons*/
.icon-container {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .icon-container:hover {
        color: #212121;
    }

    .icon-container i, .icon-container span.glyphicon {
        margin-right: 20px;
        font-size: 18px;
    }

.glyphs.character-mapping li, .glyphs.character-mapping input:hover, .glyphs.character-mapping input:focus {
    color: #212121;
    border-color: #212121;
}

.font-icon-detail span:first-child {
    color: #212121;
    border: 1px solid #dedede;
}

.font-icon-list:hover .font-icon-detail span:first-child, .font-icon-detail.zeroclipboard-is-hover span:first-child {
    background-color: #212121;
}

.checkbox label:before, .radio label:before {
    top: 2px;
}

.checkbox label::after {
    top: 2px;
}

.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before, .radio input[type="radio"]:focus + label::before {
    outline: none;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #037de2;
    border-color: #037de2;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #f33923;
    border-color: #f33923;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #e7368d;
    border-color: #e7368d;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f8b32d;
    border-color: #f8b32d;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #4aa23c;
    border-color: #4aa23c;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #3fa7de;
    border-color: #3fa7de;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #f33923;
    border-color: #f33923;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #037de2;
    border-color: #037de2;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f8b32d;
    border-color: #f8b32d;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #4aa23c;
    border-color: #4aa23c;
}

.radio label::after {
    top: 5px;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #3A78F2;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #3A78F2;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #3A78F2;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #f33923;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #f33923;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #f33923;
}

.radio-info input[type="radio"] + label::after {
    background-color: #e7368d;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #e7368d;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #e7368d;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f8b32d;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f8b32d;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f8b32d;
}

.radio-success input[type="radio"] + label::after {
    background-color: #4aa23c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #4aa23c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #4aa23c;
}


.radio-default input[type="radio"] + label::after {
    background-color: #c2c3c3;
}

.radio-default input[type="radio"]:checked + label::before {
    border-color: #c2c3c3;
}

.radio-default input[type="radio"]:checked + label::after {
    background-color: #c2c3c3;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #f33923;
}
/*File Upload*/
.fileupload {
    overflow: hidden;
    position: relative;
}

    .fileupload input.upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: -3px;
        top: -3px;
        padding: 5px;
    }

/*Typography*/
.grid-block [class^="col-"] {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    box-shadow: none !important;
    color: #878787;
    height: 42px;
}

/*Panel*/
.panel-title > small {
    color: #878787;
    font-size: 14px;
}

.panel .panel-heading a {
    position: relative;
}

    .panel .panel-heading a i {
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

        .panel .panel-heading a i.zmdi-chevron-down {
            opacity: 1;
            position: absolute;
            top: 1px;
        }

        .panel .panel-heading a i.zmdi-chevron-up {
            opacity: 0;
        }

    .panel .panel-heading a.collapsed i.zmdi-chevron-down {
        opacity: 0;
    }

    .panel .panel-heading a.collapsed i.zmdi-chevron-up {
        opacity: 1;
    }

.panel .panel-heading .pull-right i {
    font-size: 20px;
    color: #878787;
}

.panel .panel-heading .pull-right .dropdown i {
    font-size: 16px;
}

    .panel .panel-heading .pull-right .dropdown i.caret-down {
        position: static;
        margin-left: 2px;
    }

.panel .panel-heading .pull-right.right-float-sub-text {
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase;
}

.panel .panel-footer {
    background-color: transparent;
    border-top: 1px solid #dedede;
    margin: 0 -15px;
    padding: 5px 20px 0;
}

.panel.panel-refresh {
    position: relative;
}

    .panel.panel-refresh .refresh-container {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        display: none;
        z-index: 5;
        cursor: wait;
        overflow: hidden;
    }

        .panel.panel-refresh .refresh-container .la-anim-1 {
            position: absolute;
        }

            .panel.panel-refresh .refresh-container .la-anim-1.la-animate {
                -webkit-transition: -webkit-transform 2s ease;
                -moz-transition: -moz-transform 2s ease;
                transition: transform 2s ease;
            }

.panel-info > .panel-heading {
    background-color: #e7368d;
}

.panel-danger > .panel-heading {
    background-color: #f33923;
}

.panel-warning > .panel-heading {
    background-color: #f8b32d;
}

.panel-success > .panel-heading {
    background-color: #4aa23c;
}

.panel-primary > .panel-heading {
    background-color: #0098a3;
}

.panel-inverse > .panel-heading {
    background-color: #dedede;
    color: #212121 !important;
}

.panel-tc > .panel-heading {
    background-color: #3A78F2;
}

.well {
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
}

    .well.well-lg {
        padding: 25px;
    }

    .well.well-sm {
        padding: 15px;
    }

/*Pricing Table*/
.panel-pricing {
    background: #f7f7f9;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .panel-pricing:hover {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    }

    .panel-pricing .list-group-item {
        background: transparent;
        border: none;
        border-radius: 0;
    }

    .panel-pricing .panel-body hr {
        border-color: #dedede;
        border-width: 2px;
    }

    .panel-pricing .panel-body .list-group hr {
        border-width: 1px;
    }

    .panel-pricing .panel-body .list-group .list-group-item i {
        color: #4aa23c;
        padding-right: 15px;
    }

    .panel-pricing .panel-heading i {
        display: block;
        font-size: 50px;
        margin-bottom: 25px;
        margin-top: 50px;
        color: #212121;
    }

    .panel-pricing .panel-heading .panel-price {
        font-size: 60px;
        color: #212121;
        font-weight: 700;
        display: block;
        margin-top: 20px;
        text-transform: capitalize;
    }

        .panel-pricing .panel-heading .panel-price .pricing-dolor {
            display: inline-block;
            font-size: 18px;
            padding-top: 10px;
            vertical-align: top;
        }

    .panel-pricing .panel-footer {
        border: none;
    }

        .panel-pricing .panel-footer .btn, .panel-pricing .panel-footer .wizard > .actions a, .wizard > .actions .panel-pricing .panel-footer a, .panel-pricing .panel-footer .dt-buttons .dt-button, .dt-buttons .panel-pricing .panel-footer .dt-button, .panel-pricing .panel-footer .tablesaw-sortable th.tablesaw-sortable-head button, .tablesaw-sortable th.tablesaw-sortable-head .panel-pricing .panel-footer button, .panel-pricing .panel-footer .sweet-alert button, .sweet-alert .panel-pricing .panel-footer button, .panel-pricing .panel-footer .owl-theme .owl-nav [class*="owl-"], .owl-theme .owl-nav .panel-pricing .panel-footer [class*="owl-"], .panel-pricing .panel-footer button.fc-agendaDay-button.fc-state-default.fc-corner-right,
        .panel-pricing .panel-footer button.fc-month-button.fc-state-default.fc-corner-left,
        .panel-pricing .panel-footer button.fc-agendaWeek-button, .panel-pricing .panel-footer .fc-prev-button, .panel-pricing .panel-footer .fc-next-button, .panel-pricing .panel-footer .fc-today-button {
            font-size: 14px;
        }

/*Dropdown*/
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    border-radius: 10px;
}

    .dropdown-menu > li > a, .dropdown-menu > li > div {
        color: #002265;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > div:hover {
            color: #002265;
            background: rgba(33, 33, 33, 0.05);
        }

        .dropdown-menu > li > a i, .dropdown-menu > li > div i {
            font-size: 18px;
            margin-right: 10px;
            width: 18px;
        }

        .dropdown-menu > li > a img, .dropdown-menu > li > div img {
            margin-right: 10px;
            width: 22px;
            height: 22px;
        }

    .dropdown-menu > li.sub-menu {
        position: relative;
    }

        .dropdown-menu > li.sub-menu .dropdown-menu:before, .dropdown-menu > li.sub-menu .dropdown-menu:after {
            display: none !important;
        }

        .dropdown-menu > li.sub-menu > ul {
            top: 0;
        }

            .dropdown-menu > li.sub-menu > ul.open-left-side {
                right: 100% !important;
            }

            .dropdown-menu > li.sub-menu > ul.open-right-side {
                left: 100% !important;
            }

    .dropdown-menu .divider {
        background-color: #dedede;
    }

    .dropdown-menu > .active > a {
        background: #4aa23c;
    }

        .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
            background: #4aa23c;
        }

    .dropdown-menu.animated {
        -webkit-animation-duration: 0.55s;
        animation-duration: 0.55s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

/*Pagination*/
.pagination > li > a, .pagination > li > span {
    border-color: #dedede;
    border-radius: 0 !important;
    color: #4aa23c;
}

    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > span:active {
        border-color: #dedede;
        background-color: #dedede;
    }

.pagination > li.active > a, .pagination > li.active > span {
    background: #4aa23c;
    border-color: #dedede;
}

    .pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > a:active, .pagination > li.active > span:hover, .pagination > li.active > span:focus, .pagination > li.active > span:active {
        background: #4aa23c;
        border-color: #dedede;
    }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: #dedede;
    color: #4aa23c;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #878787;
}

/*Pager*/
.pager li > a, .pager li > span {
    border: 1px solid #dedede;
    border-radius: 60px;
}

/*Labels*/
.label, .jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    font-weight: 400;
}

    .label.label-info, .label-info.jvectormap-tip {
        background: #e7368d;
    }

    .label.label-primary, .label-primary.jvectormap-tip {
        background: #0098a3;
    }

    .label.label-success, .label-success.jvectormap-tip {
        background: #4aa23c;
    }

    .label.label-danger, .label-danger.jvectormap-tip {
        background: #f33923;
    }

    .label.label-warning, .label-warning.jvectormap-tip {
        background: #f8b32d;
    }

/*Badge*/
.badge {
    background-color: #DCDCDC;
    font-weight: 400;
    padding: 5px 10px;
    color: #212121;
}

    .badge.badge-info {
        background: #e7368d;
        color: #fff;
    }

    .badge.badge-primary {
        background: #0098a3;
        color: #fff;
    }

    .badge.badge-success {
        background: #4aa23c;
        color: #fff;
    }

    .badge.badge-danger {
        background: #f33923;
        color: #fff;
    }

    .badge.badge-warning {
        background: #f8b32d;
        color: #fff;
    }

    .badge.transparent-badge {
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }

        .badge.transparent-badge.badge-info {
            color: #e7368d;
        }

        .badge.transparent-badge.badge-primary {
            color: #0098a3;
        }

        .badge.transparent-badge.badge-success {
            color: #4aa23c;
        }

        .badge.transparent-badge.badge-danger {
            color: #f33923;
        }

        .badge.transparent-badge.badge-warning {
            color: #f8b32d;
        }

/*Task Panel*/
.task-panel a.list-group-item {
    background-color: transparent;
    color: #212121;
    border-color: #dedede;
    border-image: none;
    border-radius: 0 !important;
    border-style: solid none;
    border-width: 1px medium;
    border-bottom: none;
    padding: 15px;
}

    .task-panel a.list-group-item i {
        color: #878787;
        padding-right: 10px;
        font-size: 18px;
        width: 25px;
        line-height: 24px;
    }

    .task-panel a.list-group-item:first-child {
        border-top: none;
    }

    .task-panel a.list-group-item:hover {
        background: rgba(33, 33, 33, 0.05);
    }

/*Progressbar*/
.progress {
    -webkit-box-shadow: none !important;
    background-color: rgba(120, 130, 140, 0.13);
    box-shadow: none !important;
    height: 6px;
    border-radius: 50px;
    margin-bottom: 18px;
    overflow: hidden;
}

    .progress .progress-bar {
        box-shadow: none;
        font-size: 8px;
        font-weight: 600;
        line-height: 12px;
    }

        .progress .progress-bar:last-child {
            border-radius: 0 60px 60px 0;
        }

    .progress.progress-xs {
        height: 5px !important;
    }

    .progress.progress-sm {
        height: 8px !important;
    }

    .progress.progress-md {
        height: 15px !important;
    }

        .progress.progress-md .progress-bar {
            font-size: 8px;
            font-weight: 400;
            line-height: 14.4px;
        }

    .progress.progress-lg {
        height: 20px !important;
    }

        .progress.progress-lg .progress-bar {
            font-size: 10px;
            font-weight: 400;
            line-height: 20px;
        }

.progress-bar-info {
    background: #e7368d;
}

.progress-bar-primary {
    background: #0098a3;
}

.progress-bar-success {
    background: #4aa23c;
}

.progress-bar-danger {
    background: #f33923;
}

.progress-bar-warning {
    background: #f8b32d;
}

.progress-vertical {
    min-height: 250px;
    height: 250px;
    width: 8px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical .progress-bar {
        width: 100%;
    }

        .progress-vertical .progress-bar:last-child {
            border-radius: 0 60px 60px;
        }

.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    width: 8px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .progress-vertical-bottom .progress-bar:last-child {
            border-radius: 60px 60px 60px 0 !important;
        }

    .progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
        width: 8px !important;
    }

        .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
            font-size: 8px;
            line-height: 5px;
        }

    .progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
        width: 15px !important;
    }

        .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
            font-size: 10.8px;
            line-height: 14.4px;
        }

    .progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
        width: 20px !important;
    }

        .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
            font-size: 12px;
            line-height: 20px;
        }

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 40px 40px !important;
}

/*Search Bar*/
.app-search {
    margin: 0;
    position: relative;
}

    .app-search a {
        color: #4c5667;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .app-search .form-control, .app-search .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .app-search .select2-selection__rendered,
    .app-search .select2-container--default .select2-selection--single,
    .select2-container--default .app-search .select2-selection--single, .app-search .select2-selection.select2-selection--multiple, .app-search .wizard .content > .body input, .wizard .content > .body .app-search input, .app-search .mce-floatpanel .mce-textbox, .mce-floatpanel .app-search .mce-textbox, .app-search .mce-floatpanel .mce-btn, .mce-floatpanel .app-search .mce-btn, .app-search .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter .app-search input, .app-search .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length .app-search select, .app-search .jsgrid-cell input, .jsgrid-cell .app-search input, .app-search .jsgrid-cell select, .jsgrid-cell .app-search select, .app-search .tablesaw-bar .btn-select select, .tablesaw-bar .btn-select .app-search select, .app-search .dd-handle, .app-search .dd3-content, .app-search .form-control:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus, .app-search .form-control:focus, .app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
    .app-search .select2-container--default .select2-selection--single:focus,
    .select2-container--default .app-search .select2-selection--single:focus, .app-search .select2-selection.select2-selection--multiple:focus, .app-search .wizard .content > .body input:focus, .wizard .content > .body .app-search input:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .app-search input:focus, .app-search .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .app-search select:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border: medium none;
        border-radius: 40px;
        box-shadow: none;
        color: #4c5667;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 40px;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        width: 180px;
    }

        .app-search .form-control:focus, .app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus, .select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
        .app-search .select2-container--default .select2-selection--single:focus,
        .select2-container--default .app-search .select2-selection--single:focus, .app-search .select2-selection.select2-selection--multiple:focus, .app-search .wizard .content > .body input:focus, .wizard .content > .body .app-search input:focus, .app-search .mce-floatpanel .mce-textbox:focus, .mce-floatpanel .app-search .mce-textbox:focus, .app-search .mce-floatpanel .mce-btn:focus, .mce-floatpanel .app-search .mce-btn:focus, .app-search .dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_filter .app-search input:focus, .app-search .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length .app-search select:focus, .app-search .jsgrid-cell input:focus, .jsgrid-cell .app-search input:focus, .app-search .jsgrid-cell select:focus, .jsgrid-cell .app-search select:focus, .app-search .tablesaw-bar .btn-select select:focus, .tablesaw-bar .btn-select .app-search select:focus, .app-search .dd-handle:focus, .app-search .dd3-content:focus, .app-search .form-control:focus:focus, .app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus:focus, .select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus:focus,
        .app-search .select2-container--default .select2-selection--single:focus:focus,
        .select2-container--default .app-search .select2-selection--single:focus:focus, .app-search .select2-selection.select2-selection--multiple:focus:focus, .app-search .wizard .content > .body input:focus:focus, .wizard .content > .body .app-search input:focus:focus, .app-search .mce-floatpanel .mce-textbox:focus:focus, .mce-floatpanel .app-search .mce-textbox:focus:focus, .app-search .mce-floatpanel .mce-btn:focus:focus, .mce-floatpanel .app-search .mce-btn:focus:focus, .app-search .dataTables_wrapper .dataTables_filter input:focus:focus, .dataTables_wrapper .dataTables_filter .app-search input:focus:focus, .app-search .dataTables_wrapper .dataTables_length select:focus:focus, .dataTables_wrapper .dataTables_length .app-search select:focus:focus, .app-search .jsgrid-cell input:focus:focus, .jsgrid-cell .app-search input:focus:focus, .app-search .jsgrid-cell select:focus:focus, .jsgrid-cell .app-search select:focus:focus, .app-search .tablesaw-bar .btn-select select:focus:focus, .tablesaw-bar .btn-select .app-search select:focus:focus, .app-search .dd-handle:focus:focus, .app-search .dd3-content:focus:focus {
            width: 300px;
        }

/*Widgets*/
.top-countries img {
    width: 20px;
}

/*Profile*/
.profile-box .fileupload.btn, .profile-box .wizard > .actions a.fileupload, .wizard > .actions .profile-box a.fileupload, .profile-box .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .fileupload.dt-button, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload, .profile-box .sweet-alert button.fileupload, .sweet-alert .profile-box button.fileupload, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"], .profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.profile-box button.fileupload.fc-agendaWeek-button, .profile-box .fileupload.fc-prev-button, .profile-box .fileupload.fc-next-button, .profile-box .fileupload.fc-today-button {
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}

    .profile-box .fileupload.btn:hover, .profile-box .wizard > .actions a.fileupload:hover, .wizard > .actions .profile-box a.fileupload:hover, .profile-box .dt-buttons .fileupload.dt-button:hover, .dt-buttons .profile-box .fileupload.dt-button:hover, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:hover, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:hover, .profile-box .sweet-alert button.fileupload:hover, .sweet-alert .profile-box button.fileupload:hover, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:hover, .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:hover, .profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
    .profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:hover,
    .profile-box button.fileupload.fc-agendaWeek-button:hover, .profile-box .fileupload.fc-prev-button:hover, .profile-box .fileupload.fc-next-button:hover, .profile-box .fileupload.fc-today-button:hover, .profile-box .fileupload.btn:active, .profile-box .wizard > .actions a.fileupload:active, .wizard > .actions .profile-box a.fileupload:active, .profile-box .dt-buttons .fileupload.dt-button:active, .dt-buttons .profile-box .fileupload.dt-button:active, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:active, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:active, .profile-box .sweet-alert button.fileupload:active, .sweet-alert .profile-box button.fileupload:active, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:active, .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:active, .profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
    .profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:active,
    .profile-box button.fileupload.fc-agendaWeek-button:active, .profile-box .fileupload.fc-prev-button:active, .profile-box .fileupload.fc-next-button:active, .profile-box .fileupload.fc-today-button:active, .profile-box .fileupload.btn:focus, .profile-box .wizard > .actions a.fileupload:focus, .wizard > .actions .profile-box a.fileupload:focus, .profile-box .dt-buttons .fileupload.dt-button:focus, .dt-buttons .profile-box .fileupload.dt-button:focus, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:focus, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:focus, .profile-box .sweet-alert button.fileupload:focus, .sweet-alert .profile-box button.fileupload:focus, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"]:focus, .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"]:focus, .profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
    .profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:focus,
    .profile-box button.fileupload.fc-agendaWeek-button:focus, .profile-box .fileupload.fc-prev-button:focus, .profile-box .fileupload.fc-next-button:focus, .profile-box .fileupload.fc-today-button:focus {
        background: rgba(33, 33, 33, 0.5);
    }

    .profile-box .fileupload.btn .btn-text, .profile-box .wizard > .actions a.fileupload .btn-text, .wizard > .actions .profile-box a.fileupload .btn-text, .profile-box .dt-buttons .fileupload.dt-button .btn-text, .dt-buttons .profile-box .fileupload.dt-button .btn-text, .profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload .btn-text, .tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload .btn-text, .profile-box .sweet-alert button.fileupload .btn-text, .sweet-alert .profile-box button.fileupload .btn-text, .profile-box .owl-theme .owl-nav .fileupload[class*="owl-"] .btn-text, .owl-theme .owl-nav .profile-box .fileupload[class*="owl-"] .btn-text, .profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
    .profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left .btn-text,
    .profile-box button.fileupload.fc-agendaWeek-button .btn-text, .profile-box .fileupload.fc-prev-button .btn-text, .profile-box .fileupload.fc-next-button .btn-text, .profile-box .fileupload.fc-today-button .btn-text {
        color: #fff;
        font-size: 13px;
    }

.profile-box .profile-cover-pic {
    position: relative;
    min-height: 160px;
}

    .profile-box .profile-cover-pic .profile-image-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .profile-box .profile-cover-pic .fileupload.btn, .profile-box .profile-cover-pic .wizard > .actions a.fileupload, .wizard > .actions .profile-box .profile-cover-pic a.fileupload, .profile-box .profile-cover-pic .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .profile-cover-pic .fileupload.dt-button, .profile-box .profile-cover-pic .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-cover-pic button.fileupload, .profile-box .profile-cover-pic .sweet-alert button.fileupload, .sweet-alert .profile-box .profile-cover-pic button.fileupload, .profile-box .profile-cover-pic .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .profile-cover-pic .fileupload[class*="owl-"], .profile-box .profile-cover-pic button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
    .profile-box .profile-cover-pic button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
    .profile-box .profile-cover-pic button.fileupload.fc-agendaWeek-button, .profile-box .profile-cover-pic .fileupload.fc-prev-button, .profile-box .profile-cover-pic .fileupload.fc-next-button, .profile-box .profile-cover-pic .fileupload.fc-today-button {
        position: relative;
        float: right;
        z-index: 1;
    }

.profile-box .profile-info {
    position: relative;
    z-index: 1;
}

    .profile-box .profile-info .profile-img-wrap {
        border-radius: 2px;
        height: 143px;
        margin: -80px auto 0;
        padding: 4px;
        position: relative;
        width: 143px;
        background: #fff;
    }

        .profile-box .profile-info .profile-img-wrap img {
            width: 135px;
            height: 135px;
        }

        .profile-box .profile-info .profile-img-wrap .fileupload.btn, .profile-box .profile-info .profile-img-wrap .wizard > .actions a.fileupload, .wizard > .actions .profile-box .profile-info .profile-img-wrap a.fileupload, .profile-box .profile-info .profile-img-wrap .dt-buttons .fileupload.dt-button, .dt-buttons .profile-box .profile-info .profile-img-wrap .fileupload.dt-button, .profile-box .profile-info .profile-img-wrap .tablesaw-sortable th.tablesaw-sortable-head button.fileupload, .tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-info .profile-img-wrap button.fileupload, .profile-box .profile-info .profile-img-wrap .sweet-alert button.fileupload, .sweet-alert .profile-box .profile-info .profile-img-wrap button.fileupload, .profile-box .profile-info .profile-img-wrap .owl-theme .owl-nav .fileupload[class*="owl-"], .owl-theme .owl-nav .profile-box .profile-info .profile-img-wrap .fileupload[class*="owl-"], .profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
        .profile-box .profile-info .profile-img-wrap button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
        .profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaWeek-button, .profile-box .profile-info .profile-img-wrap .fileupload.fc-prev-button, .profile-box .profile-info .profile-img-wrap .fileupload.fc-next-button, .profile-box .profile-info .profile-img-wrap .fileupload.fc-today-button {
            position: absolute;
            right: 4px;
            bottom: 4px;
        }

.profile-box .social-info {
    border-top: 1px solid rgba(33, 33, 33, 0.05);
    padding: 30px 15px;
    color: #212121;
}

    .profile-box .social-info .counts {
        font-size: 21px;
    }

    .profile-box .social-info .counts-text {
        color: #878787;
    }

/*Activity*/
.sl-item {
    position: relative;
    padding-bottom: 18px;
    border-left: 1px solid #dedede;
    margin-left: 15px;
}

    .sl-item .sl-content {
        margin-left: 30px;
    }

        .sl-item .sl-content p {
            margin: 0;
        }

.user-activity .sl-item .sl-content {
    border-bottom: 1px solid rgba(33, 33, 33, 0.05);
    padding-bottom: 15px;
}

    .user-activity .sl-item .sl-content .activity-thumbnail {
        margin-top: 5px;
    }

        .user-activity .sl-item .sl-content .activity-thumbnail img {
            height: 65px;
            width: 65px;
            border-radius: 2px;
            margin-right: 10px;
        }

            .user-activity .sl-item .sl-content .activity-thumbnail img:last-child {
                margin-right: 0;
            }

.user-activity .sl-item:last-child .sl-content {
    border-bottom: 0;
    padding-bottom: 0;
}

.sl-avatar {
    position: absolute;
    left: -15px;
}

    .sl-avatar img {
        height: 30px;
        width: 30px;
    }
/*File Manager*/
.file-box {
    float: left;
    margin-bottom: 20px;
}

.file-sec {
    border-left: 1px solid rgba(33, 33, 33, 0.05);
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .file-manager h5 {
        text-transform: uppercase;
    }

.folder-list li {
    display: block;
}

.folder-list .active a {
    background: rgba(33, 33, 33, 0.05);
}

.folder-list li a {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .folder-list li a:hover {
        background: rgba(33, 33, 33, 0.05);
    }

.folder-list i {
    margin-right: 8px;
    color: #878787;
}

.category-list li {
    display: block;
}

    .category-list li a {
        color: #666666;
        display: block;
        padding: 5px 0;
    }

    .category-list li i {
        margin-right: 8px;
        color: #3d4d5d;
    }

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

    .tag-list li a {
        font-size: 12px;
        background-color: #dedede;
        padding: 5px 12px;
        border: 1px solid #dedede;
        margin-right: 5px;
        margin-top: 5px;
        display: block;
    }

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file {
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 0;
    background-color: #fff;
    position: relative;
}

    .file .icon, .file .image {
        height: 150px;
        overflow: hidden;
        background-size: cover;
        background-position: top;
        border-radius: 15px;
    }

    .file .icon {
        padding: 15px 10px;
        display: table;
        width: 100%;
        text-align: center;
    }

        .file .icon i, .file .icon img {
            color: #002265;
            display: table-cell;
            font-size: 30px;
            vertical-align: middle;
        }

    .file .file-name {
        padding: 10px;
        background-color: rgba(33, 33, 33, 0.05);
        border-top: 1px solid rgba(33, 33, 33, 0.05);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .file .file-name span {
            font-size: 12px;
            color: #878787;
        }

.file-control {
    font-size: 13px;
    margin-right: 10px;
    text-transform: uppercase;
}

    .file-control.active {
        color: #f33923;
    }

.file-name small {
    color: #878787;
}

ul.tag-list li {
    list-style: none;
}

a.compose-mail {
    padding: 8px 10px;
}

.mail-search {
    max-width: 300px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after, .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #fff;
    color: inherit;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #dedede;
    font-size: 90%;
    background: #fff;
    padding: 10px 15px;
}

/*Message Box*/
.message-box-wrap .msg-search {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dedede;
}

    .message-box-wrap .msg-search span {
        text-transform: capitalize;
        font-size: 16px;
        width: 33.33%;
        float: left;
        text-align: center;
        vertical-align: middle;
    }

    .message-box-wrap .msg-search a {
        width: 33.33%;
        float: left;
        font-size: 18px;
    }

.message-box-wrap .message-box-bottom-wrap .read-all {
    padding: 5px 15px;
    font-size: 13px;
    color: #878787;
    text-transform: capitalize;
}

.message-box > a, .review-box > a {
    display: block;
    border-bottom: 1px solid #dedede;
}

    .message-box > a .sl-item, .review-box > a .sl-item {
        border: none;
        padding: 10px 15px;
        margin-left: 0;
        background: rgba(33, 33, 33, 0.05);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        transition: 0.2s ease;
    }

        .message-box > a .sl-item:before, .review-box > a .sl-item:before, .message-box > a .sl-item:after, .review-box > a .sl-item:after {
            display: none;
        }

        .message-box > a .sl-item .sl-avatar, .review-box > a .sl-item .sl-avatar {
            left: auto;
        }

            .message-box > a .sl-item .sl-avatar img, .review-box > a .sl-item .sl-avatar img {
                width: 35px;
                height: 35px;
            }

        .message-box > a .sl-item .sl-content, .review-box > a .sl-item .sl-content {
            margin-left: 50px;
        }

            .message-box > a .sl-item .sl-content .message-time, .review-box > a .sl-item .sl-content .message-time {
                color: #878787;
            }

            .message-box > a .sl-item .sl-content .message-subject, .review-box > a .sl-item .sl-content .message-subject {
                font-size: 13px;
            }

            .message-box > a .sl-item .sl-content > p, .review-box > a .sl-item .sl-content > p {
                font-size: 13px;
                line-height: 16px;
            }

        .message-box > a .sl-item.unread-message, .review-box > a .sl-item.unread-message {
            background: transparent;
        }

            .message-box > a .sl-item.unread-message:hover, .review-box > a .sl-item.unread-message:hover {
                background: rgba(33, 33, 33, 0.05);
            }

            .message-box > a .sl-item.unread-message .sl-content .message-per, .review-box > a .sl-item.unread-message .sl-content .message-per, .message-box > a .sl-item.unread-message .sl-content .message-subject, .review-box > a .sl-item.unread-message .sl-content .message-subject {
                font-weight: 500;
            }

.review-box hr {
    margin: 0;
}

.review-box .per-rating a {
    color: #f33923;
    margin-right: 4px;
    font-size: 17px;
}

.review-box .per-rating span {
    font-size: 17px;
    color: #212121;
}

.review-box .sl-item {
    margin-left: 0;
    border: none;
    padding: 20px 15px;
}

    .review-box .sl-item:before {
        display: none;
    }

    .review-box .sl-item .sl-content {
        margin-left: 0;
    }


/*Login Form*/
.page-wrapper.auth-page {
    background: #fff;
}

.sp-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.box-layout .sp-header {
    max-width: 1400px;
    left: auto;
    right: auto;
}

.sp-logo-wrap {
    padding-top: 2px;
    padding-left: 15px;
}

    .sp-logo-wrap .brand-img {
        position: relative;
        top: 2px;
        max-width: 230px;
    }

    .sp-logo-wrap .brand-text {
        color: #212121;
        display: inline-block;
        font-family: "Open Sans","Poppins",sans-serif;
        font-size: 21px;
        text-transform: capitalize;
    }

.form-group.pull-right {
    padding-top: 19px;
    padding-right: 15px;
}

.auth-form-wrap {
    padding: 100px 0;
}

.auth-form {
    width: 400px;
}

    .auth-form a.txt-danger:hover {
        color: #f33923;
    }

/*Error Page*/
.error-page .brand-text {
    color: #212121;
}

.error-head {
    font-size: 112px;
    font-style: italic;
    line-height: 112px;
}

.error-bg-img {
    background: url("../../../img/errorbg.jpg");
    background-size: cover;
}
/*Products*/
.col-item {
    background: #fff;
}

    .col-item .photo {
        overflow: hidden;
        position: relative;
    }

        .col-item .photo .options {
            position: absolute;
            right: 10px;
            top: 5px;
        }

        .col-item .photo img {
            margin: 0 auto;
            width: 85%;
        }

    .col-item .info {
        background: #f7f7f9 none repeat scroll 0 0;
        padding: 15px 0 15px 15px;
    }

/*Cropperjs*/
.img-container, .img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
}

.img-container {
    min-height: 200px;
    max-height: 469px;
    margin-bottom: 16px;
}

    .img-container > img {
        max-width: 100%;
    }

.docs-preview {
    margin-right: -16px;
}

.img-preview {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

    .img-preview > img {
        max-width: 100%;
    }

.preview-lg {
    width: 255px;
    height: 143px;
}

.preview-md {
    width: 128px;
    height: 72px;
}

.preview-sm {
    width: 72px;
    height: 41px;
}

.preview-xs {
    width: 40px;
    height: 24px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 8px;
}

    .docs-data > .input-group > label {
        min-width: 80px;
    }

    .docs-data > .input-group > span {
        min-width: 50px;
    }

.docs-buttons > .btn, .wizard > .actions .disabled .docs-buttons > a, .wizard > .actions .docs-buttons > a, .dt-buttons .docs-buttons > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-buttons > button, .sweet-alert .docs-buttons > button, .owl-theme .owl-nav .docs-buttons > [class*="owl-"], .docs-buttons > button.fc-agendaDay-button.fc-state-default.fc-corner-right, .docs-buttons > button.fc-month-button.fc-state-default.fc-corner-left, .docs-buttons > button.fc-agendaWeek-button, .docs-buttons > .fc-prev-button, .docs-buttons > .fc-next-button, .docs-buttons > .fc-today-button, .docs-buttons > .btn-group, .docs-buttons > .form-control, .select2-container--default .select2-selection--single .docs-buttons > .select2-selection__rendered, .select2-container--default .docs-buttons > .select2-selection--single, .docs-buttons > .select2-selection.select2-selection--multiple, .wizard .content > .body .docs-buttons > input, .mce-floatpanel .docs-buttons > .mce-textbox, .mce-floatpanel .docs-buttons > .mce-btn, .dataTables_wrapper .dataTables_filter .docs-buttons > input, .dataTables_wrapper .dataTables_length .docs-buttons > select, .jsgrid-cell .docs-buttons > input, .jsgrid-cell .docs-buttons > select, .tablesaw-bar .btn-select .docs-buttons > select, .docs-buttons > .dd-handle, .docs-buttons > .dd3-content, .app-search .docs-buttons > .form-control:focus, .select2-container--default .select2-selection--single .app-search .docs-buttons > .select2-selection__rendered:focus, .select2-container--default .app-search .docs-buttons > .select2-selection--single:focus, .app-search .docs-buttons > .select2-selection.select2-selection--multiple:focus, .wizard .content > .body .app-search .docs-buttons > input:focus, .mce-floatpanel .app-search .docs-buttons > .mce-textbox:focus, .mce-floatpanel .app-search .docs-buttons > .mce-btn:focus, .dataTables_wrapper .dataTables_filter .app-search .docs-buttons > input:focus, .dataTables_wrapper .dataTables_length .app-search .docs-buttons > select:focus, .app-search .jsgrid-cell .docs-buttons > input:focus, .jsgrid-cell .app-search .docs-buttons > input:focus, .app-search .jsgrid-cell .docs-buttons > select:focus, .jsgrid-cell .app-search .docs-buttons > select:focus, .tablesaw-bar .btn-select .app-search .docs-buttons > select:focus, .app-search .docs-buttons > .dd-handle:focus, .app-search .docs-buttons > .dd3-content:focus {
    margin-right: 4px;
    margin-bottom: 8px;
}

.docs-toggles > .btn, .wizard > .actions .disabled .docs-toggles > a, .wizard > .actions .docs-toggles > a, .dt-buttons .docs-toggles > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-toggles > button, .sweet-alert .docs-toggles > button, .owl-theme .owl-nav .docs-toggles > [class*="owl-"], .docs-toggles > button.fc-agendaDay-button.fc-state-default.fc-corner-right, .docs-toggles > button.fc-month-button.fc-state-default.fc-corner-left, .docs-toggles > button.fc-agendaWeek-button, .docs-toggles > .fc-prev-button, .docs-toggles > .fc-next-button, .docs-toggles > .fc-today-button, .docs-toggles > .btn-group, .docs-toggles > .dropdown {
    margin-bottom: 8px;
}

.docs-tooltip {
    display: block;
    margin: -8px -12px;
    padding: 8px 12px;
}

.docs-aspect-ratios, .docs-view-modes {
    width: 100%;
}

    .docs-aspect-ratios > .btn, .wizard > .actions .disabled .docs-aspect-ratios > a, .wizard > .actions .docs-aspect-ratios > a, .dt-buttons .docs-aspect-ratios > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-aspect-ratios > button, .sweet-alert .docs-aspect-ratios > button, .owl-theme .owl-nav .docs-aspect-ratios > [class*="owl-"], .docs-aspect-ratios > button.fc-agendaDay-button.fc-state-default.fc-corner-right, .docs-aspect-ratios > button.fc-month-button.fc-state-default.fc-corner-left, .docs-aspect-ratios > button.fc-agendaWeek-button, .docs-aspect-ratios > .fc-prev-button, .docs-aspect-ratios > .fc-next-button, .docs-aspect-ratios > .fc-today-button {
        width: 20%;
    }

    .docs-view-modes > .btn, .wizard > .actions .disabled .docs-view-modes > a, .wizard > .actions .docs-view-modes > a, .dt-buttons .docs-view-modes > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .docs-view-modes > button, .sweet-alert .docs-view-modes > button, .owl-theme .owl-nav .docs-view-modes > [class*="owl-"], .docs-view-modes > button.fc-agendaDay-button.fc-state-default.fc-corner-right, .docs-view-modes > button.fc-month-button.fc-state-default.fc-corner-left, .docs-view-modes > button.fc-agendaWeek-button, .docs-view-modes > .fc-prev-button, .docs-view-modes > .fc-next-button, .docs-view-modes > .fc-today-button {
        width: 25%;
    }

.docs-options .dropdown-menu {
    width: 100%;
}

    .docs-options .dropdown-menu > li {
        padding: 4px 16px;
    }

        .docs-options .dropdown-menu > li:hover {
            background-color: #f7f7f7;
        }

        .docs-options .dropdown-menu > li > label {
            margin-bottom: 0;
        }

.docs-cropped .modal-body {
    text-align: center;
}

    .docs-cropped .modal-body > img, .docs-cropped .modal-body > canvas {
        max-width: 100%;
    }

.common-credits > li {
    display: block;
    margin-bottom: 15px;
}

    .common-credits > li:last-child {
        margin-bottom: 0;
    }

/*Gallery*/
.project-gallery .item {
    width: calc((100% - 120px)/6);
    aspect-ratio: 1 / 1;
    margin: 10px;
    float: left;
    position: relative;
}

.project-gallery .action {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.project-gallery a {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    height: 100%;
}

    .project-gallery a img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        image-rendering: optimizeQuality;
        margin: 0 auto;
        height: 100%;
    }

    .project-gallery a .hover-cap {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        color: black;
        height: 65px;
        padding-top: 25px;
        left: 0;
        overflow: hidden;
        perspective: 1px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: translateY(75px);
        -moz-transform: translateY(75px);
        -ms-transform: translateY(75px);
        -o-transform: translateY(75px);
        transform: translateY(75px);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
    }

    .project-gallery a:hover {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

/* .project-gallery a:hover img {
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            -o-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        .project-gallery a:hover .hover-cap {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }*/

.lg-sub-html h6, .lg-sub-html .panel-title {
    margin-bottom: 0;
}
/****************************/
/**Custom**/
/****************************/
.page-wrapper {
    padding: 75px 20px 0px 20px !important;
}

.cls-facts-body {
    height: 272px;
}

.cls-todo-body {
    height: 212px !important;
    max-height: 212px;
}

/****************************/
/** Mediaqueries **/
/****************************/
@media (max-width: 1400px) {

    /*.fixed-sidebar-left {
    width: 44px; }*/
    /*.fixed-sidebar-left .side-nav li.navigation-header > span {
      display: none; }*/
    /*.fixed-sidebar-left .side-nav li.navigation-header > i {
      display: block; }*/
    .fixed-sidebar-left .collapse.in {
        /* display: none;*/
    }

    .fixed-sidebar-left:hover {
        width: 225px;
    }

        .fixed-sidebar-left:hover .side-nav li.navigation-header > span {
            display: block;
        }
        /*.fixed-sidebar-left:hover .side-nav li.navigation-header > i {
        display: none; }*/
        .fixed-sidebar-left:hover .collapse.in {
            display: block;
        }

        .fixed-sidebar-left:hover .right-nav-text {
            opacity: 1;
        }
    /*.fixed-sidebar-left .right-nav-text {
      opacity: 0; }*/

    /*.page-wrapper {
    margin-left: 44px; }*/

    /*.navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 44px; }*/
    .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 0;
        visibility: hidden;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
        width: calc(100% - 100px);
    }

    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 225px;
    }

        .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
            opacity: 1;
            visibility: visible;
        }

    .slide-nav-toggle .fixed-sidebar-left {
        width: 225px;
    }

        .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > span {
            display: block;
        }

        .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header > i {
            display: none;
        }

        .slide-nav-toggle .fixed-sidebar-left .collapse.in {
            display: block;
        }

        .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
            opacity: 1;
        }

    .slide-nav-toggle .page-wrapper {
        margin-left: 0;
        left: 225px;
    }

    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 225px;
    }

        .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
            opacity: 1;
            visibility: visible;
        }
}

@media (max-width: 1200px) {
    .table-responsive .table > tbody > tr > td, .table-responsive .jsgrid-table > tbody > tr > td, .table-responsive .table > tbody > tr > th, .table-responsive .jsgrid-table > tbody > tr > th, .table-responsive .table > tfoot > tr > td, .table-responsive .jsgrid-table > tfoot > tr > td, .table-responsive .table > tfoot > tr > th, .table-responsive .jsgrid-table > tfoot > tr > th, .table-responsive .table > thead > tr > td, .table-responsive .jsgrid-table > thead > tr > td, .table-responsive .table > thead > tr > th, .table-responsive .jsgrid-table > thead > tr > th {
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    .mobile-only-nav.collapse,
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search.collapse {
        display: block;
        height: auto !important;
    }

    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        pointer-events: none;
    }

    .web-pl-0 {
        padding-left: 0;
    }

    .web-pr-0 {
        padding-right: 0;
    }

    .web-pt-10 {
        padding-top: 10px;
    }
}

@media (max-width: 1024px) {
    .mobile-only-view {
        display: block !important;
    }

    .mobile-hide-view {
        display: none !important;
    }

    .mobile-tr-view {
        display: inline-grid !important;
        border: none !important;
    }

    .mobile-td-view {
        border: none !important;
    }

    .mobile-center {
        text-align: center !important;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .mobile-text-right {
        text-align: right !important;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .fixed-sidebar-left {
        margin-left: -225px;
        width: 225px;
        box-shadow: none;
    }

        .fixed-sidebar-left .right-nav-text {
            opacity: 1;
        }

    .mobile-nav-open .fixed-sidebar-right,
    .mobile-nav-open .fixed-sidebar-left {
        top: 132px;
    }

    .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a i.top-nav-icon {
        font-size: 32px !important;
        vertical-align: middle;
        color: #2a88bb;
    }

    .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li > a .top-nav-icon-badge {
        background: #ff0100;
        border-radius: 50%;
        color: #fff;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: -7px;
        text-align: center;
        top: 10px;
        width: 20px;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .slide-nav-toggle .fixed-sidebar-left {
        margin-left: 0;
    }

    .slide-nav-toggle .page-wrapper {
        left: 225px;
        margin-left: 0;
    }

    .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top {
        padding: 0;
    }

        .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
            width: 100%;
        }

            .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header {
                padding-left: 0;
                text-align: center;
                width: 100%;
            }

                .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
                    width: 100%;
                    padding-top: 0px !important;
                }

                    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
                        opacity: 1;
                        visibility: visible;
                    }

        .navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
            left: 1px;
            position: absolute;
            top: 0;
        }

        .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_nav {
            position: absolute;
            right: 21px;
            top: 0;
        }

        .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_search {
            position: absolute;
            right: 50px;
            top: 0;
        }

        .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
            background: #3A78F2;
            position: relative;
            z-index: 2;
        }

        .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
            float: left;
            width: 100%;
            -webkit-transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            transition: 0.4s ease;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            padding: 0 15px;
            border-bottom: 0px solid #dedede;
        }

        .navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
            left: 0;
            margin-left: 0;
            position: absolute;
            width: 100%;
            padding-top: 0;
        }

            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
                border-radius: 0;
                height: 66px;
                border: medium none;
            }

            .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
                top: 23px;
            }

                .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button.btn-default i:before, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i:before, .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button i:before, .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .owl-theme .owl-nav button[class*="owl-"] i:before, .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button[class*="owl-"] i:before {
                    content: "\f136";
                }

        .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu {
            right: 0;
            width: 100%;
        }

    .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        top: 66px;
    }

    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        background: #f5f5f5;
    }

    .inbox-pagination li:first-child {
        display: none;
    }

    .sender-info .inbox-detail-time-2 {
        display: none;
    }

    /*Chat App*/
    .chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
        float: none;
        width: auto;
    }

    .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
        border-left: medium none;
        float: none;
        position: absolute;
        right: -100%;
        width: 100%;
    }

    .chat-cmplt-wrap.chat-for-widgets-1 .goto-back i.zmdi-account-add:before {
        content: "\f2fa";
    }

    /*Responsive Tabs*/
    .nav.nav-tabs.nav-tabs-responsive {
        text-align: center;
        position: relative;
    }

        .nav.nav-tabs.nav-tabs-responsive > li {
            display: none;
            float: none;
        }

            .nav.nav-tabs.nav-tabs-responsive > li.active, .nav.nav-tabs.nav-tabs-responsive > li.prev, .nav.nav-tabs.nav-tabs-responsive > li.next {
                display: inline-block;
            }

            .nav.nav-tabs.nav-tabs-responsive > li.prev, .nav.nav-tabs.nav-tabs-responsive > li.next {
                position: absolute;
                top: 0;
                margin-left: 0;
                margin-right: 0;
            }

                .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before, .nav.nav-tabs.nav-tabs-responsive > li.prev > a:after, .nav.nav-tabs.nav-tabs-responsive > li.next > a:before, .nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
                    display: inline-block;
                    font-family: "Material-Design-Iconic-Font";
                    font-feature-settings: normal;
                    font-kerning: auto;
                    font-language-override: normal;
                    font-size: inherit;
                    font-size-adjust: none;
                    font-stretch: normal;
                    font-style: normal;
                    font-synthesis: weight style;
                    font-variant: normal;
                    font-weight: normal;
                    line-height: 1;
                    text-rendering: auto;
                    position: relative;
                    top: 3px;
                    font-size: 20px;
                    line-height: 12px;
                }

            .nav.nav-tabs.nav-tabs-responsive > li.prev {
                left: 0;
            }

                .nav.nav-tabs.nav-tabs-responsive > li.prev > a:before {
                    content: '\f2fa';
                    margin-right: 10px;
                }

            .nav.nav-tabs.nav-tabs-responsive > li.next {
                right: 0;
            }

                .nav.nav-tabs.nav-tabs-responsive > li.next > a:after {
                    content: '\f2fb';
                    margin-left: 10px;
                }

    .f-16-18 {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {
    .dataTables_wrapper .dataTables_length {
        display: none;
    }

    .product-detail-wrap, .inbox-head {
        margin-top: 30px;
    }

    .mail-box aside.col-lg-3.col-md-4 {
        padding-right: 15px !important;
    }

        .mail-box aside.col-lg-3.col-md-4 h6, .mail-box aside.col-lg-3.col-md-4 .panel-title, .mail-box aside.col-lg-3.col-md-4 .inbox-nav, .mail-box aside.col-lg-3.col-md-4 .chat-list-wrap {
            display: none;
        }

    .mail-box aside.col-lg-9.col-md-8 {
        padding-left: 15px !important;
    }

        .mail-box aside.col-lg-9.col-md-8 .view-message .label, .mail-box aside.col-lg-9.col-md-8 .view-message .jvectormap-tip {
            display: none;
        }

    .contact-list aside.col-lg-2.col-md-4 {
        padding-right: 15px !important;
    }

        .contact-list aside.col-lg-2.col-md-4 .inbox-nav, .contact-list aside.col-lg-2.col-md-4 a.create-label {
            display: none;
        }

    .contact-list aside.col-lg-10.col-md-8 {
        padding-left: 15px !important;
    }

    .file-sec {
        border: none;
    }

    .ibox {
        margin-bottom: 0;
    }

    .cls-facts-body {
        height: auto;
    }

    .cls-todo-body {
        height: 212px !important;
    }
}

@media (max-width: 950px) {
    .panel-dropdown .panel-heading > .pull-left, .panel-dropdown .panel-heading > .pull-right,
    .panel-tabs .panel-heading > .pull-left,
    .panel-tabs .panel-heading > .pull-right {
        width: 100%;
    }

    .panel-dropdown .panel-heading > .pull-right,
    .panel-tabs .panel-heading > .pull-right {
        margin-top: 10px;
    }

        .panel-dropdown .panel-heading > .pull-right .dropdown-menu-right {
            left: 0;
            right: auto;
        }
}

@media (max-width: 828px) {
    .wizard .steps ul > li {
        width: 100%;
    }
}

@media (max-width: 796px) {
    footer.footer .col-sm-5 {
        display: none;
    }

    footer.footer .col-sm-7 {
        width: 100%;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .breadcrumb, .heading-bg .btn-outline-white.btn-rounded, .heading-bg button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
    .heading-bg button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left,
    .heading-bg button.btn-outline-white.fc-agendaWeek-button {
        display: none;
    }

    ul.timeline:before {
        left: 23px;
    }

    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

        ul.timeline > li > .timeline-panel {
            width: calc(100% - 65px);
            width: -moz-calc(100% - 65px);
            width: -webkit-calc(100% - 65px);
        }

        ul.timeline > li > .timeline-badge {
            left: 0px;
            margin-left: 0;
            top: 16px;
        }

        ul.timeline > li > .timeline-panel {
            float: right;
        }

            ul.timeline > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 10px;
                left: -10px;
                right: auto;
            }

            ul.timeline > li > .timeline-panel.bg-yellow:after {
                border-right-color: #f8b32d;
            }

            ul.timeline > li > .timeline-panel.bg-pink:after {
                border-right-color: #e7368d;
            }

            ul.timeline > li > .timeline-panel.bg-red:after {
                border-right-color: #f33923;
            }

            ul.timeline > li > .timeline-panel.bg-blue:after {
                border-right-color: #0098a3;
            }

            ul.timeline > li > .timeline-panel.bg-green:after {
                border-right-color: #4aa23c;
            }

    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .timeline > li.timeline-inverted > .timeline-badge {
            left: 0;
        }
}

@media (max-width: 600px) {
    .product-detail-wrap {
        margin-top: 30px;
    }

        .product-detail-wrap .btn-group {
            margin-top: 20px;
            width: 100%;
        }

    .product-detail-description ul li {
        width: 100%;
    }

        .product-detail-description ul li a {
            padding-left: 0 !important;
        }

    .clear-todo-btn {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .img-container {
        min-height: 469px;
    }
}

@media (max-width: 768px) {
    .col-item .photo img {
        width: 100%;
    }
}

@media (max-width: 565px) {
    .auth-form {
        width: 400px;
    }

    .clear-todo-btn {
        margin-top: 20px;
    }

    .nav-tabs > li, .nav-tab-reverse .nav-tabs > li {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

        .nav-tabs > li:first-child > a, .nav-tab-reverse .nav-tabs > li:first-child > a {
            border-radius: 0;
            border-top-left-radius: 10px;
        }

        .nav-tabs > li:last-child, .nav-tab-reverse .nav-tabs > li:last-child {
            margin-bottom: -1px;
        }

            .nav-tabs > li:last-child > a, .nav-tab-reverse .nav-tabs > li:last-child > a {
                border-radius: 0;
                border-bottom-left-radius: 10px;
            }

        .custom-tab-1 .nav-tabs > li:first-child > a, .nav-tab-reverse .nav-tabs > li:first-child > a {
            border-top-left-radius: 0;
        }

        .custom-tab-1 .nav-tabs > li:last-child > a, .nav-tab-reverse .nav-tabs > li:last-child > a {
            border-bottom-left-radius: 0;
        }

    .nav.nav-tabs.nav-tabs-responsive > li.next a span, .nav.nav-tabs.nav-tabs-responsive > li.prev a span {
        display: none;
    }

    .nav-pills > li {
        float: none;
        margin-bottom: 5px;
        margin-left: 0 !important;
    }

        .nav-pills > li:last-child {
            margin-bottom: 0;
        }

    .fixed-sidebar-right .right-sidebar .nav-tabs > li, .fixed-sidebar-right .right-sidebar .nav-tab-reverse .nav-tabs > li {
        float: left;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.mega-menu li.col-menu-list {
        width: 100%;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.alert-dropdown {
        width: 100%;
        min-width: auto;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li.alert-drp {
        position: static;
    }

    .sp-header .form-group.pull-right span {
        display: none !important;
    }
}

@media (max-width: 458px) {
    .auth-form {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
        width: 100%;
        min-width: auto;
    }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li.app-drp {
        position: static;
    }
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -16px !important;
    }

        .btn-group-crop > .btn, .wizard > .actions .disabled .btn-group-crop > a, .wizard > .actions .btn-group-crop > a, .dt-buttons .btn-group-crop > .dt-button, .tablesaw-sortable th.tablesaw-sortable-head .btn-group-crop > button, .sweet-alert .btn-group-crop > button, .owl-theme .owl-nav .btn-group-crop > [class*="owl-"], .btn-group-crop > button.fc-agendaDay-button.fc-state-default.fc-corner-right,
        .btn-group-crop > button.fc-month-button.fc-state-default.fc-corner-left,
        .btn-group-crop > button.fc-agendaWeek-button, .btn-group-crop > .fc-prev-button, .btn-group-crop > .fc-next-button, .btn-group-crop > .fc-today-button {
            padding-left: 8px;
            padding-right: 8px;
        }

    .no-data-found .no-data-found-img {
        max-width: 80% !important;
    }
}

@media (max-width: 378px) {
    header .btn-tc {
        display: none !important;
    }
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 600px) {
    .page-wrapper {
        padding: 80px 0px !important;
    }
}

.pCheck label {
    display: inline-block;
    margin-left: 0px !important;
    margin-right: 35px !important;
}

.vt {
    vertical-align: top !important;
}
/* Scoll CSS Start */
*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* Track */
*::-webkit-scrollbar-track {
    border: 1px solid #C4C4C4;
    border-top: 0px;
    border-bottom: 0px;
}
/* Handle */
*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 3px;
    background: #B6B6B6;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,00);
}

    *::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
    }

/*Header text Imge Icon */





.btn-tc:hover,
.btn-tc:hover,
.btn-tc:active,
.btn-tc:active:focus,
.btn-tc:active:hover {
    color: #fff !important;
    outline: none !important;
    /*background-color: #3fa7de !important;*/
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.form-control.nofocus:focus {
    border-color: rgb(226, 226, 226);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*input[type=text],
input[type=email],
input[type=password],
textarea,*/
select {
    box-shadow: none !important;
    background-clip: padding-box;
}

.btn, button.html5-qrcode-element {
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1.02pt;
    border-radius: 6px;
    box-shadow: none;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    font-family: "Open Sans","Varela Round","Roboto","Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    outline: none !important;
}

    .btn:active + .btn:focus, .btn:checked + .btn:focus, .btn.active:focus, .btn:active:focus {
        /*box-shadow: 0 0 0 0.25rem rgba(74, 162, 60, 0.5) !important;*/
    }

    .btn:hover, box-shadow {
        box-shadow: none;
        /*box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);*/
    }

    .btn.btn-success {
        background: #4aa23c;
    }

        .btn.btn-success:hover {
            background: rgba(74, 162, 60, 0.85);
        }

    .btn.btn-danger {
        background: #f33923;
    }

        .btn.btn-danger:hover {
            background: rgba(243, 57, 35, 0.85);
        }

    .btn.btn-tc, button.html5-qrcode-element {
        background: #3A78F2;
        border: solid 0px #3A78F2;
        letter-spacing: 1.02pt;
    }

        .btn.btn-tc:hover, .btn.btn-tc:focus, .btn.btn-tc:active,
        button.html5-qrcode-element:hover, button.html5-qrcode-element:focus, button.html5-qrcode-element:active {
            background: #037de2 !important;
            color: #fff;
            background-color: #037de2;
            border-color: #037de2;
            box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
        }

.btn-tranperent-40:hover, .btn-tranperent-40:focus, .btn-tranperent-40:active {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
    box-shadow: 0 0 0 0.25rem rgb(243 57 35 / 50%);
}

.btn.btn-outline {
    background: #fff !important;
}

    .btn.btn-outline.btn-tc:hover, .btn.btn-outline.btn-tc:focus, .btn.btn-outline.btn-tc:active {
        border: 2px solid #3A78F2;
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
        color: #fff;
    }

    .btn.btn-outline.btn-success:hover, .btn.btn-outline.btn-success:focus, .btn.btn-outline.btn-success:active {
        border: 2px solid #4aa23c;
        color: #fff !important;
        background: #4aa23c !important;
    }


.btn-tc:hover, .btn-tc:hover, .btn-tc:active, .btn-tc:active:focus, .btn-tc:active:hover {
    color: #fff !important;
}

.btn.btn-outline.btn-tc {
    border: solid 2px #3A78F2;
    color: #3A78F2;
    padding: 9px 25px;
    box-shadow: none !important;
}

    .btn.btn-outline.btn-tc.no-hover {
        background: #fff !important;
        color: #3A78F2 !important;
    }

.btn.btn-outline.btn-danger {
    border: solid 1px #f33923;
    color: #f33923;
    padding: 9px 25px;
    box-shadow: none !important;
}

.btn.btn-outline.btn-success {
    border: solid 1px #4aa23c;
    color: #4aa23c;
    padding: 9px 25px;
    box-shadow: none !important;
}

.btn.btn-default {
    color: #333;
    background: rgba(242,243,248,1);
    border: 1px solid #EAEAEA;
    letter-spacing: 1.02pt;
}

.btn.btn-outline.btn-default {
    border: solid 2px #EAEAEA;
    padding: 9px 25px;
    box-shadow: none !important;
}

.btn.btn-default:hover {
    background: rgba(230,231,236,1) !important;
}

.btn.no-shadow {
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 5px 25px !important;
    font-size: 16px !important;
    border: solid 2px #3A78F2;
}

.btn.btn-smm {
    padding: 2px 5px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.5pt;
}

.modal.right .btn.btn-smm {
    padding: 5px 10px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.5pt;
}

.btn.btn-circle {
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    letter-spacing: 0;
    line-height: 42px;
}

.btn-img {
    color: #fff;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    border: none;
    letter-spacing: 1.02pt;
    border-radius: 5px;
    background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 40px !important;
    width: 40px !important;
}

    .btn-img:hover {
        opacity: 0.9;
        box-shadow: 0 0 10px 0 #3A78F2;
    }

.btn-img-2 {
    color: #fff;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    border: none;
    letter-spacing: 1.02pt;
    border-radius: 5px;
    background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    height: 40px !important;
    width: 40px !important;
}

    .btn-img-2:hover, .btn-img-2:active, .btn-img-2:focus, .btn-img-2:focus-within {
        outline: solid 2px #212121;
    }


.no-hover-shadow:hover {
    box-shadow: none !important;
}

.btn-img-delete {
    background-image: url('../img/svg/icon-delete-red.svg');
}

.btn-img-edit {
    background-image: url('../img/svg/icon-edit.svg');
}

.btn-img-student {
    background-image: url('../img/svg/students.svg');
}

.btn-img-view {
    background-image: url('../img/svg/view.svg');
}

.btn-img-user {
    background-image: url('../img/svg/user.svg');
}

.btn-post-comment {
    background-image: url('../img/svg/icon-send.svg');
    background-color: #F5F5F5;
}

.btn-img-remove-red {
    background-image: url('../img/svg/icon-delete-red.svg');
    height: 25px !important;
    width: 25px !important;
    background-color: transparent !important;
}

.btn-img-edit-2 {
    background-image: url('../img/svg/icon-edit.svg');
    height: 25px !important;
    width: 25px !important;
    background-color: transparent !important;
}

.btn-img-sm {
    height: 25px !important;
    width: 25px !important;
}

.user-auth-dropdown li a {
    padding: 10px 20px;
    position: relative;
}

    .user-auth-dropdown li a i:before {
        position: absolute;
        top: 12px;
    }

.btn.btn-square {
    height: 42px;
    width: 42px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.btn.btn-lable-wrap.right-label {
    overflow: hidden;
    position: relative;
}

    .btn.btn-lable-wrap.right-label .btn-text {
        margin-right: 35px;
    }

    .btn.btn-lable-wrap.right-label .btn-label, .wizard > .actions a.btn-lable-wrap.right-label .btn-label, .dt-buttons .btn-lable-wrap.right-label.dt-button .btn-label, .tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-label, .sweet-alert button.btn-lable-wrap.right-label .btn-label, .owl-theme .owl-nav .btn-lable-wrap.right-label[class*="owl-"] .btn-label, button.btn-lable-wrap.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label, button.btn-lable-wrap.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-label, button.btn-lable-wrap.right-label.fc-agendaWeek-button .btn-label, .btn-lable-wrap.right-label.fc-prev-button .btn-label, .btn-lable-wrap.right-label.fc-next-button .btn-label, .btn-lable-wrap.right-label.fc-today-button .btn-label {
        right: -2px;
    }

.btn.btn-lable-wrap .btn-label {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    padding: 11px 15px;
    position: absolute;
    top: 0px;
}

.tc-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 10000;
}

.tc-loader-sign {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3A78F2;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: calc(50vh - 25px);
}

.tc-loader-center {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3A78F2;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.c-q-a {
    /*font-family: 'Roboto','Varela Round', sans-serif !important;*/
    color: #1c1c1c;
}

    .c-q-a ul {
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 20px;
    }

    .c-q-a ol {
        list-style-type: decimal;
        list-style-position: inside;
        margin-left: 20px;
    }

    .c-q-a ul ul, .note-editable ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .c-q-a ol ol, .c-q-a ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }


.side-nav .fa-graduation-cap:before {
    margin-left: -5px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Custom Editor */
#previewButton {
    display: none;
}

#iconsDiv {
    display: inline-block;
}

#langFormDiv {
    display: inline-block;
    margin-left: 640px;
}

.ajax__html_editor_extender_buttoncontainer {
    padding: 0px !important;
}

.ajax__html_editor_extender_container {
    width: 100% !important;
}

.ckeditor-fileuplod-div {
    background-image: url('../img/WebResource.png') !important;
    background-color: #ffffff !important;
    background-position: -621px 0;
    height: 23px;
    width: 23px;
    right: 5px;
    position: absolute;
}

    .ckeditor-fileuplod-div input {
        opacity: 0;
    }

.ckeditor-fileuplod {
    height: 23px !important;
    width: 23px !important;
}

.ajax__html_editor_extender_button {
    background-image: url('../img/WebResource.png') !important;
    background-color: #ffffff !important;
}

.ajax__html_editor_extender_texteditor ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
}

.ajax__html_editor_extender_texteditor ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 20px;
}

    .ajax__html_editor_extender_texteditor ul ul, .ajax__html_editor_extender_texteditor ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .ajax__html_editor_extender_texteditor ol ol, .ajax__html_editor_extender_texteditor ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.note-editable ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 20px;
}

.note-editable ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 20px;
}

    .note-editable ul ul, .note-editable ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px;
    }

    .note-editable ol ol, .note-editable ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px;
    }

.ajax__html_editor_extender_buttoncontainer {
    padding: 0px 25px 0px 0px !important;
}

.table > tbody > tr > th {
    font-weight: 600;
}

.table-tc thead tr {
    background: #3A78F2 !important;
    color: #fff !important;
}

    .table-tc thead tr th {
        color: #fff !important;
    }

.btn-w-115 {
    min-width: 115px;
}

.no-data-found {
    text-align: center;
}

    .no-data-found .no-data-found-img {
        width: 80%;
        max-width: 280px;
        margin-top: 80px;
        margin-bottom: 10px;
        object-fit: cover;
    }

    .no-data-found .no-data-found-txt-1 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 20px;
    }

    .no-data-found .no-data-found-txt-2 {
        font-size: 14px;
        margin: 0 20px;
    }

.hd-profile-icon {
    border: 2px solid #fff;
    height: 40px !important;
    width: 41px !important;
    padding: 2px 0;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 20px !important;
    font-style: normal;
}

#toggle_mobile_nav .hd-profile-icon {
    border: 2px solid #fff;
    height: 36px !important;
    width: 36px !important;
    padding: 2px 0;
    border-radius: 18px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 16px !important;
    font-style: normal;
}

.hd-notification-icon {
    height: 40px !important;
    width: 41px !important;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 20px !important;
    font-style: normal;
    background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6449 18.0143C16.0738 19.6147 15.124 21.2597 13.5236 21.6885C11.9232 22.1173 10.2782 21.1676 9.84938 19.5672M2.05586 11.6128C1.66636 10.2146 2.0714 8.703 3.10781 7.68689M12.1453 5.74036C12.4495 5.19306 12.5498 4.53156 12.3749 3.87896C12.0175 2.5453 10.6467 1.75384 9.31303 2.1112C7.97936 2.46855 7.1879 3.83939 7.54526 5.17306C7.72012 5.82566 8.13765 6.34843 8.67476 6.6703M20.318 6.71951C19.9563 5.3139 18.8497 4.20731 17.4441 3.84553M17.4897 9.44479C17.1327 8.11266 16.1798 6.9987 14.8405 6.34797C13.5012 5.69723 11.8853 5.56304 10.3482 5.97489C8.81116 6.38675 7.47884 7.31093 6.64436 8.54412C5.80988 9.77731 5.5416 11.2185 5.89855 12.5506C6.48912 14.7547 6.37444 16.513 6.00149 17.8492C5.57642 19.3721 5.36389 20.1335 5.42131 20.2864C5.487 20.4613 5.53452 20.5093 5.70875 20.5768C5.86104 20.6358 6.50081 20.4644 7.78035 20.1215L19.6454 16.9423C20.925 16.5995 21.5647 16.428 21.6671 16.3008C21.7843 16.1552 21.8014 16.0899 21.7708 15.9055C21.7441 15.7444 21.1793 15.1913 20.0498 14.085C19.0587 13.1143 18.0802 11.6488 17.4897 9.44479Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 80%;
}

.hd-institute-icon {
    height: 40px !important;
    width: 41px !important;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 20px !important;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9.49995H5M4 13.4999H5M15 13.4999H16M15 9.49995H16M9.5 9.49995H10.5M8 18.9999V14.9999C8 13.8954 8.89543 12.9999 10 12.9999C11.1046 12.9999 12 13.8954 12 14.9999V18.9999M15 5.49995L16.5761 5.89398C17.4428 6.11064 17.8761 6.21898 18.1988 6.46057C18.4834 6.67373 18.7061 6.95895 18.8439 7.28682C19 7.65843 19 8.1051 19 8.99843V15.7999C19 16.9201 19 17.4801 18.782 17.9079C18.5903 18.2843 18.2843 18.5902 17.908 18.782C17.4802 18.9999 16.9201 18.9999 15.8 18.9999H4.2C3.0799 18.9999 2.51984 18.9999 2.09202 18.782C1.71569 18.5902 1.40973 18.2843 1.21799 17.9079C1 17.4801 1 16.9201 1 15.7999V8.99843C1 8.1051 1 7.65843 1.15613 7.28682C1.29388 6.95895 1.51657 6.67373 1.80124 6.46057C2.12389 6.21898 2.55722 6.11064 3.42388 5.89398L5 5.49995L7.85931 2.92657C8.61594 2.2456 8.99426 1.90512 9.42211 1.77598C9.79897 1.66224 10.201 1.66224 10.5779 1.77598C11.0057 1.90512 11.3841 2.2456 12.1407 2.92657L15 5.49995Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 75%;
}

#toggle_mobile_nav .hd-notification-icon, #toggle_mobile_nav .hd-institute-icon {
    height: 36px !important;
    width: 36px !important;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 16px !important;
    font-style: normal;
}

.legend-block {
    padding: 5px 10px;
    background: #f2f3f8;
}

.tc-action-menu-container {
    width: 35px;
    background: #E9F1FF;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    vertical-align: -0.125em;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.top-nav-li:hover {
    background-color: #3A78F2;
}

span.html5-qrcode-element {
    display: none !important;
}

.modal-confirm .modal-dialog-centered .modal-content {
    transform: translate(0px, 0px);
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
}

.modal-center.in {
    display: flex !important;
    justify-content: center;
}

.modal-center .modal-dialog-centered {
    display: flex;
    align-items: center;
}

    .modal-center .modal-dialog-centered .modal-content {
        width: 100%;
    }

.modal-header .close {
    padding: 0.5rem 0.5rem;
    margin: -0.3rem -0.5rem -0.5rem auto;
}

.modal-header .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/0.8em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

    .modal-header .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

.hd-institute-icon-2 {
    height: 40px !important;
    width: 41px !important;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 20px !important;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9.49995H5M4 13.4999H5M15 13.4999H16M15 9.49995H16M9.5 9.49995H10.5M8 18.9999V14.9999C8 13.8954 8.89543 12.9999 10 12.9999C11.1046 12.9999 12 13.8954 12 14.9999V18.9999M15 5.49995L16.5761 5.89398C17.4428 6.11064 17.8761 6.21898 18.1988 6.46057C18.4834 6.67373 18.7061 6.95895 18.8439 7.28682C19 7.65843 19 8.1051 19 8.99843V15.7999C19 16.9201 19 17.4801 18.782 17.9079C18.5903 18.2843 18.2843 18.5902 17.908 18.782C17.4802 18.9999 16.9201 18.9999 15.8 18.9999H4.2C3.0799 18.9999 2.51984 18.9999 2.09202 18.782C1.71569 18.5902 1.40973 18.2843 1.21799 17.9079C1 17.4801 1 16.9201 1 15.7999V8.99843C1 8.1051 1 7.65843 1.15613 7.28682C1.29388 6.95895 1.51657 6.67373 1.80124 6.46057C2.12389 6.21898 2.55722 6.11064 3.42388 5.89398L5 5.49995L7.85931 2.92657C8.61594 2.2456 8.99426 1.90512 9.42211 1.77598C9.79897 1.66224 10.201 1.66224 10.5779 1.77598C11.0057 1.90512 11.3841 2.2456 12.1407 2.92657L15 5.49995Z' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 75%;
}

.fixed-sidebar-left .side-nav li a[data-toggle="collapse"]:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' height='24' width='24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.46938 9.39966C4.76227 9.10677 5.23715 9.10677 5.53004 9.39966L11.894 15.7636C11.9916 15.8613 12.1499 15.8613 12.2476 15.7636L18.6115 9.39966C18.9044 9.10677 19.3793 9.10677 19.6722 9.39966C19.9651 9.69256 19.9651 10.1674 19.6722 10.4603L13.3082 16.8243C12.6248 17.5077 11.5168 17.5077 10.8333 16.8243L4.46938 10.4603C4.17649 10.1674 4.17649 9.69256 4.46938 9.39966Z' fill='%23002265'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 17px;
}

.fixed-sidebar-left .side-nav li a[aria-expanded="true"][data-toggle="collapse"]:after {
    transform: rotate(-180deg);
}

.form-control::placeholder {
    text-transform: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.note-editable {
    background: #fff;
}

.switch-container {
}

    .switch-container .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 24px;
        margin-top: 10px;
    }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 24px;
}

    .switch label:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.switch input:checked + label {
    background-color: #037de2;
}

.switch input:focus + .switch label {
    box-shadow: 0 0 1px #47A3D1;
}

.switch input:checked + label:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
