<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Krank v1.0.0
Theme : Default
Generated From SCSS
[Table of contents]
1. Layouts
2. View Ports
3. Chat
4. Panels
5. Typography
6. Buttons
7. Alerts
8. Notifications
9. Progress Indicators
10. Modals
11. Tabs &amp; Accordians
12. Sliders &amp; Navigation
13. Treeview
14. Nestables
15. Form Elements
16. Tables &amp; Datatables
17. Charts
18. Lists
19. Social App
20. Email App
21. Calendar App
22. Login
23. Lockscreen
24. Timeline
25. Gallery
26. Vector Map
27. Widgets
28. Misc
29. Print
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Layouts]
*/

@font-face {
    font-family: 'poppin-extra';
    src: url('fonts/Poppins-ExtraBold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Poppins-ExtraBold.woff') format('woff'), url('fonts/Poppins-ExtraBold.ttf') format('truetype'), url('fonts/Poppins-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
	font-family: 'Poppins-Bold';
	src: url('fonts/Poppins-SemiBold.eot');
	src: local('Ã¢ËœÂº'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
html {
    height: 100%;
}

.lbl-stats {
    background: #1679fc;
    color: #fff;
    border-radius: 100px;
    padding: 0px 20px;
    margin-top: 7px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}


#modalTermsofUse .Finance_Form_Sec .ContentSec .container h3{
    font-size: 19px;
    font-weight: 700;
}

#modalPrivacy .Finance_Form_Sec h2{
    color: #455671 !important;
}

#modalTermsofUse .Finance_Form_Sec h2{
    color: #455671 !important; 
}

#modalTermsofUse .ContentSec h3{
    color: #455671 !important; 
    font-size: 20px;
    font-weight: 500;
}

#modalTermsofUse .ContentSec li{
    color: #455671 !important; 
}

#modalTermsofUse .ContentSec p{
    color: #455671 !important; 
}

#modalPrivacy .ContentSec ul{
    padding-left: 30px;
}


#modalPrivacy .ContentSec li{
    list-style: disc;
    color: #455671 !important;
}

#modalTermsAndCondition .ContentSec p{
    color: #455671 !important;   
}

#modalTermsAndCondition .Finance_Form_Sec h2{
    color: #455671 !important;   
}

.sticky-wrap {
    min-height: 65px;
    float: left;
    width: 100%;
}

.main-uer-dv {
    text-align: center;
    width: 100%;
    float: left;
    margin: 45px 0 70px 0;
}

.user-call {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}

.user-call img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.container-fixed-lg {
    display: flex;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(155, 155, 155, 0.3), 0 0 0 15px rgba(155, 155, 155, 0.3), 0 0 0 35px rgba(155, 155, 155, 0.3), 0 0 0 45px rgba(155, 155, 155, 0);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(155, 155, 155, 0.3), 0 0 0 35px rgba(155, 155, 155, 0.3), 0 0 0 45px rgba(155, 155, 155, 0), 0 0 0 60px rgba(155, 155, 155, 0);
    }
}

.connect-usr-zm {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
}

.connect-usr-zm span {
    color: var(--main-brand-color);
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    font-weight: 600;
}

.connect-usr-zm h1 {
    color: var(--main-brand-color);
    font-size: 20px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 46px;
    font-weight: 700;
}

#zoom_cancel_btn,
#zoom_cancel_btn:hover,
#zoom_cancel_btn:focus,
#zoom_cancel_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    border: 1px solid #e0dfdf;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
}

#zoom_reject_btn,
#zoom_reject_btn:hover,
#zoom_reject_btn:focus,
#zoom_reject_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #FF617C !important;
    border: none;
}

#zoom_accept_btn,
#zoom_accept_btn:hover,
#zoom_accept_btn:focus,
#zoom_accept_btn:active {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 45px;
    min-width: 140px;
    height: 44px;
    background: #00D593 !important;
    border: none;
}

#report .modal-dialog {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

#report .modal-content {
    width: 100%;
}

#send-eq .modal-header .close {
    margin-top: -20px;
    font-size: 26px;
    opacity: 1;
    margin-right: -12px;
}

.as-guest {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.as-guest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 20px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-guest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.guest-form {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.guest-form input,
.guest-form select {
    color: #455671;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
}

.guest-form textarea {
    color: #455671;
    font-size: 14px;
    float: left;
    border: none;
    width: 100%;
    height: 90px;
    line-height: 44px;
    background: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    resize: none;
}

.guest-form button {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 150px;
    border: none;
    box-shadow: none;
}

button.member-exiting {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin: 5px 0px 35px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 100%;
    border: none;
    box-shadow: none;
}

.guest-form &gt; span {
    color: #FF0000;
    position: absolute;
    left: -15px;
    top: 15px;
    font-size: 16px;
}

#send-eq .modal-dialog {
    width: 45%;
    margin: 30px auto;
}

.as-exguest {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.as-exguest h1 {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 20px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.as-exguest h1 span {
    font-family: 'Poppins-bold', sans-serif;
    font-size: 14px;
    color: var(--main-brand-color);
}

.as-exguest p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #455671;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-top: 0px;
    margin: 4px 0 15px 0;
    padding: 0px;
    font-weight: 500;
}

.as-exguest.mrg-tp-btm {
    margin-top: 40px;
}

.schedule-meet-main {
    color: #fff;
    background: var(--main-brand-color);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.schedule-meet-main .schedule-meet {
    color: #fff;
    background: var(--main-brand-color);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}


/* Body Triggers for layout options
------------------------------------------------------------------
*/

.modal {
    padding: 20px !important
}

.box-card {
    border-radius: 18px !important;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08) !important;
    border: 0;
    background: #fff;
}

ul {
    list-style: none;
}

.loaderGlobal {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #8d9196;
    background: #fff;
    /*  background-color: #f1f0f0;*/
    /*background-color: ##f4f8fa;*/
}

body.fixed-header .header {
    /* position: fixed;*/
    left: 0;
    top: 0;
}

body.fixed-header .header.introjs-fixParent {
    position: absolute;
}

body.mobile .sidebar-menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

body.mobile .sidebar-menu&gt;ul {
    height: auto !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch !important;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li:hover a {
    color: var(--main-brand-color);
}

body.mobile .page-sidebar .sidebar-menu .menu-items li:hover .icon-thumbnail {
    color: var(--main-brand-color) !important;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li.active&gt;a,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open&gt;a {
    color: #fff;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li.active&gt;.icon-thumbnail,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open&gt;.icon-thumbnail {
    color: #fff;
}

body.mobile .drager {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

body.sidebar-visible .page-sidebar .scroll-element {
    visibility: visible;
}

body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: translate3d(-14px, 0, 0);
    transform: translate3d(-14px, 0, 0);
    -ms-transform: translate(-14px, 0);
}

body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
    -ms-transform: translate(48px, 0);
}

body.no-header .page-container .page-content-wrapper .content {
    padding-top: 0px;
}

body.no-header .header {
    border-bottom-color: transparent;
}

body.dashboard {
    background: #f5f5f5;
}

body.dashboard .page-container {
    background: #f5f5f5;
}

body.fullscreen .pace:after,
body.stop-scrolling .pace:after,
body.modal-open .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgba(52, 59, 69, 0.5);
    z-index: 2;
}

body.fullscreen .page-content-wrapper&gt;.content,
body.fullscreen .header,
body.fullscreen .header-navigation,
body.stop-scrolling .page-content-wrapper&gt;.content,
body.stop-scrolling .header,
body.stop-scrolling .header-navigation,
body.modal-open .page-content-wrapper&gt;.content,
body.modal-open .header,
body.modal-open .header-navigation {
    filter: blur(2px);
    width: 100%;
}


/* Page Loader
------------------------------------
*/


/* #main-search input.new-search{
		 background:#f7f8f9;
		 border-radius:6px 0 0 6px;
		 color: #343b45;
    height: 44px;
    width: 370px;
    margin-top: 16px;
    border: solid 1px rgba(141, 145, 150, 0.22);}*/


    .loading-box {
        /* position: absolute; */
        /* max-width: 1530px; */
        width: 100%;
        height: 100%;
        z-index: 999;
        position: relative;
        display: inline-block;
        padding: 130px 0;
    }

    .logo-loading .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 50px;
        width: 50px;
        z-index: 10;
        -o-object-fit: contain;
        object-fit: contain;
        z-index: 1100;
        margin: 0;
    }

    .logo-loading i {
        background: #e3e4e5;
        position: absolute;
        top: calc(50% - 130px) !important;
        left: calc(50% - 130px) !important;
        width: 250px;
        height: 250px;
        opacity: 0;
        border-radius: 100%;
        -webkit-animation: circlePulses 2s linear 0s infinite;
        animation: circlePulses 2s linear 0s infinite;
    }

    .logo-loading i:nth-child(2) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .logo-loading i:nth-child(3) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .logo-loading i:nth-child(4) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .logo-loading i:nth-child(5) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    @-webkit-keyframes circlePulses {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        10% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    @keyframes circlePulses {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        10% {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }



#main-search input.new-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9e9e9e;
}

#main-search input.new-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

#main-search input.new-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #9e9e9e;
}

#main-search input.new-search:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

#main-search input.new-search:focus::-webkit-input-placeholder {
    color: transparent;
}

#main-search input.new-search:focus:-moz-placeholder {
    color: transparent;
}

.network-grp-btn {
    display: inline-block;
    padding: 9px 15px;
    height: 38px;
    line-height: normal;
    border-radius: 36px;
    font-weight: 400;
    min-width: 100px;
}

.input-search {
    float: left;
}

.input-search #search_keywords {
    width: 73%;
    float: left;
    height: 40px;
    line-height: 38px;
    float: left;
    padding: 0 15px;
    min-height: 30px;
    border-radius: 10px 0 0 10px !important;
}

.input-search button {
    padding: 0 15px;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    font-weight: 700 !important;
    min-height: 45px;
    min-width: auto;
}

#msearch {
    padding: 0 15px;
    height: 10px;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    font-weight: 700 !important;
    min-height: 45px;
}

form.inline {
    float: left;
    margin-right: 5px;
}

form.inline .form-group {
    margin-bottom: 0;
}

#add-dealer-modal form.inline {
    float: right;
    margin-right: -5px;
}

.filter-top select.listng-l option {
    color: #8f9399;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #ebecec !important;
    font-size: 12px !important;
    padding: 10px !important;
    line-height: 25px !important;
}

#FixHeads {
    z-index: 99999999 !important;
}


/*.filter-top ul.dropselct {
 height: 40px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
	 border-left: 1px solid rgba(0, 0, 0, 0.1);
	float:left;
background: url(../img/arrow-downb.png) 96% / 10% no-repeat #f7f8f9;
}*/

.filter-top ul.dropselct li {
    padding: 6px 10px;
    z-index: 2;
    color: var(--main-brand-secondary-color);
    font-weight: normal;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.filter-top ul.dropselct li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #fff;
    margin-left: 0;
    color: #343b45;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-top: -1px;
}

.filter-top ul.dropselct li:not(.init):hover,
ul.dropselct li.selected:not(.init) {
    background: var(--main-brand-color);
    color: #fff !important;
    cursor: pointer !important;
}

.filter-top li.init {
    cursor: pointer !important;
}


/* No CSS3 support: none */

.pace .pace-progress {
    background: var(--main-brand-color);
    height: 3px;
}

.pace .pace-progress-inner {
    box-shadow: none;
}

.pace .pace-activity {
    -webkit-animation: none;
    animation: none;
    top: 73px;
    background: url("../img/progress/progress-circle-success.svg") no-repeat top left;
    background-size: 100% auto;
    margin: 0 auto;
    border-width: 0;
    border-radius: 0;
    width: 28px;
    height: 40px;
    right: 19px;
}

.pace.pace-active .pace-activity {
    display: none !important;
}


/* Header
------------------------------------
*/

.header {
    position: relative;
    display: block;
    height: 65px;
    width: 100%;
    padding: 0;
    z-index: 800;
    background-color: #343b45;
    border-bottom: 4px solid var(--main-brand-color);
}

.header.header-full {
    background-color: #425062;
}

.header .container {
    background-color: #343b45;
}

.header a {
    color: #fff;
}

.header a.btn {
    color: #8b91a0;
}

.header a.btn-warning {
    color: #eaeef1;
}

.header .header-inner {
    height: 60px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.header .header-inner .toggle-sidebar {
    display: none;
}

.header.transparent {
    background-color: transparent !important;
}

.header .brand {
    width: 145px;
    text-align: left;
    height: 100%;
    display: table-cell;
}

.header .brand.compact {
    width: 25px !important;
}

.header .brand.compact&gt;img {
    width: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-top: 16px;
}

.header .brand&gt;img {
    vertical-align: middle;
}

.header .brand:focus img {
    transform: scale(0.9);
}

.header .company {
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 17px;
    margin-left: 10px;
    height: 25px;
    max-width: 190px;
    min-width: 170px;
    overflow: hidden;
    border-left: solid 1px #fff;
}

.header .company h4 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.tble-heading {
    font-weight: bold;
    font-size: 15px;
    margin-top: 8px;
    width: 100%;
    float: left;
    color: #2e2e2e;
    font-family: sans-serif;
    margin-bottom: 0;
    padding: 0;
}

.tble-pra {
    font-size: 12px;
    width: 100%;
    float: left;
    color: #2e2e2e;
    font-family: sans-serif;
    margin-bottom: 0;
    padding: 0;
    margin-top: 3px;
    font-weight: normal;
    text-transform: none;
}

.invi-hd {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;
    color: #929292;
    font-family: sans-serif;
    border-bottom: none;
    white-space: normal;
    width: 100%;
    float: left;
}

.edit-temp {
    width: 100% !important;
}

.myclass {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 345px;
}

.myclass i {
    font-size: 8px;
    color: var(--main-brand-color);
    margin: 5px 5px 0 0;
    float: left;
}

.select2-drop-mask {
    z-index: 992;
}


/* company button alignment on newsfeed company */

.up-ncreq {
    margin-left: 0.5rem !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    #form-login #signUpBtn {
        font-size: 12px;
    }

    #cat-selection-modal .cswitch {
    width: 100% !important;
}

    .margn-tpbtm {
        margin-top: 12px;
        width: 100%;
    }
    .margn-tpbtm i {
        margin-right: 5px;
    }
    .header .company {
        margin-left: 5px;
        width: 100px;
        min-width: inherit;
    }
    .inline {
        display: inline-block !important;
        vertical-align: top;
    }
    .alert-info p {
        width: 76%;
    }
    #comp_marketplace .alert-info p {
        width: 100%;
    }
    .alert-info.wthout-logn p {
        width: 100%;
    }
    #moreConnList .b-grey div.pull-right {
        width: 100%;
        position: relative;
    }
    #moreConnList .b-grey div.pull-right a.nd-creq {
        position: absolute;
        top: -40px;
    }
    .row .col-lg-12 .listing-user {
        padding: 0px;
        position: relative;
        overflow: hidden;
        margin: 20px 0;
        width: 100%;
        float: left;
    }
    .listing .listing-user .listing-user-avatar {
        float: left;
        left: 0 !important;
    }
    .listing .listing-user .listing-user-info {
        float: left;
        left: 0 !important;
        position: relative;
        width: 46% !important;
    }
    .shwmreL,
    .shwmnet,
    .shwmppl,
    .shwmseL,
    .shwmpsT {
        padding: 19px !important;
    }
    .clearfix .btn-rectangle {
        width: 100%;
        margin: 15px 0;
    }
}

@media (min-width: 320px) and (max-width: 414px) {
    .user-info {
        margin-left: 12px;
    }
    #dt_qr .panel .panel-heading .panel-title {
        width: auto;
    }
    .panel .panel-heading .panel-title {
        width: 100%;
        margin: 0 !important;
        padding-bottom: 10px !important;
    }
    .col-db-rightFull .panel .panel-heading .panel-title {
        width: auto;
    }
    .col-db-rightFull .panel .panel-heading #s2id_sortNetwork {
        margin-top: -6px
    }
    .panel .panel-heading .panel-controls {
        float: right;
        width: 100%;
        margin-top: 9px !important;
    }
}

.header .bubble,
.header .bubble-msg {
    border-radius: 3px;
    height: 14px;
    width: 18px;
    background-color: rgba(244, 67, 54, 0.77);
    color: #fff;
    position: absolute;
    top: -2px;
    left: 10px;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 15px;
}

.header .notification-list {
    display: inline-block;
}

.header .notification-list&gt;li {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.header .notification-list li&gt;a,
.header .notification-list li div&gt;a {
    vertical-align: -webkit-baseline-middle;
}

.header .main-search {
    position: relative;
    margin: 11px 0 0 -3px;
    padding: 0px 5px 0 10px;
}

.header .main-search .input-search-icon {
    position: absolute;
    left: 20px;
    top: 9px;
    width: 20px;
    z-index: 2;
}

.header .main-search .input-search-icon i {
    color: #8d9196;
}

.header .main-search .form-control {
    border: none;
    padding-left: 30px;
    border-radius: 5px;
}

.header .main-search .form-control:focus {
    background-color: rgba(255, 255, 255, 0.9);
}

.header .main-search .search-dropdown {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 97.3%;
    margin: 17px auto;
    border: solid 1px #e3e4e6;
    box-shadow: 1px 1px 4px #e3e4e6;
}

.header .main-search .search-dropdown .content {
    max-height: 450px;
    overflow: auto;
    padding: 10px 20px;
    position: relative;
}

.header .main-search .search-dropdown .content ul {
    border-left: solid 1px #e3e4e6;
    margin-top: 20px;
}

.header .main-search .search-dropdown .content ul li {
    padding-left: 30px;
}

.header .main-search .search-dropdown .content ul li a {
    display: block;
    color: #343b45;
}

.header .main-search .search-dropdown .search-cateogry {
    position: relative;
}

.header .search-link {
    display: inline-block;
    margin-left: 15px;
    color: #e6e5e5;
    opacity: .7;
    font-size: 16px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header .search-link i {
    margin-right: 15px;
    font-size: 16px;
}

.header .search-link:hover {
    opacity: 1;
}

.header .dropdown-profile .dropdown-menu {
    min-width: 250px;
    box-shadow: 0px 6px 17px #ccc;
}

.header .dropdown-profile .dropdown-menu .dropdown-header {
    padding: 7px 20px;
    background-color: rgba(141, 145, 150, 0.2);
    border-top: solid 1px rgba(141, 145, 150, 0.3);
}

.header .dropdown-profile .dropdown-header-info {
    padding: 10px 0;
}

.header .dropdown-profile .dropdown-header-info a span.m-b-5 {
    margin-bottom: 7px !important;
}

.header .profile-dropdown li.dropdown-header-info {
    min-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #eaebeb;
}

.header .dropdown-profile .dropdown-header-info a {
    line-height: 1;
}


/* =====================================
2. HEADER AREA
===================================== */

header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

#navigation {
    padding: 0 15px;
}

.navbar {
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.navbar.affix-top {
    padding: 0px 0;
    background-color: #343b45;
}

.navbar.affix {
    background-color: #343b45;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand&gt;img {
    max-height: 75px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-nav li a {
    color: #fff;
    font-size: 12px;
    padding: 20px;
}

.navbar-nav li a.btn.btn-bordered-white {
    margin: 13px 0 0;
    padding: 3px 10px;
    border: solid 2px #fff;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover,
.nav&gt;.active&gt;a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}


/* Bootstrap navbar
------------------------------------
*/

.navbar {
    top: -1px;
    border-radius: 0px;
}

.navbar-nav&gt;li&gt;a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    color: #fff;
}

.navbar-nav&gt;li&gt;a:hover,
.navbar-nav&gt;li&gt;a:focus {
    background-color: transparent;
}

.navbar-nav&gt;li.active&gt;a {
    color: #dae9f4;
}

.navbar-toggle {
    border-radius: 0;
    background-color: transparent !important;
}


/* Main Menu Sidebar
------------------------------------
*/

.header-navigations {
    background: #f1f0f0;
    height: 75px;
    position: absolute;
    top: 92px;
    transition: top 0.3s ease-in-out;
    width: 100%;
    right: 0;
    left: 0;
    border-bottom: solid 1px #dddedf;
    margin-bottom: 20px;
    z-index: 720;
}

.header-navigations.nav-up {
    top: 0px;
}

.header-navigations.introjs-fixParent {
    position: absolute;
}

.header-navigations&gt;.container .menu-items {
    /*display: none;*/
    position: relative;
    text-align: left;
    margin: 0px auto;
    z-index: 1;
    float: left;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .header-navigations&gt;.container .menu-items {
        display: block;
    }
}

.header-navigations&gt;.container .menu-items li {
    display: inline-block;
    padding: 10px 11px 0px;
    height: 55px;
    text-align: center;
    position: relative;
}

.header-navigations&gt;.container .menu-items li:after {
    content: " ";
    height: 20px;
    width: 1px;
    border-right: solid 1px #dddedf;
    position: absolute;
    right: 0px;
    top: 12px;
}

.header-navigations&gt;.container .menu-items li:last-of-type:after {
    border-color: transparent;
}

.header-navigations&gt;.container .menu-items li.active {
    border-bottom: solid 5px var(--main-brand-color);
}

.header-navigations&gt;.container .menu-items li.active a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.header-navigations&gt;.container .menu-items li a {
    color: #343b45;
    font-size: 12.5px;
}

.header-navigations&gt;.container .menu-items li a:hover {
    color: var(--main-brand-color);
}

.header-navigations&gt;.container .menu-items li a .menu-icon {
    margin-right: 5px;
    font-size: 15px;
}

.header-navigations&gt;.container .menu-items .menu-upgrade {
    margin-right: 0;
}

.header-navigations&gt;.container .menu-items .menu-upgrade a {
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #ffcc66;
    color: #343b45;
    font-size: 11.5px;
}

.header-navigations&gt;.container .menu-items .menu-upgrade a:hover {
    color: var(--main-brand-color);
}

.header-navigations .select2-container .select2-choice {
    height: 40px;
    line-height: 23px;
}

.header-navigation {
    background: #f1f0f0;
    height: 75px;
    position: fixed;
    top: 65px;
    transition: top 0.3s ease-in-out;
    width: 100%;
    right: 0;
    left: 0;
    border-bottom: solid 1px #dddedf;
    margin-bottom: 20px;
    z-index: 720;
}

.header-navigation.nav-up {
    top: 0px;
}

.header-navigation.introjs-fixParent {
    position: absolute;
}

.header-navigation&gt;.container .menu-items {
    display: none;
    position: relative;
    text-align: left;
    margin: 0px auto;
    z-index: 1;
    float: left;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .header-navigation&gt;.container .menu-items {
        display: block;
    }
}

.header-navigation&gt;.container .menu-items li {
    display: inline-block;
    padding: 10px 11px 0px;
    height: 55px;
    text-align: center;
    position: relative;
}

.header-navigation&gt;.container .menu-items li:after {
    content: " ";
    height: 20px;
    width: 1px;
    border-right: solid 1px #dddedf;
    position: absolute;
    right: 0px;
    top: 12px;
}

.header-navigation&gt;.container .menu-items li:last-of-type:after {
    border-color: transparent;
}

.header-navigation&gt;.container .menu-items li.active {
    border-bottom: solid 5px var(--main-brand-color);
}

.header-navigation&gt;.container .menu-items li.active a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.header-navigation&gt;.container .menu-items li a {
    color: #343b45;
    font-size: 12.5px;
}

.header-navigation&gt;.container .menu-items li a:hover {
    color: var(--main-brand-color);
}

.header-navigation&gt;.container .menu-items li a .menu-icon {
    margin-right: 5px;
    font-size: 15px;
}

.header-navigation&gt;.container .menu-items .menu-upgrade {
    margin-right: 0;
}

.header-navigation&gt;.container .menu-items .menu-upgrade a {
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #ffcc66;
    color: #343b45;
    font-size: 11.5px;
}

.header-navigation&gt;.container .menu-items .menu-upgrade a:hover {
    color: var(--main-brand-color);
}

.header-navigation .select2-container .select2-choice {
    height: 40px;
    line-height: 23px;
}

.explore-menu {
    position: relative;
    display: none;
}

.header-navigations&gt;.container .menu-items {
    display: block;
    padding-left: 5px;
}

.mega-dropdown {
    position: static !important;
    z-index: 2;
}

.mega-dropdown&gt;a {
    display: inline-block;
    padding: 10px;
    background-color: transparent;
    font-size: 14px;
    color: #343b45;
    border: solid 1px transparent;
    text-transform: uppercase;
    position: relative;
}

.mega-dropdown&gt;a .caret {
    margin-top: -6px;
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
}

.mega-dropdown.open&gt;a {
    color: var(--main-brand-color);
    background-color: #fff;
    border: solid 1px #dddedf;
    height: 56px;
}

.mega-dropdown.open&gt;a:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    z-index: 701;
    border-bottom: solid 1px #fff;
}

.mega-dropdown.open .mega-dropdown-menu {
    display: block !important;
}

.dropdown-menu.mega-dropdown-menu {
    padding: 20px;
    background: #fff;
    width: 1140px;
    margin: -2px 15px 0;
    box-shadow: none;
    z-index: 111;
    border: solid 1px #dddedf;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .dropdown-menu.mega-dropdown-menu {
        width: 940px;
        padding: 20px 0px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu.mega-dropdown-menu {
        width: 720px;
        padding: 20px 0px;
        height: 330px;
        overflow: scroll;
    }
    .modal {
        padding: 15px !important
    }
    .content.sm-gutter .article-new-nav {
        width: 100% !important;
    }
}

.mega-dropdown-item {
    padding: 10px;
    background-color: #F7F8F9;
    border: solid 1px #dddedf;
    min-height: 140px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.mega-dropdown-item:hover {
    background-color: #fff;
    box-shadow: 0px 0px 2px #e3e4e6;
}

.mega-dropdown-item:hover .mega-menu-icon {
    background-color: var(--main-brand-color);
}

.mega-dropdown-item:hover .mega-menu-icon i {
    color: #fff;
    margin-top: 20px;
}

.mega-dropdown-item:hover li:first-child {
    color: var(--main-brand-color);
}

.mega-dropdown-item .mega-menu-icon {
    left: 15px;
    top: 0px;
    width: 70px;
    height: 90.5%;
    border: solid 1px #dddedf;
    text-align: center;
    background-color: #fff;
    position: absolute;
    transition: background-color 0.3s;
}

@media (max-width: 1199px) {
    .mega-dropdown-item .mega-menu-icon {
        width: 55px;
        height: 55px;
        bottom: 15px;
        right: 15px;
        top: auto;
        left: auto;
    }
}

.mega-dropdown-item .mega-menu-icon i {
    font-size: 32px;
    margin-top: 50px;
    color: var(--main-brand-color);
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .mega-dropdown-item .mega-menu-icon i {
        margin-top: 10px;
        font-size: 24px;
    }
}

.mega-dropdown-item .mega-dropdown-links {
    position: relative;
    margin-left: 70px;
}

@media (max-width: 1199px) {
    .mega-dropdown-item .mega-dropdown-links {
        margin-left: 10px;
    }
}

.mega-dropdown-item li {
    font-weight: normal;
    line-height: 1.6;
    font-size: 12px;
}

.mega-dropdown-item li a {
    font-size: 11px;
    color: rgba(52, 59, 69, 0.8);
    transition: all 0.3s;
}

.mega-dropdown-item li a:hover {
    color: var(--main-brand-color);
}

.mega-dropdown-item li:first-child {
    font-size: 12px;
    line-height: 1.8;
}

[data-toggle-pin="sidebar"]&gt;i:before {
    content: "\f10c";
}


/* new-mega-down */

.main-menu-toggle .caret {
    margin-top: -2px !important;
    border-top-width: 8px;
    border-right-width: 5px;
    border-left-width: 5px;
}

a.main-menu-toggle {
    height: 56px;
}

a.main-menu-toggle:hover,
a.main-menu-toggle.active {
    background: #fff;
    border: 1px solid #dddedf;
    height: 56px;
    color: var(--main-brand-color) !important;
}

a.main-menu-toggle:hover .menu-icn,
a.main-menu-toggle.active .menu-icn {
    width: 11px;
    height: 11px;
    margin-top: 4px;
    background: url(../img/menu.png);
    background-size: 11px 11px;
    float: left;
    margin-right: 6px;
    color: var(--main-brand-color) !important;
}

a.main-menu-toggle:focus .menu-icn {
    width: 11px;
    height: 11px;
    margin-top: 4px;
    background: url(../img/menu.png);
    background-size: 11px 11px;
    float: left;
    margin-right: 6px;
    color: var(--main-brand-color) !important;
}

.new-mega-down {
    display: none;
}

.new-mega-down {
    width: 280px !important;
    position: absolute;
    background: #fff;
    border: 1px solid #dddedf;
    padding: 15px;
    top: 98%;
}

.new-mega-down ul li a {
    color: inherit;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    float: left;
}

.new-mega-down ul li a i {
    float: right;
    margin-top: 5px;
    font-size: 16px;
}

.new-mega-down ul li {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 12px;
}

.new-mega-down ul li a img {
    width: 20px;
    margin-right: 10px;
}

.new-mega-down ul li&gt;ul {
    display: none;
}

.new-mega-down ul li.active ul {
    display: block;
    margin-left: 30px;
}

.new-mega-down ul li.active ul li a {
    padding: 5px 0px;
}

.nav-collapse.collapse {
    height: 100% !important;
}


/* third menu */

nav ul li a {
    color: inherit;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    float: left;
}

nav ul li a i {
    float: right;
    margin-top: 5px;
    font-size: 16px;
}

nav ul li {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
}

nav ul li a img {
    width: 20px;
    margin-right: 10px;
}

nav ul li&gt;ul {
    display: none;
}

nav ul li.active ul {
    display: block;
    margin-left: 30px;
}

nav ul li.active ul li a {
    padding: 5px 0px;
}

.c-menu {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    transition: transform 0.3s;
    padding: 0px 20px;
}

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 90px;
}

.c-menu__items li {
    font-size: 20px;
    margin-top: 20px;
}


/**
 * Close button resets.
 */

.c-menu__close {
    color: #fff;
    background-color: #333;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


/**
 * Close button resets.
 */

.c-menu__close:focus {
    outline: none;
}


/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */

body.has-active-menu {
    overflow: hidden;
}

.c-button {
    background-color: blue;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
    z-index: 1;
    height: auto !important;
    padding-left: 25px;
    vertical-align: middle;
}

.c-button:hover {
    background-color: blue;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    margin-top: 4px !important;
    margin-left: 5px;
    cursor: pointer;
    z-index: 1;
    height: auto !important;
    padding-left: 10;
    vertical-align: middle;
}

.c-menu__close {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    height: 25px;
    padding-left: 25px;
    vertical-align: middle;
    color: #2e2e2e;
    font-size: 20px;
}

.c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

@media all and (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--slide-right,
    .c-menu--push-left,
    .c-menu--push-right {
        width: 300px;
    }
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
    display: block;
    text-align: left;
}

.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
    border-top: none;
}

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
    border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    padding: 4px 24px;
    color: #fff;
}

.c-menu__link:hover {
    color: #c8d100;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
    display: block;
    padding: 10px 10px;
    clear: both;
    width: 30px;
    float: right;
}

.c-menu--slide-left,
.c-menu--push-left {
    top: 65px;
    left: 0;
    transform: translateX(-100%);
}

@media (min-width: 320px) {
    .c-menu--slide-left,
    .c-menu--push-left {
        transform: translateX(-300px);
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .signup-left {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 99999999;
    }
    .c-menu--slide-left,
    .c-menu--push-left {
        top: 114px;
        left: 0;
        transform: translateX(-100%);
    }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
    transform: translateX(0);
}

.c-menu--slide-right,
.c-menu--push-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
}

@media all and (min-width: 320px) {
    .c-menu--slide-right,
    .c-menu--push-right {
        transform: translateX(300px);
    }
}

.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
    transform: translateX(0);
}

.o-wrapper.has-push-left {
    transform: translateX(100%);
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-left {
        transform: translateX(300px);
    }
}

.o-wrapper.has-push-right {
    transform: translateX(-100%);
}

@media all and (min-width: 320px) {
    .o-wrapper.has-push-right {
        transform: translateX(-300px);
    }
}


/* Secondary App Menu */

.toggle-secondary-sidebar {
    display: none;
}

.inner-content {
    margin-top: 0px;
    padding: 0px;
    overflow: auto;
    min-height: 100%;
    margin-left: 250px;
}


/* Page Container
------------------------------------
*/

.page-container {
    width: 100%;
    height: 100%;
}

.page-container.no-sidebar {
    padding-left: 0px;
}

.page-container .page-content-wrapper {
    min-height: 100%;
    position: relative;
}

.page-container .permission-box .content {
    padding: 0;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-container .page-content-wrapper .content {
    /* Content holder */
    z-index: 10;
    padding-top: 145px;
    padding-bottom: 72px;
    min-height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-container .page-content-wrapper .content.full-width {
    width: 100%;
}

.page-container .page-content-wrapper .content .content-inner {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-left: 30px;
    position: relative;
}

.page-container .page-content-wrapper .content:only-child {
    padding-bottom: 0px;
}

.page-container .page-content-wrapper .content.overlay-footer {
    padding-bottom: 0px;
}

.page-container .page-content-wrapper .footer {
    /* Footer */
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*bottom: -26px;*/
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    margin-top: 5% !important;
    display: block;
}

.page-container .page-content-wrapper .footer.fixed {
    position: fixed;
}

.page-top {
    position: relative;
    margin-bottom: 15px;
    clear: both;
}

.page-top:after {
    content: "";
    display: table;
    clear: both;
}

.page-top .page-title {
    line-height: 45px;
    margin-bottom: 0;
}

.page-top .nav-tabs li {
    text-align: center;
}

.page-top .nav-tabs li a {
    min-width: 100px;
    font-size: 14.5px;
    font-weight: 400;
    padding: 11px 20px;
    color: #343b45;
}

.page-top .nav-tabs li.active a {
    background: none;
    border: none;
    border-bottom: solid 3px var(--main-brand-color);
}

.page-top .nav-tabs li.active a:hover {
    border-color: var(--main-brand-color);
    background: none;
}

.page-top .form-group {
    padding: 5px 0;
    margin-bottom: 0;
}

.page-top .form-group&gt;label {
    color: #fff;
    margin-bottom: 2px;
}

.page-top .form-group .select2-container .select2-choice {
    background-color: var(--main-brand-color);
    color: #fff;
    border-radius: 2px;
    border-color: #12598e;
    height: 30px;
    padding: 1px 10px;
}

.page-top .page-top-control li {
    display: inline-block;
    margin: 10px;
}

.page-top .page-top-control li i {
    margin: 0 5px;
}

.page-top .table-title {
    display: table;
    width: 100%;
}

.page-top .table-title .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.page-top .table-title .table-cell h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-top .table-title .table-cell .label-wrap {
    position: relative;
    top: 3px;
}

.page-top .table-title .label-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    line-height: normal;
}

.page-title {
    margin-top: 0px;
}

.footer-inner {
    position: relative;
    background: #343b45;
}

.footer-inner&gt;.container {
    background: url("../img/footer-bg.png") no-repeat right bottom;
    background-size: contain;
}

.footer-inner .footer-nav ul {
    margin: 0;
}

.footer-inner li {
    font-size: 10.5px;
}

.footer-inner li a {
    color: #fff;
}

.footer-inner li a:hover {
    color: var(--main-brand-color);
}

.section-heading h2 {
    margin-bottom: 0px;
    padding: 0 10px 0px;
    position: relative;
    font-weight: 400 !important;
    /* text-transform: uppercase; */
    /*    font-family: 'Roboto', sans-serif !important;*/
    margin-top: 30px;
}

.dashboard-graph {
    padding-top: 25px;
}

.security-dv-login .section-heading h2,
.col-lg-12.col-md-12.col-sm-12.xs-p-l-0.xs-p-r-0 h2 {
    font-weight: 700 !important;
}

.kr-manage-operator.profile-form .section-heading h2 {
    margin-bottom: 0px;
    padding: 0 10px 0px;
    position: relative;
    font-weight: 700 !important;
    /* text-transform: uppercase; */
    /*    font-family: 'Roboto', sans-serif !important;*/
    margin-top: 30px;
    word-break: break-word;
}

.co-worker-head h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.main-cont .box-card .co-worker-head h2 {
    font-weight: 700 !important;
}


/* .section-heading h2:after {
    background: transparent url("../img/line-shape.png") no-repeat scroll 0 0;
    content: "";
    height: 18px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 215px; }*/

#responsive .mrgn-thty .modal-content button.close {
    margin-right: 10px;
    margin-top: 10px;
    z-index: 999999;
    margin-bottom: -17px;
    position: absolute;
    right: 0;
}

#responsive button.close&gt;i {
    color: #000;
    font-size: 21px !important;
}

#responsive .mrgn-thty .modal-content button.close {
    opacity: .5;
}

@media (min-width: 320px) and (max-width: 767px) {
    .section-heading h2 {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}


/* Breadcrumbs
------------------------------------
*/

.breadcrumb {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
    display: block;
}

.breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px !important;
    font-weight: 400;
    color: #7b7d82;
}

.breadcrumb a.active {
    font-weight: 600;
    color: #0090d9;
}

.breadcrumb li {
    padding-left: 0px;
}

.breadcrumb&gt;li+li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
}

.breadcrumb a,
.breadcrumb i,
.breadcrumb span,
.breadcrumb li {
    color: #7b7d82;
    font-weight: 300;
    text-shadow: none;
}


/* Overlay Search
------------------------------------
*/

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 1010;
    padding-left: 0px;
    overflow: auto;
}

.overlay .inline-block {
    display: inline-block;
}

.overlay .overlay-brand {
    margin-left: 0px;
    text-align: center;
}

.overlay&gt;div {
    width: 100%;
    margin: 0 auto;
    height: 260px;
    display: block;
    overflow: hidden;
}

.overlay .has-results {
    overflow: visible;
}

.overlay .overlay-search {
    font-weight: 700;
    font-size: 77px;
    height: 100px;
    letter-spacing: -1.925px;
    line-height: 100px;
    width: 100%;
    padding-left: 0 !important;
}

.overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 24px;
}

button.close {
    opacity: .8;
}

button.close&gt;i {
    color: var(--main-brand-secondary-color);
    font-size: 25px !important;
}

.group-container {
    white-space: nowrap !important;
}

.group-container .single-group {
    vertical-align: top;
    display: inline-block;
    white-space: normal;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0px !important;
    background-color: #f8fbfd;
}

.jumbotron .inner {
    position: relative;
    z-index: 2;
}

.jumbotron.lg {
    height: 600px;
}

.jumbotron .cover-photo {
    width: 100%;
    height: inherit;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: cover;
    background-color: transparent;
}

.jumbotron h1 {
    font-size: 44px;
}


/* Pages Image Icon Sent - Pixel Perfect
------------------------------------
*/

.icon-set {
    background: url("../img/icons/top_tray.png") no-repeat;
    position: relative;
    display: block;
}

.icon-set.globe-fill {
    background-position: -1px -1px;
    width: 17px;
    height: 17px;
    top: 2px;
}

.icon-set.clip {
    background-position: -20px -2px;
    width: 16px;
    height: 16px;
}

.icon-set.grid-box {
    background-position: -41px -2px;
    width: 14px;
    height: 14px;
}

.icon-set.menu-hambuger {
    background-position: -58px -3px;
    width: 15px;
    height: 13px;
}

.icon-set.menu-hambuger-plus {
    background-position: -77px -1px;
    width: 18px;
    height: 15px;
}

.dropzone {
    overflow: hidden;
}

.dropzone .dz-default.dz-message {
    width: 100%;
}

.scroll {
    position: relative;
    overflow: auto;
}


/* User card
------------------------------------
*/

.user-card {
    position: relative;
}

.user-card:before,
.user-card:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.user-card:after {
    clear: both;
}

.user-card .user-users li {
    display: inline-block;
}

.user-card .user-remove {
    position: absolute;
    left: 75px;
    bottom: 0px;
    background-color: var(--main-brand-color);
}

.user-card .user-remove i {
    color: #fff;
}


/* Feed card
------------------------------------
*/

.feed {
    position: relative;
    margin-bottom: 15px;
}

.feed.highlight {
    background-color: #dae9f4;
}

.feed .feed-img {
    position: relative;
}

.feed .feed-img&gt;img {
    width: 100%;
    margin-bottom: 15px;
}

.feed .feed-body h3 {
    font-size: 20px;
}

.feed .feed-body h3 a {
    color: #343b45;
}

.feed .feed-body h3 a:hover {
    color: var(--main-brand-color);
}

.feed .feed-body p {
    font-size: 12.5px;
    line-height: 16.5px;
}

.feed .feed-action li {
    display: inline-block;
    margin: 5px 2px 0 0;
    text-align: center;
    padding: 0px;
}

.feed .feed-action li a {
    transition: all 0.3s ease;
    display: block;
}

.feed .feed-action li a i.fa {
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 0px;
    background: var(--main-brand-color);
    color: #fff;
    border-radius: 100%;
    padding: 7px;
    font-size: 12px;
}

.feed .feed-action li a i.fa:hover {
    background-color: #8d9196;
}

.feed .feed-action li a span {
    font-size: 12px;
}

.feed-user {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.feed-user .feed-user-info h5 {
    font-weight: bold;
    margin: 0;
    font-size: 12.5px;
    line-height: 1.2;
}

.feed-user .feed-user-info li {
    line-height: 1;
    display: inline-block;
    margin: 8px 8px 0 0;
}

.feed-user .feed-user-info li a {
    font-size: 16px;
}

.feed-user .feed-user-info li a:hover {
    color: #343b45;
}

.feed-user .feed-user-avatar {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.feed-user .feed-user-avatar .feed-user-network {
    position: absolute;
    right: 15px;
    top: 15px;
}


/* Pages Scroll bar
------------------------------------
*/

.scroll-wrapper&gt;.scroll-element,
.scroll-wrapper&gt;.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-wrapper&gt;.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-wrapper&gt;.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scroll-wrapper&gt;.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 4px;
}

.scroll-wrapper&gt;.scroll-element .scroll-element_outer {
    opacity: 0.3;
}

.scroll-wrapper&gt;.scroll-element .scroll-element_size {
    background-color: rgba(0, 0, 0, 0.07);
    opacity: 0;
}

.scroll-wrapper&gt;.scroll-element .scroll-bar {
    background-color: #697686;
}

.scroll-wrapper&gt;.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 4px;
    min-width: 24px;
    top: auto;
}

.scroll-wrapper&gt;.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.scroll-wrapper&gt;.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scroll-wrapper&gt;.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 4px;
}

.scroll-wrapper&gt;.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.scroll-wrapper&gt;.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scroll-wrapper.auto-hide&gt;.scroll-element .scroll-element_track {
    display: none;
}

.scroll-wrapper&gt;.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scroll-wrapper&gt;.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}


/* hover &amp; drag */

.scroll-wrapper&gt;.scroll-element:hover .scroll-element_outer,
.scroll-wrapper&gt;.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scroll-wrapper&gt;.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scroll-wrapper&gt;.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}

.scroll-wrapper&gt;.scroll-element:hover .scroll-element_outer .scroll-bar,
.scroll-wrapper&gt;.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
}

.scroll-wrapper&gt;.scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper&gt;.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 10px;
    min-height: 7px;
}

.scroll-wrapper&gt;.scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper&gt;.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 7px;
}


/* Other overides */

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.copyright {
    padding: 25px 0;
    border-top: 1px solid #dae9f4;
}

.navbar-center,
.navbar-center&gt;li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    *zoom: 1;
    /* hasLayout ie7 trigger */
    vertical-align: top;
}

.navbar-nav li a {
    min-width: 50px;
}

.pager {
    margin: 0;
}

@media (min-width: 980px) {
    .horizontal-menu .page-content {
        margin-left: 0;
    }
    .horizontal-menu .page-content .content {
        padding-top: 123px;
    }
}

.animated-background.connection {
    height: 48px;
}

.background-masker {
    background: #fff;
    position: absolute;
}


/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 48px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 48px;
    height: 8px;
    width: 10px;
}

.background-masker.header-top-msg,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    right: 48px;
    left: 0;
    height: 10px;
}

.background-masker.header-left-msg,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    right: 48px;
    height: 27px;
    width: 10px;
}

.background-masker.subheader-left-msg,
.background-masker.subheader-right {
    top: 25px;
    height: 11px;
    width: 0px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 20px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

#scrollUp {
    font: normal normal normal 34px/1 FontAwesome;
    bottom: 40px;
    color: #0ED679;
    left: 20px;
}

#scrollUp:before {
    position: absolute;
    content: "\f139";
    width: 20px;
    height: 20px;
}


/* Pages Scroll bar
------------------------------------
*/

.log-form .form-group .form-control {
    border: 1px solid #CCC;
    border-color: #CCC;
    background: #fff !important;
    color: #8f9399;
    position: relative;
    border-radius: 6px;
    outline: none;
    font-family: 'Poppins', sans-serif !important;
    transition: border-color .25s ease-out !important;
}

.log-form .form-group .form-control:focus {
    background-color: rgba(24, 117, 187, 0.1) !important;
    outline: 0 !important;
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

#freeUser .modal-dialog {
    align-items: center;
    align-content: center;
    display: flex;
}

#form-login .log-form input:focus {
    border: 1px solid rgba(24, 117, 187, 0.5);
    background: rgba(24, 117, 187, 0.1);
}

#form-login .form-group #signupEmail {
    border-radius: 10px 0 0 10px !important;
    outline: none;
    background: #fff;
    border: 1px solid #CCC;
}

#form-login .form-group #signupEmail:focus {
    border: 1px solid rgba(24, 117, 187, 0.5);
    background: rgba(24, 117, 187, 0.1);
}

#form-login #signUpBtn {
    border-radius: 0 10px 10px 0 !important;
    padding: 0 15px;
}

#form-login #signUpBtn span {
    font-weight: 700;
}

.btn-primary-req.active,
.btn-primary-req:active,
.btn-primary-req.active:focus,
.btn-primary-req:active:focus,
.btn-primary-req:active:hover,
.btn-primary-req .open .dropdown-toggle.btn-primary,
.btn-primary-req:focus {
    background: var(--main-brand-color) !important;
}

.pass_show {
    position: relative
}

.pass_show .ptxt {
    position: absolute;
    top: 24px;
    right: 10px;
    z-index: 1;
    color: #333;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show .ptxt:hover {
    color: var(--main-brand-color);
}

.login-content #form-login .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #333;
    margin-top: 0;
    cursor: pointer;
    transition: .3s ease all;
    transform: translateY(-50%);
}

span.weak {
    display: inline-block;
    border: 1px solid #ef4534;
    text-align: center;
    padding: 8px 14px;
    height: 36px;
    color: #ef4534;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 15px;
}

span.weak.fill {
    background: #ef4534;
    color: #fff;
}

span.medium {
    display: inline-block;
    border: 1px solid #ffae00;
    text-align: center;
    padding: 8px 14px;
    height: 36px;
    color: #ffae00;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 15px;
}

span.medium.fill {
    background: #ffae00;
    color: #fff;
}

span.strong {
    display: inline-block;
    border: 1px solid #09c800;
    text-align: center;
    padding: 8px 14px;
    height: 36px;
    color: #09c800;
    border-radius: 36px;
    width: 100%;
    margin-bottom: 15px;
}

span.strong.fill {
    background: #09c800;
    color: #fff;
}

.p-strength {
    transition: .3s ease all;
}

.hintText strong {
    margin-right: 6px;
}

.p-strength-des {
    font-size: 12px;
    line-height: 16px;
    clear: both;
    min-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

span.p-strength-2 {
    transition: .3s ease all;
    width: 80px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

span.p-strength-2 p {
    text-align: center;
    visibility: hidden;
}

span.p-strength-2::before {
    padding: 2px 14px;
    width: 100%;
    display: block;
    content: "";
    width: 80px;
    margin-bottom: 5px;
    transition: .3s ease all;
}

span.weak-2 p {
    color: #ef4534;
}

span.weak-2.fill::before {
    background: #ef4534;
}

span.weak-2::before {
    border: 1px solid #ef4534;
}

span.medium-2 p {
    color: #ffae00;
}

span.medium-2.fill::before {
    background: #ffae00;
}

span.medium-2::before {
    border: 1px solid #ffae00;
}

span.strong-2 p {
    color: #09c800;
}

span.strong-2.fill::before {
    background: #09c800;
}

span.strong-2::before {
    border: 1px solid #09c800;
}

span.p-strength-2.fill p.selected {
    visibility: visible !important;
}

#freeForm .form-control,
#freeForm .select2-container .select2-choice,
#freeForm .select2-container .select2-choicergba {
    border-radius: 10px !important;
    outline: none;
    background: #fff;
    border: 1px solid #CCC;
}

#freeForm .form-control:focus,
#freeForm .select2-container .select2-choicergba:focus {
    border: 1px solid rgba(24, 117, 187, 0.5);
    background: rgba(24, 117, 187, 0.1);
}

#freeForm .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: rgba(24, 117, 187, 0.1);
}

#freeForm .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    border-radius: 10px 0 0 10px !important;
}

#freeForm #city-p.form-control[disabled] {
    border-radius: 10px !important;
}

#freeForm #email-f {
    border-radius: 10px !important
}

#freeForm #sizing-addon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    padding: 0 15px !important;
    font-weight: 700;
    font-family: 'Poppins-bold', sans-serif !important;
}

.profile-form .form-group .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: rgba(24, 117, 187, 0.1) !important;
    color: rgba(24, 117, 187, 0.63);
    /* color: rgba(24, 117, 187, 0.23); */
    border-radius: 6px;
}

.profile-form .form-group #cn {
    border-radius: 36px;
    color: #2e2e2e;
}

#cvcCode.form-control {
    background-color: #fff;
    background-image: none;
    border: solid 1px rgba(141, 145, 150, 0.22);
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    color: #2e2e2e;
    outline: 0;
    height: 35px;
    padding: 6px 12px;
    line-height: normal;
    font-size: 12.5px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    resize: none;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}

#cvcCode.form-control:focus {
    border: 1px solid rgba(24, 117, 187, 0.5) !important;
    background: rgba(24, 117, 187, 0.1);
    color: #2e2e2e;
}

div.cs-skin-slide {
    border-radius: 6px;
}

.profile-form .col-sm-6 .panel-body .row .col-sm-3 label {
    width: 100% !important;
    float: left;
}

.autocomplete-suggestions {
    background-color: #fff;
    border-color: #dae9f4;
    overflow: auto;
    margin-top: 5px;
    margin: 0px 0px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    margin-top: 5px;
    /*
  background-color: #f4f4f5;
  border-color: #dae9f4;
  overflow: auto;
  margin-top: 5px;
  margin: 0px 0px;}
*/
}

.autocomplete-suggestion {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 10px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.introjs-showElement {
    color: #343b45 !important;
}

.introjs-showElement&gt;a,
.introjs-showElement h4 {
    color: #343b45 !important;
}

.tooltip {
    max-width: 185px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip .tooltip-inner {
    background: #343b45;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #343b45;
}


/*------------------------------------------------------------------
[2. View Ports]
*/

.view-port {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.view-port .navbar {
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 0;
    display: table;
    width: 100%;
    top: 0;
    border-top: 0;
}

.view-port .navbar .navbar-inner {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

.view-port .navbar .action {
    position: absolute;
    top: 0;
    line-height: 50px;
    z-index: 1;
}

.view-port .navbar .action.pull-right {
    right: 0;
}

.view-port .navbar .view-heading {
    font-size: 15px;
    text-align: center;
}

.view-port .navbar&gt;p {
    line-height: 12px;
    font-size: 12px;
    margin: 0;
}

.view-port .navbar.navbar-sm {
    min-height: 35px;
}

.view-port .navbar.navbar-sm .navbar-inner {
    height: 35px;
}

.view-port .navbar.navbar-sm .action {
    line-height: 35px;
}

.view-port .view {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.view-port .view:first-child:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    z-index: -1;
}

.view-port .view:last-child {
    margin-left: -4px;
}

.view-port .view:only-child {
    margin: 0;
}

.view-port.from-top&gt;.view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.view-port.push&gt;.view:first-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.view-port.push&gt;.view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
}

.view-port.push-parrallax&gt;.view:first-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    -ms-transform: translate(-25%, 0);
}

.view-port.push-parrallax&gt;.view:first-child:before {
    opacity: 0;
    z-index: 100;
}

.view-port.push-parrallax&gt;.view:last-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
}


/*------------------------------------------------------------------
[3. Chat]
*/


/* Chat Components
--------------------------------------------------
*/

.chat-view .chat-inner {
    padding: 15px;
    overflow-x: hidden;
    height: calc(100% - 103px);
}

.chat-view .message {
    margin-bottom: 10px;
    line-height: 30px;
}

.chat-view .profile-img-wrapper {
    height: 28px;
    width: 28px;
}

.chat-view .chat-bubble {
    position: relative;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0px 0 5px;
    max-width: 60%;
    white-space: normal;
}

.chat-view .chat-bubble&gt;p {
    margin: 0;
}

.chat-view .chat-bubble.from-me {
    background: #daeffd;
    color: #0b3554;
    opacity: 0.8;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.chat-view .chat-bubble.from-them {
    color: #0b3554;
    opacity: 0.8;
    background: #e9f2f9;
    position: relative;
    float: left;
    border: 1px solid #f0f5f8;
}

.chat-view .chat-input {
    border: 0;
    height: 45px;
}

.chat-view .chat-input:focus,
.chat-view .chat-input:active {
    background-color: #fff;
}

.chat-view .user-controls {
    padding-top: 12px;
}

.msg-settingsn {
    margin: 4px 0;
    display: block;
}


/* Chat User List
--------------------------------------------------
*/

.chat-user-list&gt;a {
    height: 60px;
}


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

.alert-list&gt;a {
    height: 45px;
}


/*------------------------------------------------------------------
[4. Panels]
*/

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    border: 1px solid rgba(141, 145, 150, 0.22) !important;
    margin-bottom: 0;
}

#dt_qr .panel {
    margin-bottom: 20px;
}

.panel .panel-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    background: transparent;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 16px 15px !important;
}

.listing-co-worker .panel-heading,
.listing-dealer .panel-heading,
.listing-group-dealer .panel-heading,
.listing-location .panel-heading,
.listing-transfer-prev .panel-heading {
    padding-left: 0 !important;
}

#dt_network {
    margin-bottom: 7%;
}

.panel .panel-heading.separator:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    left: 16px;
    right: 16px;
    position: absolute;
    bottom: 0;
}

.panel .panel-heading+.panel-body {
    padding-top: 0;
    height: calc(100% - 50px);
    float: left;
}

.panel .panel-heading+.panel-body.panel-height-fixed {
    min-height: 180px;
}

.panel .panel-heading .panel-title {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    letter-spacing: 0;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--main-brand-secondary-color);
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    width: auto;
    line-height: normal;
    overflow: hidden;
    padding-right: 15px;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.panel .panel-heading .panel-title a,
.panel .panel-heading .panel-title h3 {
    font-size: 20.5px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: var(--main-brand-secondary-color);
}

.panel .panel-heading .panel-title a:hover,
.panel .panel-heading .panel-title h3:hover {
    color: var(--main-brand-color);
}

.panel .panel-heading .panel-controls {
    float: right;
    display: flex;
    align-items: center;
}

.panel .panel-heading .panel-controls ul {
    margin: 0;
    padding: 0;
}

.panel .panel-heading .panel-controls ul li {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.panel .panel-heading .panel-controls:after {
    content: "";
    display: table;
    clear: both;
}

.panel .panel-heading.panel-heading-hover .panel-title {
    opacity: .4;
}

.panel .panel-heading.panel-heading-hover:hover .panel-title {
    opacity: 1;
}

.panel.panel-shadow {
    border: 1px solid rgba(141, 145, 150, 0);
    box-shadow: 0 0 0 1px rgba(52, 59, 69, 0.08), 0 2px 3px rgba(52, 59, 69, 0.15);
}

.panel.panel-bordered {
    border: 1px solid rgba(218, 233, 244, 0.7);
}

.panel.panel-condensed .panel-heading {
    padding: 13px 13px 0 13px;
    min-height: 30px;
}

.panel.panel-condensed .panel-heading .panel-title {
    opacity: .4;
}

.panel.panel-condensed .panel-body {
    padding: 13px;
}

.panel.panel-hover .panel-heading .panel-title {
    opacity: .4;
}

.panel.panel-hover:hover .panel-heading .panel-title {
    opacity: 1;
}

.panel.panel-transparent {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel.panel-transparent .panel-body {
    background: transparent;
}

.panel.full-height {
    height: 100%;
}

.panel.full-height .panel-body {
    height: auto;
    width: 100%;
    height: 100%;
}

.panel.panel-featured {
    border-top: solid 3px #dae9f4;
}

.panel.panel-featured .panel-heading {
    border-bottom: solid 1px rgba(141, 145, 150, 0.22);
}

.panel.panel-featured .panel-heading:before,
.panel.panel-featured .panel-heading:after {
    content: " ";
    position: absolute;
    width: 15px;
    bottom: -1px;
    left: 0;
    border-bottom: solid 1px #fff;
}

.panel.panel-featured .panel-heading:after {
    left: auto;
    right: 0px;
}

.padng-tab {
    padding-left: 5px;
    padding-right: 5px;
}

.panel.panel-featured .ribbon {
    width: 38px;
    height: 38px;
    margin-left: -39px;
    float: left;
    -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
}

.panel.panel-featured .ribbon.green {
    background: #48b0f7;
}

.panel.panel-featured .ribbon.blue {
    background: #00d080;
}

.panel.hover-fill:hover {
    background: #e9f2f9;
}

.panel.hover-stroke:hover {
    border: 1px solid #dae9f4;
}

.panel .panel-body {
    padding: 15px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.panel .panel-body.no-padding .row {
    margin-left: 0;
    margin-right: 0;
}

.panel .panel-body.no-bottom-padding {
    padding-bottom: 0;
}

.panel .panel-body.no-top-padding {
    padding-top: 0;
}

.panel .panel-body .title {
    margin-top: 0px;
}

.panel .panel-body.scrollable {
    margin-bottom: 15px;
}

.panel .panel-footer {
    padding: 0px 0px;
    background: transparent;
    border-radius: 0px;
}

.panel .panel-footer .panel {
    background: transparent;
    margin-bottom: 10px;
}


/* Portlets
------------------------------------
*/

.portlet-progress {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.portlet-progress&gt;.progress,
.portlet-progress&gt;.progress.progress-small {
    height: 3px;
}

.portlet-progress&gt;.progress-circle-indeterminate,
.portlet-progress&gt;.portlet-bar-indeterminate {
    display: block;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}

.portlet-progress&gt;.progress-circle-indeterminate {
    width: 35px;
    height: 35px;
}

.panel-maximized {
    position: fixed !important;
    left: 65px;
    top: 59px;
    bottom: 0;
    right: 0;
    z-index: 600;
    margin: 0;
}


/* Pages notification holder */

.panel .pgn-wrapper {
    position: absolute;
    z-index: 602;
}

.panel-heading a:not(.btn).portlet-refresh {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.panel-heading a:not(.btn).portlet-refresh.refreshing {
    opacity: 1;
}

.panel-heading a[data-toggle]:hover {
    opacity: 1;
}

.portlet-icon {
    -moz-osx-font-smoothing: grayscale;
    font-family: "pages-icon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.portlet-icon-close:before {
    content: "\e60a";
}

.portlet-icon-maximize:before {
    content: "\e634";
}

.portlet-icon-refresh:before {
    content: "\e600";
}

.portlet-icon-collapse:before {
    content: "\e62c";
}

.portlet-icon-settings:before {
    content: "\e655";
}

.portlet-icon-refresh-lg-master,
.portlet-icon-refresh-lg-white {
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.portlet-icon-refresh-lg-master.fade,
.portlet-icon-refresh-lg-white.fade {
    opacity: 0.1;
}

.portlet-icon-refresh-lg-master {
    background-image: url("../img/progress/progress-circle-lg-master-static.svg");
}

.portlet-icon-refresh-lg-white {
    background-image: url("../img/progress/progress-circle-lg-white-static.svg");
}

.portlet-icon-refresh-lg-master-animated,
.portlet-icon-refresh-lg-white-animated {
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.portlet-icon-refresh-lg-master-animated.active,
.portlet-icon-refresh-lg-white-animated.active {
    opacity: 1;
}

.portlet-icon-refresh-lg-master-animated {
    background-image: url("../img/progress/progress-circle-lg-master.svg");
}

.portlet-icon-refresh-lg-white-animated {
    background-image: url("../img/progress/progress-circle-lg-white.svg");
}


/* For demo purpose only */

.panel-scroll {
    height: 100px;
}

.sortable .panel-heading {
    cursor: move;
}


/* To prevent lag while dragging */

.ui-sortable-handle {
    transition: max-height 0.3s ease 0s;
}

.sortable .grid .grid-title {
    cursor: move;
}

.ui-sortable {
    min-height: 0px !important;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 100% !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.sortable-box-placeholder {
    background-color: #e9f2f9;
    border: 1px dashed #dae9f4;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
    visibility: hidden;
}

.sortable .panel {
    transition: none;
}

.sortable-column {
    padding-bottom: 0px;
}

.demo-portlet-scrollable {
    height: 158px;
}


/*------------------------------------------------------------------
[5. Typography]
*/


/* Standard elements
--------------------------------------------------
*/

@font-face {
    font-family: 'montserratbold';
    src: url("../../assets/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlightthin', sans-serif;
    src: url("../../assets/fonts/montserrat/montserrat-extralight-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight', sans-serif;
    src: url("../../assets/fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url("../../assets/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url("../../assets/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url("../../assets/fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratthin';
    src: url("../../assets/fonts/montserrat/montserrat-thin-webfont.woff2") format("woff2"), url("../../assets/fonts/montserrat/montserrat-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* To Load Hinted Fonts for Windows */


/* Font Faces
------------------------------------
*/

.font-arial {
    font-family: Arial, sans-serif !important;
}

.font-custom {
    font-family: 'Roboto', sans-serif !important;
}

.font-bold,
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

.font-semibold {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

.font-light,
.header .main-search .form-control,
.header-navigation&gt;.container .menu-items li,
.mega-dropdown-item li a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

#seach-dv .panel-title .font-light {
    font-weight: 700 !important;
}

.font-extralight {
    font-family: 'Roboto', sans-serif !important;
}

.font-regular,
.header .company h4,
.mega-dropdown-item li:first-child,
h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
}

.listing-body h3,
.listing-body h3 a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.font-thin,
h5 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.font-georgia {
    font-family: Georgia !important;
}

.font-heading {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-body {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: var(--main-brand-secondary-color);
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}


/* Headings
------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    color: var(--main-brand-h-tag);
}

h1 {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -0.08px;
}

h2 {
    font-size: 31px;
    line-height: 40px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h3 small,
h4 small,
h5 small {
    font-weight: 300;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-bottom: 10px;
}


/* Lins and Others
------------------------------------
*/

#profile-view-img {
    position: relative;
}

.demo p a {
    font-weight: 600;
}

a {
    text-shadow: none !important;
    color: var(--main-brand-font-awsm);
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

a:focus,
a:hover,
a:active {
    color: var(--main-brand-label-color);
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none;
}

a[ng-click] {
    cursor: pointer;
}

br {
    line-height: normal;
    clear: both;
}

code {
    color: #c6362c;
    background-color: #e9f2f9;
}

code:hover {
    background-color: #fdd9d7;
}

p {
    display: block;
    font-size: 12.5px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

#cropContaineroutput {
    background-size: 100% auto !important;
}

small,
.small {
    line-height: 18px;
}

label.inline {
    display: inline-block;
    position: relative;
    top: 0px;
    font-size: 13px;
}

ul&gt;li,
ol&gt;li {
    padding-left: 3px;
    line-height: 24px;
}

ul.lg-icon&gt;li,
ol.lg-icon&gt;li {
    font-size: 21px;
}

ul.lg-icon&gt;li span,
ol.lg-icon&gt;li span {
    font-size: 14px;
}

ul.no-style,
ol.no-style {
    list-style: none;
    padding-left: 5px;
}

address {
    margin-bottom: 0px;
}

address a {
    color: var(--main-brand-color);
}

blockquote {
    padding: 0 0 0 18px;
    border-left: 0;
}

blockquote:before {
    content: '';
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 13px;
    float: left;
}

blockquote p {
    font-size: 16px;
}

blockquote small {
    line-height: 29px;
    color: #8b91a0;
    padding-left: 30px;
}

blockquote small:before {
    content: "";
}

blockquote.pull-right {
    border-right: 0;
}

blockquote.pull-right:before {
    float: right;
    content: '';
    font-family: FontAwesome;
    content: "\f10d";
    margin-left: 13px;
    margin-right: 0;
}

blockquote.pull-right small {
    padding-right: 30px;
}

blockquote.pull-right small:after {
    content: "";
}

hr {
    border-color: #dae9f4;
}

hr.double {
    border-width: 2px;
}

hr.dotted {
    border-style: dotted none none;
}


/* Font Sizes
------------------------------------
*/

.small-text {
    font-size: 12px !important;
}

.normal-text {
    font-size: 13px !important;
}

.large-text {
    font-size: 15px !important;
}


/* Font Weights
------------------------------------
 */

.normal {
    font-weight: normal;
}

.semi-bold {
    font-weight: 400 !important;
}

.bold {
    font-weight: bold !important;
}

.light {
    font-weight: 300 !important;
}


/* Misc
------------------------------------
*/

.logo {
    margin: 18px 14px;
}

.all-caps,
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.muted {
    color: #d8ebfa;
}

.hint-text {
    opacity: .7;
}

.mute-text {
    opacity: .4;
}

.no-decoration {
    text-decoration: none !important;
}

.italice {
    font-style: italic;
}

.subs-dv {
    float: left;
    padding: 11px 10px;
    border-radius: 8px !important;
}

.subs-dv span.span-txt {
    width: 80%;
    float: left;
    padding-left: 12px;
}

.subs-dv span {
    float: right;
}


/* Wells
------------------------------------
*/

.well {
    background-color: #dae9f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background-image: none;
}

.well.well-large {
    padding: 24px;
    width: auto;
}

.well.well-small {
    padding: 13px;
    width: auto;
}

.well.green {
    background-color: #48b0f7;
    color: #fff;
    border: none;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
}

.jumbotron p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: inherit;
}

.jumbotron p.small {
    font-size: 85%;
}


/* Responsive Handlers : Typo
------------------------------------
*/


/* For Windows : Fixes
------------------------------------
*/


/*------------------------------------------------------------------
[6. Buttons]
*/


/*
[Buttons Base Styles]
*/

.btn {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern"1;
    -moz-font-feature-settings: "kern"1;
    margin-bottom: 0;
    border: 1px solid #e9f2f9;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    background-image: none !important;
    color: var(--main-brand-color);
    background-color: #fff;
    text-shadow: none;
    box-shadow: none;
    line-height: normal;
    padding: 9px 18px;
    min-width: 100px;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.btn:hover {
    background-color: #fafafa;
    border: 1px solid rgba(24, 117, 187, 0.27);
}

.btn.active {
    border-color: #dae9f4;
    background: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
    outline-style: none;
}

.btn .caret {
    margin-left: 3px;
}

.btn .caret.single {
    margin-left: 0px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    box-shadow: none;
}

button:focus {
    outline: none !important;
}


/*
Alternate buttons
--------------------------------------------------
*/

.btn-primary,
.btn-primary:focus {
    color: var(--main-brand-text-color);
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary .open .dropdown-toggle.btn-primary {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    color: var(--main-brand-text-color);
}

.btn-primary.hover,
.btn-primary:hover,
.btn-primary .open .dropdown-toggle.btn-primary {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    color: var(--main-brand-text-color);
}

.btn-primary.active:hover {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-primary .badge {
    color: var(--main-brand-color);
    background-color: #fff;
}

.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #343b45;
    border-color: #343b45;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary .open .dropdown-toggle.btn-secondary {
    background-color: #2a3038;
    border-color: #2a3038;
    color: #fff;
}

.btn-secondary.hover,
.btn-secondary:hover,
.btn-secondary .open .dropdown-toggle.btn-secondary {
    background-color: #5d626a;
    border-color: #5d626a;
    color: #fff;
}

.btn-secondary.active:hover {
    background: #2d333b;
    border-color: #2d333b;
}

.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled],
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
    background-color: #343b45;
    border-color: #343b45;
}

.btn-secondary .badge {
    color: #343b45;
    background-color: #fff;
}

.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #00d080;
    border-color: #00d080;
}

.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success .open .dropdown-toggle.btn-success {
    background-color: #3e8e41;
    border-color: #3e8e41;
    color: #fff;
}

.btn-success.hover,
.btn-success:hover,
.btn-success .open .dropdown-toggle.btn-success {
    background-color: #00d080;
    border-color: #00d080;
    color: #fff;
}

.btn-success.active:hover {
    background: #00d080;
    border-color: #00d080;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #00d080;
    border-color: #00d080;
}

.btn-success .badge {
    color: #00d080;
    background-color: #fff;
}

.btn-complete,
.btn-complete:focus {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.btn-complete .open .dropdown-toggle.btn-complete {
    background-color: #3a8fc8;
    border-color: #3a8fc8;
    color: #fff;
}

.btn-complete.hover,
.btn-complete:hover,
.btn-complete .open .dropdown-toggle.btn-complete {
    background-color: #6dc0f9;
    border-color: #6dc0f9;
    color: #fff;
}

.btn-complete.active:hover {
    background: #3e97d4;
    border-color: #3e97d4;
}

.btn-complete.disabled,
.btn-complete.disabled:hover,
.btn-complete.disabled:focus,
.btn-complete.disabled:active,
.btn-complete.disabled.active,
.btn-complete[disabled],
.btn-complete[disabled]:hover,
.btn-complete[disabled]:focus,
.btn-complete[disabled]:active,
.btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
    background-color: #48b0f7;
    border-color: #48b0f7;
}

.btn-complete .badge {
    color: #48b0f7;
    background-color: #fff;
}

.btn-info,
.btn-info:focus {
    color: var(--main-brand-text-color);
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-info.active,
.btn-info:active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info .open .dropdown-toggle.btn-info {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    color: #fff;
}

.btn-info.hover,
.btn-info:hover,
.btn-info .open .dropdown-toggle.btn-info {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
    color: #fff;
}

.btn-info.active:hover {
    background: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.btn-info .badge {
    color: var(--main-brand-color);
    background-color: #fff;
}

.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #FFB300;
    border-color: #FFB300;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning .open .dropdown-toggle.btn-warning {
    background-color: #cf9100;
    border-color: #cf9100;
    color: #fff;
}

.btn-warning.hover,
.btn-warning:hover,
.btn-warning .open .dropdown-toggle.btn-warning {
    background-color: #ffc233;
    border-color: #ffc233;
    color: #fff;
}

.btn-warning.active:hover {
    background: #db9a00;
    border-color: #db9a00;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #FFB300;
    border-color: #FFB300;
}

.btn-warning .badge {
    color: #FFB300;
    background-color: #fff;
}

.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #eb5751;
    border-color: #eb5751;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger .open .dropdown-toggle.btn-danger {
    background-color: #c6362c;
    border-color: #c6362c;
    color: #fff;
}

.btn-danger.hover,
.btn-danger:hover,
.btn-danger .open .dropdown-toggle.btn-danger {
    background-color: #f6695e;
    border-color: #f6695e;
    color: #fff;
}

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

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #eb5751;
    border-color: #eb5751;
}

.btn-danger .badge {
    color: #eb5751;
    background-color: #fff;
}

.btn-disabled,
.btn-disabled:focus {
    color: #fff;
    background-color: #e3e4e6;
    border-color: #e3e4e6;
}

.btn-disabled.active,
.btn-disabled:active,
.btn-disabled.active:focus,
.btn-disabled:active:focus,
.btn-disabled:active:hover,
.btn-disabled .open .dropdown-toggle.btn-disabled {
    background-color: #b8b9ba;
    border-color: #b8b9ba;
    color: #fff;
}

.btn-disabled.hover,
.btn-disabled:hover,
.btn-disabled .open .dropdown-toggle.btn-disabled {
    background-color: #e9e9eb;
    border-color: #e9e9eb;
    color: #fff;
}

.btn-disabled.active:hover {
    background: #c3c4c6;
    border-color: #c3c4c6;
}

.btn-disabled.disabled,
.btn-disabled.disabled:hover,
.btn-disabled.disabled:focus,
.btn-disabled.disabled:active,
.btn-disabled.disabled.active,
.btn-disabled[disabled],
.btn-disabled[disabled]:hover,
.btn-disabled[disabled]:focus,
.btn-disabled[disabled]:active,
.btn-disabled[disabled].active,
fieldset[disabled] .btn-disabled,
fieldset[disabled] .btn-disabled:hover,
fieldset[disabled] .btn-disabled:focus,
fieldset[disabled] .btn-disabled:active,
fieldset[disabled] .btn-disabled.active {
    background-color: #e3e4e6;
    border-color: #8f9399;
}

.btn-disabled .badge {
    color: #e3e4e6;
    background-color: #fff;
}

.btn-default,
.btn-default:focus {
    color: #5e5e5e;
    background-color: #fff;
    border-color: #e9f2f9;
}

.btn-default.active,
.btn-default:active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: transparent;
    border-color: #dae9f4;
    color: #0b3554;
}

.btn-default.hover,
.btn-default:hover {
    background-color: #f8fbfd;
    border-color: rgba(24, 117, 187, 0.27);
    color: #062032;
}

.btn-default.active:hover {
    background: #f0f0f0;
}

.btn-link {
    color: #5e5e5e;
    background-color: transparent;
    border: none;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}


/*
Button Sizes
--------------------------------------------------
*/

.btn-lg,
.btn-group-lg&gt;.btn {
    padding-left: 28px;
    padding-right: 28px;
    line-height: 23px;
}

.btn-sm,
.btn-group-sm&gt;.btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11.9px;
    line-height: 20px;
}

.popover.fade.top.in button {
    padding: 0px 15px;
    line-height: 40px;
    height: 40px;
    border-radius: 6px;
    font-weight: 700;
}

#send_lmsg.active,
.popover.fade.top.in button {
    background: var(--main-brand-color) !important;
    border-color: var(--main-brand-color) !important;
    color: var(--main-brand-text-color) !important;
}

.btn-xs,
.btn-group-xs&gt;.btn {
    padding: 2px 9px;
    font-size: 10.5px;
}

#modalSave .btn-cons {
    /*	margin-right: 5px;
    /* min-width: 120px;
    border-radius: 6px;
    height: 40px;
    padding: 0 15px;
       min-width: 110px;
    font-size: 13px;
    font-weight: 700;
	    line-height: 38px !important;*/
    margin-right: 5px;
    /* min-width: 120px; */
    /* height: 40px; */
    min-width: 110px;
    font-size: 14px;
    font-weight: 700;
    /* line-height: 38px !important; */
    color: #828282 !important;
    background: none;
    border: none;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    border-radius: 0px !important;
}

#modalSave .btn-cons:hover,
#modalSave .btn-cons.active,
#modalSave .btn-cons:focus {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#modalSave .btn-canc {
    color: #828282 !important;
    background: none;
    border: none;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 700;
}

#modalSave .btn-canc:hover,
#modalSave .btn-canc.active,
#modalSave .btn-canc:focus {
    background: none;
    color: var(--main-brand-color) !important;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.error-container a.btn-cons {
    border-radius: 26px;
    width: auto;
    font-size: 15px !important;
    padding: 0px 18px !important;
    height: 36px;
    line-height: 34px;
}

.addSpec {
    margin-top: -25px;
    padding: 0 15px;
    height: 40px;
    border-radius: 36px;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
}

.btn-add-city {
    padding: 9px 18px !important;
    height: 36px;
    border-radius: 36px;
    font-size: 14px;
    line-height: normal;
    min-width: 100px !important;
    float: right !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    width: auto;
}

#collapseFive button {
    font-weight: 400;
}

#accordion #collapseFive button .fa-plus,
#accordion #collapseFive button .fa-edit,
#accordion #collapseFive button .fa-remove {
    padding-top: 1px !important;
}

.private-lock {
    float: right;
    font-size: 12px;
    margin-top: 18px;
}

.private-lock img {
    width: 13px;
    margin-top: -4px;
}

.com-con {
    width: 70%;
}

#comp_conn .com-con {
    width: 70%;
}


/*
Rounded buttons
--------------------------------------------------
*/

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


/*
 Dropdown menus
--------------------------------------------------
*/

.open .btn-group.open .dropdown-toggle,
.open .dropdown-toggle,
.open.dropdown-default .dropdown-toggle {
    box-shadow: none;
}


/* Pages default dropdown */

.dropdown-default {
    display: inline-block;
}

.dropdown-default.open&gt;.btn.dropdown-toggle {
    border-color: transparent !important;
    background: transparent !important;
    z-index: 791 !important;
}

.dropdown-default.open .dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 700;
}

.dropdown-default.open .dropdown-menu li {
    visibility: visible;
}

.dropdown-default.open.dropup&gt;.btn-primary+.dropdown-menu:after,
.dropdown-default.open.dropup&gt;.btn-success+.dropdown-menu:after,
.dropdown-default.open.dropup&gt;.btn-complete+.dropdown-menu:after,
.dropdown-default.open.dropup&gt;.btn-warning+.dropdown-menu:after,
.dropdown-default.open.dropup&gt;.btn-danger+.dropdown-menu:after,
.dropdown-default.open.dropup&gt;.btn-info+.dropdown-menu:after {
    top: auto;
    bottom: 0;
}

.dropdown-default.open&gt;.btn-primary+.dropdown-menu:after,
.dropdown-default.open&gt;.btn-success+.dropdown-menu:after,
.dropdown-default.open&gt;.btn-complete+.dropdown-menu:after,
.dropdown-default.open&gt;.btn-warning+.dropdown-menu:after,
.dropdown-default.open&gt;.btn-danger+.dropdown-menu:after,
.dropdown-default.open&gt;.btn-info+.dropdown-menu:after {
    top: 0;
    height: 42px;
}

.dropdown-default.open&gt;.btn-primary+.dropdown-menu:after {
    background-color: var(--main-brand-color);
}

.dropdown-default.open&gt;.btn-success+.dropdown-menu:after {
    background-color: #00d080;
}

.dropdown-default.open&gt;.btn-complete+.dropdown-menu:after {
    background-color: #48b0f7;
}

.dropdown-default.open&gt;.btn-warning+.dropdown-menu:after {
    background-color: #FFB300;
}

.dropdown-default.open&gt;.btn-danger+.dropdown-menu:after {
    background-color: #eb5751;
}

.dropdown-default.open&gt;.btn-info+.dropdown-menu:after {
    background-color: var(--main-brand-color);
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-lg+.dropdown-menu {
    margin-bottom: -47px;
    padding-bottom: 49px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-lg+.dropdown-menu:after {
    bottom: 49px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-sm+.dropdown-menu {
    margin-bottom: -34px;
    padding-bottom: 36px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-sm+.dropdown-menu:after {
    bottom: 36px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-xs+.dropdown-menu {
    margin-bottom: -29px;
    padding-bottom: 31px;
}

.dropdown-default.dropup .btn.dropdown-toggle.btn-xs+.dropdown-menu:after {
    bottom: 31px;
}

.dropdown-default.dropup .dropdown-menu {
    margin-bottom: -40px;
    padding: 0 3px 44px 0 !important;
    transform-origin: center bottom 0;
}

.dropdown-default.dropup .dropdown-menu:after {
    bottom: 43px;
    top: auto !important;
}

.dropdown-default .btn.dropdown-toggle {
    text-align: left;
    padding-right: 27px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg {
    padding-right: 42px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg .caret {
    right: 26px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg+.dropdown-menu {
    margin-top: -47px;
    padding-top: 49px;
}

.dropdown-default .btn.dropdown-toggle.btn-lg+.dropdown-menu:after {
    top: 49px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm {
    padding-right: 26px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm .caret {
    right: 16px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm+.dropdown-menu {
    margin-top: -34px;
    padding-top: 36px;
}

.dropdown-default .btn.dropdown-toggle.btn-sm+.dropdown-menu:after {
    top: 36px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs {
    padding-right: 21px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs .caret {
    right: 8px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs+.dropdown-menu {
    margin-top: -29px;
    padding-top: 31px;
}

.dropdown-default .btn.dropdown-toggle.btn-xs+.dropdown-menu:after {
    top: 31px;
}

.dropdown-default .btn.dropdown-toggle .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
}

.dropdown-default .btn-rounded {
    padding-left: 17px;
    padding-right: 17px;
}

.dropdown-default .btn-rounded+.dropdown-menu {
    border-radius: 17px;
}

.dropdown-default .dropdown-menu {
    margin-top: -40px;
    padding-top: 42px;
    overflow: hidden;
    backface-visibility: hidden;
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: center top 0;
    -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    z-index: -1;
}

.dropdown-default .dropdown-menu:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 42px;
    background: #dae9f4;
    width: 100%;
}

.dropdown-default .dropdown-menu li {
    visibility: hidden;
}

.dropdown-menu {
    position: absolute;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    -webkit-box-shadow: 0px 0px 5px rgba(24, 117, 187, 0.2);
    box-shadow: 0px 0px 5px rgba(24, 117, 187, 0.2);
    border: none;
    border-radius: 0px;
    font-size: 13px;
    margin: 0;
    background: #f8fbfd;
    min-width: 50px;
    z-index: 700 !important;
}

.dropdown-menu .divider {
    background-color: #dae9f4;
    height: 1px;
    margin: 0px 0;
    border-bottom: 0px;
}

.dropdown-menu&gt;li {
    padding-left: 0px;
}

.pro-viw {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 14px;
    text-overflow: ellipsis;
}

.dropdown-menu&gt;li:hover {
    padding-left: 0px;
    background: #eaebeb;
}

.dropdown-menu&gt;li:first-child {
    padding-top: 9px;
}

.dropdown-menu&gt;li:last-child {
    padding-bottom: 9px;
}

.dropdown-menu&gt;li.dropdown-header {
    padding: 3px 20px;
}

.dropdown-menu&gt;li.active&gt;a,
.dropdown-menu&gt;li.active&gt;a:hover,
.dropdown-menu&gt;li.active&gt;a:focus {
    color: #062032;
    text-decoration: none;
    background-color: #e9f2f9;
    background-image: none;
}

.dropdown-menu&gt;li.disabled&gt;a,
.dropdown-menu&gt;li.disabled&gt;a:hover,
.dropdown-menu&gt;li.disabled&gt;a:focus {
    color: #50a7e9;
}

.dropdown-menu&gt;li.disabled&gt;a:hover,
.dropdown-menu&gt;li.disabled&gt;a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
}

.dropdown-menu&gt;li&gt;a {
    line-height: 40px;
    color: #343b45;
    padding: 0 15px;
    border-radius: 3px;
    text-align: left;
}

.dropdown-menu&gt;li&gt;a:hover,
.dropdown-menu&gt;li&gt;a:focus {
    color: #062032;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
}

.dropdown-backdrop {
    z-index: 600;
}


/*
Animated buttons
--------------------------------------------------
*/

.btn-animated {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated&gt;span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-animated:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-animated.from-top:before {
    left: 0;
    top: -100%;
}

.btn-animated.from-top:hover:before,
.btn-animated.from-top.show-icon:before {
    top: 0;
}

.btn-animated.from-top:hover&gt;span,
.btn-animated.from-top.show-icon&gt;span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-animated.from-left:before {
    left: -100%;
    top: 0;
}

.btn-animated.from-left:hover:before,
.btn-animated.from-left.show-icon:before {
    left: 0;
}

.btn-animated.from-left:hover&gt;span,
.btn-animated.from-left.show-icon&gt;span {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-animated.fa:before {
    font-family: FontAwesome;
}

.btn-animated.pg:before {
    font-family: "pages-icon";
}


/*
Tag buttons
--------------------------------------------------
*/

.btn-tag {
    line-height: 17px;
    border-radius: 17px 3px 3px 17px;
    padding: 5px 19px;
}

.btn-tag:hover,
.btn-tag.hover {
    border-color: transparent;
}

.btn-tag.btn-tag-light {
    background: #fafdff;
    color: #5b8ca5;
    border: 1px solid #cbe4f0;
}

.btn-tag.btn-tag-light:hover {
    background: #fff;
}

.btn-tag.btn-tag-dark {
    background: #dae9f4;
    color: var(--main-brand-color);
}

.btn-tag.btn-tag-dark:hover {
    background: #e2eef6;
}

.btn-tag.btn-tag-rounded {
    border-radius: 17px;
}


/*
Misc buttons
--------------------------------------------------
*/

.btn-toolbar .btn {
    padding-left: 14px;
    padding-right: 14px;
}

.pager .disabled&gt;button,
.pager .disabled&gt;button:hover,
.pager .disabled&gt;button:focus,
.pager .disabled&gt;span {
    cursor: not-allowed;
    opacity: .5;
}


/*------------------------------------------------------------------
[7. Alerts]
*/

.alert {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.alert.bordered {
    border-width: 1px;
}

.alert .link {
    color: #ce8f22;
    font-weight: bold;
}

.alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600;
}

.alert .btn-small {
    position: relative;
    top: -3.5px;
}

.alert .button-set .btn {
    position: relative;
    top: 8px;
}

.alert .close {
    background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    font-size: 0;
}

.alert .close:hover {
    opacity: 1;
}


/* Alert : Color Options
------------------------------------
*/

.alert-danger,
.alert-error {
    background-color: #fdd9d7;
    color: #922820;
    border-color: #f6695e;
}

.alert-danger .close,
.alert-error .close {
    background-position: -95px -10px !important;
}


/*.alert-warning {
  background-color: #fff0cc;
  color: #996b00;
  border-color: #ffc233; }*/

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

.alert-warning {
    color: #976b28;
    background: none;
    border: none;
    font-weight: bold;
}

.alert-info {
    background-color: #daeffd;
    color: #2b6a94;
    border-color: #6dc0f9;
}

.alert-info .close {
    background-position: -67px -10px !important;
}

.p-t-20 .alert-success {
    width: 100%;
    float: left;
}

.alert-success {
    background-color: #dbefdc;
    color: #2e6930;
    border-color: #70bf73;
}

.alert-success .close {
    background-position: -38px -10px !important;
}

.alert-default {
    background-color: #fff;
    color: var(--main-brand-color);
    border-color: #dae9f4;
}

.alert-default .close {
    background-position: -67px -10px !important;
}


/*------------------------------------------------------------------
[8. Notifications]
*/


/* Badges
--------------------------------------------------
*/

.badge {
    text-shadow: none;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: #dae9f4;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: var(--main-brand-color);
}

.badge-success {
    background-color: #00d080;
    color: #fff;
}

.badge-warning {
    background-color: #FFB300;
    color: #fff;
}

.badge-important {
    background-color: #eb5751;
    color: #fff;
}

.badge-danger {
    background-color: #eb5751;
    color: #fff;
}

.badge-info {
    background-color: var(--main-brand-color);
    color: #fff;
}

.badge-inverse {
    background-color: #2b6a94;
    color: #fff;
}

.badge-white {
    background-color: #fff;
    color: var(--main-brand-color);
}

.badge-disable {
    background-color: #0b3554;
    color: var(--main-brand-color);
}


/* Notification popup
--------------------------------------------------
*/

.popover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    z-index: 501;
}

.notification-toggle {
    top: 41px;
    left: -420px !important;
    padding: 0;
    min-width: 450px;
}

.notification-toggle:before {
    position: absolute;
    top: -7px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.notification-toggle:after {
    border-bottom: 0px !important;
}

.notification-panel .notification-body .notification-item .heading div&gt;p {
    width: 280px;
    word-break: break-all;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.notification-panel {
    background-color: #fff;
    border: 1px solid #dae9f4;
}

.notification-panel .notification-body {
    height: auto;
    min-height: 0px;
    /*min-height: 50px;*/
    max-height: 80vh !important;
    position: relative;
    overflow: auto;
}

#dt_notifications .notification-panel .notification-body {
    height: auto;
    min-height: 0px;
    /* min-height: 50px; */
    /* max-height: 631px !important; */
    max-height: 80vh !important;
    position: relative;
    overflow: auto;
}

.notification-panel .notification-body .notification-item {
    position: relative;
    padding-left: 15px;
    background-color: #fff;
    padding-right: 28px;
    /* border-bottom: 1px solid rgba(141, 145, 150, 0.3); */
    border-bottom: none;
}

.notification-panel .notification-body .notification-item:hover {
    background-color: rgba(24, 117, 187, 0.08);
}

.notification-panel .notification-body .notification-item.unread {
    background-color: #fff;
    /* border-bottom: solid 1px #dae9f4;  */
    border-bottom: none;
}

.notification-panel .notification-body .notification-item.unread .heading {
    opacity: 1;
}

.notification-panel .notification-body .notification-item.unread .option {
    background-color: #e9f2f9;
}

.notification-panel .notification-body .notification-item.unread .option .mark {
    color: #00d080;
}

.notification-panel .notification-body .notification-item .heading {
    line-height: 40px;
    margin-right: 0px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    opacity: 0.999;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.notification-panel .notification-body .notification-item .heading div&gt;span {
    /*float: left;*/
    display: block;
    line-height: 20px;
    position: relative;
}

.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
    cursor: pointer;
}

.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper i {
    -webkit-transition: all 0.12s linear;
    transition: all 0.12s linear;
}

.notification-panel .notification-body .notification-item .heading .time {
    font-size: 11px;
    margin-right: 6px;
    position: absolute;
    right: 0;
}

.notification-panel .notification-body .notification-item .heading .connection-item {
    /*
          position: absolute;
          right: 10px;
          top: 18px;
          z-index: 99
*/
    position: absolute;
    right: 4px;
    z-index: 99;
    bottom: 0;
}

.filter-by .input-group select.form-control[disabled],
.w-l-menu .filter-by .input-group select.form-control[disabled="disabled"],
.filter-by .input-group select[disabled="disabled"] {
    color: #919191 !important;
    background-color: #eeeeee !important;
}

.connection-item .ar-dreq {
    bottom: -12px !important;
}

.notification-panel .notification-body .notification-item .heading .connection-item button {
    border-radius: 50px;
    margin-left: 2px;
    /*
            width: 30px;
            height: 30px;
*/
    width: 25px;
    height: 25px;
}

.notification-panel .notification-body .notification-item .heading .connection-item button.btn-notify {
    padding: 0px 5px;
    text-align: center;
    line-height: 10px;
    bottom: 0;
    border: solid 2px;
    min-width: auto;
}

.notification-panel .notification-body .notification-item .heading .connection-item button.btn-notify i {
    color: #fff !important;
}

.notification-panel .notification-body .notification-item .heading.open {
    display: block;
}

.notification-panel .notification-body .notification-item .heading.open .more-details {
    display: block;
}

.notification-panel .notification-body .notification-item .heading.open .thumbnail-wrapper i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.notification-panel .notification-body .notification-item .heading .thumbnail-wrapper.d40 {
    line-height: 38px;
    width: 40px;
    height: 40px;
}

.notification-panel .notification-body .notification-item .option {
    font-size: 10px;
    position: absolute;
    height: 44px;
    width: 20px;
    right: 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    height: 100%;
}

.notification-panel .notification-body .notification-item .option .mark {
    background-color: transparent;
    color: #a3c8e4;
}

.notification-panel .notification-body .notification-item .option .mark:before {
    content: ' \25CF';
    font-size: 12px;
}

.notification-panel .notification-body .notification-item:last-child {
    border-bottom: none;
}

.notification-panel .notification-body .notification-item:last-child .heading {
    border-bottom: 0px;
}

.notification-panel .notification-footer {
    padding: 10px;
    /*display: block;*/
    border-top: 1px solid #dae9f4;
    float: left;
    width: 100%;
}

#noti_footer .portlet-refresh {
    display: none;
}

.notification-panel .notification-footer a {
    color: var(--main-brand-color);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    /*opacity: .54;*/
}

.notification-panel .notification-footer a:hover {
    opacity: .74;
}

.readall-msg {
    float: left;
    opacity: 1 !important;
}

.group-msg {
    float: right;
    opacity: 1 !important;
}


/* Simple alerts
--------------------------------------------------
*/

.alerts-container {
    position: fixed;
    width: 350px;
    right: 20px;
    z-index: 999;
    top: 80px;
}

.alerts-container[data-placement$='-left'] {
    left: 95px;
    right: auto;
}

.alerts-container[data-placement$='-right'] {
    right: 20px;
    left: auto;
}

.alerts-container[data-placement^='top-'] {
    top: 80px;
    bottom: auto;
}

.alerts-container[data-placement^='bottom-'] {
    top: auto;
    bottom: 20px;
}

.alerts-container[data-placement='bottom-right'] .alert:last-child,
.alerts-container[data-placement='bottom-left'] .alert:last-child {
    margin-bottom: 0;
}

.alerts-container .alert {
    position: relative;
}

.alerts-container .alert .close {
    position: absolute;
    right: 9px;
    top: 15px;
}


/* Pages Notifications plugin
--------------------------------------------------
*/

body.menu-pin&gt;.pgn-wrapper[data-position$='-left'],
body.menu-pin&gt;.pgn-wrapper[data-position="top"],
body.menu-pin&gt;.pgn-wrapper[data-position="bottom"] {
    left: 30px;
}

.pgn-wrapper {
    position: fixed;
    z-index: 1000;
}

.pgn-wrapper[data-position$='-left'] {
    left: 30px;
}

.pgn-wrapper[data-position$='-right'] {
    right: 20px;
}

.pgn-wrapper[data-position^='top-'] {
    top: 20px;
}

.pgn-wrapper[data-position^='bottom-'] {
    bottom: 20px;
}

.pgn-wrapper[data-position='top'] {
    top: 0;
    left: 0;
    right: 0;
}

.pgn-wrapper[data-position='bottom'] {
    bottom: 0;
    left: 0;
    right: 0;
}

.pgn {
    position: relative;
    margin: 10px;
}

.pgn .alert {
    margin: 0;
}


/*
#cat_save{  background:#00d080 !important;
   padding: 8px 7px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
}
#cat_save:hover{  background:#00bd74 !important;
   padding: 8px 7px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
}
*/


/*#verifyEmailBox #freeForm button {
background:#00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
}
#verifyEmailBox #freeForm button:hover{
	background:#00bd74 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
#shareCompanyLinkURL{
background: #00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 23px;
    min-width: 100px;
    text-align: center;
    display: inline-block
}
#shareCompanyLinkURL:hover{
background: #00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 23px;
    min-width: 100px;
    text-align: center;
    display: inline-block
}
}*/


/*
.shareList button{
 background:#eb5751 !important;
    padding: 8px 7px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
}
.shareList button:hover{  background:#dc4f49 !important;
  padding: 8px 7px;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    min-width: 100px;
    text-align: center;
}
*/


/*#save-ng , #send_2msg , #send_lmsg , .denq-send{
	background:#00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
	}
	#save-ng:hover , #send_2msg:hover , #send_lmsg:hover , .denq-send:hover{
	background:#00bd74 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
	}
#cancel-ng{
	background:#eb5751 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
}
#cancel-ng:hover{
	background:#dc4f49 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
}*/


/*#accordion .pager.wizard li button.btn-primary{
	background:#00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    text-align: center;
}
#accordion .pager.wizard li button.btn-primary:hover{
	background:#00bd74 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: none !important;
    line-height: 20px;
    text-align: center;
}
#accordion .pager.wizard li button.btn-default{border-radius:5px;line-height: 19px;}
#accordion .pager.wizard li button.btn-default:hover{background:#eb5751;border:1px solid #eb5751;color:#fff; }*/


/*#krank-share-modal-new .modal-content .modal-body #do_sok{
	/*background:#00d080 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
	min-width:80px;
	height: 40px;
    line-height: 38px;
    padding: 0 15px;
	border-radius: 6px;
	font-weight: 700 !important;
}
*/


/*#krank-share-modal-new .modal-content .modal-body #do_sok:hover{
	background:#00bd74 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
	min-width: 80px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
	border-radius: 6px;
	font-weight: 700 !important;
}
*/


/*#krank-share-modal-new .modal-content .modal-body #do_privacy, #krank-share-modal-new .modal-content .modal-body #do_privacy:hover{
	min-width: 80px;
    height: 38px;
    line-height: 39px;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 700 !important;
    border: none !important;
}*/

#krank-share-modal-new .modal-content .modal-body #do_sok {
    min-width: 100%;
    height: auto;
    line-height: normal !important;
    padding: 25px 15px;
    border-radius: 0px;
    font-weight: 700 !important;
    font-size: 14px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #ddd;
    background: none;
    color: #828282;
    margin-top: 33px !important;
}

#krank-share-modal-new .modal-content .modal-body #do_sok:hover {
    color: var(--main-brand-color);
}

#krank-share-modal-new .modal-content .modal-body #do_privacy {
    min-width: 100%;
    height: auto;
    line-height: normal !important;
    padding: 25px 15px;
    border-radius: 0px;
    font-weight: 700 !important;
    font-size: 14px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #ddd;
    background: none;
    color: #828282;
    margin-top: 33px !important;
}

#krank-share-modal-new .modal-content .modal-body #do_privacy:hover {
    color: var(--main-brand-font-awsm);
}


/*#krank-share-modal-new .modal-content .modal-body .btn-default{
	background:#eb5751 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
		min-width:80px;
	height: 40px;
    line-height: 38px;
    padding: 0 15px;
	border-radius: 6px;
	font-weight: 700 !important;
}
*/

#krank-share-modal-new .modal-content .modal-body .btn-default {
    min-width: 100%;
    height: auto;
    line-height: normal !important;
    padding: 25px 15px;
    border-radius: 0px 0px 10px 10px;
    font-weight: 700 !important;
    font-size: 14px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #ddd;
    margin: 0px !important;
    color: #828282;
}

#krank-share-modal-new .modal-content .modal-body .btn-default:hover {
    color: var(--main-brand-color);
}


/*#krank-share-modal-new .modal-content .modal-body .btn-default:hover{
	background:#dc4f49 !important;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: none !important;
    line-height: 20px;
    text-align: center;
		min-width:80px;
	height: 40px;
    line-height: 38px;
    padding: 0 15px;
	border-radius: 6px;
	font-weight: 700 !important;
}
*/

#krank-share-modal-new .modal-dialog {
    width: 550px !important;
}


/* Simple
------------------------------------
*/

.pgn-simple .alert {
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: 500px;
    animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    max-height: 250px;
    overflow: hidden;
}


/* Bar
------------------------------------
*/

.pgn-bar {
    overflow: hidden;
    margin: 0;
}

.pgn-bar .alert {
    border-radius: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    max-height: 91px;
}

.pgn-wrapper[data-position='top'] .pgn-bar .alert {
    animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    -webkit-animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.pgn-wrapper[data-position='bottom'] .pgn-bar .alert {
    animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    -webkit-animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
}

.pgn-bar .alert span {
    opacity: 0;
    animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInFromTop {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInFromBottom {
    0% {
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}


/* Circle
------------------------------------
*/

.pgn-circle .alert {
    border-radius: 300px;
    animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
    -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
    height: 60px;
    overflow: hidden;
    padding: 6px 55px 6px 6px;
    -webkit-transform: translateZ(0);
    position: relative;
}

.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
    float: right;
}

.pgn-wrapper[data-position$='-left'] .pgn-circle .alert {
    float: left;
}

.pgn-circle .alert&gt;div&gt;div.pgn-thumbnail&gt;div {
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.pgn-circle .alert&gt;div&gt;div.pgn-thumbnail&gt;div&gt;img {
    width: 100%;
    height: 100%;
}

.pgn-circle .alert&gt;div&gt;div.pgn-message&gt;div {
    opacity: 0;
    height: 47px;
    padding-left: 9px;
    animation: fadeIn .3s .5s ease forwards;
    -webkit-animation: fadeIn .3s .5s ease forwards;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
}

.pgn-circle .alert&gt;div&gt;div.pgn-message&gt;div p:only-child {
    padding: 12px 0;
}

.pgn-circle .alert .close {
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    opacity: 0;
    animation: fadeIn .3s .5s ease forwards;
    -webkit-animation: fadeIn .3s .5s ease forwards;
}

.pgn-circle .alert p {
    margin-bottom: 0;
}

.pgn-circle .alert&gt;div {
    display: table;
    height: 100%;
}

.pgn-circle .alert&gt;div&gt;div {
    display: table-cell;
    vertical-align: middle;
}

@keyframes fadeInCircle {
    0% {
        opacity: 0;
        width: 60px;
    }
    100% {
        opacity: 1;
        width: 60px;
    }
}

@-webkit-keyframes fadeInCircle {
    0% {
        opacity: 0;
        width: 60px;
    }
    100% {
        opacity: 1;
        width: 60px;
    }
}

@keyframes resizeCircle {
    0% {
        width: 60px;
    }
    100% {
        width: 300px;
    }
}

@-webkit-keyframes resizeCircle {
    0% {
        width: 60px;
    }
    100% {
        width: 300px;
    }
}


/* Flip
------------------------------------
*/

.pgn-wrapper[data-position^='top-'] .pgn-flip {
    top: -30px;
}

.pgn-wrapper[data-position^='bottom-'] .pgn-flip {
    bottom: -30px;
}

.pgn-wrapper[data-position^='bottom-'] .pgn-flip .alert {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.pgn-flip .alert {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    border-radius: 0;
    padding: 25px 35px;
    max-width: 500px;
    max-height: 250px;
    overflow: hidden;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-transition-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        -webkit-transition-timing-function: ease-out;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        -webkit-transition-timing-function: ease-out;
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Pages Notification customizations */

body&gt;.pgn-wrapper[data-position="top"] {
    top: 60px;
    left: 65px;
}

body&gt;.pgn-wrapper[data-position="bottom"] {
    left: 65px;
}

body&gt;.pgn-wrapper[data-position$='-left'] {
    left: 85px;
    right: auto;
}

body&gt;.pgn-wrapper[data-position^='top-'] {
    top: 80px;
    bottom: auto;
}

.pgn-circle .alert .close {
    margin-top: -4px;
}

body&gt;.pgn-wrapper {
    z-index: 900;
}

.forNet .panel-body .b-grey .user-info h3 {
    padding-bottom: 0px;
    margin-bottom: 4px;
}

@media (max-width: 979px) {
    body&gt;.pgn-wrapper[data-position="top"] {
        left: 0;
    }
    body&gt;.pgn-wrapper[data-position="bottom"] {
        left: 0;
    }
}

@media (max-width: 767px) {
    body&gt;.pgn-wrapper[data-position$='-left'],
    body&gt;.pgn-wrapper[data-position$='-right'] {
        left: 10px !important;
        right: 10px !important;
    }
    body&gt;.pgn-wrapper[data-position$='-right'] .alert,
    body&gt;.pgn-wrapper[data-position$='-left'] .alert {
        max-width: 100%;
        width: 100%;
    }
    .modal,
    .modal.fade {
        padding: 10px !important
    }
}


/* Notifications demo
--------------------------------------------------
*/

.notification-positions {
    border-radius: 4px;
    border: 3px dashed #dae9f4;
    height: 370px;
    position: relative;
}

.notification-positions&gt;div&gt;.position:not(:only-child) {
    max-width: 50%;
}

.notification-positions .position {
    padding: 15px;
}

.notification-positions .position img {
    border: 3px solid transparent;
}

.notification-positions .position:hover {
    cursor: pointer;
}

.notification-positions .position.active img {
    border-color: #0090d9;
}

.notification-positions .position.pull-top,
.notification-positions .position.pull-bottom {
    left: 0;
    right: 0;
}

.notification-positions .position img {
    width: 100%;
}


/*------------------------------------------------------------------
[9. Progress Indicators]
*/

.progress {
    height: 4px;
    background-color: rgba(24, 117, 187, 0.2);
    background-image: none;
    box-shadow: none;
    border-radius: 0;
}

.progress.transparent {
    background-color: rgba(0, 0, 0, 0.28);
}

.progress.progress-small {
    height: 3px;
}


/* Circular Progress : indeterminate color
------------------------------------
*/

.progress-bar-indeterminate {
    background: url("../img/progress/progress-bar-master.svg") no-repeat top left;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.progress-bar-indeterminate.progress-bar-primary {
    background-image: url("../img/progress/progress-bar-primary.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-complete {
    background-image: url("../img/progress/progress-bar-complete.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-success {
    background-image: url("../img/progress/progress-bar-success.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-info {
    background-image: url("../img/progress/progress-bar-info.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-warning {
    background-image: url("../img/progress/progress-bar-warning.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-danger {
    background-image: url("../img/progress/progress-bar-danger.svg");
    background-color: transparent;
}

.progress-bar-indeterminate.progress-bar-master {
    background-image: url("../img/progress/progress-bar-master.svg");
    background-color: transparent;
}


/* Progress Bar
------------------------------------
*/

.progress-bar {
    box-shadow: none;
    border-radius: 0;
    background-color: var(--main-brand-color);
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/* Progress Bar : Color Options
------------------------------------
*/

.progress-bar-primary {
    background-color: var(--main-brand-color);
    background-image: none;
}

.progress-bar-complete {
    background-color: #48b0f7;
    background-image: none;
}

.progress-bar-success {
    background-color: #00d080;
    background-image: none;
}

.progress-bar-info {
    background-color: var(--main-brand-color);
    background-image: none;
}

.progress-bar-warning {
    background-color: #FFB300;
    background-image: none;
}

.progress-bar-danger {
    background-color: #eb5751;
    background-image: none;
}

.progress-bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-bar-black {
    background-color: #000;
    background-image: none;
}

.progress-info .bar,
.progress .bar-info {
    background-color: #026592;
    background-image: none;
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #996b00;
    background-image: none;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #922820;
    background-image: none;
}

.progress-white .bar,
.progress .bar-white {
    background-color: #fff;
    background-image: none;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #00d080;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: var(--main-brand-color);
}


/* Circular Progress : indeterminate
------------------------------------
*/

.progress-circle-indeterminate {
    background: url("../img/progress/progress-circle-master.svg") no-repeat top left;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    margin: 0 auto;
}

.progress-circle-indeterminate.progress-circle-warning {
    background-image: url("../img/progress/progress-circle-warning.svg");
}

.progress-circle-indeterminate.progress-circle-danger {
    background-image: url("../img/progress/progress-circle-danger.svg");
}

.progress-circle-indeterminate.progress-circle-info {
    background-image: url("../img/progress/progress-circle-info.svg");
}

.progress-circle-indeterminate.progress-circle-primary {
    background-image: url("../img/progress/progress-circle-primary.svg");
}

.progress-circle-indeterminate.progress-circle-success {
    background-image: url("../img/progress/progress-circle-success.svg");
}

.progress-circle-indeterminate.progress-circle-complete {
    background-image: url("../img/progress/progress-circle-complete.svg");
}


/* Circular Progress
------------------------------------
*/

.progress-circle {
    display: block;
    height: 45px;
    margin: 0 auto;
    position: relative;
    width: 45px;
    -webkit-backface-visibility: hidden;
}

.progress-circle.progress-circle-warning .pie .half-circle {
    border-color: #FFB300;
}

.progress-circle.progress-circle-danger .pie .half-circle {
    border-color: #eb5751;
}

.progress-circle.progress-circle-info .pie .half-circle {
    border-color: var(--main-brand-color);
}

.progress-circle.progress-circle-primary .pie .half-circle {
    border-color: var(--main-brand-color);
}

.progress-circle.progress-circle-success .pie .half-circle {
    border-color: #00d080;
}

.progress-circle.progress-circle-complete .pie .half-circle {
    border-color: #48b0f7;
}

.progress-circle.progress-circle-thick .pie .half-circle,
.progress-circle.progress-circle-thick .shadow {
    border-width: 5px;
}

.progress-circle .pie {
    clip: rect(0, 45px, 45px, 22.5px);
    height: 45px;
    position: absolute;
    width: 45px;
}

.progress-circle .pie .half-circle {
    border: 3px solid var(--main-brand-color);
    border-radius: 50%;
    clip: rect(0, 22.5px, 45px, 0);
    height: 45px;
    position: absolute;
    width: 45px;
}

.progress-circle .shadow {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 100%;
    width: 100%;
}


/*------------------------------------------------------------------
[10. Modals]
*/

.modal .close:focus {
    outline: 0;
}

.modal .modal-dialog {
    transition: all .2s !important;
}

.modal .modal-content {
    border: 1px solid #f2f6f7;
    border-radius: 12px;
    box-shadow: none;
    overflow: visible;
}

.modal .modal-header {
    text-align: center;
    border-bottom: 0;
    font-weight: 300;
    padding: 25px 25px 0 25px;
}

.modal .modal-header button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0 !important;
}

.modal .modal-header p {
    color: #8b91a0;
}

.modal .modal-body {
    box-shadow: none;
    padding: 25px;
    padding-top: 0;
    white-space: normal;
    padding-bottom: 0 !important;
}

.modal .modal-footer {
    border-top: none;
    box-shadow: none;
    margin-top: 0;
    padding: 25px;
    padding-top: 0;
}
#assign-modal .modal-content .modal-footer {
    padding-top: 25px;
}
.modal .drop-shadow {
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}

.modal.fade {
    opacity: 1 !important;
}

.modal.fade.stick-up .modal-dialog {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    margin-top: -5px;
}

.modal.fade.stick-up.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}

.modal.fade.slide-up {
    height: 100%;
    top: auto;
}

.modal.fade.slide-up.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}

#share-modal {
    padding: 20px 0;
}

.modal.fade.slide-up.disable-scroll {
    overflow: hidden;
}

#SELLER_DECLARATION .modal-content,
#PURCHASE_DECLARATION .modal-content {
    border: 1px solid #f2f6f7;
    border-radius: 12px;
    box-shadow: none;
    overflow: auto;
    height: auto;
}

.modal.fade.slide-up .modal-dialog {
    display: table;
    height: 100%;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -ms-transform: translate(0, 75%);
}

.modal.fade.slide-up .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#freeUser .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.modal.fade.center-scale .modal-dialog {
    display: table;
    height: 100%;
}

.modal.fade.center-scale .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

.modal.fade.center-scale .modal-content .modal-header {
    border-bottom: 0px;
}

.modal.fade.center-scale.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal.fade.center-scale .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.modal.fade.fill-in {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.modal.fade.fill-in&gt;.close {
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.6;
    position: fixed;
    right: 0px;
}

.modal.fade.fill-in&gt;.close&gt;i {
    font-size: 26px;
}

.modal.fade.fill-in .modal-dialog {
    display: table;
    height: 100%;
}

.modal.fade.fill-in .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

.modal.fade.fill-in .modal-content .modal-header {
    border-bottom: 0px;
}

.modal.fade.fill-in.in {
    background-color: rgba(255, 255, 255, 0.95);
}

.modal.fade.fill-in.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal.fade.fill-in .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10;
}

.modal.fade.slide-right.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
}

.modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
}

.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
    height: 100%;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: 100%;
}

.modal.fade.slide-right .modal-content {
    border-radius: 0px;
}

.fill-in-modal .modal-backdrop {
    background-color: transparent;
}

.modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.modal-backdrop.in {
    opacity: 0.30;
}

#quoteListingModal .modal-body input.form-control {
    border-radius: 6px !important;
}
#createQuote #quoteModal .modal-body {
    display: inline-block;
}
#createQuote #quoteModal .modal-body .form-group {
    display: inline-block;
    width: 100%;
}
#createQuote #quoteModal .modal-body .col-xs-12 .col-md-8 {
    padding-left: 0;
}
#createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col.col-md-7 {
    padding: 0;
}

.cin_url {
    display: block;
    color: #888;
}

.cin_url i {
    margin-right: 5px !important;
    width: auto;
    /* float: left; */
    margin-top: 2px;
    margin-left: 5px;
}

.cin_url p {
    float: left;
}

.cin_url a {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
}


/* Responsive Handlers: Modals
------------------------------------
*/

@media (max-width: 768px) {
    .modal.fill-in .modal-dialog {
        width: calc(100% - 20px);
    }
    /*.modal.slide-up .modal-dialog {
    width: calc(100% - 20px); }*/
    .modal.slide-up .modal-dialog {
        width: calc(100% - 15px);
        margin-left: 1.5%;
    }
    .clearfix .btn-rectangle {
        width: 100%;
        margin-top: 10px;
    }
    .saleListing .shwmseL {
        float: left;
        width: 100%;
        margin: 20px 0;
    }
    .shwmreL,
    .shwmnet,
    .shwmppl,
    .shwmseL,
    .shwmpsT {
        padding: 19px !important;
    }
}

@media (min-width: 768px) {
    .modal.stick-up .modal-dialog {
        margin: -5px auto;
    }
    .modal.slide-up .modal-dialog {
        margin: 0 auto;
    }
    .modal.fill-in .modal-dialog {
        margin: 0 auto;
    }
    .modal .modal-content {
        box-shadow: none;
    }
}

.modal-dialog.modal-md {
    margin: 30px auto;
}


/* Profile dropdown
------------------------------------
*/

.profile-dropdown,
.more-dropdown {
    background: #fff;
    padding: 0;
    margin-top: -1px;
    border-radius: 0 0 15px 15px;
    padding-bottom: 30px
}

.profile-dropdown:before,
.more-dropdown:before {
    position: absolute;
    top: -7px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.profile-dropdown:after,
.more-dropdown:after {
    position: absolute;
    top: -6px;
    right: 16px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.profile-dropdown li:last-child,
.more-dropdown li:last-child {
    /*margin-top: 11px;*/
    padding: 0;
}

.more-dropdown li:last-child&gt;a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 19px;
}

.profile-dropdown li:last-child&gt;a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 19px;
}

.profile-dropdown li&gt;a,
.more-dropdown li&gt;a {
    /* opacity: 1;
    -webkit-transition: opacity ease 0.3s; */
    padding-left: 17px;
    padding-right: 15px;
    min-width: 155px;
    /*color: var(--main-brand-color);*/
    color: #343b45;
}

.more-dropdown li&gt;a:hover {
    color: #343b45;
}

.profile-dropdown li&gt;a&gt;i,
.more-dropdown li&gt;a&gt;i {
    margin-right: 5px;
    min-width: 17px;
}

.dropdown-more {
    margin: 13px 0 0;
}

.dropdown-more&gt;a {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
}

.dropdown-more .dropdown-menu {
    top: 28px;
    right: -15px;
    min-width: 250px;
}

.dropdown-more .dropdown-menu .dropdown-header {
    padding: 7px 20px;
    background-color: rgba(141, 145, 150, 0.2);
    border-top: solid 1px rgba(141, 145, 150, 0.3);
}

.dropdown-more .krank-products li {
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0;
    vertical-align: top;
}

.dropdown-more .krank-products li a {
    display: block;
    padding: 2px 10px;
}

.dropdown-more .krank-products li a i {
    padding: 10px 2px;
    min-width: 36px;
    text-align: center;
    border: solid 1px rgba(141, 145, 150, 0.5);
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(141, 145, 150, 0.15);
    transition: all 0.3s;
    float: left;
    margin-right: 10px;
}

.dropdown-more .krank-products li a h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.dropdown-more .krank-products li a span {
    color: rgba(52, 59, 69, 0.4);
    font-size: 13px;
    line-height: 1.7;
    display: block;
}

.dropdown-more .krank-products li a:hover i {
    box-shadow: 0px 0px 4px rgba(24, 117, 187, 0.55);
}

.dropdown-more .krank-products li a:hover span {
    color: var(--main-brand-color);
}

.profile-dropdown-toggle {
    background: transparent;
    border: none;
}

.menu-h {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 25px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------------------------------------------------------------
[11. Tabs &amp; Accordians]
*/


/* Tabs
------------------------------------
*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs&gt;li {
    padding-left: 0;
    padding-right: 0;
}

.nav-tabs&gt;li.active&gt;a,
.nav-tabs&gt;li.active&gt;a:hover,
.nav-tabs&gt;li.active&gt;a:focus {
    border-color: #dae9f4;
    color: var(--main-brand-font-awsm);
    background-color: #dae9f4;
}

.nav-tabs&gt;li&gt;a {
    border-radius: 0;
    padding: 15px 20px;
    margin-right: 0;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(24, 117, 187, 0.7);
    min-width: 70px;
    text-transform: uppercase;
    border-color: transparent;
}

.nav-tabs&gt;li&gt;a:hover,
.nav-tabs&gt;li&gt;a:focus {
    background: transparent;
    border-color: transparent;
    color: var(--main-brand-color);
}

.nav-tabs&gt;li&gt;a .tab-icon {
    margin-right: 6px;
}

.nav-tabs~.tab-content {
    overflow: hidden;
    padding: 15px;
}

.nav-tabs~.tab-content&gt;.tab-pane.slide-left,
.nav-tabs~.tab-content&gt;.tab-pane.slide-right {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-tabs~.tab-content&gt;.tab-pane.slide-left.sliding,
.nav-tabs~.tab-content&gt;.tab-pane.slide-right.sliding {
    opacity: 0 !important;
}

.nav-tabs~.tab-content&gt;.tab-pane.slide-left.active,
.nav-tabs~.tab-content&gt;.tab-pane.slide-right.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    opacity: 1;
}

.nav-tabs~.tab-content&gt;.tab-pane.slide-left.sliding {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -ms-transform: translate(10%, 0);
}

.nav-tabs~.tab-content&gt;.tab-pane.slide-right.sliding {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -ms-transform: translate(-10%, 0);
}

.nav-tabs.nav-tabs-left:after,
.nav-tabs.nav-tabs-right:after {
    border-bottom: 0px;
}

.nav-tabs.nav-tabs-left&gt;li,
.nav-tabs.nav-tabs-right&gt;li {
    float: none;
}

.nav-tabs.nav-tabs-left {
    float: left;
}

.nav-tabs.nav-tabs-left~.tab-content {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs.nav-tabs-right {
    float: right;
}

.nav-tabs.nav-tabs-right~.tab-content {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/* Tabs : Simple
------------------------------------
*/

.nav-tabs-simple {
    border-bottom: 0px;
}

.nav-tabs-simple:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 3px;
    z-index: 120;
}

.nav-tabs-simple&gt;li {
    margin-bottom: 0;
}

.nav-tabs-simple&gt;li:after {
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    -webkit-backface-visibility: hidden;
    width: 100%;
    display: block;
    background-color: #eb5751;
    height: 0px;
    content: '';
    z-index: 125;
}

.nav-tabs-simple&gt;li:after .nav-tabs-primary.nav-tabs-simple&gt;li:after {
    background-color: var(--main-brand-color);
}

.nav-tabs-simple&gt;li:after .nav-tabs-success.nav-tabs-simple&gt;li:after {
    background-color: #00d080;
}

.nav-tabs-simple&gt;li:after .nav-tabs-complete.nav-tabs-simple&gt;li:after {
    background-color: #48b0f7;
}

.nav-tabs-simple&gt;li:after .nav-tabs-danger.nav-tabs-simple&gt;li:after {
    background-color: #eb5751;
}

.nav-tabs-simple&gt;li:after .nav-tabs-warning.nav-tabs-simple&gt;li:after {
    background-color: #FFB300;
}

.nav-tabs-simple&gt;li:after .nav-tabs-info.nav-tabs-simple&gt;li:after {
    background-color: var(--main-brand-color);
}

.nav-tabs-simple&gt;li.active a,
.nav-tabs-simple&gt;li.active a:hover,
.nav-tabs-simple&gt;li.active a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs-simple&gt;li.active:after,
.nav-tabs-simple&gt;li:hover:after {
    height: 3px;
}

.nav-tabs-simple.nav-tabs-left:after,
.nav-tabs-simple.nav-tabs-right:after {
    border-bottom: 0px;
}

.nav-tabs-simple.nav-tabs-left&gt;li:after,
.nav-tabs-simple.nav-tabs-right&gt;li:after {
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.nav-tabs-simple.nav-tabs-left&gt;li.active:after,
.nav-tabs-simple.nav-tabs-left&gt;li:hover:after,
.nav-tabs-simple.nav-tabs-right&gt;li.active:after,
.nav-tabs-simple.nav-tabs-right&gt;li:hover:after {
    width: 3px;
}

.nav-tabs-simple.nav-tabs-left&gt;li:after {
    right: 0;
}

.nav-tabs-simple.nav-tabs-right&gt;li:after {
    left: 0;
}


/* Tabs : Line Triangles
------------------------------------
*/

.nav-tabs-linetriangle {
    border-bottom: 0;
}

.nav-tabs-linetriangle:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 0;
}

.nav-tabs-linetriangle&gt;li.active&gt;a {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
}

.nav-tabs-linetriangle&gt;li.active&gt;a:hover,
.nav-tabs-linetriangle&gt;li.active&gt;a:focus,
.nav-tabs-linetriangle&gt;li.active&gt;a:active {
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs-linetriangle&gt;li.active&gt;a:after,
.nav-tabs-linetriangle&gt;li.active&gt;a:before {
    border: medium solid transparent;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1;
    top: 100%;
}

.nav-tabs-linetriangle&gt;li.active&gt;a:after {
    border-top-color: #f1f0f0;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs-linetriangle&gt;li.active&gt;a:before {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-width: 11px;
    margin-left: -11px;
}

.nav-tabs-linetriangle&gt;li&gt;a span {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tabs-linetriangle&gt;li&gt;a,
.nav-tabs-linetriangle&gt;li&gt;a:hover,
.nav-tabs-linetriangle&gt;li&gt;a:focus {
    overflow: visible;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}

.nav-tabs-linetriangle~.tab-content {
    background: #fff;
}

.nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
    border-bottom: none;
}

.nav-tabs-linetriangle.nav-tabs-left.nav-tabs&gt;li.active&gt;a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid rgba(0, 0, 0, 0.2);
}

.nav-tabs-linetriangle.nav-tabs-left.nav-tabs&gt;li.active&gt;a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    margin-top: 1px;
    margin-right: 2px;
}

.nav-tabs-linetriangle.nav-tabs-left.nav-tabs&gt;li.active&gt;a:after,
.nav-tabs-linetriangle.nav-tabs-left.nav-tabs&gt;li.active&gt;a:before {
    top: auto;
    right: -23px;
    left: auto;
}

.nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
    border-bottom: none;
}

.nav-tabs-linetriangle.nav-tabs-right.nav-tabs&gt;li.active&gt;a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(0, 0, 0, 0.2);
}

.nav-tabs-linetriangle.nav-tabs-right.nav-tabs&gt;li.active&gt;a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    margin-top: 1px;
    margin-left: -9px;
}

.nav-tabs-linetriangle.nav-tabs-right.nav-tabs&gt;li.active&gt;a:after,
.nav-tabs-linetriangle.nav-tabs-right.nav-tabs&gt;li.active&gt;a:before {
    top: auto;
    left: -12px;
    right: auto;
}

@media screen and (max-width: 58em) {
    .nav-tabs-linetriangle {
        font-size: 0.6em;
    }
}


/* Tabs : Fill-up
------------------------------------
*/

.nav-tabs-fillup {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

.nav-tabs-fillup&gt;li {
    overflow: hidden;
}

.nav-tabs-fillup&gt;li&gt;a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    background: transparent;
}

.nav-tabs-fillup&gt;li&gt;a:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: none repeat scroll 0 0 var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    content: "";
    height: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0px);
    transform: translate3d(0, 100%, 0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-primary.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-success.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 #00d080;
    border: 1px solid #00d080;
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-complete.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 #48b0f7;
    border: 1px solid #48b0f7;
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-warning.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 #FFB300;
    border: 1px solid #FFB300;
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-danger.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 #eb5751;
    border: 1px solid #eb5751;
}

.nav-tabs-fillup&gt;li&gt;a:after .nav-tabs-info.nav-tabs-fillup&gt;li&gt;a:after {
    background: none repeat scroll 0 0 var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}

.nav-tabs-fillup&gt;li&gt;a span {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.nav-tabs-fillup&gt;li.active {
    z-index: 100;
}

.nav-tabs-fillup&gt;li.active&gt;a,
.nav-tabs-fillup&gt;li.active&gt;a:hover,
.nav-tabs-fillup&gt;li.active&gt;a:focus {
    border-color: transparent;
    background: transparent;
    color: #fff;
}

.nav-tabs-fillup&gt;li.active&gt;a:after {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.nav-tabs-fillup&gt;li.active&gt;a span {
    -webkit-transform: translate3d(0px, -1px, 0px);
    transform: translate3d(0px, -1px, 0px);
    -ms-transform: translate(0px, -1px);
}

.nav-tabs-fillup&gt;li.active .icon:before {
    -webkit-transform: translate3d(0px, -1px, 0px);
    transform: translate3d(0px, -1px, 0px);
    -ms-transform: translate(0px, -1px);
}

.nav-tabs-fillup .icon:before {
    -webkit-transform: translate3d(0px, 5px, 0px);
    transform: translate3d(0px, 5px, 0px);
    -ms-transform: translate(0px, 5px);
    -webkit-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    display: block;
    margin: 0;
}

.nav-tabs-fillup~.tab-content {
    background: #fff;
}

.nav-tabs-fillup.nav-tabs-left,
.nav-tabs-fillup.nav-tabs-right {
    border-bottom: none;
}

.nav-tabs-fillup.nav-tabs-left:after,
.nav-tabs-fillup.nav-tabs-right:after {
    border-bottom: none;
}

.nav-tabs-fillup.nav-tabs-left&gt;li&gt;a:after,
.nav-tabs-fillup.nav-tabs-right&gt;li&gt;a:after {
    width: calc(100% + 1px);
    height: 100%;
}

.nav-tabs-fillup.nav-tabs-left&gt;li.active a:after,
.nav-tabs-fillup.nav-tabs-right&gt;li.active a:after {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.nav-tabs-fillup.nav-tabs-left&gt;li&gt;a:after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
}

.nav-tabs-fillup.nav-tabs-left&gt;li&gt;a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0);
}

.nav-tabs-fillup.nav-tabs-left&gt;li.active a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0);
}

.nav-tabs-fillup.nav-tabs-left&gt;li.active .icon:before {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0);
}

.nav-tabs-fillup.nav-tabs-right&gt;li&gt;a:after {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    left: -1px;
}

.nav-tabs-fillup.nav-tabs-right&gt;li&gt;a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0);
}

.nav-tabs-fillup.nav-tabs-right&gt;li.active a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0);
}

.nav-tabs-fillup.nav-tabs-right&gt;li.active .icon:before {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0);
}

.nav-tabs-header {
    overflow: scroll;
    width: 100%;
}

.nav-tabs-header .nav-tabs {
    width: auto;
    white-space: nowrap;
}

.nav-tabs-header .nav-tabs&gt;li {
    display: inline-block;
    float: inherit;
}

.nav-tabs-header.nav-tabs-linetriangle {
    height: 61px;
    overflow-y: hidden;
}

.nav-tabs-header.nav-tabs-linetriangle:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 3px;
    z-index: 120;
    content: "";
    clear: both;
}

.nav-tabs-header.nav-tabs-linetriangle~.tab-content {
    position: relative;
    top: -12px;
}

.nav-tabs-header~.tab-content {
    overflow: hidden;
    padding: 15px;
}

.nav-tab-dropdown .cs-select {
    width: 100% !important;
    max-width: 100%;
}

.col-db-rightFull .panel-featured .panel-body #dynamicData .aq-user-card .b-grey .col-md-7 .user-info h3 {
    width: 240px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding: 0;
    margin: 0;
    line-height: 17px;
    float: left;
    max-width: 240px;
    clear: both;
}

.col-db-rightFull .panel-featured .panel-body #dynamicData .aq-user-card .b-grey .col-md-7 .user-info h3 a {
    float: left;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Panel Groups
------------------------------------
*/

.panel-group {
    margin-bottom: 18px;
}

.panel-group .panel-heading {
    padding: 13px 18px 10px 22px;
}

.panel-group .panel-heading.collapsed {
    background-color: #fff;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border: 0;
}

.panel-group .panel-heading .panel-title {
    width: 100%;
}

.panel-group .panel-heading .panel-title&gt;a {
    color: var(--main-brand-color);
    font-size: 13px;
    font-weight: normal;
    display: block;
    opacity: 1;
}

.panel-group .panel-heading .panel-title&gt;a:hover {
    color: var(--main-brand-color) !important;
}

.panel-group .panel-heading .panel-title&gt;a:hover:after {
    color: var(--main-brand-color) !important;
}

.panel-group .panel-heading .panel-title&gt;a:after {
    font-family: 'FontAwesome';
    content: "\f056";
    position: absolute;
    right: 13px;
    top: 36%;
    color: var(--main-brand-color);
}

.panel-group .panel-heading .panel-title&gt;a.collapsed {
    color: 1px solid rgba(24, 117, 187, 0.7);
    opacity: 1;
}

.panel-group .panel-heading .panel-title&gt;a.collapsed:after {
    content: "\f055";
    color: rgba(24, 117, 187, 0.7);
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-group .panel .panel-body {
    height: auto;
}

.nav-pills&gt;li&gt;a {
    border-radius: 0;
    color: var(--main-brand-color);
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:hover,
.nav-pills&gt;li.active&gt;a:focus {
    color: var(--main-brand-color);
    background-color: #dae9f4;
}

#watermark-one .modal-dialog {
    width: 75%;
}

.margn-rght {
    right: -195px !important;
}

.watermark-head {
    color: var(--main-brand-label-color);
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    padding: 20px 23px;
    float: left;
    margin-bottom: 13px;
}

.target-line {
    width: 97%;
    float: left;
    background: #e3e4e5;
    height: 4px;
    position: relative;
    margin-left: 1%;
}

.target-line span {
    width: 20px;
    height: 20px;
    background: #e3e4e5;
    border-radius: 200px;
    position: absolute;
    left: -3;
    top: -8px;
}

.target-line span+span {
    width: 20px;
    height: 20px;
    background: #e3e4e5;
    border-radius: 200px;
    position: absolute;
    left: 30%;
    top: -8px;
}

.target-line span+span+span {
    width: 20px;
    height: 20px;
    background: #e3e4e5;
    border-radius: 200px;
    position: absolute;
    left: 65%;
    top: -8px;
}

.target-line span+span+span+span {
    width: 20px;
    height: 20px;
    background: #e3e4e5;
    border-radius: 200px;
    position: absolute;
    left: 98%;
    top: -8px;
}

.target-line span+span+span+span+span {
    width: 20px;
    height: 20px;
    background: #e3e4e5;
    border-radius: 200px;
    position: absolute;
    left: 50%;
    top: -8px;
}

.target-line span.active {
    background: var(--main-brand-color);
}

a.imag-icon {
    width: 36%;
    text-align: center;
    float: left;
    margin: 10px 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #b5b7bb;
    margin-left: 8%;
    margin-bottom: 5%;
}

a.imag-icon .text-icon {
    background: var(--main-top-listing-text-image) no-repeat center;
    width: 66px;
    height: 88px;
    margin: 30px auto 10px auto;
    background-size: 65px auto;
    display: block;
}

a.imag-icon:hover .text-icon,
a.imag-icon.active .text-icon {
    background: var(--main-text-image) no-repeat center;
    width: 66px;
    height: 88px;
    margin: 30px auto 10px auto;
    background-size: 65px auto;
    display: block;
}

a.imag-icon .pic-icon {
    background-image: var(--main-top-listing-img-image);
    background-repeat: no-repeat;
    background-position: -87px -96px;
    width: 83px;
    height: 88px;
    margin: 30px auto 10px auto;
}

a.imag-icon:hover .pic-icon,
a.imag-icon.active .pic-icon {
    background-image: var(--main-top-listing-img-image);
    background-repeat: no-repeat;
    background-position: -87px -205px;
    width: 83px;
    height: 88px;
    margin: 30px auto 10px auto;
}

a.imag-icon p,
a.imag-icon span {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 48px;
}

a.imag-icon:hover,
a.imag-icon.active {
    color: var(--main-brand-font-awsm);
}

.logo-icon {
    width: 35%;
    text-align: center;
    float: left;
    margin: 5% 3% 0% 3%;
}

.center-txt {
    width: 14%;
    text-align: center;
    float: left;
    margin: 40px 3% 40px 0%;
    font-size: 22px;
    padding-top: 10%;
    color: #b5b7bb;
}

.tp-padng {
    padding-top: 8%;
}

.company-log,
.wm_pimg {
    display: table-cell;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

.company-log img {
    width: 150px;
    margin: 0 auto;
}

.wm_pimg img {
    margin: 0 auto;
}

.uplod-btn {
    width: 100%;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 46px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
}

.radio-btn-watermark {
    text-align: center;
    width: 65%;
    float: left;
    margin-left: 21%;
}

.pre-btn {
    border: 2px solid #e9f1f8;
    background: #fff;
    color: #b5b7bb;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern"1;
    -moz-font-feature-settings: "kern"1;
    margin-bottom: 0;
    border: 1px solid #e9f2f9;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    background-image: none !important;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.select-watermark {
    width: 100%;
    float: left;
    margin: 30px 0 10px 0;
    text-align: center;
}

.select-watermark ul {
    list-style: none;
}

.select-watermark ul li {
    width: 120px;
    float: none;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 33.33%;
    margin: 0;
}

.select-watermark ul li img {
    width: 60px;
    margin: 0 auto;
}
.select-watermark ul li .radio-inner-watermark {
    width: 100%;
    margin: 10px 8px 0;
}

.mrgn-left {
    margin-left: 5%;
}

.wdth-row-one {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mrgn-left-inr {
    margin-left: 5%;
}

.wdth-row-two {
    width: 100%;
    margin: 0 auto;
}

.radio-inner-watermark {
    text-align: center;
    width: 35%;
    float: left;
    margin-left: 40%;
}

.zero-bordr-radis {
    border-radius: 0;
}

.mrgn-tp-ten {
    margin-top: 10%;
}

.watermark-field {
    background: #f3f4f5 !important;
    margin: 26px 0 !important;
    height: 50px !important;
}

.done-watermark {
    width: 100%;
    float: left;
    margin: 80px 0;
    text-align: center;
}

.done-watermark img {
    width: 150px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #watermark-one .modal-dialog {
        width: 900px;
    }
}

@media (max-width: 767px) {
    .nav.nav-tabs.nav-stack-sm li {
        float: none;
    }
    .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle&gt;li.active&gt;a:after,
    .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle&gt;li.active&gt;a:before {
        display: none;
    }
}


/*------------------------------------------------------------------
[12. Sliders]
*/


/* Ion Range Slider
https://github.com/IonDen/ion.rangeSlider
--------------------------------------------------
*/

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge {
    background-image: none;
}

.irs-bar {
    background: var(--main-brand-color);
}

.irs-wrapper .irs-line {
    background-color: #dae9f4;
}

.irs-wrapper .irs-line-mid,
.irs-wrapper .irs-line-left,
.irs-wrapper .irs-line-right,
.irs-wrapper .irs-diapason {
    background: none;
}

.irs-wrapper .irs-diapason {
    background-color: #eb5751;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.irs-wrapper .irs-from,
.irs-wrapper .irs-to,
.irs-wrapper .irs-single {
    background: #eb5751;
}

.irs-wrapper .irs-slider.from:before {
    top: -2%;
    left: 37%;
    width: 16%;
    height: 100%;
    background: transparent;
    background-color: #eb5751;
}

.irs-wrapper .irs-slider.to:before {
    top: -2%;
    left: 37%;
    width: 16%;
    height: 100%;
    background: transparent;
    background-color: #eb5751;
}

.irs-wrapper .irs-slider.single:before {
    top: -2%;
    left: 37%;
    width: 16%;
    height: 100%;
    background: transparent;
    background-color: #eb5751;
}

.irs-wrapper .irs-from:after,
.irs-wrapper .irs-to:after,
.irs-wrapper .irs-single:after {
    border-top-color: #eb5751;
}

.irs-wrapper.success .irs-diapason {
    background-color: #00d080;
}

.irs-wrapper.success .irs-from,
.irs-wrapper.success .irs-to,
.irs-wrapper.success .irs-single {
    background: #00d080;
}

.irs-wrapper.success .irs-slider.from:before {
    background-color: #00d080;
}

.irs-wrapper.success .irs-slider.to:before {
    background-color: #00d080;
}

.irs-wrapper.success .irs-slider.single:before {
    background-color: #00d080;
}

.irs-wrapper.success .irs-from:after,
.irs-wrapper.success .irs-to:after,
.irs-wrapper.success .irs-single:after {
    border-top-color: #00d080;
}

.irs-wrapper.success .irs-bar {
    background-color: #00d080;
}

.irs-wrapper.primary .irs-diapason {
    background-color: var(--main-brand-color);
}

.irs-wrapper.primary .irs-from,
.irs-wrapper.primary .irs-to,
.irs-wrapper.primary .irs-single {
    background: var(--main-brand-color);
}

.irs-wrapper.primary .irs-slider.from:before {
    background-color: var(--main-brand-color);
}

.irs-wrapper.primary .irs-slider.to:before {
    background-color: var(--main-brand-color);
}

.irs-wrapper.primary .irs-slider.single:before {
    background-color: var(--main-brand-color);
}

.irs-wrapper.primary .irs-from:after,
.irs-wrapper.primary .irs-to:after,
.irs-wrapper.primary .irs-single:after {
    border-top-color: var(--main-brand-color);
}

.irs-wrapper.primary .irs-bar {
    background-color: var(--main-brand-color);
}

.irs-wrapper.warning .irs-diapason {
    background-color: #FFB300;
}

.irs-wrapper.warning .irs-from,
.irs-wrapper.warning .irs-to,
.irs-wrapper.warning .irs-single {
    background: #FFB300;
}

.irs-wrapper.warning .irs-slider.from:before {
    background-color: #FFB300;
}

.irs-wrapper.warning .irs-slider.to:before {
    background-color: #FFB300;
}

.irs-wrapper.warning .irs-slider.single:before {
    background-color: #FFB300;
}

.irs-wrapper.warning .irs-from:after,
.irs-wrapper.warning .irs-to:after,
.irs-wrapper.warning .irs-single:after {
    border-top-color: #FFB300;
}

.irs-wrapper.warning .irs-bar {
    background-color: #FFB300;
}

.irs-wrapper.complete .irs-diapason {
    background-color: #48b0f7;
}

.irs-wrapper.complete .irs-from,
.irs-wrapper.complete .irs-to,
.irs-wrapper.complete .irs-single {
    background: #48b0f7;
}

.irs-wrapper.complete .irs-slider.from:before {
    background-color: #48b0f7;
}

.irs-wrapper.complete .irs-slider.to:before {
    background-color: #48b0f7;
}

.irs-wrapper.complete .irs-slider.single:before {
    background-color: #48b0f7;
}

.irs-wrapper.complete .irs-from:after,
.irs-wrapper.complete .irs-to:after,
.irs-wrapper.complete .irs-single:after {
    border-top-color: #48b0f7;
}

.irs-wrapper.complete .irs-bar {
    background-color: #48b0f7;
}

.irs-wrapper.danger .irs-diapason {
    background-color: #eb5751;
}

.irs-wrapper.danger .irs-from,
.irs-wrapper.danger .irs-to,
.irs-wrapper.danger .irs-single {
    background: #eb5751;
}

.irs-wrapper.danger .irs-slider.from:before {
    background-color: #eb5751;
}

.irs-wrapper.danger .irs-slider.to:before {
    background-color: #eb5751;
}

.irs-wrapper.danger .irs-slider.single:before {
    background-color: #eb5751;
}

.irs-wrapper.danger .irs-from:after,
.irs-wrapper.danger .irs-to:after,
.irs-wrapper.danger .irs-single:after {
    border-top-color: #eb5751;
}

.irs-wrapper.danger .irs-bar {
    background-color: #eb5751;
}


/* noUiSlider
http://refreshless.com/nouislider/
--------------------------------------------------
*/

.noUi-target {
    border-radius: 0px;
    border: 0;
    box-shadow: none;
}

.noUi-target.bg-complete .noUi-connect {
    background-color: #48b0f7;
}

.noUi-target.bg-success .noUi-connect {
    background-color: #00d080;
}

.noUi-target.bg-warning .noUi-connect {
    background-color: #FFB300;
}

.noUi-target.bg-danger .noUi-connect {
    background-color: #eb5751;
}

.noUi-target.bg-info .noUi-connect {
    background-color: var(--main-brand-color);
}

.noUi-target.bg-primary .noUi-connect {
    background-color: var(--main-brand-color);
}

.noUi-target.noUi-connect {
    box-shadow: none;
}

.noUi-handle {
    border-radius: 999px;
    box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -15px;
    border: 1px solid #cadfef;
    top: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.noUi-horizontal .noUi-handle:hover {
    border: 1px solid #a3c8e4;
}

.noUi-horizontal .noUi-handle:active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border: 1px solid #cadfef;
}

.noUi-horizontal .noUi-handle:focus {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border: 1px solid #cadfef;
}

.disable-hover-scale .noUi-handle:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.disable-hover-scale .noUi-handle:focus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.vertical-slider {
    height: 150px;
}

.noUi-vertical {
    width: 4px;
}

.noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    border: 1px solid #cadfef;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.noUi-vertical .noUi-handle:hover {
    border: 1px solid #a3c8e4;
}

.noUi-vertical .noUi-handle:active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border: 1px solid #cadfef;
}

.noUi-vertical .noUi-handle:focus {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border: 1px solid #cadfef;
}

.noUi-base {
    padding: 5px 0;
}

.noUi-origin {
    border-radius: 0px;
    bottom: 5px;
}

.noUi-connect {
    box-shadow: none;
}

.noUi-background {
    background: #e3eef7;
    box-shadow: none;
}


/*------------------------------------------------------------------
[13. Treeview]
*/

span.dynatree-active a {
    color: #0b3554 !important;
    background-color: transparent !important;
}

span.dynatree-selected a {
    color: #0b3554 !important;
    font-style: normal;
}

ul.dynatree-container a:focus,
span.dynatree-focused a:link {
    background-color: transparent;
}

ul.dynatree-container {
    background-color: transparent;
}

ul.dynatree-container a:hover {
    color: var(--main-brand-color);
    opacity: 0.7;
    background-color: transparent;
}

ul.dynatree-container a {
    color: var(--main-brand-color);
}

span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
    height: 17px;
    position: relative;
    top: 3px;
}


/*------------------------------------------------------------------
[14. Nesstables]
*/

.dd-handle {
    border-color: rgba(218, 233, 244, 0.7);
    color: var(--main-brand-color);
}

.dd-handle:hover {
    background-color: #f8fbfd;
}

.dark .dd-handle {
    color: var(--main-brand-color);
    background: #e9f2f9;
}

.dark .dd-handle:hover {
    background-color: #f8fbfd;
}

.dark .dd-placeholder {
    background-color: #dae9f4;
}

.dd3-content {
    background: #fff;
    border-color: rgba(218, 233, 244, 0.7);
    color: var(--main-brand-color);
}

.dd3-content:hover {
    background-color: #f8fbfd;
}

.dd3-handle {
    background: transparent;
    text-indent: 9999px;
}

.dd3-handle:before {
    font-family: 'pages-icon';
    color: var(--main-brand-color);
    content: "\e660";
    font-size: 11px;
    top: 5px;
}

.dd-placeholder {
    background: #e9f2f9;
    border-color: rgba(24, 117, 187, 0.35);
}

.dd-empty {
    background-image: none;
    background: #e9f2f9;
    border-color: rgba(24, 117, 187, 0.5);
}

.dd-item&gt;button {
    font-size: 11px;
}

.dd-item&gt;button:before {
    font-family: 'pages-icon';
    content: "\e63b";
}

.dd-item&gt;button[data-action="collapse"]:before {
    font-family: 'pages-icon';
    content: "\e635";
}

.share-sheet {
    text-align: left;
    padding-left: 26px;
}

ol.link-share-cs {
    list-style-type: lower-alpha;
    width: 100%;
    float: left;
    text-align: left;
}

ol.link-share-cs li {
    font-size: 14px;
    color: #8d9196;
    width: 100%;
    float: left;
    margin: 0px 0;
    text-align: left;
}


/* Responsive Handlers : Nestables
------------------------------------
*/

@media only screen and (min-width: 700px) {
    .dd {
        width: 100%;
    }
}


/*------------------------------------------------------------------
[15. Form Elements]
*/

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px 0 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select[multiple],
select[size] {
    height: auto !important;
}

input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form legend {
    margin: 15px 0px 10px 0px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: solid 1px rgba(141, 145, 150, 0.22);
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    color: var(--main-brand-gray-color);
    outline: 0;
    height: 45px;
    padding: 0px 15px;
    line-height: normal;
    font-size: 12.5px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 44px;
    resize: none;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}

.form-control:focus {
    border-color: rgba(24, 117, 187, 0.5);
    background-color: rgba(24, 117, 187, 0.1);
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #f4f9fc;
    /* color: rgba(24, 117, 187, 0.63); */
    /*color: rgba(24, 117, 187, 0.23);*/
}

.date-blank {
    width: 100%;
}

.form-group textarea {
    border-radius: 12px;
}

#gc_form .selectator_element,
#gc_con_modal .selectator_element {
    border: solid 1px rgba(141, 145, 150, 0.22);
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 10px;
    height: auto;
    min-height: 52px;
}

#gc_con_modal .multiple .selectator_input,
.multiple .selectator_textlength {
    padding: 10px 7px 0px;
    margin: 0px 0 4px 5px;
}


/* Input Sizes
--------------------------------------------------
*/

.input-sm,
.form-horizontal .form-group-sm .form-control {
    font-size: 13px;
    min-height: 32px;
    height: 32px;
    padding: 8px 9px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    border-radius: 3px;
    font-size: 18px;
    height: 45px;
    padding: 11px 13px;
}

.input-xlg {
    height: 51px;
    font-size: 18px;
    line-height: 22px;
}


/* Checkboxes and Radio buttons
--------------------------------------------------
*/

.radio,
.checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}

.radio label,
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px !important;
    margin-right: 10px;
    font-size: 13px;
}

.radio label:before,
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid var(--main-brand-color);
}

.radio label {
    margin-bottom: 6px;
}

.radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked+label:before {
    border-width: 5px;
}

.radio input[type="radio"]:focus+label {
    color: #0b3554;
}

.radio input[type="radio"]:focus+label:before {
    background-color: #dae9f4;
}

.radio input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}

.radio input[type=radio][disabled]+label {
    opacity: 0.35;
}

.radio.radio-success input[type=radio]:checked+label:before {
    border-color: #00d080;
}

.radio.radio-primary input[type=radio]:checked+label:before {
    border-color: var(--main-brand-color);
}

.radio.radio-info input[type=radio]:checked+label:before {
    border-color: var(--main-brand-color);
}

.radio.radio-warning input[type=radio]:checked+label:before {
    border-color: #FFB300;
}

.radio.radio-danger input[type=radio]:checked+label:before {
    border-color: #eb5751;
}

.radio.radio-complete input[type=radio]:checked+label:before {
    border-color: #48b0f7;
}

.checkbox input[type=radio][disabled]+label:after {
    background-color: #dae9f4;
}

.checkbox label {
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}

.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 2px !important;
    top: 1px;
    left: 3px !important;
    left: 1px !important;
    top: 0;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
    border-radius: 3px;
    padding-left: 2px;
}

#accordion .panel-collapse .panel-body .checkbox label::after {
    left: 3px !important;
}
#accordion .panel-collapse .panel-body .panel .panel-heading {
    padding: 15px 15px 15px 0 !important;
}
.nav--modal .modal-content .modal-body .checkbox label::after {
    left: 3px !important;
}

#quoteListingModal .modal-body .listings label::after {
    left: -3px !important;
}


.checkbox input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox.checkbox-circle label:after {
    border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
    border-radius: 99px;
}

.checkbox input[type=checkbox]:checked+label:before {
    border-width: 8.5px;
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}

.checkbox input[type="checkbox"]:focus+label {
    color: #0b3554;
}

.checkbox input[type="checkbox"]:focus+label:before {
    background-color: #dae9f4;
}

.checkbox input[type=checkbox][disabled]+label {
    opacity: 0.35;
}

.checkbox input[type=checkbox][disabled]+label:before {
    background-color: #eceff3;
}

.checkbox.right label {
    margin-right: 35px;
    padding-left: 0 !important;
}

.checkbox.right label:before {
    right: -35px;
    left: auto;
}

.checkbox.right input[type=checkbox]:checked+label {
    position: relative;
}

.checkbox.right input[type=checkbox]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    right: -27px;
    left: auto;
}

.checkbox.check-success input[type=checkbox]:checked+label:before {
    border-color: #00d080;
}

.checkbox.check-primary input[type=checkbox]:checked+label:before {
    border-color: var(--main-brand-color);
}

.checkbox.check-complete input[type=checkbox]:checked+label:before {
    border-color: #48b0f7;
}

.checkbox.check-warning input[type=checkbox]:checked+label:before {
    border-color: #FFB300;
}

.checkbox.check-danger input[type=checkbox]:checked+label:before {
    border-color: #eb5751;
}

.checkbox.check-info input[type=checkbox]:checked+label:before {
    border-color: var(--main-brand-color);
}

.checkbox.check-success input[type=checkbox]:checked+label::after,
.checkbox.check-primary input[type=checkbox]:checked+label::after,
.checkbox.check-complete input[type=checkbox]:checked+label::after,
.checkbox.check-warning input[type=checkbox]:checked+label::after,
.checkbox.check-danger input[type=checkbox]:checked+label::after,
.checkbox.check-info input[type=checkbox]:checked+label::after {
    color: #fff;
}

.input-group.transparent .input-group-addon {
    background-color: transparent;
    border-color: rgba(52, 59, 69, 0.3);
}


/* Form layouts
--------------------------------------------------
*/

@media only screen and (min-width: 768px) {
    form .row {
        margin-left: 0;
        margin-right: 0;
    }
    form .row [class*='col-']:not(:first-child),
    form .row [class*='col-']:not(:last-child) {
        /* padding-right: 7px;
        padding-left: 7px; */
    }
    #accordion #collapseOne form .row [class*='col-']:not(:first-child),
    form .row [class*='col-']:not(:last-child) {
        /* padding-right: 7px; */
        /* padding-left: 0px; */
    }
    form .row [class*='col-']:first-child {
        /* padding-left: 0; */
    }
    form .row [class*='col-']:last-child {
        padding-right: 0;
    }
    #accordion #collapseOne form .row [class*='col-'] {
        padding: 0 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    form .row [class*="col-md-"]:not(:first-child),
    form .row [class*="col-md-"]:not(:last-child) {
        /* padding-right: 0;
    padding-left: 0;  */
    }
    .allSwitch .alert-info p {
        width: 88%;
        float: left;
        padding-top: 5px;
    }
    #cat-selection-modal .cswitch { width: 100% !important; }

    .allSwitch .alert-info .inline {
        float: left;
        line-height: 18px;
    }
    .allSwitch .alert-info {
        float: left;
        width: 100%;
    }
    .wdth-row-one {
        width: 100%;
        margin: 0 auto;
    }
    .mrgn-left {
        margin-left: 1%;
    }
    .mrgn-left-inr {
        margin-left: 1%;
    }
}


/* Form layouts  : Horizontal
--------------------------------------------------
*/

.form-horizontal .form-group {
    border-bottom: 1px solid #dfe0e1;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.form-horizontal .form-group:last-child {
    border-bottom: none;
}

.form-horizontal .form-group:hover .control-label {
    opacity: .8;
    color: var(--main-brand-color);
}

.form-horizontal .form-group.focused .control-label {
    opacity: 1;
    color: var(--main-brand-color);
}

.form-horizontal .form-group .control-label {
    text-align: left;
    opacity: .6;
    color: #343b45;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
}


/* Form layouts  : Attached
--------------------------------------------------
*/

.form-group-attached .form-group.form-group-default {
    border-radius: 0;
    margin-bottom: 0;
}

.form-group-attached&gt;div {
    margin: 0;
}

.form-group-attached&gt;div:first-child.row&gt;[class*='col-']:first-child .form-group-default {
    border-top-left-radius: 2px;
}

.form-group-attached&gt;div:first-child.row&gt;[class*='col-']:last-child .form-group-default {
    border-top-right-radius: 2px;
}

.form-group-attached&gt;div:first-child.form-group-default {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.form-group-attached&gt;div:last-child.row&gt;[class*='col-']:first-child .form-group-default {
    border-bottom-left-radius: 2px;
}

.form-group-attached&gt;div:last-child.row&gt;[class*='col-']:last-child .form-group-default {
    border-bottom-right-radius: 2px;
}

.form-group-attached&gt;div:last-child.form-group-default {
    /*    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
    border-radius: 6px;
}

.comment-add .col-sm-1 a.user-card .inline {
    margin-top: 4px;
}

.input-group.full-width #listing_category_id,
.input-group.full-width #listing_sub_category_id,
.input-group.full-width #listing_category_type,
.input-group.full-width #sortFilterAuction {
    border-radius: 10px;
}

.input-group.full-width #listing_category_id,
.input-group.full-width #listing_sub_category_id,
.input-group.full-width #listing_category_type,
.input-group.full-width #sortFilterAuction2 {
    border-radius: 10px;
}

#filtersDiv .mrpFilter .input-search input {
    border-radius: 10px 0 0 10px !important;
}

#filtersDiv .mrpFilter .input-search #lsearch {
    border-radius: 0 10px 10px 0 !important;
    min-width: auto;
}

.w-l-menu .filter-by .input-group select.form-control {
    /*
	-webkit-appearance: auto !important;
      -moz-appearance: auto !important;
      appearance:auto !important;
    padding-left: 10px !important;
*/
    padding-left: 15px !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center;
    -webkit-appearance: none;
    background-size: 10px;
    padding-right: 25px;
}

.filter-by .input-group select.form-control {
    /*
	-webkit-appearance: auto !important;
      -moz-appearance: auto !important;
      appearance:auto !important;
    padding-left: 10px !important;
*/
    padding-left: 15px !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center;
    -webkit-appearance: none;
    background-size: 10px;
    padding-right: 25px;
}

.sidebar-toggled .filter-by .input-group select.form-control {
    padding-left: 15px !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center;
    -webkit-appearance: none;
    background-size: 10px;
    padding-right: 25px;
}

.auct-tab .input-group select.form-control {
    padding-left: 12px !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center !important;
    -webkit-appearance: none;
    background-size: 10px !important;
    padding-right: 25px;
}

.col-sm-4.p-r-0.p-l-0.filter-by.col-lg-4,
.col-sm-4.p-r-0.p-l-0.filter-by.col-lg-3 {
    padding-left: 15px !important;
}

.input-group .form-control select:after {
    margin-right: 10px;
}

.form-group-attached&gt;div.row&gt;[class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-group-attached&gt;div.row&gt;[class*='col-']:not(:only-child):not(:last-child)&gt;.form-group-default {
    border-right-color: transparent;
}

.form-group-attached&gt;div:not(:last-child) .form-group-default,
.form-group-attached&gt;div:not(:last-child).form-group-default {
    border-bottom-color: transparent;
}


/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/

@media (max-width: 767px) {
    .form-group-attached .form-group-default {
        border-right-color: rgba(52, 59, 69, 0.3) !important;
    }
}

@media only screen and (min-width: 768px) {
    .form-group-attached&gt;div.row&gt;[class*='col-'] .form-group {
        height: 100%;
        width: 100%;
    }
}


/* Form Groups
--------------------------------------------------
*/

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

.font-upper {
    text-transform: uppercase;
    font-size: 11px !important;
}

.form-group label .help {
    margin-left: 8px;
}

.form-group .help {
    font-size: 12px;
    color: rgba(24, 117, 187, 0.55);
    padding-top: 6px;
}

.form-group-default {
    background-color: #fff;
    position: relative;
    border: 1px solid rgba(52, 59, 69, 0.3);
    border-radius: 2px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.form-group-default.required:after {
    color: #eb5751;
    content: "*";
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.form-group-default.disabled {
    background: #f4f9fc;
    color: rgba(24, 117, 187, 0.23);
}

.form-group-default.disabled input {
    opacity: .6;
}

.form-group-default.disabled.focused {
    background: #f4f9fc;
}

.form-group-default.disabled.focused label {
    opacity: 1;
}

.form-group-default.focused {
    border-color: rgba(24, 117, 187, 0.4);
}

.form-group-default.focused label {
    opacity: .4;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-group-default.has-error {
    background-color: rgba(244, 67, 54, 0.1);
}

.form-group-default.has-success .form-control-feedback,
.form-group-default.has-error .form-control-feedback {
    display: none !important;
}

.form-group-default.has-success .form-control,
.form-group-default.has-success .form-control:focus,
.form-group-default.has-error .form-control,
.form-group-default.has-error .form-control:focus {
    border: none;
    box-shadow: none;
}

.form-group-default.input-group {
    padding: 0;
}

.form-group-default.input-group&gt;label {
    margin-top: 6px;
    padding-left: 12px;
}

.form-group-default.input-group&gt;.form-control {
    margin-top: -2px;
    margin-bottom: 3px;
    padding-left: 12px;
}

.form-group-default.input-group .input-group-addon {
    height: calc(54px - 4px);
    min-width: calc(54px - 4px);
    border-radius: 0;
    border: none;
}

.form-group-default.input-group.focused .input-group-addon {
    border-color: rgba(0, 0, 0, 0.1);
}

.form-group-default .form-control {
    border: none;
    height: 35px;
    min-height: 35px;
    padding: 0;
    margin-top: -4px;
    background: none;
}

#buy_now_price::placeholder,
#instant_buy_now_price::placeholder {
    font-size: 13px;
}

.form-group-default .form-control.error {
    color: #0b3554;
}

.form-group-default .form-control:focus {
    background: none;
}

.form-group-default textarea.form-control {
    padding-top: 5px;
}

.form-group-default label {
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.form-group-default label.label-lg {
    font-size: 13px;
    left: 13px;
    top: 9px;
}

.form-group-default label.label-sm {
    font-size: 11px;
    left: 11px;
    top: 6px;
}

.form-group-default label.highlight {
    opacity: 1;
}

.form-group-default label.fade {
    opacity: .5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-group-default&gt;.input-lg {
    height: 37px;
    min-height: 29px;
    padding-left: 1px;
    float: left;
    font-size: 22px;
}

.form-group-default&gt;.input-sm {
    min-height: 18px;
    height: 18px;
}

.form-group-default.form-group-default-select {
    overflow: visible;
}

.form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
    padding-top: 6px;
    height: 23px;
}

.form-group-default.form-group-default-select2 {
    padding: 0;
}

.form-group-default.form-group-default-select2&gt;label {
    position: absolute;
    z-index: 10;
    padding: 7px 12px 0 12px;
}

.form-group-default.form-group-default-select2&gt;label.label-lg {
    left: 0;
    top: 0;
}

.form-group-default.form-group-default-select2&gt;label.label-sm {
    left: 0;
    top: 0;
}

.form-group-default.form-group-default-select2 .select2-container .select2-choice {
    padding-top: 20px;
    height: 52px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-arrow b:before {
    top: 20px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-choice .select2-chosen {
    padding-left: 3px;
    padding-top: 1px;
}

.form-group-default.form-group-default-select2 .select2-container .select2-choices {
    padding-top: 20px;
    height: 52px;
    border: 0px;
}

.form-group-default.form-group-default-select2&gt;.input-lg {
    height: auto;
    padding: 0;
}

.form-group-default.form-group-default-select2&gt;.input-lg .select2-choice {
    padding-top: 20px;
    height: 56px;
}

.form-group-default.form-group-default-select2&gt;.input-sm {
    height: auto;
    padding: 0;
}

.form-group-default.form-group-default-select2&gt;.input-sm .select2-choice {
    padding-top: 20px;
    height: 46px;
}

.form-group-default.form-group-default-selectFx {
    padding: 0;
}

.form-group-default.form-group-default-selectFx&gt;label {
    position: absolute;
    z-index: 10;
    padding: 7px 12px 0 12px;
}

.form-group-default.form-group-default-selectFx&gt;label.label-lg {
    left: 0;
    top: 0;
}

.form-group-default.form-group-default-selectFx&gt;label.label-sm {
    left: 0;
    top: 0;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
    padding-top: 28px;
    height: 52px;
    padding-left: 12px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
    height: auto;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select&gt;span:after,
.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
    top: 39px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
    height: 60px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
    height: 50px;
}

.form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
    vertical-align: top;
}

.second-drop {
    float: left;
    /* clear: both; */
    margin-right: 10px;
    /* margin-top: -2px; */
}

/* .form-group.second-drop{margin-top: 10px; float: none; margin-right:0} */


/* Form validation
--------------------------------------------------
*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3e8e41;
}

.has-success .form-control {
    border-color: #3e8e41;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #2f6b31;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .input-group-addon {
    background: #e9f2f9;
    border: 1px solid rgba(52, 59, 69, 0.3);
    color: rgba(24, 117, 187, 0.47);
}

.has-success .form-control-feedback {
    color: #3e8e41;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #cf9100;
}

.has-warning .form-control {
    border-color: #cf9100;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control:focus {
    border-color: #9c6d00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-warning .input-group-addon {
    background: #e9f2f9;
    border: 1px solid rgba(52, 59, 69, 0.3);
    color: rgba(24, 117, 187, 0.47);
}

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

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #eb5751;
}

.has-error .form-control {
    border-color: #eb5751;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #ea1c0d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-addon {
    background: #e9f2f9;
    border: 1px solid rgba(52, 59, 69, 0.3);
    color: rgba(24, 117, 187, 0.47);
}

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

.error {
    font-size: 12px;
    color: #eb5751;
    display: block;
}

.full-widtht {
    width: 100% !important;
}

.height-auto {
    height: auto !important;
}

#s2id_sortStatus {
    width: 78%;
    float: right;
}

.select2-container .select2-choice&gt;.select2-chosen {
    margin-right: 53px !important;
    display: block;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-brand-gray-color);
    font-size: 12.5px;
    font-weight: normal;
}


/* Addon inputs
--------------------------------------------------
*/

.input-group-addon {
    background: #e9f2f9;
    border: 1px solid rgba(52, 59, 69, 0.3);
    color: rgba(24, 117, 187, 0.47);
    font-size: 14px;
    padding: 6px 9px;
    display: table-cell;
    border-radius: 2px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

.input-group-addon i {
    position: relative;
    top: 1px;
}

.input-group-addon.primary {
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    color: #fff;
    background-color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    color: #fff;
}

.input-group-addon.primary .arrow {
    color: var(--main-brand-color);
}

.input-group-addon.success {
    background-color: #0090d9;
    color: #fff;
}

.input-group-addon.success .arrow {
    color: #0090d9;
}

.input-group-addon.info {
    background-color: #1f3853;
    color: #fff;
}

.input-group-addon.info .arrow {
    color: #1f3853;
}

.input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff;
    background-color: #fbb05e;
    color: #fff;
}

.input-group-addon.warning .arrow {
    color: #fbb05e;
}

.input-group-addon.danger {
    background-color: #f35958;
    color: #fff;
}

.input-group-addon.danger .arrow {
    color: #f35958;
}

.input-group-addon .arrow {
    position: relative;
    right: -6px;
    color: #D1DADE;
    z-index: 100;
}

.input-group-addon .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 23px;
    position: absolute;
    left: 17px;
    top: -2px;
}

.input-group-addon:last-child .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 23px;
    position: absolute;
    left: -23px;
    top: -2px;
}

.input-group-addon:last-child input {
    border-left: 0px;
}


/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/

.datepicker {
    padding: 16px 25px;
    border-radius: 2px;
    font-size: 12px;
}

.datepicker:after {
    border-bottom-color: #f8fbfd;
}

.datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px;
}

.datepicker thead tr .next,
.datepicker thead tr .prev {
    color: var(--main-brand-color);
    content: '';
    font-size: 0px;
}

.datepicker thead tr .next:before,
.datepicker thead tr .prev:before {
    color: var(--main-brand-color);
    font-family: 'FontAwesome';
    font-size: 10px;
}

.datepicker thead tr .prev:before {
    content: "\f053";
}

.datepicker thead tr .next:before {
    content: "\f054";
}

.datepicker thead tr .dow {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-brand-color);
    text-transform: uppercase;
    font-size: 11px;
}

.datepicker thead tr th {
    width: 31px;
    height: 29px;
}

.datepicker tbody tr .odd {
    color: #d0d3d8;
}

.datepicker table tr td {
    width: 31px;
    height: 29px;
    text-align: center;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #dae9f4;
}

.datepicker table tr td.day:hover {
    background: #e9f2f9;
}

.datepicker table tr td.active {
    background-color: var(--main-brand-color) !important;
    color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none;
    text-shadow: none;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #e9f2f9;
    background-image: none;
    color: #fff;
}

.datepicker table tr td span {
    border-radius: 4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.datepicker table tr td span.active {
    background-color: var(--main-brand-color) !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-image: none;
    border: none;
    text-shadow: none;
}

.datepicker.dropdown-menu {
    border-color: #dae9f4;
    color: var(--main-brand-color);
}

.datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: #dae9f4;
}

.datepicker-inline {
    width: auto;
}

.input-daterange .input-group-addon {
    text-shadow: none;
    border: 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
}


/* Timepicker
https://github.com/m3wolf/bootstrap3-timepicker
*/

.bootstrap-timepicker-widget table td a i {
    font-size: 12px;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    background: #fff;
}


/* Daterangepicker
http://www.dangrossman.info/
*/

.daterangepicker {
    background: #fff;
}

.daterangepicker .calendar .calendar-date {
    border: 1px solid rgba(52, 59, 69, 0.3);
}

.daterangepicker .calendar .prev,
.daterangepicker .calendar .next,
.daterangepicker .calendar th {
    color: var(--main-brand-color);
    text-transform: uppercase;
    font-size: 11px;
}

.daterangepicker .calendar .month {
    color: #6f7b8a;
    font-size: 13px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--main-brand-color);
    border-color: var(--main-brand-color);
}

.daterangepicker td.in-range {
    background: #d1e3f1;
}


/* Select2
http://ivaynberg.github.io/select2/
*/

.form-group-default .select2-container .select2-choice,
.select2-container-multi .select2-choices {
    border-color: transparent;
}

.select2-container .select2-choice {
    background-image: none;
    border-radius: 10px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    padding: 5px 10px;
    transition: border 0.2s linear 0s;
    height: 45px;
}

.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select2-container .select2-choice .select2-arrow b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 8px;
    right: 0;
    font-size: 12px;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: none !important;
    border: 1px solid rgba(52, 59, 69, 0.3);
    background: #e9f2f9;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    -webkit-transform: scale(scale(1, -1));
    -ms-transform: scale(scale(1, -1));
    transform: scale(scale(1, -1));
}

.select2-drop.select2-drop-above {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid rgba(52, 59, 69, 0.3);
    border-bottom: none;
    border-radius: 2px;
    padding-top: 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    box-shadow: none;
    border: 1px solid rgba(52, 59, 69, 0.3);
    background: #e9f2f9;
    /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
}

.select2-search {
    padding: 5px;
}

.select2-search input {
    background: #fff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid rgba(52, 59, 69, 0.3);
}

.select2-results {
    margin: 0;
    padding: 0;
}

.select2-results li {
    color: var(--main-brand-label-color);
}

.select2-results li.select2-result-with-children&gt;.select2-result-label {
    color: #0b3554;
}

.select2-results li.select2-result-with-children&gt;.select2-result-label:first-child {
    padding-top: 8px;
}

.select2-results .select2-highlighted {
    background: #e9f2f9;
    border-radius: 3px;
}

.select2-results .select2-highlighted .select2-result-label {
    color: var(--main-brand-label-color);
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: none;
    color: var(--main-brand-label-color);
    font-size: 12px;
    position: relative;
    padding: 10px;
}

.select2-drop-active {
    border: 1px solid rgba(52, 59, 69, 0.3);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 5px;
    margin-top: 4px;
    border-radius: 8px;
    z-index: 3333 !important;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: 1px solid rgba(52, 59, 69, 0.3);
    border-radius: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background-color: var(--main-brand-color);
    background-image: none;
    border: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0px;
    margin: 8px -5px 7px 10px;
    padding: 4px 8px 4px 21px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid rgba(52, 59, 69, 0.3);
    box-shadow: none;
}

.select2-container-multi.select2-container-active .select2-search-choice {
    background-color: var(--main-brand-color) !important;
}

.select2-container-multi .select2-search-choice-close {
    left: 6px;
}

.select2-search-choice-close {
    background: none;
    top: 4px;
    right: 0;
}

.select2-search-choice-close:hover {
    text-decoration: none;
}

.select2-search-choice-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #fff;
}

.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
    top: 0px;
}

.ui-select-bootstrap .ui-select-choices-row.active&gt;a {
    background: #e9f2f9;
    border-radius: 3px;
    color: var(--main-brand-color);
}

.ui-select-bootstrap&gt;.ui-select-choices {
    background-color: #fff;
}

.ui-select-choices-group-label {
    color: #0b3554;
    font-weight: bold;
}

.modal-open .select2-drop-active {
    z-index: 1051;
}

.modal-open .datepicker.dropdown-menu {
    z-index: 1051 !important;
}

.modal-open .select2-drop-mask {
    z-index: auto;
}

.modal-open .cs-skin-slide.cs-active {
    z-index: 1050;
}

.dropdown-placeholder {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-mask {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 600;
}


/* Bootstrap Tags input
https://github.com/timschlechter/bootstrap-tagsinput
*/

.form-group-default .bootstrap-tagsinput {
    border: 0px;
    padding-left: 0;
}

.bootstrap-tagsinput {
    background-color: transparent;
    border: 1px solid rgba(52, 59, 69, 0.3);
    border-radius: 4px;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}

.bootstrap-tagsinput.active-element {
    background-color: #dae9f4;
}

.bootstrap-tagsinput input {
    border: none;
    margin-bottom: 0px;
    min-height: 25px;
    min-width: 10em !important;
}

.bootstrap-tagsinput .tag {
    vertical-align: middle;
    padding: 6px 9px;
    padding-right: 6px;
    border-radius: 3px;
    line-height: 30px;
}

.bootstrap-tagsinput .tag[data-role="remove"] {
    margin-left: 4px;
}

.bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: 'pages-icon';
    content: "\e60a";
    padding: 0;
}

.shwmreL,
.shwmnet,
.shwmppl,
.shwmseL,
.shwmpsT,
.shwmnet {
    padding: 19px !important;
}


/* Bootstrap3 wysihtml5
https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
*/

.wysiwyg5-wrapper {
    position: relative;
}

.wysiwyg5-wrapper .wysihtml5-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    background: #e9f2f9;
    border-top: 1px solid #dae9f4;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn {
    background: none repeat scroll 0 0 transparent;
    border-color: transparent;
    border-right-color: #dae9f4;
    color: #A5A5A5;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    border-width: 1px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
    opacity: .8;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
    opacity: 1;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
    padding-left: 10px;
    padding-right: 20px;
}

.wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
    opacity: .5;
    font-size: 14px;
}

.wysiwyg5-wrapper .wysihtml5-toolbar&gt;li {
    margin: 0;
    padding: 0;
}

.wysiwyg5-wrapper .wysiwyg {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 50px !important;
    border: 0;
}

.wysiwyg5-wrapper .wysiwyg:focus {
    background-color: #f8fbfd;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wysiwyg5-wrapper .expand-wysiwyg {
    bottom: 0;
    color: #A5A5A5;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0;
}

.wysiwyg5-wrapper .wysihtml5-sandbox {
    border: none !important;
    padding: 16px 16px 50px !important;
    width: 100% !important;
}

.wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
    height: 100% !important;
}

.toggle-wysiwyg {
    position: absolute;
    right: 15px;
    top: 0;
}

.toggle-wysiwyg li {
    display: inline-block;
}

.editor-icon {
    background-image: url("../img/editor_tray.png");
    display: inline-block;
    height: 40px;
    margin-top: 5px;
    opacity: 0.4;
    vertical-align: top;
    width: 40px;
}

.editor-icon-headline {
    background-position: 0 0;
    width: 31px;
}

.editor-icon-bold {
    background-position: -40px 0;
}

.editor-icon-italic {
    background-position: -80px 0;
}

.editor-icon-underline {
    background-position: -120px 0;
}

.editor-icon-link {
    background-position: -160px 0;
}

.editor-icon-quote {
    background-position: -200px 0;
}

.editor-icon-ul {
    background-position: -240px 0;
}

.editor-icon-ol {
    background-position: -280px 0;
}

.editor-icon-outdent {
    background-position: -320px 0;
}

.editor-icon-indent {
    background-position: -360px 0;
}

.editor-icon-image {
    background-position: -400px 0;
}

.editor-icon-html {
    background-position: -440px 0;
}


/* Summernote
https://github.com/HackerWins/summernote
*/

.summernote-wrapper .note-editor {
    border-color: #dae9f4;
}

.summernote-wrapper .note-editor .note-toolbar {
    padding: 0;
    background-color: #e9f2f9;
    border-bottom: none;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group {
    margin: 0 -1px 0 0;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
    font-size: 12px;
    height: 50px;
    min-width: 47px;
    line-height: 50px;
    padding: 0 5px;
    border-radius: 0;
    background-color: #e9f2f9;
    border-color: transparent;
    border-right-color: #dae9f4;
    border-bottom-color: #dae9f4;
    color: var(--main-brand-color);
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active,
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
    background-color: #dae9f4;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
    min-width: 61px;
}

.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child),
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
    margin-right: 1px;
}

.summernote-wrapper .note-editor .note-statusbar {
    background-color: transparent;
}

.summernote-wrapper .note-editor .note-statusbar .note-resizebar {
    border-top-color: transparent;
}

.summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
    border-top: 1px solid #dae9f4;
}

.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i,
.summernote-wrapper .note-toolbar .dropdown-menu li a i {
    color: var(--main-brand-color);
}

input,
input:focus {
    -webkit-transition: none !important;
}

input:-webkit-autofill {
    /* -webkit-box-shadow: 0 0 0 1000px #fff inset !important; */
}

input:-webkit-autofill:focus {
    /* -webkit-box-shadow: 0 0 0 1000px #e9f2f9 inset !important; */
}

input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
    /* -webkit-box-shadow: 0 0 0 1000px #F9E9E9 inset !important; */
}


/* Pages SelectFx */


/* Default custom select styles */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Placeholder and selected option */

.cs-select&gt;span {
    padding-right: 3em;
}

.cs-select&gt;span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select&gt;span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active&gt;span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


/* Options */

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
    background: #fff;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}


/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup&gt;span {
    cursor: default;
}

div.cs-skin-slide {
    color: #fff;
    /*font-size: 1.5em;*/
    width: 300px;
}

@media screen and (max-width: 30em) {
    div.cs-skin-slide {
        font-size: 1em;
        width: 250px;
    }
}

div.cs-skin-slide::before {
    content: '';
    background: #282b30;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-slide.cs-active::before {
    -webkit-transform: scale3d(1.1, 3.5, 1);
    transform: scale3d(1.1, 3.5, 1);
}

.cs-skin-slide&gt;span {
    height: 80px;
    line-height: 32px;
    -webkit-transition: text-indent 0.3s, opacity 0.3s;
    transition: text-indent 0.3s, opacity 0.3s;
}

@media screen and (max-width: 30em) {
    .cs-skin-slide&gt;span {
        height: 60px;
        line-height: 28px;
    }
}

.cs-skin-slide.cs-active&gt;span {
    text-indent: -290px;
    opacity: 0;
}

.cs-skin-slide.cs-active&gt;span::after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.cs-skin-slide .cs-options {
    background: transparent;
    width: 70%;
    height: 400%;
    padding: 1.9em 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 30em) {
    .cs-skin-slide .cs-options {
        padding-top: 3em;
    }
}

.cs-skin-slide .cs-options li {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cs-skin-slide.cs-active .cs-options li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}


/* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 65%;
    padding: 0.8em 1em 0.8em 2.5em;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
    color: #eb7e7f;
    background: transparent;
}

.cs-skin-slide .cs-selected span::after {
    content: '';
}


/* Pages Select  overriding */

.form-group-default .cs-skin-slide&gt;span {
    padding: 0 30px 0 0;
    height: 22px;
    line-height: 21px;
}

.form-group-default .cs-wrapper {
    width: 100%;
}

.cs-wrapper {
    display: inline-block;
}

.form-control.cs-select:not(.cs-active) {
    width: 100% !important;
}

.cs-select {
    background-color: transparent;
}

.cs-select span {
    text-overflow: initial;
}

.cs-select .cs-placeholder {
    width: 100%;
}

div.cs-skin-slide {
    /*  width: auto;
  font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5e5e5e;
	border: solid 1px rgba(141, 145, 150, 0.22);
    border-radius: 10px;*/
    width: 100%;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #5e5e5e;
    border: solid 1px rgba(141, 145, 150, 0.22);
    border-radius: 10px;
    float: left;
}

.profile-form .cs-wrapper {
    width: 100%;
}

#labl-dv .profile-form label {
    float: right;
}

.profile-form .form-group #cn {
    border-radius: 10px;
}

.pricing-text.text-center {
    clear: both;
}

div.cs-skin-slide:before {
    background-color: transparent;
}

div.cs-skin-slide.cs-transparent {
    background: none;
}

div.cs-skin-slide.cs-transparent .cs-backdrop {
    border-color: transparent;
    background: none;
}

div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
    background: #f8fbfd;
}

div.cs-skin-slide&gt;span {
    height: 35px;
    padding: 6px 33px 6px 17px;
    line-height: 23px;
    z-index: 1;
}

div.cs-skin-slide.cs-active {
    z-index: 790;
}

div.cs-skin-slide.cs-active:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

div.cs-skin-slide.cs-active .cs-backdrop {
    border: transparent;
    background: #f8fbfd;
    box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc;
}

div.cs-skin-slide&gt;span:after,
div.cs-skin-slide.cs-active&gt;span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #5e5e5e;
}

div.cs-skin-slide .cs-options {
    height: auto;
    padding: 9px 0;
    width: auto;
    padding: 10px;
    max-height: 350px;
    transform: translate3d(1, 1, 1);
    overflow: hidden;
    z-index: 1;
}

div.cs-skin-slide .cs-options ul {
    width: 100%;
    display: table;
}

div.cs-skin-slide .cs-options ul li {
    display: table-row;
}

div.cs-skin-slide .cs-options ul li span {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 5px 0;
    text-transform: none;
    max-height: 350px;
    overflow-y: auto;
}

div.cs-skin-slide .cs-options ul li span:hover,
div.cs-skin-slide .cs-options ul li.cs-focus span,
div.cs-skin-slide .cs-options ul li.cs-selected span {
    color: #0b3554;
}

.cs-backdrop {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(52, 59, 69, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
    transition-delay: 0.3s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
    transition-delay: 0.35s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
    transition-delay: 0.4s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
    transition-delay: 0.45s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
    transition-delay: 0.5s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
    transition-delay: 0.55s;
}


/* Dropzone for Angular */

.dropzone[dropzone="dropzone"] input[type="file"] {
    visibility: hidden;
}


/* end overrides */

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 100%;
    padding: 3px 10px 3px 3px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.tt-suggestion {
    color: var(--main-brand-color);
    padding: 3px 7px 4px;
    padding-left: 26px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background: #e9f2f9;
}

.tt-suggestion.tt-cursor {
    background: #e9f2f9;
}

.tt-suggestion p {
    margin: 0;
}

.form-group-default.typehead {
    overflow: inherit;
}

.form-group-default .tt-menu {
    width: calc(100% + 24px);
    margin: 4px -12px;
}


/* Demo specifc classes */

.demo-form-wysiwyg {
    height: 250px;
}


/*------------------------------------------------------------------
[16. Tables and Datatables]
*/


/* Generic Tables
------------------------------------
*/

.table thead tr th {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(218, 233, 244, 0.7);
    background-color: rgba(52, 59, 69, 0.18);
    color: var(--main-brand-secondary-color);
    /*color: rgba(52, 59, 69, 0.65);*/
}

.table thead tr th[class*='sorting_'] {
    color: #0b3554;
}

.table thead tr th:first-child {
    padding-left: 10px !important;
}

.table thead tr th .btn {
    margin-top: -20px;
    margin-bottom: -20px;
}

.table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(218, 233, 244, 0.7);
    border-top: 0px;
    padding: 10px;
}

.table tbody tr td .btn-tag {
    background: rgba(11, 53, 84, 0.07);
    display: inline-block;
    margin: 5px;
    border-radius: 4px;
    padding: 5px;
    color: #62605a !important;
}

.table tbody tr td .btn-tag:hover {
    background: rgba(11, 53, 84, 0.15);
}

.table tbody tr td[class*='sorting_'] {
    color: #000;
}

.table tbody tr.selected td {
    background: #fff0cc;
}

.table.table-hover tbody tr:hover td {
    background: #daeffd;
}

.table.table-hover tbody tr.selected:hover td {
    background: #fff0cc !important;
}

.table.table-striped tbody tr td {
    background: #fff !important;
}

.table.table-striped tbody tr:nth-child(2n+1) td {
    background: #fff !important;
}

.table.table-borderless tbody tr td {
    border-top: 0;
}

.table.table-condensed {
    table-layout: fixed;
}

.table.table-condensed thead tr th {
    padding-left: 20px;
    padding-right: 20px;
}

.table.table-condensed tbody tr td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.table.table-condensed thead tr th,
.table.table-condensed tbody tr td,
.table.table-condensed tbody tr td * {
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown&gt;td {
    background: #fff0cc;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown&gt;td:first-child:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown+tr&gt;td {
    background: rgba(255, 255, 255, 0.4);
    padding: 0px 0px;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown+tr&gt;td .table-inline {
    background: transparent;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown+tr&gt;td .table-inline tr,
.table.table-condensed.table-detailed&gt;tbody&gt;tr.shown+tr&gt;td .table-inline td {
    background: transparent;
    font-weight: 600;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.row-details .table {
    margin: 0;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr.row-details&gt;td:first-child:before {
    content: '';
    display: none;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr&gt;td:hover {
    cursor: default;
}

.table.table-condensed.table-detailed&gt;tbody&gt;tr&gt;td:first-child:before {
    content: "\f054";
    display: inline-block;
    margin-right: 8px;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.12s linear;
    transition: all 0.12s linear;
}

.table.table-condensed.table-detailed .table-inline td {
    border: none;
    text-align: left;
}

.table.table-borderless&gt;tbody&gt;tr&gt;td {
    border-bottom: 0px;
}

.fht-table {
    margin-bottom: 0 !important;
}


/* Data-tables
------------------------------------
*/

.table.dataTable.no-footer {
    border: none;
}

.table.dataTable.no-margin {
    margin: 0 !important;
}

.dataTables_scroll:hover .dataTables_scrollBody:before {
    content: "";
    top: 0;
    height: 0;
}

.dataTables_scrollBody {
    overflow-y: auto;
    border: none !important;
}

.dataTables_scrollBody:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li.disabled a {
    opacity: .5;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li&gt;a {
    padding: 5px 10px;
    color: var(--main-brand-color);
    opacity: .35;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li&gt;a:hover {
    opacity: .65;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li.next&gt;a,
.dataTables_wrapper .dataTables_paginate ul&gt;li.prev&gt;a {
    opacity: 1;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li.disabled a {
    opacity: .35;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li.disabled a:hover {
    opacity: .35;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin: 25px !important;
}

.dataTables_paginate.paging_bootstrap.pagination {
    padding-top: 0;
    padding-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    clear: none;
    font-size: 12px;
    float: left;
    line-height: 17px;
    color: var(--main-brand-color);
}

.dataTables_wrapper .dataTables_paginate ul&gt;li {
    display: inline-block;
    padding-left: 0;
    font-size: 11px;
}

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

.export-options-container {
    position: relative;
}

.dataTables_wrapper .dataTables_paginate ul&gt;li.active&gt;a {
    font-weight: bold;
    color: var(--main-brand-color);
    opacity: 1;
}

.export-options-container a {
    color: inherit;
    opacity: 1;
}

.exportOptions .DTTT.btn-group a {
    display: block !important;
}

table.dataTable thead .sorting_asc:after {
    background-image: url("../img/icons/sort_asc.png");
}

table.dataTable thead .sorting_desc:after {
    background-image: url("../img/icons/sort_desc.png");
}

table.dataTable thead .sorting:after {
    background-image: url("../img/icons/sort_both.png");
}

table.dataTable thead .sorting_asc_disabled:after {
    background-image: url("../img/icons/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled:after {
    background-image: url("../img/icons/sort_desc_disabled.png");
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px;
    content: "";
    width: 19px;
    height: 19px;
    background-position: center center;
    opacity: 1;
}


/* Responsive Handlers : Tables */

@media (max-width: 991px) {
    .dataTables_wrapper .dataTables_info {
        float: left;
    }
    .dataTables_paginate.paging_bootstrap.pagination {
        float: right;
    }
}

@media (max-width: 480px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: left;
        clear: both;
        display: block;
    }
}


/* Demo classes */

.demo-table-search thead th:nth-child(1) {
    width: 20%;
}

.demo-table-search thead th:nth-child(2) {
    width: 22%;
}

.demo-table-search thead th:nth-child(3) {
    width: 24%;
}

.demo-table-search thead th:nth-child(4) {
    width: 15%;
}

.demo-table-search thead th:nth-child(5) {
    width: 19%;
}

.demo-table-dynamic thead th:nth-child(1) {
    width: 25%;
}

.demo-table-dynamic thead th:nth-child(2) {
    width: 30%;
}

.demo-table-dynamic thead th:nth-child(3) {
    width: 20%;
}

.demo-table-dynamic thead th:nth-child(4) {
    width: 25%;
}


/*------------------------------------------------------------------
[17. Charts]
*/

.line-chart .nvd3 line.nv-guideline {
    /* Vertical bar on hover in interactive chart */
    stroke-width: 30px;
    stroke-opacity: .04;
    stroke: #000;
}

.line-chart .nvd3 .nv-groups path.nv-area {
    /*  filled area */
    fill-opacity: .1;
}

.line-chart .nvd3 .nv-groups path.nv-line {
    /*  Line */
    stroke-opacity: .3;
}

.line-chart .nvd3 .nv-axis line {
    /*  grid lines */
    stroke-opacity: .5;
}

.line-chart[data-x-grid="false"] .nv-x .tick line {
    display: none;
}

.line-chart[data-y-grid="false"] .nv-y .tick line {
    display: none;
}

.line-chart .domain {
    /* domain */
    opacity: 0;
}

.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    /* Toggle points */
    fill-opacity: 1;
    stroke-opacity: .5;
}

.line-chart .nvtooltip table td.legend-color-guide div {
    border-radius: 100px;
}

.line-chart thead .nv-pointer-events-none strong {
    color: #7ebeee;
}

.line-chart .nv-pointer-events-none {
    font-size: 12px;
}

.line-chart .nv-pointer-events-none .value.nv-pointer-events-none {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 11px;
    color: #7ebeee;
}

.line-chart .nvtooltip table {
    margin: 12px 10px 14px 15px;
}

.line-chart .nvtooltip.xy-tooltip.nv-pointer-events-none {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.line-chart[data-stroke-width="1"] .nvd3 .nv-groups path.nv-line {
    /* Line widths */
    stroke-width: 1px;
}

.line-chart[data-stroke-width="1"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    /* Line widths */
    stroke-width: 2px;
}

.line-chart[data-stroke-width="2"] .nvd3 .nv-groups path.nv-line {
    stroke-width: 2px;
}

.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-width: 3px;
}

.line-chart[data-stroke-width="3"] .nvd3 .nv-groups path.nv-line {
    stroke-width: 3px;
}

.line-chart[data-stroke-width="3"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-width: 4px;
}

.line-chart .tick text,
.line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    fill: var(--main-brand-color);
    font-family: "Montserrat";
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
.line-chart .nvd3 .nv-groups .nv-point.hover {
    fill: inherit !important;
    stroke: inherit !important;
}


/* Line widths
------------------------------------
*/

.line-chart[data-line-color="master"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="master"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: var(--main-brand-color);
}

.line-chart[data-line-color="success"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="success"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #00d080;
}

.line-chart[data-line-color="primary"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="primary"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: var(--main-brand-color);
}

.line-chart[data-line-color="info"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="info"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: var(--main-brand-color);
}

.line-chart[data-line-color="complete"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="complete"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #48b0f7;
}

.line-chart[data-line-color="warning"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="warning"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #FFB300;
}

.line-chart[data-line-color="danger"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="danger"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #eb5751;
}

.line-chart[data-line-color="white"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="white"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #fff;
}

.line-chart[data-line-color="black"] .nvd3 line.nv-guideline,
.line-chart[data-line-color="black"] .nvd3 .nv-groups path.nv-line,
.line-chart[data-line-color="black"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke: #000;
}


/* Area Fill colors
------------------------------------
*/

.line-chart[data-area-color="master"] .nvd3 .nv-groups path.nv-area {
    fill: var(--main-brand-color);
}

.line-chart[data-area-color="success"] .nvd3 .nv-groups path.nv-area {
    fill: #00d080;
}

.line-chart[data-area-color="info"] .nvd3 .nv-groups path.nv-area {
    fill: var(--main-brand-color);
}

.line-chart[data-area-color="complete"] .nvd3 .nv-groups path.nv-area {
    fill: #48b0f7;
}

.line-chart[data-area-color="primary"] .nvd3 .nv-groups path.nv-area {
    fill: var(--main-brand-color);
}

.line-chart[data-area-color="warning"] .nvd3 .nv-groups path.nv-area {
    fill: #FFB300;
}

.line-chart[data-area-color="danger"] .nvd3 .nv-groups path.nv-area {
    fill: #eb5751;
}

.line-chart[data-area-color="white"] .nvd3 .nv-groups path.nv-area {
    fill: #fff;
}

.line-chart[data-area-color="black"] .nvd3 .nv-groups path.nv-area {
    fill: #000;
}


/* Point fill colors
------------------------------------
*/

.line-chart[data-point-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: var(--main-brand-color);
}

.line-chart[data-point-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: #00d080;
}

.line-chart[data-point-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: var(--main-brand-color);
}

.line-chart[data-point-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: #48b0f7;
}

.line-chart[data-point-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: var(--main-brand-color);
}

.line-chart[data-point-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: #FFB300;
}

.line-chart[data-point-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: #eb5751;
}

.line-chart[data-point-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill: #fff;
}

#nvd3-line svg,
#nvd3-line2 svg,
#nvd3-area svg {
    height: 500px;
}


/* Rickshaw Charts
------------------------------------
*/

.rickshaw-chart.rickshaw_graph .detail {
    padding-left: 15px;
    transform: translateX(-15px);
    width: 30px;
    background: rgba(0, 0, 0, 0.04);
    right: -15px;
}

.rickshaw-chart.rickshaw_graph .detail .item,
.rickshaw-chart.rickshaw_graph .detail .x_label {
    transform: translateX(15px);
}

.rickshaw-chart.rickshaw_graph .detail:after {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    display: block;
}

.rickshaw-chart .y_grid .tick.major line {
    stroke-dasharray: 3px, 5px;
    opacity: .7;
}

.rickshaw-chart.rickshaw_graph .detail .x_label {
    display: none;
}

.rickshaw-chart.rickshaw_graph .detail .item {
    line-height: 1.4;
    padding: 0.5em;
}

.rickshaw-chart.rickshaw_graph .detail_swatch {
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px 0 0;
}

.rickshaw-chart.rickshaw_graph .detail .date {
    font-size: 11px;
    color: #a0a0a0;
    opacity: .5;
}

#tab-rickshaw-realtime #rickshaw-realtime_y_axis {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    width: 40px;
    left: 0;
    z-index: 1;
}

#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path,
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none;
}

#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text,
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 11px;
}

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .dot {
    border-radius: 50px;
}

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
    display: none;
}

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .item {
    line-height: 1.4;
    padding: 0.5em;
}

#tab-rickshaw-bars #rickshaw-stacked-bars .detail_swatch {
    float: right;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px 0 0;
}

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .date {
    font-size: 11px;
    color: #a0a0a0;
    opacity: .5;
}

#tab-rickshaw-slider #rickshaw-slider {
    height: 500px;
}

#tab-rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
    stroke-opacity: 0;
}

#tab-rickshaw-slider .rickshaw_graph .y_ticks path,
#tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
    stroke: none;
}

#tab-rickshaw-slider .rickshaw_graph .y_ticks text,
#tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
    font-family: 'Montserrat';
    font-size: 11px;
}

#tab-rickshaw-slider .rickshaw_range_slider_preview .frame {
    opacity: 0;
}

#tab-rickshaw-slider .rickshaw_range_slider_preview .left_handle,
#tab-rickshaw-slider .rickshaw_range_slider_preview .right_handle {
    fill: #000;
    fill-opacity: 0.1 !important;
}

#tab-rickshaw-slider .slider {
    position: absolute;
    top: 0;
    height: 93px;
    overflow: hidden;
}

#tab-rickshaw-slider .chart {
    position: absolute;
    bottom: 40px;
    top: 150px;
    left: 33px;
    right: 0;
    width: auto;
}

#tab-rickshaw-slider .chart .x_tick.plain .title {
    font-family: 'Montserrat';
    font-size: 11px;
}

#tab-rickshaw-slider .y_axis {
    bottom: 0;
    position: absolute;
    top: 150px;
    width: 40px;
    left: -6px;
}

#tab-rickshaw-slider .rickshaw_graph .x_tick {
    border-color: transparent;
}

#tab-rickshaw-slider .rickshaw_graph .x_tick .title {
    bottom: -24px;
    left: -15px;
}

.absolutedv {
    position: relative;
}

.absolutedv .verify-lock {
    position: absolute;
    font-size: 16px;
    top: 16px;
    left: -18px;
    color: #343b45;
    z-index: 10;
    opacity: 0.5;
}

#freeForm button.btn-cons {
    font-family: 'Poppins-bold', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px;
    height: 42px;
    width: auto;
    border-radius: 36px;
    padding: 9px 18px;
    margin: 0 auto;
    min-width: 150px;
    line-height: normal;
}

#freeForm .select2-container .select2-choice {
    height: 52px;
}

#freeForm .select2-container .select2-choice&gt;.select2-chosen {
    margin-right: 53px !important;
    display: block;
    margin-top: 8px;
}

#freeForm .select2-container .select2-choice .select2-arrow b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: relative;
    top: 13px;
    right: 5px;
    font-size: 12px;
}

#freeForm button.btn-cons:hover,
#freeForm button.btn-cons:focus {
    background-color: var(--main-brand-color) !important;
    border-color: var(--main-brand-color);
}


/*------------------------------------------------------------------
[18. List]
*/

ul {
    padding: 0;
    margin: 0;
}

.list-view-wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.list-view-container {
    position: relative;
}

.list-view-container .list-quickscroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 120;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-view-container .list-quickscroll ul li a {
    font-size: 0.7em;
    vertical-align: baseline;
}

.list-view-group-container {
    margin: 0;
    min-height: 1px;
    overflow: hidden;
    padding: 26px 0 0 0;
    position: relative;
}

.list-view-group-container:last-child ul {
    border: 0;
}

.list-view-group-header,
.list-view-fake-header {
    background: #f8fbfd;
    color: #232830;
    font: normal 11px/14px 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Arial;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0 5px 15px;
    position: absolute;
    border-top: 1px solid rgba(141, 145, 150, 0.22);
    border-bottom: 1px solid rgba(141, 145, 150, 0.22);
    z-index: 10;
}

.list-view-group-header {
    bottom: auto;
    min-height: 1px;
    top: 0;
    width: 100%;
    border-top: 0;
}

.list-view-fake-header {
    width: 100%;
    z-index: 100;
    font-size: 11px !important;
    line-height: 14px !important;
}

.list-view-fake-header.list-view-hidden {
    visibility: hidden;
}

.list-view-group-container.list-view-animated .list-view-group-header {
    bottom: 0;
    top: auto;
}

input.list-view-search {
    font-size: 15px;
    color: #232830;
}

.no-top-border .list-view-fake-header {
    border-top: 0;
}

.list-view ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.list-view li {
    padding-left: 15px;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    display: block;
}

.list-view li:hover {
    background-color: #daeffd;
}

.list-view li.active {
    background-color: #fff0cc;
}

.list-view li p {
    margin: 0;
    line-height: 19px;
}

.list-view li&gt;a {
    margin-right: 15px;
    display: block;
    width: 100%;
}

.list-view.boreded li&gt;a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.list-view.boreded li:last-child&gt;a {
    border-bottom: 0;
}

.list-view.boreded li+li {
    border-top: 0;
}

[data-ios="true"] .list-view-group-header,
[data-ios="true"] .list-view-fake-header {
    width: 288px;
    /*scrollbars aren't visible in iOS devices, so make the headers wider */
}

.list-group-item {
    border: 1px solid #e9f2f9;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #70bf73;
    border-color: #70bf73;
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}


/*------------------------------------------------------------------
[19. Social App]
*/

.social-wrapper,
.social {
    height: 100%;
    width: 100%;
}

.shareList img {
    max-width: 50px;
    display: block;
    margin: 10px auto;
    border-radius: 3px;
}

.social-wrapper .social .jumbotron {
    border-radius: 0;
    padding: 0;
}


/* Feed
------------------------------------
*/

.social-user-profile {
    width: 52px;
}

.social-user-profile&gt;.thumbnail-wrapper {
    float: none;
}

.social-wrapper .social .feed {
    overflow-y: hidden;
    width: 100%;
}

.social-wrapper .social .feed&gt;.day {
    white-space: normal;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.social-wrapper .social .feed&gt;.day:after {
    feed: '';
    display: block;
    clear: both;
}

.social-wrapper .social .feed&gt;.day:hover&gt;.timeline:after {
    background: #48b0f7;
}


/* Cards
------------------------------------
*/

.card {
    padding-bottom: 0;
    margin-bottom: 0;
    background: #FFF;
    float: left;
    position: relative;
    border-radius: 4px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-bottom: 20px;
    width: 300px;
    border: 1px solid #dae9f4;
}

.card .circle {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border-radius: 50%;
    border: 2px solid #e9f2f9;
    width: 9px;
    height: 9px;
    background: #35baf6;
    z-index: 1;
}

.card .circle:hover {
    cursor: pointer;
}

.card.full-width {
    width: 100% !important;
}

.card.status {
    background: #daeffd;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.card.status:hover,
.card.status.hover {
    border-color: #cdeefd !important;
}

.card.status h5 {
    font-size: 12px;
    margin: 0;
}

.card.status h5 .time {
    color: #fff;
}

.card.status h2 {
    color: #0b3554;
    font-size: 25px;
    margin: 0;
    font-weight: normal;
}

.card.status .reactions {
    color: #e9f2f9;
    opacity: .45;
    font-size: 12px;
    padding: 0;
    margin: 5px 0 0;
    padding: 0;
}

.card.status .reactions li {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.card.status .circle {
    width: 9px;
    height: 9px;
    border: none;
    background: #48b0f7;
}

.card.share .card-header {
    padding: 15px 15px 12px;
    border-bottom: 1px solid #daeffd;
}

.card.share .card-header:hover {
    background: #daeffd;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.card.share .card-header:hover h6 {
    opacity: .6;
}

.card.share .card-header .user-pic {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.card.share .card-header .user-pic&gt;img {
    width: 30px;
    height: 30px;
}

.card.share .card-header h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 22.7px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.006em;
    margin-top: -3px;
}

.card.share .card-header h6 {
    font-size: 12px;
    margin: 0;
    opacity: .45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .45;
}

.card.share .card-description {
    padding: 12px 16px 11px;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.card.share .card-description p {
    margin-bottom: 4px;
}

.card.share .card-description .via {
    opacity: .45;
    display: block;
    font-size: 12px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card.share .card-content {
    position: relative;
}

.card.share .card-content .buttons {
    left: 17px;
    padding: 0;
    position: absolute;
    top: 10px;
}

.card.share .card-content .buttons li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.card.share .card-content .buttons li a {
    color: #fff;
}

.card.share .card-feed {
    overflow: hidden;
    position: relative;
    max-height: 400px;
}

.card.share .card-feed:hover .buttons {
    opacity: 1;
}

.card.share .card-feed .buttons {
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0;
}

.card.share .card-feed .buttons li {
    display: inline-block;
    list-style: none;
}

.card.share .card-feed .buttons li a {
    color: #fff;
    opacity: 0.8;
    padding: 5px;
}

.card.share .card-feed&gt;* {
    max-width: 100%;
}

.card.share .card-footer {
    padding: 14px 16px 11px;
    font-size: 12px !important;
}

.card.share .card-footer:hover {
    background: #daeffd;
    cursor: pointer;
}

.card.share .card-footer:hover .reactions,
.card.share .card-footer:hover .time {
    opacity: .8;
}

.card.share .card-footer .time {
    float: left;
    opacity: .45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 1px;
}

.card.share .card-footer .reactions {
    float: right;
    margin: 0;
    padding: 0;
    opacity: .45;
}

.card.share .card-footer .reactions li {
    display: inline-block;
    list-style: none;
}

.card.share .card-footer .reactions li a {
    color: inherit;
}

.card.share .card-description,
.card.share .card-feed,
.card.share .card-footer {
    border-color: transparent;
    border-style: solid;
}

.card.share .card-description {
    border-width: 1px;
}

.card.share .card-feed {
    border-width: 0 1px;
    margin-top: -2px;
}

.card.share .card-footer {
    border-width: 0 1px 1px 1px;
}

.card.share.share-other .card-description {
    padding-bottom: 0;
}

.card.share.share-other .card-footer {
    padding-top: 0;
    border-radius: 0;
}

.card.share.share-other .card-footer:hover {
    background: #fff;
}

.card.share.share-other .card-header {
    border-top: 1px solid #daeffd;
}

.card.share.share-other .circle {
    background: #FFB300;
}

.card.col1 {
    width: 300px;
}

.card.col2 {
    width: 620px;
}

.card.col3 {
    width: 920px;
}

.card img {
    width: 100%;
}


/* Step Form : Status */

.simform {
    margin-left: 0;
    padding: 0;
    position: static;
    margin-bottom: 20px;
}

.simform .error-message {
    padding-top: 29px !important;
    padding-left: 22px;
}

.simform .final-message,
.simform .error-message {
    font-size: 15px;
    opacity: 0.5;
    display: none;
    margin-top: 19px;
    position: static;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.simform ol:before {
    background: transparent;
}

.simform .questions li {
    overflow: hidden;
}

.simform .questions li.current {
    position: relative;
}

.simform .questions li.current input {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
}

.simform .questions li&gt;span {
    width: 100%;
}

.simform .questions li&gt;span label {
    font-size: 12px;
    opacity: .55;
    font-weight: 300;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.simform .questions input {
    background: transparent !important;
    height: 30px;
}

.simform .questions .current input,
.simform .no-js .questions input {
    background: transparent;
    border: none;
}

.simform .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.simform .controls .next,
.simform .controls .number {
    display: none !important;
}


/* Responsive Handlers: Social App
------------------------------------
*/

@media (min-width: 991px) and (max-width: 1070px) {
    .day .card:first-child .col-md-4:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .day .card:first-child .col-md-4:nth-child(2),
    .day .card:first-child .col-md-4:nth-child(3) {
        width: 50%;
    }
}

@media (max-width: 667px) {
    .social-wrapper .social .feed&gt;.day&gt;.card {
        width: 100% !important;
    }
}


/*------------------------------------------------------------------
[20. Email App]
*/


/* Email Components
--------------------------------------------------
*/

.compose-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
    border-top: 1px solid #e9f2f9;
    z-index: 101;
}

.compose-wrapper .compose-email {
    font-size: 24px;
}

.email-composer {
    margin-left: 250px;
    position: relative;
    overflow: auto;
    height: 100%;
    background: #fff;
}

.email-composer .email-toolbar-wrapper .wysihtml5-toolbar {
    background: #e9f2f9;
    border-bottom: 1px solid #dae9f4;
    position: relative;
    border-top: none;
}

.email-composer .email-body-wrapper {
    border-bottom: 1px solid #dae9f4;
    margin-bottom: 20px;
}

.email-composer .bootstrap-tagsinput {
    margin: 0;
    padding: 0;
}

.email-composer&gt;.row {
    margin-left: -30px;
    margin-right: -30px;
}

.split-view .split-details .email-content-wrapper {
    background: #fff;
    height: 100%;
    width: auto;
    overflow: auto;
}

.split-view .split-details .email-content-wrapper .actions-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 799;
}

.split-view .split-details .email-content-wrapper .email-content {
    margin: 0 auto;
    width: 600px;
    display: block;
    padding-top: 62px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .name {
    font-size: 15px;
    color: var(--main-brand-color);
}

.split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .datetime {
    color: var(--main-brand-color);
    opacity: .45;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.split-view .split-details .email-content-wrapper .email-content .email-content-header .subject {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--main-brand-color);
    font-size: 15.2px;
    line-height: 17px;
}

.split-view .split-details .email-content-wrapper .email-content .email-content-header .fromto .btn-xs {
    border-radius: 13px;
}

.split-view .split-details .email-content-wrapper .email-content .email-content-body p {
    line-height: 23px;
    color: var(--main-brand-color);
    letter-spacing: 0.001em;
}

.split-view .split-details .email-content-wrapper .email-content .email-reply {
    min-height: 200px;
}

.split-view .split-details .email-content-wrapper .email-content .editor-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.split-view .split-details .email-content-wrapper .email-content .editor-wrapper .wysihtml5-sandbox {
    max-height: 150px;
    min-height: 130px !important;
    width: 100% !important;
}


/* Email App Top Header
--------------------------------------------------
*/

.header-wrapper-email {
    font-size: 14.92px;
}

.header-wrapper-email .dropdown&gt;.btn {
    color: #48b0f7;
}

.header-wrapper-email .btn:hover {
    text-decoration: none;
}


/* Responsive Handler : Email App
--------------------------------------------------
*/

@media (max-width: 1024px) {
    .email-composer {
        margin-left: 0;
    }
    .shwmreL,
    .shwmnet,
    .shwmppl,
    .shwmseL,
    .shwmpsT {
        padding: 19px !important;
    }
}


/*------------------------------------------------------------------
[21. Calendar App]
*/

body.overflow-hidden {
    overflow: hidden;
}


/*
Calendar
--------------------------------------------------
Header / .calendar-header
Years / .years .year
Months / .months
Weeks / .weeks-wrapper .week
Grid / .calendar-container
Events / .event-container
*/

.calendar {
    height: 100%;
}

.calendar .drager {
    overflow: hidden;
}

.calendar .drager .scroll-element {
    display: none;
}

.calendar.month {
    padding-left: 5px;
}

.calendar.month .options .date {
    margin-bottom: 22px;
}

.calendar.month .week-dragger {
    display: none;
}

.calendar.month .calendar-container {
    border-top: 1px solid #dae9f4;
    padding-top: 0;
    height: calc(100% - 169px);
}

.calendar.month .calendar-container .view .tble {
    width: 100%;
}

.calendar.month .calendar-container .view .tble .thead .tcell .weekday {
    margin-left: 10px;
}

.calendar .calendar-header {
    height: 43px;
    background-color: #f8fbfd;
    line-height: 43px;
    padding-left: 60px;
}

.calendar .calendar-header&gt;.drager {
    width: calc(100% - 141px);
    border-right: 1px solid rgba(0, 0, 0, 0.33);
    line-height: 35px;
}

.calendar .calendar-header .years {
    width: auto;
    list-style: none;
    white-space: nowrap;
    margin-top: 5px;
}

.calendar .calendar-header .years .year {
    display: inline-block;
    width: 69px;
    text-align: center;
    white-space: nowrap;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.calendar .calendar-header .years .year&gt;a {
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.calendar .calendar-header .years .year&gt;a.active {
    color: #000;
}

.calendar .calendar-header .years .year&gt;a.has-event:before {
    position: absolute;
    content: '\25CF';
    width: 100%;
    font-size: 8px;
    line-height: 6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.44);
}

.calendar .options {
    padding-left: 60px;
    margin-top: 15px;
}

.calendar .options .months {
    width: auto;
    white-space: nowrap;
    height: 43px;
    line-height: 43px;
}

.calendar .options .months .month {
    min-width: 30px;
    max-width: 100px;
    padding: 0 10px;
    display: inline-block;
}

.calendar .options .months .month&gt;a {
    position: relative;
    color: rgba(0, 0, 0, 0.28);
}

.calendar .options .months .month&gt;a:hover {
    color: rgba(0, 0, 0, 0.33);
}

.calendar .options .months .month&gt;a.active {
    color: black;
}

.calendar .options .months .month&gt;a.has-event:before {
    position: absolute;
    content: '\25CF';
    top: -6px;
    width: 100%;
    font-size: 8px;
    line-height: 6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.33);
}

.calendar .options .date {
    margin-bottom: 20px;
}

.calendar .week-dragger {
    border-bottom: 1px solid #e6e6e6;
    margin-left: -20px;
}

.calendar .weeks-wrapper {
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-bottom: 12px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.calendar .weeks-wrapper .week {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.calendar .weeks-wrapper .week:first-child {
    padding-left: 4px;
}

.calendar .weeks-wrapper .week:last-child {
    padding-left: 0px;
}

.calendar .weeks-wrapper .week:before {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 6px;
    height: 20px;
    width: 20px;
    border-left: 1px dotted rgba(0, 0, 0, 0.3);
}

.calendar .weeks-wrapper .week.active .day-wrapper .week-date .day&gt;a {
    color: rgba(0, 0, 0, 0.6);
}

.calendar .weeks-wrapper .week .day-wrapper {
    display: inline-block;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date {
    text-align: center;
    width: 21px;
    height: 21px;
    margin: 6px;
    border-radius: 99px;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date.current-date {
    background-color: #dae9f4;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date.active {
    background-color: #00d080;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date.active .day&gt;a {
    font-weight: bold;
    opacity: 1;
    color: #fff;
}

.calendar .weeks-wrapper .week .day-wrapper .week-date .day&gt;a {
    letter-spacing: -0.01em;
}

.calendar .weeks-wrapper .week .day-wrapper .week-day {
    text-align: center;
}

.calendar .weeks-wrapper .week .day-wrapper .day {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 1px 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

.calendar .weeks-wrapper .week .day-wrapper .day&gt;a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
    font-weight: 600;
}

.calendar .weeks-wrapper .week .day-wrapper .day&gt;a.has-event:before {
    position: absolute;
    content: '\25CF';
    top: -10px;
    width: 100%;
    font-size: 8px;
    line-height: 6px;
    text-align: center;
    color: #00d080;
}

.calendar .weeks-wrapper .week .day-wrapper .day.week-header {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 10px;
}

.calendar .calendar-container {
    position: relative;
    height: calc(100% - 200px);
    padding-top: 10px;
}

.calendar .calendar-container .view {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell {
    position: relative;
    height: 20%;
    clear: both;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner .holder {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell.active {
    background: #fff;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell.active .cell-inner {
    background-color: #fef8e7;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell.not {
    background-color: #f8fbfd;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell.drop-target .cell-inner {
    background-color: #f8fbfd;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner:only-child,
.calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner {
    height: 100%;
    border-bottom: 1px solid #dae9f4;
    position: relative;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .month-date {
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-right: 6px;
    width: 25px;
    height: 25px;
    padding-top: 2px;
    margin: 6px;
    float: right;
    display: block;
    z-index: 1;
    border-radius: 99px;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .month-date.current-date {
    background-color: #dae9f4;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .month-date.active {
    background-color: #00d080;
    font-weight: bold;
    opacity: 1;
    color: #fff;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .event-container {
    height: 30px;
    position: relative !important;
    min-height: 30px !important;
}

.calendar .calendar-container .view.month-view .tble .trow .tcell .event-container .event-inner {
    padding: 8px;
}

.calendar .calendar-container .view.month-view .ghost-element {
    height: 30px;
    position: relative;
    width: 100%;
}

.calendar .calendar-container .view.month-view .grid .tble {
    height: 100%;
    width: 100%;
}

.calendar .calendar-container .view.month-view .event-container .event-title {
    font-size: 12px;
}

.calendar .calendar-container .view.day-view .tble {
    white-space: nowrap;
}

.calendar .calendar-container .view.day-view .tble .thead {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.calendar .calendar-container .view.day-view .tble .tcell {
    display: none;
    max-width: 100%;
    width: 100%;
}

.calendar .calendar-container .view.day-view .tble .tcell.active {
    display: inline-block;
}

.calendar .calendar-container .view.day-view .tble .trow {
    display: block;
    height: 80px;
}

.calendar .calendar-container .view.day-view .tble .trow .tcell.active {
    background-color: #fff;
}

.calendar .calendar-container .view .tble {
    display: inline-table;
    width: calc(100% - 50px);
    vertical-align: top;
    position: relative;
}

.calendar .calendar-container .view .tble .thead {
    display: table-row;
    width: 100%;
    background: #fff;
}

.calendar .calendar-container .view .tble .thead .tcell {
    padding: 10px;
    height: 40px;
    position: relative;
}

.calendar .calendar-container .view .tble .thead .tcell .weekday {
    font-size: 12px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.51);
}

.calendar .calendar-container .view .tble .thead .tcell .weekdate {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.77);
}

.calendar .calendar-container .view .tble .thead .tcell.active .weekdate,
.calendar .calendar-container .view .tble .thead .tcell.active .weekday {
    color: black;
}

.calendar .calendar-container .view .tble .thead .tcell:before {
    content: '';
    border-bottom: 1px solid #dae9f4;
    width: calc(100% - 18px);
    position: absolute;
    bottom: 0;
}

.calendar .calendar-container .view .tble .thead .tcell .event-bubble {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    float: right;
    border-radius: 30px;
}

.calendar .calendar-container .view .tble .tcell {
    display: table-cell;
    height: 80px;
    max-width: 14.2857%;
    width: 14.2857%;
}

.calendar .calendar-container .view .tble .trow {
    display: table-row;
}

.calendar .calendar-container .view .tble .trow .tcell {
    background: #fff;
    padding: 0 10px;
}

.calendar .calendar-container .view .tble .trow .tcell .cell-inner {
    height: 40px;
    position: relative;
}

.calendar .calendar-container .view .tble .trow .tcell .cell-inner:first-child {
    border-bottom: 1px dotted #dae9f4;
}

.calendar .calendar-container .view .tble .trow .tcell .cell-inner:last-child {
    border-bottom: 1px solid #dae9f4;
}

.calendar .calendar-container .view .tble .trow .tcell .cell-inner:only-child {
    height: 40px;
    border-bottom: 0;
}

.calendar .calendar-container .view .tble .trow .tcell.active {
    background-color: #fef8e7;
}

.calendar .calendar-container .view .tble .trow .tcell.active&gt;* {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.calendar .calendar-container .view .tble .trow .tcell.disable {
    background-color: #f8fbfd;
}

.calendar .calendar-container .view .tble .loading {
    left: 10px;
}

.calendar .calendar-container .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

.calendar .calendar-container .pgn-wrapper {
    position: absolute;
}

.calendar .calendar-container .even-holder {
    position: absolute;
    display: table;
    width: calc(100% - 50px);
    height: calc(100% - 25px);
}

.calendar .calendar-container .even-holder .event-placeholder {
    height: 100%;
    width: 14.2857%;
    display: table-cell;
}

.calendar .calendar-container .event-container {
    width: 100%;
    height: 40px;
    position: absolute !important;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 5px;
    min-height: 40px !important;
    transition: width .16s ease;
}

.calendar .calendar-container .event-container .event-inner {
    padding: 15px;
}

.calendar .calendar-container .event-container .event-inner:before {
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    right: 14px;
    top: 11px;
}

.calendar .calendar-container .event-container .time-wrap {
    line-height: 12px;
    text-align: left;
    color: rgba(0, 0, 0, 0.77);
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar .calendar-container .event-container .event-start-time,
.calendar .calendar-container .event-container .event-end-time {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
}

.calendar .calendar-container .event-container .event-title {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar .calendar-container .event-container .resizable-handle {
    position: absolute;
    opacity: 1;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.calendar .calendar-container .event-container .resizable-handle:after {
    content: "=";
    color: rgba(0, 0, 0, 0.44);
}

.calendar .calendar-container .event-container.dragging {
    z-index: 100;
}

.calendar .calendar-container .grid {
    display: block;
    overflow: scroll;
    height: calc(100% - 40px);
    -webkit-overflow-scrolling: touch;
}

.calendar .calendar-container .grid.slot-60 .tble .trow .tcell .cell-inner {
    height: 80px;
    border-bottom: 1px solid #dae9f4;
}

.calendar .calendar-container .grid.slot-15 .tble .trow .tcell {
    height: 25px;
}

.calendar .calendar-container .grid.slot-15 .tble .trow .tcell .cell-inner {
    height: 25px;
    border-bottom: 1px dotted #dae9f4;
}

.calendar .calendar-container .grid.slot-15 .tble .trow .tcell .cell-inner:last-child {
    border-bottom: 1px solid #dae9f4;
}

.calendar .calendar-container .grid.slot-15 .time-slot-wrapper .time-slot {
    height: 100px;
}

.calendar .calendar-container .allday-cell {
    height: 40px;
    display: inline-block;
    width: 50px;
    float: left;
}

.calendar .time-slot-wrapper {
    display: inline-block;
    width: 50px;
    float: left;
    height: 100%;
}

.calendar .time-slot-wrapper .time-slot {
    display: block;
    height: 80px;
    width: 100%;
    background: #fff;
}

.calendar .time-slot-wrapper .time-slot:first-child span {
    display: none;
}

.calendar .time-slot-wrapper .time-slot&gt;span {
    float: right;
    font-size: 12px;
    position: relative;
    top: -15%;
    color: rgba(0, 0, 0, 0.46);
    font-weight: bold;
    font-size: 12px;
    right: 5px;
}

.calendar-event {
    width: 330px;
    right: -330px;
}

.calendar-event .scrollable {
    height: 100%;
}

.date-selector {
    cursor: pointer;
}

.cont-btn {
    background: none;
    border: 1px solid var(--main-brand-color);
    font-weight: 400;
    font-size: 14px;
    border-radius: 36px;
    height: 36px;
    padding: 9px 18px;
    line-height: normal;
    min-width: 100px;
}

.panel.panel-featured.box-card .select2-container .select2-choice&gt;.select2-chosen {
    margin-right: 20px !important;
    display: block;
    margin-top: 1px;
}

#create-group-list-modal .wdht-ninty {
    width: 87%;
}

#create-group-list-modal .btn-brd {
    border-radius: 0 6px 6px 0;
    height: 40px;
    font-size: 13px;
    width: 13%;
}

#create-group-list-modal .input-group-addon {
    border-right: 0;
    border-radius: 6px 0 0 6px;
}


#create-group-list-modal .modal-header {
    width: 100%;
    background: var(--main-import-image-assets);
    background-size: cover;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding: 20px 0;
}

#create-group-list-modal .modal-header img {
    width: 35px;
    margin-left: 40px;
}

#create-group-list-modal .modal-header h1 {
    line-height: 15px;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    width: 77%;
    color: #fff;
    text-align: center;
}

#create-group-list-modal .modal-content {
    border: none;
    overflow: hidden;
    box-shadow: none;
}

#create-group-list-modal .list-nme,
#create-group-list-modal a.list-nme {
    display: block;
    font-weight: bolder;
    color: #425062;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#create-group-list-modal .list-nme-t strong,
#create-group-list-modal .list-nme-n strong {
    font-weight: 600;
    font-size: 12px;
    margin-top: -4px;
    display: inline-block;
}

#create-group-list-modal .list-nme-t,
.list-nme-n {
    display: block;
    font-size: 12px;
    color: #425062;
    font-family: 'Roboto', sans-serif;
}


#create-group-list-modal .table-scroll {
    height: 230px;
    position: relative;
    overflow: hidden;
}

#create-group-list-modal .panel&gt;.table-responsive {
    margin-bottom: 0;
    border: 0;
}

#create-group-list-modal .panel-auction-create {
    border: 1px solid #e3e4e6 !important;
}

#create-group-list-modal .panel-heading {
    background: #f4f4f5;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 10px;
    position: relative;
    z-index: 3;
    min-height: 0 !important;
    line-height: 10px;
}

#create-group-list-modal .panel-heading .panel-title {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    letter-spacing: 0;
    font-size: 12.5px;
    font-weight: 700;
    color: #425062;
    margin: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    -webkit-transition: opacity 0.3s ease;
    padding: 5px;
    transition: opacity 0.3s ease;
    width: 100%;
}

#create-group-list-modal .zero-padng-margn {
    margin: 0;
    padding: 0;
}

#create-group-list-modal .paging_full_numbers .pagination li.active a {
    background-color: #0065eb;
    border-color: #0065eb;
}

#create-group-list-modal .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

#create-group-list-modal .footr-btn {
    width: 100%;
    border-bottom: 0px;
    border-right: 0;
    border-left: 0px;
    border-top: 1px solid #ddd;
    padding: 25px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #828282;
    background: none;
    border-radius: 0px;
    margin: 0px;

}

#create-group-list-modal .footr-btn:hover,
#create-group-list-modal .footr-btn:active,
#create-group-list-modal .footr-btn:focus,
#create-group-list-modal .footr-btn[disabled] {
    width: 100%;
    border-bottom: 0px;
    border-right: 0;
    border-left: 0px;
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 25px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #1578FC;
    background: none;
    border-radius: 0px;
}

#create-group-list-modal .modal-footer {
    border-top: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0px;
    padding-top: 0;
}



#create-group-list-modal .style-1::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    background: none;
}

#create-group-list-modal .style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
    background: none;
}


#create-group-list-modal .style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1578FC;
}

#create-group-list-modal .style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
    background: none;
}

#create-group-list-modal .style-1 {
    overflow-y: scroll;
    scrollbar-color: #1578FC #fff;
    scrollbar-width: thin;
}


/*
Responsive Util
*/

@media (min-width:1024px) and (max-width:1280px) {
    #mobile-ap .modal-body {
        box-shadow: none;
        padding: 0;
        padding-top: 0;
        white-space: normal;
    }
    .krank-ap-logo {
        width: 100%;
        text-align: center;
        float: left;
        margin: 15px 0;
    }
    .krank-ap-logo figure {
        /*	    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);*/
        display: inline-block;
        padding: 11px 20px 20px 20px;
        border-radius: 200px;
        margin: 20px 0 0px 0;
    }
    .krank-ap-logo figure img {
        width: 60px;
    }
    #mobile-ap .modal-body p {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #455671;
        width: 100%;
        float: left;
        line-height: 26px;
        margin-top: 15px;
        text-align: center;
        padding: 0px 40px;
    }
    #mobile-ap .modal-body span {
        font-family: 'Poppins-bold', sans-serif;
        font-size: 16px;
        color: var(--main-brand-color);
        width: 100%;
        float: left;
        line-height: 22px;
        margin-top: 0px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 30px;
    }
    #mobile-ap .modal-dialog {
        position: relative;
        width: 45%;
        margin: 10px;
        margin: 5% auto !important;
    }
    #mobile-ap .modal-footer {
        border-top: 1px solid #e5e5e5;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
        padding-top: 0;
        display: block;
        clear: both;
    }
    #mobile-ap .modal-footer button,
    #mobile-ap .modal-footer a {
        border: none;
        border-right: 1px solid #e5e5e5;
        border-radius: 0;
        width: 48%;
        padding: 20px 0;
        background: none;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #455671;
        font-weight: 600;
    }
    #mobile-ap .modal-footer button:hover,
    #mobile-ap .modal-footer a:hover {
        color: var(--main-brand-color);
    }
    #mobile-ap .modal-footer a {
        border-right: none;
    }
}

@media (max-width:1024px) {
    .tab-panl {
        margin-top: 20px;
        width: 100%;
        float: left;
        margin-left: 14px;
    }
    .listing-user.content-template h4 {
        width: 65px;
        height: 12px;
        background: rgba(52, 59, 69, 0.2);
    }
    .listing-user.content-template span {
        width: 105px;
        height: 11px;
        display: inline-block;
        background: rgba(52, 59, 69, 0.2);
    }
}

@media (max-width: 991px) {
    .calendar {
        background-color: #fff;
    }
    .calendar .calendar-header {
        display: none;
    }
    .calendar .options {
        margin-top: 0;
        padding-left: 10px;
    }
    .calendar .options .months {
        line-height: 21px;
        padding-top: 14px;
    }
    .calendar .options .date {
        margin-bottom: 10px;
    }
    .calendar .calendar-container {
        height: 100%;
    }
    .calendar .calendar-container .view.week-view .tble {
        white-space: nowrap;
    }
    .calendar .calendar-container .view.week-view .tble .thead {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
    .calendar .calendar-container .view.week-view .tble .tcell {
        display: none;
        max-width: 100%;
        width: 100%;
    }
    .calendar .calendar-container .view.week-view .tble .tcell.active {
        display: inline-block;
        background-color: #fff;
    }
    .calendar .calendar-container .view.week-view .tble .trow {
        display: block;
        height: 80px;
    }
    .calendar .calendar-container .view.month-view .allday-cell {
        display: none;
    }
    .calendar .calendar-container .view.month-view .grid .tble {
        padding-left: 0;
    }
    .calendar .calendar-container .view.month-view .tble .thead .tcell {
        padding: 3px;
        padding-top: 10px;
    }
    .calendar .calendar-container .view.month-view .tble .trow .tcell {
        padding: 0 6px;
    }
    .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container {
        border-radius: 99px;
        -webkit-border-radius: 99px;
        -moz-border-radius: 99px;
        position: absolute !important;
        height: 16px !important;
        width: 16px !important;
        min-height: 16px !important;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container .event-inner {
        display: none;
    }
    .calendar .calendar-container.month {
        height: calc(100% - 101px);
    }
    .calendar .weeks-wrapper {
        margin-bottom: 0;
    }
    .calendar.month {
        padding-left: 0;
    }
    .calendar.month .calendar-container {
        height: calc(100% - 108px);
    }
    .calendar-event {
        width: 240px;
        right: -240px;
    }
    .months-drager {
        margin-left: 27px;
        width: calc(100% - 80px);
        border-right: 1px solid #dae9f4;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .calendar.month .calendar-container .view .tble .thead .tcell {
        text-align: center;
    }
    .calendar.month .calendar-container .view .tble .thead .tcell:before {
        width: 100%;
    }
    .calendar.month .calendar-container .view .tble .thead .tcell .weekday {
        width: 11px;
        overflow: hidden;
        letter-spacing: 4px;
        font-weight: bold;
    }
}


/*------------------------------------------------------------------
[22. Login]
*/

.login-bg {
    background: url("../pages/img/login.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.login-bg .bg-caption {
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.login-bg .bg-caption h2 {
    text-shadow: 1px 2px 0px #343b45;
}

#verifyEmailBox {
    margin-top: 8%;
    width: 60%;
    margin: 50px auto 8% auto;
}

.hi-account {
    width: 60%;
    margin: 0 auto 8% auto !important;
}

#emailConfirmationTxt {
    margin-top: 8%;
    width: 60%;
    margin: 0% auto 8% auto;
}

.login-container {
    padding: 30px;
    /*  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 50px;
    border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
    background: #fff;
}

.login-container .col-middle .btn-wrap {
    text-align: center;
}

.ordv {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 16px;
    color: #455671;
    margin: 0px 0;
    border-top: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 10px;
}

#signUpInvit .ordv {
    border: none;
    margin-top: 0px;
}

#signUpInvit .social-log-btn a,
#signUpInvit .social-log-btn a:hover,
#signUpInvit .social-log-btn a:focus {
    border-radius: 100px;
    height: 44px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    min-width: 140px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
    display: inline-block;
    /*    width: 55%;*/
}

.social-log-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-log-btn a,
.social-log-btn a:hover,
.social-log-btn a:focus {
    border-radius: 100px;
    height: 44px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    min-width: 140px;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 10px;
}

.social-log-btn a img {
    width: 20px;
    border-radius: 100px;
    margin-top: -2px;
    margin-right: 5px;
}

.social-log-btn a.fb-color {
    background: #3b5998;
}

.social-log-btn a.g-color {
    background: #5284ed;
}

.social-log-btn a.lin-color {
    background: #0077b5;
}

.social-log-btn a i.fa-facebook {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #3b5998;
    padding: 4px 6px 3px 6px;
    border-radius: 20px;
    font-size: 12px;
}

.social-log-btn a i.fa-google {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #d34836;
    padding: 4px 5px 4px 6px;
    border-radius: 20px;
    font-size: 12px;
}

.social-log-btn a i.fa-linkedin {
    margin-right: 5px;
    border-right: 1px solid #fff;
    background: #fff;
    color: #0e76a8;
    padding: 4px 5px 4px 6px;
    border-radius: 20px;
    font-size: 12px;
}

.register-container .form-group {
    margin-bottom: 17px;
}

.register-container .register-type {
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.log-form .form-group .help {
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
}

#freeForm .pass_show .ptxt {
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 1;
    color: #333;
    margin-top: -4px;
    cursor: pointer;
    transition: .3s ease all;
}

#freeForm .cityspin .ptxt {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 1;
    color: #333;
    margin-top: -4px;
    cursor: pointer;
    transition: .3s ease all;
}

#freeForm .conf-pad {
    padding-left: 7px !important;
}

.log-form .form-group .form-control {
    background-color: rgba(24, 117, 187, 0.1);
    color: #455671;
    position: relative;
    height: 52px;
    border-radius: 10px;
}

#modalUserAgreement button.close {
    opacity: 0.5;
    margin-top: -36px;
    margin-right: -18px;
    font-weight: normal;
}

#modalUserAgreement button.close&gt;i {
    color: #000;
    font-size: 21px !important;
}

#modalUserAgreement .section-heading {
    width: 100%;
    margin-bottom: 10px !important;
}

#modalUserAgreement .section-heading h2 {
    font-family: 'Poppins-Bold', sans-serif !important;
    text-align: left;
    padding-left: 0px;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #455671;
    margin-top: 0px;
    text-transform: none;
}

#modalUserAgreement .websiteContent p {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    font-weight: 500;
}

#modalUserAgreement .websiteContent&gt;h3 {
    font-size: 14px;
    font-family: 'Poppins-Bold', sans-serif !important;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #455671;
}

#modalPrivacy .home-heading h2,
#modalCookies .home-heading h2 {
    font-family: 'Poppins-Bold', sans-serif !important;
    text-align: left;
    padding-left: 0px;
    font-size: 24px !important;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #455671;
    margin-top: 0px;
}

#modalPrivacy button.close,
#modalCookies button.close {
    opacity: 0.5 !important;
    margin-top: -21px;
    margin-right: -18px;
    font-weight: normal;
}

#modalPrivacy button.close&gt;i,
#modalCookies button.close&gt;i {
    color: #000;
    font-size: 21px !important;
}

#modalPrivacy p,
#modalCookies p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #455671 !important;
}

#modalPrivacy .websiteContent&gt;h3,
#modalCookies .websiteContent&gt;h3 {
    font-size: 14px !important;
    font-family: 'Poppins-Bold', sans-serif !important;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #455671;
}

#modalPrivacy .home-heading,
#modalCookies .home-heading {
    margin-bottom: 10px !important;
}

.log-form .login-inner .login-content #form-login button#loginBtn,
.log-form .login-inner .login-content #form-login button.btn-block,
.log-form .login-inner .login-content #form-login button#signUpBtn {
    height: 52px;
    border-radius: 36px;
    align-items: center;
    padding: 0 15px;
    text-align: center !important;
    padding-bottom: 0px !important;
    width: 100%;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Poppins-bold', sans-serif !important;
}

.log-form .login-inner .login-content #form-login button {
    border-radius: 36px;
    align-items: center;
    padding: 10px 18px;
    text-align: center !important;
    /*padding-bottom: 0px !important;*/
    width: 100%;
    font-weight: 400;
    line-height: normal;
}

.login-content #form-logins .input-group {
    display: flex;
    align-items: center;
    background: #fff !important;
    color: #8f9399;
    position: relative;
    border-radius: 10px 0 0 10px;
    outline: none;
    padding-top: 15px;
}

.login-content #form-logins .input-group .input-group-btn button {
    line-height: 40px;
    height: 50px;
    padding: 0 15px;
    font-weight: 700;
    border-radius: 0 10px 10px 0;
    width: 100%;
}

.log-form .form-group .form-control:focus {
    border-color: var(--main-brand-color);
    background-color: #fff;
    outline: 0 !important;
}

.lock-ic {
    position: absolute;
    right: 10px;
    top: 42px;
    color: #8f9399;
    font-size: 16px;
}


/* Responsive handlers : Login
------------------------------------
*/

@media (max-width: 768px) {
    .login-wrapper .login-container {
        width: 100%;
    }
    .register-container {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 321px) {
    .login-wrapper .login-container {
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 768px) {
    #verifyEmailBox {
        margin-top: 8%;
        width: 100%;
        padding: 35px 15px;
        margin: 8% auto 18% auto !important;
    }
    .hi-account {
        width: 100%;
        padding: 35px 15px;
        margin: 0 auto 8% auto;
    }
    #emailConfirmationTxt {
        margin-top: 8%;
        width: 100%;
        padding: 35px 15px;
        margin: 0% auto 8% auto;
    }
    .lock-ic {
        position: absolute;
        right: 30px;
        top: 36px;
        color: #8f9399;
    }
    .alert-info {
        background-color: #daeffd;
        color: #2b6a94;
        border-color: #6dc0f9;
        width: 98%;
    }
    .padng-tab {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-tp {
        margin-top: 2px !important;
    }
    .cs-wrapper {
        display: inline-block;
        width: 100%;
    }
    div.cs-skin-slide {
        width: 100%;
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #5e5e5e;
    }
    .profile-form ul {
        width: 100%;
    }
    .list-inline&gt;li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        width: auto;
        float: left;
    }
    .list-inline&gt;li a {
        outline: 0 !important;
        text-decoration: none;
        float: left;
        text-align: center;
        width: 100%;
    }
    .user-info {
        position: relative;
        padding-left: 27px !important;
    }
}


/*------------------------------------------------------------------
[23. Lock Screen]
*/

.lock-container {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.lock-screen-wrapper .credentials {
    margin-top: -84px;
    position: absolute;
    top: 50%;
}

.lock-screen-wrapper .credentials .thumbnail-wrapper {
    width: 53px;
    height: 53px;
}

.lock-screen-wrapper .credentials .logged {
    opacity: .21;
    margin-top: -5px !important;
}

.lock-screen-wrapper .credentials .name {
    opacity: .69;
    margin-top: -5px !important;
    font-size: 36px;
    height: 45px;
    overflow: hidden;
}

.lock-screen-wrapper .terms-wrapper&gt;div {
    display: table;
}

.lock-screen-wrapper .terms-wrapper .terms {
    display: table-cell;
    vertical-align: middle;
}

.lock-screen-wrapper .terms-wrapper .logo-terms {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.lock-screen-wrapper .terms-wrapper .logo-terms .brand {
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}


/* Responsive Handlers : Lockscreen
------------------------------------
*/

@media (max-width: 767px) {
    .lock-container {
        width: 80%;
    }
    .lock-screen-wrapper .credentials form {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .lock-screen-wrapper .credentials {
        margin: 0;
        position: static;
        margin-top: 100px;
        width: 100%;
        float: left;
        clear: both;
    }
    .lock-screen-wrapper .credentials&gt;div {
        text-align: center;
    }
    .lock-screen-wrapper .credentials .thumbnail-wrapper {
        float: none;
        margin: 0 auto;
    }
}


/*------------------------------------------------------------------
[25. Gallery]
*/

.gallery {
    margin: 70px auto 0 auto;
}

.gallery-item {
    overflow: hidden;
    cursor: default;
    margin-bottom: 10px;
    position: relative;
    width: 280px;
    height: 240px;
}

.gallery-item:hover {
    cursor: pointer;
}

.gallery-item[data-width="1"] {
    width: 280px;
}

.gallery-item[data-width="2"] {
    width: 570px;
}

.gallery-item[data-height="1"] {
    height: 240px;
}

.gallery-item[data-height="2"] {
    height: 490px;
}

.gallery-item&gt;img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.gallery-item&gt;.live-tile img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.gallery-item .rating {
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.3);
}

.gallery-item .rating&gt;.rated {
    color: white;
}

.gallery-item .item-info {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}

.gallery-item .item-info.more-content {
    -webkit-transform: translate3d(0, 32%, 0);
    transform: translate3d(0, 32%, 0);
}

.gallery-item:hover .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery-item:hover&gt;img {
    opacity: 0.6;
}

.gallery-item:hover&gt;.live-tile img {
    opacity: 0.6;
}

.gallery-item:active .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery-item:active&gt;img {
    opacity: 0.6;
}

.item-details {
    z-index: 1050;
}

.item-details .dialog__content {
    width: 820px;
    padding: 0;
    text-align: left;
}

.item-details .dialog__content .dialog__overview {
    position: relative;
}

.item-details .dialog__content .dialog__overview .buy-now {
    position: absolute;
    bottom: 20px;
    right: 35px;
}

.item-details .dialog__content .dialog__overview .item-slideshow .slide {
    width: 616px;
    display: block;
    overflow: hidden;
}

.item-details .dialog__content .dialog__footer {
    height: 75px;
}

.item-details .dialog__content .dialog__footer .price {
    margin: 0;
    padding: 0;
    line-height: 75px;
}

.item-details .dialog__content .dialog__footer .separator {
    position: relative;
}

.item-details .dialog__content .dialog__footer .separator:after {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 27px;
    right: 0;
    top: 24px;
}

.item-details .dialog__content .dialog__footer .recommended li {
    overflow: hidden;
}

.item-details .dialog__content .dialog__footer .recommended li a {
    width: 56px;
    height: 56px;
    display: block;
}

.item-details .dialog__content .dialog__footer .recommended li img {
    width: 100%;
}

.item-details .dialog__content .close {
    top: 15px;
    right: -15px;
    z-index: 100;
    background-color: #343b45;
    padding: 5px;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}


/*	  button.close-new {
        -webkit-appearance: none;
    padding: 0px 8px 7px 8px;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border: 0;
    width: 30px;
    height: 34px;
	z-index:999;
	    right: -26px;
}
.cross-pic-new {
    position: absolute;
    right: 3px;
    font-size: 31px;
    color: #fff;
    top: 3px;
	line-height: 31px;
}*/

button.close-new {
    background: none !important;
    width: 42px;
    /* height: 30px; */
    border: none !important;
    z-index: 999;
    position: absolute;
    top: 1px;
    right: -19px !important;
}

button.close-new img {
    width: 100%;
}

.item-details .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    opacity: .7;
    font-size: 18px;
    padding: 0 20px;
}

.item-details .owl-nav .owl-prev {
    float: left;
}

.item-details .owl-nav .owl-next {
    float: right;
}

.item-details .owl-dots {
    bottom: 23px;
    position: absolute;
    right: 23px;
}

.item-details .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 6px;
}

.item-details .owl-dots .owl-dot.active {
    background: #fff;
}

.gallery-filters {
    position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    top: -70px;
}

@media (max-width: 920px) {
    .gallery-item.first {
        display: none;
    }
}

@media (max-width: 767px) {
    .item-details .dialog__content {
        height: 90%;
        overflow-y: auto;
        width: 400px;
        max-width: 400px;
    }
    .item-details .dialog__content .container-fluid {
        height: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-details .dialog__content .dialog__overview {
        height: 100%;
        margin-right: -30px;
        margin-left: -30px;
    }
    .item-details .item-slideshow-wrapper {
        height: 515px !important;
    }
    .item-details .item-description {
        height: auto !important;
    }
    .item-details .item-description .buy-now {
        position: static !important;
        float: right;
        margin-bottom: 20px;
    }
    .item-details .item-slideshow .owl-stage-outer,
    .item-details .item-slideshow .owl-stage {
        height: 100%;
    }
    .item-details .item-slideshow .slide {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .gallery {
        margin-top: 80px;
    }
    .gallery-filters {
        top: -90px;
    }
    .item-details .dialog__content {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 610px) {
    .gallery-item,
    .gallery {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .item-details .dialog__content .container-fluid&gt;.row {
        margin-left: -30px;
        margin-right: -30px;
    }
}


/*------------------------------------------------------------------
[27. Widgets]
*/

.widget {
    position: relative;
}

.widget&gt;div {
    position: relative;
    z-index: 1;
}

.widget:after {
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .69;
}

.widget-1:after {
    background-image: url("../../assets/img/dashboard/pages_hero.jpg");
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .69;
}

.widget-1:before {
    background-image: url("../img/linear_gradient.png");
    background-repeat: repeat-x;
    content: " ";
    left: 0;
    right: 0;
    height: 325px;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.widget-1&gt;.panel-body .company:nth-child(2)&gt;div {
    display: table;
    margin: 0 auto;
    width: 127px;
}

.widget-1&gt;.panel-body&gt;* {
    z-index: 1;
}

.widget-1&gt;.panel-body&gt;*:not(.pull-bottom) {
    position: relative;
}

.widget-1&gt;.panel-body .pull-bottom {
    padding: 0 49px 56px 42px;
}

.widget-1 span.label {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.widget-2:after {
    background-image: url("../../assets/img/social/person-cropped.jpg");
}

.widget-3 a {
    text-decoration: none;
}

.widget-3 .pg-map {
    font-size: 30px;
}

.widget-3 .widget-3-fav {
    background: rgba(0, 0, 0, 0.07);
    vertical-align: middle;
    padding: 6px 11px;
    display: block;
}

.widget-4 .row-sm-height:nth-child(1) {
    height: 30px;
}

.widget-4 .row-sm-height:nth-child(2) {
    height: 30px;
}

.widget-4-chart {
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget-4-chart.line-chart .tick text,
.widget-4-chart .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    transform: translate(-10px, -32px);
}

.widget-4-chart .nvtooltip .nv-pointer-events-none thead {
    display: none;
}

.widget-4-chart .nvtooltip .nv-pointer-events-none tbody .nv-pointer-events-none .key {
    display: none;
}

.widget-5-chart-container {
    overflow: hidden;
}

.widget-5-chart {
    height: auto;
    width: auto;
    bottom: 20px;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 40px;
}

.widget-6 {
    background: #60a0d0;
}

.widget-6 .label {
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.67);
}

.widget-7 .slide-back .row-sm-height:nth-child(1) {
    height: 60%;
}

.widget-7 .slide-back .row-sm-height:nth-child(2) {
    height: 40%;
}

.widget-7-chart {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.widget-7-chart.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 1;
}

.widget-7-chart .nvd3 circle.nv-point:nth-child(4) {
    fill: #eb5751 !important;
    stroke: #eb5751 !important;
}

.widget-8 {
    height: 145px;
}

.widget-8 .row-xs-height:first-child {
    height: 41px;
}

.widget-8-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget-8-chart .line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 0.3;
}

.widget-8-chart .line-chart .nvd3 .nv-groups path.nv-line {
    stroke-opacity: 0.15;
}

.widget-8-chart .nvtooltip {
    display: none;
}

.widget-9 {
    height: 145px;
}

.widget-9 .row-xs-height:first-child {
    height: 26px;
}

.widget-9 .progress {
    background: rgba(0, 0, 0, 0.1);
}

.widget-10 {
    height: 145px;
}

.widget-11 sup {
    margin-right: -4px;
}

.widget-11 .widget-11-table {
    height: 380px;
}

.widget-11 .widget-11-table tr td:first-child {
    width: 40%;
}

.widget-11-2 sup {
    margin-right: -4px;
}

.widget-11-2 .widget-11-2-table {
    height: 273px;
}

.widget-12 .list-inline a {
    padding: 3px 4px;
    border-radius: 3px;
    opacity: .7;
}

.widget-12 .list-inline .active a {
    opacity: 1;
}

.widget-12 .nvd3-line svg {
    height: 316px;
}

.widget-12 .company-stat-boxes .close {
    line-height: 0;
}

.widget-12 .widget-12-search {
    margin-top: -3px;
}

.widget-14 .row-xs-height:nth-child(1) {
    height: 30px;
}

.widget-14 .row-xs-height:nth-child(2) {
    height: 120px;
}

.widget-14 .row-xs-height:nth-child(3) {
    height: 297px;
}

.widget-14-chart_y_axis {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    width: 35px;
    left: 0;
    z-index: 2;
}

.widget-14-chart_y_axis .rickshaw_graph .y_ticks path,
.widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none;
}

.widget-14-chart_y_axis .rickshaw_graph .y_ticks text,
.widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.widget-14-chart_y_axis .y_ticks.plain g:first-child {
    opacity: 0 !important;
}

.widget-14-chart-legend .ui-sortable li {
    padding-right: 0;
}

.widget-14-chart-legend .ui-sortable li .action {
    display: none;
}

.widget-14-chart-legend .ui-sortable li:last-child {
    margin-top: 7px;
}

.widget-15 #widget-15-tab-1&gt;div {
    height: 170px;
}

.widget-15-2 {
    height: 469px;
}

.widget-15-2 #widget-15-2-tab-1 .full-width {
    height: 180px;
}

.widget-16-header .pull-left:last-child {
    width: 69%;
}

.widget-16-chart {
    height: 100px;
}

.widget-16-chart.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-width: 2px;
}

.widget-17 {
    height: 467px;
}

.widget-17 .widget-17-weather {
    width: 90%;
}

.widget-18-post {
    height: 342px;
    background: url("../../assets/img/social/quote.jpg");
    background-position: center center;
    background-size: cover;
}

.widget-19-post {
    height: 237px;
    background: #00A79A;
}

.widget-19-post img {
    top: 50%;
    margin-top: -70px;
}

.btn-circle-arrow {
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.btn-circle-arrow i {
    font-size: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px;
}


/*** Large screens ***/

@media only screen and (min-width: 1824px) {
    .ar-3-2:before {
        padding-top: calc(55% - 5px) !important;
    }
    .ar-2-3:before {
        padding-top: calc(135% - 5px) !important;
    }
}

@media (max-width: 991px) {
    .panel {
        height: auto;
    }
    .widget-8,
    .widget-9,
    .widget-10 {
        height: 180px !important;
    }
}

@media (max-width: 480px) {
    .widget-1-wrapper {
        height: 340px;
    }
}


/* WIDGET MANAGER */

#widget-filter {
    font-size: 18px;
}

#widget-filter:focus {
    background: none;
    border: none;
}

#widgetDetails .progress-circle-indeterminate {
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 50%;
    margin-top: -19px;
}

.widgets-container {
    margin: 0 auto;
}

#widget-preview {
    display: block;
    margin: 0 auto;
}

.widget-item {
    overflow: hidden;
    cursor: default;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    width: 280px;
    height: 240px;
}

.widget-item:hover {
    cursor: pointer;
}

.widget-item:hover:before {
    opacity: 0;
}

.widget-item:hover:after {
    opacity: .8;
}

.widget-item:hover .item-footer {
    color: var(--main-brand-color) !important;
}

.widget-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 70%);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    opacity: 1;
}

.widget-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

.widget-item[data-width="1"] {
    width: 280px;
}

.widget-item[data-width="2"] {
    width: 570px;
}

.widget-item[data-height="1"] {
    height: 240px;
}

.widget-item[data-height="2"] {
    height: 490px;
}

.widget-item .item-footer {
    color: var(--main-brand-color);
}

.widget-item .item-footer p.pull-left {
    text-overflow: ellipsis;
    width: 84%;
    white-space: nowrap;
    overflow: hidden;
}

.widget-item .item-footer .pull-right .fa-stack {
    font-size: 69%;
}

@media (max-width: 420px) {
    .widgets-container {
        margin-top: 80px;
    }
}

@media (max-width: 610px) {
    .widget-item,
    .widgets-container {
        width: 100% !important;
    }
}


/*------------------------------------------------------------------
[28. Misc : Helper Classes]
*/


/* no select2 country and language css  */

.no-select-country,
.no-select-lang {
    display: block !important;
    height: 44px !important;
    padding: 0px 15px !important;
    font-size: 14px !important;
    line-height: 1.428571 !important;
    color: #555 !important;
    border: 1px solid #ccc;
    outline: none !important;
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    background: #f8f9fa !important;
}

.js-example-basic-multipless {
    border-radius: 10px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    padding: 5px 10px;
    transition: border 0.2s linear 0s;
    height: 45px;
    width: 100%;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    background-position-x: 238px;
    background-size: 10px;
    appearance: none;
}

.custom-select {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    display: block !important;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
    color: #455671;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.428571;
    outline: none;
    display: flex;
    align-items: center;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Poppins', sans-serif !important;
    height: 52px;
}

.krankInside .select-selected {
    font-size: 12px;
    height: 45px;
    border: solid 1px rgba(141, 145, 150, 0.22);
    box-shadow: none;
    color: #444;
}

.companyFrmGrp .select-selected {
    font-size: 14px;
    color: #555 !important;
    height: 44px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    background: #f8f9fa !important;
}

.companyFrmGrp .select-selected:hover,
.companyFrmGrp .select-selected.select-arrow-active {
    background-color: rgba(24, 117, 187, 0.1) !important;
    outline: 0 !important;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #455671 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #455671 transparent;
    top: 14px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    /* color: #ffffff; */
    padding: 8px 16px;
    /* border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 6px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--main-brand-color) #fff;
    scrollbar-width: thin;
}

.companyFrmGrp .select-items {
    background: #f8f9fa !important;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* width */

.select-items::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.select-items::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.companyFrmGrp .select-items::-webkit-scrollbar-track {
    background: #f8f9fa !important;
}


/* Handle */

.select-items::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

.select-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.profile-form .form-group.companyFrmGrp {
    overflow: visible;
}

.profile-form .form-group.companyCity {
    width: 100%;
    padding-top: 30px;
}

.mb-30 {
    margin-bottom: 70px !important;
}

@media only screen and (max-width: 756px) {
    .select-selected:after {
        top: 50px;
    }
    .profile-form .form-group.companyCity {
        padding-top: 0px;
    }
    .select-selected.select-arrow-active:after {
        top: 43px;
    }
    .personalGrp .select-selected:after {
        top: 20px;
    }
    .personalGrp .select-selected.select-arrow-active:after {
        top: 14px;
    }
}


/* .js-example-basic-multipless:after {
    position: absolute;
    content: ' ';
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    background-position-x: 238px;
    background-size: 10px;
} */


/* end no-select2 country lang  */

.custom {
    height: 150px;
}

.blur {
    filter: blur(2px);
}

.icon-list .fa-item {
    display: block;
    color: #041522;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
}

.icon-list .fa-item&gt;i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}


/* Thumbnail for icons and profile pics
------------------------------------
*/

.thumbnail.d16 {
    width: 20px;
    height: 20px;
}

.thumbnail.d16&gt;* {
    line-height: 12px;
}

.thumbnail.d24 {
    width: 28px;
    height: 28px;
}

.thumbnail.d24&gt;* {
    line-height: 24px;
}

.thumbnail.d32 {
    width: 36px;
    height: 36px;
}

.thumbnail.d32&gt;* {
    line-height: 28px;
}

.thumbnail.d48 {
    width: 52px;
    height: 52px;
}

.thumbnail.d48&gt;* {
    line-height: 44px;
}

.thumbnail.d68 {
    width: 72px;
    height: 72px;
}

.thumbnail.d68&gt;* {
    line-height: 68px;
}

.thumbnail.d90 {
    width: 94px;
    height: 94px;
}

.thumbnail.d90&gt;* {
    line-height: 90px;
}

.thumbnail.d110 {
    width: 114px;
    height: 114px;
}

.thumbnail.d110&gt;* {
    line-height: 110px;
}

.thumbnail.d220 {
    width: 224px;
    height: 224px;
}

.thumbnail.d220&gt;* {
    line-height: 220px;
}

.thumbnail-wrapper {
    display: inline-block;
    overflow: hidden;
    float: left;
}

.thumbnail-wrapper.circular {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.thumbnail-wrapper.bordered {
    border-width: 2px;
    border-style: solid;
}

.thumbnail-wrapper.bordered.d16 {
    width: 20px;
    height: 20px;
}

.thumbnail-wrapper.bordered.d16&gt;* {
    line-height: 12px;
}

.thumbnail-wrapper.bordered.d24 {
    width: 28px;
    height: 28px;
}

.thumbnail-wrapper.bordered.d24&gt;* {
    line-height: 24px;
}

.thumbnail-wrapper.bordered.d32 {
    width: 36px;
    height: 36px;
}

.thumbnail-wrapper.bordered.d32&gt;* {
    line-height: 28px;
}

.thumbnail-wrapper.bordered.d48 {
    width: 52px;
    height: 52px;
}

.thumbnail-wrapper.bordered.d48&gt;* {
    line-height: 44px;
}

.thumbnail-wrapper.bordered.d68 {
    width: 72px;
    height: 72px;
}

.thumbnail-wrapper.bordered.d68&gt;* {
    line-height: 68px;
}

.thumbnail-wrapper.bordered.d90 {
    width: 94px;
    height: 94px;
}

.thumbnail-wrapper.bordered.d90&gt;* {
    line-height: 90px;
}

.thumbnail-wrapper.bordered.d110 {
    width: 114px;
    height: 114px;
}

.thumbnail-wrapper.bordered.d110&gt;* {
    line-height: 110px;
}

.thumbnail-wrapper.d16 {
    width: 16px;
    height: 16px;
}

.thumbnail-wrapper.d16&gt;* {
    line-height: 16px;
}

.thumbnail-wrapper.d22 {
    width: 30px;
    height: 30px;
}

.thumbnail-wrapper.d22&gt;* {
    line-height: 30px;
}

.thumbnail-wrapper.d22 .bg-master span {
    line-height: 28px !important;
    font-weight: 600;
}

.thumbnail-wrapper.d32 {
    width: 30px;
    height: 30px;
}

.thumbnail-wrapper.d32&gt;* {
    line-height: 22px;
}

.thumbnail-wrapper.d32 span {
    font-size: 10px;
}

.user-users .thumbnail-wrapper.d32 span {
    line-height: 30px !important;
    font-weight: 600 !important;
}

.thumbnail-wrapper.d39 {
    width: 39px;
    height: 39px;
}

.thumbnail-wrapper.d39&gt;* {
    line-height: 39px;
}

.thumbnail-wrapper.d42 {
    width: 42px;
    height: 42px;
}

.thumbnail-wrapper.d42&gt;* {
    line-height: 42px;
}

.thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px;
}

.thumbnail-wrapper.d48&gt;* {
    line-height: 50px;
}

.thumbnail-wrapper.d54 {
    width: 54px;
    height: 54px;
}

.thumbnail-wrapper.d54&gt;* {
    line-height: 54px;
}

.thumbnail-wrapper.d68 {
    width: 68px;
    height: 68px;
}

.thumbnail-wrapper.d68&gt;* {
    line-height: 70px;
}

.thumbnail-wrapper.d80 {
    width: 80px;
    height: 80px;
}

.thumbnail-wrapper.d80&gt;* {
    line-height: 80px;
}

.thumbnail-wrapper.d90 {
    width: 90px;
    height: 90px;
}

.thumbnail-wrapper.d90&gt;* {
    line-height: 90px;
}

.thumbnail-wrapper.d110 {
    width: 114px;
    height: 114px;
}

.thumbnail-wrapper.d110&gt;* {
    line-height: 110px;
}

.thumbnail-wrapper&gt;* {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.thumbnail-wrapper&gt;img {
    vertical-align: top;
}


/* Scroll
------------------------------------
*/

.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


/* Overides
------------------------------------
*/

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-overflow {
    overflow: hidden !important;
}

.auto-overflow {
    overflow: auto;
}

.center-margin {
    margin-left: auto;
    margin-right: auto;
}

.inherit-size {
    width: inherit;
    height: inherit;
}

.inherit-height {
    height: inherit;
}

.image-responsive-height {
    width: 100%;
}

.image-responsive-width {
    height: 100%;
}

.overlayer {
    position: absolute;
    display: block;
    z-index: 21;
}

.overlayer.fullwidth {
    width: 100%;
}

.overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 10;
}

.overlay-fixed {
    position: fixed !important;
    top: auto !important;
}

.top-left {
    position: absolute !important;
    top: 0;
    left: 0;
}

.top-right {
    position: absolute !important;
    top: 1px;
    right: 0;
}

.top-right span {
    min-width: auto;
    padding: 9px 14px;
    border-radius: 10px;
}

.bottom-left {
    position: absolute !important;
    bottom: 1px;
    left: 0;
}

.bottom-right {
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.pull-bottom {
    position: absolute !important;
    bottom: 0;
}

.pull-up {
    position: absolute !important;
    top: 0;
}

.pull-left-100 {
    position: absolute !important;
    left: 100px;
}

.pull-left-50 {
    position: absolute !important;
    left: 50px;
}

.pull-left-200 {
    position: absolute !important;
    left: 200px;
}

.pull-right-100 {
    position: absolute !important;
    right: 100px;
}

.pull-right-50 {
    position: absolute !important;
    right: 50px;
}

.pull-center {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: table;
    z-index: 1;
}

.cursor {
    cursor: pointer;
}

.scroll-x-hidden {
    overflow-x: hidden !important;
}


/* Generic Padding Helpers
------------------------------------
*/

.p-t-0 {
    padding-top: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.padding-5 {
    padding: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-auto {
    padding-left: auto !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.padding-15 {
    padding: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.padding-20 {
    padding: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.padding-25 {
    padding: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.padding-30 {
    padding: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.padding-35 {
    padding: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.padding-40 {
    padding: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.padding-45 {
    padding: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.padding-50 {
    padding: 50px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.padding-55 {
    padding: 55px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.padding-60 {
    padding: 60px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.padding-65 {
    padding: 65px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.padding-70 {
    padding: 70px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.padding-75 {
    padding: 75px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.padding-80 {
    padding: 80px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.padding-85 {
    padding: 85px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.padding-90 {
    padding: 90px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.padding-95 {
    padding: 95px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.padding-100 {
    padding: 100px !important;
}

@media (max-width: 767px) {
    .p-l-xs-15 {
        padding-left: 15px !important;
    }
    .p-t-xs-10 {
        padding-top: 10px !important;
    }
    .padding-sm-0 {
        padding: 0;
    }
}


/* Generic Margin Helpers
------------------------------------
 */

.m-t-0 {
    margin-top: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.margin-0 {
    margin: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.margin-5 {
    margin: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.margin-10 {
    margin: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.margin-15 {
    margin: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.margin-20 {
    margin: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.margin-25 {
    margin: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.margin-30 {
    margin: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.margin-35 {
    margin: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.margin-40 {
    margin: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.margin-45 {
    margin: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.margin-50 {
    margin: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.margin-55 {
    margin: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.margin-60 {
    margin: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.margin-65 {
    margin: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.margin-70 {
    margin: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.margin-75 {
    margin: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.margin-80 {
    margin: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.margin-85 {
    margin: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.margin-90 {
    margin: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.margin-95 {
    margin: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.margin-100 {
    margin: 100px !important;
}

.m-l-auto {
    margin-left: auto !important;
}

.full-height {
    height: 100% !important;
}

.full-width {
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.hide {
    display: none;
}

.inline {
    display: inline-block !important;
}

.block {
    display: block;
}

.b-blank {
    border-color: #000;
}


/* Border Helpers
------------------------------------
*/

.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
    border-style: solid;
    border-width: 0;
}

.b-r {
    border-right-width: 1px !important;
}

.b-l {
    border-left-width: 1px !important;
}

.b-t {
    border-top-width: 1px !important;
}

.b-b {
    border-bottom-width: 1px !important;
}

.b-a {
    border-width: 1px !important;
}

.b-dashed {
    border-style: dashed;
}

.b-thick {
    border-width: 2px !important;
}

.b-thicker {
    border-width: 3px !important;
}

.b-none {
    border-width: 0 !important;
}

.b-transparent {
    border-color: rgba(0, 0, 0, 0.4);
}

.b-transparent-white {
    border-color: rgba(255, 255, 255, 0.3);
}

.b-grey {
    border-color: rgba(221, 222, 223, 0.9);
}

.b-master-light {
    border-color: #dae9f4;
}

.b-alt {
    border-color: rgba(52, 59, 69, 0.15);
}

.b-white {
    border-color: #fff;
}

.b-primary {
    border-color: var(--main-brand-color);
}

.b-yellow {
    border-color: #ffcc66;
}

.b-complete {
    border-color: var(--main-brand-color);
}

.b-success {
    border-color: #00d080;
}

.b-info {
    border-color: var(--main-brand-color);
}

.b-danger {
    border-color: #eb5751;
}

.b-warning {
    border-color: #FFB300;
}

.b-2 {
    border-width: 2px;
}


/* Border Radius
------------------------------------
*/

.b-rad-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.b-rad-md {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.b-rad-lg {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.no-border {
    border: none !important;
}


/** Profile Wrappers **/

.profile-img-wrapper {
    display: inline-block;
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.profile-img-wrapper.big {
    height: 68px;
    width: 68px;
}

.profile-img-wrapper.with-left-space-custom {
    margin-left: 7px;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}


/* Font Sizes
------------------------------------
*/

.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-12h {
    font-size: 12.5px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-62 {
    font-size: 62px !important;
}

.fs-70 {
    font-size: 62px !important;
}

.fs-78 {
    font-size: 78px !important;
}


/* Line-heights
------------------------------------
*/

.lh-normal {
    line-height: normal;
}

.lh-10 {
    line-height: 10px !important;
}

.lh-11 {
    line-height: 11px !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-13 {
    line-height: 13px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-20 {
    line-height: 20px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-32 {
    line-height: 32px !important;
}

.z1 {
    z-index: 1 !important;
}

.z10 {
    z-index: 10 !important;
}

.z20 {
    z-index: 20 !important;
}

.z30 {
    z-index: 30 !important;
}

.z100 {
    z-index: 100 !important;
}


/* heading-heights
------------------------------------
*/

.h-normal {
    line-height: normal;
}

.h-10 {
    height: 10px;
}

.h-11 {
    height: 11px;
}

.h-12 {
    height: 12px;
}

.h-13 {
    height: 13px;
}

.h-14 {
    height: 14px;
}

.h-15 {
    height: 15px;
}

.h-16 {
    height: 16px;
}

.h-50 {
    height: 50px;
}

.h-65 {
    height: 65px;
}

.h-75 {
    height: 75px;
}

.h-100 {
    height: 100px;
}

.h-200 {
    height: 200px;
}

.h-300 {
    height: 300px;
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.h-10p {
    height: 10%;
}

.h-25p {
    height: 25%;
}

.h-50p {
    height: 50%;
}

.h-75p {
    height: 75%;
}

.h-80p {
    height: 80%;
}

.h-90p {
    height: 90%;
}
.h-100p {
    height: 100%;
}


/* widths
------------------------------------
*/

.w-10 {
    width: 10px;
}

.w-50 {
    width: 50px;
}

.w-100 {
    width: 100px !important;
}

.w-100-per {
    width: 100% !important;
}

.w-200 {
    max-width: 200px !important;
}

.w-300 {
    max-width: 300px !important;
}

.w-10p {
    width: 10% !important;
}

.w-25p {
    width: 25% !important;
}

.w-50p {
    width: 50% !important;
}

.w-75p {
    width: 75% !important;
}

.w-80p {
    width: 80% !important;
}

.w-90p {
    width: 90% !important;
}


/* Aspect ratio */

.ar-1-1 .panel,
.ar-2-1 .panel,
.ar-1-2 .panel,
.ar-3-2 .panel,
.ar-2-3 .panel {
    margin: 0;
}

.ar-1-1 {
    position: relative;
    width: 100%;
    /* desired width */
    overflow: hidden;
}

.ar-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.ar-1-1&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ar-2-1 {
    position: relative;
    width: 100%;
    /* desired width */
    overflow: hidden;
}

.ar-2-1:before {
    content: "";
    display: block;
    padding-top: calc(50% - 5px);
    /* initial ratio of 1:1*/
}

.ar-2-1&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ar-1-2 {
    position: relative;
    width: 100%;
    /* desired width */
    overflow: hidden;
}

.ar-1-2:before {
    content: "";
    display: block;
    padding-top: calc(150% - 5px);
    /* initial ratio of 1:1*/
}

.ar-1-2&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ar-3-2 {
    position: relative;
    width: 100%;
    /* desired width */
    overflow: hidden;
}

.ar-3-2:before {
    content: "";
    display: block;
    padding-top: calc(75% - 5px);
    /* initial ratio of 1:1*/
}

.ar-3-2&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ar-2-3 {
    position: relative;
    width: 100%;
    /* desired width */
    overflow: hidden;
}

.ar-2-3:before {
    content: "";
    display: block;
    padding-top: calc(125% - 5px);
    /* initial ratio of 1:1*/
}

.ar-2-3&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}


/* vertical alignment styles */

.col-top {
    vertical-align: top !important;
}

.col-middle {
    vertical-align: middle !important;
}

.col-bottom {
    vertical-align: bottom !important;
}


/* Monochrome Colors
------------------------------------
 */

.bg-master {
    background-color: var(--main-brand-color) !important;
}

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

.bg-alt {
    background-color: rgba(52, 59, 69, 0.1) !important;
}

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

.bg-master-lighter {
    background-color: #e9f2f9 !important;
}

.bg-master-lightest {
    background-color: #f8fbfd !important;
}

.bg-master-dark {
    background-color: #0b3554 !important;
}

.bg-master-darker {
    background-color: #062032 !important;
}

.bg-master-darkest {
    background-color: #041522;
}


/* Contextual Colors
------------------------------------
*/


/* Primary
------------------------------------
*/

.bg-primary {
    background-color: var(--main-brand-color) !important;
}

.bg-primary-dark {
    background-color: #135f97;
}

.bg-primary-darker {
    background-color: #0e4670;
}

.bg-primary-light {
    background-color: #4691c9;
}

.bg-primary-lighter {
    background-color: #d1e3f1;
}


/* Complete
------------------------------------
*/

.bg-complete {
    background-color: #48b0f7 !important;
}

.bg-complete-dark {
    background-color: #3a8fc8;
}

.bg-complete-darker {
    background-color: #2b6a94;
}

.bg-complete-light {
    background-color: #6dc0f9;
}

.bg-complete-lighter {
    background-color: #daeffd;
}


/* Success
------------------------------------
*/

.bg-success {
    background-color: #00d080 !important;
}

.bg-success-dark {
    background-color: #3e8e41;
}

.bg-success-darker {
    background-color: #2e6930;
}

.bg-success-light {
    background-color: #70bf73;
}

.bg-success-lighter {
    background-color: #dbefdc;
}


/* Info
------------------------------------
*/

.bg-info {
    background-color: var(--main-brand-color) !important;
}

.bg-info-dark {
    background-color: #0289c6;
}

.bg-info-darker {
    background-color: #026592;
}

.bg-info-light {
    background-color: #35baf6;
}

.bg-info-lighter {
    background-color: #cdeefd;
}


/* Danger
------------------------------------
*/

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

.bg-danger-dark {
    background-color: #c6362c;
}

.bg-danger-darker {
    background-color: #922820;
}

.bg-danger-light {
    background-color: #f6695e;
}

.bg-danger-lighter {
    background-color: #fdd9d7;
}


/* Warning
------------------------------------
 */

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

.bg-warning-dark {
    background-color: #cf9100;
}

.bg-warning-darker {
    background-color: #996b00;
}

.bg-warning-light {
    background-color: #ffc233;
}

.bg-warning-lighter {
    background-color: #fff0cc;
}


/* Grey
------------------------------------
 */

.bg-grey {
    background-color: #8f9399 !important;
}

.bg-grey-light {
    background-color: #e3e4e6;
}

.bg-grey-lighter {
    background-color: #f4f4f5;
}

.bg-grey-lightest {
    background-color: #fcfcfc;
}


/* More Color Options
------------------------------------
*/


/* Menu
------------------------------------
*/

.bg-menu-dark {
    background-color: #125a90 !important;
}

.bg-menu {
    background-color: var(--main-brand-color);
}

.bg-menu-light {
    background-color: #54ffff;
}


/* Gradients
------------------------------------
*/

.gradient-grey {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
}

.gradient-black {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
}


/* Other Colors
------------------------------------
*/

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}


/* Text Colors */

.link {
    opacity: .7;
}

.link:hover {
    opacity: 1;
}

.text-master {
    color: var(--main-brand-label-color) !important;
}

.text-master-krank {
    color: #1578FC !important;
}

.text-master-premium {
    color: #030303 !important;
}

.text-master-gray {
    color: #555555 !important;
}

.text-master-brand {
    color: var(--main-brand-color) !important;
}

.text-secondary {
    color: var(--main-brand-secondary-color) !important;
}

.text-alt {
    color: #8d9196 !important;
}

.text-grey {
    color: var(--main-brand-gray-color) !important;
}

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

.text-black {
    color: #0b3554 !important;
}

.text-white {
    color: #fff !important;
}

.text-complete {
    color: #48b0f7 !important;
}

.text-success {
    color: #00d080 !important;
}

.text-info {
    color: var(--main-brand-color) !important;
}

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

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

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

.text-primary {
    color: var(--main-brand-color) !important;
}


/* Text Aligngments
------------------------------------
*/

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.clear-float {
    float: none !important;
}


/* Labels
------------------------------------
*/

.label {
    padding: 3px 9px;
    font-size: 11px;
    text-shadow: none;
    background-color: #dae9f4;
    font-weight: 600;
    color: var(--main-brand-color);
}

.label-success {
    background-color: #00d080;
    color: #fff;
}

.label-warning {
    background-color: #FFB300;
    color: #fff;
}

.label-important,
.label-danger {
    background-color: #eb5751;
    color: #fff;
}

.label-info {
    background-color: #48b0f7;
    color: #fff;
}

.label-inverse {
    background-color: #3a8fc8;
    color: #fff;
}

.label-white {
    background-color: #fff;
    color: var(--main-brand-color);
}

.ellipsis,
.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* ribbons
------------------------------------
*/

.ribbon {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 8px 10px;
    background: var(--main-brand-color);
    box-shadow: 1px 2px 3px rgba(52, 59, 69, 0.5);
    z-index: 1;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
}

.ribbon:before {
    width: 7px;
    height: 118%;
    top: 0;
    right: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 0 5px 5px 0;
}

.ribbon:after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    right: -4.5px;
    background: #fff;
    border-radius: 0 5px 5px 0;
}

.ribbon&gt;span {
    color: #fff;
    font-size: 10.5px;
    display: block;
}


/* columns of same height styles
------------------------------------
*/

.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

.mce-branding-powered-by {
    display: none !important;
}


/*Signup popup*/

.modal-wdthn {
    width: 630px;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    padding: 0px;
    border-radius: 12px;
}

.close-btn-new {
    margin-top: -14px !important;
    margin-right: 3px !important;
}


/*.signup-left{position:fixed;bottom:-1000px;width:38%;    z-index: 9999;}*/

.signup-left {
    position: fixed;
    bottom: -1000px;
    width: 100%;
    z-index: 9999;
    /*    height: 100%;*/
}

.signup-second {
    position: fixed;
    bottom: -1000px;
    width: 100%;
    z-index: 9999;
    height: 100%;
    top: 14% !important;
}

.signup-left .icon-sign {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

.signup-left .icon-sign img {
    width: 220px;
}

.signup-left.verify-popup {
    position: fixed;
    bottom: -1000px;
    width: 28%;
    z-index: 9999;
    left: 130px;
}

.signup-left.profile-popup {
    position: fixed;
    bottom: -1000px;
    width: 123%;
    z-index: 9999;
    left: 50px;
}

#signup-modal.signup-left button.close {
    opacity: .5;
    margin-top: -15px !important;
    margin-right: 7px !important;
}

#signup-modal.signup-left button.close&gt;i,
.signup-second button.close&gt;i {
    color: #000;
    font-size: 24px !important;
}

.signup-second button.close {
    opacity: .8;
    margin-right: 7px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

.signup-left.verify-popup .modal-wdthn {
    width: 520px;
    margin: 0 auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
}

#mobile-verify-modal .modal-wdthn {
    border-radius: 10px 10px 0 0 !important;
}

.modal-body-custom {
    margin-top: 8px;
    padding: 0 !important;
}


/*
.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 16px;
    color: #2b79f3;
    text-align: left;
    padding: 0;
}
*/

.signup-title {
    font-family: 'Poppins-Bold', sans-serif !important;
    font-size: 28px;
    color: #455671;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.signup-title span {
    color: #00CF9F;
    font-size: 40px;
}

.pragraph {
    /*
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    color: #2f3746;
    margin-bottom: 20px;
    text-align: left;
    line-height: 25px;
*/
    font-family: 'Poppins-', sans-serif;
    font-size: 25px;
    color: #2f3746;
    margin: 10px 0 30px 0;
    text-align: left;
    line-height: 31px;
    padding: 0px 140px;
    text-align: center;
    float: left;
}

.singup-footer {
    background: #455671;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-radius: 0 0 12px 12px;
}


/*
.emial-signup {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 13px;
    color: #2f3746;
    margin-top: 0px;
	border:1px solid #CCD6E2;
	    width: 100%;
    padding: 10px;
	border-radius: 10px;
}
*/

.emial-signup {
    font-family: 'Poppins-', sans-serif;
    font-size: 20px;
    color: #333F55;
    margin-top: 0px;
    border: 1px solid #CCD6E2;
    width: 60%;
    padding: 10px;
    border-radius: 10px;
    height: 55px;
    padding-right: 20px;
    padding-left: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin-top: -20px;
    position: absolute;
    left: 48%;
}

.emial-signup::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333F55;
}

.emial-signup::-moz-placeholder {
    /* Firefox 19+ */
    color: #333F55;
}

.emial-signup:-ms-input-placeholder {
    /* IE 10+ */
    color: #333F55;
}

.emial-signup:-moz-placeholder {
    /* Firefox 18- */
    color: #333F55;
}

button.emial-signup-btn,
button.emial-signup-btn:hover,
button.emial-signup-btn:focus {
    /*
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
    background: #00d0a0 !important;
    width: auto;
    padding: 10px 18px;
    float: right;
    margin-bottom: 20px;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
    line-height: normal;
*/
    font-family: 'Poppins-', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 25px 0px 15px 0;
    background: var(--main-brand-color) !important;
    width: auto;
    padding: 15px 18px;
    float: none;
    border-radius: 44px;
    box-shadow: none;
    border: none;
    line-height: normal;
    min-width: 240px;
}


/*Signup popup*/


/*profile completion*/

.profile-completetion {
    width: 100%;
    float: left;
}

.profile-completetion img {
    width: 32px;
    float: left;
    margin-top: 20px;
}

.profile-completetion .bar-section {
    width: calc(100% - 45px);
    float: left;
    margin-left: 10px;
}

.profile-completetion .bar-section h3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--main-brand-color);
    text-align: left;
    padding: 0;
    width: 100%;
    float: left;
}

.profile-completetion .bar-section h4 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 13px;
    color: var(--main-brand-color);
    text-align: left;
    padding: 0;
    width: 100%;
    float: left;
}

.profile-completetion .bar-section p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 13px;
    color: #353b44;
    text-align: left;
    padding: 0;
    margin: -6px 0 0 0;
    width: 100%;
    float: left;
}

.profile-completetion .bar-section .main-bar {
    background: #f1f0f0;
    width: 84%;
    height: 22px;
    float: left;
    margin-top: 4px;
}

.profile-completetion .bar-section .main-bar span {
    height: 22px;
    float: left;
    background: #0ED679;
}

.profile-completetion .percentage {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 14px;
    color: #353b44;
    float: right;
    padding-top: 7px;
}

.profile-completetion .bar-section a.skip {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: var(--main-brand-color);
    text-align: left;
    margin-top: 0;
    width: auto;
    float: right;
}

@media (min-width: 1400px) and (max-width: 1460px) {
    .signup-second .modal-wdthn {
        width: 40%;
        margin: 0 auto;
        border: none;
        -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        padding: 0px;
        border-radius: 12px;
    }
    .signup-second .pragraph {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 13px;
        color: #2f3746;
        margin-bottom: 20px;
        text-align: left;
        line-height: 25px;
        font-family: 'Poppins-', sans-serif;
        font-size: 25px;
        color: #2f3746;
        margin: 10px 0 30px 0;
        text-align: left;
        line-height: 31px;
        padding: 0px 100px;
        text-align: center;
        float: left;
    }
    .signup-second .icon-sign img {
        width: 200px;
    }
    .signup-second {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        top: 70px !important;
    }
    .auct-tab .input-group .form-control {
        padding-left: 12px !important;
        background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right !important;
        background-position-x: right;
        background-size: auto;
        -webkit-appearance: none;
        background-position-x: 107px !important;
        background-size: 10px !important;
    }
}


/*profile completion*/

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell !important;
        float: none !important;
    }
    #plan-listing-cost .padding-10 h3.fs-48 {
        font-size: 35px !important;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .row-md-height {
        display: table-row;
    }
    .col-md-height {
        display: table-cell !important;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .row-lg-height {
        display: table-row;
    }
    .col-lg-height {
        display: table-cell !important;
        float: none !important;
    }
}


/* Content Placeholde
--------------------------------------*/

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.center-imge-new {
    width: 250px;
    float: right;
    border: solid 1px #e3e4e6;
    background: #f8f8f8;
    text-align: center;
    padding: 0px;
    height: 220px;
    margin-right: 7%;
}

.circle-animated-new {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    position: relative;
    margin: 23px auto 0 auto;
}

.line-center-background-new {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 180px;
    height: 10px;
    position: relative;
    margin-top: 25px;
    margin: 10px auto 5px auto;
}

.small-linecenter-background-new {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 150px;
    height: 8px;
    position: relative;
    margin: 0 auto;
}

.btn-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 150px;
    height: 40px;
    position: relative;
    float: left;
    margin-left: 20%;
    margin-top: 15px;
}

.btn-background-photo {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    width: 100px;
    height: 100px;
    position: relative;
    float: right;
    margin-right: 7%;
    margin-top: 15px;
}


/*------------------------------------------------------------------
[29. Print]
*/

@media print {
    .header,
    .page-sidebar,
    .quickview-wrapper,
    .overlay {
        display: none;
    }
    .page-container {
        padding-left: 0;
    }
    .page-content-wrapper .content {
        border-top: 0;
    }
    .page-content-wrapper .content .panel {
        border: none;
    }
    .page-content-wrapper .content .panel .panel-body {
        padding: 0;
    }
    [class^='padding-'],
    [class*='padding-'],
    .table tbody tr td {
        padding: 10px;
    }
}


/*** Portrait **/

@media (min-width: 320px) and (max-width: 767px) {
    #krank-share-modal-new .modal-dialog {
        width: 100% !important;
    }
    .form-group-default.required:after {
        color: #eb5751;
        content: "*";
        font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        position: absolute;
        right: 5px;
        top: 9px;
    }
    .xs-p-t-0 {
        padding-top: 0px !important;
    }
    .xs-p-r-0 {
        padding-right: 0px !important;
    }
    .xs-p-l-0 {
        padding-left: 0px !important;
    }
    .xs-p-b-0 {
        padding-bottom: 0px !important;
    }
    .xs-padding-0 {
        padding: 0px !important;
    }
    .xs-p-t-5 {
        padding-top: 5px !important;
    }
    .xs-p-r-5 {
        padding-right: 5px !important;
    }
    .xs-p-l-5 {
        padding-left: 5px !important;
    }
    .xs-p-b-5 {
        padding-bottom: 5px !important;
    }
    .xs-padding-5 {
        padding: 5px !important;
    }
    .xs-p-t-10 {
        padding-top: 10px !important;
    }
    .xs-p-r-10 {
        padding-right: 10px !important;
    }
    .xs-p-l-10 {
        padding-left: 10px !important;
    }
    .xs-p-b-10 {
        padding-bottom: 10px !important;
    }
    .xs-padding-10 {
        padding: 10px !important;
    }
    .xs-p-t-15 {
        padding-top: 15px !important;
    }
    .xs-p-r-15 {
        padding-right: 15px !important;
    }
    .xs-p-l-15 {
        padding-left: 15px !important;
    }
    .xs-p-b-15 {
        padding-bottom: 15px !important;
    }
    .xs-padding-15 {
        padding: 15px !important;
    }
    .xs-p-t-20 {
        padding-top: 20px !important;
    }
    .xs-p-r-20 {
        padding-right: 20px !important;
    }
    .xs-p-l-20 {
        padding-left: 20px !important;
    }
    .xs-p-b-20 {
        padding-bottom: 20px !important;
    }
    .xs-padding-20 {
        padding: 20px !important;
    }
    .xs-p-t-25 {
        padding-top: 25px !important;
    }
    .xs-p-r-25 {
        padding-right: 25px !important;
    }
    .xs-p-l-25 {
        padding-left: 25px !important;
    }
    .xs-p-b-25 {
        padding-bottom: 25px !important;
    }
    .xs-padding-25 {
        padding: 25px !important;
    }
    .xs-p-t-30 {
        padding-top: 30px !important;
    }
    .xs-p-r-30 {
        padding-right: 30px !important;
    }
    .xs-p-l-30 {
        padding-left: 30px !important;
    }
    .xs-p-b-30 {
        padding-bottom: 30px !important;
    }
    .xs-padding-30 {
        padding: 30px !important;
    }
    .xs-p-t-35 {
        padding-top: 35px !important;
    }
    .xs-p-r-35 {
        padding-right: 35px !important;
    }
    .xs-p-l-35 {
        padding-left: 35px !important;
    }
    .xs-p-b-35 {
        padding-bottom: 35px !important;
    }
    .xs-padding-35 {
        padding: 35px !important;
    }
    .xs-p-t-40 {
        padding-top: 40px !important;
    }
    .xs-p-r-40 {
        padding-right: 40px !important;
    }
    .xs-p-l-40 {
        padding-left: 40px !important;
    }
    .xs-p-b-40 {
        padding-bottom: 40px !important;
    }
    .xs-padding-40 {
        padding: 40px !important;
    }
    .xs-p-t-45 {
        padding-top: 45px !important;
    }
    .xs-p-r-45 {
        padding-right: 45px !important;
    }
    .xs-p-l-45 {
        padding-left: 45px !important;
    }
    .xs-p-b-45 {
        padding-bottom: 45px !important;
    }
    .xs-padding-45 {
        padding: 45px !important;
    }
    .xs-p-t-50 {
        padding-top: 50px !important;
    }
    .xs-p-r-50 {
        padding-right: 50px !important;
    }
    .xs-p-l-50 {
        padding-left: 50px !important;
    }
    .xs-p-b-50 {
        padding-bottom: 50px !important;
    }
    .xs-padding-50 {
        padding: 50px !important;
    }
    .xs-p-t-55 {
        padding-top: 55px !important;
    }
    .xs-p-r-55 {
        padding-right: 55px !important;
    }
    .xs-p-l-55 {
        padding-left: 55px !important;
    }
    .xs-p-b-55 {
        padding-bottom: 55px !important;
    }
    .xs-padding-55 {
        padding: 55px !important;
    }
    .xs-p-t-60 {
        padding-top: 60px !important;
    }
    .xs-p-r-60 {
        padding-right: 60px !important;
    }
    .xs-p-l-60 {
        padding-left: 60px !important;
    }
    .xs-p-b-60 {
        padding-bottom: 60px !important;
    }
    .xs-padding-60 {
        padding: 60px !important;
    }
    .xs-p-t-65 {
        padding-top: 65px !important;
    }
    .xs-p-r-65 {
        padding-right: 65px !important;
    }
    .xs-p-l-65 {
        padding-left: 65px !important;
    }
    .xs-p-b-65 {
        padding-bottom: 65px !important;
    }
    .xs-padding-65 {
        padding: 65px !important;
    }
    .xs-p-t-70 {
        padding-top: 70px !important;
    }
    .xs-p-r-70 {
        padding-right: 70px !important;
    }
    .xs-p-l-70 {
        padding-left: 70px !important;
    }
    .xs-p-b-70 {
        padding-bottom: 70px !important;
    }
    .xs-padding-70 {
        padding: 70px !important;
    }
    .xs-p-t-75 {
        padding-top: 75px !important;
    }
    .xs-p-r-75 {
        padding-right: 75px !important;
    }
    .xs-p-l-75 {
        padding-left: 75px !important;
    }
    .xs-p-b-75 {
        padding-bottom: 75px !important;
    }
    .xs-padding-75 {
        padding: 75px !important;
    }
    .xs-p-t-80 {
        padding-top: 80px !important;
    }
    .xs-p-r-80 {
        padding-right: 80px !important;
    }
    .xs-p-l-80 {
        padding-left: 80px !important;
    }
    .xs-p-b-80 {
        padding-bottom: 80px !important;
    }
    .xs-padding-80 {
        padding: 80px !important;
    }
    .xs-p-t-85 {
        padding-top: 85px !important;
    }
    .xs-p-r-85 {
        padding-right: 85px !important;
    }
    .xs-p-l-85 {
        padding-left: 85px !important;
    }
    .xs-p-b-85 {
        padding-bottom: 85px !important;
    }
    .xs-padding-85 {
        padding: 85px !important;
    }
    .xs-p-t-90 {
        padding-top: 90px !important;
    }
    .xs-p-r-90 {
        padding-right: 90px !important;
    }
    .xs-p-l-90 {
        padding-left: 90px !important;
    }
    .xs-p-b-90 {
        padding-bottom: 90px !important;
    }
    .xs-padding-90 {
        padding: 90px !important;
    }
    .xs-p-t-95 {
        padding-top: 95px !important;
    }
    .xs-p-r-95 {
        padding-right: 95px !important;
    }
    .xs-p-l-95 {
        padding-left: 95px !important;
    }
    .xs-p-b-95 {
        padding-bottom: 95px !important;
    }
    .xs-padding-95 {
        padding: 95px !important;
    }
    .xs-p-t-100 {
        padding-top: 100px !important;
    }
    .xs-p-r-100 {
        padding-right: 100px !important;
    }
    .xs-p-l-100 {
        padding-left: 100px !important;
    }
    .xs-p-b-100 {
        padding-bottom: 100px !important;
    }
    .xs-padding-100 {
        padding: 100px !important;
    }
    .xs-m-t-0 {
        margin-top: 0px !important;
    }
    .xs-m-r-0 {
        margin-right: 0px !important;
    }
    .xs-m-l-0 {
        margin-left: 0px !important;
    }
    .xs-m-b-0 {
        margin-bottom: 0px !important;
    }
    .xs-margin-0 {
        margin: 0px !important;
    }
    .xs-m-t-5 {
        margin-top: 5px !important;
    }
    .xs-m-r-5 {
        margin-right: 5px !important;
    }
    .xs-m-l-5 {
        margin-left: 5px !important;
    }
    .xs-m-b-5 {
        margin-bottom: 5px !important;
    }
    .xs-margin-5 {
        margin: 5px !important;
    }
    .xs-m-t-10 {
        margin-top: 10px !important;
    }
    .xs-m-r-10 {
        margin-right: 10px !important;
    }
    .xs-m-l-10 {
        margin-left: 10px !important;
    }
    .xs-m-b-10 {
        margin-bottom: 10px !important;
    }
    .xs-margin-10 {
        margin: 10px !important;
    }
    .xs-m-t-15 {
        margin-top: 15px !important;
    }
    .xs-m-r-15 {
        margin-right: 15px !important;
    }
    .xs-m-l-15 {
        margin-left: 15px !important;
    }
    .xs-m-b-15 {
        margin-bottom: 15px !important;
    }
    .xs-margin-15 {
        margin: 15px !important;
    }
    .xs-m-t-20 {
        margin-top: 20px !important;
    }
    .xs-m-r-20 {
        margin-right: 20px !important;
    }
    .xs-m-l-20 {
        margin-left: 20px !important;
    }
    .xs-m-b-20 {
        margin-bottom: 20px !important;
    }
    .xs-margin-20 {
        margin: 20px !important;
    }
    .xs-m-t-25 {
        margin-top: 25px !important;
    }
    .xs-m-r-25 {
        margin-right: 25px !important;
    }
    .xs-m-l-25 {
        margin-left: 25px !important;
    }
    .xs-m-b-25 {
        margin-bottom: 25px !important;
    }
    .xs-margin-25 {
        margin: 25px !important;
    }
    .xs-m-t-30 {
        margin-top: 30px !important;
    }
    .xs-m-r-30 {
        margin-right: 30px !important;
    }
    .xs-m-l-30 {
        margin-left: 30px !important;
    }
    .xs-m-b-30 {
        margin-bottom: 30px !important;
    }
    .xs-margin-30 {
        margin: 30px !important;
    }
    .xs-m-t-35 {
        margin-top: 35px !important;
    }
    .xs-m-r-35 {
        margin-right: 35px !important;
    }
    .xs-m-l-35 {
        margin-left: 35px !important;
    }
    .xs-m-b-35 {
        margin-bottom: 35px !important;
    }
    .xs-margin-35 {
        margin: 35px !important;
    }
    .xs-m-t-40 {
        margin-top: 40px !important;
    }
    .xs-m-r-40 {
        margin-right: 40px !important;
    }
    .xs-m-l-40 {
        margin-left: 40px !important;
    }
    .xs-m-b-40 {
        margin-bottom: 40px !important;
    }
    .xs-margin-40 {
        margin: 40px !important;
    }
    .xs-m-t-45 {
        margin-top: 45px !important;
    }
    .xs-m-r-45 {
        margin-right: 45px !important;
    }
    .xs-m-l-45 {
        margin-left: 45px !important;
    }
    .xs-m-b-45 {
        margin-bottom: 45px !important;
    }
    .xs-margin-45 {
        margin: 45px !important;
    }
    .xs-m-t-50 {
        margin-top: 50px !important;
    }
    .xs-m-r-50 {
        margin-right: 50px !important;
    }
    .xs-m-l-50 {
        margin-left: 50px !important;
    }
    .xs-m-b-50 {
        margin-bottom: 50px !important;
    }
    .xs-margin-50 {
        margin: 50px !important;
    }
    .xs-m-t-55 {
        margin-top: 55px !important;
    }
    .xs-m-r-55 {
        margin-right: 55px !important;
    }
    .xs-m-l-55 {
        margin-left: 55px !important;
    }
    .xs-m-b-55 {
        margin-bottom: 55px !important;
    }
    .xs-margin-55 {
        margin: 55px !important;
    }
    .xs-m-t-60 {
        margin-top: 60px !important;
    }
    .xs-m-r-60 {
        margin-right: 60px !important;
    }
    .xs-m-l-60 {
        margin-left: 60px !important;
    }
    .xs-m-b-60 {
        margin-bottom: 60px !important;
    }
    .xs-margin-60 {
        margin: 60px !important;
    }
    .xs-m-t-65 {
        margin-top: 65px !important;
    }
    .xs-m-r-65 {
        margin-right: 65px !important;
    }
    .xs-m-l-65 {
        margin-left: 65px !important;
    }
    .xs-m-b-65 {
        margin-bottom: 65px !important;
    }
    .xs-margin-65 {
        margin: 65px !important;
    }
    .xs-m-t-70 {
        margin-top: 70px !important;
    }
    .xs-m-r-70 {
        margin-right: 70px !important;
    }
    .xs-m-l-70 {
        margin-left: 70px !important;
    }
    .xs-m-b-70 {
        margin-bottom: 70px !important;
    }
    .xs-margin-70 {
        margin: 70px !important;
    }
    .xs-m-t-75 {
        margin-top: 75px !important;
    }
    .xs-m-r-75 {
        margin-right: 75px !important;
    }
    .xs-m-l-75 {
        margin-left: 75px !important;
    }
    .xs-m-b-75 {
        margin-bottom: 75px !important;
    }
    .xs-margin-75 {
        margin: 75px !important;
    }
    .xs-m-t-80 {
        margin-top: 80px !important;
    }
    .xs-m-r-80 {
        margin-right: 80px !important;
    }
    .xs-m-l-80 {
        margin-left: 80px !important;
    }
    .xs-m-b-80 {
        margin-bottom: 80px !important;
    }
    .xs-margin-80 {
        margin: 80px !important;
    }
    .xs-m-t-85 {
        margin-top: 85px !important;
    }
    .xs-m-r-85 {
        margin-right: 85px !important;
    }
    .xs-m-l-85 {
        margin-left: 85px !important;
    }
    .xs-m-b-85 {
        margin-bottom: 85px !important;
    }
    .xs-margin-85 {
        margin: 85px !important;
    }
    .xs-m-t-90 {
        margin-top: 90px !important;
    }
    .xs-m-r-90 {
        margin-right: 90px !important;
    }
    .xs-m-l-90 {
        margin-left: 90px !important;
    }
    .xs-m-b-90 {
        margin-bottom: 90px !important;
    }
    .xs-margin-90 {
        margin: 90px !important;
    }
    .xs-m-t-95 {
        margin-top: 95px !important;
    }
    .xs-m-r-95 {
        margin-right: 95px !important;
    }
    .xs-m-l-95 {
        margin-left: 95px !important;
    }
    .xs-m-b-95 {
        margin-bottom: 95px !important;
    }
    .xs-margin-95 {
        margin: 95px !important;
    }
    .xs-m-t-100 {
        margin-top: 100px !important;
    }
    .xs-m-r-100 {
        margin-right: 100px !important;
    }
    .xs-m-l-100 {
        margin-left: 100px !important;
    }
    .xs-m-b-100 {
        margin-bottom: 100px !important;
    }
    .xs-margin-100 {
        margin: 100px !important;
    }
    .xs-pull-none {
        float: none !important;
    }
    .xs-pull-left {
        float: left !important;
    }
    .xs-pull-right {
        float: right !important;
    }
    .xs-btn-block,
    .xs-block {
        display: block;
        width: 100%;
    }
    .xs-inline-block {
        display: block;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-text-left {
        text-align: left !important;
    }
    .xs-fs-12 {
        font-size: 12px !important;
    }
    .xs-padding-20px {
        padding: 20px !important;
    }
    #scrollUp {
        display: none !important;
    }
    #tawkchat-container&gt;iframe {
        bottom: 52px !important;
    }
    .header-navigation {
        position: fixed;
        top: inherit;
        bottom: 0px;
        margin-bottom: 0px;
        height: 55px;
    }
    .header-navigation&gt;.container.m-t-20 {
        margin-top: 0px !important;
    }
    .header-navigation&gt;.container .menu-items {
        padding-left: 15px;
        display: table;
        width: 100%;
    }
    .header-navigation&gt;.container .menu-items li {
        width: 19.2%;
        padding: 15px 0;
        border-right: solid 1px #dddedf;
    }
    .header-navigation&gt;.container .menu-items li:after {
        display: none;
    }
    .header-navigation&gt;.container .menu-items span i {
        font-size: 24px;
    }
    .header-navigation&gt;.container .menu-items span&gt;i.left {
        font-size: 24px;
    }
    .header-navigation&gt;.container .menu-items span&gt;i.right {
        font-size: 18px;
        margin-left: 4px;
    }
    .page-container .page-content-wrapper .content {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .page-container .page-content-wrapper .footer {
        position: relative;
        padding: 86px 0 73px 0;
        top: 10px;
    }
    .page-container .page-content-wrapper .footer .copyright {
        padding: 0px;
    }
    .panel-feed .panel-heading .user-card .db-user-info {
        width: calc(100% - 90px);
        overflow: hidden;
    }
    .header .dropdown-profile .dropdown-menu {
        min-width: 320px;
        min-height: 668px;
        margin-top: 6px;
        right: -16px;
    }
    .profile-dropdown::after {
        right: 29px;
    }
    .dropdown-profile .dropdown-backdrop {
        top: 60px;
        background: rgba(52, 59, 69, 0.5);
    }
    .profile-dropdown-toggle {
        padding-right: 0px;
        padding-left: 0px;
    }
    .mega-dropdown&gt;.dropdown-toggle-mobile {
        position: absolute;
        right: 16px;
        z-index: 8;
        padding: 15px 16px 13px;
        background: var(--main-brand-color);
        color: #fff;
    }
    .mega-dropdown&gt;.dropdown-toggle-mobile&gt;i {
        font-size: 24px;
    }
    .dropdown-menu.mega-dropdown-menu {
        width: 100%;
        padding: 20px 0;
        margin: 0;
        top: 100px;
        position: fixed;
        height: 72.7%;
    }
    .mega-dropdown-item li {
        line-height: 1.5;
        font-size: 14px;
    }
    .mega-dropdown-item .mega-menu-icon {
        top: 0px;
        height: 100%;
    }
    .mega-dropdown-item:nth-child(7) {
        margin-bottom: 100px;
    }
    .dropdown-menu.notification-toggle {
        min-width: 320px;
        width: 320px;
        /* min-height: 130px;*/
        min-height: 0px;
        margin-top: 0px;
        /*    left: -174px !important;*/
        left: -174px !important;
    }
    .notification-panel .notification-body {
        min-height: 0px;
    }
    .dropdown-menu.notification-toggle:before {
        right: 130px;
    }
    .dropdown-menu.msg-toggle {
        min-width: 320px;
        width: 320px;
        min-height: 0px;
        /*min-height: 130px;*/
        margin-top: 0px;
        left: -219px !important;
        padding: 0;
    }
    .msg-toggle:before {
        position: absolute;
        top: -7px;
        right: 15px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        content: '';
    }
    .dropdown-menu.msg-toggle.msg-toggle:before {
        right: 87px;
    }
    .dropdown-profile .dropdown-backdrop {
        top: 60px;
        background: rgba(52, 59, 69, 0.5);
    }
    .popover.left {
        width: 100%;
    }
    .col-db-center {
        padding: 0px 15px !important;
    }
    .header .search-mb {
        display: block !important;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0px;
        background-color: #d0d4db;
    }
    .header .search-mb .main-search {
        margin: 7px 0px;
    }
    #main-search input.new-search {
        background: #f7f8f9;
        border-radius: 6px 0 0 6px;
        color: #343b45;
    }
    .header .search-mb .main-search {
        width: 55%;
    }
    .search-mb .filter-top {
        width: 29%;
        float: left;
        margin-top: 7px;
        padding-left: 0;
        margin-left: 0;
    }
    .filter-top ul.dropselct {
        height: 35px;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        border-left: none;
        float: left;
        background: url(../img/arrow-downb.png) 96% / 8% no-repeat #f7f8f9;
    }
    .search-mb button {
        margin-bottom: 5px;
        margin-top: -1px;
        line-height: 23px;
        border-radius: 0 6px 6px 0;
        font-size: 13px;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 400 !important;
        margin-top: 7px;
    }
    .search-mb {
        padding-right: 0 !important;
    }
    .nav-tabs-simple li a {
        text-transform: inherit;
        /* text-align: left; */
        padding: 12px 0;
        color: #343b45;
        font-family: 'Roboto', sans-serif;
        min-width: inherit;
        font-size: 14px;
        /* margin-right: 21px; */
        text-align: center;
        width: 100%;
        /* float: left; */
    }
    .status-box .nav-tabs-simple li {
        margin: 0 0px 0 0 !important;
        padding: 0 14px;
    }
    .modal-dialog {
        margin: 0px;
    }
    .uploadBtn {
        margin: 10px auto;
    }
    .mrgn-lft-modal {
        margin-left: 19px;
    }
    .btn-center {
        text-align: center !important;
    }
    .notification-panel .notification-body .notification-item .heading .time {
        font-size: 11px;
        margin-right: 17px;
        position: absolute;
        right: -4px;
        top: 7px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs-linetriangle {
        font-size: inherit;
    }
    .nav-tabs-linetriangle&gt;li {
        display: none;
    }
    .nav-tabs-linetriangle&gt;li.active {
        display: block;
    }
    .mardal-mrgn {
        width: 100%;
        margin-left: 10px;
    }
    .uploadBtn {
        margin: 10px auto;
    }
    .btn-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    .nav-tabs-linetriangle {
        font-size: inherit;
    }
    .nav-tabs-linetriangle&gt;li {
        display: none;
    }
    .nav-tabs-linetriangle&gt;li.active {
        display: block;
    }
    .mardal-mrgn {
        width: 100%;
        margin-left: 10px;
    }
}

@media (min-width: 320px) {
    .mardal-mrgn {
        width: 83%;
        margin-left: 3px;
    }
    .mrgn-lft-modal {
        margin-left: 5px;
    }
}

@media (min-width: 360px) {
    .mardal-mrgn {
        width: 95%;
        margin-left: 1px;
    }
    .edit-temp {
        width: 76%;
        margin-left: 2px;
    }
    .tble-heading {
        font-weight: bold;
        font-size: 15px;
        margin-top: 8px;
        width: 74%;
        float: left;
        color: #2e2e2e;
        font-family: sans-serif;
        margin-bottom: 0;
        padding: 0;
    }
    .tble-pra {
        font-size: 12px;
        width: 74%;
        float: left;
        color: #2e2e2e;
        font-family: sans-serif;
        margin-bottom: 0;
        padding: 0;
        margin-top: 3px;
        font-weight: normal;
        text-transform: none;
    }
    .invi-hd {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 300;
        color: #929292;
        font-family: sans-serif;
        border-bottom: none;
        white-space: normal;
        width: 77%;
        float: left;
    }
    .mrgn-lft-modal {
        margin-left: 26px;
    }
}

@media (min-width: 375px) {
    .mardal-mrgn {
        width: 99%;
        margin-left: 1px;
    }
}

@media (min-width: 412px) and (max-width: 480px) {
    .mardal-mrgn {
        width: 100%;
        margin-left: 10px;
    }
}

@media (min-width: 568px) {
    .mardal-mrgn {
        width: 100%;
        margin-left: 10px;
    }
}

@media (min-width: 320px) and (max-width: 765px) {
    .signup-second {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        top: 7% !important;
    }
    .modal-wdthn {
        width: 100%;
        margin: 0 auto;
        border: none;
        -webkit-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        box-shadow: 0px 0px 66px -1px rgba(0, 0, 0, 0.49);
        padding: 0px;
        border-radius: 12px;
    }
    .signup-left .pragraph {
        font-family: 'Poppins-', sans-serif;
        font-size: 25px;
        color: #2f3746;
        margin: 10px 0 30px 0;
        text-align: left;
        line-height: 31px;
        padding: 0px 10px;
        text-align: center;
        float: left;
    }
    .emial-signup {
        font-family: 'Poppins-', sans-serif;
        font-size: 20px;
        color: #333F55;
        margin-top: 0px;
        border: 1px solid #CCD6E2;
        width: 90%;
        padding: 10px;
        border-radius: 10px;
        height: 55px;
        padding-right: 20px;
        padding-left: 20px;
    }
    button.emial-signup-btn,
    button.emial-signup-btn:hover,
    button.emial-signup-btn:focus {
        font-family: 'Poppins-', sans-serif;
        font-weight: 600;
        font-size: 19px;
        color: #fff;
        margin: 25px 0px 15px 0;
        background: var(--main-brand-color) !important;
        width: auto;
        padding: 15px 18px;
        float: none;
        border-radius: 44px;
        box-shadow: none;
        border: none;
        line-height: normal;
        min-width: 240px;
    }
    .signup-left {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 99999999;
    }
    .signup-left .icon-sign img {
        width: 160px;
    }
    #freeForm .conf-pad {
        padding-left: 15px !important;
        margin-top: 15px;
    }
    .myclass {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 208px;
    }
    a.imag-icon p,
    a.imag-icon span {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0 4px;
    }
    .wdth-row-one .select-watermark ul {
        list-style: none;
        float: left;
        padding: 10px;
        width: 100%;
    }
    .wdth-row-one .select-watermark ul li {
        width: 44%;
        float: left;
        text-align: center;
        padding: 10px;
    }
    #main-wall .panel-feed .panel-heading .user-card .db-user-info div a {
        max-width: 100%;
    }
    .cin_url {
        display: block;
        color: #888;
    }
    .cin_url i {
        margin-right: 5px !important;
        width: auto;
        /* float: left; */
        margin-top: 2px;
        margin-left: 5px;
    }
    .cin_url p {
        float: left;
    }
    .cin_url a {
        width: 250px !important;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        text-overflow: ellipsis;
    }
}

a.connect-noti-btn {
    margin-left: 0px;
    /* float: left; */
    height: 32px;
    border-radius: 6px;
    line-height: 30px !important;
    padding: 0 15px;
    width: auto !important;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
}

.noti-drop {
    margin-left: 50px;
    width: auto;
    float: left;
    margin-top: -5px;
    margin-bottom: 12px;
}

#freeUser .close {
    margin-top: -18px;
    margin-right: -15px;
    font-size: 23px;
    opacity: .5;
}

#freeUser .modal-dialog {
    width: calc(100% - 0px);
    margin-left: 0;
}

#freeUser .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 60%;
}

@media (min-width:380px) and (max-width: 480px) {
    #modalContentStandard .modal-dialog {
        width: 59%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #watermark-one .modal-dialog {
        margin: 15px auto 0 0 !important;
    }

    section#scrollSection {
        /* padding-left: 86px !important; */
    }

    .bg-row:hover, .bg-row.active {
        background: #FFF !important;
    }

    #add-dealer-modal #dealer-ndiv .aq-user-card.all .user-info {
        width: calc(71% - 80px);
    }

    #watermark-one .modal-content{
        width:91% !important
    }

    .added-dealer .checkbox label:after{
        width:16px !important
    }
    .cin_url a {
        width: 67px !important;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        text-overflow: ellipsis;
    }
    #watermark-one .modal-dialog {
        width: 70%;
        margin-left: 0.6%;
    }
    #modalContentStandard .modal-dialog {
        width: 96%;
        margin: 0 auto;
    }
    .signup-left {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 99999999;
    }
    .mega-dropdown {
        position: static !important;
        z-index: 2;
        width: 116%;
        margin-top: 0px;
    }
    .res-cs {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .signup-second {
        top: 10px !important;
    }
    .signup-left {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
    }
    .signup-left .icon-sign img {
        width: 170px;
    }
    .signup-left .pragraph {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500;
        font-size: 13px;
        color: #2f3746;
        margin-bottom: 20px;
        text-align: left;
        line-height: 25px;
        font-family: 'Poppins-', sans-serif;
        font-size: 22px;
        color: #2f3746;
        margin: 10px 0 30px 0;
        text-align: left;
        line-height: 31px;
        padding: 0px 160px;
        text-align: center;
        float: left;
    }
    .emial-signup {
        font-family: 'Poppins-', sans-serif;
        font-size: 20px;
        color: #333F55;
        margin-top: 0px;
        border: 1px solid #CCD6E2;
        width: 60%;
        padding: 10px;
        border-radius: 10px;
        height: 54px;
        padding-left: 20px;
        padding-right: 20px;
    }
    button.emial-signup-btn,
    button.emial-signup-btn:hover,
    button.emial-signup-btn:focus {
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600;
        font-size: 13px;
        color: #fff;
        margin-top: 15px;
        background: #00d0a0 !important;
        width: auto;
        padding: 10px 18px;
        float: right;
        margin-bottom: 20px;
        border-radius: 44px;
        box-shadow: none;
        border: none;
        margin-bottom: 30px;
        line-height: normal;
        font-family: 'Poppins-', sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #fff;
        margin: 20px 0px 7px 0;
        background: var(--main-brand-color) !important;
        width: auto;
        padding: 12px 18px;
        float: none;
        border-radius: 44px;
        box-shadow: none;
        border: none;
        line-height: normal;
        min-width: 230px;
    }
}

@media (min-width: 1024px) and (max-width: 1133px) {
    .signup-second {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        top: 6% !important;
    }
    .resolution-cs {
        padding-left: 12px;
    }
}

.reset-invite {
    padding: 5px 10px !important;
}

.ovel-style {
    border-radius: 20px;
    padding: 0px 8px;
    background: var(--main-brand-color) !important;
    text-align: left;
    float: left;
}

.no-hand {
    cursor: default !important;
}

#attach_content .col-sm-5,
#attach_content .col-sm-7 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.custom-wdh {
    width: 75%;
    margin-left: 13% !important;
    margin-top: 20% !important;
}

#hit-the-bid-is-on .title-modl {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    color: var(--main-brand-color);
    font-weight: 700 !important;
    margin-bottom: 20px;
    margin-top: 0;
}
#hit-the-bid-is-on .modal-dialog .modal-header button.close {
    top: 25px;
}

#hit-the-bid-is-on .modal-header .close {
    margin-top: -20px;
    margin-right: -20px;
    opacity: .5;
}

#hit-the-bid-is-on button.close&gt;i {
    color: #000;
    font-size: 21px !important;
    font-weight: normal;
}

.title-modl {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    color: var(--main-brand-color);
    font-weight: 700;
    margin-bottom: 20px;
}

#modalContentStandard .modal-body .close {
    position: absolute !important;
    right: 0;
    z-index: 9999999999;
}

.menu-icn {
    width: 11px;
    height: 11px;
    margin-top: 4px;
    background: url(../img/menuh.png);
    background-size: 11px 11px;
    float: left;
    margin-right: 6px;
}

#dt_exploreMenu:hover .menu-icn,
#dt_exploreMenu:focus .menu-icn {
    width: 11px;
    height: 11px;
    margin-top: 4px;
    background: url(../img/menu.png);
    background-size: 11px 11px;
    float: left;
    margin-right: 6px;
}

.mega-dropdown.open&gt;a .menu-icn,
.mega-dropdown.open:focus&gt;a:focus .menu-icn {
    width: 11px;
    height: 11px;
    margin-top: 4px;
    background: url(../img/menu.png);
    background-size: 11px 11px;
    float: left;
    margin-right: 6px;
}


/*.rw-colr{background:rgba(141, 145, 150, 0.2);}*/

.rw-colr {
    background: #F2F4F6;
}

.bdr-none {
    border-bottom: none !important;
}

.positionunset {
    position: unset !important;
}

.padng-tp-z {
    padding-top: 0px !important;
}

.ckre-both {
    clear: both;
}

.profile-info h3 span {
    font-weight: 700 !important;
}

.icon-box {
    color: var(--main-brand-color);
    font-size: 20px !important;
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: center;
    width: 100%;
}

.tag-p {
    width: 100%;
    opacity: 1 !important;
    text-align: center;
}

.custm-check {
    float: left;
    width: 0;
    margin-top: 12px;
}

.info-learn {
    color: var(--main-brand-color) !important;
    font-size: 11px !important;
    position: relative;
}

.info-learn&gt;.pophover-des {
    display: none;
}

.info-learn:hover .pophover-des {
    display: block;
    width: 355px;
    height: 130px;
    position: absolute;
    z-index: 999;
    top: -93px;
    right: -197px;
    background-color: #F7F8F9;
    border: solid 1px #dddedf;
}

.pophover-des h1 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    padding: 6px 0 0 10px;
    margin: 0;
    float: left;
    line-height: 20px !important;
}

.pophover-des ul {
    list-style: disc !important;
    padding: 0 0 0 10px;
    float: left;
    width: 100%;
    margin-left: 14px;
}

.pophover-des ul li {
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 11px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: #000 !important;
}

#companyExist ul {
    list-style: disc !important;
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #freeUser .modal-content-wrapper {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        width: 80%;
    }
    .info-learn:hover .pophover-des {
        display: block;
        width: 439px;
        height: 140px;
        position: absolute;
        z-index: 999;
        top: -108px;
        right: -244px;
        background-color: #F7F8F9;
        border: solid 1px #dddedf;
    }
    .info-learn {
        color: var(--main-brand-color) !important;
        font-size: 11px !important;
        position: relative;
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .signup-second {
        position: fixed;
        bottom: -1000px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        top: 10% !important;
    }
    #freeUser .modal-content-wrapper {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
    }
    .info-learn:hover .pophover-des {
        display: block;
        width: 673px;
        height: 140px;
        position: absolute;
        z-index: 999;
        top: -108px;
        right: -363px;
        background-color: #F7F8F9;
        border: solid 1px #dddedf;
    }
    .info-learn {
        color: var(--main-brand-color) !important;
        font-size: 11px !important;
        position: relative;
        width: 100%;
        float: left;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #freeUser .modal-content-wrapper {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        width: 100%;
    }
    .register-container {
        width: 100%;
        padding: 15px;
        margin-top: 70px;
    }
    .private-lock {
        /* float: right; */
        position: absolute;
        bottom: -2px;
        left: 44px;
    }
    #lst .panel-body .network-widget .user-card a.m-r-20 {
        margin-right: 10px !important;
    }
    .watermark-head {
        font-size: 20px;
    }
    .btn-cons {
        margin-right: 5px;
        min-width: 110px;
    }
    .company-log,
    .wm_pimg {
        float: left;
        height: 130px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    .company-log img {
        width: 100%;
        margin: 0 auto;
    }
    .logo-icon a.uplod-btn {
        padding: 0px 8px !important;
        font-size: 10px;
    }
    .wm_pimg img {
        margin: 40px auto;
    }
    .radio-btn-watermark {
        text-align: center;
        width: 78%;
        float: left;
        margin-left: 21%;
    }
    .info-learn:hover .pophover-des {
        display: block;
        width: 254px;
        height: 257px;
        position: absolute;
        z-index: 999;
        top: -152px;
        right: -87px;
        background-color: #F7F8F9;
        border: solid 1px #dddedf;
    }
    .panel .panel-heading {
        background: transparent;
        border-radius: 0px;
        border-bottom: 0px;
        padding: 25px 15px 15px 15px;
        position: relative;
        z-index: 3;
    }
    .panel .list-detail-pad {
        min-height: 70px !important;
    }
    #invite-dealer-modal .modal-content section .col-sm-12 a {
        width: 90%;
        margin-bottom: 10px;
        margin-left: 8px;
    }
    .mega-dropdown-item {
        padding: 10px;
        background-color: #F7F8F9;
        border: solid 1px #dddedf;
        min-height: auto;
        margin-bottom: 15px;
        transition: all 0.3s;
    }
}

.btn-close-cus {
    margin-top: -20px !important;
    margin-right: -22px !important;
}

.inpt-field {
    border-radius: 10px;
    font-size: 14px !important;
    height: 45px;
    padding: 11px 13px;
    line-height: 46px;
}

.icon-cs {
    float: left;
    font-size: 30px;
    margin-top: 5px;
    color: #8d9196 !important;
    margin-right: 10px;
}

.icon-main {
    width: 100%;
    float: left;
}


/*.pic-nw{   width: 42px;
    height: 42px;
    float: left;
    margin-left: 27px;
        border: solid 1px rgba(141, 145, 150, 0.22);
    text-align: center}
.pic-nw img{width:40px;height:40px;}
h3.comp-nme{    float: left;
    width: 85%;
    margin-left: 10px;
    padding-top: 11px;
    font-size: 14px !important;}*/

.title-modl-blk {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 30px;
    line-height: 25px;
}

@media (min-width: 320px) and (max-width: 380px) {
    .modal-wdthn {
        width: 350px;
        margin: 0 auto;
    }
}

@media (max-width:1024px) {
    .tab-panl {
        margin-top: 20px;
        width: 100%;
        float: left;
        margin-left: 14px;
    }
    #send-eq .modal-dialog {
        width: 96%;
    }
    #send-eq .modal-dialog .modal-body .col-md-6 {
        float: left;
    }
}

@media (max-width:768px) {
    .min-hght .panel-body .flex-cs .user-info {
        position: relative;
        padding-left: 20px !important;
    }
    .col-db-rightFull .panel-featured .panel-body #dynamicData .aq-user-card .b-grey .col-md-7 .user-info h3 {
        width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0;
        line-height: 17px;
        float: left;
    }
    .private-lock {
        float: right;
        font-size: 12px;
    }
    .private-lock img {
        width: 10px;
        margin-top: -4px;
    }
}

@media (max-width:320px) {
    .private-lock {
        /* float: right; */
        position: absolute;
        bottom: -2px;
        left: 34px;
    }
    .private-vert {
        width: 20px;
        position: absolute;
        height: 118px !important;
        background: orange;
        left: -30px !important;
        writing-mode: vertical-rl;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        color: #fff;
        border-bottom: 1px solid #fff;
        top: 0px;
    }
}

.panel {
    border: none !important;
}

.ceerror,
ceerror:focus {
    background: none !important;
    border-color: red !important;
}

.ceerror:-moz-placeholder {
    color: #f46a6a !important
}

.ceerror::-moz-placeholder {
    color: #f46a6a !important
}

.ceerror::-webkit-input-placeholder {
    color: #f46a6a !important
}

.ceerror:-ms-input-placeholder {
    color: #f46a6a !important
}

.ceerror,
.ceerror:active,
.ceerror:focus {
    color: #c20000;
    border: 1px solid rgba(244, 106, 106, .6) !important;
    border-color: red !important;
}

label.ceerror,
label.ceerror:focus,
label.ceerror:active,
label.ceerror:hover {
    border: none !important;
    box-shadow: none !important;
    color: #e10000;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}

.error-f {
    color: red;
    padding: 3px;
}

.error-l {
    color: red;
    padding: 3px;
}

.centered-modal.in {
    display: flex !important;
}

.centered-modal .modal-dialog {
    margin: auto;
}

.mobile-app-view {
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px;
}

.mobile-app-view .new-temp .templateHead {
    float: left;
    width: 80%;
    margin-top: 0px;
}

.mobile-app-view .new-temp .templateHead h3.bold.margin-0 {
    font-size: 20px;
    color: var(--main-brand-color);
    margin-left: 100px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.mobile-app-view .new-temp .templateHead h3.seller-purchaser {
    font-size: 14px;
    font-weight: 700;
    margin-left: 100px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.mobile-app-view h5.usr-nme {
    margin-top: 52px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 700 !important;
}

.mobile-app-view h6.usr-desig {
    margin-left: 0px;
    font-size: 14px;
    color: var(--main-brand-color);
    font-weight: 700;
}

.mobile-app-view .logo {
    position: absolute;
    margin-left: 0px;
    top: 0px;
}

.mobile-app-view .logo img {
    width: 55px;
}

.mobile-app-view .templateBody {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.mobile-app-view h4.semi-bold.m-b-30 {
    display: none;
}

.mobile-app-view .template-head-new {
    width: 100%;
    float: left;
}

.mobile-app-view .template-head-new .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.mobile-app-view .template-head-new .logo-template {
    width: auto;
    float: left;
}

.mobile-app-view .template-head-new .logo-template img {
    width: 70px;
}

.company-main-dv {
    width: auto;
    float: left;
    margin-left: 10px;
    display: block;
    max-width: 270px;
}

.mobile-app-view .template-head-new .company-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    color: #343b45;
    font-size: 23px;
    width: 100%;
    float: left;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-app-view .template-head-new .company-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500;
    color: var(--main-brand-color);
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-app-view .template-head-new .us-main-dv {
    display: block;
    width: 100%;
    float: left;
}

.mobile-app-view .template-head-new .us-main-dv h2 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 300;
    color: #343b45;
    font-size: 18px;
    width: auto;
    display: block;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-app-view .template-head-new .us-main-dv h3 {
    font-family: 'Roboto', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500 !important;
    color: #343b45 !important;
    font-size: 13px !important;
    width: auto !important;
    display: block !important;
    margin-top: 5px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userSignature h3,
.userSignature p {
    font-weight: 700;
}

/* #terms_contract_tab .template-head-new,
#termDoc .template-head-new {
    display: none
} */

#terms_contract_tab .templateContent.new-temp,
#termDoc .templateContent.new-temp {
    padding-top: 50px;
}


/*last updated css 05/11/2018*/


/* dashboard's css */

.content.sm-gutter.com-pro-log .article-new-nav,
.content .article-new-nav .menu-items,
.content .box-card {
    float: none;
}

.js-subNav-sticky {
    display: flex;
}

.panel-heading.requests-nav {
    display: flex;
    justify-content: space-between;
}

body.sidebar-toggled .content-krnk {
    width: 100%;
}

.input-search.navi-search {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.company-dv .marletplace-search-bar {
    float: left;
}

.pending-wrap,
.security-dv-login,
.content #main-wall.main-cont,
.content .security-dv-login,
.content .kr-manage-operator {
    width: 100%;
    max-width: 75%;
    margin: auto;
}

.content-krnk .content.sm-gutter.com-pro-log {
    width: 100%;
    max-width: 1150px;
}

.subNav-wrap {
    width: 100%;
}

.subnav-left-wrap {
    padding: 0 15px;
    flex-grow: 1;
}

.subscription-plan .section-heading {
    padding-top: 10px;
}

.sticky-wrap .marketplace-navigation-new.js-subNav-sticky#stickThis.stick,
#content-wrapper .container-fluid .content-krnk .social-wrapper.container,
.content.sm-gutter.com-pro-log .article-new-nav.com-nv#stickThis.article-new-nav.stick {
    margin: 0;
    padding: 0;
    width: 100%;
}

.content-krnk .auctions-wrap {
    max-width: 100%;
}

#form-add-listing .form-group-default label {
    padding: 0;
}
.modal-quote-invoice {
    max-width: 1200px;
    width: 1140px;
}

.without-login-tab #comp_marketplace {}
.without-login-tab #comp_marketplace ul.pagination {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0;
}
.without-login-tab #comp_marketplace ul.pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--main-brand-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: Poppins, Helvetica, sans-serif;
}
.without-login-tab #comp_marketplace ul.pagination li a i {
    color: var(--main-brand-color);
}
.without-login-tab #comp_marketplace ul.pagination li:first-child a {
    border-radius: 4px 0 0 4px;
}
.without-login-tab #comp_marketplace ul.pagination li:last-child a {
    border-radius: 0 4px 4px 0;
}
.without-login-tab #comp_marketplace ul.pagination&gt;li&gt;a:hover,
.without-login-tab #comp_marketplace ul.pagination&gt;li&gt;span:hover,
.without-login-tab #comp_marketplace ul.pagination&gt;li&gt;a:focus,
.without-login-tab #comp_marketplace ul.pagination&gt;li&gt;span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

#modalSlideUpSmall .modal-body .tableFixHead,
#dayAuctionRegisteredModal .modal-body .tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    /* height: 200px; */
}
#modalSlideUpSmall .modal-body .tableFixHead table,
#dayAuctionRegisteredModal .modal-body .tableFixHead table {
    border-collapse: collapse; /* make the table borders collapse to each other */
    width: 100%;
}
#modalSlideUpSmall .modal-body .tableFixHead thead th,
#dayAuctionRegisteredModal .modal-body .tableFixHead thead th {
    position: sticky; /* make the table heads sticky */
    top: -2px; /* table head will be placed from the top of the table and sticks to it */
    z-index: 99;
}

#modalSlideUpSmall .modal-body table tbody tr td a,
#dayAuctionRegisteredModal .modal-body table tbody tr td a {
    color: var(--main-brand-label-color);
}
#modalSlideUpSmall .modal-body table tbody tr td a:hover,
#dayAuctionRegisteredModal .modal-body table tbody tr td a:hover {
    color: var(--main-brand-font-awsm);
}

#quoteInvoice .modal-footer {
    text-align: left;
}



@media (max-width: 1440px) {
    .pending-wrap,
    .security-dv-login,
    .content #main-wall.main-cont,
    .content .security-dv-login {
        max-width: 80%;
    }
    .content .kr-manage-operator {
        max-width: 85%;
        margin: auto;
    }
    .star-rating-profile strong {
        margin-right: 3px;
    }
}

@media (max-width: 1024px) {
    #auctionWizard .table.table-condensed tbody tr td .thumbnail-wrapper.d68 {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 992px) {
    #createQuote .listing-div .col {
        float: left;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-7 {
        width: 62%;
        padding-left: 0;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-2 {
        width: 15%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-2 {
        width: 15%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-1 {
        width: 6%;
    }
    #createQuote .selected-listings .col {
        float: left;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-7 {
        width: 62%;
        padding-left: 0;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-2 {
        width: 15%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-2 {
        width: 15%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-1 {
        width: 6%;
    }
    #createQuote .listing-div-add .col {
        float: left;
    }
    #createQuote .listing-div-add .col.col-md-7 {
        width: 60%;
    }
    #createQuote .listing-div-add .col.col-md-4 {
        width: 30%;
    }
    #createQuote .listing-div-add .col.col-md-1 {
        width: 10%;
    }


}


@media (max-width: 767px) {
    .pending-wrap,
    .security-dv-login,
    .content #main-wall.main-cont,
    .content .security-dv-login,
    .content .kr-manage-operator {
        max-width: 100%;
    }
    .content-krnk .content.sm-gutter.com-pro-log {
        max-width: 100%;
    }

}

@media (max-width: 480px) {
    #createQuote .listing-div-add .col.col-md-4 {
        width: 28%;
    }
    #quoteListingModal .modal-body input.form-control {
        padding: 0px 8px !important;
    }
    #createQuote .listing-div-add .col.col-md-1 .padding-10 {
        padding: 9px 0 !important;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-7 {
        width: 56%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .listing-div .col-md-2 {
        width: 19%;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-2 .form-control {
        padding: 0px 6px !important;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-7 h3 {
        margin: 5px 0 0;
    }
    #createQuote #quoteModal .modal-body .col-xs-12 .selected-listings .col-md-7 h3 {
        margin: 5px 0 0;
    }

    html .pl_0{padding-left:0 !important}

}


/* ------ safari hack for pricing table ------ */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .js-card-silder:before {
            display: none;
        }
    }
}


#TNCModal.modal .modal-dialog {
    display: table;
    height: 100%;
    margin: 0 auto;
   }

#TNCModal.modal .modal-dialog .modal-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}



/*  Regional Country css start */
#Regional_Country h1{
    color: #333333;
    font-size: 33px;
    font-weight: 300;
    padding-bottom: 5px;
    margin-top: 13px;
    padding-left: 3px;
}

#Regional_Country p{
    font-size: 16px;

}
#Regional_Country .country_label b{
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    color: #da2128;
    font-weight: 600;
    margin-bottom: 8px;
}

#Regional_Country ul{
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}


#Regional_Country ul li {
    padding: 3px 0;
}

#Regional_Country ul li a{
    color:#7e8299;
    font-size:15px;
}

#Regional_Country .fa{
    color:#7e8299;
    padding-right:5px;
}

#Regional_Country  i.fa.fa-phone {
    font-size: 16px;
}

 .Right_Sec{
    float:right !important
}

.contact_btn {
    padding: 9px 17px !important;
    border-radius: 5px;
    color: #000000;
    margin-right: 10px;
    border: 1px solid #ccc;
    font-weight: 600;
}

.contact_btn:hover{
    color: #fff;
    border-color: #000;
    background-color: #000;
}
/*  Regional Country css end */


 /* My Auction Page Krank Button Css  */
 .color-white{ color:#FFFFFF !important}

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

  /* My Auction Page Krank Button Css End */

.without-login-tab .panel.panel-featured.box-card {
    display: inline-block;
    width: 100%;
}

.without-login-tab .panel.panel-featured.box-card .panel-body {
    padding: 0 15px !important;
}


.mr-allied { 
    width: 150px; margin-top: 16px; 
} 
.mr-allied img{ 
    width: 100%; 
}</pre></body></html>