*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, :active, :focus {
    outline: 0 !important;;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

i {
    cursor: inherit !important;
}

.fade-in{
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 850ms;
    -moz-animation-duration: 850ms;
    animation-duration: 850ms;
}

.fade-in.one {
    -webkit-animation-delay: 0.01s;
    -moz-animation-delay: 0.01s;
    animation-delay: 0.01s;
}
.fadeInRow {
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    animation-duration: 350ms;
}
.fadein.one, .fadeInRow {
    animation: fade-in ease-in 350ms;
    -moz-animation: fade-in ease-in 350ms; /* Firefox */
    -webkit-animation: fade-in ease-in 350ms; /* Safari and Chrome */
    -o-animation: fade-in ease-in 350ms; /* Opera */
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fade-in { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fade-in { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.casein, .ripple:hover, .box:hover, .toggle-hidden, .profile > dl,
.hovered,
a,
button:hover,
.table-hover > tbody > tr:hover,
.main-content,
.nav-head::after{
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

i {
    cursor: pointer;
    vertical-align: middle;
}

.centerthing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

img {
    vertical-align: middle;
}

.x-overflow {
    overflow-x: hidden;
}
a,button{
    cursor: pointer !important;
}
:disabled,.disabled{
    cursor: not-allowed !important;
    box-shadow: none !important;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a:hover{
    color: #2980b9;
}
/* Bootstrap Modal shifting problem solve */

body {
    padding: 0 !important;
    overflow-x: hidden !important;
   /* background-color: #ebebeb;*/
}

.w5 {
    width: 5%;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}
.w35 {
    width: 32%;
}
.w50 {
    width: 50%;
}
.w55 {
    width: 55%;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}

.modal-open[style] {
    padding-right: 0px !important;
}

/*   end */

/* Copyright ziruhel@ackosoft.com : MD ZAHIDUL ISLAM | www.ziruhel.cf || ruhelzahidul@gmail.com*/

.container {
    width: 100%;
    max-width: 1200px;
}

/* Material ripple effect */
.ripple {
    overflow: hidden;
    position: relative;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    animation-name: ripple-animation;
    animation-duration: 2s;
    animation-timing-function: ease-in;
}

@-webkit-keyframes ripple-animation {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(100);
        opacity: 0;
    }
}

@-moz-keyframes ripple-animation {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(100);
        opacity: 0;
    }
}

@keyframes ripple-animation {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(100);
        opacity: 0;
    }
}

/* Material ripple effect end*/

/* Material design depth*/
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 15px;
    border-radius: 3px;
    font-size: .8em;
    color: #9E9E9E;
    background: white;
}

.dp0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.dp1, .dp0:hover {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.dp2, .hovered:hover {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12), 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.dp3, .dp1:hover {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12), 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.dp4, .dp2:hover {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.dp5, .dp3:hover {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.dp6, .dp4:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.dp7 {
    box-shadow: 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12), 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
}

.dp8, .dp5:hover {
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.dp9, .dp6:hover {
    box-shadow: 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12), 0px 5px 6px -3px rgba(0, 0, 0, 0.2);
}

.dp10 {
    box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12), 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
}

.dp11 {
    box-shadow: 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12), 0px 6px 7px -4px rgba(0, 0, 0, 0.2);
}

.dp12 {
    box-shadow: 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12), 0px 7px 8px -4px rgba(0, 0, 0, 0.2);
}

.dp13 {
    box-shadow: 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12), 0px 7px 8px -4px rgba(0, 0, 0, 0.2);
}

.dp14 {
    box-shadow: 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12), 0px 7px 9px -4px rgba(0, 0, 0, 0.2);
}

.dp15 {
    box-shadow: 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12), 0px 8px 9px -5px rgba(0, 0, 0, 0.2);
}

.dp16 {
    box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12), 0px 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.dp17 {
    box-shadow: 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12), 0px 8px 11px -5px rgba(0, 0, 0, 0.2);
}

.dp18 {
    box-shadow: 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12), 0px 9px 11px -5px rgba(0, 0, 0, 0.2);
}

.dp19 {
    box-shadow: 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12), 0px 9px 12px -6px rgba(0, 0, 0, 0.2);
}

.dp20 {
    box-shadow: 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12), 0px 10px 13px -6px rgba(0, 0, 0, 0.2);
}

.dp21 {
    box-shadow: 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12), 0px 10px 13px -6px rgba(0, 0, 0, 0.2);
}

.dp22 {
    box-shadow: 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12), 0px 10px 14px -6px rgba(0, 0, 0, 0.2);
}

.dp23 {
    box-shadow: 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12), 0px 11px 14px -7px rgba(0, 0, 0, 0.2);
}

.dp24 {
    box-shadow: 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.dp-rose{
    box-shadow: 0 12px 20px -10px rgba(236,64,122,.98), 0 5px 20px 0 rgba(0,0,0,.14), 0 5px 19px -7px rgba(236,64,122,.67);
}
/* Material design depth end*/
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}
.mt45 {
    margin-top: 45px;
}

.mt60 {
    margin-top: 60px;
}
.mt90 {
    margin-top: 90px;
}

.ml-auto {
    margin-left: auto !important;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.mr60 {
    margin-right: 60px;
}
.mr40 {
    margin-right: 40px;
}
.mr30 {
    margin-right: 30px;
}
.pl28{
    padding-left: 28px;
}
.t20{
    top:20px;
}
.mb20 {
    margin-bottom: 20px;
}

.ml15 {
    margin-left: 15px;
}

.em25 {
    font-size: 2.5em;
}

.em2 {
    font-size: 2em;
}

.lh2 {
    line-height: 2em;
}

.lh15 {
    line-height: 1.5em;
}

.ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pr5 {
    padding-right: 5px;
}
.w50{
    width: 50%;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox,.flexbox3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flexbox3 {
    margin-bottom: 15px;
}

.flexbox .col {
    flex: 1;
    position: relative;
}
.flexbox3 .col {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding-right: 15px;
}
.flexbox3 .col:last-child {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
}
.side-nav-wrep {
    background-color: #002150;
    z-index: 99;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    overflow: auto;
    width: 230px;
    position: fixed;
    top: 0;
    bottom: 0;
}

.asite-nav, .nav-head, .nav-head a, .site-nav > li a {
    color: #fff;
}

.nav-head {
    height: 55px;
    background-color: #002150;
    width: 100%;
    display: table;
    white-space: nowrap;
    position: relative;
}

.nav-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgba(180, 180, 180, 0.3);
}
.less-width .nav-head::after{
    width: 100%;
}

.nav-head a {
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
    line-height: 55px;
}

.site-logo img {
    width: 55px;
    height: 55px;
    padding: 7px;
}
.mid-logo img {
    width: 100px;
    height: 100px;
    padding: 5px;
}
.sm-logo img {
    width: 75px;
    height: 75px;
    padding: 5px;
}
.sm-logo h3{
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.profile {
    padding: 10px 5px;
}

.profile > dl {
    display: table;
    width: 100%;
    white-space: nowrap;
}

.profile > img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.asite-nav {
    padding-bottom: 3em;
}

.site-nav > li > a {
    padding: 0 10px;
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}

.site-nav > li > a > i {
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
    width: 40px;
    text-align: center;
    margin-right: 5px;
}

.site-nav > li.active > a,
.site-nav > li.open > a,
.site-nav > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #c2d2e8;
    color: #002150;
}

/* .site-nav > li.active > a > i, .site-nav > li.open > a > i {
    background-color: #007acc;
} */

.site-nav > li > ul > li {
    position: relative;
    overflow: hidden;
}

.site-nav > li > ul > li > a {
    padding-left: 59px;
}

.site-nav > li > ul > li > a:hover,
.site-nav > li > ul > li > a:focus,
.site-nav > li > ul > li > a:active{
    background-color: #2f5182;
}

.arrow:after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 8px;
    font-style: normal;
    font-size: 16px;
    opacity: 1;
    transition: all 350ms ease;
}

li.open > a .arrow:after {
    content: '\2013';
}
.site-nav > li > a:active,
.site-nav > li > a:focus {
    background-color: #636A74;
}
.site-nav > li > a + ul, .dropdown-menu {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.site-nav > li.open > a + ul, .open .dropdown-menu {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;

}

.open .dropdown-menu, .dropdown-menu {
    display: unset;
}

.open .dropdown-menu.cus-dd-menu,
.dropdown-menu.cus-dd-menu {
    left: auto;
    right: 0;
    top: 110%;
    border: none;
    background-color: #fff;
}

.dropdown-menu.cus-dd-menu li a {
    padding: 7px 12px;
    border-bottom: 1px solid #eeeeee;
}
.dropdown-menu.cus-dd-menu li a  i{
    vertical-align: text-bottom;
}

.dropdown-menu.cus-dd-menu li a:hover {
    color: #ffffff;
    background: #164588;
}

.nav-foot {
    color: #f7f7f7;
    position: fixed;
    bottom: 0;
    width: 230px;
    font-size: 10px;
    text-align: center;
    display: table;
    padding: 6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-foot a {
    color: #f7f7f7;
}

.site-head {
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% - 230px);
    margin-left: 230px;
    background-color: #f9f9f9;
    height: 55px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.main-content {
    width: calc(100% - 230px);
    margin-left: 230px;
   /* margin-top: 50px;*/
    padding: 30px;
    margin-top: 30px;
    height: calc(100vh - 35px);
    position: relative;
}

.nav-search, .user-nav {
    display: table;
    height: 100%;
}

.nav-search li, .form-search, .user-nav > li {
    display: table-cell;
    vertical-align: middle;
}

.nav-trigger {
    /* margin-left: 20px;*/
    cursor: pointer;
    font-size: 22px;
    padding: 0;
    color: #FFFFFF;
    background-color: rgb(6 6 6 / 25%);
    border: none;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    line-height: 1em;
    position: relative;
    left: -22px;
}

.alter, .nav-trigger.active > .initial {
    display: none;
}

.nav-trigger.active > .alter {
    display: inline-block;
}

.form-search {
    position: relative;
    width: 240px;
    padding-left: 20px;
}

.form-search input {
    border: 1px solid #f7f7f7;
    color: #4d4d4d;
    background-color: #ffffff;
    height: 38px;
}

.form-search button {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    height: 38px;
}

.user-nav {
    padding-right: 5px;
}

.user-nav > li > a {
    border-radius: 3px;
    font-size: 24px;
    color: #002150;
    padding: 8px 17px;
    line-height: 1em;
}

.user-nav li a:hover, .user-nav li a:focus, .user-nav li.open a:hover,
.user-dropdown li a {
    background-color: transparent;
    cursor: pointer;
}

.user-nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.09);
}

.open .user-dropdown::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f9f9f9;
    top: -3px;
    right: 22px;
}

.user-dropdown {
    border-radius: 0;
    border: none;
    left: unset;
    right: -5px;
    top: 55px;
    background-color: #002150;
    z-index: 99999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.open .user-dropdown {
    padding: 15px 0;
}

.nav-footer {
    background-color: #636a74;
    margin-top: 15px;
    margin-bottom: -15px;
    text-align: center;
}

.user-dropdown li, .site-nav li {
    overflow: hidden;
}

.user-dropdown li a {
    color: #fff;
}

.user-dropdown li a i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.user-dropdown .divider {
    background-color: #636a74;
}

.user-dropdown li a:hover, .user-dropdown li a:focus, .user-dropdown li.active a {
    color: #007acc;
}

.less-width {
    width: 59px;
    overflow: hidden;
    transition: all 350ms ease-out;
}

.less-width .arrow {
    opacity: 0;
    transition: all 350ms ease-out;
}

.full-width {
    width: calc(100% - 59px);
    margin-left: 59px;
    transition: all 350ms ease-out;
}

.toggle-hidden {
    overflow: hidden;
    opacity: 0;
}

.pl2 {
    padding-left: 2px !important;
}

.site-nav > li > ul > li.active > a {
    background-color: #007acc;
}

.panel {
    position: relative;
}


button.close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 16px;
}

.double-padding {
    padding: 10px 20px;
}

td > img {
    width: 50px;
}

.sm {
    font-size: 80%;
}

.btn-edit, .btn-remove {
    color: #164588;
    padding: 2px 5px;
    font-size: 1.3em;
    display: inline-block;
}

.btn-edit:hover {
    color: #34495e;
}

.btn-remove:hover {
    color: #e74c3c;
}

.small-container {
    width: 100%;
    max-width: 800px;
    margin: 60px auto;
}
.xsmall-container {
    width: 100%;
    max-width: 375px;
    margin: 60px auto;
    padding: 15px;
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 12px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 12px rgba(0,0,0,.2);
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
    background-color: #fff;
}

.small-container .flexbox {

}

.primary-container {
    background-color: #007acc;
    padding: 75px 45px;
    position: relative;
}

.primary-container:after {
    content: '';
    width: 100%;
    min-height: 110%;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    left: -14.4%;
    top: 5.4%;
    z-index: -1;
    background-color: #007acc;
}

.primary-container .panel {
    text-transform: uppercase;
    border-radius: 3px;
}

.primary-container .panel p, .primary-container .panel h5 {
    text-transform: none;
}

.primary-container .panel-heading {

}

.primary-container .panel-heading, .primary-container .panel-body {
    padding: 14px 25px;
}

.form-group label {
    color: #0f0f0f;
}
.focused > label,
.filled > label {
    font-size: 0.85em !important;
}
.light-link {
    color: #4d4d4d;
    text-transform: capitalize;
}

.key-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.key-box > img {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.g-bg {
    background: linear-gradient(60deg, #000, #007acc);
}

.alert-absolute {
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 20px;
    display: none;
    min-width: 350px;
}
.size-guide{
    text-align: center;
    width: 100%;

}
.size-guide img{
    max-width: 800px;
}




/*   Customize data table */

.data-table th{
    cursor: pointer;
}
.dataTables_paginate a {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
    color: #4d4d4d;
    text-decoration: none;
    margin: 0 3px;
    border-radius: 2em;
}

.dataTables_paginate a:hover {
    background-color: #ECECEC;
}
.dataTables_paginate a.disabled {
    pointer-events: none;
}
.dataTables_paginate a.current {
    background: #164588;
    color: #fff;
    border-color: #164588;
  /*  box-shadow: 0 12px 20px -10px rgba(236,64,122,.98), 0 5px 20px 0 rgba(0,0,0,.14), 0 5px 19px -7px rgba(236,64,122,.67);*/
}
.dataTables_info {
    float: left;
}

.inline {
    display: inline-block;
}

.panel-card {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.panel-card .panel-footer {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    background-color: transparent;
    border-top: 1px solid #eeeeee;
}

.panel-card h3 {
    margin-top: 0;
}

.text-rose {
    color: #e91e63;
}

.bg-rose {
    background-color: #e91e63;
}

.notify-badge {
    border: 0;
    font-size: 10px;
    background: #d9534f;
    min-width: 15px;
    padding: 1px 5px;
    border-radius: 2px;
    line-height: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.badge-warning {
    border: 0;
    font-size: 10px;
    background: #d9534f;
    min-width: 15px;
    padding: 1px 5px;
    border-radius: 2px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.notify-dropdown {
    font-size: 1.2rem;
}
.btn-lg{
    font-size: 16px;
    border-radius: 2px;
    padding: 8px 25px;
}

.panel-chart .panel-heading {
    padding: 15px;
    font-size: 1.2em;
}

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

svg > g > g:last-child {
    pointer-events: none
}

.gray-link {
    color: #4d4d4d;
}

.table {
    font-size: 13px;
}

.table .radio, .table .checkbox {
    margin: 0;
}

.avatar img {
    border-radius: 50%;
    max-width: 40px;
}

.selected-label {
    position: absolute;
    right: 14px;
    top: 0;
}
.relative {
    position: relative;
}
.dataTables_filter.animated-form{
    margin-top: 0;
}
.dataTables_filter.animated-form label:first-child{
    pointer-events: unset;
    position: unset;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
/*.dataTables_filter + .dataTables_paginate{
    margin-top: 10px;
}*/
.fab-abs {
/*    position: absolute;
    top: -45px;
    right: 5px;*/
    position: absolute;
    top: -20px;
    right: 0px;
}

.fab-box {
    width: 50px;
    height: 1em;
    display: inline-block;
    position: relative;
}

.admin-breadcrumb {
    background-color: transparent;
    margin-bottom: 10px;
    margin-top: -10px;
}

.animated-form {
    position: relative;
    margin-top: 2em;
}

.animated-form .form-control {
    border: 0;
    background-image: linear-gradient(#007acc, #007acc), linear-gradient(#ebebeb, #ebebeb);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    color: #2c2c2c;
}

.animated-form label:first-child {
    pointer-events: none;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 1em;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.focused label:first-child, .filled label:first-child {
    top: -0.5em;
}

.focused .form-control {
    background-size: 100% 1px, 100% 1px;
    transition-duration: .3s;
}

.table .custom-checkbox span, .custom-radio span {
    font-size: 1.2em;
}

.modal-tab-content {
    padding: 30px 15px;
}

.dropzone {
    min-height: 150px;
    background: #fff;
    border: none;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-image: url(../images/fileupload-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
    padding-top: 140px;
    color: #c3d7e2;
}

.chosen-container {
    width: 250px !important;
}

.customized-tabs {
    border: none;
    box-shadow: inset 0 -2px 0 0 #e6edf1;
}

.neg-margin {
    margin-left: -14px;
    margin-right: -14px;
}

.customized-tabs li a {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 15px;
    color: #516073;
    opacity: .7;
    font-size: 1.1em;
}

.customized-tabs > li.active > a,
.customized-tabs > li.active > a:focus,
.customized-tabs > li.active > a:hover,
.customized-tabs > li > a:hover {
    color: #516073;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    opacity: 1;
}

.customized-tabs li a:after {
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.customized-tabs li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #007acc;
}

.customized-modal .modal-content {
    padding-bottom: 10px;
}

.customized-modal .modal-header {
    background-color: #002150;
    color: #fff;
}

.customized-modal .modal-header,
.customized-modal .modal-footer {
    border: none;
}
.modal-body .modal-footer{
    padding-top: 28px;
    padding-bottom: 0;
}
.customized-modal button.close {
    position: relative;
    color: #fff;
    font-size: 2.3em;
    opacity: .5;
    margin-top: 0px;
    top: 0;
    right: 0;
    line-height: 0.5;

}

.customized-modal button.close:hover {
    opacity: 1;
}

.btn-rose {
    color: #ffffff;
    background-color: #ec407a;
    border-color: #ec407a;
}

.btn-rose:hover, .btn-rose:active, .btn-rose:focus {
    color: #fff;
}
.order-info .col{
    border: 1px solid #dbdbdb;
    padding-bottom:15px;
    margin-left: -1px;
}
.order-info .order-info-header{
    background-color: #eaeaea;
    padding: 10px 15px;
}
.order-info .order-info-body{
    padding: 0 15px;
}
.relative{
    position: relative;
}
.edit-option{
    position: absolute;
    right: 0;
    top: -25px;
    transition: all 300ms ease;
    opacity: 0;
}
tr:hover .edit-option{
    opacity: 1;
}
.dropdown-select .dropdown-menu{
    width: 100%;
    margin-top: -2px;
    background-color: #fff;
    border-width:0;
}
.dropdown-select.open .dropdown-menu{
    border-width: 1px;
    border-color: rgba(0,172,161,.5);
    padding-top: 5px;
    padding-bottom: 10px;
}
.dropdown-select .color-box{
    float: right;
}
.dropdown-select .dropdown-menu > li > a{
    font-weight: inherit;
    cursor: pointer;
    white-space: normal;
}
.dropdown-select button{
    color: #d1d1d1;
    text-align: left;
}
.selected.dropdown-select button{
    color: #737373;
}
.atc-box > .atc-btn
{
    position: absolute;
    right: 12px;
    top: 0;
}
.sp-quantity-box {
    padding: 0;
}
.sp-minus, .sp-plus{
    background-color: #eaeaea;
}
.sp-minus, .sp-plus, .sp-input {
    float: left;
    text-align: center;
    font-size: 1.7em;
    height: 30px;
    width: 40px;
}
.sp-input input {
    font-size: 14px;
    border: none;
    text-align: center;
    width: 100%;
    height: 27px;
    vertical-align: text-top;
}

.sp-input {
    background-color: transparent;
    width: calc(100% - 80px);
}
.sp-minus a, .sp-plus a {
    display: block;
    width: 100%;
    height: 100%;
    color: #4e4d5b;
    line-height: 30px;
}
.forgot-pass{
    margin-top: 10px;
}
/*image upload*/
.img-container {
    width: 100%;
    margin-bottom: 3px;
    position: relative;
}
.img-container.img-thumbnail{
    text-align: center;
}
.col > .img-container{
    height: calc(100% - 20px);
}
.image-upload {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}
.col .image-upload {
    height: 160px;
}
.fileContainer {
    overflow: hidden;
    position: relative;
}
.img-btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300 !important;
    display: flex;
    top: 0;
    cursor: pointer;
}
.fileContainer [type="file"] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    text-align: right;
    position: absolute;
    top: 0;
}
.preview-images{
    height: 100px;
    width: 100px;
    background-color: #002150;
}
.btn-browse{
    color: #fff !important;
   /* margin-left: 2em;*/
    width: 100px;
    height: 30px;
}
.file-name {
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
}
.dl-customer dt{
    font-weight: 400;
    text-align: left;
    width: 150px;
    position: relative;
}
.dl-customer dt:after{
    content: ':';
    position: absolute;
    top: -2px;
    right: 5px;
}
.mtn20{
    margin-top: -20px;
}
.dl-customer dd{
    margin-left: 0;
    padding-top: .15em;
}
[data-toggle="modal"]{
    cursor: pointer;
}
.invoice-close{
    color: #444 !important;
}
.p404{
    color: #0F3057;
    font-size: 7em;
}
.del-btn,.rmv, .cross{
    z-index: 9;
    position: absolute;
    top: 2px;
    right: 3px;
    border: 0;
    padding: 0 5px;
    transition: all 300ms ease;
}
.max750{
    max-width: 750px;
}
/* Ratings */
.ratings {
    unicode-bidi: bidi-override;
    color: #FFC500;
    font-size: 22px;
    height: 1em;
    position: relative;
    padding: 0;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.star-ratings {
    color: #FFC500;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}
.ratings .icon {
    display: inline;
}
.ellipsis{
    max-width: 15em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ratings-switch .slider::after {
    position: absolute;
    content: "Pending";
    top: 18px;
    font-size: .8em;
    transition: all 300ms ease;
    opacity: .5;
}
.ratings-switch input:checked + .slider::after {
    content: "Approved";
    opacity: 1;
}
.preview-album{
    min-height: 120px;
}
.preview-album .thumbnail {
    height: 100px;
    width: 100px;
    float: left;
    position: relative;
    margin-right: 7px;
    z-index: 999;
    overflow: hidden;
}
.preview-album .thumbnail .rmv{
    right: 0;
    background-color: rgba(255,255,255,.5);
}
.preview-album .thumbnail img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    width: 100%;
}
.table > tbody > tr > td:last-child,
.table > thead > tr > th:last-child{
    text-align: right;
    white-space: nowrap;
}

#orderTable .label {
    min-width: 80px;
}
.checkbox-table > tbody > tr > td:first-child{
    width: 40px;
}
.add-clone{
    position: relative;
}
.animated-form .add-clone{
    margin-top: 2em;
}
.add-box,.remove-box,.add-box-attr,
.remove-full-box, .btn-download{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.fileUpload .remove-box,
.btn-download{
    right: -15px;
}
input[type="file"] {
    padding-top: 0;
}
.cross{
    top:25px;
}
.add-box i,
.add-box-attr i,
.add-full-box i{
    vertical-align: baseline;
}
.set-box{
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
/*    width: 50%;*/
}
.remove-box, .cross,
.remove-full-box{
    color: #c6c6c6;
    font-size: 1.25em;
}
.remove-box:hover,.remove-box:focus,
.cross:hover, .cross:focus,
.remove-full-box:hover,
.remove-full-box:focus{
    color: #e74c3c;
}
.mlr0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media print
{
    aside,header,.breadcrumb,a,button{
        display: none;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        display: inline-block;
        margin-right: -3px;
        vertical-align: top;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media (max-width: 465px) {
    .hidden-xxs{
        display: none;
    }
}
@media (max-width: 535px) {
    .selected-label,.dataTables_info {
        display: none;
    }
    .w50{
        width: 100%;
    }
    .customized-tabs li a{
        padding: 5px;
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    #menu-trigger-sm{
        position: fixed;
        z-index: 98;
        top: 5px;
        background-color: #002150;
        text-align: right;
        padding-right: 12px;
    }
    .less-width + #menu-trigger-sm{
        left: 20px;
    }
    .full-toggle + #menu-trigger-sm{
        left: 210px;
    }
    .xsmall-container{
        margin-top: 5px;
    }
    .flexbox.order-info{
        flex-wrap: wrap;
    }
    .flexbox.order-info .col{
        flex-basis: 100%;
        overflow-x: auto;
    }
    .customized-tabs li a{
        padding: 5px;
        font-size: 1em;
    }
    .ellipsis{
        max-width: 7em;
    }
    .on-hover .nav-head::after{
        width: 100%;
    }
    .hovered-wrep-nav .nav-head::after{
        width: calc(100% - 30px);
    }
}
.error {
    color: #e74c3c !important;
}
.email-table, .email-table h1, .email-table h3{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    color: #231F20;
}
.email-table td, .email-table th {
    padding: 4px;
}
.email-table td, .email-table th
.email-table h1,
.email-table h3,
.email-table p {
    margin: 0;
    font-weight: 300;
}
.email-table h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.email-table strong{
    font-weight: 700;
}
.email-table h1 {
    font-size: 22px;
    font-weight: 700;
}
.email-border-table {
    border-collapse: collapse;
    background-color: #F8F8F8;
    font-size: 12px;
}
.email-border-table > thead > tr > th,.email-border-table > tbody > tr > td{
    border: 1px solid #D6D6D6;
}
.email-border-table td, .email-border-table th {
    padding: 3px;
}
.main-table{
    width: 100%;
}
.blogs figure {
    padding-top: 60%;
    background-position: center;
    background-repeat: 100% 100%;
    background-size: cover;
    box-shadow: none;
}
.product-image {
    width: 180px;
    display: inline-block;
    position: relative;
}
.col .product-image {
    width: 160px;
    margin-bottom: 20px;
}
.location-image {
    width: 170px !important;
    margin-right: 15px;
    border: 1px solid #e4e4e4;
}
.image-preview {
    height: 100% !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.main-images {
    position: absolute;
    left: 1px;
    width: calc(100% - 2px);
    bottom: 4px;
    font-weight: 300 !important;
    padding: 7px;
    text-align: center;
    background-color: rgba(230,230,230,0.8);
}
.btn-size{
    display: inline-block;
}
.btn-size [type="checkbox"] {
    display: none;
}
.btn-size label {
    border: 1px solid #DBDBDB;
    left: 1px;
    cursor: pointer;
    line-height: 39px;
    min-width: 100px;
    text-align: center;
}
.btn-size [type="checkbox"]:checked ~ label {
 /*   background-color: #007acc;
    border-color: #007acc;
    color: #fff;*/
    background-color: #ebebeb;
    color: #999;
}
.btn-location-details{
    width: 100%;
    min-height: 48px;
    display: flex;
}
.btn-location-details [type="checkbox"] {
    display: none;
}
.btn-location-details label {
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 0px !important;
}
.btn-location-details [type="checkbox"]:checked ~ label {
    background-color: #007acc;
    border-color: #007acc;
    color: #fff;
}
.rmv-row, .load-attribute-set .form-group{
    padding-right: 30px;
    position: relative;
}
.rmv-row .cross{
    top: 8px;
    right: 20px;
}
.load-attribute-set,.load-price, .load-default-variation {
    background-color: rgba(52,152,219,0.05);
    padding: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}
/* directory Tree */
ul.tree {
    margin: 0px 0px 0px 20px;
    list-style: none;
    line-height: 2.5em;
}
ul.tree li {
    position: relative;
}
ul.sortable li {
    cursor: move;
}
ul.tree li:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    height: 1em;
    border-bottom: 1px solid #ddd;
    width: 10px;
}
ul.tree li:after {
    position: absolute;
    left: -15px;
    bottom: -7px;
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    height: 100%;
}
ul.tree li.root {
    margin: 0px 0px 0px -20px;
    font-weight: 400;
    cursor: default;
}
ul.tree li.root:before {
    display: none;
}
ul.tree li.root:after {
    display: none;
}
ul.tree li:last-child:after {
    display: none;
}
.tree .checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox-tree ul {
    list-style: none;
    margin: 0px 0px 0px 20px;
}
.checkbox-tree label{
    margin-bottom: 0;
    margin-left: 5px;
}
.price-box{
    border: 1px solid #DBDBDB;
    padding: 15px;
    position: relative;
}
.price-box .form-group {
    margin-top: .8em;
    margin-bottom: 0;
}
.price-box .form-control {
    font-size: 12px;
}
.panel-heading h4, .panel-heading div.pull-right{
    display: inline-block;
}
#menu-close{
    position: absolute;
    right: -5px;
    top: 3px;
    z-index: 99999;
    display: none;
    background-color: #002150;
    font-size: 40px;
    color: #FF4466;
}
@media (max-width: 1600px) {
    .price-box .col-sm-6,
    .price-box .col-sm-4{
        padding-right: 0;
    }
    .rmv-row{
        padding-right: 20px;
    }
    .rmv-row .cross {
        right: 1px;
    }
}
@media (max-width: 1200px){
    .set-box{
        width: 100%;
    }
    .set-box + .text-center{
        text-align: right;
    }
}
/* Loader */
aside, header{
    display: none;
}
.loaded aside, .loaded header{
    display: block;
}
.loader-wraper{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: rgba(255,255,255,0.80);
}
.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #343276;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    font-weight: 900;
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #ff4467;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader__label > span{
    color: #343276;
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #343276;
    }
    29% {
        background-color: #343276;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #343276;
    }
    29% {
        background-color: #343276;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #343276;
    }
    29% {
        background-color: #343276;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
.datepicker-container{
    z-index: 99999 !important;
}

/* new modification */
.blog-banner{
    height: 300px;
    background-color: #62B7F5;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}
.blog-profile {
    border-bottom: 3px solid #DDDDDF;
    padding-top: 1em;
    padding-bottom: 1em;
}
.blog-profile dl {
    margin-bottom: 5px;
    float: left;
}
.blog-profile dl, .blog-profile dt, .blog-profile dd, .blog-profile .social-blog {
    display: inline-block;
    vertical-align: middle;
}
.blog-profile dt img {
    width: 73px;
    height: 73px;
    border-radius: 50%;
}
.blog-profile dd {
    padding-left: 30px;
    color: #4e4d5b;
}
.blog-profile dd a {
    color: #3a3a7e;
    font-size: 17px;
    display: block;
    font-weight: 700;
}
.article-body {
    padding: 15px 0;
}
.article-body img {
    margin-bottom: 15px;
    max-width: 100% !important;
    height: auto;
}
.comments {
    border-bottom: 3px solid #DDDDDF;
    padding: 5px 0;
}
.comment-form {
    padding: 15px 0 15px 100px;
    padding-bottom: 15px;
    padding-left: 100px;
    position: relative;
    margin: 0;
}
.comment-list {
    padding-bottom: 100px;
    padding-left: 0;
}
.comment-form dl {
    position: absolute;
    left: 0;
    top: 15px;
}
.comment-form dl dt {
    padding: 5px;
    background-color: #E6EBEA;
}
.comment-list .comment-form dl dt img {
    width: 40px;
}
.posted-comment {
    padding: 10px 0;
}
.posted-comment p {
    padding: 10px 15px;
    border: 1px solid #AFAFAF;
    position: relative;
    color: #4e4d5b;
}
.posted-comment p::before {
    content: '';
    position: absolute;
    border-left: 29px solid transparent;
    border-bottom: 29px solid #ffffff;
    left: -25px;
    top: 0;
    z-index: 99;
}
.posted-comment p::after {
    content: '';
    position: absolute;
    border-left: 28px solid transparent;
    border-bottom: 29px solid #AFAFAF;
    left: -28px;
    top: -2px;
    z-index: 9;
}
.posted-comment p::after, .posted-comment p::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.form-group{
    position: relative;
}
label.error{
    position: absolute;
    top: 32px;
    left: 0;
    font-size: 0.85em;
}
.chosen-select + label.error{
    top: 57px;
}
.view-dl{

}
.view-dl dd {
    margin-left: 155px;
}
.view-dl dd img{
    height: 80px;
}
.view-dl dt {
    width: 140px;
    text-align: left;
    font-weight: 400;
    position: relative;
}
.view-dl dt:after{
    content: ':';
    position: absolute;
    right: 0;
}
ul.short-attribute.tree{
    line-height: 2em !important;
}
.short-attribute li{
    font-weight: 400;
}
.short-attribute li.child{
    font-weight: 300;
}
.table td,.table th,.table tbody tr:last-child {
    border-color: #ebebeb !important;
}
.profile-image{
    width: 120px;
}
.profile-image .image-upload {
    height: 120px;
}
.custom .panel-heading {
    padding: 8px 15px;
}
.custom .panel-default {
    border-color: #ebebeb;
}
.custom .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebebeb;
}
.custom .panel-default .panel-title,
.custom .panel-default .panel-title a{
    display: block;
}
.custom .panel-body {
    padding-top: 10px;
}
.custom a:not(.collapsed) .arrow:after {
    content: '\2013';
}
input:disabled + .slider {
    cursor: not-allowed;
    opacity: 0.8;
}
.admin-breadcrumb li:last-child a{
    pointer-events: none;
    color: #4d4d4d;
}
.table-filter{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.cke_chrome,
.cke_top,
.cke_bottom{
    border-color: #ebebeb !important;
}
.fc th {
    background: #dbdbdb !important;
    color: #4d4d4d;
}

.total-order  {
    width: 330px;
}
.total-order .form-group {
    display: flex;
    justify-content: space-between;
}
.total-order h4 {
    font-size: 16px;
}
.total-order hr {
    border-top: 1px solid #ebebeb !important;
}
.total-order label {
    color: rgba(77, 77, 77, 0.77);
}
.total-order .form-group label span {
    color: #504f4f;
    font-size: 10px;
}
.total-order .form-group input {
    width: 100px;
    color: #000;
}
.total-order .form-group .form-control {
    padding: 5px 8px;
}
.total-order .form-group label,
.total-order .form-group span {
    margin-bottom: 0;
    margin-top: 7px;
}

.total-order .form-group span {
    margin-left: -15px;
}

.orderTbl thead {
    background-color: #002150;
    color: #fff;
}
.orderTbl .form-control {
    border: 1px solid #ddd;
}

.orderTbl .add-item {
    color: #000;
    font-weight: bold;
}
.orderTbl .removeBtn i {
    font-size: 24px;
    color: #4d4d4d;
}

.orderTbl label.error {
    position: inherit;
    top: 0;
    float: left;
    margin-top: 3px;
}

.orderTbl .form-group {
    margin-bottom: 0;
    min-height: 55px;
}
.price-calculator {
    display: block;
}
.price-calculator h5 {
    margin-bottom: 20px;
}
.price-calculator label {
    min-width: 150px;
}
.price-calculator input {
    padding: 5px 10px;
    width: 100px;
    border: 1px solid #ebebeb;
    color: #000;
}

.lightweight {
    font-weight: 400 !important;
}

@media (min-width: 1000px) {
    .modal-lg {
        /*max-width: 60%;*/
    }
}
@media (max-width: 1000px) {
    .table-filter {
        position: relative;
        top: unset;
        margin-bottom: -5px;
    }
}
@media (max-width: 768px) {
    .nav-trigger {
        left: unset;
        background-color: transparent;
        margin-left: 5px;
    }
    .site-head{
        z-index: 95;
    }
    .small-container {
        max-width: 400px;
    }
    .arrow {
        transition: all 350ms ease-out;
    }

    .site-head, .main-content {
        width: calc(100% - 59px);
        margin-left: 59px;
        transition: all 350ms ease-out;
    }
    .main-content {
        padding: 14px;
    }
    .hovered-wrep-nav{
        width: 250px;
    }
    .hovered-wrep-nav .arrow {
        opacity: 1;
    }
    .less-width .site-nav > li.open > a + ul{
        display: none;
    }
    .side-nav-wrep.less-width {
        width: 59px;
        overflow: hidden;
        transition: all 350ms ease-out;
    }
    .total-order  {
        width: 300px;
    }

}
.dropdown-download li {
    list-style: none;
}
.dropdown-download .dropdown-menu {
    border: 0;
    left: -30px;
}

.text-align-left {
    text-align: left !important;
}

.download-invoice {
    position: absolute;
    left: 15px;
    top: 105px;
    z-index: 999;
}

#orderTable_filter {
    margin-bottom: 60px;
}


@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

.required {
    color: orangered;
}
label input[type="checkbox"] , label input[type="radio"]{
    margin-right: 5px;
}
.font-400 {
    font-weight: 400;
}
.workflow-changes{
    position: absolute;
    top: 10px;
    left: 38%;
    padding: 5px 15px;
    background: #ffeff0;
    font-weight: 400;
    border: 1px solid #ffd6d6;
}
.d-none {
    display: none !important;
}