/*************** 1. Sass Variables ***************/
/*************** 2.Mixins ***************/
/* @font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
} */

/************************************************
	************************************************
										Body CSS							
	************************************************
************************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap');

html {
    height: 100%;
}
.child-popup  .modal-body{
        padding: 25px 0 !Important;
    
}

.child-popup textarea.form-control{
    height: 100px !important;
}
body {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    color: #2e323c;
    background: #f5f6fa;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #e6e6e6;
}

body::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 1px solid #cccccc;
}

body.boxed {
    margin: 0 auto;
    max-width: 1200px;
    background: #000000;
}

body.boxed .app-header {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    left: inherit;
    right: inherit;
}

body.boxed .main-footer {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    left: inherit;
    right: inherit;
}

body.full-screen a.onoffcanvas-toggler {
    display: inline-block;
}

body.full-screen .app-side {
    left: 0;
}

body.full-screen .app-side.is-open {
    left: -230px;
}

@media (max-width: 992px) {
    body.full-screen .app-side {
        left: -230px;
    }

    body.full-screen .app-side.is-open {
        left: 0;
    }
}

body.full-screen .app-main {
    margin-left: 0;
}

@media (max-width: 1100px) {
    body.off-canvas a.onoffcanvas-toggler {
        display: inline-block;
    }

    body.off-canvas a.mini-nav-btn {
        display: none;
    }
}

body.login-bg {
    background: url("../img/login-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

body.error-bg {
    background: url("../img/login-slider.jpg") no-repeat;
    background-size: cover;
    background-position: center center fixed;
}

/************************************************
	************************************************
										Common CSS							
	************************************************
************************************************/
a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
}

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

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e1e5f1;
}

/************************************************
	************************************************
											Reusable CSS							
	************************************************
************************************************/
/*************** Card Fixed Heights ***************/
.card333 {
    height: 332px;
}

.card160 {
    height: 159px;
}

/*************** Spacers ***************/
.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

.spacer60 {
    height: 60px;
}

.spacer70 {
    height: 70px;
}

/************* Background Colors **************/
.bg-primary {
    background-color: #00322d !important;
}

.bg-secondary {
    background-color: #ff3e61 !important;
}

.bg-success {
    background-color: #32ba7c !important;
}

.bg-light-green {
    background-color: #d8f1ef !important;
}

.bg-info {
    background-color: #00322d !important;
}

.bg-light-blue {
    background-color: #e0f0fd !important;
}

.bg-warning {
    background-color: #ffc012 !important;
}

.bg-light-yellow {
    background-color: #fdebd1 !important;
}

.bg-danger {
    background-color: #ff4c4c !important;
}

.bg-light-red {
    background-color: #fde8e8 !important;
}

.bg-pink {
    background-color: #F782AA !important;
}

.bg-light-pink {
    background-color: #ffeaf7 !important;
}

.bg-purple {
    background-color: #5a66b5 !important;
}

.bg-orange {
    background-color: #ff9f41 !important;
}

.bg-brown {
    background-color: #ab7967 !important;
}

.bg-light-brown {
    background-color: #e7e0e1 !important;
}

.bg-light {
    background-color: #f0f8ff !important;
}

.bg-dark {
    background-color: #3c3c3c !important;
}

/************* Text Colors **************/
.text-primary {
    color: #00322d !important;
}

.text-secondary {
    color: #ff3e61 !important;
}

.text-success {
    color: #32ba7c !important;
}

.text-gray {
    color: #78828c !Important
}

.text-info {
    color: #2196f3 !important;
}

.text-warning {
    color: #ffc012 !important;
}

.text-danger {
    color: #ff4c4c !important;
}

.text-pink {
    color: #F782AA !important;
}

.text-acpt {
    color: rgb(179, 179, 179) !important
}

.text-light {
    color: #e0f0fd !important;
}

.text-dark {
    color: #000000 !important;
}

.text-muted {
    color: #505050 !important;
}

.ticket-text {
    font-size: 13px;
}

.status-bg {
    padding: 2px 3px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.success {
    background: #32ba7c !important;
}

.warning {
    background: #ffc012 !important;
}

.acpt {
    background: rgb(179, 179, 179) !important;
}

.gray {
    background: #78828c !important;
}

.info {
    background: #2196f3 !important;
}

/************* Overflows Scrolls **************/
.overflow-scroll {
    overflow: auto;
}

/************* Char Count **************/
.charCount {
    font-size: .7rem;
}

/************* Image Sizes **************/
.img-30 {
    width: 30px;
    height: 30px;
}

/************************************************
	************************************************
										Layout CSS							
	************************************************
************************************************/
.app {
    min-height: 100%;
}

.app-wrap {
    min-height: 100vh;
    position: relative;
}

.app-header {
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e8ebf4;
    position: fixed;
    /*    z-index: 1020;*/
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

.app-header.primary {
    background: #00322d;
    border-bottom: 1px solid #00322d;
}

.app-header.primary a.mini-nav-btn {
    border-right: 1px solid #006cc8;
}

.app-header.primary a.mini-nav-btn i {
    color: #ffffff;
}

.app-header.primary .header-actions > li {
    border-left: 1px solid #006cc8;
}

.app-header.primary .header-actions > li > a i {
    color: #ffffff;
}

.app-header.primary .header-actions > li:first-child {
    border-left: 0;
}

.app-header.primary a.onoffcanvas-toggler {
    border-right: 1px solid #006cc8;
}

.app-header.primary a.onoffcanvas-toggler i {
    color: #ffffff;
}

@media (max-width: 576px) {
    .app-header {
        position: inherit;
    }
}

.app-container {
    position: relative;
    background: #f5f6fa;
    top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .app-container {
        top: inherit;
    }
}

.app-main {
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 230px;
}

.app-main.left-toggle {
    margin-left: 0;
}

.main-heading {
    padding: .6rem .5rem;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #dde1ee;
    -moz-box-shadow: 0 10px 20px -10px #dde1ee;
    box-shadow: 0 10px 20px -10px #dde1ee;
    z-index: 10;
}

.main-heading .page-icon {
    float: left;
    border-right: 1px solid #e1e5f1;
    padding-right: 10px;
}

.main-heading .page-icon i {
    font-size: 24px;
    color: #00322d;
    margin: 9px 6px 9px 0;
    display: block;
}

.main-heading .page-title {
    margin-left: 60px;
}

.main-heading .page-title h5 {
    margin: 0;
    padding: 0;
    line-height: 120%;
}

.main-heading .page-title h6.sub-heading {
    margin: 3px 0 0 0;
    padding: 0;
    font-size: .80rem;
    color: #505050;
}

.main-heading .right-actions {
    float: right;
    margin-top: 2px;
}

@media (max-width: 576px) {
    .main-heading .right-actions {
        display: none;
    }
}

/*************** Date Range ***************/
.date-range .form-control {
    max-width: 170px;
    float: left;
    margin-right: 1px;
}

.main-content {
    position: relative;
    margin-bottom: auto;
    padding: 1.5rem;
    min-height: 750px;
    background: #fff;
}

.main-footer {
    background: #ffffff;
    padding: .7rem 1rem;
    border-top: 1px solid #e1e5f1;
    font-size: .65rem;
    color: #505050;
}

.main-footer.fixed-btm {
    z-index: 9;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
}

.main-footer.no-bdr {
    border: 0;
}

.app-side {
    margin: 0;
    width: 230px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
    background: #ffffff;
    -webkit-box-shadow: 20px 0 20px -20px #d3d7e9;
    -moz-box-shadow: 20px 0 20px -20px #d3d7e9;
    box-shadow: 20px 0 20px -20px #d3d7e9;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.app-side.fixed {
    position: fixed;
    padding: 57px 0 0 0;
}

.app-side.left-toggle {
    left: -230px;
}

@media (max-width: 1100px) {
    .app-side {
        left: 0;
    }

    .app-side.is-open {
        left: -230px;
    }
}

@media (max-width: 992px) {
    .app-side {
        left: -230px;
    }

    .app-side.is-open {
        left: 0;
    }
}

.side-content {
    margin-bottom: auto;
}

.side-content .user-profile {
    padding: 30px 10px 20px 10px;
    text-align: center;
    background: #f5f6fa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.side-content .user-profile img.profile-thumb {
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 0 15px #c2c8e0;
    margin: 0 auto;
}

.side-content .user-profile h6.profile-name {
    margin: 15px 0 0 0;
    font-size: .85rem;
}

.side-content ul.profile-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.side-content ul.profile-actions > li {
    border-right: 1px solid #e4e7f2;
    border-left: 1px solid white;
}

.side-content ul.profile-actions > li a {
    font-size: .65rem;
    text-align: center;
    display: block;
    width: 50px;
    color: #505050;
    position: relative;
    padding: 3px 0;
}

.side-content ul.profile-actions > li a i {
    font-size: 24px;
    margin: auto;
}

.side-content ul.profile-actions > li a .count-label {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid #00322d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.side-content ul.profile-actions > li a .count-label.red {
    border: 2px solid #ff3e61;
}

.side-content ul.profile-actions > li a .count-label.green {
    border: 2px solid #32ba7c;
}

.side-content ul.profile-actions > li a .count-label.yellow {
    border: 2px solid #ffc012;
}

.side-content ul.profile-actions > li a:hover {
    color: #00322d;
}

.side-content ul.profile-actions > li:last-child {
    border-right: 0;
}

.side-content ul.profile-actions > li:first-child {
    border-left: 0;
}

.side-content ul.profile-actions > li:first-child a {
    color: #00322d;
}

.side-nav .unifyMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0;
}

.side-nav .unifyMenu > li {
    position: relative;
    background: #ffffff;
}

.side-nav .unifyMenu > li.selected:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 8px;
    border-right: 11px solid #e4e7f2;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 2020;
}

.side-nav .unifyMenu > li.selected > a {
    color: #ffffff;
    background: #00322d;
}

.side-nav .unifyMenu > li.selected .current-page {
    color: #00322d;
    pointer-events: none;
}

.side-nav .unifyMenu > li.menu-header {
    text-transform: uppercase;
    font-size: .70rem;
    padding: .8em 1em .8em 2em;
    color: #505050;
}

.side-nav .unifyMenu a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline-width: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #ffffff;
    color: #4d4d4d;
}

.side-nav .unifyMenu a:active,
.side-nav .unifyMenu a:focus,
.side-nav .unifyMenu a:hover {
    color: #00322d;
    background: #f5f6fa;
}

.side-nav .unifyMenu ul {
    background: #ffffff;
}

.side-nav .unifyMenu ul a {
    padding: .5em;
    padding-left: 4rem;
}

.side-nav .unifyMenu ul ul a {
    padding-left: 5rem;
}

.side-nav .collapse {
    display: none;
}

.side-nav .collapse.in {
    display: block;
}

.side-nav .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.side-nav .arrow {
    float: right;
    line-height: 1.42857;
}

.side-nav .has-arrow {
    position: relative;
}

.side-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 1.3em;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 50%;
    margin-top: 2px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.side-nav .active > .has-arrow::after,
.side-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(225deg) translate(0, -50%);
    -ms-transform: rotate(225deg) translate(0, -50%);
    -o-transform: rotate(225deg) translate(0, -50%);
    transform: rotate(225deg) translate(0, -50%);
    margin-top: 0;
}

@media (min-width: 992px) {
    .app-side.is-mini {
        width: 65px;
        left: 0;
    }

    .app-side.is-mini ~ .app-main {
        margin-left: 65px;
    }

    .app-side.is-mini .unifyMenu > li.selected:after {
        border-right: 11px solid transparent;
    }

    .app-side.is-mini .unifyMenu > li.selected:before {
        border-right: 11px solid transparent;
    }

    .app-side.is-mini .unifyMenu > li.menu-header {
        display: none;
    }

    .app-side.is-mini .unifyMenu > li > ul {
        position: absolute;
        top: 100%;
        left: 100%;
        display: none;
    }

    .app-side.is-mini .unifyMenu > li > ul > li > a {
        padding: 0.5em 0.5em 0.5em 1.5em;
    }

    .app-side.is-mini .unifyMenu > li:hover > ul {
        display: block;
        min-width: 192px;
        height: auto !important;
        box-shadow: 2px 2px 0 2px #e4e7f2;
    }

    .app-side.is-mini .unifyMenu > li:hover > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 257px;
        color: #ffffff;
        background: #00322d;
    }

    .app-side.is-mini .unifyMenu > li:hover > a:active,
    .app-side.is-mini .unifyMenu > li:hover > a:focus,
    .app-side.is-mini .unifyMenu > li:hover > a:hover {
        color: #ffffff;
        background: #00322d;
    }

    .app-side.is-mini .unifyMenu > li:hover .nav-title {
        display: inline-block;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .app-side.is-mini .unifyMenu > li:hover > .has-arrow::after {
        border-width: 1px 0 0 1px;
    }

    .app-side.is-mini .unifyMenu > li > a.has-arrow::after {
        border-width: 0;
    }

    .app-side.is-mini .unifyMenu li:last-child {
        padding-bottom: 0;
    }

    .app-side.is-mini .unifyMenu ul ul a {
        padding-left: 2.5rem;
    }

    .app-side.is-mini .nav-title {
        display: none;
    }

    .app-side.is-mini .user-profile img.profile-thumb {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin: 20px auto 10px auto;
    }

    .app-side.is-mini .user-profile h6.profile-name {
        display: none;
    }

    .app-side.is-mini .user-profile .profile-actions {
        display: none;
    }
}

@media (max-width: 1100px) {
    .app-main {
        margin-left: 0;
    }

    .side-nav .unifyMenu > li.selected:after {
        border-right: 0;
    }
}

.has-icon {
    width: 65px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    height: 2.5rem;
    font-size: 1.5em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.onoffcanvas {
    visibility: hidden;
}

.onoffcanvas.is-open {
    visibility: visible;
}

/*************** Sidebar Dark ***************/
.sidebar-dark {
    background: #2e3841;
    color: #ffffff;
}

.sidebar-dark .side-content .user-profile {
    background: #232b32;
}

.sidebar-dark .side-content ul.profile-actions > li {
    border-right: 1px solid #191e23;
    border-left: 1px solid #394550;
}

.sidebar-dark .side-content ul.profile-actions > li:first-child {
    border-left: 0;
}

.sidebar-dark .side-content ul.profile-actions > li:last-child {
    border-right: 0;
}

.sidebar-dark .side-nav .unifyMenu > li {
    background: #2e3841;
}

.sidebar-dark .side-nav .unifyMenu a {
    background: #2e3841;
    color: #505050;
}

.sidebar-dark .side-nav .unifyMenu a:hover {
    background: #2a333b;
}

/************************************************
	************************************************
											Main CSS							
	************************************************
************************************************/
/*************** Logo ***************/
.logo {
    display: block;
    margin: auto;
    text-align: center;
}

.logo img {
    /* max-height: 36px; */
    margin: 5px auto;
}

@media (max-width: 576px) {
    .logo img {
        max-height: 24px;
        margin: 18px auto;
    }
}

/*************** Header Actions ***************/
.header-actions {
    float: right;
}

.header-actions > li {
    float: left;
    border-left: 1px solid #e1e5f1;
}

.header-actions > li > a {
    padding: 19px 18px;
    display: block;
    position: relative;
}

.header-actions > li > a > i {
    font-size: 21px;
    vertical-align: middle;
    color: #505050;
}

.header-actions > li > a .count-label {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 8px;
    height: 8px;
    border: 2px solid #00322d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header-actions > li > a .count-label.red {
    border: 2px solid #ff3e61;
}

.header-actions > li > a .count-label.green {
    border: 2px solid #32ba7c;
}

.header-actions > li > a .count-label.yellow {
    border: 2px solid #ffc012;
}

.header-actions > li > a.user-settings {
    padding: 10px 0 10px 18px;
}

.header-actions > li > a.user-settings img.avatar {
    max-width: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.header-actions > li > a.user-settings span.user-name {
    margin-left: 5px;
    vertical-align: middle;
    font-size: .85rem;
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-actions > li > a:hover i {
    color: #00322d;
}

.header-actions > li .dropdown-menu {
    margin-top: 0;
}

.header-actions > li:first-child {
    border-left: 0;
}

@media (max-width: 767px) {
    .header-actions > li {
        display: none;
    }

    .header-actions > li:last-child {
        display: block;
        border-left: 0;
    }
}

@media (max-width: 992px) {
    .header-actions > li > a.user-settings span.user-name {
        display: none;
    }
}

.logout-btn {
    margin: 10px 10px 0 10px;
}

.logout-btn .btn {
    display: block;
    width: 100%;
}

ul.imp-notify li {
    padding: 10px 15px;
}

ul.imp-notify li .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #00322d;
    color: #ffffff;
}

ul.imp-notify li .icon.secondary {
    background: #ff3e61;
}

ul.imp-notify li .details {
    font-size: .85rem;
    display: block;
    margin-left: 55px;
}

ul.imp-notify li .details p {
    margin: 0;
    line-height: 160%;
    color: #505050;
}

ul.imp-notify li .details p span {
    display: block;
    margin-bottom: 5px;
    color: #2e323c;
}

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

ul.stats-widget li {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e5f1;
}

ul.stats-widget li h4 {
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0;
}

ul.stats-widget li p {
    color: #505050;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: .75rem;
    line-height: 100%;
}

ul.stats-widget li p span {
    float: right;
}

ul.stats-widget li .progress {
    margin-bottom: 10px;
    height: 4px;
}

ul.stats-widget li:last-child {
    border-bottom: 0 solid #e1e5f1;
    padding-bottom: 0;
}

ul.stats-widget li:first-child {
    padding-top: 0;
}

/*************** User Settings ***************/
ul.user-settings-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 15px 0;
}

ul.user-settings-list > li {
    border-right: 1px solid #e1e5f1;
    width: 33.33%;
}

ul.user-settings-list > li a {
    font-size: 13px;
    text-align: center;
    display: block;
}

ul.user-settings-list > li a .icon {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 5px auto;
    border: 2px solid #00322d;
}

ul.user-settings-list > li a .icon i {
    font-size: 18px;
    margin: 7px;
    display: block;
    color: #505050;
}

ul.user-settings-list > li a .icon.red {
    border: 2px solid #ff3e61;
}

ul.user-settings-list > li a .icon.green {
    border: 2px solid #32ba7c;
}

ul.user-settings-list > li a .icon.yellow {
    border: 2px solid #ffc012;
}

ul.user-settings-list > li a p {
    margin: 0;
}

ul.user-settings-list > li a:hover {
    color: #00322d;
}

ul.user-settings-list > li:last-child {
    border-right: 0;
}

/*************** Toggle Mini Nav ***************/
a.mini-nav-btn {
    padding: 18px 20px 18px 5px;
    display: inline-block;
    border-right: 1px solid #e1e5f1;
}

a.mini-nav-btn i {
    font-size: 24px;
    vertical-align: middle;
    color: #00322d;
}

@media (max-width: 992px) {
    a.mini-nav-btn {
        display: none;
    }
}

/*************** Toggle Sidebar ***************/
a.onoffcanvas-toggler {
    padding: 18px 20px 18px 5px;
    display: inline-block;
    border-right: 1px solid #e1e5f1;
    display: none;
}

a.onoffcanvas-toggler i {
    font-size: 24px;
    vertical-align: middle;
    color: #00322d;
}

@media (max-width: 992px) {
    a.onoffcanvas-toggler {
        display: inline-block;
    }
}

/************************************************
	************************************************
											Widgets										
	************************************************
************************************************/
/*************** Stats Widget ***************/
.stats-widget a.stats-label {
    position: absolute;
    right: 0;
    top: 15px;
    background: #00322d;
    text-align: center;
    font-size: .65rem;
    color: #ffffff;
    padding: 2px 6px;
    line-height: 100%;
}

.stats-widget a.stats-label:before {
    position: absolute;
    left: -20px;
    bottom: 0;
    content: "";
    border-right: 9px solid #00322d;
    border-left: 11px solid transparent;
    border-top: 11px solid transparent;
}

.stats-widget a.stats-label:after {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    border-right: 9px solid #00322d;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.stats-widget .stats-widget-header {
    margin-bottom: 10px;
}

.stats-widget .stats-widget-header i {
    font-size: 36px;
    color: #00322d;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.stats-widget .stats-widget-body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
}

.stats-widget .stats-widget-body ul > li {
    border-right: 1px solid #e1e5f1;
}

.stats-widget .stats-widget-body ul > li:last-child {
    border-right: 0;
}

.stats-widget .stats-widget-body h6.title {
    margin: 5px 0 0 0;
    font-size: 95%;
    line-height: 130%;
    color: #505050;
}

.stats-widget .stats-widget-body h4.total {
    margin: 0;
    text-align: right;
    color: #00322d;
}

@media (max-width: 576px) {
    .stats-widget .stats-widget-body h6.title {
        margin: 5px 0 0 0;
    }
}

/*************** Stats Graph Widget ***************/
.stats-graph-widget {
    position: relative;
}

.stats-graph-widget h4 {
    margin: 0 0 2rem 0;
    text-align: right;
}

.stats-graph-widget h6 {
    margin: 0 0 2rem 0;
    color: #505050;
}

.stats-graph-widget .stats-graph {
    margin: 10px 0 0 0;
}

.stats-graph-widget p.growth {
    font-size: .75rem;
    padding: 0;
    text-align: right;
    margin: 5px 0 0 0;
}

.stats-graph-widget p.growth i {
    vertical-align: middle;
    margin-left: 2px;
    font-size: 18px;
}

.stats-graph-widget p.growth i.up {
    color: #32ba7c;
}

.stats-graph-widget p.growth i.down {
    color: #ff4c4c;
}

/*************** Stats Graph Widget ***************/
ul.social-stats li {
    margin-bottom: 18px;
}

ul.social-stats li .month-type {
    float: left;
    width: 90px;
    height: 75px;
}

ul.social-stats li .month-type .circliful {
    margin-top: -15px;
}

ul.social-stats li .social-info {
    margin-left: 90px;
}

ul.social-stats li .social-info h4 {
    margin: 0;
    padding: 8px 0 0 0;
}

ul.social-stats li .social-info h4 i {
    vertical-align: middle;
    font-size: 20px;
    margin-left: 5px;
}

ul.social-stats li p {
    color: #505050;
    margin: 0;
}

ul.social-stats li:last-child {
    margin-bottom: 0;
}

/*************** Sales Widget ***************/
.sales-widget {
    position: relative;
}

.sales-widget .sales-graph {
    height: 80px;
}

.sales-widget h6.title {
    margin: 0;
    font-size: .9rem;
    color: #505050;
}

.sales-widget h4.total {
    margin: 3px 0;
}

/*************** Graph Notifi Info ***************/
.notifi {
    position: absolute;
}

.notifi.tr {
    top: 1rem;
    right: 1rem;
}

.notifi.tl {
    top: 1rem;
    left: 1rem;
}

.notifi.bl {
    bottom: 1rem;
    left: 1rem;
}

.notifi.br {
    bottom: 1rem;
    right: 1rem;
}

.notifi a {
    display: inline-block;
}

.notifi a i {
    font-size: 30px;
}

/*************** Monthly Average Widget ***************/
.monthly-avg {
    background: #ffffff;
    box-shadow: 0 0 20px #e4e7f2;
    padding: 1rem .3rem;
    text-align: center;
}

.monthly-avg h6 {
    font-size: 95%;
    margin: 15px 20px 35px 20px;
    line-height: 150%;
}

.monthly-avg .avg-block {
    margin-bottom: 35px;
}

.monthly-avg .avg-block h4.avg-total {
    margin: 0;
}

.monthly-avg .avg-block h6.avg-label {
    margin: auto;
    color: #505050;
}

.monthly-avg .avg-block:last-child {
    margin-bottom: 0;
}

.monthly-avg.plain {
    box-shadow: none;
    border: 1px solid #e4e7f2;
}

@media (max-width: 767px) {
    .monthly-avg {
        margin: 30px 0;
    }
}

.download-details p {
    text-align: center;
    margin: 0;
    color: #505050;
}

/*************** Income Widget ***************/
.income-stats {
    padding: 1rem 0 1rem 1rem;
}

.income-stats h4.total {
    margin: 0;
}

.income-stats p.income-title {
    margin: 5px 0 0 0;
    color: #505050;
}

.income-stats p.income-title span.income-label {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border: 2px solid #00322d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

.income-stats p.income-title span.income-label.secondary {
    border: 2px solid #ff3e61;
}

/*************** Events Widget ***************/
.events .all-events {
    padding: 10px 15px;
    background: #f5f6fa;
    margin-bottom: 15px;
}

.events .all-events #today-date {
    display: inline-block;
    font-size: .85rem;
    margin: 5px 0 0 0;
    vertical-align: middle;
}

.events .all-events .btn {
    float: right;
    margin-left: 10px;
    padding: .25rem 1rem;
    background: #00322d;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.events .event-list {
    padding: 0 1rem;
}

.events .event-list li {
    padding: .5rem 0;
    margin-bottom: 5px;
}

.events .event-list li a .event-status-icon {
    float: left;
    margin: 7px 0;
}

.events .event-list li a .event-status-icon img {
    max-width: 30px;
    max-height: 30px;
}

.events .event-list li a .event-info {
    margin-left: 48px;
}

.events .event-list li a .event-info .event-time {
    font-size: 1rem;
    color: #00322d;
}

.events .event-list li a .event-info .event-desc {
    margin: 3px 0 0 0;
}

/*************** Project activity widget ***************/
ul.project-activity {
    margin-left: 20px;
    padding: 30px 0 20px 0;
    border-left: 1px solid #ebeef6;
}

ul.project-activity li.activity-list {
    position: relative;
}

ul.project-activity li.activity-list .lbl {
    background-color: #00322d;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: "";
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: -16px;
}

ul.project-activity li.activity-list .lbl.danger {
    background-color: #ff4c4c;
}

ul.project-activity li.activity-list .lbl.success {
    background-color: #32ba7c;
}

ul.project-activity li.activity-list .lbl.warning {
    background-color: #ffc012;
}

ul.project-activity li.activity-list .lbl.pink {
    background-color: #F782AA;
}

ul.project-activity li.activity-list .lbl.grey {
    background-color: #4d4d4d;
}

ul.project-activity li.activity-list:last-child .detail-info {
    padding-bottom: 0;
}

ul.project-activity li.activity-list .detail-info {
    line-height: 100%;
    margin: 0 0 0 30px;
    padding-bottom: 25px;
}

ul.project-activity li.activity-list .detail-info p.desc-info {
    margin: 0 0 5px 0;
    line-height: 150%;
}

ul.project-activity li.activity-list .detail-info p.desc-info span {
    color: #505050;
}

ul.project-activity li.activity-list .detail-info a.activity-status {
    color: #505050;
    font-size: .75rem;
}

ul.project-activity li.activity-list .detail-info a.activity-status i {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
    color: #32ba7c;
}

ul.team-activity {
    margin-bottom: 5px;
}

ul.team-activity li.product-list {
    border-bottom: 1px dotted #e1e5f1;
}

ul.team-activity li.product-list .product-time {
    border-right: 1px solid #e1e5f1;
    float: left;
}

ul.team-activity li.product-list .product-time .badge {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    min-width: 90px;
    text-align: left;
    font-size: .75rem;
    margin: 0 -1px 17px 0;
}

ul.team-activity li.product-list .product-time p.date {
    color: #505050;
    font-size: .75rem;
    margin: 15px 0 5px 0;
}

ul.team-activity li.product-list .product-info {
    padding: 15px 0 16px 0;
    margin-left: 105px;
}

ul.team-activity li.product-list .product-info h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.team-activity li.product-list .product-info p {
    margin: 4px 0 0 0;
    padding: 0;
    color: #505050;
    line-height: 160%;
    font-size: .75rem;
}

ul.team-activity li.product-list .product-info .progress {
    margin: 10px 0 5px 0;
}

ul.team-activity li.product-list:last-child {
    border-bottom: 0;
}

/*************** Orders Widget ***************/
ul.order-list li {
    padding: .8rem 0;
}

ul.order-list li .order-num {
    margin: 0 0 7px 0;
    color: #00322d;
    border-left: 3px solid #00322d;
    padding-left: 10px;
}

ul.order-list li .order-num.placed {
    color: #32ba7c;
    border-left: 3px solid #32ba7c;
}

ul.order-list li .order-num.cancelled {
    color: #ff4c4c;
    border-left: 3px solid #ff4c4c;
}

ul.order-list li .order-desc {
    margin: 0 0 0 15px;
}

ul.order-list li .order-desc span {
    text-decoration: underline;
}

ul.order-list li .order-date {
    color: #505050;
    float: right;
    margin-top: 2px;
    font-size: .8rem;
}

ul.order-list li:first-child {
    padding-top: 0;
}

ul.order-list li:last-child {
    padding-bottom: 0;
}

/*************** Chat Widget ***************/
.chats {
    position: relative;
    padding: 0;
}

.chats li {
    margin-bottom: 25px;
}

.chats li.chats-left,
.chats li.chats-right {
    position: relative;
}

.chats li img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.chats li .chats-avatar {
    float: left;
}

.chats li.chats-right > .chats-avatar {
    float: right;
}

.chats li .chats-name {
    font-size: .75rem;
    text-align: center;
    margin-top: 5px;
    color: #505050;
}

.chats li .chats-hour {
    margin-left: 60px;
    padding: 2px;
    margin-bottom: 20px;
    font-size: .65rem;
}

.chats li .chats-hour > span {
    font-size: 16px;
    color: #32ba7c;
}

.chats li .chats-text {
    margin-left: 60px;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f6fa;
    left: 15px;
    line-height: 160%;
}

.chats li .chats-text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    left: 40px;
    border: 10px solid;
    border-color: transparent #f5f6fa transparent transparent;
}

.chats li.chats-right > .chats-text {
    text-align: right;
    right: 16px;
    margin-right: 60px;
    background-color: #00322d;
    color: #ffffff;
}

.chats li.chats-right > .chats-text:before {
    left: auto;
    right: 40px;
    border-color: transparent transparent transparent #00322d;
}

.chats li.chats-right > .chats-hour {
    text-align: right;
    margin-right: 60px;
}

/*************** Graph Info Widget ***************/
.info-stats {
    text-align: center;
}

.info-stats p.info-title {
    margin: 6px 0;
    color: #505050;
}

.info-stats h6.info-title {
    margin: 9px 0;
    color: #505050;
    font-size: .85rem;
}

.info-stats h6.info-title.small {
    font-size: .75rem;
}

.info-stats h6.info-total {
    margin: 0;
}

.info-stats h5.info-total {
    margin: 0;
}

.info-stats h4.info-total {
    margin: 0;
    line-height: 140%;
}

.info-stats span.info-label {
    width: 8px;
    height: 8px;
    border: 2px solid #00322d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

.info-stats span.info-label.red {
    border: 2px solid #ff4c4c;
}

.info-stats span.info-label.green {
    border: 2px solid #32ba7c;
}

.info-stats span.info-label.yellow {
    border: 2px solid #ffc012;
}

.info-stats2 {
    margin-top: 16px;
}

.info-stats2 h5 {
    margin: 0;
    line-height: 150%;
}

.info-stats2 h5 span {
    color: #505050;
    font-size: .75rem;
}

.info-stats2 p {
    margin: 0;
    color: #505050;
}

.info-stats3 {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e1e5f1;
    margin-bottom: .9rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}

.info-stats3 .sale-num {
    margin: 0 0 0 55px;
}

.info-stats3 .sale-num h4 {
    margin: 0;
    line-height: 100%;
}

.info-stats3 .sale-num p {
    margin: 0;
    padding: 0;
    color: #505050;
}

.info-stats3 .icon-type {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.info-stats3 .icon-type i {
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.info-stats3.green .icon-type {
    background: #32ba7c;
    box-shadow: -4px 4px 0 #299a67;
}

.info-stats3.blue .icon-type {
    background: #00322d;
    box-shadow: -4px 4px 0 #0064b8;
}

.info-stats3.yellow .icon-type {
    background: #ffc012;
    box-shadow: -4px 4px 0 #e8aa00;
}

.info-stats3.red .icon-type {
    background: #ff3e61;
    box-shadow: -4px 4px 0 #ff1540;
}

.info-stats4 {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e1e5f1;
    margin-bottom: .9rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
}

.info-stats4 .sale-num {
    margin: 0 0 0 55px;
}

.info-stats4 .sale-num h4 {
    margin: 0;
    line-height: 100%;
}

.info-stats4 .sale-num p {
    margin: 0;
    padding: 0;
    color: #505050;
}

.info-stats4 .icon-type {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 2px solid #00322d;
    box-shadow: -4px 4px 0 #e4e7f2;
}

.info-stats4 .icon-type i {
    font-size: 21px;
    line-height: 38px;
    text-align: center;
    color: #00322d;
}

/*************** Graphs Stats Widget ***************/
.graph-stats {
    text-align: center;
}

.graph-stats .graph {
    margin: 20px auto 5px auto;
}

.graph-stats h6.graph-title {
    color: #505050;
    font-size: 14px;
    margin: 10px 0;
}

/*************** Compare Line ***************/
.vs {
    margin: auto;
    width: 0;
    text-align: center;
    position: relative;
}

.vs:before {
    position: absolute;
    background: #e1e5f1;
    width: 1px;
    height: 150px;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -75px;
}

.vs:after {
    position: absolute;
    content: "vs";
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    background: #00322d;
    top: 50%;
    left: 0;
    margin-left: -18px;
    margin-top: -18px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 576px) {
    .vs {
        min-height: 90px;
    }

    .vs:before {
        height: 90px;
        margin-top: -45px;
    }
}

.or {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    position: relative;
    height: 1px;
    background: #e1e5f1;
}

.or:before {
    position: absolute;
    content: "or";
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #00322d;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    line-height: 20px;
}

/*************** Toggle switch ***************/
.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    background-color: #00322d;
    overflow: hidden;
}

.toggle-switch .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    margin: 0;
}

.toggle-switch .check:checked ~ .track {
    box-shadow: inset 0 0 0 20px #ff3e61;
}

.toggle-switch .check:checked ~ .switch {
    right: 2px;
    left: 20px;
    transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
    transition-property: left, right;
    transition-delay: .05s, 0s;
}

.toggle-switch .check:checked ~ .switch:after {
    position: absolute;
    content: "\e900";
    font-size: .75rem;
    color: #ff4c4c;
    font-family: 'icomoon';
    line-height: 100%;
    top: 2px;
    left: 3px;
}

.toggle-switch .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 20px;
    background-color: #ffffff;
    z-index: 1;
    transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
    transition-property: left, right;
    transition-delay: 0s, .05s;
}

.toggle-switch .switch:after {
    position: absolute;
    content: "\e901";
    font-size: .75rem;
    color: #00322d;
    font-family: 'icomoon';
    line-height: 100%;
    top: 2px;
    left: 3px;
}

.toggle-switch .track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.35s cubic-bezier(0.7, 0.1, 0.15, 0.8);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.toggle-switch.tr {
    position: absolute;
    top: 12px;
    right: 15px;
}

.toggle-switch.tr-xl {
    position: absolute;
    top: 16px;
    right: 15px;
}

/*************** Stocks Widget ***************/
ul.stocks li {
    margin-bottom: 15px;
}

ul.stocks li p {
    margin: 0;
}

ul.stocks li p span {
    float: right;
}

ul.stocks li p span i {
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

ul.stocks li p span small {
    margin-left: 10px;
}

ul.stocks li:last-child {
    margin-bottom: 0;
}

/*************** Messages Widget ***************/
.message-wrapper li {
    padding: 16px 0 17px 0;
    border-bottom: 1px dotted #e1e5f1;
}

.message-wrapper li img.avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.message-wrapper li .empty-avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    background: #00322d;
}

.message-wrapper li .empty-avatar.green {
    background: #32ba7c;
}

.message-wrapper li .empty-avatar.red {
    background: #ff4c4c;
}

.message-wrapper li .empty-avatar.yellow {
    background: #ffc012;
}

.message-wrapper li .empty-avatar.blue {
    background: #00322d;
}

.message-wrapper li.in img.avatar {
    float: left;
}

.message-wrapper li.in .empty-avatar {
    float: left;
}

.message-wrapper li.in .plain-avatar {
    float: left;
}

.message-wrapper li .name {
    color: #505050;
    line-height: 180%;
}

.message-wrapper li .date-time {
    color: #00322d;
    font-size: .65rem;
}

.message-wrapper li.out img.avatar {
    float: right;
}

.message-wrapper li.out .empty-avatar {
    float: right;
}

.message-wrapper li.out .plain-avatar {
    float: right;
}

.message-wrapper li .message {
    display: block;
    padding: 0;
    position: relative;
    line-height: 140%;
}

.message-wrapper li.in .message {
    text-align: left;
    margin-left: 70px;
}

.message-wrapper li.out {
    text-align: right;
}

.message-wrapper li.out .message {
    margin-right: 70px;
    text-align: right;
}

.message-wrapper li .message .body {
    display: block;
    padding-top: 5px;
}

.message-wrapper li .message .body span {
    font-style: italic;
}

.message-wrapper li:first-child {
    padding-top: 0;
}

.message-wrapper li:last-child {
    border-bottom: none;
}

/*************** Email Quotes Widget ***************/
.email-quotes {
    margin-bottom: 20px;
}

.email-quotes .quotes-header {
    background: #00524a;
    color: #ffffff;
    font-size: 18px;
    padding: 12px 15px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.email-quotes ul {
    background: #00322d;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.email-quotes ul li {
    color: #ffffff;
    width: 20%;
    padding: 15px 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #0088fb;
}

.email-quotes ul li:last-child {
    border-right: 0;
}

.email-quotes ul li h1 {
    margin: 0;
    padding: 0;
    font-size: 48px;
}

.email-quotes ul li p {
    margin: 0;
}

@media (max-width: 767px) {
    .email-quotes ul li {
        width: 50%;
        border: 0;
    }

    .email-quotes ul li:last-child {
        width: 100%;
    }
}

/*************** Icon Stats Widget ***************/
ul.stats li {
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.stats li span.icon {
    background: #00322d;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;
    /* float: left; */
}

ul.stats li span.icon i {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

/*************** Newsticker Widget ***************/
.scroll-stats {
    text-align: center;
    margin: 0 auto;
}

.scroll-stats i {
    font-size: 36px;
    color: #00322d;
    cursor: pointer;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin: auto;
}

ul#newsticker li {
    overflow: hidden;
    padding: 15px 0;
    min-height: 90px;
    text-align: left;
    line-height: 150%;
    border-bottom: 1px dotted #f5f6fa;
}

ul#newsticker li .ticker-image {
    width: 56px;
    height: 56px;
    float: left;
    padding: 3px;
}

ul#newsticker li .ticker-image img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

ul#newsticker li .ticker-wrapper {
    margin: 5px 0 0 70px;
}

ul#newsticker li .ticker-wrapper a {
    color: #00322d;
    text-decoration: underline;
}

ul#newsticker li .ticker-wrapper a:hover {
    color: #005eae;
}

ul#newsticker li:hover {
    background: #f5f6fa;
}

/*************** Tasks Widget ***************/
.task-list li {
    display: block;
    padding: 15px 0 15px 0;
    margin: 0;
    cursor: pointer;
}

.task-list li.list span {
    float: left;
    margin-top: 40px;
    color: #505050;
}

.task-list li.list span:before {
    margin-right: 10px;
    font-size: .75rem;
    content: "\e5ca";
    font-family: 'icomoon';
    vertical-align: middle;
    border: 2px solid #505050;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;
}

.task-list li.completed {
    text-decoration: line-through;
    color: #505050;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.task-list li.completed span:before {
    color: #00322d;
    border: 2px solid #00322d;
    content: "\e5ca";
    font-family: 'icomoon';
    text-decoration: none;
}

.task-list li:first-child {
    padding-top: 0;
}

.task-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.task-list li .task-details {
    margin-left: 40px;
}

.task-list li .task-details p {
    margin: 0;
    padding: 10px 0 6px 0;
    line-height: 140%;
}

.task-list li .task-details p small {
    padding: 0;
    color: #505050;
}

.task-list li .task-details p.date {
    padding: 0;
    margin: 0;
    font-size: .75rem;
}

.task-list li .task-details p.date small {
    text-transform: uppercase;
}

/*************** Weather widget ***************/
.weather-widget {
    margin-bottom: .5rem;
    background-position: bottom center;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1rem 1rem 1rem 2.5rem;
    text-align: right;
}

.weather-widget.rainy {
    background: url("../img/unify-rainy.jpg") no-repeat;
    background-size: cover;
}

.weather-widget.sunny {
    background: url("../img/unify-sunny.jpg") no-repeat;
    background-size: cover;
}

.weather-widget.cloudy {
    background: url("../img/unify-cloudy.jpg") no-repeat;
    background-size: cover;
}

.weather-widget h2 {
    margin: 0;
    line-height: 120%;
}

.weather-widget h3 {
    margin: 0;
    line-height: 160%;
}

.weather-widget p {
    margin: 0;
    line-height: 180%;
}

.weather-widget small {
    color: #ffffff;
}

/*************** Simple Widget ***************/
.simple-widget {
    position: relative;
    padding: 15px;
    background: #00322d;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: .9rem;
}

.simple-widget .growth {
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #00322d;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2fa0ff), to(#00322d));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #2fa0ff, #00322d);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #2fa0ff, #00322d);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #2fa0ff, #00322d);
    /* IE10 */
    background-image: -o-linear-gradient(top, #2fa0ff, #00322d);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #2fa0ff, #00322d);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.simple-widget h3 {
    margin: 0 0 15px 0;
}

.simple-widget p {
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px 0;
}

.simple-widget .progress {
    background: rgba(255, 255, 255, 0.2);
}

.simple-widget .progress .progress-bar {
    background: #ffffff;
}

/*************** Custom Accordions ***************/
.accordion-icons a {
    position: relative;
    padding-left: 30px;
}

.accordion-icons a:before {
    position: absolute;
    left: 0;
    content: "\e903";
    font-family: 'icomoon';
    font-size: 18px;
}

.accordion-icons a.collapsed:before {
    content: "\e902";
}

/*************** Settings ***************/
.settings li {
    border-bottom: 1px dotted #d3d7e9;
    padding: 10px 0;
}

.settings li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    line-height: 150%;
}

.settings li .toggle-switch {
    float: right;
}

.settings li a.cancel {
    float: right;
    margin-left: 10px;
    border: 2px solid #b1b9d8;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.settings li a.cancel i {
    font-size: 18px;
    color: #b1b9d8;
}

.settings li a.cancel.cancelled {
    border: 2px solid #ff4c4c;
}

.settings li a.cancel.cancelled i {
    color: #ff4c4c;
}

.settings li:first-child {
    padding-top: 0;
}

.settings li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/************************************************
	************************************************
											Pages							
	************************************************
************************************************/
/*************** Invoice Page ***************/
.invoice-container {
    padding: 1rem;
    background-color: #ffffff;
}

.invoice-container img.invoice-logo {
    max-width: 120px;
}

/*************** Icons Page ***************/
.icons {
    text-align: center;
}

.icons span {
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000000;
    background: #f5f6fa;
    margin-bottom: 3px;
}

.icons span:hover {
    background-color: #00322d;
    color: #ffffff;
    text-shadow: 0 10px 10px #000000;
}

/*************** Gallery Page ***************/
.gallery {
    margin: 0 auto;
}

.gallery a {
    border: 3px solid #f2f3f8;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #b1b9d8;
    /* FF3.5+ */
    -webkit-box-shadow: 0 0 10px #b1b9d8;
    /* Saf3.0+, Chrome */
    box-shadow: 0 0 10px #b1b9d8;
    /* Opera 10.5, IE9 */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    margin: 0 0 15px 0;
    opacity: 1;
}

.gallery a img {
    max-height: 150px;
}

.gallery a .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery a .expand {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    border: 2px solid #ffc012;
    text-align: center;
    color: #ffc012;
    line-height: 44px;
    font-size: 30px;
    margin-left: -20px;
    margin-top: -20px;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery a:hover {
    opacity: 1;
}

.gallery a:hover .overlay {
    opacity: 1;
}

.gallery a:hover span.expand {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*************** Profile Page ***************/
.block-140 {
    background: #ffffff;
    display: block;
    height: 142px;
}

.block-300 {
    background: #ffffff;
    display: block;
    height: 300px;
}

a.block-140 {
    background: #ffffff;
    display: block;
    height: 142px;
    padding: 30px 15px;
    margin-bottom: 1rem;
    text-align: center;
    border: 1px solid #e4e7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    box-shadow: none;
}

a.block-140 .icon {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 auto 10px auto;
    background: #f5f6fa;
    padding: 8px;
    text-align: center;
    line-height: 32px;
}

a.block-140 .icon i {
    font-size: 1.2rem;
    vertical-align: middle;
}

a.block-140 .icon.info {
    background: #e0f0fd;
    color: #00322d;
}

a.block-140 .icon.warning {
    background: #fdebd1;
    color: #ffc012;
}

a.block-140 .icon.danger {
    background: #fde8e8;
    color: #ff4c4c;
}

a.block-140 .icon.success {
    background: #d8f1ef;
    color: #32ba7c;
}

a.block-140 .icon.pink {
    background: #ffeaf7;
    color: #F782AA;
}

a.block-140 .icon.violet {
    background: #f4efff;
    color: #8e6cd0;
}

a.block-140 h5 {
    margin: 5px 0 0 0;
    padding: 0;
    overflow: hidden;
}

a.block-140 p {
    margin: 0;
    padding: 0;
    font-size: 90%;
    color: #505050;
}

a.block-300 {
    background: #ffffff;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    padding: 0;
    display: block;
    height: 300px;
    text-align: center;
    color: #00322d;
    border: 1px solid #e4e7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    box-shadow: none;
}

a.block-300:hover {
    color: #ff4c4c;
}

.user-profile {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user-profile img.profile-thumb {
    width: 71px;
    height: 71px;
    -webkit-border-radius: 71px;
    -moz-border-radius: 71px;
    border-radius: 71px;
    margin: 10px auto 15px auto;
}

.user-profile h5.profile-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-profile h6.profile-designation {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 130%;
}

.user-profile p.profile-location {
    margin: 0 0 15px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.blog-sm {
    display: block;
    padding-bottom: 5px;
}

a.blog-sm img.blog-thumb {
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #00322d;
    max-height: 180px;
}

a.blog-sm h6.blog-title {
    margin: 0 0 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

a.blog-sm p.blog-content {
    margin: 0 0 15px 0;
    line-height: 180%;
}

a.blog-sm p.blog-date {
    margin: 0;
    font-size: .75rem;
    color: #00322d;
    position: relative;
}

a.blog-sm p.blog-date:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #00322d;
}

@media (max-width: 767px) {
    a.blog-sm p.blog-date {
        margin: 0 0 15px 0;
    }
}

/************************************************
	************************************************
							Plugins Overwrite CSS							
	************************************************
************************************************/
/*************** Map/Chart/Graph Heights ***************/
.chart-height {
    position: relative;
    height: 210px;
}

.chart-height-2 {
    position: relative;
    height: 158px;
}

.chart-height-md {
    position: relative;
    height: 190px;
}

.chart-height-lg {
    position: relative;
    height: 280px;
}

.chart-height-lgx {
    position: relative;
    height: 251px;
}

/*************** Gmap Skins ***************/
.map {
    width: 100%;
    height: 240px;
    background: #f5f6fa;
}

/*************** jVector Map ***************/
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000000;
    color: #ffffff;
    font-size: .75rem;
    padding: 6px 12px;
}

/*************** Flot Chart ***************/
.legendLabel {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 10px;
}

/*************** Notify ***************/
.notify-notifications .btn {
    margin: 3px;
    min-width: 120px;
    float: left;
}

/*************** Rating ***************/
.stars {
    margin: 5px 0 0 0;
    width: 100% !important;
}

.stars img {
    width: 18px;
    height: 18px;
}

/*************** Login Signup Screens ***************/
.login-screen {
    padding-top: 70px;
}

.login-screen .login-logo {
    margin: 20px 0 20px 0;
    text-align: left;
    display: block;
}

.login-screen .login-logo > img {
    margin: 0;
    max-height: 36px;
}

.login-container {
    position: relative;
    box-shadow: 0px 25px 15px -15px #d3d7e9;
    background: #ffffff;
    margin: 0 auto;
}

.login-container .login-box {
    padding: 50px 50px;
}

.login-container .login-box h5 {
    margin: 0 0 20px 0;
    color: #00322d;
}

.login-container .actions {
    margin-top: 15px;
    display: block;
    margin-bottom: 30px;
}

.login-container .actions a {
    color: #00322d;
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
}

.login-container .actions a:hover {
    text-decoration: underline;
}

.login-container .actions .btn {
    float: right;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 25px;
}

.login-container a.additional-link {
    color: #00322d;
    text-decoration: none;
    margin: 40px auto 0 auto;
    text-align: center;
    display: block;
}

.login-container a.additional-link span {
    text-decoration: underline;
    color: #000000;
}

.login-container p.info {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 150%;
    color: #505050;
}

.login-slider {
    background: url("../img/login-slider.gif") center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.login-slider .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -35px;
    margin-top: -35px;
}

.signup-slider {
    background: url("../img/login-slider.gif") center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .login-slider {
        display: none;
    }

    .signup-slider {
        display: none;
    }
}

/*************** Lock Screen ***************/
.lock-screen {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

.lock-screen .avatar {
    position: relative;
    margin: auto;
    width: 90px;
    margin: 10px auto;
}

.lock-screen .avatar img {
    width: 90px;
    height: 90px;
}

.lock-screen .avatar .lock {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    background: #00322d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.lock-screen .avatar .lock i {
    color: #ffffff;
    line-height: 32px;
}

.lock-screen h5 {
    margin: 0 0 10px 0;
    color: #00322d;
}

.lock-screen-input {
    margin: 20px auto;
    height: 52px;
    position: relative;
}

.lock-screen-input .form-control {
    height: 52px;
    padding: 12px 5px 12px 20px;
    border: 1px solid #00322d;
}

.lock-screen-input .lock-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    height: 42px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background-color: #00322d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.lock-screen-input .lock-btn i {
    font-size: 21px;
    vertical-align: middle;
    line-height: 42px;
}

/*************** Error screen ***************/
.error-screen {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 240px;
    margin-top: -120px;
    text-align: center;
}

.error-screen h1 {
    font-size: 8rem;
    color: #00322d;
    line-height: 100%;
    margin: 0;
    font-family: 'BalooBhaina', arial, sans-serif;
}

.error-screen h4 {
    line-height: 100%;
    margin-bottom: 30px;
}

/*************** Pricing Plans ***************/
.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #00322d;
    color: #ffffff;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

.plan-one .pricing-header {
    position: relative;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.plan-one .pricing-header i {
    font-size: 48px;
    margin: 0 15px;
    color: #ffffff;
    display: inline-block;
    /* float: left; */
}

.plan-one .plan-title {
    top: 0;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-one .plan-cost {
    margin: 0;
}

.plan-one .plan-cost .plan-price {
    font-size: 20px;
}

.plan-one .plan-cost .plan-type {
    opacity: 0.8;
    font-size: 0.80rem;
    text-transform: uppercase;
}

.plan-one .plan-features {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
}

.plan-one .plan-features li {
    padding: 7px 10px 7px 15px;
    border-left: 3px solid #e0f0fd;
    margin: 3px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plan-one .plan-features li:hover {
    color: #ffffff;
}

.plan-one .plan-select {
    background-color: #006cc8;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.plan-one .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #00322d;
}

.plan-one .plan-select a:hover {
    background-color: #00322d;
}

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }

    .plan-one .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

.plan-two {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 2px solid #00322d;
    color: #00322d;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

.plan-two .pricing-header {
    position: relative;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.plan-two .pricing-header i {
    font-size: 48px;
    margin: 0 15px;
    color: #00322d;
    display: inline-block;
    /* float: left; */
}

.plan-two .plan-title {
    top: 0;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-two .plan-cost {
    margin: 0;
}

.plan-two .plan-cost .plan-price {
    font-size: 20px;
}

.plan-two .plan-cost .plan-type {
    opacity: 0.8;
    font-size: 0.80rem;
    text-transform: uppercase;
}

.plan-two .plan-features {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
}

.plan-two .plan-features li {
    padding: 7px 10px 7px 15px;
    border-left: 3px solid #00322d;
    margin: 3px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plan-two .plan-features li:hover {
    color: #000000;
}

.plan-two .plan-select {
    background-color: #f5f6fa;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    text-align: center;
}

.plan-two .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #00322d;
}

.plan-two .plan-select a:hover {
    background-color: #00322d;
}

@media (max-width: 767px) {
    .plan-two .pricing-header {
        text-align: center;
    }

    .plan-two .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

.plan-three {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    float: left;
    background-color: #ffffff;
    border: 2px solid #e1e5f1;
    color: #000000;
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
}

.plan-three .pricing-header {
    position: relative;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.plan-three .pricing-header i {
    font-size: 48px;
    margin: 0 15px;
    color: #00322d;
    display: inline-block;
    /* float: left; */
}

.plan-three .plan-title {
    top: 0;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-three .plan-cost {
    margin: 0;
}

.plan-three .plan-cost .plan-price {
    font-size: 20px;
}

.plan-three .plan-cost .plan-type {
    opacity: 0.8;
    font-size: 0.80rem;
    text-transform: uppercase;
}

.plan-three .plan-features {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
}

.plan-three .plan-features li {
    padding: 7px 10px 7px 15px;
    border-left: 3px solid #e1e5f1;
    margin: 3px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plan-three .plan-features li:hover {
    color: #00322d;
}

.plan-three .plan-select {
    background-color: #f5f6fa;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    text-align: center;
}

.plan-three .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #00322d;
}

.plan-three .plan-select a:hover {
    background-color: #00322d;
}

@media (max-width: 767px) {
    .plan-three .pricing-header {
        text-align: center;
    }

    .plan-three .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

/*************** Timeline ***************/
.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 1px dashed #d3d7e9;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 20px;
    color: #00322d;
    font-size: 1rem;
}

.timeline-row .timeline-time small {
    display: block;
    margin-top: 5px;
    color: #505050;
}

.timeline-row .timeline-dot {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    padding: 2px;
    color: #ffffff;
    z-index: 100;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 40px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 14px;
}

.timeline-row .timeline-content p {
    margin-bottom: 10px;
    line-height: 140%;
}

.timeline-row .timeline-content i {
    font-size: 30px;
    color: #ffffff;
    line-height: 100%;
}

.timeline-row:nth-child(even) .timeline-content {
    background: #ff3e61;
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -39px;
    border-right: 18px solid #ff3e61;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background: #00322d;
    margin-right: 40px;
    margin-left: 0;
    text-align: right;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    border-left: 18px solid #00322d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }

    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
        border-right: 18px solid #00322d;
        border-left: inherit;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}

/*************** Loading ***************/
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #f5f6fa;
    opacity: 0.5;
}

#loading-wrapper #loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
}

#loading-wrapper #loader > div {
    background-color: #00322d;
    height: 100%;
    width: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    -moz-animation: linedelay 1.1s infinite ease-in-out;
    -webkit-animation: linedelay 1.1s infinite ease-in-out;
    animation: linedelay 1.1s infinite ease-in-out;
}

#loading-wrapper #loader .line2 {
    background-color: #00524a;
    -moz-animation-delay: -1.0s;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#loading-wrapper #loader .line3 {
    background-color: #00322d;
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

#loading-wrapper #loader .line4 {
    background-color: #00524a;
    -moz-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

#loading-wrapper #loader .line5 {
    background-color: #00322d;
    -moz-animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

#loading-wrapper #loader .line6 {
    background-color: #00524a;
    -moz-animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-moz-keyframes linedelay {

    0%,
    50%,
    100% {
        -moz-transform: scaleY(0.4);
    }

    30% {
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes linedelay {

    0%,
    50%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    30% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes linedelay {

    0%,
    50%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    30% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.loaded #loading-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/************************************************
	************************************************
							Bootstrap Overwrite CSS							
	************************************************
************************************************/
/*************** Modals ***************/
.modal-content {
    border: 1px solid #e1e5f1;
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e5f1;
}

/*************** Carousel ***************/
.carousel-item {
    max-height: 450px;
}

/*************** Buttons ***************/
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn .icon {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -2px;
}

.btn.focus,
.btn:focus {
    color: #ffffff;
}

.btn-sm .icon {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -2px;
}

.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-primary {
    background-color: #00322d;
    border-color: #00322d;
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    padding: 7px 15px !important;
    border-radius: 0px !important;
    margin-bottom: 0 !Important
}

.btn-primary:hover {
    background-color: #006cc8;
    border-color: #006cc8;
    color: #ffffff;
}

.btn-primary:focus {
    box-shadow: 0 0 0 3px #95ceff;
}

.btn-secondary {
    background-color: #ff3e61;
    border-color: #ff3e61;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #ff244c;
    border-color: #ff244c;
    color: #ffffff;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 3px #ffa9b9;
}

.btn-success {
    background-color: #32ba7c;
    border-color: #32ba7c;
}

.btn-success:hover {
    background-color: #2da66f;
    border-color: #2da66f;
}

.btn-success:focus {
    box-shadow: 0 0 0 3px #ace9cd;
}

.btn-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}

.btn-danger:hover {
    background-color: #ff3333;
    border-color: #ff3333;
}

.btn-danger:focus {
    box-shadow: 0 0 0 3px #ffbcbc;
}

.btn-warning {
    background-color: #ffc012;
    border-color: #ffc012;
    color: #ffffff;
}

.btn-warning:hover {
    background-color: #f8b600;
    border-color: #f8b600;
    color: #ffffff;
}

.btn-warning:focus {
    box-shadow: 0 0 0 3px #ffe9ab;
    color: #ffffff;
}

.btn-info {
    background-color: #00322d;
    border-color: #00322d;
}

.btn-info:hover {
    background-color: #006cc8;
    border-color: #006cc8;
}

.btn-info:focus {
    box-shadow: 0 0 0 3px #95ceff;
}

.btn-light {
    background-color: #e0f0fe;
    border-color: #e0f0fe;
}

.btn-light:hover {
    background-color: #c7e4fd;
    border-color: #c7e4fd;
}

.btn-light:focus {
    box-shadow: 0 0 0 3px #afd8fc;
}

.btn-dark {
    background-color: #89a8c3;
    border-color: #89a8c3;
}

.btn-dark:hover {
    background-color: #789cba;
    border-color: #789cba;
}

.btn-dark:focus {
    box-shadow: 0 0 0 3px #cddae5;
}

.btn-link {
    color: #00322d;
    margin-bottom: 0 !Important
}

.btn-link:hover {
    text-decoration: none;
}

.btn-outline-primary {
    border-color: #00322d;
    color: #00322d;
}

.btn-outline-primary:hover {
    background-color: #00322d;
    border-color: #00322d;
    color: #ffffff;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 3px #95ceff;
}

.btn-outline-secondary {
    border-color: #ff0b37;
    color: #ff3e61;
}

.btn-outline-secondary:hover {
    background-color: #ff0b37;
    border-color: #ff0b37;
    color: #ffffff;
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px #ffa9b9;
}

.btn-outline-success {
    border-color: #32ba7c;
    color: #32ba7c;
}

.btn-outline-success:hover {
    background-color: #32ba7c;
    border-color: #32ba7c;
    color: #ffffff;
}

.btn-outline-success:focus {
    box-shadow: 0 0 0 3px #ace9cd;
}

.btn-outline-danger {
    border-color: #ff4c4c;
    color: #ff4c4c;
}

.btn-outline-danger:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    color: #ffffff;
}

.btn-outline-danger:focus {
    box-shadow: 0 0 0 3px #ffbcbc;
}

.btn-outline-warning {
    border-color: #ffc012;
    color: #ffc012;
}

.btn-outline-warning:hover {
    background-color: #ffc012;
    border-color: #ffc012;
    color: #ffffff;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 3px #ffe9ab;
}

.btn-outline-info {
    border-color: #00322d;
    color: #00322d;
}

.btn-outline-info:hover {
    background-color: #00322d;
    border-color: #00322d;
    color: #ffffff;
}

.btn-outline-info:focus {
    box-shadow: 0 0 0 3px #95ceff;
}

.btn-outline-light {
    border-color: #e0f0fe;
    color: #e0f0fe;
    color: #89a8c3;
}

.btn-outline-light:hover {
    background-color: #e0f0fe;
    border-color: #e0f0fe;
    color: #89a8c3;
}

.btn-outline-light:focus {
    box-shadow: 0 0 0 3px #afd8fc;
}

.btn-outline-dark {
    border-color: #89a8c3;
    color: #000000;
}

.btn-outline-dark:hover {
    background-color: #789cba;
    border-color: #789cba;
    color: #ffffff;
}

.btn-outline-dark:focus {
    box-shadow: 0 0 0 3px #cddae5;
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
}

.btn-group > .btn:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group > .btn:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Dropdown Menu ***************/
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e5f1;
    min-width: 12rem;
}

.dropdown-menu.lg {
    min-width: 18rem;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: .25rem 1rem;
	box-sizing:border-box;
}

.dropdown-menu .dropdown-item:hover {
    background: #e0f0fd;
}

.dropdown-menu.dropdown-menu-right:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 5px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e5f1;
}

.dropdown-menu.dropdown-menu-right:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 6px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropup .dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 5px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e1e5f1;
    border-bottom: inherit;
}

.dropup .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 6px;
    top: auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    border-bottom: inherit;
}

/*************** Media ***************/
.media {
    margin-top: 0;
}

.media .media-left a {
    display: block;
}

.media .media-left a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 64px;
    height: 64px;
}

.media a .empty-avatar {
    height: 64px;
    width: 64px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 60px;
    background: #00322d;
}

.media a .empty-avatar.secondary {
    background: #ff3e61;
}

.media a .empty-avatar.green {
    background: #32ba7c;
}

.media a .empty-avatar.red {
    background: #ff4c4c;
}

.media a .empty-avatar.yellow {
    background: #ffc012;
}

.media a .empty-avatar.pink {
    background: #F782AA;
}

.media a .empty-avatar.blue {
    background: #00322d;
}

.media .media-body h5.media-heading {
    font-size: 1rem;
}

.media .media-body h5.media-heading span.date {
    color: #505050;
    font-size: .75rem;
    padding-left: 5px;
}

.media .media-body p {
    padding: 0 0 0 15px;
    margin: 15px 0;
    line-height: 170%;
    border-left: 3px solid #e1e5f1;
}

.media.disabled {
    opacity: 0.2;
    cursor: no-drop;
}
#Comments .modal-footer{
       background: #efefef;
}
.comments-footer {
    margin-bottom: 25px;
}
#Comments .form-group{
    margin-bottom: 0;
}

#Comments .form-control{
        height: 120px;
}

.comments-footer ul li {
    float: left;
    margin-right: 15px;
}

.comments-footer ul li a {
    color: #505050;
}

.comments-footer ul li a span.count {
    margin-right: 2px;
}

.comments-footer ul li a.high {
    color: #32ba7c;
}

.comments-footer ul li a.low {
    color: #ff4c4c;
}

.comments-footer ul li a:hover {
    color: #00322d;
}

.comments-form .form-group {
    margin-bottom: 10px;
}

/*************** Card ***************/
.card {
    border: 1px solid #e4e7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    box-shadow: none;
}

.card.top-blue-bdr {
    border-top: 2px solid #00322d;
}

.card.top-grey-bdr {
    border-top: 2px solid #333333;
}

.card.top-red-bdr {
    border-top: 2px solid #ff4c4c;
}
.tab-content>.active{
    opacity: 1
}
.card .card-body {
    padding: 0;
    position: relative;
}
.tab-pane  h5, .tab-pane h6{
    font-weight: 600 !important
}
.tab-pane  h5 span, .tab-pane h6 span{
    font-weight: normal !important
}
 .tab-pane h5 i,.tab-pane   h6 i{
        font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
 .tab-pane h5 .icon-directions{
    font-size: 18px;
}
.card .card-header {
    background: #fff;
    border-bottom: none;
/*    font-size: 1rem;*/
    padding: 0;
    position: relative;
    color: #000;
}

.card .card-header h5 {
    font-size: 1rem;
}

.card .card-header h5 a {
    color: #00322d;
}

.card .card-header a.link {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: .75rem;
    color: #00322d;
}

.card .card-footer {
    background: #ffffff;
    border-top: 1px solid #e1e5f1;
    font-size: 1rem;
    padding: .75rem 1rem;
    position: relative;
}

.card .card-footer h5 {
    font-size: 1rem;
}

.card .card-footer h5 a {
    color: #00322d;
}

.card h6.card-title {
    text-align: center;
    margin: 1rem;
}

.card.bg-primary {
    border: 1px solid #00322d;
}

.card.bg-primary .card-header {
    background: #00322d;
    border-bottom: 1px solid #00211e;
}

.card.bg-secondary {
    border: 1px solid #ff3e61;
}

.card.bg-secondary .card-header {
    background: #ff3e61;
    border-bottom: 1px solid #ff1540;
}

.card.bg-dark {
    border: 1px solid #3c3c3c;
}

.card.bg-dark .card-header {
    background: #3c3c3c;
    border-bottom: 1px solid #282828;
}

.card.bg-light {
    border: 1px solid #f0f8ff;
}

.card.bg-light .card-header {
    background: #f0f8ff;
    border-bottom: 1px solid #d7ecff;
}

.card.bg-success {
    border: 1px solid #32ba7c;
}

.card.bg-success .card-header {
    background: #32ba7c;
    border-bottom: 1px solid #2da66f;
}

.card.bg-info {
    border: 1px solid #00322d;
}

.card.bg-info .card-header {
    background: #00322d;
    border-bottom: 1px solid #006cc8;
}

.card.bg-warning {
    border: 1px solid #ffc012;
}

.card.bg-warning .card-header {
    background: #ffc012;
    border-bottom: 1px solid #e8aa00;
}

.card.bg-danger {
    border: 1px solid #ff4c4c;
}

.card.bg-danger .card-header {
    background: #ff4c4c;
    border-bottom: 1px solid #ff3333;
}

.card.bg-grey {
    background: #333333;
    border: 1px solid #333333;
}

.card.bg-grey .card-header {
    background: #333333;
    border-bottom: 1px solid #1f1f1f;
}

.card.bg-brown {
    background: #ab7967;
    border: 1px solid #ab7967;
}

.card.bg-brown .card-header {
    background: #ab7967;
    border-bottom: 1px solid #966553;
}

.card.bg-facebook {
    background: #3B5998;
    border: 1px solid #3B5998;
}

.card.bg-facebook .card-header {
    background: #3B5998;
    border-bottom: 1px solid #30487b;
}

.card-message {
    background-color: #ffffff;
    padding: 12px 20px;
    border-bottom: 1px solid #e1e5f1;
}

.card-message i {
    font-size: 2rem;
    margin-right: 10px;
    float: left;
}

/*************** Card Header Tabs ***************/
.card-header-tabs {
    margin-right: 0;
    margin-left: 0;
}

/*************** Tooltip ***************/
.tooltip {
    font-size: 0.75rem;
}

.tooltip-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Badges ***************/
.badge {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    font-size: .75rem;
}

.badge-pill {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.badge-primary {
    background-color: #00322d;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #006cc8;
}

.badge-secondary {
    background-color: #ff3e61;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    background-color: #ff244c;
}

.badge-success {
    background-color: #32ba7c;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #2da66f;
}

.badge-danger {
    background-color: #ff4c4c;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #ff3333;
}

.badge-warning {
    background-color: #ffc012;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #f8b600;
}

.badge-info {
    background-color: #00322d;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #006cc8;
}

.badge-light {
    background-color: #e0f0fe;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    background-color: #c7e4fd;
}

.badge-dark {
    background-color: #89a8c3;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    background-color: #789cba;
}

.badge-bdr,
.badge-bdr-pill {
    background-color: transparent;
}

.badge-bdr.badge-bdr-pill,
.badge-bdr-pill.badge-bdr-pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.badge-bdr.badge-primary,
.badge-bdr-pill.badge-primary {
    color: #00322d;
    border: 1px solid #00322d;
}

.badge-bdr.badge-secondary,
.badge-bdr-pill.badge-secondary {
    color: #ff3e61;
    border: 1px solid #ff3e61;
}

.badge-bdr.badge-danger,
.badge-bdr-pill.badge-danger {
    color: #ff4c4c;
    border: 1px solid #ff4c4c;
}

.badge-bdr.badge-success,
.badge-bdr-pill.badge-success {
    color: #32ba7c;
    border: 1px solid #32ba7c;
}

.badge-bdr.badge-warning,
.badge-bdr-pill.badge-warning {
    color: #ffc012;
    border: 1px solid #ffc012;
}

.badge-bdr.badge-info,
.badge-bdr-pill.badge-info {
    color: #00322d;
    border: 1px solid #00322d;
}

.badge-bdr.badge-dark,
.badge-bdr-pill.badge-dark {
    color: #89a8c3;
    border: 1px solid #89a8c3;
}

.badge-bdr.badge-light,
.badge-bdr-pill.badge-light {
    color: #e0f0fe;
    border: 1px solid #e0f0fe;
}

/*************** Alerts ***************/
.alert {
    padding: .75rem 1rem;
    position: relative;
    background: #ffffff;
    border: 1px solid #e4e7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    margin-bottom: 1rem;
    box-shadow: none;
    line-height: 160%;
}

.alert i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.alert hr {
    border-top-color: #e1e5f1;
}

.alert-dismissible .close {
    padding: .5rem 1rem;
    top: -.70rem;
}

.close {
    text-shadow: none;
    font-size: 1.2rem;
}

.alert-success {
    color: #2e323c;
}

.alert-success i {
    color: #32ba7c;
}

.alert-success hr {
    border-top-color: #3bca89;
}

.alert-danger {
    color: #2e323c;
}

.alert-danger i {
    color: #ff4c4c;
}

.alert-danger hr {
    border-top-color: #ff6666;
}

.alert-warning {
    color: #2e323c;
}

.alert-warning i {
    color: #ffc012;
}

.alert-warning hr {
    border-top-color: #ffc72c;
}

.alert-info {
    color: #2e323c;
}

.alert-info i {
    color: #00322d;
}

.alert-info hr {
    border-top-color: #0088fb;
}

.alert-dark {
    background-color: #89a8c3;
    color: #000000;
}

/*************** Progressbars ***************/
.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f5f6fa;
}

.progress.md {
    height: 8px;
}

.progress.sm {
    height: 5px;
}

.progress.xs {
    height: 3px;
}

.progress-bar {
    background: #00322d;
}

/*************** Popovers ***************/
.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e5f1;
}

.popover .popover-header {
    background: #f5f6fa;
}

/*************** Tabs, Pills & Navs ***************/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #e1e5f1 #e1e5f1 #ffffff;
    color: #2e323c;
}

.nav-tabs .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-link {
    border: none;
    position: relative;
    padding: .5rem 1.3rem;
}

.nav-link:hover {
    color: #00322d;
}

.nav-link.active {
    text-decoration: none;
}

.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1rem;
    right: 1rem;
    height: 3px;
    background: #00322d;
}

.nav-link.disabled {
    pointer-events: none;
}

.tab-content {
        padding: 1rem;
/*    border-left: 1px solid #e1e5f1;*/
    border-top: 1px solid #ddd;
    margin-top: -4px;
}

.tab-content.plain {
    padding: 0;
    border: 0;
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active {
    border: 1px solid transparent;
    padding: .5rem 0;
}

.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.custom-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: -4px;
    height: 7px;
    width: 7px;
    background: #00322d;
}

.custom-tabs .nav-link.active:after {
    right: 1rem;
    left: 1rem;
    bottom: -2px;
}

.custom-tabs .nav-tabs {
    border: 0;
}

.custom-tabs .tab-content {
    border: 0;
    padding: 1rem 0;
}

/*************** Pills ***************/
.nav-pills .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*************** Page Item ***************/
.page-item.active .page-link {
    background-color: #00322d;
    border-color: #00322d;
}

/*************** Breadcrumbs ***************/
.breadcrumb {
    background-color: #f5f6fa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #00322d;
}

.breadcrumb .breadcrumb-item a i {
    font-size: 16px;
}

.breadcrumb .breadcrumb-item.active {
    color: #505050;
}

.breadcrumb.light {
    background-color: #f0f8ff;
}

/*************** jumbotron ***************/
.jumbotron {
    background-color: #f5f6fa;
}

/*************** List Group ***************/
.list-group-item {
    border: 1px solid #e1e5f1;
}

.list-group-item-primary {
    background: #00322d;
    color: #ffffff;
}

.list-group-item-secondary {
    background: #ff3e61;
    color: #ffffff;
}

.list-group-item-success {
    background: #32ba7c;
    color: #ffffff;
}

.list-group-item-danger {
    background: #ff4c4c;
    color: #ffffff;
}

.list-group-item-info {
    background: #00322d;
    color: #ffffff;
}

.list-group-item-warning {
    background: #ffc012;
    color: #ffffff;
}

.list-group-item-light {
    background: #e0f0fe;
    color: #00322d;
}

.list-group-item-dark {
    background: #89a8c3;
    color: #ffffff;
}

a.list-group-item-primary {
    background: #00322d;
    color: #ffffff;
}

a.list-group-item-primary:hover {
    background: #006cc8;
    color: #ffffff;
}

a.list-group-item-secondary {
    background: #ff3e61;
    color: #ffffff;
}

a.list-group-item-secondary:hover {
    background: #ff244c;
    color: #ffffff;
}

a.list-group-item-success {
    background: #32ba7c;
    color: #ffffff;
}

a.list-group-item-success:hover {
    background: #2da66f;
    color: #ffffff;
}

a.list-group-item-danger {
    background: #ff4c4c;
    color: #ffffff;
}

a.list-group-item-danger:hover {
    background: #ff3333;
    color: #ffffff;
}

a.list-group-item-info {
    background: #00322d;
    color: #ffffff;
}

a.list-group-item-info:hover {
    background: #006cc8;
    color: #ffffff;
}

a.list-group-item-warning {
    background: #ffc012;
    color: #ffffff;
}

a.list-group-item-warning:hover {
    background: #f8b600;
    color: #ffffff;
}

a.list-group-item-light {
    background: #e0f0fe;
    color: #00322d;
}

a.list-group-item-light:hover {
    background: #c7e4fd;
    color: #00322d;
}

a.list-group-item-dark {
    background: #89a8c3;
    color: #ffffff;
}

a.list-group-item-dark:hover {
    background: #789cba;
    color: #ffffff;
}

/*************** Pagination ***************/
.page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-link {
    color: #00322d;
    border: 1px solid #e1e5f1;
}

.page-link:hover {
    background: #f5f6fa;
    border-color: #e1e5f1;
}

/*************** Forms ***************/
address {
    border-left: 2px solid #00322d;
    padding-left: 20px;
    line-height: 170%;
}

.form-control {
    font-size: .9rem;
    border: 1px solid #e1e5f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #e1e5f1;
}

.form-control::-webkit-input-placeholder {
    color: #505050;
}

.form-control:-moz-placeholder {
    color: #505050;
}

.form-control::-moz-placeholder {
    color: #505050;
}

.form-control:-ms-input-placeholder {
    color: #505050;
}


#mySidenavR .form-control:focus {
    border: 1px solid #e6e6e6;
}

#mySidenavR .form-control::-webkit-input-placeholder {
    color: #e6e6e6;
}

#mySidenavR .form-control:-moz-placeholder, .sidenavR .dropdown-multiselect .dropdown-toggle, #mySidenavR .form-control {
    color: #e6e6e6 !important;
}
.sidenavR .dropdown-multiselect .dropdown-toggle, #mySidenavR .form-control {
    color: #e6e6e6 !important;
}

#mySidenavR .form-control::-moz-placeholder {
    color: #e6e6e6;
}

#mySidenavR .form-control:-ms-input-placeholder {
    color: #e6e6e6;
}

label {
    line-height: 1.8;
}

.input-group-addon {
    border: 1px solid #e1e5f1;
    background: #f5f6fa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #505050;
}

/*************** Tables ***************/
.table-hover tbody tr:hover {
    background-color: #f5f6fa;
}

.table td,
.table th {
    vertical-align: middle;
}

.thead-default th {
    background: #f5f6fa;
}

.table-inverse {
    background: #00322d;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #006cc8;
}

.thead-inverse th {
    background-color: #00322d;
}

.table thead th {
    border-bottom: 1px solid #e1e5f1;
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #d8f1ef;
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fde8e8;
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fdebd1;
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #e0f0fd;
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #f5f6fa;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6fa;
}

/*************** Gutters ***************/
.gutters {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters > .col,
.gutters > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.no-gutters {
    margin-right: -0px;
    margin-left: -0px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}



.left-menu ul li a {
    color: #fff;
    display: block;
    padding: 8px 10px;
    background: #00211e;
    margin-bottom: 1px;
}

.left-menu ul li ul a {
    color: #fff;
    display: block;
    padding: 5px 0 5px 10px;
    background: transparent;
    border-bottom: 1px solid #00211e;
}

.left-menu ul li ul li ul {
    color: #fff;
    margin-left: 10px;
}

.left-menu ul li ul li ul li a {
    border-bottom: 1px solid #00211e !important;
}


.form-group span.icon-search {
    position: absolute;
    right: 16px;
    bottom: 11px;
}

.bootstrap-select ul {
    display: block;
}

ul#search-list {
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 10px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

ul#search-list:before {
    content: '';
    position: absolute;
}

ul#search-list li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    font-size: 13px;
}

ul#search-list li:last-child {
    border-bottom: none;
}

.dropdown-menu .list-group {
    font-size: 12px;
}

.dropdown-menu .list-group-item {
    border-left: 0px;
    border-right: 0px;
}

.dropdown-menu .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}

.dropdown-menu .list-group-item:last-child {
    border-radius: 0px;
    border-bottom: 0px;
}

.search-list {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.search-list li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
    font-size: 13px;
}

.search-list li:last-child {
    border-bottom: none
}

.search-list li:hover {
    background: #f1f1f1;
    color: #000;
}

.repeat-btn {
    margin-right: 15px;
    width: 50px;
    margin-bottom: 15px;
    padding: 0;
    height: 36px;
    text-align: center;
}

.card-header a {
    color: #fff;
}

.search-list1 li:last-child {
    border-bottom: 0px;
}

.search-list1 li {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
}

.search-list1 {
    position: absolute;
    margin-top: 1px;
    background: #fff;
    padding: 0px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #eee;
    z-index: 9;
}

.search-list1 li:hover {
    background-color: #00322d;
    color: #fff;
}

.process-list-list ul {
    list-style: none;
    margin: 0px auto;
    text-align: center;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.process-list-list li {
    display: block;
}

.process-list-list li a {
    font-size: 20px;
    max-width: 381px;
    margin: 0 auto;
    color: #01596f;
    display: block;
    background: #fff;
    padding: 43px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 15px;
    box-shadow: 0 12px 22px rgba(63, 49, 178, 0.08), 0 6px 11px rgba(63, 49, 178, 0.04);
}

.process-list-list li a:hover {
    background: #01596f;
    color: #fff;
}

.step-list-list ul {
    list-style: none;
    margin: 0px auto 20px;
    text-align: center;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
}

.step-list-list li {
    display: block;
}

.step-list-list li a {
    font-size: 20px;
    max-width: 381px;
    margin: 0 auto;
    color: #01596f;
    display: block;
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 0;
    z-index: 1;
    margin-bottom: 15px;
    box-shadow: 0 12px 22px rgba(63, 49, 178, 0.08), 0 6px 11px rgba(63, 49, 178, 0.04);
    display: inline-block;
    min-width: 350px;
}

.step-list-list li a:hover {
    background: #a6c3c0;
    color: #fff;
}

/* .step-list-list li a:after{content:''; position:absolute; top:0; right:-60px; width: 0;height: 0;border-style: solid;border-width: 113px 0 0 59.4px;border-color: transparent transparent transparent #fff;}
 .step-list-list li a:hover:after{border-color: transparent transparent transparent #01596f;}	 */
.m-b10 {
    margin-bottom: 10px;
}

.step-list-list li.active a {
    background: #01596f;
    color: #fff;
}

.card .card-body .popupShow {
    padding: 10px;
    width: 335px;
    display: none;
    position: absolute;
    z-index: 111;
    top: -73px;
    left: 105%;
    background-color: #fff;
    box-shadow: 0 0 18px #888;
}

.card .card-body .popupShow .title {
    width: 100%;
    float: left;
    background-color: #00322d;
    color: #fff;
    padding: 4px 12px;
    font-size: 20px;
}

.card .card-body .popupShow .content {
    padding: 15px 12px 5px;
    width: 100%;
    float: left;
}

.card .card-body .popupShow .fa-close {
    margin-top: 5px;
    color: #fff !important;
    opacity: .9;
    font-size: 1rem;
    position: absolute;
    top: -19px;
    right: -13px;
    cursor: pointer;
    background-color: #00322d;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

@media (max-width: 767px) {
    .card .card-body .popupShow {
        width: 100%;
        top: 0px;
        left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .card .card-body .popupShow {
        width: 100%;
        top: 0px;
        left: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .card .card-body .popupShow {
        width: 260px;
    }
}

.left-menu ul li:hover a {
    background-color: #666;
    color: #fff;
}

.left-menu ul li.active a {
    background-color: #fff;
    color: #00211E;
}

.table-dark thead {
    background: #00322d;
    color: #fff;
}

.search-resultL {
    height: 500px;
    overflow: auto;
}

.search-resultL.table td {
    padding: 5px !important;
}

.btnEdit,
.btnEdit:hover {
    color: #fff;
}

.has-icon img {
    height: 20px;
}

.has-icon:hover img,
.active .has-icon img {
    filter: invert(100%);
}


.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 0px;
}

/* .tabs-left {} */

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li,
.tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
    display: block;
    width: 100%;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus,
.tabs-left > li > a.active {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #f1f1f1;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    border-bottom: 1px solid #f1f1f1;

    padding: 10px;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text > li.active > a,
.vertical-text > li.active > a:hover,
.vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.vert h2 {
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e5f1;
    font-size: 20px;
}

#menu1 {
    width: 100%;
    border: none;
}

#menu1 .list-group-item {
    padding: .35rem 1.25rem;
    font-size: 14px;
    border-radius: 0;
    border: none;
}

#menu1 .list-group-item:hover {
    font-weight: 600;
}

#menu1.collapse {
    display: none;
}

#menu1.collapse.show {
    display: block;
}

#menu1 li {
    width: 100%;
}

.uib-button-bar {
    display: none;
}

.profile-thumb {
    height: 100px;
    width: 100px;
    border-radius: 100px;
}

th i.fa {
    float: right;
}

.member-list .btn-group {
    float: left;
    position: relative;
    margin: 4px;
}

.list-group-item.active {
    color: #fff !important;
}

.tab-content.vert {
    min-height: 400px;
}

.pac-container.pac-logo {
    z-index: 9999;
    /*	display: block !important;*/
}

.blue-grey {
    background-color: #607d8b;
    color: rgba(255, 255, 255, 0.87);
}

.w-40 {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.rounded,
.circle {
    border-radius: 500px;
    padding: 10px;
}

.card-body.tab-content.vert {
    padding: 0;
    border-top: none
}
.border-right{border-left: 1px solid #ddd}
.card-body.tab-content.vert .nav-link{
    padding: 20px; font-size: 16px;
}
.nav-tabs{
    border-bottom: none
}
.card-body.tab-content.vert .nav-link.active,
.card-body.tab-content.vert .nav-link:hover {
    border: 1px solid transparent; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: none}
.card-body.tab-content.vert .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 1rem;
    right: 1rem;
    height: 3px;
    background: #00322d;
}

.map_form_sectoion {
    height: 470px;
    overflow: auto;
}



.addFilderbutton {
    color: #fff;
    background: #00322d;
    margin-left: 5px;
    width: 35px;
    display: inline-block;
    text-align: center;
    padding: 10px 0 9px 0;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.addFilderbutton:hover {
    background: #006cc8
}

.sidenavR {
    background-color: #111;
    height: 100%;
    overflow-x: hidden;
    /*    padding-top: 60px;*/
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 999;
}

.sidenav a,
.sidenavR a {
    color: #818181;
    display: block;
    font-size: 25px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s;
}

.sidenav a:hover,
.offcanvas a:focus,
.sidenavR a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

/*
.sidenav .closebtn,
.sidenavR .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    right: 25px;
    top: 0;
}

.sidenavR a.closebtn {
    box-shadow: 0 0 5px #fff;
    padding: 0 11px;
    margin: 0;
    top: -30px;
    border-radius: 50%;
    color: #fff;
    font-size: 31px;
}
*/

.sidenavR .form-control {
    border-color: rgba(120, 130, 140, 0.2);
    border-radius: 0.25rem;
    background: none;
    margin-bottom: 10px;
}

/*

.sidenavR h3 {
    margin-top: -40px;
    color: #989898;
    margin-bottom: 35px;
    font-size: 20px;
}
*/

.sidenavR_topSection {
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    height: 80%;
    overflow: auto;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.Status_wrapper {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.Status_wrapper p {
    font-weight: bold;
    color: #989898;
}

.Status_wrapper span {
    display: block;
    width: 80%;
    float: left;
    margin-bottom: 10px;
    color: #989898
}

.Status_wrapper span input {
    margin-right: 5px;
}

.Status_wrapper b {
    display: block;
    width: 10px;
    float: right;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.Status_wrapper b.Green_Bx {
    background: green
}

.Status_wrapper b.yellow_Bx {
    background: yellow
}

.Status_wrapper b.blue_Bx {
    background: #4490e4
}

.Status_wrapper b.red_Bx {
    background: red
}

.DateDropdown {
    background: #fff;
    position: absolute;
    right: 20px;
    top: 80px;
    padding: 10px;
    border-radius: 5px
}

.DateDropdown ul:before {
    margin: 0;
    padding: 0;
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -5px;
    background: #fff;
    right: 15px
}

.DateDropdown ul li {
    color: #000;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.DateDropdown ul li:hover {
    background: #ffc123;
    border-radius: 5px;
    color: #fff;
}

.filterFooter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #1b1a1a;
    padding: 15px;
    box-sizing: border-box;
}

.filterFooter button.btn.btn-green {
    background: #4bad29;
    color: #fff;
    border-radius: 5px;
    cursor: pointer
}

.filterFooter button.btn.btn-green:hover {
    background: #409c20;
}

@media screen and (max-width: 450px) {

    .sidenav,
    .sidenavR {
        padding-top: 15px;
    }

    .sidenav a,
    .sidenavR a {
        font-size: 18px;
    }
}
h4 .has-icon{
        font-size: 21px;
    width: auto;
    color: #969696;
}
.card .card-body p{
    margin-bottom: 0.5em;
}
.box-container, .card {
    border: 1px solid rgba(204, 204, 204, 0.36);
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    height: 100%;
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.180);
}

.m-b-20 {
    margin-bottom: 20px;
}

/* date range css code*/
.range_inputs .btn-success {
    background: #00322d;
    border-color: #00322d
}

.btn-success:hover {
    background-color: #006cc8;
    border-color: #006cc8;

}

.toggle-btn {
    width: 25%;
    float: right;
    padding-top: 10px;
}

.data-section {
    width: 75%;
    float: left
}

.toggle-btn .switch.extra-wide {
    width: 50px;
    height: 16px;
    float: right;
}

.toggle-btn .switch small {
    height: 16px;
    width: 16px;
}

.toggle-btn .switch.extra-wide.checked small {
    left: 34px;
}

.toggle-btn .switch .off,
.toggle-btn .switch .on {
    right: 17%;
    top: 10%;
    z-index: 0;
    color: #A9A9A9;
    font-size: 11px;
}

.toggle-btn .switch .on {
    left: 13%;
    color: #fff
}

/* .daterangepicker .ranges li {} */

.box-heading {
    margin-bottom: 15px;
    font-weight: 500
}

.box-heading h6 {
    margin-bottom: 0
}

.box-heading p {
    font-size: 13px;
    opacity: 0.6;
}




/* ============= map page design 1/9/2019=================== */
.search-section {
    border-top: 1px solid #e1e5f1;
    border-bottom: 1px solid #e1e5f1;
    padding: 15px 0;
}

.truck-search {
    border-radius: 4px;
    border-color: #e1e5f1;
}

.truck-search::placeholder {
    color: #e1e5f1
}

.single-user-section {
    height: 600px;
    overflow: auto;
}

.set-height {
    height: 600px;
    flex-flow: column;
    overflow: auto
}

.set-height li {
    cursor: pointer
}

.single-user-section .card {
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #e1e5f1;
    padding-bottom: 15px;
    cursor: pointer
}

.single-user-section .card:last-child {
    border: none
}

.single-user-section .card .card-body {
    padding: 0;
}

.company-name .user-name {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    float: left;
    color: #ffffff;
}

.single-user-section .Driver-detail {
    width: calc(100% - 60px);
    float: right;
}

.single-user-section .Driver-detail h6 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.single-user-section .Driver-detail span {
    display: block;
    font-size: 13px;
    color: #8a8a8a;
}

.marker {
    position: relative;
}

.marker .user-name {
    border: 3px solid #dcdcdc;
    font-size: 16px;
    color: #ffffff;
}

.marker:before {
    position: absolute;
    content: "";
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 28px solid #dcdcdc;
    border-radius: 50%;
    top: 25px;
    left: -1px;
    z-index: -1;
}

.status-section {
    margin-top: 20px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
}

.status-section .marker:before {
    display: none
}

.status-section .marker {
    line-height: 10px;
    font-weight: 600;
}

.status-section .user-name {
    margin-right: 10px;
    border: none;
    width: 10px;
    height: 10px;
}

.assign-btn {
    background: #00322d;
    color: #fff;
    border: none;
    padding: 4px 8px;
    margin-left: 59px;
    margin-top: 7px;
    cursor: pointer
}

.inner-status-section {
    margin-right: 15px;
    float: left
}

.table-heading h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin-right: -15px;
    padding-left: 5px;
}

.nav-link.btn {
    font-size: 14px;
    font-weight: 600
}

.nav-link.btn.dropdown-toggle:after {
    display: none
}

.img-container span {
    background: url(../img/truck.png);
    padding-left: 19px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    background-size: 14px;
}

.word-wrap {
    word-break: break-all;
    min-width: 50px;
}

.img-comtainer span {
    background: url(../img/driver.png) !important;
}

.th-w-115 .btn {
    font-size: 14px !important;
    color: #000 !important
}

.file-upload {
    display: inline-block
}

input[name="file-upload"] {
    width: 20px;
    position: absolute;
    left: 0;
    opacity: 0;
}

.box-header.p-8 {
    width: 100%;
}

.list-unstyled .btn-link {
    float: right;
    /* margin-right: 10px; */
    border-left: 1px solid #ccc;
    /* margin-left: 41px; */
    /* padding-left: 25px; */
    width: 50%;
    line-height: 22px;
}

.list-unstyled .dropdown-menu:before,
.list-unstyled .dropdown-menu:after {
    display: none
}

.list-unstyled {
    font-size: 18px;
}

.list-unstyled i {
    vertical-align: middle
}

.list-unstyled .dropdown-menu i {
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !Important
}

.label-sm.gray {
    background: #e2e2e2;
    padding: 2px 5px;
    border-radius: 4px;
}

/* ===== pop up design ===== */
.header-container {
    display: inline-block;
    width: 100%;
}

.header-container .modal-title {
    display: inline-block;
    /* float: left; */
    font-size: 17px;
}

.header-container button {
    float: right
}

.modal-header {
    padding: 5px 10px;
}

.ticket .modal-dialog,
.ViewOrder .modal-dialog {
    width: 940px;
    top: 20px !important;
    margin: 30px auto;
    height: auto;
    max-width: none;
}

.ticket .modal-dialog.full-view {
    width: 100%;
    height: 100%;
    top: 0 !important;
    bottom: 0;
    margin: 0;
}

.ticket .modal-dialog.full-view .modal-content {
    height: 100%;
}

.product-detail-section {
    width: 280px;
    float: right;
    background: #F8F6F4
}

.image-layout-section {
    height: 100%;
    width: calc(100% - 300px);
    float: left
}

.modal.ticket .modal-body {
    padding: 0;
    background: #F8F6F4;
}

.modal.ticket .modal-body .popupimage-detail .popupimage-content h4 {
    margin: 0px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #282828;
}

.modal.ticket .modal-body .btn.link,
.upload-btn {
    background: transparent;
    font-size: 14px;
    line-height: normal;
    padding: 7px 15px
}

.modal.ticket .modal-body .btn.link i,
.upload-btn i {
    font-size: 16px;
}

.border-btn .btn.link,
.upload-btn {
    border: 1px solid rgba(158, 158, 158, 0.2);
    border-radius: 4px;
}

.upload-btn {
    margin-bottom: 15px;
}

.modal.ticket .modal-body .btn.link.focus,
.modal.ticket .modal-body .btn.link:focus,
.upload-btn:active,
.upload-btn:focus {
    color: #000 !important;
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2)
}

.modal.ticket .modal-body .btn.link:hover,
.upload-btn:hover {
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2);
    color: #000;
    text-decoration: none
}

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

.image-layout-section {
    background: #fff
}

.modal.ticket .modal-body .popupimage-detail {
    height: 100%;
    padding: 10px;
    padding: 10px;
}

.small-thumbnail .dropdown-menu.show {
    display: block;
    width: 125px;
    min-width: auto;

}

.small-thumbnail .dropdown-menu.show input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.small-thumbnail .dropdown-menu.show li {
    position: relative
}

.image-container {
    position: relative;
    height: calc(100vh - 100px);
}

#imageContainer {
    width: 500px;
    height: 380px;
    cursor: all-scroll;
}

.ticket .modal-dialog.full-view #imageContainer {
    height: 83vh;
    width: auto;
}

.large-image-container,
#drag-img {

    top: 51px;
    position: absolute;
    left: 140px;
    right: 0;
    bottom: 0;
}

.large-image-container .drag-img {
    background: #000;
    text-align: center;
    overflow: hidden;height:100%;
}

.file-upload label {
    margin-bottom: 0;
}

.toolbar-section {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
    float: left;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 5px;
}

.modal.ticket .dl-horizontal {
    margin-bottom: 8px;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
    widows: 100%;
}

#reconcile .dataTables_wrapper .row:nth-child(2) .col-sm-12{
    overflow: inherit
}


.dataTables_wrapper .row:nth-child(2) .col-sm-12 table.dataTable {
    overflow: auto;
}

.corner-ribbon {
    top: 13px;
    left: -22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 10px;
    line-height: 22px;
    width: 90px;
    background: #78828c;
    text-align: center;
    position: absolute;
    color: #f0f0f0;
}

/*
.ng-isolate-scope {
    display: inline-block;
    width: 100%;
}
*/

.small-thumbnail {
    width: 140px;
    text-align: center;
    position: absolute;
    padding: 15px;
    top: 40px;
    left: 0px;
    background: #fff;
    bottom: 0;overflow-y:auto;
}

.modal.ticket .dl-horizontal dt {
    float: left;
    color: #818a91;
    width: 140px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 0;
}

.btn.ticket-match {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 4px !important;
    background: #a1ca73;
    cursor: pointer;
    color: #fff;
}

.modal.ticket .dl-horizontal dd {
    margin-left: 120px;
    font-size: 12px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
      padding: 1px 0;
}

.full-screen {
    background: transparent;
    border: none;
    margin-right: 13px;
    font-size: 14px;
    color: #6f6f6f;
}

.thumbnailimages {
    position: relative;
    overflow: hidden
}

.thumbnailimages img {
    width: 100%;
    margin-bottom: 5px;
}

.thumbnailimages .caption h3 {
    font-size: 11px;
    margin: 0px;
}

.thumbnailimages .caption p {
    font-size: 10px;
    margin: 0px;
}

.small-thumbnail ul li a {
    display: block;
    border: 5px solid #2196f3;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

/* .sidebar-daterange .daterangepicker.dropdown-menu {} */

.daterangepicker.opensleft:before,
.daterangepicker.opensleft:after {
    right: 9px !important;
    left: auto !important
}

.sidenavR .dropdown-multiselect {
    display: inline-block;
    width: 100%;
}

.sidenavR .dropdown-multiselect .dropdown-toggle {
    font-size: .9rem;
    border: 1px solid #e1e5f1;
    border-color: rgba(120, 130, 140, 0.2);
    border-radius: 0.25rem;
    background: none;
    margin-bottom: 10px;
    color: #505050;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 1.25;
    text-align: left;
}

.sidenavR .dropdown-menu-form {
    margin: 0;
    padding: 2px 0;

    background: #212325;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    border: none;
    width: 100%;
}

.sidenavR .dropdown-menu-form a .glyphicon {
    font-size: 10px;
}

.sidenavR .dropdown-menu-form a .glyphicon,
.sidenavR .dropdown-menu-form a .checkboxInput {
    margin-right: 5px;
}

.sidenavR .dropdown-menu-form a {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    padding: 3px 10px;
}

.sidenavR .dropdown-menu-form label {
    line-height: normal;
    margin-bottom: 0;
}

.sidebar-head {
    position: relative;
    padding: 18px 15px 18px 15px;
    border-bottom: 1px solid #212325;
    background: #212325;
}

.sidebar-head h3 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2rem;
    color: rgba(225, 235, 245, 0.87);
}

.sidebar-head a {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 30px;
    width: 30px;
    background: #27292bc7;
    line-height: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-size: 19px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center
}

.drop-down-btn .dropdown-menu {
    width: 400px;
    padding: 8px 8px 4px 8px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.drop-down-btn .dropdown-menu button.active:after,
.drop-down-btn .dropdown-menu button.active:before {
    display: none
}

.drop-down-btn .dropdown-menu button {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 4px;
    padding: 0.5em 1em;
    background: #fff;
    border: 1px solid rgba(120, 130, 140, 0.13);
}

.drop-down-btn .dropdown-menu button.active,
.drop-down-btn .dropdown-menu button:focus {
    background: #d1dbe6 !important;
    border: 1px solid rgba(120, 130, 140, 0.13) !important;
    box-shadow: none !important;
    position: relative;
    color: #000;

}

.btn:focus,
.btn:active {
    text-decoration: none
}

.drop-down-btn .dropdown-menu button.active:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 4px;
}

.load-label {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 0.5px;
}

.amount-load {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
    line-height: 28px;
    font-weight: 400;

}

.amount-load big {
    font-size: 24px;
    font-weight: 400;
    color: #2196f3 !important;

}

.header-container button.small-btn {
    padding: 3px 8px;
    font-size: 13px;
    margin-right: 10px;
}

.ViewOrder .modal-body {
    padding: 0;
}

.scroll-container {
    position: relative;
    min-height: 540px;
    max-height: 540px;
    overflow-y: auto;
}

.view-list-detail {
    background: #fafbfb;
    /* padding: 16px 16px 16px 16px; */
    padding: 16px 16px 0px 16px;
    margin-right: 0px;

}

.tik-image-content figure {
   margin-bottom: 5px;
    height: 63px;
    overflow: hidden;
    border: 1px solid #dedede;
    line-height: 58px;
    text-align: center;
    background: #efefef;
}

.tik-image-content figcaption {
    font-size: 12px;
    color: #4e4e4e;
        text-align: center;
    font-weight: 600;
}

.tik-image-content {
    margin-bottom: 15px;
   
}

.view-list-detail .b-text {
    margin-bottom: 10px;
    font-size: 16px;
}

.view-list-detail p {
    color: rgba(0, 0, 0, 0.87)
}

.view-list-detail p strong {
    color: rgba(0, 0, 0, 0.87);
}

.view-list-detail .dl-list dt {
    width: 53%;
    margin-bottom: 0px;
    line-height: 22px;
    padding: 3px 0
}

.view-list-detail .dl-list dt {
    float: left;
    width: 215px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.87);
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px; padding: 3px 0
}

.view-list-detail .dl-list dd {
    margin-left: 53%;
    margin-bottom: 0px;
    line-height: 22px;
}

.small-box {
    background: #E6F2FA;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px;
    margin-top: 20px;
}

.small-box h5 {
    border-bottom: 1px solid #CDE6F7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.tik-image-content div{
    display: inline-block; /*float: left; */ width: 50px;     margin: 0 10px 0 0;
}
.small-box h5.no-border{
    border-bottom: none; margin-bottom: 0
}
.small-box h5 span {
    color: #4bad29;
    float: right;
    font-weight: 700;
}

.small-box .list-inline li {
    padding: 5px;
}

.tik-title {
    font-weight: 600
}

.order-status-wrapper {
    padding: 16px 16px 0px 0px;
    background: #fff;
}

.single-status-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.order-status-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: 8.2%;
    top: 21px;
    bottom: 20px;
    margin-left: -1px;
    height: 49%
}

.m-t-30{margin-top: 30px;}

.single-status-container .status-icon {
    margin-left: 104px;
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    background: #4bad29;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 30px;
    font-size: 18px;
    float: left;
    margin-left: 22px;
    margin-top: 7px;
    position: relative;

}

.modal-title{
    font-weight: 600; font-size: 15px;
}
.single-status-container .status-detail .status {

    font-size: 14px;
    opacity: 1;
    margin-bottom: 0px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
}

.order-date {
    font-weight: bold;
}

.single-status-container .status-detail p {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;

    vertical-align: middle;

}

.single-status-container .status-detail .opa-8 {
    opacity: 0.8;
}

.single-status-container .status-detail {
    position: relative;
    background: #E6F2FA;
    padding: 3px 10px 8px;
      width: calc(100% - 78px);
    margin-left: 78px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: 100px;
    height: 50px;
    overflow-y: auto;
}



.single-status-container .status-detail .ts:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    vertical-align: text-top;
    background: #7d7d7d;
    padding: -1px;
    margin: 4px;
}
.single-status-container .status-detail .ts:last-child:after{
    display: none
}
.hr-detail{
        position: absolute;
    right: 10px;
    top: 10px; font-size: 11px;
    line-height: 12px;
}
.time-est {
    display: block;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    color: #ffc123;
    position: absolute;
    text-align: center;
    width: 81px;
    left: -6px;
    background: #fff;
    word-wrap: normal;
}
div.dataTables_wrapper div.dataTables_length label{
    justify-content: start;
}
#DataTables_Table_0_wrapper .row .col-sm-12:nth-child(2) label{justify-content: flex-end;}

#DataTables_Table_0_wrapper > .row{
    margin: 0 !important;
}

/*

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}*/
.single-user-section{height:600px; overflow:auto;}	
.RightSideBox .card {height: auto;}

#modalAddLoad .map_form_sectoion, #modalEditLoad .map_form_sectoion{
    height: 80vh;
}
.p-l-0, .form-check-inline:first-child  .form-check-label{padding-left: 0 !important;}
.full-height{height: 100% !Important;}
.color-btn{
    box-shadow: inset 0 -10rem 0px rgba(158, 158, 158, 0.2) !important;
}
td.destination, th.destination{
           width: 210px !important;
    white-space: normal !important;
    display: inline-block;
}

#DataTables_Table_0_wrapper .row th,#DataTables_Table_0_wrapper  .row td{
    font-size: 13px !important; padding: 8px 6px !important;
}
.map_form_sectoion .textarea-form{
        position: fixed;    flex: 0 0 66.666667%;
    max-width: 67.666667%;
    right: 0;
    left: 0px;
    top: 31px;
    bottom: 0;
    background: #fff;
    z-index: 9;    padding: 15px;
}
.map_form_sectoion .textarea-form textarea{
        height:60vh;    margin-bottom: 20px;
}


select:focus{outline:none;}
.add-btn{width:calc(100% - 44px);text-align:center;padding:0 !important;vertical-align:top;line-height:35px;}
.add-btn:focus,.add-btn:hover,.add-btn:active{box-shadow:none;}
.select-tb{padding-top:10px;}
.select-tb input{width:49%;float:left;}
.select-tb select{width:49%;float:right;border:1px solid #e1e5f1;height:35px;}
.addFilderbutton{line-height:37px;padding:0;top:0;}


.nav-tabs .nav-item .nav-link h6, .nav-tabs .nav-item .nav-link {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    
}
.nav-tabs .nav-item .nav-link{
    height:55px;
}
.tab-content{
    margin-top:0 !important;
}
.nav-tabs .nav-item .nav-link p {
	font-size:13px;
	color:#999;
}

#modalAddLoad  .modal-dialog,#modalEditLoad .modal-dialog{min-width:100%;}
#modalAddLoad table.adp-directions td,#modalEditLoad table.adp-directions td, .row .map_form_sectoion td{white-space: inherit !important;}


#modal-mechanic .modal-dialog, #modal-driver .modal-dialog {max-width:800px;}
#modal-mechanic label, #modal-driver label{font-size:14px;font-weight:bold;}
#modal-mechanic .report-form-box, #modal-driver .report-form-box {margin-bottom:15px;}
#modal-mechanic .report-form-box:last-child, #modal-driver .report-form-box:last-child{margin-bottom:0;}
#modal-mechanic  .remove-input, #modal-driver  .remove-input{position:absolute;top:0;right:15px;height:100%;width:40px; background:none;border:none;font-size:20px; cursor:pointer;}
#modal-mechanic .repeat-inpt-block, #modal-driver .repeat-inpt-block{margin-bottom:10px;}
#modal-mechanic .repeat-inpt-block:last-child, #modal-driver .repeat-inpt-block:last-child{margin-bottom:0;}
#modal-mechanic .machanic-frm-group, #modal-driver .machanic-frm-group{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ccc;}
.f-right{float:right;}
.parent-ul{display:inline-block;vertical-align:top;padding:5px;}
.parent-ul .fa.fa-upload{margin-top:6px}
.parent-ul .file-upload{cursor:pointer;position:relative;}
.parent-ul ul li a{border:none !important;padding-left:5px;padding-right:5px;cursor:pointer;}
div#reconciletemplatebody {
    float: left;
    width: 100%;
}
div#reconciletemplatebody .row{
    width: 100%;
}
#load_search_submit {
    background: #00322d;
    color: #fff;
}
input#load_search {
    width: 300px;
}
.data-section1 {
    float: right;
    width: 200px;
}

.add-btn.job-load-btn {
    width: calc(100% - 174px);
    display: inline-block;
}

/*************New Design Style*************/
.main_bizi_{position:relative;background:#F6F7FA;padding:20px;overflow:hidden;}
.left_side,.right_side{width:50px;float:left;min-height:200px;position:relative;transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;}
.left_side .side_icons,.right_side .side_icons{position:absolute;left:0;right:0;top:20px;margin:auto;width:40px;transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;}
.main_bizi_ .side_icons a{width:44px;height:44px;line-height:44px;background:#118392;border-radius:55px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;}
.main_bizi_ .side_icons a:last-child{margin-bottom:0;}
.main_bizi_ .side_icons a img{max-width:55%;}
.mid_side{width:calc(100% - 100px);float:left;padding:0px 20px;transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;}
.mid_side .min-cnt{background:#fff;padding:20px;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:10px;min-height:84vh;}
.mid_side .top_icons{text-align:right;margin-bottom:25px;}
.mid_side .top_icons li{display:inline-block;margin-right:8px;}
.mid_side .top_icons li:last-child{margin-right:0;}
.mid_side .top_icons li a{width:60px;height:60px;line-height:60px;background:#fff;display:block;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:55px;transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;}
.mid_side .top_icons li a img{transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;position:relative;left:-12px;top:-33px;width:56%;}
.mid_side .top_icons li:hover a{background:#118392;}
.mid_side .top_icons li:hover a img{top:13px;}
.min-cnt .top_tab{position:relative;margin-bottom:20px;}
.min-cnt .top_tab .srch-icon{position:absolute;right:0;top:0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);width:42px;height:42px;line-height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;}
.min-cnt .top_tab .srch-field,.hide_bx .src-fld{width:100%;top:60px;right:0;left:0;position:absolute;padding:20px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:5px;display:none;z-index:1;}
.min-cnt .top_tab .srch-field .form-control,.hide_bx .src-fld .form-control{font-size:16px;border:none}
.min-cnt .top_tab .srch-field .srch,.hide_bx .src-fld .srch{font-family:'FontAwesome';position:absolute;right:35px;top:30px;background:0;border:0;padding:0;color:#666}
.hide_bx .src-fld{z-index:1;left:15px;right:15px;width:calc(100% - 30px);padding:10px;}
.hide_bx .src-fld .form-control{font-size:14px;}
.hide_bx .src-fld .srch{right:20px;top:20px;}
.left_side .hide_bx{background:transparent;box-shadow:none;padding:0 10px 0 0;border-radius: 0;height:87vh;}
.left_side .hide_bx h6{margin-bottom:20px;text-transform:uppercase;font-weight:600;}
.left_side .hide_bx .right-cns{position:absolute;right:0;top:0;}
.left_side .hide_bx .right-cns a{padding:0 5px;}
.left_side .hide_bx .lft-bx-inr{width:100%;height:auto;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);padding:14px;border-radius:10px;clear:both;float:left;margin-bottom:20px}
.left_side .hide_bx .lft-bx-inr .listing-bx{max-height:450px;}
.left_side .hide_bx .lft-bx-inr:last-child{margin-bottom:0}
.min-cnt .nav-tabs{border:none;}
.min-cnt .nav-tabs .nav-item{margin-right:10px;}
.min-cnt .nav-tabs .nav-item:last-child{margin-right:0;}
.min-cnt .nav-tabs .nav-link{line-height:42px;padding:0 20px;height:auto;border:none;font-weight:600;text-transform:capitalize;border-radius:35px;box-shadow:0 0 10px rgba(0,0,0,.1);font-size:15px;}
.min-cnt .nav-tabs .nav-link.active{background:#118392;color:#fff;}
.min-cnt .nav-tabs .nav-link.active:after{display:none;}
.min-cnt .tab-content{border:none;padding:0 0 15px;}
.min-cnt .tab-content .middle-boxes{display:flex;flex-wrap:wrap;width:100%;position:relative;min-height:67vh;}
.min-cnt .tab-content .middle-boxes>.mCSB_inside > .mCSB_container{padding:10px 10px 0 5px;}
.middle-boxes .mid-listing-bx{margin:0 0 30px 0;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);padding:14px;border-radius:10px;}
.middle-boxes .small-boxes{width:100%;display:flex;flex-wrap:wrap;}
.middle-boxes .small-boxes .mid-listing-bx{width:calc(100% / 4 - 19px);margin:0 25px 30px 0;}
.middle-boxes .small-boxes .mid-listing-bx:nth-child(4n+4){margin-right:0;}
.middle-boxes .mid-listing-bx .hdr-listing{margin-bottom:5px;}
.middle-boxes .mid-listing-bx .hdr-listing .lft{float:left;font-size:15px;font-weight:500;text-transform:capitalize;padding:8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 77px);}
.middle-boxes .mid-listing-bx .hdr-listing .rgt{float:right;}
.middle-boxes .mid-listing-bx .hdr-listing .rgt a{line-height:39px;font-size:16px;display:inline-block;padding:0 4px;position:relative;}
.middle-boxes .mid-listing-bx .hdr-listing .rgt .note span{top:5px;right:-4px;}
.middle-boxes .mid-listing-bx .listing-mid{height:520px;overflow-y:auto;}
.middle-boxes .mid-listing-bx.full-listing .listing-mid{max-height:500px;}
.middle-boxes .mid-listing-bx.full-listing li{background:#F1F1F1;padding:10px;border-radius:5px;margin-bottom:8px;display:flex;flex-wrap:wrap;}
.middle-boxes .mid-listing-bx .listing-mid li{margin-bottom:5px;}
.middle-boxes .mid-listing-bx .listing-mid li:last-child{margin-bottom:0;}
/* .middle-boxes .mid-listing-bx .listing-mid li .parts,.middle-boxes .mid-listing-bx .hdr-listing .rgt .small-modal,.middle-boxes .mid-listing-bx.full-listing .hdr-listing .rgt .big-modal{display:none;} */
/* .middle-boxes .mid-listing-bx .listing-mid li .parts.drvr,.middle-boxes .mid-listing-bx.full-listing .listing-mid li .parts{display:block} */
.middle-boxes .mid-listing-bx.full-listing .hdr-listing .rgt .small-modal{display:inline-block;}
.middle-boxes .mid-listing-bx .listing-mid li .parts div,.middle-boxes .mid-listing-bx .listing-mid li .lst{display:block;padding:4px 10px;background:#fff;margin-bottom:7px;border-radius:4px;position:relative;border:1px solid #F1F1F1;font-size:13px;}
.middle-boxes .mid-listing-bx .listing-mid li .parts div:last-child{margin-bottom:0;}
.mCSB_scrollTools{width:6px;}
.middle-boxes .mid-listing-bx .listing-mid li>div .nme{display:block;font-weight:500}
.middle-boxes .mid-listing-bx .listing-mid li>div .note,.listing-bx .lst-- a.note{position:absolute;right:14px;top:4px;color:#118392;}
.middle-boxes .mid-listing-bx.full-listing{width:100% !important;}
.middle-boxes .mid-listing-bx.full-listing .listing-mid li .parts{width:calc(100% / 3 - 1%);margin-right:1.5%;}
.middle-boxes .mid-listing-bx.full-listing .listing-mid li .parts:last-child{margin-right:0}
.middle-boxes .mid-listing-bx.full-listing .listing-mid li .parts>div:last-child,.middle-boxes .mid-listing-bx.full-listing .listing-mid li:last-child{margin-bottom:0}
.lft_bxes .middle-boxes .small-boxes .mid-listing-bx,.rgt_bxes .middle-boxes .small-boxes .mid-listing-bx{width:calc(100% / 2 - 13px);}
.lft_bxes .middle-boxes .small-boxes .mid-listing-bx:nth-child(4n+4),.rgt_bxes .middle-boxes .small-boxes .mid-listing-bx:nth-child(4n+4){margin-right:25px;}
.lft_bxes .middle-boxes .small-boxes .mid-listing-bx:nth-child(2n+2),.rgt_bxes .middle-boxes .small-boxes .mid-listing-bx:nth-child(2n+2){margin-right:0;}
/* .lft_bxes.rgt_bxes .middle-boxes .mid-listing-bx{width:calc(100% / 2 - 13px);} */
/* .lft_bxes.rgt_bxes .middle-boxes .mid-listing-bx:nth-child(3n+3),.lft_bxes.rgt_bxes .middle-boxes .mid-listing-bx:nth-child(4n+4){margin-right:25px;} */
/* .lft_bxes.rgt_bxes .middle-boxes .mid-listing-bx:nth-child(2n+2){margin-right:0;} */
.hide_bx{display:none;width:100%;height:auto;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);padding:14px;border-radius:10px;}
.hide_bx .hdr_bx{width:100%;float:left;}
.hide_bx .hdr_bx .lft{display:flex;flex-wrap:wrap;float:left;}
.left_side .hide_bx .hdr_bx .lft{width:calc(100% - 47px);}
.hide_bx .hdr_bx .lft figure{background:#118392;border-radius:5px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin:0}
.hide_bx .hdr_bx .lft figure img{max-width:63%}
.hide_bx .hdr_bx .lft span{display:inline-block;line-height:36px;padding-left:7px;text-transform:capitalize;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 36px);font-weight:500}
.hide_bx .hdr_bx .rgt{float:right;}
.hide_bx .hdr_bx .rgt a{line-height:40px;display:inline-block;padding:0 4px;}
.listing-bx{float:left;width:100%;margin-top:15px;max-height:905px;}
.listing-bx .lst--{border:1px solid #F1F1F1;margin-bottom:5px;border-radius:5px;font-size:13px;padding:5px 10px;position: relative;}
.listing-bx .lst--:last-child{margin-bottom:0;}
.listing-bx .lst-- button{color:#118392;font-size:13px;background:transparent;border:0;padding:0;position:absolute;right:10px;top:6px}
.listing-bx .lst-- button span,.note span{width:18px;height:18px;background:#fff;border-radius:35px;position:absolute;border:1px solid #eee;font-size:11px;line-height:17px;font-weight:500;top:-7px;right:-8px;display:flex;align-items:center;justify-content:center;}
.main_bizi_.lft_bxes .left_side,.main_bizi_.rgt_bxes .right_side{width:300px;}
.main_bizi_.lft_bxes .hide_lft_btns{left:-400px;right:auto;}
.main_bizi_.rgt_bxes .hide_rght_btns{right:-400px;left:auto;}
.main_bizi_.lft_bxes .mid_side,.main_bizi_.rgt_bxes .mid_side{width:calc(100% - 350px);}
.main_bizi_.lft_bxes.rgt_bxes .mid_side{width:calc(100% - 600px);}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,.7) !important;}
.mCSB_inside > .mCSB_container{margin-right:10px !important;}
.left_side .hide_bx .mCSB_inside > .mCSB_container{margin-right:15px !important;}
.mCSB_scrollTools{width:6px !important;}
.pagination-mid{padding:5px 0 0;text-align:center;}
.pagination-mid a{width:44px;height:44px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:55px;line-height:44px;display:inline-block;margin:0 5px;font-size:16px;font-weight:600;}
.pagination-mid a.active-pgns,.pagination-mid a:hover{background:#118392;color:#fff}
.cutsom_modal .modal-xl{max-width:1200px;}
.cutsom_modal .modal-lg{max-width:1000px;}
.cutsom_modal .modal-md{max-width:800px;}
.cutsom_modal .modal-sm{max-width:600px;}
.cutsom_modal .modal-content{border:none;border-radius:15px;width:100%;}
.cutsom_modal .modal-header{border:none;padding:25px;}
.cutsom_modal .modal-title{text-transform:capitalize;font-size:22px;}
.cutsom_modal .close{font-size:30px;opacity:1;}
.cutsom_modal .modal-body{padding:0  25px 25px;}
.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% -(.5rem * 2))}
.total_info ul{display:flex;flex-wrap:wrap}
.total_info ul li{width:calc(50% - 3px);display:flex;border-bottom:2px solid #ddd;padding:10px;margin:0 6px 5px 0;background:#f5f5f5}
.total_info ul li:nth-child(2n){margin-right:0}
.total_info ul li span{width:65%;font-weight:600;text-transform:capitalize}
.total_info ul li p{margin:0}
.scrollSlt{overflow-x:auto}
.fuel-table{margin-top:20px}
.fuel-table .row{width:100%;margin:0}
.fuel-table .row .col-sm-6,.fuel-table .row .col-sm-12{padding:0}
.fuel-table .row:nth-child(3) .col-sm-7{width:100%;padding:0;text-align:center;max-width:100%;flex:0 0 100%}
.fuel-table .dataTables_length{width:100%}
.fuel-table .dataTables_length label{font-size:0}
.fuel-table .dataTables_length label select{width:100%;max-width:90px}
.fuel-table .dataTables_filter label{font-size:0;justify-content:end}
.fuel-table .dataTables_filter label input{margin:0!important;width:100%!important;max-width:300px}
.fuel-table .dataTables_wrapper table.dataTable th{background:#f0f0f0;text-transform:capitalize;font-weight:600;color:#111}
.fuel-table table.dataTable{border-collapse:collapse!important}
.fuel-table .dataTables_wrapper table.dataTable thead .sorting:after{display:none}
.fuel-table .dataTables_wrapper table.dataTable thead .sorting:before{content:'\f160';font-family:'FontAwesome';top:16px;right:0;opacity:1;color:#111}
.fuel-table .dataTables_wrapper table.dataTable thead .sorting_desc:before{content:'\f161'}
.table-striped tbody tr:nth-child(odd){background-color:rgba(0,0,0,0)}
.table-striped tbody tr:nth-child(even){background-color:rgba(0,0,0,.05)}
.fuel-table .dataTables_wrapper .row .dataTables_paginate{text-align:center;margin:20px 0 10px}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination{margin:0 auto;width:auto;display:table}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button{display:inline-block;margin:0 2px}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button a{width:40px;height:40px;float:left;line-height:40px;border:1px solid #ddd;border-radius:50%;position:relative}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.active a{background:#118392;color:#fff;border-color:#118392}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .previous,.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .next{font-size:0}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .previous a:before,.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .next a:before{content:'\f104';position:absolute;left:0;top:-2px;color:#000;font-family:'FontAwesome';width:100%;height:100%;font-size:21px;font-weight:600}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .next a:before{content:'\f105'}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .disabled a{background:#f0f0f0;cursor:default}
.fuel-table .dataTables_wrapper .row .dataTables_paginate .pagination .disabled a:before{color:#777}
.dataTables_wrapper table.table{width:100%!important}
.dataTables_wrapper .action-btn{text-align:center}
.dataTables_wrapper .action-btn a{border-radius:5px;width:36px;line-height:36px;display:inline-block;color:#fff;font-size:15px;text-align:center}
.nowrap th{white-space:nowrap}
.driver_modal_info p{font-size:17px;margin-bottom:.8rem}
.driver_modal_info p span{font-weight:600}
#note-modal textarea{height:160px;border-radius:15px;box-shadow:0 0 10px rgba(0,0,0,.1);width:100%;border:0;resize:none;padding:15px 0 0 15px;outline:0}
.readmore{background:#118392;border:0;line-height:44px;text-align:center;color:#fff;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:.2px;padding:0 20px;border-radius:5px}
.sticky-note-slide{position:fixed;right:-310px;top:60px;width:300px;height:calc(100% - 97px);background:#fff;z-index:1;padding:20px;box-shadow:0 0 5px rgba(0,0,0,.2);transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s}
.sticky-note-slide .hdr{margin-bottom:20px;display:block;padding:0 0 15px;border-bottom:1px solid #e1e5f1;position:relative}
.sticky-note-slide .hdr h4{font-size:17px;text-transform:capitalize;font-weight:600;margin:0}
.sticky-note-slide .hdr .cls{position:absolute;right:0;top:0;}
.sticky-note-slide .sticky-note-list{height:calc(100% - 110px)}
.sticky-note-slide .sticky-note-list .list-bx{border:1px solid #e1e5f1;margin-bottom:15px;padding:10px 30px 10px 10px;position:relative}
.sticky-note-slide .sticky-note-list .list-bx p{margin:0;font-size:13px;line-height:19px}
.sticky-note-slide .sticky-note-list .list-bx .clse{position:absolute;right:4px;top:5px;padding:5px 10px}
.sticky-note-slide .sticky-note-list .list-bx:last-child{margin-bottom:0}
.sticky-note-slide .stikcy-note-add{position:relative;margin-top:20px}
.sticky-note-slide .stikcy-note-add .sbmt{font-family:'FontAwesome';position:absolute;right:0;top:0;background:transparent;border:0;padding:0 15px;line-height:36px;border-left:1px solid #e1e5f1;color:#333}
.sticky-note-slide.show-stickynote{right:0;}

.mCustomScrollBox{width:100%;}

@media screen and (min-width:576px){
    .modal-dialog-centered{min-height:calc(100% -(1.75rem * 2))}
}

/*************New Design Style*************/
