html {
    /*overflow: auto;*/
}

body {
    /* background: #f4f7fc;*/
    background: #e5e9ff;
}

    body:before {
        background-color: #e5e9ff;
    }

.page-body {
    /* background: #f4f7fc;*/
    background: #e5e9ff;
}

body, .page-header .header-title h1, .page-header .header-buttons a {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900 !important;
}

h4, h5, h6 {
    font-weight: 500 !important;
}

p {
    text-align: justify;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.margin-auto {
    margin: auto !important;
}

.vertical-alig-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.align-items-center {
    align-items: center;
}

.align-self-center {
    align-self: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.height-100-percent {
    height: 100%;
}

.hide-table-column-on-desktop {
    display: none;
}

.show-on-mobile-app {
    display: none !important;
}

.page-body {
    padding: 10px;
}

.red {
    color: red !important;
}

/*coustom swich design start  */

input[type=checkbox].checkbox-slider.checkbox-slider-long ~ .text:before {
    font-family: 'Open Sans','Segoe UI';
    content: "Lock\a0\a0\a0\a0\a0\a0\a0UnLock";
    background-color: #fff;
    color: #999;
    font-weight: 300;
    font-size: 10px;
    padding: 0px 0px 0px 7px;
    width: 73px;
    text-indent: -21px;
}

input[type=checkbox].checkbox-slider.checkbox-slider-long:checked ~ .text:before {
    text-indent: 13px;
}

input[type=checkbox].checkbox-slider.checkbox-slider-long.slider-icon:checked ~ .text:after {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}


input[type=checkbox].checkbox-slider.red-green:checked ~ .text:before {
    background-color: #a0d468 !important;
    border-color: #a0d468 !important;
}

input[type=checkbox].checkbox-slider.red-green ~ .text:before {
    background: #f40b07 !important;
    border-color: #f40b07 !important;
    color: #ffffff !important;
}

input[type=checkbox].checkbox-slider.red-green.slider-icon ~ .text:after {
    border-color: #ffffff !important;
    color: #f70501 !important;
}

input[type=checkbox].checkbox-slider.red-green.slider-icon:checked ~ .text:after {
    border-color: #ffffff;
    color: #a0d468 !important;
}


td input[type=checkbox].checkbox-slider.slider-icon ~ .text:after {
    padding-left: 0px !important;
}

/*coustom swich design End */
.bold-text, .bold, .text-bold {
    font-weight: bold !important;
}

.btn-none {
    padding: 0;
    border: 0;
    background: transparent;
}

.btn-opt {
    padding: 0 3px !important;
    height: auto !important;
    margin-bottom: 3px !important;
}

.input-opt {
    width: 50px !important;
    padding: 0 2px !important;
    height: auto !important;
    margin-bottom: 3px !important;
}

.loading-spinner {
    bottom: 0;
    display: block;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
    right: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 500;
    text-align: center;
    padding: 20% 10%;
    color: #008080;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#loading-bar .bar {
    background: #dc143c;
    /*-webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;*/
}

/* Fancy blur effect */
#loading-bar .peg {
    -moz-box-shadow: #a52a2a 1px 0 6px 1px;
    -ms-box-shadow: #a52a2a 1px 0 6px 1px;
    -webkit-box-shadow: #a52a2a 1px 0 6px 1px;
    box-shadow: #a52a2a 1px 0 6px 1px;
    /*position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
 -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  */
}




.tab-content {
    -webkit-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 4px 1px rgba(0, 0, 0, 0.3);
}


.nav-tabs > li {
    border: 2px solid #becbd2 !important;
    border-bottom: none !important;
    margin: 5px 3px 0 !important;
}

    .nav-tabs > li > a {
        color: #3F51B5 !important;
    }

    /*.nav-tabs > li > a {
       
         padding: 5px 5px!important;
         font-size: 13.5px
    }*/
    .nav-tabs > li:first-child > a {
        border-left: none !important;
    }

    .nav-tabs > li, .nav-tabs > li > a {
        border-radius: 5px 5px 0 0 !important;
    }

.nav-tabs.nav-justified > li, .nav-tabs.nav-justified > li > a {
    border-radius: 0 !important;
}

.nav-tabs.nav-justified > li {
    border-bottom: 2px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #fff;
    color: #333 !important;
    font-weight: 700;
}

/*for droptab css*/
.droptab.nav-tabs,
.droptab.nav-pills {
    position: relative;
}



.page-sidebar .sidebar-menu a {
    color: #000;
    font-weight: 500;
}

.page-sidebar .sidebar-menu .submenu li.active > a,
.page-sidebar .sidebar-menu li.active > a {
    font-weight: 700;
}

.padding-2 {
    padding: 2px !important;
}

.widget-buttons > a.btn-xs {
    font-size: 11px;
    /*margin: 0;*/
    padding: 2px 7px;
    line-height: 1.5;
}

.widget-footer {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding: 5px 12px;
    text-align: center;
}

.tab-pane .footer {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
    padding-top: 15px;
    margin: 0 -12px;
}
/*design for table element start*/
.table .search {
    font-size: 13px;
    padding: 2px;
    padding-left: 4px;
    width: 100%;
}

.table input[type=checkbox].checkbox-slider ~ .text {
    margin: 0 4px;
    margin-top: 5px;
    height: auto;
    min-height: 0;
}

.table select, .table .form-control {
    padding: 3px 6px;
    height: auto;
}

.table-no-bordered, .table-no-bordered tr, .table-no-bordered td, .table-no-bordered > thead > tr > th, .table-no-bordered > tbody > tr > th, .table-no-bordered > tfoot > tr > th, .table-no-bordered > thead > tr > td, .table-no-bordered > tbody > tr > td, .table-no-bordered > tfoot > tr > td {
    border: none;
    background: none;
}

th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

.table > tbody > .active > td {
    color: #fff !important;
    background-color: #5db2ff !important;
}

.table-hover > tbody > .active:hover > td {
    color: #000 !important;
}

.table > tbody > .active > td:hover {
    color: #2dc3e8 !important;
}

.table-hover > tbody > tr:hover {
    color: #fff !important;
    background-color: #5db2ff !important;
    cursor: pointer;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

.table-footer {
    padding: 5px 15px;
    border: 1px solid #ddd;
    background-color: white;
}
/*Form*/
.btn {
    -webkit-transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
    transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.form-title {
    font-size: 18px;
    font-weight: 600;
}

td input[disabled] {
    cursor: default;
    border: none;
}

select {
    font-size: 15px;
    padding: 0 5px 0 5px !important;
}

    select:not([disabled]) {
        background-color: #fff !important;
    }

label {
    font-weight: 600;
    font-size: 13.5px;
}

    label .glyphicon.glyphicon-asterisk {
        font-size: 10px;
    }

@media (min-width: 768px) {
    .form-horizontal.form-left .control-label {
        text-align: left !important;
    }
}
/*design for table element End*/
.widget-header input[type=checkbox]:not(.checkbox):not(.checkbox-slider),
.widget-header input[type=radio]:not(.radio) {
    margin-top: 10px !important;
}

input[type=checkbox]:not(.checkbox):not(.checkbox-slider),
input[type=radio]:not(.radio) {
    left: auto;
    opacity: 1 !important;
    position: relative;
    /*width: auto !important;
    height: auto !important;*/
    margin: 0 !important;
}

input[type=checkbox].checkbox-slider {
    left: auto !important;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
    /*left: -9999px !important ;
    opacity: 0 !important;
    position: absolute !important;*/
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] {
    cursor: not-allowed !important;
    background: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.table:not(.mark-input) .form-control[disabled], .table .form-control[readonly], .table fieldset[disabled] {
    cursor: text !important;
    border: none !important;
    box-shadow: none !important;
}
/*.mark-input .form-control[disabled]{
    cursor: not-allowed !important;
    background: transparent !important;
    border:1px solid #e5e5e5;
}*/

.badge {
    font-size: 12px !important;
    font-weight: 400;
    height: auto;
}

/*ng-grid customize css*/
.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100%;
    height: 600px;
}

.applicantEditForm .profile-info {
    border-right: 0px !important;
    padding: 26px 20px 15px 0 !important;
}

.form-control, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #000;
    border: 1px solid #999999;
    font-weight: 600;
    background-color: #fff !important;
}

    input[type="text"]:focus {
        box-shadow: 0 0 6px 1px #006aa9;
        -moz-box-shadow: 0 0 6px 1px #006aa9;
    }

input[next-focus]:focus {
    /*background-color: rgba(0, 150, 136, 0.18) !important;*/
    border: 2px solid red !important;
}

/*login*/
.login-container .loginbox .loginbox-forgot a {
    font-size: 13px;
    color: red;
}

.login-container .loginbox .loginbox-title {
    margin: 10px 0 0;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    color: #427FED;
}

.login-container {
    margin: 0 auto !important;
    padding-top: 15px;
}

    .login-container .logo {
        width: 200px;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

.copyright {
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
}

.copyright-box {
    width: 300px !important;
    padding: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
}

.toast {
    -moz-opacity: 1 !important;
    -wekit-opacity: 1 !important;
    opacity: 1 !important;
}

/***ng-img-crop***/
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 100%;
    min-height: 350px;
}

#navbar .navbar-nav > li > a {
    line-height: 15px;
}

#navbar .navbar-nav > li > a {
    color: #fff;
}

    #navbar .navbar-nav > li > a:hover, #navbar .navbar-nav > li > a:focus {
        color: #222;
    }

@media (min-width: 768px) {
    #navbar .navbar-nav {
        margin-left: 37px;
    }
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    color: #fff;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box h2 {
        font-size: 24px;
        line-height: 35px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3,
    .small-box p {
        z-index: 5;
    }

    .small-box .icon {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: #ddd;
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 12px;
        }
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Background colors */
.bg-red-o,
.bg-yellow-o,
.bg-aqua-o,
.bg-blue-o,
.bg-light-blue-o,
.bg-green-o,
.bg-navy-o,
.bg-teal-o,
.bg-olive-o,
.bg-lime-o,
.bg-orange-o,
.bg-fuchsia-o,
.bg-purple-o,
.bg-maroon-o,
.bg-black-o {
    color: #f9f9f9 !important;
}

.bg-gray-o {
    background-color: #eaeaec !important;
}

.bg-black-o {
    background-color: #222222 !important;
}

.bg-red-o {
    background-color: #f56954 !important;
}

.bg-yellow-o {
    background-color: #f39c12 !important;
}

.bg-aqua-o {
    background-color: #00c0ef !important;
}

.bg-blue-o {
    background-color: #0073b7 !important;
}

.bg-light-blue-o {
    background-color: #3c8dbc !important;
}

.bg-green-o {
    background-color: #00a65a !important;
}

.bg-navy-o {
    background-color: #001f3f !important;
}

.bg-teal-o {
    background-color: #39cccc !important;
}

.bg-olive-o {
    background-color: #3d9970 !important;
}

.bg-lime-o {
    background-color: #01ff70 !important;
}

.bg-orange-o {
    background-color: #ff851b !important;
}

.bg-fuchsia-o {
    background-color: #f012be !important;
}

.bg-purple-o {
    background-color: #932ab6 !important;
}

.bg-maroon-o {
    background-color: #85144b !important;
}

/* Text colors */
.text-red-o {
    color: #f56954 !important;
}

.text-yellow-o {
    color: #f39c12 !important;
}

.text-aqua-o {
    color: #00c0ef !important;
}

.text-blue-o {
    color: #0073b7 !important;
}

.text-black-o {
    color: #222222 !important;
}

.text-light-blue-o {
    color: #3c8dbc !important;
}

.text-green-o {
    color: #00a65a !important;
}

.text-navy-o {
    color: #001f3f !important;
}

.text-teal-o {
    color: #39cccc !important;
}

.text-olive-o {
    color: #3d9970 !important;
}

.text-lime-o {
    color: #01ff70 !important;
}

.text-orange-o {
    color: #ff851b !important;
}

.text-fuchsia-o {
    color: #f012be !important;
}

.text-purple-o {
    color: #932ab6 !important;
}

.text-maroon-o {
    color: #85144b !important;
}

/*Military Colors*/
.bg-army, .bg-navy, .bg-air {
    color: #f9f9f9 !important;
}

.bg-army {
    background-color: green !important;
}

.bg-navy {
    background-color: blue !important;
}

.bg-air {
    background-color: deepskyblue !important;
}

.bg-air-o {
    background-color: lightskyblue !important;
}

.text-army {
    color: green !important;
}

.text-navy {
    color: blue !important;
}

.text-air {
    color: deepskyblue !important;
}

/* Start Responsive from using table*/


.table-form table {
    background-color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    border: 3px solid #e2e7e9 !important;
    /*    border-collapse: separate !important;*/
    /*    border-spacing: 2px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    /*    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;*/
}


.table-form td.fieldlabel {
    background-color: #fff;
    text-align: right;
    font-weight: bold;
}

.table-form td {
    padding: 6px 6px;
    border-bottom: 2px solid #fff;
}

    .table-form td.fieldarea {
        background-color: #efefef;
        text-align: left;
    }

.input-250 {
    max-width: 250px;
}

.input-300 {
    max-width: 300px;
}

.small, small {
    font-size: 85%;
}

.input-inline {
    display: inline-block;
}

.select-inline {
    display: inline;
    /*    min-width: 20%; */
    /*    max-width: 50%;*/
    /*    width: auto;*/
}

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 2px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
/*.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.table-form .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0px;
}

.table-form .glyphicon.glyphicon-asterisk {
    font-size: 10px;
}
/*.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}


input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}*/
.btn-container {
    padding: 10px 0;
    text-align: center;
}

@media (max-width:767px) {
    .navigation ul li {
        border-left: 2px solid #1a4d80;
    }

        .navigation ul li:last-child {
            border-right: 2px solid #1a4d80;
        }

        .navigation ul li ul li,
        .navigation ul li ul li:last-child {
            border-left: 0;
            border-right: 0;
        }

    .header .stats {
        padding-left: 145px;
        padding-right: 10px;
        top: 34px;
        height: 32px;
        text-align: center;
        overflow: hidden;
    }

    .intellisearch #intellisearchval {
        display: none;
    }

    .table-form tr,
    .table-form tr td.fieldarea,
    .table-form tr td.fieldarea input[type=text],
    .table-form tr td.fieldarea select,
    .table-form tr td.fieldlabel {
        display: block;
        width: 100% !important;
        max-width: 100%;
        text-align: left;
    }

        .table-form tr td.fieldlabel {
            padding-bottom: 0;
            font-weight: 700;
            background-color: #efefef;
        }

        .table-form tr td.fieldarea {
            border-bottom: 2px solid #fff;
            padding-bottom: 5px;
            word-wrap: break-word;
            display: table-cell;
        }

    .datepick + img {
        position: relative;
        left: -8px;
        top: -26px;
        float: right;
    }

    .date-picker + img {
        position: relative;
        left: -8px;
        top: -26px;
        float: right;
    }
}

.fieldarea-tooltip {
    margin: 0px !important;
    padding: 0px !important;
    background-color: #efefef;
}

/* End Responsive from using table*/

/*Start show assesment*/
.show-assesment.well.with-header {
    padding-top: 45px !important;
}

.show-assesment.well {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.show-assesment table > tbody > tr > td {
    padding: 2px !important;
}

    .show-assesment table > tbody > tr > td:first-child,
    .show-assesment table > thead > tr > th:first-child {
        text-align: left;
    }

    .show-assesment table > tbody > tr > td:last-child,
    .show-assesment table > thead > tr > th:last-child {
        text-align: right;
    }

/*End show assesment*/

/*Report Freamwork Global CSS*/
.bg-lightgrey {
    background-color: lightgrey !important;
}

div.report-container {
    margin: 0 auto;
    background-color: white;
    padding: 3px;
}

    div.report-container .widget {
        padding: 0;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        margin: 0 0 10px 0;
    }

    div.report-container .widget-body {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0px !important;
    }

    div.report-container table {
        border-spacing: 0;
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    div.report-container thead > tr > th {
        border-bottom: 0;
        font-size: 13px;
        font-weight: 600;
    }

thead.report-header-row {
}

th.report-header {
}

tbody.report-body-row {
}

td.report-body {
}


tfoot.report-footer-row {
}

td.report-footer {
}

.report-container tr > td tr td {
    padding-left: 2px;
    padding-right: 2px;
}

.border-black td {
    border: 1px solid black;
    border-collapse: collapse;
}

.font-style, .report-container tbody tr {
    font-size: 10px;
    line-height: 1.728571;
}

.report-container .title-text-bold {
    font-size: 13px;
    font-weight: bold;
}

.report-container .text-bold {
    font-weight: bold;
}

.report-container .logo-size {
    max-width: 78px;
    /*max-height: 70px;*/
}

/*Report Freamwork Global CSS*/

.form-control:focus {
    border-color: #66afe9;
    border: 1px solid green !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.page-sidebar .sidebar-menu .submenu li.active > a .active-small-text,
.page-sidebar .sidebar-menu li.active > a .active-small-text {
    font-size: 11px !important;
}

.page-sidebar .sidebar-menu .submenu > li > a {
    padding-left: 25px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}



/*************  Faruk adding new Dashboard Design ********************************/
/* dashboard body */
/*body {*/
/*background: #F0F0FFAD !important;*/
/*background: #24bce105 !important;
}

.page-body {*/
/*background: #f9f9f9;*/
/*background: #F0F0FFAD !important;*/
/*background: #24bce105 !important;
}

.widget {
}

.widget-header {*/
/* box-shadow: 0 0 4px #F7F7F8;*/
/* box-shadow: 1px 0 10px 1px #4B4BFFAD;*/
/*box-shadow: 1px 0 10px 1px #edfffdad;
}

.widget-body {*/
/* box-shadow: 1px 0 10px 1px #F7F7F8;*/
/*box-shadow: 1px 0 10px 1px #4B4BFF;*/
/*box-shadow: 1px 0px 5px 1px #4B4BFFAD;*/
/*box-shadow: 1px 0px 5px 1px #edfffdad;
    background: #F0F0FFAD;
}*/
/*============================== Keep you note Area Start ======================================*/
.keep-your-note-table {
    overflow: hidden;
}

.keep-your-note-modal-open {
    display: block;
}

.keep-note_header-footer-line-height {
    line-height: 35px;
}

.keep-note_header-footer-btn-l-height {
    line-height: 30px;
}

.keep-your-note-list-title-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 190px;
}

.keep-your-note-border-right {
    border-right: 1px solid #e2e2e2;
}

.take-your-note-modal-title-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 500px;
}

.keep-your-note-modal {
    background: #7f7f7fa8;
}

.keep-your-note-modal-content {
    /* border: 1px solid skyblue; */
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px skyblue;
}

.keep-your-note-modal-title {
    color: #262626;
    font-weight: bold;
}

.keep-your-note-modal-header-pagination-title {
    color: #262626;
    font-weight: normal;
}

    .keep-your-note-modal-header-pagination-title label {
        font-size: 13px;
        font-weight: 500;
        color: #262626;
    }

.loadUserNotetModal-btn-area a.wave {
    transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}

    .loadUserNotetModal-btn-area a.wave.in:after {
        top: 7px !important;
        left: 2px !important;
        position: absolute !important;
        width: 30px !important;
        height: 30px !important;
    }

.loadUserNotetModal-btn-area .tooltip {
    top: 41px !important;
    left: -6.5px;
    display: block;
    width: 100px !important;
    left: -31.5px !important;
}

    .loadUserNotetModal-btn-area .tooltip .tooltip-inner {
        padding: 5px 0px;
        font-size: 12px;
    }

.keep-your-note-modal-content-left {
    width: 240px;
    box-shadow: none !important;
    border-radius: 4px;
}

.keep-your-note-modal-content-right {
    transition: ease-in-out 0.7s;
    /*    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);*/
    box-shadow: none !important;
    border-radius: 4px;
}

.keep-your-note-modal-header, .keep-your-note-modal-footer {
    padding: 0px 15px 0px 15px !important;
    height: 35px;
}

.keep-your-note-modal-content-right .keep-your-note-modal-header {
    border-top-right-radius: 4px !important;
}

.keep-your-note-modal-content-right .keep-your-note-modal-footer {
    border-top: 1px solid #e2e2e2;
    border-bottom-right-radius: 4px !important;
}

.keep-your-note-modal-content-left .keep-your-note-modal-header {
    border-top-left-radius: 4px !important;
}

.keep-your-note-modal-content-left .keep-your-note-modal-footer {
    border-top: 1px solid #e2e2e2;
    border-bottom-left-radius: 4px !important;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.keep-your-note-modal-body {
    padding: 0px !important;
}

.keep-your-note-modal-body-area-wrapper {
}

.keep-your-note-modal-body-area {
}

.keep-your-note-list-area {
    height: 375px;
}

.keep-your-note-list-row {
    padding: 6px 8px;
    border-left: 3px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.user-note-selected {
    background-color: #fbfbfb;
    padding: 6px 8px;
    cursor: pointer;
    border-left: 3px solid #2dc3e8;
}

.keep-your-note-list-row:hover {
    border-left-color: #fb6e52 !important;
    background-color: #fbfbfb;
    cursor: pointer;
}

.keep-your-note-list-title {
    font-weight: bold !important;
    color: #262626;
    height: 22px;
    overflow: hidden;
}

.keep-your-note-list-date-time {
    color: #818181;
}

.keep-your-note-modal-body-left-area {
}

.keep-your-note-modal-body-right-area {
    padding: 15px;
    padding-bottom: 14px;
}

.keep-your-note-modal-form {
}

    .keep-your-note-modal-form input {
        outline: none !important;
        border: 1px solid #dddddd !important;
        border-radius: 3px !important;
        box-shadow: none !important;
    }

        .keep-your-note-modal-form input:focus {
            border: 1px solid #dddddd !important;
            border-radius: 3px !important;
            box-shadow: none !important;
        }

.note-editor.note-frame .note-editing-area .note-codable {
    color: #232323 !important;
}

.panel {
    margin-bottom: 0px !important;
}

.keep-your-note-close-btn {
    font-size: 24px;
}

    .keep-your-note-close-btn i {
        font-size: 16px;
        padding: 5px;
        margin-top: 0px;
    }

.keep-your-note-modal-footer-btn-area {
    line-height: 20px;
}

.keep-note-modal-footer-right-btn-area {
    margin-top: 3.5px;
}

.keep-your-note-modal-form .note-statusbar {
    display: none;
}

.keep-your-note-modal-form .note-editable {
    overflow-y: auto;
}
/*on-click-open-note-floting-btn*/
.on-click-open-note-floting-btn {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 50;
}

    .on-click-open-note-floting-btn button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        outline: none;
        border: none;
        background: #131313;
        color: #ffae00;
        font-size: 22px;
    }

@media only screen and (max-width: 576px) {
    .keep-your-note-table {
        width: 100%;
        margin: auto;
    }

    .keep-your-note-modal-content-left {
        width: 100%;
        height: 446px;
    }

    .keep-your-note-modal-content-right {
        position: absolute;
        width: 100%;
        right: -819px !important;
        top: 0px;
    }

    .Keep-note-text-editor-mobile-view {
        position: absolute;
        width: 100%;
        top: 0px;
        right: 0px !important;
    }

    .keep-your-note-modal-content-right .keep-your-note-modal-header {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .keep-your-note-modal-content-right .keep-your-note-modal-footer {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .keep-your-note-modal-content-left .keep-your-note-modal-header {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .keep-your-note-modal-content-left .keep-your-note-modal-footer {
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .keep-your-note-modal-header, .keep-your-note-modal-footer {
        padding: 0px 1px 0px 10px !important;
    }

    .keep-your-note-close-btn i {
        margin-left: 5px;
    }
}
/*============================== Keep you note Area End ======================================*/
/*============================== header area overwride ======================================*/
.hide-on-mobile {
    display: block !important;
}

.hide-on-desktop {
    display: none !important;
}

.header-logo-area {
}

.navbar-brand {
    background: #ffffff;
    border-radius: 4px;
    margin: 2px 0px;
    height: 40px !important;
    padding: 2px !important;
    display: inline-block;
}

/*search area navbar*/
.searchUserForNavbar-area {
    margin-top: 8px;
    margin-right: 10px;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a .icon {
    line-height: 42px;
}

.searchUserForNavbar-area-search-box {
}

.searchUserForNavbar-input-area {
    display: flex;
    justify-content: flex-end;
}

    .searchUserForNavbar-input-area input {
        max-width: 185px !important;
        width: 185px !important;
        /*text-align: right;*/
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 32px !important;
        padding-left: 7px;
        outline: none !important;
        border: none !important;
        border-radius: 4px !important;
        font-size: 12px !important;
    }

        .searchUserForNavbar-input-area input::placeholder {
            font-size: 12px !important;
        }

    .searchUserForNavbar-input-area i {
        padding-top: 1px !important;
        right: 0px !important;
        line-height: 27px !important;
        width: 27px !important;
        font-size: 12px !important;
        /* margin-top: 1px !important; */
        /* margin-bottom: 1px !important; */
        height: 27px !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

.searchUserForNavbar-dropdown-area {
    margin-top: 10px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 3px 1px #dedede;*/
    position: relative;
    z-index: 1;
}

.searchUserForNavbar-dropdown-area-inner {
}

.searchUserForNavbar-dropdown-area-row-wrapper {
    padding: 8px 10px;
}

.searchUserForNavbar-dropdown-area-row {
}

.searchUserForNavbar-single-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid #EAEAEA;
    font-family: 'Open Sans', 'Segoe UI' /*rtl:"Droid Arabic Kufi", "WYekan"*/;
    line-height: 1.5;
    transition: .5s;
}

.searchUserForNavbar-single-row-status {
    text-align: right;
    width: 80px;
    align-self: center;
}

.searchUserForNavbar-user-type {
    padding: 0px 10px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 8px;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    font-weight: bold;
}

.searchUserForNavbar-hover:hover {
    color: crimson !important;
}

.searchUserForNavbar-dropdown-area-header-bar {
    background: #dedede;
    width: 100%;
    height: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 1px 0px 3px 1px #dedede;
}

.searchUserForNavbar-dropdown-area-footer-bar {
    background: #dedede;
    width: 100%;
    height: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 3px 1px #dedede;
}

.navbar-inner .navbar-header .navbar-account .account-area > li > a .user-icon {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 27px;
    padding-left: 5px;
    text-align: center;
    -webkit-transition: line-height 0.3s ease;
    -moz-transition: line-height 0.3s ease;
    -o-transition: line-height 0.3s ease;
    transition: line-height 0.3s ease;
}

.user-note-addEdit-btn {
    color: #ffffff;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    width: 20px;
    text-align: center;
}

    .user-note-addEdit-btn:hover {
        cursor: pointer;
        color: #ffffff !important;
    }

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li > a {
    min-width: 35px;
}

/*header login drowpdown area */
.header-login-dropdown-area {
}

    .header-login-dropdown-area li {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .header-login-dropdown-area li a {
            display: block;
            margin: 0 !important;
            font-size: 13px !important;
            line-height: 14px !important;
            font-weight: bold !important;
            text-transform: capitalize !important;
            padding: 8px 12px !important;
        }

    .header-login-dropdown-area > li > a:first-child:hover {
        cursor: pointer;
        background: #ededed !important;
    }

.header-login-dropdown-area-color {
    list-style: none;
    margin: 0px;
    padding: 0px;
    flex-flow: wrap;
}

    .header-login-dropdown-area-color li {
        padding: unset !important;
    }

        .header-login-dropdown-area-color li .colorpick-btn {
            width: 15px;
            height: 15px;
            margin-right: 2px !important;
            border-radius: 50% !important;
            padding: 5px 5px !important;
        }

.header-login-dropdown-area li a i {
    margin-right: 5px !important;
}

.header-login-dropdown-area-color li .colorpick-btn:hover {
    background-color: currentColor !important;
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}


@media only screen and (max-width: 576px) {
    .searchUserForNavbar-input-area input {
        max-width: 150px !important;
        width: 150px !important;
    }

    .searchUserForNavbar-dropdown-area {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 530px) {
    .navbar .sidebar-collapse {
        left: auto;
        right: 0;
        top: 45px;
        width: 50px;
    }

    .header-logo-area {
        width: 100%;
        text-align: center;
        padding-top: 2px;
    }

    .navbar-brand {
        display: inline-block !important;
        float: unset !important;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area {
    }

    .navbar .navbar-inner .navbar-header .navbar-account .setting #btn-setting {
        display: none;
    }

    /* .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area .avatar {
        display: none;
    }

    .navbar .navbar-inner .navbar-header .navbar-account .account-area .login-area {
        display: none;
    }*/
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }
}

/*============================== new course card design Start  ======================================*/
/* .course-card {
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px blue;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    position: relative;
}
    .course-card:first-child {
        border-left: 3px solid #fbbc05;
    }
    .course-card:nth-child(2n+1) {
        border-left: 3px solid #4285f4;
    }
    .course-card:nth-child(2n) {
       
        border-left: 3px solid #ea4335;
    }
.course-card-techer-name {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-top: 15px;
}
.course-card-status-pills {
    font-size: 14px;
    background: #53a93f !important;
    border-radius: 20px;
    padding: 2px 8px;
    display: inline-block;
}
.course-card-width-31-parcent {
    width: 31% !important;
}

.course-card-inner {
    padding: 25px 6px;
}
.course-card-body {
    margin-left: 20px;
}
.course-card-title-icon {
    width: 20px;
}
.course-title {
    font-size: 18px;
   
}
.course-title-area {
    margin-bottom: 5px;
}
.course-card-title-area {
    margin-bottom: 3px;
}
.course-card-body-title-icon {
    width: 18px;
    margin-right: 5px !important;
}
.course-body-title {
    font-size: 13px;
}

.course-card-footer .course-card-footer-btn {
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.course-card-footer {
    position: absolute;
    bottom: 0px;
}

.course-card-footer .course-card-footer-btn:last-child {
    margin-right: unset !important;
}

.course-card-bg-circle1 {
    position: absolute;
    top: 29%;
    left: 69%;
    width: 14px;
    height: 14px;
    background-color: #00ff0752;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}
.course-card-bg-circle2 {
    position: absolute;
    top: 5%;
    left: 90%;
    width: 17px;
    height: 17px;
    background-color: #ffd9008a;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.course-card-bg-circle3 {
    position: absolute;
    bottom: 44%;
    left: 77%;
    width: 22px;
    height: 22px;
    background-color: #6dbaf81f;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.course-card-bg-circle4 {
    position: absolute;
    bottom: 13%;
    left: 13%;
    width: 14px;
    height: 14px;
    background-color: #6dbaf830;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.course-card-bg-circle5 {
    position: absolute;
    top: 70%;
    right: 49%;
    width: 20px;
    height: 20px;
    background-color: #ffd9008a;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.course-card-bg-circle6 {
    position: absolute;
    top: 71%;
    right: 5%;
    width: 30px;
    height: 30px;
    background-color: #ff000020;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}


@media (max-width:576px) {
    .dashboard-popup-modal-circle6 {
        position: absolute;
        top: 46%;
        right: 1%;
        width: 13px;
        height: 13px;
    }

    .dashboard-popup-modal-circle3 {
        position: absolute;
        top: 46%;
        left: 1%;
        width: 13px;
        height: 13px;
    }

    .dashboard-popup-modal-circle2 {
        position: absolute;
        top: 31%;
        left: 11%;
        width: 8px;
        height: 8px;
    }

    .dashboard-popup-modal-circle5 {
        position: absolute;
        top: 31%;
        right: 11%;
        width: 8px;
        height: 8px;
    }
}
@media (max-width:768px) {
    .course-card-width-31-parcent {
        width: 46% !important;
        margin: auto;
    }
    .course-card-footer {
        position: relative !important;
    }
    .course-card-inner {
        padding-bottom: 5px !important;
    }
}
@media (max-width:576px) {
    .course-card-width-31-parcent {
        width: 95% !important;
        
    }
    
    .course-card {
        padding-bottom: 0px !important;
    }
}*/
/*============================== new course card design End  ======================================*/
/*============================== Dashboard courses box design start  ====================================*/
.courses-box-footer-text {
    display: block;
}

.dashbord-courses-box {
    border: 1px solid #57b5e3;
    padding: 0px !important;
    margin: 15px;
    width: calc(33.33333333% - 30px);
    border-radius: 4px;
}

.dashbord-courses-box-body {
    padding: 15px 15px 45px 15px;
    background: #ffffff;
    position: relative;
}

.dashbord-courses-box-teacher-list {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}

@media(max-width: 1335px) {
    .dashbord-courses-box-body {
        padding: 15px 15px 62px 15px;
    }
}

@media(max-width: 1200px) {
    .dashbord-courses-box-body {
        padding: 15px 15px 62px 15px;
    }
}

@media (min-width: 769px) {
    .dashbord-courses-box {
        width: calc(33.33333333% - 30px);
    }
}

@media (max-width: 768px) {
    .dashbord-courses-box {
        width: calc(50% - 30px);
    }
}

@media (max-width: 568px) {
    .dashbord-courses-box {
        width: 100% !important;
    }
}

.dashboard-courses-list {
}

.dashbord-courses-box-body {
}

.dashbord-courses-box-title {
    position: relative;
    z-index: 5;
}

.dashbord-courses-box-status {
}

.dashbord-courses-box-department {
    position: relative;
    z-index: 5;
}

.dashbord-courses-box-footer {
    background: #57b5e3;
    padding: 5px 8px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* position: relative;*/
    z-index: 10;
}

    .dashbord-courses-box-footer .dashbord-courses-box-footer-btn {
        color: #ffffff;
        font-size: 13px;
        margin-left: 7px;
    }

    .dashbord-courses-box-footer .dropdown-toggle {
        padding: 5px 5px 0px 10px;
    }

    .dashbord-courses-box-footer .dashbord-courses-box-footer-dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0px;
        left: unset !important;
    }

.course-card-bg-circle1 {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 14px;
    height: 14px;
    background-color: #ff000018;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.course-card-bg-circle2 {
    position: absolute;
    top: 70%;
    left: 39%;
    width: 10px;
    height: 10px;
    background-color: #ffd900c9;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.course-card-bg-circle3 {
    position: absolute;
    top: 52%;
    left: 55%;
    width: 22px;
    height: 22px;
    background-color: #00ff07ba;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.course-card-bg-circle4 {
    position: absolute;
    top: 2%;
    right: 4%;
    width: 20px;
    height: 20px;
    background-color: #00ff0730;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
}

.course-card-bg-circle5 {
    position: absolute;
    top: 24%;
    right: 18%;
    width: 15px;
    height: 16px;
    background-color: #00ff07ba;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
}


.course-card-bg-circle6 {
    position: absolute;
    bottom: 4%;
    right: 4%;
    width: 22px;
    height: 22px;
    background-color: #ff0000b0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
}

/*============================== Dashboard courses box design End  ======================================*/


/*============================== side bar menu overwride ======================================*/


.page-sidebar .sidebar-menu .submenu > li > a {
    display: flex;
    align-items: center;
    line-height: 1.1 !important;
    padding: 7px 0px 7px 22px !important;
}



.page-sidebar .sidebar-menu a {
    height: 32px;
    line-height: 30px;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

    .page-sidebar .sidebar-menu a .menu-icon {
        min-width: 15px;
        font-size: 11.5px;
        color: #153d77;
    }

    .page-sidebar .sidebar-menu a .menu-expand {
        top: 11px;
        font-size: 15px;
    }

.page-sidebar .sidebar-menu > li > .submenu > li > a::before {
    left: 10px;
    border: 1px solid #153d77;
    top: 14px;
}

.page-sidebar .sidebar-menu > li > .submenu::before {
    left: 12px;
    bottom: 16px;
    border-left: 1px solid #dfdfdf;
}

.page-sidebar .sidebar-menu .submenu > li > a .menu-icon {
    font-size: 11px;
    margin-top: 2px;
    margin-right: 3px;
}
/* iems sidebar submenu line issue style */
.page-sidebar .sidebar-menu .submenu > li > a {
    display: flex;
    align-items: center;
    line-height: 1.1 !important;
    padding: 7px 0px 7px 25px;
}

/*.page-sidebar .sidebar-menu .submenu > li > a .menu-text {
    display: block;
}*/



.page-sidebar.menu-compact .sidebar-menu a .menu-icon {
    min-width: 30px;
    font-size: 15px;
    color: #153d77;
}

/*sidebar cercle shape design */
.sidebar-cercle-one {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EA4335;
    bottom: 0px;
    left: 55px;
    z-index: 50;
    opacity: 0.3;
    animation: animation-1 4s ease-in 1s infinite alternate;
}

.sidebar-cercle-two {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #34A853;
    bottom: -70px;
    left: 160px;
    z-index: 50;
    opacity: 0.3;
    animation: animation-2 5s ease-in-out 1s infinite alternate;
}

.sidebar-cercle-three {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FBBC05;
    bottom: 10px;
    left: 150px;
    z-index: 50;
    opacity: 0.3;
    animation: animation-3 6s ease-in-out 1s infinite alternate;
}

.sidebar-cercle-four {
    position: absolute;
    width: 108px;
    height: 99px;
    background-image: url('/assets/img/sidebaricon/sidebar-bottom-shap-big-1.svg');
    /*background-image: url('../../img/sidebaricon/sidebar-bottom-shap.svg');*/
    background-repeat: no-repeat;
    left: 0px;
    bottom: -150px;
    z-index: 40;
}

@keyframes animation-1 {
    0% {
        left: 55px;
        bottom: 0px;
    }

    50% {
        left: 25px;
        bottom: -40px;
    }

    100% {
        left: 55px;
        bottom: -80px;
    }
}

@keyframes animation-2 {
    0% {
        left: 160px;
        bottom: -70px;
    }

    100% {
        left: 20px;
        bottom: -70px;
    }
}

@keyframes animation-3 {
    0% {
        left: 150px;
        bottom: 10px;
    }

    100% {
        left: 150px;
        bottom: -70px;
    }
}

@media only screen and (max-width: 576px) {
    .page-sidebar {
        position: absolute;
        top: 0;
        left: -300px !important;
        width: 224px;
        display: block;
        transition: all 0.3s;
        z-index: 100;
        background: #ffffff;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

        .page-sidebar:before {
            transition: all 0.3s;
            content: "";
            position: fixed;
            display: block;
            top: 0;
            transition: all 0.1s;
            left: -3000px !important;
            width: 224px;
            background-color: #ffffff;
            -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
            z-index: 100;
        }

    .page-content {
        margin-left: 0px !important;
    }

    .sidebarShowOnMobile {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0 !important;
        width: 224px;
        display: block;
    }

        .sidebarShowOnMobile::before {
            transition: all 0.3s;
            left: 0px !important;
            width: 224px;
        }

    .page-header .header-buttons {
        display: block;
        position: relative;
    }
}
/*============ payment peding cercle design satrt  ===================*/
#paymentPendingModal {
    background: #000000b5;
}

.base-timer {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

.base-timer__label {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

/*============ payment panding circle design End  ===================*/

/*============ Globaly responsive style ===================*/
@media only screen and (max-width: 576px) {

    /*============ course box responsive style start   ============*/
    .courses-box-footer-text {
        display: block;
    }
    /*============ course box responsive style End   ============*/

    /*============ pagination-area start   ============*/

    .pagination-area {
    }

        .pagination-area .pull-left {
            width: 100%;
        }

        .pagination-area .pull-right {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .pagination-area .pull-right .form-group {
                display: flex;
            }

            .pagination-area .pull-right .form-group,
            .pagination-area .pull-left .form-group {
                margin-bottom: 5px !important;
            }

                .pagination-area .pull-right .form-group:last-child {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                }

    .pagination-area {
    }

    /*============ pagination-area end =============*/

    .d-sm-block {
        display: block !important;
    }

    .hide-table-column-on-mobile {
        display: none !important;
    }

    .hide-table-column-on-desktop {
        display: table-cell !important;
    }

    /*======== Sm Width  ============*/
    .sm-width-0 {
        width: 0px !important;
    }

    .sm-width-25 {
        width: 25px !important;
    }

    .sm-width-50 {
        width: 50px !important;
    }

    .sm-width-75 {
        width: 75px !important;
    }

    .sm-width-100 {
        width: 100px !important;
    }

    .sm-width-125 {
        width: 125px !important;
    }

    .sm-width-150 {
        width: 150px !important;
    }

    .sm-width-175 {
        width: 175px !important;
    }

    .sm-width-200 {
        width: 200px !important;
    }


    .sm-width-unset {
        width: unset !important;
    }

    .sm-width-100-parcent {
        width: 100% !important;
    }

    .sm-width-95-parcent {
        width: 95% !important;
    }
    /*======== Sm Margin Bottom ============*/
    .sm-margin-top-0 {
        margin-top: 0px;
    }

    .sm-margin-top-5 {
        margin-bottom: 5px;
    }

    .sm-margin-top-10 {
        margin-top: 10px;
    }

    .sm-margin-top-15 {
        margin-top: 15px;
    }

    .sm-margin-top-20 {
        margin-top: 20px;
    }

    .sm-margin-top-50 {
        margin-top: 50px;
    }
    /*======== Sm Margin Bottom ============*/
    .sm-margin-bottom-0 {
        margin-bottom: 0px;
    }

    .sm-margin-bottom-5 {
        margin-bottom: 5px;
    }

    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .sm-margin-bottom-15 {
        margin-bottom: 15px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }
    /*============== Sm Padding ==============*/
    .sm-padding-0 {
        padding: 0px !important;
    }

    .sm-padding-1 {
        padding: 1px !important;
    }

    .sm-padding-2 {
        padding: 2px !important;
    }

    .sm-padding-3 {
        padding: 3px !important;
    }

    .sm-padding-4 {
        padding: 4px !important;
    }

    .sm-padding-5 {
        padding: 5px !important;
    }

    .sm-padding-10 {
        padding: 10px !important;
    }

    .sm-padding-15 {
        padding: 15px !important;
    }

    .sm-padding-20 {
        padding: 20px !important;
    }
    /*============== Sm Padding Bottom ==============*/
    .sm-padding-bottom-0 {
        padding-bottom: 0px !important;
    }

    .sm-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .sm-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .sm-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .sm-padding-bottom-20 {
        padding-bottom: 20px !important;
    }
    /*============== Sm Padding left ==============*/
    .sm-padding-left-0 {
        padding-left: 0px !important;
    }

    .sm-padding-left-5 {
        padding-left: 5px !important;
    }

    .sm-padding-left-10 {
        padding-left: 10px !important;
    }

    .sm-padding-left-15 {
        padding-left: 15px !important;
    }

    .sm-padding-left-20 {
        padding-left: 20px !important;
    }
    /*============== Sm Padding left ==============*/
    .sm-padding-right-0 {
        padding-right: 0px !important;
    }

    .sm-padding-right-5 {
        padding-right: 5px !important;
    }

    .sm-padding-right-10 {
        padding-right: 10px !important;
    }

    .sm-padding-right-15 {
        padding-right: 15px !important;
    }

    .sm-padding-right-20 {
        padding-right: 20px !important;
    }
    /*===========Sm Font Size ==========*/
    .sm-font-10 {
        font-size: 10px !important;
    }

    .sm-font-11 {
        font-size: 11px !important;
    }

    .sm-font-12 {
        font-size: 12px !important;
    }

    .sm-font-13 {
        font-size: 13px !important;
    }

    .sm-font-14 {
        font-size: 14px !important;
    }

    .sm-font-15 {
        font-size: 15px !important;
    }

    .sm-font-16 {
        font-size: 16px !important;
    }

    .sm-font-17 {
        font-size: 17px !important;
    }

    .sm-font-18 {
        font-size: 18px !important;
    }

    .sm-font-19 {
        font-size: 19px !important;
    }

    .sm-font-20 {
        font-size: 20px !important;
    }
    /*============= Text Alignment  ================*/
    .sm-text-align-center {
        text-align: center !important;
    }

    .sm-text-align-right {
        text-align: right !important;
    }

    .sm-text-align-left {
        text-align: left !important;
    }
}


thead.on-print, thead.show-on-print {
    Display: none;
}

tfoot.on-print, tfoot.show-on-print {
    Display: none;
}

.show-on-print {
    Display: none;
}

/*#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
}*/

@media print {

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font: 13px Arial, Helvetica,"Lucida Grande", serif;
        color: #000;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    table {
        border-color: #000000;
    }

    footer, .pb, .pb-after {
        display: block;
        page-break-after: always;
    }

    .pb-before {
        display: block;
        page-break-before: always;
    }

    .pb-before-avoid {
        page-break-before: avoid !important;
    }

    .pb-after-avoid {
        page-break-after: avoid !important;
    }

    .print-fixed {
        position: fixed;
    }

    .page-body, .page-content, .main-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    .no-bordered
    .no-border
    {  border: none !important;}
  .print-no-bg,  input, button, select, textarea, option, optgroup, .form-control, .input-group .input-group-addon {
        background-color: transparent !important;
        color: #000 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-color: transparent !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        -o-appearance: none !important;
        appearance: none !important;
    }

    .hide-on-print, .no-print, .navbar, .page-sidebar, .sidebar-header-wrapper, .chatbar, .page-breadcrumbs, .page-header {
        display: none;
    }

    #print-btn #update-btn #nav-left #nav-bar, #selectUnitContainer, .navbar, .sidebar-nav, .widget-buttons {
        display: none;
    }

    #print-btn, #update-btn, #units, .btn {
        display: none;
    }

    #nav-left {
        display: none;
    }

    .show-on-print {
        visibility: visible;
        Display: inline;
    }

    #report-container, .on-print, .show-on-print {
        visibility: visible !important;
    }

    thead.on-print, thead.show-on-print {
        Display: table-header-group !important;
    }

    tfoot.on-print, tfoot.show-on-print {
        Display: table-footer-group !important;
    }

    .well .span12 {
        width: 100%;
        visibility: visible;
    }

    .navbar {
        display: none;
    }

    .sidebar-nav {
        display: none;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
    /*remove link on print*/
    a[href]:after {
        content: none !important;
    }
}

.dashboard-menu-card-content {
}

.dashboard-menu-card-content {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.area-menu-modal-body {
    padding: 0px !important;
}

.dashboard-menu-card-item {
    width: 16%;
    padding: 10px 10px 10px 10px;
    transition: 0.3s;
}

.dashboard-menu-card-single-item {
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 3px 5px 0px #dbdbdbe3;
    display: block;
    height: 100%;
    border: 1px solid #00bfee;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none !important;
}

.dashboard-menu-card-item-title {
    font-size: 13px;
    color: #170475;
    margin-top: 3px;
    font-weight: bold;
    margin-bottom: 3px;
    font-family: 'Open Sans', 'Segoe UI';
}

.dashboard-menu-card-item-des {
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 2px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 3px;
}

.dashboard-menu-card-icon {
}

    .dashboard-menu-card-icon img {
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 20;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.dashboard-menu-card-icon {
    position: relative;
    overflow: hidden;
}

.dashboard-menu-card-circle1 {
    position: absolute;
    top: 2%;
    left: 4%;
    width: 14px;
    height: 14px;
    background-color: #ff000018;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-circle2 {
    position: absolute;
    top: 24%;
    left: 18%;
    width: 10px;
    height: 10px;
    background-color: #ffd9008a;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-circle3 {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 22px;
    height: 22px;
    background-color: #6dbaf81f;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-circle4 {
    position: absolute;
    top: 2%;
    right: 4%;
    width: 14px;
    height: 14px;
    background-color: #6dbaf830;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-circle5 {
    position: absolute;
    top: 24%;
    right: 18%;
    width: 10px;
    height: 10px;
    background-color: #00ff0752;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-circle6 {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 22px;
    height: 22px;
    background-color: #ff000020;
    border-radius: 50%;
    z-index: 10;
    opacity: .4;
}

.dashboard-menu-card-single-item:hover {
    border: 1px solid #5033b7;
    box-shadow: 0px 3px 8px 0px #dbdbdbe7;
}

@media (max-width:991px) {
    .dashboard-menu-card-item {
        width: 33%;
    }

    .dashboard-menu-card-item {
        width: 33%;
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width:768px) {
    .dashboard-menu-card-area {
        padding: 5px;
    }

    .dashboard-menu-card-item-des {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media (max-width:576px) {
    .dashboard-menu-card-area {
        padding: 5px;
    }

    .dashboard-menu-card-item {
        width: 50%;
        padding: 8px 6px 8px 6px;
    }

    .dashboard-menu-card-icon img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .dashboard-menu-card-single-item {
        padding: 6px 5px 5px 5px;
    }

    .dashboard-menu-card-item-title {
        font-size: 12px;
        line-height: 1.2;
    }

    .dashboard-menu-card-item-des {
        font-size: 9px;
        line-height: 1.3;
    }
}

/* Sidebar start */

.navbar .navbar-inner {
  background: #001941;
}
.page-sidebar:before {
  background-color: #001d49;
}
.page-sidebar .sidebar-menu > li > a {
  border-top: 1px solid #575757;
  color: white;
}
.page-sidebar .sidebar-menu li.active > a {
  color: white;
  background: #2e3458;
}

.page-sidebar .sidebar-menu a .menu-expand {
    color: white;
}

.page-sidebar .sidebar-menu a .menu-icon {
  color: #bbb8b8;
}
.page-sidebar .sidebar-menu > li > a:hover {
  border-color: #f3f3f3;
  background-color: #2d4281;
  color: #ffffff;
}
.page-sidebar .sidebar-menu > li.open > a {
  background-color: #2e3458;
  color: white;
}
.page-sidebar .sidebar-menu .submenu > li > a {
  background: #040533;
  color: white;
}
.page-sidebar.menu-compact .sidebar-menu a .menu-icon {
  min-width: 30px;
  font-size: 15px;
  color: #b4b9b3;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #001d49;
    color: white !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #575757;
}
.page-sidebar.menu-compact .sidebar-menu > li > a:hover {
  background-color: #2d4281;
}
.page-sidebar .sidebar-menu li:not(.open):hover:before {
  background-color: #5d6d86;
}
.page-sidebar.menu-compact .sidebar-menu > li > a.menu-dropdown > .menu-text {
  border-bottom: 1px solid #575757;
  color: white;
  background: #2e3458;
}
.page-sidebar.menu-compact .sidebar-menu > li > a .menu-text {
  border-bottom: 1px solid #575757;
  color: white;
  background: #2e3458;
}
/* Sidebar end */

/* */

/* button shiny start */

/* default btn */
.btn {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

/* default hover */
.btn:hover,
.btn-default:hover {
  zoom: 1;
  filter: alpha(opacity = 90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* primary */
.btn-primary,
.btn-primary:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiMwMDk1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    center top,
    #0095ff 5%,
    #005eff 100%
  );
  background-image: -moz-linear-gradient(center top, #0095ff 5%, #005eff 100%);
  background-image: -o-linear-gradient(center top, #0095ff 5%, #005eff 100%);
  background-image: linear-gradient(center to bottom, #0095ff 5%, #005eff 100%);
}

/* info */
.btn-info,
.btn-info:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: -moz-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: -o-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: linear-gradient(
    linear,
    left to bottom,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
}
.btn-blue,
.btn-blue:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyOGIzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwOTViMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: -moz-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: -o-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
  background-image: linear-gradient(
    linear,
    left to bottom,
    left bottom,
    from(#28b3d3),
    to(#2095b0)
  );
}

/* danger */
.btn-danger,
.btn-danger:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDFjMjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhMTMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#ed1c24),
    to(#aa1317)
  );
  background-image: -moz-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#ed1c24),
    to(#aa1317)
  );
  background-image: -o-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#ed1c24),
    to(#aa1317)
  );
  background-image: linear-gradient(
    linear,
    left to bottom,
    left bottom,
    from(#ed1c24),
    to(#aa1317)
  );
}

/* success */
.btn-success,
.btn-success:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3ZGI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlN2QwZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#7db72f),
    to(#4e7d0e)
  );
  background-image: -moz-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#7db72f),
    to(#4e7d0e)
  );
  background-image: -o-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#7db72f),
    to(#4e7d0e)
  );
  background-image: linear-gradient(
    linear,
    left to bottom,
    left bottom,
    from(#7db72f),
    to(#4e7d0e)
  );
}

/* warning */
.btn-warning,
.btn-warning:focus {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYWE1MWEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
  background-image: -moz-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
  background-image: -o-linear-gradient(
    linear,
    left top,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
  background-image: linear-gradient(
    linear,
    left to bottom,
    left bottom,
    from(#faa51a),
    to(#f47a20)
  );
}

/* button end */

.bordered-sky {
  border-color: #096aff !important;
}
.bordered-blue {
  border-color: #096aff !important;
}
.table thead.bordered-blue > tr > th {
  border-bottom: 3px solid #096aff;
}
