@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body {
    font-family: 'Lato';
    color: #333333;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px !important;
    overflow-x: hidden;
}

.icheck>label {
    padding-left: 16px;
}

.checkbox input[type=checkbox] {
    margin-left: -16px;
    top: 2px;
}


/*-- reusable class --*/

img {
    max-width: 100%;
}

.action-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.action-list ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

.action-list ul li a {
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
    display: block;
}

.action-list ul li a i {
    line-height: 30px;
    font-size: 16px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pa10 {
    padding: 10px;
}

.pa20 {
    padding: 20px;
}

.py10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mg0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mg10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mg30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mg14 {
    margin-top: 14px;
    margin-bottom: 14px;
}


/*-- header customize --*/

body.skin-blue .main-header .logo,
body.skin-blue .main-header .navbar,
body.skin-blue .main-header .navbar .sidebar-toggle:hover,
body.skin-blue .main-header .logo:hover {
    background-color: #000000;
}

body.skin-blue .main-header .logo {
    height: 54px;
}

body.skin-blue .main-header .logo .logo-lg {
    padding: 16px 0px;
}

body.skin-blue .main-header .logo .logo-lg img {
    max-height: 35px;
}


/*body.skin-blue .main-header .logo .logo-lg img{height:25px;}

body .wrapper .content-wrapper{background-color:#ffffff;}

body.skin-blue .main-sidebar{background-color:#ffffff; border-right:2px solid #000000;}

body.skin-blue .sidebar-menu>li:hover>a, body.skin-blue .sidebar-menu>li.active>a, body.skin-blue .sidebar-menu>li.menu-open>a{color:#000000; background:#ebebeb;}

body.skin-blue .sidebar a{color:#000000; font-size:16px;} */


/*-- notification section --*/

.notifications-panel {
    background-color: #e61610;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.notifications-panel h4 {
    margin: 0px;
    font-size: 14px;
    line-height: normal;
}

.page-info {
    border-bottom: 2px solid #000000;
    margin-bottom: 18px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.page-info h4 {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
}

.box.custom-box-set .box-header .btn-primary {
    padding: 2px 10px;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.box.custom-box-set .box-header .btn-primary:hover,
.box.custom-box-set .box-header .btn-primary:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.box.custom-box-set {
    border: none;
}

.box.custom-box-set .box-header {
    background-color: #f4f4f4;
}

.box.custom-box-set .box-body {
    padding-top: 0px;
}


/* .box.custom-box-set .table>caption+thead>tr:first-child>td, .box.custom-box-set .table>caption+thead>tr:first-child>th, .box.custom-box-set .table>colgroup+thead>tr:first-child>td, .box.custom-box-set .table>colgroup+thead>tr:first-child>th, .box.custom-box-set .table>thead:first-child>tr:first-child>td, .box.custom-box-set .table>thead:first-child>tr:first-child>th{border-top:1px solid #757575;} */


/* .box.custom-box-set .table-bordered>thead>tr>th, .box.custom-box-set .table-bordered>tbody>tr>th, .box.custom-box-set .table-bordered>tfoot>tr>th, .box.custom-box-set .table-bordered>thead>tr>td, .box.custom-box-set .table-bordered>tbody>tr>td, .box.custom-box-set .table-bordered>tfoot>tr>td{border:1px solid #757575;} */

.box.custom-box-set .table {
    font-size: 14px;
}

.box.custom-box-set .table.dataTable {
    border-collapse: collapse !important;
}

.box.custom-box-set .box-header h3.box-title i {
    padding-right: 10px;
}


/*-- dashboard --*/

.dash-info .info-box {
    display: table;
    width: 100%;
}

.dash-info span.info-box-icon {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    float: none;
}

.dash-info .info-box-content {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}

.dash-info .info-box-content span.info-box-text {
    white-space: normal;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


/*-- brand css --*/

img.brand-thumbnail {
    height: 30px;
}

.file-upload {
    display: block;
    text-align: center;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 34px;
    line-height: 30px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 4px;
    display: block;
    height: 34px;
    line-height: 30px;
    width: 25%;
    float: left;
    text-align: center;
}

.file-upload .file-select .file-select-name {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    width: 75%;
    float: left;
    height: 34px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/*-- modal --*/

.custom-modal .modal-header {
    background-color: #00a7d0;
    color: #ffffff;
}

.custom-modal .modal-header .close {
    opacity: 1;
    color: #ffffff;
}

.custom-modal .modal-body {
    background-color: #f1f0f0;
}

.custom-modal .modal-footer {
    background-color: #ecf0f1;
}

.custom-modal .modal-footer .btn-secondary {
    background-color: #ffffff;
    border-color: #adadad;
}

.modal-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.modal-dialog .modal-content form {
    margin: 0px;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 16px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -15px;
    right: -10px;
}

.modal-confirm .modal-body {
    color: #999;
    padding: 8px 15px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 0px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 28px;
    display: inline-block;
    margin-top: 7px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}


/* .trigger-btn{display:inline-block; margin:100px auto;} */


/*-- register page form wizard --*/

.register-box-body h2 {
    font-size: 18px;
    margin: 0px;
    text-align: center;
}

.register-box-body .setup-content h3 {
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
}

.register-box-body .setup-content label.control-label {
    color: #666666;
    font-weight: 400;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.stepwizard p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step .btn.disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


/*

   *

   * TOOLTIPTSTER DEFAULT CSS

   */

.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* *

   * TOOLTIPTSTER OVERRIDE CSS

   */

.tooltipster-light {
    border-radius: 5px;
    background-color: #F0BE00;
    color: #fff;
}

.tooltipster-content {
    font-family: Verdana, sans-serif;
    color: white;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 10px;
}


/*-- file uploader changes --*/

.form-group .imageuploadify .imageuploadify-images-list i {
    font-size: 2em;
    margin-top: .2em;
    padding-bottom: 8px;
}

.form-group .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    border: none;
    display: block;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-group .imageuploadify .imageuploadify-images-list button.btn-default {
    display: block;
    width: auto;
    margin: 10px auto;
    padding: 4px 14px;
}

.content-wrapper {
    background-color: #ffffff;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #262626;
}

.skin-blue .sidebar a {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a,
.skin-blue .sidebar-menu>li>a.active {
    color: #ffffff;
    background: #757576;
    border-left: 3px solid #136acd;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0;
    background: #363636;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a,
.skin-blue .sidebar-menu .treeview-menu>li>a.active,
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #ffffff;
    background-color: #757576;
    border-left: 3px solid #136acd;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #ffffff;
    border-left: 3px solid transparent;
}

.btn {
    border-radius: 50px;
}

.btn-primary {
    background: #0f529f;
    color: #fff;
}

.btn-primary:focus:not(.is-disabled) {
    box-shadow: 0 0 0 3px rgba(19, 106, 205, 0.3);
    outline: 0;
    background: #0f529f;
}

.btn-primary:hover:not(.is-disabled) {
    background: #0f529f;
}

.main-header .logo .logo-mini {
    padding: 17px 0;
}

.login-page,
.register-page {
    background: #ffffff;
}

.login-logo,
.register-logo {
    margin-bottom: 0;
}

.login-logo a img,
.register-logo a img {
    max-height: 80px;
}

.login-box-msg,
.register-box-msg {
    font-size: 33px;
    line-height: 40px;
    font-weight: bold;
    color: #1c252c;
    letter-spacing: -0.015em;
}

.login-box-body .form-control,
.register-box-body .form-control {
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    height: 40px;
    line-height: 40px;
}

.login-box-body .forgot-password {
    font-weight: 900;
    color: #136acd;
}

.btn.btn-flat {
    border-radius: 50px;
    color: #fff;
    background: #136acd;
    border: 1px solid transparent;
    font-size: 20px;
}

.register-box .setup-content {
    padding-top: 20px;
}

.register-box .setup-content .btn-primary {
    border-radius: 50px;
    color: #fff;
    width: 100%;
    background: #136acd;
    border: 1px solid transparent;
    font-size: 20px;
}

.register-box .setup-content .btn-success {
    border-radius: 50px;
    color: #fff;
    width: 100%;
    border: 1px solid transparent;
    font-size: 20px;
}

.custom_checkbox [type="radio"]:checked,
.custom_checkbox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_checkbox [type="radio"]:checked+label,
.custom_checkbox [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_checkbox [type="radio"]:checked+label:before,
.custom_checkbox [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom_checkbox [type="radio"]:checked+label:after,
.custom_checkbox [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0f529f;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_checkbox [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_checkbox [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select-business {
    list-style: none;
    padding: 0;
}

.select-business>li {
    display: inline-block;
    padding-right: 10px;
}

.select-business>li:last-child {
    padding-right: 0;
}

.card_expiry {
    margin: 0 -3px;
}

.card_expiry [class^='col-sm'] {
    padding: 3px;
}

.pt20 {
    padding-top: 20px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #ffffff;
}

.sidebar-menu li>a>.fa-angle-down,
.sidebar-menu li>a>.pull-right-container>.fa-angle-down {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.sidebar-menu .menu-open>a>.fa-angle-down,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-down,
.skin-blue .sidebar-menu>li.active>a>.pull-right-container>.fa-angle-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.treeview-menu {
    padding-left: 0;
}

body.loader-active {
    overflow: hidden;
}

.loader-active .loader {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    display: none;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9;
}

.loader svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.page-info>h4>i {
    margin-right: 10px;
}

.sidebar a i {
    font-size: 16px;
    margin-right: 5px;
}

.sidebar a i.left-icon,
.sidebar-menu .treeview-menu>li>a>i.left-icon {
    width: 22px;
}

.action-list ul li a.refresh {
    width: auto;
    height: auto;
    border-radius: 5px;
    background-color: #0f529f;
    border-color: #0f529f;
}

.support-heading h4 {
    line-height: 24px;
    padding-left: 10px;
    color: #818487;
    font-size: 16px;
}

.support-form {
    padding-top: 50px;
}

.support-form .btn-primary {
    width: 100%;
}

.support-form textarea {
    resize: none;
    height: 150px;
}

.support-form .form-control {
    border-radius: 3px;
}

.sku_detail>thead>tr>th:last-child {
    width: 100px;
}

.inventory_list {
    border-top: 1px solid #fff;
}

.inventory_list h5 {
    margin-bottom: 0;
}

.inventory_list ul {
    list-style: none;
    padding: 0;
    display: table;
}

.inventory_list ul li {
    display: table-cell;
    position: relative;
}

.inventory_list ul li:after {
    /* content: '|'; */
    padding: 0 5px;
}

.inventory_list ul li:last-child:after {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555;
}

.all_brand_list .styled-checkbox {
    position: absolute;
    opacity: 0;
}

.all_brand_list .sorting_asc {
    display:none;
}

.all_brand_list .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.all_brand_list .styled-checkbox+label:before {
    content: '';
    margin-right: 0;
    display: inline-block;
    vertical-align: text-top;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    background: transparent;
}

.all_brand_list .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.all_brand_list .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.all_brand_list .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #000000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000, 4px -8px 0 #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.all_brand_list .modal-header .select_all_brands {
    float: right;
    padding-right: 60px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.all_brand_list .modal-header .select_all_brands span {
    position: absolute;
    top: 3px;
    right: 30px;
}

.iframe-wraper iframe {
    width: 100% !important;
}

.box.custom-box-set .box-body {
    padding-top: 40px;
}

.form-control-label span {
    color: red;
}

.global-srch .form-control {
    width: calc(100% - 90px);
    float: left;
}

.global-srch .btn-primary {
    border-radius: 0;
    margin-left: 10px;
    border-color: #5ab85b;
    background: #5bb85c;
}

/*-- todo steps --*/
.site-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
}
.panel-group.custom-steps-main .panel {
    margin-bottom: 20px;
    border: 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 24%);
    border-radius: 14px;
    color: #232233;
}
.panel-group.custom-steps-main .panel .panel-heading {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    border-radius: 14px;
    padding: 0;
}
.panel-group.custom-steps-main .panel .panel-heading h4 {
    border-radius: 14px;
}
.panel-group.custom-steps-main .panel .panel-heading a {
    text-transform: uppercase;
    display: block;
    text-align: left;
    background: #262626;
    color: #ffffff;
    padding: 15px;
    border-radius: 0px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.panel-group.custom-steps-main .panel .panel-collapse ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.panel-group.custom-steps-main .panel .panel-collapse ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
}
.panel-group.custom-steps-main .panel .panel-heading a.collapsed {
    background: #ffffff;
    color: #000000;
    border-radius: 14px;
}
.panel-group.custom-steps-main .panel .panel-heading a.collapsed span {
    color: #000000;
}
.panel-group.custom-steps-main .panel .panel-heading a span {
    color: #ffffff;
}
.panel-group.custom-steps-main .panel .panel-collapse ul li::after {content: "\f054";font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;left: 0;}


@media (max-width: 992px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
        color: #fff;
        background: #136acd;
    }

    .modal-lg {
        width: 900px;
      }
}

@media (min-width: 768px) {
    .login-box,
    .register-box {
        width: 400px;
    }

      .modal-xl {
        width: 90%;
       max-width:1200px;
      }
}

@media (max-width: 767px) {
    .all_brand_list .modal-header .select_all_brands {
        padding-right: 40px;
    }
    .all_brand_list .modal-header .select_all_brands span {
        right: 15px;
    }
}

.custom-modal .inventory_list {
    border: 1px solid #adabab;
    padding: 10px;
    margin-bottom: 10px;
}

.custom-modal .inventory_list>h5 {
    font-weight: 700;
}

.custom-modal .inventory_list>ul>li:first-child {
    font-weight: 700;
}

.py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.d-align-item-center {
    align-items: center;
}

.ad-search-wraper {
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.warehouse-container {
    border: 1px solid #ddd;
    margin: 15px 0;
}

.warehouse-container h3 {
    margin: 5px 0;
}

.warehouse-container .col-sm-6 {
    padding: 10px 20px;
}

.warehouse-container .col-sm-6+.col-sm-6 {
    border-right: 1px solid #dddddd;
}

.ad-search-wraper .btn-primary {
    width: 200px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.ad-search-wraper {
    display: none;
}

.ad-search-wraper.active {
    display: block;
}

.warehouse_product_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.warehouse_product_info h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.warehouse_product_info h5+h5 {
    padding-left: 15px;
}

.shipping span {
    cursor: hand;
}

.sortable_listing {
    position:relative;
    display: block;
    padding: 15px;
    border: 1px solid #bbb;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    min-height:400px;
}

.sortable_listing ol {
    list-style: none;
    padding: 0px;
}

.sortable_listing ol li {
    display: block;
    border: 1px solid #bbb;
    padding: 6px 10px;
    margin-bottom: 6px;
    cursor: pointer;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.sortable_listing h4 {
    margin-bottom: 20px;
    font-weight: bold;
}

.sortable_listing a.btn.save_sequence {
    margin-top: 15px;
}

.sortable_listing button{
    position: absolute;
    bottom :10px;
    width: 90%;
    height:42px;
    font-size:20px;
    color: white;
    border-radius:2px;
    background-color:rgb(255, 90, 0);
 }

.modal-dialog .modal-content form .nav-tabs {
    margin-bottom: 15px;
}

.report-btn-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.report-btn-section .report-btn {
    background-color: #929292;
    color: #ffffff;
    padding: 10px 30px;
    margin-right: 10px;
    font-weight: 600;
}

.report-btn-section .report-btn.active {
    background-color: #44a65a;
}

.report-input-group span.input-group-addon {
    background: #44a65a;
    color: #fff;
    padding: 9.5px;
}

.report-input-group input.form-control.text-center {
    width: calc(100% - 14px);
}

 /*.brand_category {
   width: 9%;
} */
.productSummary{
    padding:3px !important;
}
.progress{
    background:#d2d6de !important;
}
.brand_category label {
    line-height: 30px;
    margin-right: 3px;
    font-size: 12px;
}

.Wbrand-label {
    border: 1px solid #ddd;
    padding: 15px;
}

.Wbrand-label .label {
    display: inline-block;
    margin-right: 5px;
}

.preview_img img {
    max-height: 100px;
    margin: 4px;
}

.website-form-group {
    width: calc(100% - 9px);
}

#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.myProgress {
    width: 100%;
    background-color: #ddd;
}

.myBar {
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

#myProgress1 {
    width: 100%;
    background-color: #ddd;
}

#myBar1 {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.myProgress1 {
    width: 100%;
    background-color: #ddd;
}

.myBar1 {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.select2_custom+.select2 .select2-selection__rendered {
    max-height: 300px;
    overflow-y: scroll;
}

button.btn.btn-success.chooseParentCat.form-control {
    background: #435d7d;
    border-radius: inherit;
    border: none;
}

.modal-body>.simple-tree {
    height: 500px;
    overflow-y: scroll;
}

.modal-body.scroller {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#findAddonId {
    background-color: #00c0ef;
    color: #fff;
    cursor: pointer
}

.advanced_pricing {
    right: -100%;
    bottom: 0;
    width: 90%;
    height: 100%;
    opacity: 0;
    position: fixed;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 999999;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
    overflow: auto;
    overflow-x: hidden;
}

.advanced_pricing {
    padding: 20px;
}
.display-message {
    padding: 12px 15px;
    margin: 0;
    background-color: #ddd;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.advanced_pricing button.close {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 1;
}

.advanced_pricing.show {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.advanced_pricing .customer_group_pricing {
    background-color: #ddd;
}

.advanced_pricing .customer_group_pricing input.form-control {
    background-color: #ffffff;
}

.custom_slide {
    text-align: center;
}

.custom_slide .slider-for {
    margin-bottom: 15px;
    height: 350px;
}

.custom_slide .slider-for img {
    border: 2px solid black;
    margin: 0 auto;
    text-align: center;
    max-height: 325px;
}

.custom_slide .slider-nav {
    height: 125px;
}

.custom_slide .slider-nav img {
    border: 2px solid black;
    max-width: 80%;
    max-height: 125px;
}

.custom_slide.slick-slider {
    height: 50px;
}

.custom_slide.slick-slider a.active span {
    color: #39b549;
    display: inline-block;
    border-bottom: 2px solid #39b549;
    padding-bottom: 4px;
}

.custom_slide .slick-next:before,
.custom_slide .slick-prev:before {
    opacity: 1;
    color: black;
}

.custom_slide .slick-next:before {
    content: "\f105";
    font: normal normal normal 30px/1 FontAwesome;
}

.custom_slide .slick-prev:before {
    content: "\f104";
    font: normal normal normal 30px/1 FontAwesome;
}

.custom_slide .slick-prev {
    left: -16px;
    top: 35px;
    background-color: solid black;
}

.custom_slide .slick-next {
    right: -16px;
    top: 35px;
}

.errorlink {
    cursor: pointer;
    color: unset;
    float: right;
    margin: 10px;
}

.mybar_danger {
    background-color: #dd4b39;
}

.mybar_success {
    background-color: #4CAF50;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    overflow: scroll !important;
}

.ad-search-wraper .warehouse-container h3{font-size:14px; padding-left: 5px; padding-right: 5px;}

.label-publish_inprogress {
    background-color: #777;
}

/* for subscription quantity */
.quantity {
    padding-top: 20px;
    margin-right: 60px;
  }

.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 60px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }

  .minus-btn img {
    margin-bottom: 3px;
    height: 20px;
    width:20px;
  }
  .plus-btn img {
    margin-top: 2px;
    height: 20px;
    width:20px;
  }

/*  */
.InputAddOn {
    display: inline-flex;
}

.InputAddOn-field {
  flex: 1;
  /* field styles */
}

.InputAddOn-item {
  /* item styles */
}

.list_0 {
    border: 2px solid rgb(255, 90, 0) !important;
}

.addon_list{
    display: block;
    padding: 15px;
    border: 1px solid #bbb;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    height:200px;
}
.get_result{
    width: 90%;
}
.services{
    position:relative ;
    display: block;
    padding: 15px;
    min-height:300px;
    border: 1px solid #bbb;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.services button{
    position:absolute;
    margin-left:-50px;
    left:50%;
    width:100px;
    bottom:10px;
    color:white ;
    border-radius: 2px;
    background-color: rgb(255, 90, 0);
 }
.upgradePlanModal{ position: absolute;
    width: auto;
    margin: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    border-radius: 5px;
    overflow: hidden;}

    .upgradePlanModal-title {
        display: inline-block;
        font-size: 23px;
        font-weight: 500;
        text-align: center;
        width: 100%;
        font-weight: 500;
    }

    .upgradePlanModal-body{text-align: center;}

    @media (min-width: 768px){
    .upgradePlanModal {
        width: 400px;
        margin: 30px auto;
    }
 }

 /* product images styling  */
  /* Add a hover effect (blue shadow) */
  .img-wraps:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
 }

 /* imagelistId styling */
 .imageListId {
    margin: 0;
    padding: 0;
    list-style-type: none;
 }

 .img-wraps {
    position: relative;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px -10px;
 }

 .img-wraps img {
    border: 0;
    max-height: 170px;
 }

 .img-wraps span {
    position: absolute;
    z-index: 100;
    padding: 4px 3px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
 }

 .img-wraps .top-right {
    top: 6px;
    right: 6px;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid red;
    font-size: 22px;
    background-color: #fff;
 }

 .img-wraps .top-left {
    position: absolute;
    top: 6px;
    left: 6px;
 }

 .img-wraps .top-center {
    position: absolute;
    margin : 4px 0 0;
 }
 .img-wraps .bottom-left {
    position: absolute;
    bottom: 6px;
    left: 6px;
 }

 .img-wraps .bottom-right {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 17px;
 }
 /*end product images styling  */

 .image-area{
    position: relative;
    display: inline-block;
    font-size: 0;
}
.image-area .closes {
    position: absolute;
    z-index: 100;
    background-color: #FFF;
    padding: 4px 3px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    border:1px solid red;
}
.image-area:hover .closes {
    opacity: 1;
}
.delImgBtn{
    float:right;
    display:none;
    margin-top:5px;
}
.popup-checkbox{position: absolute;top: 2px;left: 6px;}
.img-wraps{position:relative;}
.listMargin{
    margin:10px;
}
.item-wraps{
    color: #000;
    cursor: pointer;
    font-size: 22px;
 }
.item-wraps span{
position: absolute;
z-index: 100;
padding: 4px 3px;
font-weight: bold;
text-align: center;
font-size: 12px;
line-height: 10px;
}
.ui-sortable-handle {
    margin: 0px;
}
.ui-sortable-handle > li {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 5px;
    padding: 10px;
}
.ui-sortable-handle > li input[type=checkbox], #video_list .listMargin .item-wraps input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 6px;
}
.ui-sortable-handle > li .delete_product_pdf, #video_list .listMargin .item-wraps .delete_product_video {
    position: absolute;
    z-index: 100;
    padding: 4px 3px;
    font-weight: bold;
    text-align: center;
    line-height: 10px;
    top: 6px;
    right: 6px;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid red;
    font-size: 22px;
    background-color: #fff;
}
.ui-sortable-handle > li > div {
    word-break: break-all;
}
#video_list .listMargin .item-wraps {
    display: block;
    position: relative;
    height: 350px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 5px;
    padding: 20px;
}
#video_list .listMargin .item-wraps iframe {
    margin: 0px !important;
    width:100%;
    height:100%;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
/* Swall custom css */
.swal2-select{
    font-size:2.125em !important;
}

.swal2-title{
    font-size:1.875em !important;
}

.swal2-styled.swal2-confirm{
    font-size:2em !important;
}

.swal2-styled.swal2-cancel{
    font-size:2em !important;
}
