@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
body {
    background: url(../images/bg.png);
    color: #242424;
    font-family: 'Source Sans Pro', sans-serif;
}

*:focus {
    outline: none;
}

#header .navbar-default .navbar-brand,
#header .navbar-default,
#log-header .navbar-default,
#log-header .navbar-default .navbar-brand {
    background: #fff;
}

#header .navbar-brand,
#log-header .navbar-brand {
    height: auto;
}

#header button,
input,
select,
textarea {
    border: 0
}

#header .form-control {
    background: #f9f9f9;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    border-left: 1px solid #242424;
    border-right: 0;
}

#header .input-group-addon {
    background: #f9f9f9;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    border-right: 1px solid #242424;
    border-left: 0;
}

#header button {
    background: #f9f9f9;
}

#header .margin-top {
    margin: 20px 0 0;
}

#header .dropdown-menu {
    z-99;
}

#header .navbar-default .navbar-nav>li>a {
    color: #242424;
    padding: 5px 15px;
}

#header .navbar-nav>li {
    border-right: 1px solid #242424;
}

#header .navbar-nav>li:last-child {
    border-right: 0;
}

#header .navbar-nav>li a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #dc1410;
}

.navbar {
    margin-bottom: 0;
    border-color: 0;
}

#navigation .navbar-default .navbar-brand,
#navigation .navbar-default {
    background: #dc1410;
}

#navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

#navigation .navbar-nav>li {
    border-right: 1px solid #fff;
}

#navigation .navbar-nav>li:last-child {
    border-right: 0 none;
}

#navigation .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
}

#navigation .navbar-default .navbar-nav>.open>a,
#navigation .navbar-default .navbar-nav>.open>a:focus,
#navigation .navbar-default .navbar-nav>.open>a:hover,
#navigation .navbar-nav>li:hover {
    background-color: #444;
}

.img-responsive {
    width: 100% !important;
}

#log-header .navbar-default {
    border-bottom: 5px solid #ddd;
}

.login-area {
    margin: 50px 0;
}

.login-area .pad-left,
.reg-area .pad-left,
.email-area .pad-left {
    padding: 0 0 0 100px;
}

.bg-white {
    background: #fff;
}

.pad-none {
    padding: 0 !important;
}

.login-area .left-box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-right: 4px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 4px 4px 1px #eee;
    box-shadow: 4px 4px 1px #eee;
}

.login-area .left-box .panel-default>.panel-heading,
.reg-area .mid-box .panel-default>.panel-heading,
.email-area .mid-box .panel-default>.panel-heading {
    color: #dc1410;
    background: none;
    border: 0;
}

.login-area .left-box .panel-title,
.reg-area .mid-box .panel-title,
.email-area .mid-box .panel-title {
    font-size: 20px;
}

.login-area .panel-heading,
.reg-area .panel-heading,
.email-area .panel-heading {
    padding-top: 20px;
}

.login-area .form-group label a,
.reg-area .form-group label a {
    color: #dc1410;
}

.dark-red {
    background: #dc1410;
    font-size: 16px;
    border: 0;
    margin-bottom: 20px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #fff !important
}

.login-area .rgt-box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 4px 4px 1px #eee;
    box-shadow: 4px 4px 1px #eee;
    background: #f5f5f5;
}

.rgt-box .panel .panel-body button {
    margin: 0 40%;
}

.rgt-box .panel {
    padding: 87px 0;
}

.log-footer .navbar-default {
    border-top: 2px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.text-btm {
    font-size: 12px;
    color: #949494;
    padding: 20px 0;
    margin: 0;
}

.reg-area,
.email-area {
    margin: 50px 0;
}

.reg-area .mid-box .panel,
.email-area .mid-box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 1px #eee;
    box-shadow: 4px 4px 1px #eee;
}

.reg-area .form-control-feedback {
    width: auto !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    display: none !important;
}

.pad {
    padding: 15% 0;
}

.multiselect-selected-text {
    width: 100% !important;
    float: left;
}


/*.btn-group, .btn-group-vertical, .multiselect-container {
	width: 100% !important;
}
.btn-group>.btn {
  width: 100%;
  text-align: left;
}*/

.main-container {
    padding: 20px 0 50px;
    min-height: 400px;
}

.f-right,
.right {
    float: right !important;
}

.col-main {
    padding-bottom: 30px;
}

.col-main h2 {
    font-size: 20px;
    margin: 0 0 15px;
}

.col-main h1 {
    font-size: 20px;
    color: #dc1410;
    margin: 0 0 10px;
    background: #E4E4E4;
    padding: 8px;
    border-radius: 5px;
    webkit-border-radius: 5px;
    border: 1px solid #ddd;
}

.box-account {
    margin: 30px 0 0;
}

.box-account .box-head {
    margin: 0 0 10px;
    text-align: right;
    line-height: 1.4;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    line-height: 1.4;
}

.f-left,
.left {
    float: left !important;
}

.SNav {
    margin-bottom: 20px;
}

.SNav h2 {
    border-bottom: 3px solid #ddd;
    color: #242424;
    font-size: 18px;
    margin: 0px 0 10px;
    padding-bottom: 8px;
}

.SNav ul {
    margin-bottom: 20px;
    padding: 0;
}

.SNav ul li {
    border-bottom: 1px dotted #cacaca;
    padding: 5px 0 5px 3px;
}

.SNav ul li a:hover,
.SNav li.active>a {
    color: #dc1410;
    padding-left: 14px;
}

.SNav ul li a {
    background: url("../images/snavArrowOff.gif") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);
    color: #666;
    display: block;
    font-size: 12px;
    padding-left: 14px;
    text-decoration: none;
}

.my-account .dashboard .panel {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.my-account .dashboard .panel-heading a {
    float: right;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 5px;
    color: #dc1410;
}

.my-account .dashboard .panel-title {
    color: #dc1410;
}


/*.my-account .dashboard .panel-body{
	min-height:200px;
}
*/

.my-account .dashboard .panel-body p {
    color: #242424;
    font-size: 13px;
}

.my-account .dashboard .panel-body p span {
    display: block;
}

.my-account .dashboard .panel-body ul li a {
    color: #dc1410;
}

.form-input {
    font-size: 13px;
    height: 24px;
    padding: 4px 8px;
}

.gap {
    padding: 15px 0 0;
    margin: 0;
}

.gap-btm {
    padding-top: 2px !important;
    margin-bottom: 0px;
    text-align: left !important;
    font-size: 13px;
    padding-left: 25px !important;
}

.pad-form {
    padding: 33% 0 0;
}

.dark-red-btn {
    background: #dc1410;
}

.mar-t {
    margin-top: 4px;
    display: block;
}

.save-btn {
    right: 110px !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 2px 0 0;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 0px;
}

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

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

.fileupload {
    margin-bottom: 9px;
    min-height: 50px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.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 .thumbnail {
    border: none;
    padding: 0;
    -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 .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

.fileupload .btn {
    padding: 3px 6px !important;
}

.gap-file-btn {
    margin-top: 15px;
    display: block;
    margin-bottom: 20px;
    min-height: 38px;
}

.txt {
    float: left;
    padding: 0 10px 0 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #dc1410
}

.pad-new {
    padding: 5% 0;
}

.marg-top {
    margin: 15px 0 0;
}

.line {
    margin: 15px 0 0;
    border: 2px solid #ddd;
}

.border-rd {
    border-radius: 5px 0 0 5px !important;
    -webkit-border-radius: 5px 0 0 5px !important;
}

.marg-top .btn-group>.btn {
    width: auto;
}

.SNav label {
    color: #666;
    display: block;
    font-size: 12px;
}

.SNav label:hover,
.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #dc1410;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: 12px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 20px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/*END Form Wizard*/

.progress,
.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #ddd !important;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar,
.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    background: none repeat scroll 0 0 #a94442 !important;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot::after {
    background: #fff !important;
}

.dashboard .form-group1 {
    display: block;
    float: left;
    width: 90%;
}

.save {
    color: #fff;
    float: right;
    position: absolute;
    top: 3px;
}

.upload {
    color: #fff;
    float: right;
    margin-top: -26px;
}

.dashboard label {
    margin-bottom: 0px;
}

.dashboard .modal-header {
    padding: 10px;
}

.dashboard .modal-header h4,
.table a {
    color: #dc1410
}

.table .nav-tabs>li>a {
    font-weight: bold;
}

.table .tabbable-line>.tab-content {
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.input-width {
    width: 40%;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.table p span {
    display: block;
}

.navbar-nav>li>a {
    /*  padding-bottom: 10px;
    padding-top: 10px; */
}

.navbar {
    min-height: 40px;
}

.modal-body .table .form-control {
    padding: 2px;
    height: 24px;
}


/*.container {
  width: 1170px !important;
}*/

.activeSupplier {
    right: 185px !important;
    position: absolute;
    top: 29px;
}

.glyphicon-exclamation-sign {
    margin-right: 5px;
    float: left;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.panel-body ul li {
    padding: 5px;
    color: #242424;
    font-size: 13px;
}

@media screen and (max-width:1200px) {
    .login-area .pad-left,
    .reg-area .pad-left,
    .email-area .pad-left {
        padding: 0 20px !important;
    }
    .pad-none {
        padding: inherit;
    }
    /*.container {
  width: 1170px !important;
}*/
}

.multi-select {
    width: 100%;
}

.buttonLink {
    background-color: #dc1410 !important;
    color: #fff;
}

.pd-combination-tbl tbody tr th,
td {
    padding: 16px;
    border: solid 1px;
}

.pd-combination-tbl {
    font-size: 16px;
}

.pd-combination-tbl tbody tr th:first-child {
    width: 200px;
    float: left;
    height: 125px;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    padding-top: 52px;
}

@media screen and (max-width:800px) {
    #header .margin-top {
        margin: 10px 0 0;
    }
}

@media screen and (max-width:480px) {
    body,
    .form-control,
    .dropdown-menu {
        font-size: 12px;
    }
    .bs-wizard>.bs-wizard-step .bs-wizard-stepnum,
    .dark-red {
        font-size: 14px;
    }
    .login-area .left-box .panel-title,
    .reg-area .mid-box .panel-title,
    .email-area .mid-box .panel-title {
        font-size: 16px;
    }
    label {
        text-align: justify;
    }
    #header .margin-top {
        margin: 0;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
    .navbar-nav>li>a {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    #navigation .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 14px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #dc1410;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #444;
    }
    #header .navbar-nav>li {
        border-right: 0 none;
    }
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        background-color: transparent;
        color: #ccc;
    }
    .dashboard .form-group1 {
        display: block;
        float: left;
        width: 100%;
    }
    .dropdown-menu .divider {
        margin: 2px 0;
    }
    .panel-title {
        font-size: 15px;
    }
    .gap-btm {
        padding-top: 0 !important;
        margin-bottom: 0px;
        text-align: left !important;
        font-size: 12px;
        padding-left: 15px !important;
    }
    .my-account .dashboard .panel-heading a {
        float: right;
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 4px;
        color: #dc1410;
    }
    .countryCodeForminput {
        width: 25% !important;
    }
    .width-phone {
        width: 64% !important;
    }
}


/*new online cms css by monika*/

.leftsidewrap {
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #43425D;
    z-index: 1;
}

.rightwrap {
    width: calc(100% - 200px);
    float: right;
    padding-top: 70px;
    background: rgba(239, 246, 248, 1)
}

.rightwrap .container {
    width: 100%;
}

.moglogo {
    padding: 15px;
    height: 70px;
}

.moglogo img {
    width: 100px !important
}

.leftsidemenu {
    list-style: none;
    padding-left: 0;
}

.leftsidemenu li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    border-left: 3px solid transparent;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

.leftsidemenu li a:hover {
    text-decoration: none;
}

.leftsidemenu li.active a {
    background: #36354E;
    border-left: 3px solid #D9322E;
}

.rightwrap #header {
    background: #fff;
    padding: 14px 0;
    color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 0;
    left: 200px;
    right: 0;
    z-index: 33;
    height: 70px;
    width: calc(100% - 200px);
}

.rightwrap .navbar.navbar-default {}

.profile {
    float: right;
    line-height: 1;
    padding-top: 7px;
}

.profile img {
    width: 32px;
    float: left;
}

.profile .user-detail {
    float: right;
    margin: 0 10px;
}

.profile .user-detail p {
    font-size: 13px;
    margin-bottom: 2px;
}

.profile .user-detail small {
    color: #7d7777;
}

.profilelist>li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

.profilelist>li>a,
.profilelist>li>span {
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: #4d4f5c;
    border-right: 1px solid #ebebf2;
    padding: 0 15px;
    position: relative;
}

.profilelist>li>a i {
    vertical-align: middle;
    font-size: 20px;
}

.profilelist>li>a:hover,
.profilelist>li>a:focus,
.profilelist>li>a:active {
    text-decoration: none
}

.profilelist>li>a .notifyred {
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 2px;
    background: #d9322e;
    right: 15px;
    border-radius: 50%;
}

.profilelist>li:last-child>a {
    display: inline-block;
    border: none;
    padding-right: 5px;
}

.profilelist>li:last-child .accounticon {
    display: inline-block;
    padding: 0;
    border: none;
    margin-left: 10px;
}

.profilelist>li:last-child .accounticon i {
    font-size: 22px;
}

.profilelist>li:last-child .accounticon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.profilelist .dropdown-menu {
    z-index: 9;
    left: auto;
    right: 0;
}

.rightwrap #header .navbar.navbar-default {
    border: none;
}

.compname {
    padding: 15px 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.compname h2 {
    font-size: 20px;
    margin: 0;
    padding-top: 8px;
}

.compname button,
.compname a.createbtn {
    border-radius: 3px;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #3B86FF;
    border: none;
    cursor: pointer;
}

.compname a.createbtn:hover {
    text-decoration: none;
}

.blockmenu {
    list-style: none;
    padding: 12px 0px 0;
}

.blockmenu li {
    float: left;
    padding: 0 15px 0 10px;
}

.blockmenu li:first-child {
    padding-left: 0;
}

.blockmenu li span {
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
    color: rgba(67, 66, 93, 0.5);
    border-bottom: 2px solid transparent;
    display: block;
}

.blockmenurow {
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}

.tablerow {
    background: rgba(239, 246, 248, 1);
    padding: 20px 15px;
    min-height: 73vh;
}

.rightwrap .main-container {
    padding: 0 0 50px
}

.blockmenurow #navigation .navbar.navbar-default {
    background: #fff;
    z-index: 2;
}

.blockmenurow #navigation #navbar li a {
    color: rgba(67, 66, 93, 0.5);
    font-size: 13px;
    border-bottom: 2px solid transparent;
    padding: 13px 15px 11px
}

.blockmenurow #navigation #navbar li {
    padding: 0 6px;
}

.blockmenurow #navigation #navbar li:first-child {
    padding-left: 0;
}

.blockmenurow #navigation #navbar li:hover,
.blockmenurow #navigation #navbar li.open a {
    background: none;
}

.blockmenurow #navigation #navbar li:last-child .dropdown-menu {
    right: 0;
    left: auto;
}

.blockmenurow #navigation #navbar .dropdown-menu>li>a {
    padding: 3px 10px;
}

.blockmenurow #navigation #navbar li.active a {
    border-bottom: 2px solid #3B86FF;
    color: #3B86FF;
    background: none;
}

.whitebg {
    background: #fff;
}

.mainblock {
    min-height: 65vh;
}

.mainblock h3 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.mainblock .items {
    border-collapse: collapse;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.mainblock .items thead tr {
    background: #454545;
}

.mainblock .items thead tr th {
    font-size: 13px;
    padding: 10px;
    color: #fff;
    border: none;
    background: #454545;
    text-align: left;
    font-weight: 600;
}

.mainblock .items thead tr th a {
    font-weight: 600;
}

.mainblock .items thead tr.filters {
    background: none;
}

.mainblock .items thead tr th:last-child {
    width: 80px;
}

.mainblock .items thead tr.filters td input {
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 3px;
    padding: 0 7px;
    min-width: 100%;
    max-width: 100%;
}

.mainblock .items tbody tr {
    background: #fff;
}

.mainblock .items tbody tr:hover {
    background: rgb(237, 237, 237) !important;
}

.mainblock .items thead tr.filters td {
    padding: 4px 8px;
    box-sizing: border-box;
}

.mainblock .items thead tr th:first-child {
    width: 70px;
}

.mainblock .items thead tr th:nth-child(2) {
    width: 230px;
}

.mainblock .items tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.mainblock .items tbody tr td {
    font-size: 13px;
    padding: 10px;
    border: none;
}

.mainblock .items tbody tr td a {
    cursor: pointer;
}

.mainblock .items tbody tr td a:hover {
    text-decoration: none;
}

.mainblock .items tbody tr.odd {
    background: #fff;
}

.mainblock .items tbody tr td span {
    display: block;
}

.mainblock .summary {
    color: #999;
    font-size: 13px;
}

.mainblock .pager {
    color: transparent;
    float: right;
}

.mainblock .pager .yiiPager {
    float: right;
}

.mainblock .pager .yiiPager li {
    float: left;
}

.mainblock .pager .yiiPager li a {
    border: #d7dae2 1px solid;
    border-left: none;
    text-align: center;
    min-width: 25px;
    padding: 0 5px;
    font-size: 13px;
    display: block;
    height: 26px;
    line-height: 26px;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    color: #4D4F5C;
}

.mainblock .pager .yiiPager li.previous a {
    border-radius: 2px 0 0 2px;
    border-left: #d7dae2 1px solid;
}

.mainblock .pager .yiiPager li.next a {
    border-radius: 0 2px 2px 0;
}

.mainblock .pager .yiiPager span.arrow i {
    font-size: 18px;
    vertical-align: middle;
    display: block;
    height: 25px;
    line-height: 25px;
}

.mainblock .pager .yiiPager span.arrow.arrowleft {
    border-left: #d7dae2 1px solid;
    border-radius: 3px 0 0 3px;
}

.mainblock .pager .yiiPager span.arrow.arrowright {
    border-radius: 0px 3px 3px 0px;
}

.mainblock .pager .yiiPager li.page.selected a {
    color: #fff;
    background: #3B86FF;
}

.mainblock .pager .yiiPager li.previous a,
.mainblock .pager .yiiPager li.next a {
    text-indent: -999999px;
    width: 30px;
    position: relative;
}

.mainblock .pager .yiiPager li.previous a:before,
.mainblock .pager .yiiPager li.next a:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 15px;
    text-indent: 0;
}

.mainblock .pager .yiiPager li.previous a:before {
    content: "\f100";
}

.mainblock .pager .yiiPager li.next a:before {
    content: "\f101";
}

.mainblock .grid-view {
    padding: 0;
}

.createpageblock {
    margin: 0 -15px !important;
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.createpageblock a {
    display: inline-block;
    width: 20px;
    cursor: pointer;
    color: #43425D;
}

.mainblock .form {
    padding: 15px 0;
}

.mainblock .note {
    color: #A3A6B4;
}

.mainblock .form-horizontal {
    margin: auto;
}

.mainblock #elements .elemwrap,
.mainblock .form-horizontal>.elemwrap,
#addedformgroup,
.mainblock #images .elemwrap,
.mainblock #layout .elemwrap,
.mainblock #general_blocks .elemwrap {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mainblock .form-group {
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding-right: 20px;
    min-height: 80px;
}

.mainblock .form-group>div {
    padding: 0;
    width: 90%;
}

.mainblock .form-group.buttons {
    padding: 20px 0;
    width: 100%;
    background: none;
    box-shadow: none;
}

.mainblock .form-group .control-label {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}

#addedformgroup {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#addedformgroup .form-group>div {
    width: 90%;
    margin-bottom: 20px;
}

.mainblock .form-group.buttons .btn,
.imageblockbtn .btn {
    background: rgba(59, 134, 255, 0.1);
    color: #3B86FF;
    font-size: 13px;
    border: 1px solid rgba(59, 134, 255, 0.4);
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin-right: 15px;
    padding: 0 20px;
}

.mainblock .form-group.buttons .btn:focus,
.imageblockbtn .btn:focus {
    outline: none;
}

.mainblock .chosen-container-single .chosen-single,
.mainblock .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

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

.mainblock .chosen-container .chosen-drop,
.mainblock .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ccc
}


/* .mainblock  .form-group label.brandList{margin-top:20px;} */

.mainblock .form-group textarea {
    height: 80px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #ccc;
}

.loginpagewrap {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 3px;
    max-width: 350px;
    margin: 30px auto;
    padding: 30px;
}

.loginpagewrap h1 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-align: center
}

.loginpagewrap h1 span {
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    padding: 30px 0;
}

.loginpagewrap .panel-heading {
    padding: 10px 0;
}

.loginpagewrap .panel-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.loginpagewrap .control-label {
    font-weight: 500;
    display: block;
}

.inputfield input {
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    padding: 0 10px;
}

.orlogin {
    display: block;
    font-size: 15px;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 6px 0 20px;
}

.orlogin:before {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    height: 1px;
    background: #e3e3e3;
    margin: auto;
}

.orlogin span {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    z-index: 1;
    position: relative;
}

.loginwithgoogle {
    width: 100%;
    margin: 10px auto;
    height: 45px;
    background: #c9302c;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    font-size: 16px;
}

.loginpagewrap .btn-danger {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: capitalize;
}

#uploadLabel {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}

.uploadfile {
    width: 400px;
}

#uploadButton {
    padding: 5px 10px;
    background: rgb(59, 134, 255);
    color: #fff;
    text-align: center;
    width: 120px;
    border-radius: 3px;
    margin-top: 10px;
}

#uploadButton:read-only {
    background: rgba(59, 134, 255, 0.3)
}

.form_seperate {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.errorMessage {
    font-size: 12px;
    display: block;
    margin: 2px 0;
}

.createdelem .form-group {
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.mainblock .form-group>.grpelem,
.mainblock .form-group>div.addednewblock .grpelem {
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding-right: 20px;
    min-height: 80px;
}

.mainblock .form-group .grpelem label,
.mainblock .form-group>div.addednewblock .grpelem label {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}

.logpage {
    min-height: 50vh;
    padding-top: 30px;
}

.generateblock,
.generateblock2 {
    padding: 5px 10px;
    background: rgb(59, 134, 255);
    color: #fff;
    text-align: center;
    border: none;
    width: 180px;
    border-radius: 3px;
    margin-top: 24px;
    height: 35px;
    display: block;
}

.mainblock .form-group>div.addednewblock {
    float: left;
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
}

div.addednewblock .grpelem {
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding-right: 20px;
    min-height: 80px;
}

div.addednewblock .grpelem label {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}


/*--checkbox--*/

.container-check {
    float: left;
    padding-left: 0;
    vertical-align: middle;
    width: 33.333333%;
    font-size: 16px;
    font-weight: 600;
}

.checkbox-active {
    vertical-align: middle;
    margin-left: 4px;
    height: 22px;
    width: 18px;
    float: left;
    margin-right: 10px !important;
}

.blockitem {
    width: 100% !important;
}

.user-row {
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    box-shadow: 3px 4px #ddd;
    margin-bottom: 10px;
    margin-top: 14px;
    width: 100%;
    list-style: none;
    display: inline-flex;
    padding: 10px 15px;
    padding-bottom: 0px;
}

.user-row li {
    /* padding-bottom: 15px; */
    text-align: center;
    width: 75px;
}

.user-row li.active {
    /* border-bottom: 2px solid #005CB9; */
    /* width: 43px; */
}

.user-row li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 15px;
    color: #333;
}

.user-row li a:hover {
    color: #005CB9;
}

.user-row li.active a {
    color: #005CB9;
    border-bottom: 2px solid #005CB9;
    ;
}


/* .roles-bar a{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.5em;
} */

.user-row a strong {
    color: #333;
}

.search-bar {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 15px;
}

.search {
    width: 25%;
    margin-left: 4px;
    position: relative;
}

.search i {
    position: absolute;
    top: 23px;
    left: 246px;
}

.container-wrapper {
    background: #fff;
    width: 100%;
    height: 61vh;
}

.row-lable {
    width: 98%;
    margin: auto;
    background: #f2f3f2;
    border-radius: 3px;
    margin-left: 10px;
    padding-bottom: 28px;
    padding-top: 12px;
    font-size: 12px;
    padding-left: 35px;
}

.form-user {
    padding: 0;
}

.control-lable {
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.5em;
    text-align: left;
    width: 23%;
    padding-left: 59px;
}

.control {
    text-align: left;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 37px;
    width: 21%;
}

.b-bottom {
    border: 2px solid #fbfbfb;
    width: 100%;
    margin-left: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.text-label {
    color: #8fb7f6;
}

.copyright {
    padding-bottom: 0px;
    min-height: calc(100vh - 130px);
    position: relative;
    top: 0px;
}

.control-lable-last {
    text-align: left;
    padding-left: 45px;
    padding-top: 9px;
    font-size: 12px;
    font-weight: 400;
    width: 17%;
    padding-left: 18px;
}

.control-approve {
    text-align: left;
    padding-top: 9px;
    font-size: 12px;
    font-weight: 500;
}

.navigation-lable {
    width: 20%;
}

.user-update {
    padding-right: 15px !important;
    color: #4688F1;
    font-size: 14px !important;
    font-weight: 500;
    text-align: left;
    float: left;
}

.user-update i {
    font-size: 14px;
    padding-left: 10px;
    color: #333;
}

h3.new-user-update {
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-top: 9px;
    float: left;
}

.container-update {
    background: #fff;
    width: 98%;
    height: 60vh;
    margin-top: 10px;
}

.row-update {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    padding: 15px 20px 46px;
}

.name-details {
    font-size: 14px;
    color: #0D63A8;
}

.main-row {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #ddd;
    width: 46%;
    height: 300px;
    margin-left: 20px;
    float: left;
}

h3.name-details {
    font-size: 14px;
    color: #0D63A8;
    font-weight: 500;
    padding: 15px 20px;
    margin: 0;
}

h3.name-details-right-side {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 12px 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0D63A8;
    font-weight: 500;
}

.user-form {
    float: left;
    margin-top: 3px;
    padding-right: 20px;
    min-height: 80px;
    padding-left: 20px;
}

.user-form label {
    font-size: 12px;
    color: #5E5D5D;
    font-weight: 500;
}

.user-form,
form-group,
label {
    font-size: 12px;
    color: #5E5D5D;
    font-weight: 500;
}

.checkbox {
    margin-left: 20px;
}

.checkbox label {
    vertical-align: top;
    font-size: 12px;
    display: inline-block;
}

.checkbox input {
    vertical-align: middle;
}

h3.select-role {
    margin: 0;
    font-size: 12px;
    color: #4D4F5C;
    padding-left: 20px;
}

.form-check {
    margin-left: 20px;
    line-height: 2.5em;
    display: grid;
    grid-template-columns: 50% 50%;
}

.scroll-list {
    margin: 4px, 4px;
    padding: 4px;
    height: 230px;
    overflow-x: hidden;
    overflow-x: auto;
    text-align: justify;
}

.materialUnchecked {
    vertical-align: middle;
    width: 14px;
    background: #fff;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-top: 4px;
}

.form-check-label {
    vertical-align: top;
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 0px !important;
}

.save-btn {
    margin: 0;
    float: right;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #4688F1;
    color: #fff;
    padding: 7px 22px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.text-field-input {
    border: 1px solid #e0e7ff38;
    padding: 9px 15px;
    border-radius: 2px;
    margin-top: 2px;
    display: inline-block;
    margin-left: 0px;
    background: #e0e7ff38;
    font-size: 12px;
    color: #5E5D5D;
}

.left-side-column {
    width: 33%;
    background: #fff;
    height: 60vh;
    box-shadow: 2px 2px 2px #ddd;
    float: left;
}

h3.roles-heading {
    margin: 0;
    font-size: 16px;
    color: #4D4F5C;
    text-align: left;
    padding: 18px 25px;
    float: left;
}

.roles-heading,
strong {
    font-size: 12px;
    color: #3875FD;
    font-weight: 400;
    float: right;
    padding: 16px 20px;
}

.nav-bar {
    display: block;
    width: 100%;
    float: left;
}

.navigation ul {
    padding: 0;
    list-style: none;
    margin: 5px 23px;
}

.navigation ul li {
    color: #4D4F5C;
    font-size: 12px;
    line-height: 2.5em;
}

.navigation ul a {
    text-decoration: none;
}

.navigation {
    width: 100%;
    display: block;
    float: left;
    border: 1px solid #F5F6FA;
}

.right-side-column {
    width: 66%;
    background: #fff;
    height: 60vh;
    box-shadow: 2px 2px 2px #ddd;
    float: right;
}

.save-role {
    float: right;
    border: 1px solid #ddd;
    padding: 4px 16px;
    border-radius: 2px;
    margin: 10px 18px;
    background: #4688F1;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.rfq {
    display: inline-block;
    width: 100%;
}

.rfq h4 {
    font-size: 14px;
    margin: 0;
    color: #4D4F5C;
    font-weight: bold;
    padding: 0px 26px;
}

.checked {
    margin: 0;
    border: 1px solid #ddd;
    width: 16px;
    padding: 9px 9px;
    border-radius: 3px;
    background: #3875FD;
    margin-left: 24px;
    margin-top: 10px;
    display: inline-block;
}

.rfq input {
    width: 20px;
    height: 18px;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
}

.rfq p {
    margin: 0;
    margin-left: 3px;
    display: inline-block;
    margin-top: 11px;
    font-size: 12px;
    color: #4D4F5C;
}

.blockitem {
    width: 100% !important;
}

.modal-content {
    background: #f7f7f7;
    width: 500px !important;
    margin-top: 145px;
}

.text-area {
    background-color: #fff;
    width: 92%;
    margin-left: 20px;
    border: 1px solid #ddd;
    height: 150px;
    padding: 20px 20px;
}


/* .text-area-description{
	background-color: #F9FAFF;
	width: 92%;
	margin-left: 25px;
	height: 115px;
} */

.on-click-btn {
    height: 60px;
}

.msn-name {
    margin: 0;
    margin-left: 25px !important;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 15px;
    color: #333;
    float: left;
}

.question-asked {
    margin-top: 50px !important;
    margin-left: 25px;
    font-weight: 500;
    color: #5E5D5D;
    font-size: 12px !important;
}

.question-asked-description {
    margin-left: 22px;
    font-weight: 500;
    color: #5E5D5D;
    font-size: 12px !important;
}

.submit {
    background: blue;
    border: 1px solid blue;
    padding: 8px 35px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    float: right;
    margin-top: 8px;
}

.cancel-btn {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    float: right;
}

.cross-icon {
    float: right;
    font-size: 16px;
    vertical-align: top;
    margin-right: 18px;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
}

#block-types-form {
    min-height: 70vh;
}

.questions tr.filters td {
    border: none;
}

.questions tr.filters {
    height: 45px;
}

.msn-input-bar {
    width: 16px;
}

.pagination-container {
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: dodgerblue;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    float: right;
    font-size: 10px;
    cursor: pointer;
    margin-right: 15px;
}

.QNA-row {
    background: #fff !important;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 40px;
}

h3.left-side-qna {
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.upload-right-side {
    float: right;
}

.upload-right-side span {
    float: right;
}

h4.upload-right-side span h4 {
    float: left;
}

.download-right {
    font-size: 15px;
    color: #fff;
    border: 1px solid #ddd;
    background: #3B86FF;
    padding: 5px 25px;
    margin-right: 18px;
    margin-left: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.upload-right {
    font-size: 15px;
    color: #4CAF50;
    font-weight: 600;
    margin: 0;
    vertical-align: bottom;
    margin-top: 8px;
    cursor: pointer;
    padding-right: 8px;
}

.question-answer-search {
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 30%;
}

.search-bar-qna {
    border: 1px solid #ddd;
    width: 85%;
    padding: 6px 5px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
}

.question-answer-search span {
    border: 1px solid #ddd;
    padding: 6px 8px;
    background: #278BED;
    margin-left: -4px;
    cursor: pointer;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.date-tym-range {
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    vertical-align: top;
    display: inline-block;
    color: #333;
    margin-top: -19px;
}

.date-tym-picker-range {
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: 135px;
    margin-right: 15px;
    border: 1px solid #ddd;
    height: 31px;
    margin-top: 3px;
}

.date-tym-form {
    height: 35px;
    margin-bottom: 10px;
}

.qna-btn {
    margin-top: 15px;
    margin-left: 15px;
    background: #3B86FF;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.link-column {
    color: #3B86FF;
    font-weight: 600;
    cursor: pointer;
}

.checkboxes {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.blank_space {
    width: 15%;
    padding: 0;
}

.question {
    width: 15%;
}

h3#updateQuestionText {
    margin: 0;
    width: 100%;
    float: right;
    display: inline-block;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

h3#addQuestionText {
    margin: 0;
    width: 100%;
    margin-left: 25px;
    padding-bottom: 15px;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.status_dropdown {
    position: relative;
    width: 125px;
    height: 25px;
    border: 0;
    padding: 0;
    margin: 0;
}

.status_dropdown_select {
    background: #eff6f8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

input#addOnDateSearch {
    padding: 0 34px;
}

input#addOnDateSearchInput {
    padding: 0px !important;
    width: 120px;
}

input#publishedDateSearchInput {
    padding: 0px !important;
    width: 120px;
}

input#categorySearch {
    width: 100%;
    padding-left: 5px !important;
}

select#statusSelectTag {
    border: 1px solid #ddd;
    background: #fff;
    height: 30px;
    vertical-align: top;
    margin-top: -3px;
    border-radius: 3px;
    padding-left: 4px;
}

div#noDataFound {
    height: 40vh;
}

.publish_footer {
    margin-bottom: 10px;
}

input#qidSearch {
    width: 50px;
    padding: 8px !important;
}

td.question_search {
    width: 5%;
}

.blank_space-click-stream {
    text-align: left !important;
    width: 150px !important;
}

.question_search-click-stream {
    width: 105px;
}

input#brandSearch {
    width: 100%;
    text-align: left !important;
    display: inline-block;
    padding-left: 5px !Important;
}

th.product-name_click-stream {
    width: 190px !important;
}


/* th.url-click-stream {
    width: 120px;
} */

.status_dropdown_select-click-stream {
    border: 1px solid #ddd;
    background: #fff;
    height: 30px;
    vertical-align: top;
    margin-top: -3px;
    border-radius: 3px;
    padding-left: 0px !important;
    /* width: 70px; */
}

.status_dropdown_click-stream {
    position: relative;
    height: 25px;
    border: 0;
    padding: 0;
    margin: 0;
}

.search-click-stream {
    float: right;
    vertical-align: bottom;
    padding-top: 8px;
}

th.oos-count_click-stream {
    width: 70px;
}

th.instock_click-stream {
    width: 70px;
}

th.click-stream_brands {
    width: 145px;
}


/* td#msn0 {
    width: 160px;
} */

.question-click-stream {
    width: 145px;
}

input#msnSearch {
    width: 100%;
}

td.quantity-test {
    width: 105px;
}

.created-date-click-stream {
    width: 100px !important;
}

.brand-search-click-stream {
    width: 100px !important;
}

.cache-del-hp.clearfix {
    clear: both;
    background: #fff;
    padding: 5px 16px;
    margin-bottom: 15px;
}

.cache-del-hp.clearfix h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.desktop-cd {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.desktop-cd p {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.desktop-cd button {
    background: #3B86FF;
    color: #fff;
    padding: 3px 8px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
    margin-left: 8px;
    vertical-align: middle;
    border: none;
}

.mobile-cd {
    text-align: center;
}

.mobile-cd p {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 35px;
}

.mobile-cd button {
    background: #3B86FF;
    color: #fff;
    padding: 3px 8px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
    margin-left: 18px;
    vertical-align: middle;
    border: none;
}

.modal-content-cache-delete {
    background: #fff;
    width: 500px !important;
    margin-top: 145px;
    height: 20vh;
}

h3#question-cache-del {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding-left: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
}

.cross-icon-cache-del {
    float: right;
    font-size: 16px;
    vertical-align: top;
    margin-right: 18px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.cache-del-btns {
    text-align: center;
}

.submit-cd {
    background: #3B86FF;
    border: 1px solid #3B86FF;
    padding: 8px 35px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    margin-top: 8px;
}

.cancel-btn-cd {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 375px;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    top: 45%;
    z-index: 1;
}

.msnId-cd {
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 3px;
    padding: 0 7px;
}

.cat-code {
    font-weight: 600;
    font-size: 16px;
}

.search-btn {
    font-size: 15px;
    color: #fff;
    border: 1px solid #ddd;
    background: #3B86FF;
    padding: 5px 25px;
    margin-right: 18px;
    margin-left: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.cms_block_created_at {
    width: 150px;
}

.overlay-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.cnf-delete {
    top: 45%;
    background-color: white;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 500px;
    padding: 15px;
}

.cnf-delete div {
    text-align: center;
}

.cnf-delete-heading {
    text-align: left;
    padding: 0 20px 0 10px;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0 !important;
}

.cnf-delete-submit {
    background: #3B86FF;
    border: 1px solid #3B86FF;
    padding: 8px 35px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.cnf-delete-cancel {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.cnf-delete-close {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    right: 15px;
    top: 15px;
}

.noscroll {
    overflow: hidden;
}

.deals-cache-del-hp.clearfix {
    clear: both;
    padding: 0 16px;
}

.deals-cache-del-hp.clearfix h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.overlay-label {
    font-weight: 500;
    font-size: 12px !important;
    color: #5E5D5D;
}

.overlay-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 12px;
    min-width: 95%;
    max-width: 95%;
    background: #fff;
}

.overlay-input:disabled {
    background: #d9d9d9;
}

.form-base {
    background-color: white;
    padding: 16px;
    padding-bottom: 50px;
}

.form-content {
    width: 100%;
    display: -webkit-inline-box;
}

.form-data {
    width: 50%;
}

#is_webview_label {
    padding: 10px 0 0;
    box-sizing: border-box;
}

.form-submit {
    background: rgba(59, 134, 255, 0.1);
    color: #3B86FF;
    font-size: 13px;
    border: 1px solid rgba(59, 134, 255, 0.4);
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin-right: 15px;
    margin-top: 40px;
    padding: 0 20px;
}

.oneline {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
    cursor: pointer;
}

#popUpData {
    margin: 24px;
    overflow-wrap: break-word;
}

.faq_schema {
    width: 45% !important;
}

.faq-form-base {
    background: #fff;
    margin: 20px 0px 0;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.faq_form-submit {
    background: rgba(59, 134, 255, 0.1);
    color: #3B86FF;
    font-size: 13px;
    border: 1px solid rgba(59, 134, 255, 0.4);
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin: 35px 15px 30px 0px;
    padding: 0 20px;
}

.form-data_faq {
    width: 48%;
}

.form-data_delete {
    width: 4%;
    vertical-align: bottom;
    padding: 33px 0 0 7px;
    box-sizing: border-box;
}

.form-data_delete button {
    padding: 6px 30px;
    color: #618bfa;
    background: #dfe8f7;
    border: 1px solid rgba(59, 134, 255, 0.4);
    border-radius: 3px;
    font-size: 13px;
}

.delete {
    position: absolute;
    top: -23px;
    display: none;
    border: 1px solid #dfe8f7;
    padding: 2px 6px;
    background: #dfe8f7;
    font-size: 11px;
    left: -15px;
    border-radius: 3px;
    z-index: 1;
}

.title {
    position: relative;
}

.title:hover .delete {
    display: inline-block;
    cursor: pointer;
}

.title i {
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.download-rightFaq {
    font-size: 14px;
    color: #fff;
    border: 1px solid #ddd;
    background: #3B86FF;
    padding: 7px 25px;
    margin-right: 18px;
    margin-left: 18px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.right.download-rightFaq:hover {
    color: #fff;
    text-decoration: none;
}

.LONECategory {
    width: 25% !important;
}

.market-status {
    width: 10%;
}

.updatePla {
    width: 10% !important;
}

.pla-msn {
    width: 5% !important
}

.plaMsn {
    width: 115px;
    margin: 0 !important;
    min-width: 0% !important;
}

.form-content.plaFeed {
    padding: 0 0 12px;
    box-sizing: border-box;
}

.status_dropdown.PlaFeed {
    width: 95%;
}

.status_dropdown_select.pla {
    width: 100%;
    height: 36px !important;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 7px;
}


/*custom radio btn*/

.plaContainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 8px 0 0;
}

.plaContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.plaContainer:hover input~.checkmark {
    background-color: #ccc;
}

.plaContainer input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.plaContainer input:checked~.checkmark:after {
    display: block;
}

.plaContainer .checkmark:after {
    top: 8px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.form-base.plaWrapper {
    padding-bottom: 35px;
    box-sizing: border-box;
}

.dwnloadPla {
    float: right;
    display: block;
    margin-right: 6px;
}

.bulkUploadPla {
    float: right;
    display: block;
    margin-right: 6px;
}

.product-count {
    width: 10%;
}

.attributeListingupdate {
    padding: 20px 0;
}

.title-descriptionAttribute {
    padding: 6px 12px 50px;
}

.attributeListingBtn {
    margin-bottom: 20px;
}

.productCount {
    width: 15%;
    float: right;
}

.attributeProductCount {
    border: 1px solid #5e9df6;
    background: #5e9df6;
    color: #fff;
    border-radius: 2px;
    padding: 4px 15px;
    display: inline-block;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 11px;
}

.attributeKeyValue {
    border: 1px solid #5e9df6;
    background: #5e9df6;
    color: #fff;
    font-size: 12px;
    margin: 30px 0 0;
    border-radius: 2px;
    padding: 4px 20px;
    font-weight: 600;
}

.attributeKeyValueListing {
    padding: 12px 0 0;
}

.link-column.disabled {
    color: #969696;
    pointer-events: none;
}

.attrbuteListingWrap {
    margin: 15px 0 0;
}

.Title_attribute {
    width: 40% !important;
}

.atttributeIsActive {
    width: 10%;
}

.category-attributeListing {
    width: 25%;
}

.pageMappingUpdate {
    padding: 20px 0;
}

.updateBtnPageMapping {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pageMappingWrapper {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.isWebViewPM {
    padding-top: 8px;
    padding-bottom: 0;
}

.plaFeedUpload {
    float: right;
    padding: 8px 0 0;
    width: 20%
}


/*FBT*/

.fbtUpdate {
    padding-bottom: 20px;
}

.fbt-submit {
    margin-top: 25px;
    margin-bottom: 0;
}

.fbtMsn {
    width: 10%;
}


/*serviceability*/

.msn_attribute {
    width: 40% !important;
}

.zipCode {
    width: 20% !important;
}

.serviceability {
    width: 25% !important;
}

/*reviews*/

.reviews_id {
    width: 5% !important;
}

.reviews_msn {
    width: 5% !important;
}

.reviews_user {
    width: 5% !important;
}

.rating {
    width: 5% !important;
}

.reviewSubject {
    width: 15% !important;
}


.reviewText {
    width: 20% !important;
}

.isEnabled {
    width: 5% !important;
}

.images {
    width: 10% !important;
}


.videos {
    width: 10% !important;
}

.createdAt {
    width: 10% !important;
}

.modifiedAt {
    width: 10% !important;
}

.reviews_action {
    width: 5% !important;
}

.option-selection{
    max-height: 30px !important;
}