/* Action Css */
.table-actions{ background: #858a8d; color: #fff !important; width: 25px; height: 25px; display: inline-block; border-radius: 5px; text-align: center; line-height: 25px; margin: 1px; }

/* Profile right side */
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content .profile-menu { display: inline-block; width: 100%; }
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content .profile-menu .img{ width: 80px; height: 80px; float: left; overflow: hidden; border-radius: 100%; border: 1px solid #e2e2e2; }
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content .profile-menu .img img{ max-width: 100%; height: 80px; width: 80px; object-fit: cover; }
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content .profile-menu .details{ overflow: hidden; padding: 0 0 0 20px; }
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content .profile-menu .details a{ padding: 0; }

/* Date and Time */
.digital-clock-date { display: inline-block; padding: 23px 20px; font-size: 20px; color: #7e9ab0; line-height: normal; }
.digital-clock-date ul{ margin: 0; }


/* Shoping page*/
.mln-delete { background: #ff0000; border-radius: 40px; box-shadow: none; color: #fff; width: 35px; height: 35px; line-height: 35px; padding: 0; }
.mln-delete:hover, .mln-delete:active, .mln-delete:focus { color: #fff; }
.mln-cta { background: #97b3c1; border-radius: 0; box-shadow: none; color: #fff; }
.mln-cta:hover, .mln-cta:active, .mln-cta:focus { background: #97b3c1; color: #fff; }


/* --- radio and checkbox button --- */
.radiobtn{display: inline-block; vertical-align: top; padding: 0px 32px 0 0; line-height: normal; }
.radiobtn label{position: relative; cursor: pointer; padding: 0 0 0 28px; line-height: 1; margin: 0 !important; }
.radiobtn span{color: #505050; font-weight: 500; line-height: 1.6;}
.radiobtn input{position: absolute; left: 0; top: 0; opacity: 0; }
.radiobtn span:before{border:1px solid #97b3c1; border-radius: 50%; width: 16px; height: 16px; position: absolute; left: 0; top: 0; content: ""; }
.radiobtn span:after{background: #97b3c1; position: absolute; left: 3px; top: 3px; content: ""; width: 10px; height: 10px; border-radius: 50%; -moz-transform: scale(0); -webkit-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.radiobtn input:checked ~ span:after{-moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}


.checkbox { display: block; position: relative; padding-left: 35px; margin-bottom: 12px;cursor: pointer; font-size: 15px; font-weight: normal; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.checkbox input {  position: absolute; opacity: 0; cursor: pointer; }
.checkbox .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px;  border: 1px solid #999; }
.checkbox input:checked ~ .checkmark { background-color: #fff; border-color: #97b3c1; }
.checkbox .checkmark:after { content: ""; position: absolute; display: none; }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox .checkmark:after { left: 6px; top: 3px; width: 6px; height: 10px; border: solid #97b3c1; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.custom-design .select-country{  max-width: 500px; margin: 0 auto; background: #f5f5f5; padding: 10px 20px; border: 1px solid #e2e2e2; }
.custom-design .center-btn { text-align: center; margin: 20px 0 0; }
.custom-design .right-btn { text-align: right; margin: 20px 0 0; }
.custom-design .order-pro-list .img{ width: 70px; height: 70px; overflow: hidden; }
.custom-design .order-pro-list .img img{ width: 70px; height: 70px; object-fit: cover; }


.checkout-mln-form { max-width: 700px; border:1px solid #e2e2e2; padding: 20px; margin: 0 auto;}
.checkout-mln-form .cardbox{  background: #f5f5f5; display: inline-block; width: 100%; padding: 15px 10px; }
.checkout-mln-form .cardbox h4{ margin: 0 0 20px; text-align: center; }

.checkout-mln-form .billing-address { margin: 0 0 20px; }
.checkout-mln-form .billing-address h4{  margin: 0; background: #2d93a2; color: #fff; padding: 10px 20px; font-size: 16px; }
.checkout-mln-form .billing-address .radiobtn{ background: #f5f5f5; padding: 10px; border-bottom: 1px solid #d6d6d6; width: 100%;}

.billingaddressh4{  background: #2d93a2; color: #fff; padding: 10px 20px; font-size: 16px; }


/* Login page */
/* .admin-login-bg-main { background-image: url(../images/ban-backgroud.png);background-repeat: no-repeat; }
.admin-logo {  text-align: center; padding: 20px 0 0; }
.admin-logo .img img{ max-width: 100%; width: 200px; } */

.btn-cust { background: #97b3c1; border-radius: 0; box-shadow: none; color: #fff; }
.btn-cust:hover, .btn-cust:active, .btn-cust:focus { background: #97b3c1; color: #fff; }
section.login-page { float: left; width: 100%; overflow: hidden; }
section.login-page .admin-left{ float: left; width: 50%; height: 100vh; position: relative; }
section.login-page .admin-left img{ position: absolute; height: 100%; max-width: 100%; width: 100%; object-fit: cover; }
section.login-page .admin-right{ float: left; width: 50%;  position: relative; height: 100vh; padding: 10px 20px; }
section.login-page .admin-right .company-logo{ text-align: center; margin:0 0 10vh; }
section.login-page .admin-right .company-logo img{ width: 200px; }
section.login-page .admin-right .middel-form{ position: absolute; top: 40%; left: 0; right: 0; transform: translateY(-50%);  padding: 0px 5%; }
section.login-page .admin-right .login-data .form-control {width: 100%; height: 35px; box-shadow: none; padding: 10px 0; border: #a0a9b4; border-bottom: 1px solid; color: #868e97; font-size: 14px; margin-bottom: 30px; border-radius: 0!important;}
section.login-page .admin-right .login-data .form-control:focus { border-color: #a0a9b4 !important;  }
section.login-page .admin-right .forgot-password{ display: inline-block; margin-right: 1em;}
section.login-page .admin-right .forgot-password a{ color: #a4aab2;}
section.login-page .admin-right .forget-form h3{ color: #97b3c1; font-size: 22px; font-weight: 300;}

.label-cbx {font-weight: 400; font-size: 13px; }
.label-cbx input:checked + .checkbox { border-color: #97b3c1; }
.label-cbx input:checked + .checkbox svg path {fill: #97b3c1; }
.label-cbx input:checked + .checkbox svg polyline { stroke-dashoffset: 0;}
.label-cbx:hover .checkbox svg path { stroke-dashoffset: 0; }
.label-cbx .checkbox { position: relative; top: 2px; float: left; margin:0 8px 0 0; width: 20px; padding: 0;  height: 20px; border: 1px solid #97b3c1;}
.label-cbx .checkbox svg { position: absolute; top: -1px; left: -1px; }
.label-cbx .checkbox svg path { fill: none; stroke: #97b3c1; stroke-width: 1; transition: all 0.6s ease; }
.label-cbx .checkbox svg polyline { fill: none; stroke: #FFF; stroke-width: 2; stroke-dasharray: 20px; stroke-dashoffset: 20px; transition: all 0.3s ease; }
.label-cbx > span { pointer-events: none; vertical-align: middle; padding-left: 30px; display: block; line-height: 24px;}
.invisible { position: absolute; z-index: -1; width: 0; height: 0; opacity: 0;}


/* Dashboard design */
section.dashboard-count .box{  box-shadow: 0px 0px 4px 1px #e2e2e2; padding: 35px 20px; min-height: 140px; border-radius: 10px; margin: 0 0 25px; display: flex; flex-flow: row nowrap; justify-content: space-between; }
section.dashboard-count .box .img{ background: rgba(0,0,0,0.15); border-radius: 100%; text-align: center; width: 70px; height: 70px; float: left; line-height: 70px; font-size: 40px; color: #ffffff; }
section.dashboard-count .box .text-data{  float: right; color: #fff; }
section.dashboard-count .box .text-data h3{line-height: 1; margin: 0 0 10px; font-size: 34px; text-align: right; font-weight: bold; }
section.dashboard-count .box .text-data p{color: #ffffff; margin: 0; text-align: right; font-size: 16px; }

section.dashboard-count .purple{  
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(0,244,255) 0%, rgb(0,187,255) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(0,244,255) 0%, rgb(0,187,255) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(0,244,255) 0%, rgb(0,187,255) 100%);
}
section.dashboard-count .orange{  
  background: #ffd52b; 
  background: -moz-linear-gradient(left, #ffd52b 0%, #ffad03 100%); 
  background: -webkit-linear-gradient(left, #ffd52b 0%,#ffad03 100%); 
  background: linear-gradient(to right, #ffd52b 0%,#ffad03 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd52b', endColorstr='#ffad03',GradientType=1 ); 
}
section.dashboard-count .red{  
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,157,172) 0%, rgb(255,126,127) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,157,172) 0%, rgb(255,126,127) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,157,172) 0%, rgb(255,126,127) 100%); 
}
section.dashboard-count .green{
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(158,205,103) 0%, rgb(119,184,42) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(158,205,103) 0%, rgb(119,184,42) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(158,205,103) 0%, rgb(119,184,42) 100%);
}
section.dashboard-count .orenge {
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255,213,43) 0%, rgb(255,173,3) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255,213,43) 0%, rgb(255,173,3) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255,213,43) 0%, rgb(255,173,3) 100%);
}

section.dashboard-count .blue {
  background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(103,117,205) 0%, rgb(55,102,186) 100%);
  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(103,117,205) 0%, rgb(55,102,186) 100%);
  background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(103,117,205) 0%, rgb(55,102,186) 100%);
}

/* 28-06-2019 Admin Dashbord */

section.cusdashboard { background: #fff; padding:20px; margin: 30px 0; }
section.cusdashboard .culsuntan-details .user-details { margin: 20px 0; padding: 0; }
section.cusdashboard .culsuntan-details .user-details h2{ font-size: 22px; margin: 0 0 20px; }
section.cusdashboard .culsuntan-details .user-details li{ margin: 0 0 10px; list-style-type: none; }
section.cusdashboard .culsuntan-details .user-details li .icon{ width: 20px; float: left; }
section.cusdashboard .culsuntan-details .user-details li .text{ overflow: hidden; }
section.cusdashboard .cons-admin-slider .item img{ width: 100%; }
section.cusdashboard .cons-admin-slider .carousel-control{ position: absolute; top: 50%; transform: translateY(-50%); }
section.cusdashboard .socila-icon { display: inline-block; padding: 0;  margin: 15px 0; }
section.cusdashboard .socila-icon li{ list-style-type: none; padding: 0 5px; display: inline-block; vertical-align: middle; }
section.cusdashboard .socila-icon li a{width: 40px;  height: 40px; background: #7e9aaf; display: inline-block; border-radius: 50%; text-align: center; color: #fff; line-height: 40px; font-size: 20px;  }
section.cusdashboard .socila-icon li{  }
section.cusdashboard .quick-link {  }
section.cusdashboard .quick-link h3{ font-size: 20px; margin: 0 0 15px; font-weight: 600; }
section.cusdashboard .quick-link ul { padding: 0; }
section.cusdashboard .quick-link ul li { display: inline-block; padding: 0 10px;  }
section.cusdashboard .quick-link ul li a{ color:#7e9aaf; }
section.cusdashboard .quick-link ul li a .icon{ display: block; min-height: 40px; font-size: 25px; text-align: center; }
section.cusdashboard .quick-link ul li a .text{ display: block; }

section.cusdashboard .cons-admin-slider .item img{ height: 370px; object-fit: cover; width: 100%;  }

section.get-enrolment-info { margin: 0 0 30px; }
section.get-enrolment-info .content-block{ background: #fff; padding: 20px;  }


.conversation-chat {  }
.conversation-chat .user-info li{  margin: 0 0 10px;  }
.conversation-chat .chat-list { max-height: 200px; overflow-y: auto; overflow-x: hidden; margin: 0 0 20px;}
.conversation-chat .chat-list ul { padding: 0; }
.conversation-chat .chat-list ul li{ list-style-type: none; padding: 10px;  background: #f5f5f5;  border-bottom: 1px solid #e2e2e2; margin: 0 0 10px 0; }
.conversation-chat .chat-list ul li span{ font-weight: 600; color: #7e9ab0; display: inline-block; min-width: 100px; }
.conversation-chat .chat-list ul li span{}
.conversation-chat .replay-chat, .conversation-chat .submit-btn { padding: 0 0 0 120px; }
.conversation-chat .replay-chat textarea{ resize: none; }

.conversation-chat .replay-chat { padding: 0; }
.conversation-chat .replay-chat .form-group { display: inline-block; width: 100%; }
.multiselect-container li .checkbox input[type="checkbox"]{ position: relative; opacity: 1; }


/* top loader */
.pace .pace-progress {
    background: #7e9ab0;
    height: 5px;
}


.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.no-border-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-line-through {
    text-decoration: line-through;
}

.social-google {
    background-color: #da573b;
    border-color: #be5238;
    color: #ffffff !important;
}

.social-google:hover {
    background-color: #be5238;
    border-color: #9b4631;
    color: #ffffff !important;
}

.social-twitter {
    background-color: #1daee3;
    border-color: #3997ba;
    color: #ffffff !important;
}

.social-twitter:hover {
    background-color: #3997ba;
    border-color: #347b95;
    color: #ffffff !important;
}

.social-facebook {
    background-color: #4c699e;
    border-color: #47618d;
    color: #ffffff !important;
}

.social-facebook:hover {
    background-color: #47618d;
    border-color: #3c5173;
    color: #ffffff !important;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0 !important;
    margin-top: 3px;
}

/**************************/
/****** Style Border *****/
/****** Style Border *****/
/**************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999999;
    /* background-color: #141d25; */
    height: 100%;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

a:hover,
a:focus {
    color: #ed5565;
    text-decoration: none;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.text-primary {
    color: #ed5565;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #999999;
}

.page-hide {
    display: none;
}

.hide {
    display: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    /*background-color: #141d25;*/
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.block-heading {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

/**************************/
/******* Wrapper *********/
#wrapper {
    width: 100%;
    min-height: 100%;    
}

#page-wrapper {
    min-height: 100%;
    padding: 0 !important;
    background-color: #f0f2f5;
    transition: 0.3s all linear;
}

#wrapper.admin-layout {
    display: flex;
    flex-flow: column nowrap;
}

.admin-layout-row {
    display: flex;
    flex-flow: row nowrap;
}
.admin-layout-row #page-wrapper {
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0;
}
.admin-layout-row #sidebar {
    flex-shrink: 0;
    position: static;
    /* position: sticky; */
    align-self: flex-start;
    /* top: 0; */
}

@media (min-width: 768px) {
    #page-wrapper {
        position: relative;
        /*margin: 0 0 0 250px;*/
        padding: 0;
    }
}

/******* Wrapper *********/
/**************************/
/**************************/
/******* Top Bar *********/
#topbar {
    background: #ffffff;
    width: 100%;
    height: 70px;
}

#topbar.navbar-default {
    border: 0;
}

#topbar .navbar-header {
    width: 250px;
    height: 100%;
    background: #fff;
    border-bottom: 5px solid #f7f7f8 !important;
    text-align: center;
}

#topbar .navbar-header #logo {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ed5565;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#topbar .navbar-header #logo:hover {
    text-decoration: underline;
}

#topbar .topbar-main {
    display: block;
    height: 100%;
    background: #ffffff;
    border-bottom: 5px solid #f7f7f8 !important;
}

#topbar .topbar-main #menu-toggle {
    float: left;
    padding: 17px 20px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-right: 1px dashed #e5e5e5;
    border-radius: 0;
}

#topbar .topbar-main #menu-toggle:hover,
#topbar .topbar-main #menu-toggle:focus {
    box-shadow: none !important;
}

#topbar .topbar-main #menu-toggle i {
    font-size: 30px;
}

#topbar .topbar-main #btn-dashboard-style {
    float: left;
    border-right: 1px dashed #e5e5e5;
}

#topbar .topbar-main #btn-dashboard-style.open .dropdown-toggle {
    box-shadow: none !important;
}

#topbar .topbar-main #btn-dashboard-style .btn {
    padding: 17px 20px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

#topbar .topbar-main #btn-dashboard-style .btn:hover,
#topbar .topbar-main #btn-dashboard-style .btn:focus {
    box-shadow: none !important;
}

#topbar .topbar-main #btn-dashboard-style .btn i {
    font-size: 30px;
}

#topbar .topbar-main #btn-dashboard-style .dropdown-menu {
    left: 15px !important;
}

#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style {
    width: 250px;
    padding: 10px;
    text-align: center;
}

#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style .row .col-md-6 {
    padding: 10px;
}

#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style .row .col-md-6 p {
    font-size: 12px;
    margin-top: 5px;
}

#topbar .topbar-main #topbar-search {
    width: 250px;
    float: left;
}

#topbar .topbar-main #topbar-search:hover i,
#topbar .topbar-main #topbar-search:focus i {
    color: #333333;
}

#topbar .topbar-main #topbar-search i {
    font-size: 25px;
    margin: 0;
    top: 17px;
    right: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#topbar .topbar-main #topbar-search input {
    padding: 22px 33px 23px 20px !important;
    height: 100%;
    border: 0;
    border-radius: 0;
}

#topbar .topbar-main .navbar-top-links li {
    display: inline-block;
}

#topbar .topbar-main .navbar-top-links li:last-child {
    margin-right: 15px;
}

#topbar .topbar-main .navbar-top-links li.open > a {
    background: #f7f7f8 !important;
}

#topbar .topbar-main .navbar-top-links li.open > a:hover,
#topbar .topbar-main .navbar-top-links li.open > a:focus {
    background: #f7f7f8 !important;
}

#topbar .topbar-main .navbar-top-links li > a {
    font-size: 18px;
    padding: 22px 20px;
    min-height: 50px;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#topbar .topbar-main .navbar-top-links li > a:hover,
#topbar .topbar-main .navbar-top-links li > a:focus {
    background: #f7f7f8 !important;
}

#topbar .topbar-main .navbar-top-links li > a i {
    font-size: 20px;
    color: #999999;
}

#topbar .topbar-main .navbar-top-links li > a span.badge {
    position: absolute;
    top: 12px;
    right: 15px;
}

#topbar .topbar-main .navbar-top-links li > a img {
    position: relative;
    width: 32px;
    height: 32px;
    margin-top: -7px;
    display: inline-block;
}

#topbar .topbar-main .navbar-top-links li .dropdown-menu li {
    display: block;
}

#topbar .topbar-main .navbar-top-links li .dropdown-menu li:last-child {
    margin-right: 0;
}

#topbar .topbar-main .navbar-top-links li .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
    color: #999999;
}

#topbar .topbar-main .navbar-top-links li .dropdown-menu li a div {
    white-space: normal;
}

#topbar .topbar-main .navbar-top-links li .dropdown-menu li a.btn {
    color: #FFFFFF;
}

#topbar .topbar-main .navbar-top-links .open > a {
    background: #141d25 !important;
}

#topbar .topbar-main .navbar-top-links .open > a:hover,
#topbar .topbar-main .navbar-top-links .open > a:focus {
    background: #141d25 !important;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts {
    width: 310px;
    min-width: 0;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a {
    padding: 15px 20px;
    display: block;
    border-top: 1px dashed #e5e5e5;
    font-size: 12px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span {
    margin-right: 10px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span i {
    font-size: 14px;
    color: #FFFFFF;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:first-child a {
    border-top: 0;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:last-child a {
    background: #f7f7f8;
    width: 100%;
    border-top: 0;
    padding: 15px 20px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages {
    width: 310px;
    min-width: 0;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a {
    padding: 15px 20px;
    display: block;
    border-top: 1px dashed #e5e5e5;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .avatar img {
    width: 40px;
    height: 40px;
    margin-top: 0;
    float: left;
    display: block;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info {
    margin-left: 58px;
    display: block;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name .label {
    font-size: 10px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .desc {
    font-size: 12px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li:first-child a {
    border-top: 0;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-messages li:last-child a {
    background: #f7f7f8;
    width: 100%;
    border-top: 0;
    padding: 15px 20px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks {
    width: 310px;
    min-width: 0;
    margin-left: -59px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a {
    padding: 15px 20px;
    display: block;
    border-top: 1px dashed #e5e5e5;
    font-size: 12px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span {
    margin-right: 10px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span i {
    font-size: 14px;
    color: #FFFFFF;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a .progress {
    margin-bottom: 5px;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:first-child a {
    border-top: 0;
}

#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:last-child a {
    background: #f7f7f8;
    width: 100%;
    border-top: 0;
    padding: 15px 20px;
    text-align: right;
    font-weight: bold;
}

#topbar .topbar-main .navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
    padding: 0px;
    overflow: hidden;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content {
    width: 320px;
    padding: 15px;
    padding-bottom: 0px;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:before,
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:after {
    display: table;
    content: "";
    line-height: 0;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar {
    padding: 10px 0;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar:hover {
    color: #ed5565;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer {
    background-color: #f0f0f1;
}

#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer-content {
    padding: 15px;
}

@media (min-width: 768px) {
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/******* Top Bar *********/
/************************/
/************************/
/***** Sidebar Menu ****/
#sidebar {
    background: #141d25;
}

.navbar-static-side {
    transition: 0.3s all linear;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #19252f;
}

/* .navbar-static-side ul li:first-child a {
    padding: 0;
} */

.navbar-static-side ul li.active a {
    background: #19252f;
    outline: none;
}

.navbar-static-side ul li a {
    color: #FFFFFF;
    padding: 15px;
}

.navbar-static-side ul li a:hover,
.navbar-static-side ul li a:focus {
    background: #19252f;
    outline: none;
}

.navbar-static-side ul li a .badge {
    float: right;
    margin-right: 10px;
}

.navbar-static-side ul li .nav-second-level li {
    border-bottom: 0;
}

.navbar-static-side ul li .nav-second-level li:after {
    position: absolute;
    content: "";
    z-index: 999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #18222c;
    left: 20px;
    top: 22px;
    bottom: auto;
}

.navbar-static-side ul li .nav-second-level li:first-child {
    border-top: 0;
}

.navbar-static-side ul li .nav-second-level li:last-child {
    border-bottom: 0;
}

.navbar-static-side ul li .nav-second-level li.active:after,
.navbar-static-side ul li .nav-second-level li:hover:after,
.navbar-static-side ul li .nav-second-level li:focus:after {
    background: #ed5565;
}

.navbar-static-side ul li .nav-second-level li a {
    padding: 15px 15px 15px 37px;
    /* background: #0b1014; */
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li {
    border-bottom: 0;
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li:after {
    position: absolute;
    content: "";
    z-index: 999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d2a36;
    left: 38px;
    top: 22px;
    bottom: auto;
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li:first-child {
    border-top: 0;
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li:last-child {
    border-bottom: 0;
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li:hover:after,
.navbar-static-side ul li .nav-second-level li .nav-third-level li:focus:after {
    background: #ed5565;
}

.navbar-static-side ul li .nav-second-level li .nav-third-level li a {
    padding: 15px 15px 15px 52px;
    background: #06080b;
}

.navbar-static-side ul li.sidebar-heading {
    padding: 5px 15px;
}

.navbar-static-side ul li.sidebar-heading h4 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ed5565;
}

.sidebar-user-info {
    padding: 15px;
}

.sidebar-user-info img {
    border: 5px solid #ec4758;
    width: 75px;
    height: 75px;
    display: inline-block;
}

.sidebar-user-info h4 {
    color: #FFFFFF;
    margin-bottom: 5px;
}

.sidebar-user-info ul {
    margin-bottom: 3px;
}

.sidebar-user-info ul li {
    border-bottom: 0 !important;
}

.sidebar-user-info ul li a {
    color: #cdcdcd;
}

.sidebar-user-info .user-status {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    display: inline-block;
    background: transparent;
    margin-right: 5px;
}

.sidebar-user-info .user-status.is-online {
    background: #06B53C;
}

.sidebar-user-info .user-status.is-idle {
    background: #F7D227;
}

.sidebar-user-info .user-status.is-busy {
    background: #ee4749;
}

.sidebar-user-info .user-status.is-offline {
    background: #666666;
}

.sidebar-user-info span {
    color: #FFFFFF;
}

.sidebar-user-activity {
    padding: 15px;
    border-bottom: 0 !important;
}

.sidebar-user-activity h4 {
    color: #FFFFFF;
}

.sidebar-user-activity .note {
    padding: 3px 15px;
    margin-bottom: 5px;
}

.sidebar-user-activity .note small {
    color: #cdcdcd;
}

.sidebar-user-activity .note a:hover,
.sidebar-user-activity .note a:focus {
    background: transparent;
}

.arrow {
    float: right;
    margin-top: 3px;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
}

.right-sidebar #sidebar {
    left: auto;
    right: 0;
}

.right-sidebar #page-wrapper {
    margin: 0 250px 0 0;
}

/******* Sidebar Menu ******/
/**************************/
/******************************************/
/******* Page Dashboard Categories *******/
.page-dashboard-category {
    padding: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
}

.page-dashboard-category #list-dashboard .carousel-inner .item a {
    outline: none !important;
}

.page-dashboard-category #list-dashboard .carousel-inner .item a:hover i,
.page-dashboard-category #list-dashboard .carousel-inner .item a:focus i {
    perspective: '100px';
    rotateY: '180deg';
}

.page-dashboard-category #list-dashboard .carousel-inner .item a i {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.page-dashboard-category #list-dashboard .carousel-inner .item a h4 {
    font-family: "Oswald";
    font-weight: bold;
    text-transform: uppercase;
}

/******* Page Dashboard Categories ******/
/***************************************/
/******************************************/
/******* Page Header & Breadcrumb ********/
.page-header-breadcrumb {
    padding: 10px 0;
    margin: 0;
    background: #FFFFFF;
}

.page-header-breadcrumb .page-heading {
    display: block;
    padding: 0 15px;
    float: right;
}

.page-header-breadcrumb .page-heading h1.page-title {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    margin: 0;
    float: right;
}

.page-header-breadcrumb .page-breadcrumb {
    padding: 0 15px;
    margin: 0;
    background: transparent;
}

.page-header-breadcrumb .page-breadcrumb > li + li:before {
    display: none;
}

/******* Page Header & Breadcrumb ********/
/******************************************/
/******************************/
/******* Page Content ********/
.page-content {
    padding: 20px;
}

.page-content #tab-general {
    display: block;
}

/******* Page Content ********/
/****************************/
/*****************************/
/******* Page Footer ********/
.page-footer {
   /* position: initial !important;*/
    width: 100%;
   /* bottom: 0px;*/
    padding: 15px 20px;
    background: #FFFFFF;
}

/******* Page Footer ********/
/***************************/
/******************************/
/******* Page Index **********/
.user-profile .info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.user-profile .info .avatar img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.user-profile .info .desc .name {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.user-profile .info .desc .status {
    font-size: 14px;
    color: #b8bec8;
}

.user-profile .social {
    float: left;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.user-profile .social .row .col-md-4 {
    border-right: 1px dashed #e5e5e5;
}

.user-profile .social .row .col-md-4:last-child {
    border-right: 0;
}

.user-profile .social .type {
    font-size: 16px;
}

.user-profile .social .count {
    margin-top: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: bold;
}

#tab-projects .total-projects,
#tab-projects .budgets-actuals,
#tab-projects .team-member,
#tab-projects .total-issues {
    position: relative;
}

#tab-projects .total-projects .tp-total,
#tab-projects .budgets-actuals .tp-total,
#tab-projects .team-member .tp-total,
#tab-projects .total-issues .tp-total,
#tab-projects .total-projects .bg-total,
#tab-projects .budgets-actuals .bg-total,
#tab-projects .team-member .bg-total,
#tab-projects .total-issues .bg-total,
#tab-projects .total-projects .at-total,
#tab-projects .budgets-actuals .at-total,
#tab-projects .team-member .at-total,
#tab-projects .total-issues .at-total,
#tab-projects .total-projects .tm-total,
#tab-projects .budgets-actuals .tm-total,
#tab-projects .team-member .tm-total,
#tab-projects .total-issues .tm-total,
#tab-projects .total-projects .is-total,
#tab-projects .budgets-actuals .is-total,
#tab-projects .team-member .is-total,
#tab-projects .total-issues .is-total {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-top: 10px;
}

#tab-projects .total-projects .tp-title,
#tab-projects .budgets-actuals .tp-title,
#tab-projects .team-member .tp-title,
#tab-projects .total-issues .tp-title,
#tab-projects .total-projects .bg-title,
#tab-projects .budgets-actuals .bg-title,
#tab-projects .team-member .bg-title,
#tab-projects .total-issues .bg-title,
#tab-projects .total-projects .at-title,
#tab-projects .budgets-actuals .at-title,
#tab-projects .team-member .at-title,
#tab-projects .total-issues .at-title,
#tab-projects .total-projects .tm-title,
#tab-projects .budgets-actuals .tm-title,
#tab-projects .team-member .tm-title,
#tab-projects .total-issues .tm-title,
#tab-projects .total-projects .is-title,
#tab-projects .budgets-actuals .is-title,
#tab-projects .team-member .is-title,
#tab-projects .total-issues .is-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #e0e0e0;
}

#tab-projects .total-projects .tp-total,
#tab-projects .budgets-actuals .tp-total,
#tab-projects .team-member .tp-total,
#tab-projects .total-issues .tp-total {
    display: inline-block;
    margin-right: 15px;
}

#tab-projects .total-projects .tp-subtitle,
#tab-projects .budgets-actuals .tp-subtitle,
#tab-projects .team-member .tp-subtitle,
#tab-projects .total-issues .tp-subtitle {
    display: inline-block;
    font-weight: bold;
}

#tab-shopping .order-detail {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5;
}

#tab-shopping .order-detail .revenue-total,
#tab-shopping .order-detail .tax-total,
#tab-shopping .order-detail .shipping-total,
#tab-shopping .order-detail .quantity-total {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

#tab-shopping .order-detail .revenue-title,
#tab-shopping .order-detail .tax-title,
#tab-shopping .order-detail .shipping-title,
#tab-shopping .order-detail .quantity-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #e0e0e0;
}

#tab-shopping .lifetime-sales,
#tab-shopping .average-orders {
    position: relative;
}

#tab-shopping .lifetime-sales .ls-total,
#tab-shopping .average-orders .ls-total,
#tab-shopping .lifetime-sales .ao-total,
#tab-shopping .average-orders .ao-total {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

#tab-shopping .lifetime-sales .ls-title,
#tab-shopping .average-orders .ls-title,
#tab-shopping .lifetime-sales .ao-title,
#tab-shopping .average-orders .ao-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #e0e0e0;
}

#tab-blog .recently-published {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

#tab-blog .recently-published .rp-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#tab-blog .recently-published .rp-header .rp-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
}

#tab-blog .recently-published .rp-header .rp-more {
    float: right;
    margin-top: 3px;
}

#tab-blog .recently-published ul.rp-list {
    margin: 0;
    padding: 0;
}

#tab-blog .recently-published ul.rp-list li {
    margin-bottom: 8px;
}

#tab-blog .recently-published ul.rp-list li .rp-date {
    color: #cbcbcb;
    float: left;
    min-width: 150px;
}

#tab-blog .recently-published ul.rp-list li .rp-desc {
    color: #ed5565;
}

#tab-blog .recently-published ul.rp-list li .rp-desc:hover,
#tab-blog .recently-published ul.rp-list li .rp-desc:focus {
    color: #999999;
}

#tab-blog .latest-comments {
    float: left;
    display: block;
    width: 100%;
}

#tab-blog .latest-comments .lc-header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#tab-blog .latest-comments .lc-header .lc-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
}

#tab-blog .latest-comments ul.lc-list {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

#tab-blog .latest-comments ul.lc-list li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}

#tab-blog .latest-comments ul.lc-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0;
}

#tab-blog .latest-comments ul.lc-list li .comment-meta {
    margin-bottom: 5px;
}

#tab-blog .latest-comments ul.lc-list li .comment-meta a {
    font-weight: bold;
}

#tab-blog .latest-comments ul.lc-list li p.lc-actions {
    visibility: hidden;
}

#tab-blog .latest-comments ul.lc-list li p.lc-actions a {
    margin-right: 5px;
    font-size: 12px;
}

#tab-blog .latest-comments ul.lc-list li:hover p.lc-actions,
#tab-blog .latest-comments ul.lc-list li:focus p.lc-actions {
    visibility: visible;
}

#tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:hover,
#tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:hover,
#tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:focus,
#tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:focus {
    color: #ed5565;
}

#tab-blog .site-stats .st-top-posts {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

#tab-blog .site-stats .st-top-searches {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

/* .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(80px, 0) scale(1);
    direction: ltr;
    width: 185px;
}

.fileupload .btn {
    vertical-align: middle;
    margin: 0 2px 0 -1px;    position: relative;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}
.fileupload .img-thumbnail {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    padding: 0;
} */


.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(80px, 0) scale(1);
    direction: ltr;
    width: 185px;
    }
  .btn-file + .fileupload-preview {
    padding: 0 5px 0 10px;
    vertical-align: middle; }

.fileupload .form-control {
  height: 34px;
  display: inline-block;
  box-shadow: none; }
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }
.fileupload .img-thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 0; }
  .fileupload .img-thumbnail > img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100%; }
.fileupload .btn {
  vertical-align: middle;
  margin: 0 2px 0 -1px; }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
  display: none;
  }

.fileupload-inline .fileupload-controls {
  display: inline; }

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.thumbnail-borderless .img-thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.fileupload-new.thumbnail-borderless .im-thumbnail {
  border: 1px solid #dddddd; }

.fileupload .fileupload-preview + .close {
  vertical-align: middle; }

/* #tab-blog .site-stats ul.top-post-list {  display: block } */

.group-select-box button {width: 100% !important;text-align: left;}
.group-select-box .btn-group {width: 100%;}
.group-select-box button b.caret {float: right;top: 8px;position: relative;}
.group-select-box .btn-group .dropdown-menu {width: 100%;padding: 15px 0; height: 300px;overflow-y: auto;}
.group-select-box .btn-group .dropdown-menu label input {margin-right: 10px;}
.group-select-box .btn-group .dropdown-menu label {padding: 9px 15px;}
.group-select-box .btn-group .dropdown-menu > .active > a, .group-select-box .btn-group .dropdown-menu > .active > a:hover {background-color: #dbdbdb;}
.group-select-box .btn-group button {background-color: transparent !important;color: #919191 !important;box-shadow: none !important;border: 1px solid #e5e5e5 !important;}
.thankyou .caption img { width: 100%;height: 300px;object-fit: cover; }
.thankyou .caption { width: 100%; }
.thankyou .portlet-header { position: relative; }
.thankyou .portlet-header .title { position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); }
.thankyou .portlet-header .title h1 { margin: 0;font-size: 50px;font-weight: 700;color: #fff; }
.thankyou .portlet-body .image { margin: 0 0 20px 0; }
.thankyou .portlet-body h4 { font-size: 25px;margin: 0 0 15px 0; }
.thankyou .portlet-body p { font-size: 18px; }
.navbar-static-side { z-index: 60 !important; }
/* Responsive css */

@media (max-width:768px) {
    section.login-page .form-row { display: inline-block; width: 100%; }
    section.login-page .admin-left { display: none; }
    section.login-page .admin-right { width: 100%; }
}
@media (max-width:568px) { 
    section.login-page .admin-right { padding: 20px 0; }
    section.login-page .admin-right .forgot-password { width: 100%; text-align: center; margin: 10px 0; }
    section.login-page .admin-right { height: auto; }
    section.login-page .admin-right .middel-form { position: initial; transform: initial; padding: 0px 15px; }
    section.login-page .admin-right #btn_login{ display: block; width: 100%; } 
}



.whitespacePre { white-space: pre-line; }
.portlet.party-redeem { padding: 30px 0; margin: 0; }
.party-redeem .party-title { text-align: center; margin: 0 0 15px 0; }
.party-redeem .party-title h2 { margin: 0 0 10px 0;font-size: 22px;font-weight: 600;color: #575757; }
.party-redeem .party-title h2 span { color: #8ba7b4; }
.party-redeem .party-title h4 { margin: 0;font-size: 18px;font-weight: 400;color: #8ba7b4; font-style: italic; }
.party-redeem .party-order-form h2 { margin: 0 0 15px 0;font-size: 22px;font-weight: 600;color: #575757; }
.party-redeem .party-order-form .party-form-section { padding: 0 0 0 50px; margin: 0 0 20px 0; }
.party-redeem .party-order-form .party-form-section h3 { margin: 0 0 10px 0;font-size: 20px;font-weight: 600;color: #8ba7b4; text-transform: uppercase; }
.party-redeem .party-order-form .party-form-section h4 { margin: 0 0 15px 0;font-size: 18px;font-weight: 400;color: #575757; }
.party-redeem .party-order-form .party-form-section form .form-group label { color: #575757;font-size: 16px;font-weight: 400; }
.party-redeem .party-order-form .party-form-section form .form-group select { -moz-appearance:none;-webkit-appearance : none;-o-appearance : none;-ms-appearance : none;appearance : none; background: #fff url("../images/party-drop.svg") no-repeat;background-position: 97% 50%; }
.party-redeem .party-order-form .party-form-section form .form-group.number { margin: 36px 0 0 0; }
.party-redeem .party-order-form .party-form-section form .form-group.number label { margin: 0; }
.party-redeem .party-order-form .party-form-section form .party-button button.party-btn { color: #fff;background: #8ba7b4;padding: 7px 15px; border:1px solid #8ba7b4;width: 100%; border-radius: 5px; border: 1px solid #8ba7b4; }
.party-redeem .party-order-form .party-form-section form .party-button button.party-btn:hover { color: #8ba7b4;background: #fff; }
.party-redeem .party-order-form .party-form-section form .party-button { margin: 30px 0 0 0; }
.party-redeem .party-order-form .party-form-section form .party-next-step.party-button { text-align: center; }
.party-redeem .party-order-form .party-form-section form .party-next-step.party-button button { width: 20%; }

.party-btn { color: #fff;background: #8ba7b4;padding: 7px 15px; border:1px solid #8ba7b4;width: 100%; border-radius: 5px; border: 1px solid #8ba7b4;}
.newrechighlite { font-weight: bold; background-color: #C9C9C9 !important;}

.pagination > li {cursor: pointer;}
.plainQtytxt { padding-top: 25px !important;}
.afterAttsel { padding-top: 17px;}
.fixoneqty {padding: 6px 15px;}