@font-face {
    font-family: 'PTSansRegular';
    src: url('/fonts/PTS55F.ttf') format('truetype'),
         url('/fonts/PTS56F.ttf') format('truetype'),
         url('/fonts/PTS75F.ttf') format('truetype'),
         url('/fonts/PTS76F.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calafia';
    src: url('/fonts/Calafia-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
  

.white {
    color: #ffffff !important;
}

.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}

.background-carousel .item {background-position: top center;}

.backImg {
    /*background-image: url('../images/loginImages/sideImg.jpg');*/
     background-image: url('../images/loginImages/sideImg_0109.png');
    width: 64%;
    height: calc(100% - 46px);
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
	z-index: 2;
}

.backImg-reset {
    background-image: url('../images/loginImages/bg-logout.png');
    /*width: 100%;*/
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    background-position: left top;
    background-repeat: repeat;
}

.login-new-centerdiv-sub {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 15px;
    background: transparent;
    border-radius: 6px;
}

.form-group.form-resetpassword .input-group {
    width: 220px;
}

.login-main-div {
    width: 100%; float: left;
}
.login-main-div-left {
    width: 50%; float: left;
}

.login-main-div-right {
    width: 50%; float: left;
}

.login-new-div {
    width: 36%; display: table; height: calc(100% - 46px); position: absolute; left: 64%; z-index: 1;
}

.login-form-div {
    width: 100%; float: left;
}

.logoff-form-div {width: 100%; float: left; font-family: 'Open Sans'; color: #333; padding-left: 50px;}
.logoff-form-div h1 {font-weight: bold; font-size: 20px;}
.logoff-form-div h3 {font-size: 16px; margin-top: 5px; float: left; width: 100%; margin-bottom: 25px;}
.logofftext-sub-div {width: 100%; float: left; margin-bottom: 20px; font-size: 13px;}
.logofftext-sub-div span {color: #666; font-size: 14px;}

.login-new-div-sub {
    width: 100%; display: table-cell; vertical-align: middle; height: auto; padding: 10px 0;
}

.links-resetpassword {
    width: 100%; position: absolute; bottom: 60px; left: 0;
}

ul.links-resetpassword-sub {
    list-style: none; width: 60%; float: none; margin: 0 auto; line-height: 14px; padding: 0; text-align: center;
}

ul.links-resetpassword-sub li {
    display: inline-block; vertical-align: middle; float: none; margin-right: 16px; font-size: 10px; color: #bababd; position: relative;
}

ul.links-resetpassword-sub li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #bababd;
    position: absolute;
    left: -8px;
    top: 6px;
}

.footer-social-icons-main {
    width: auto; float: right;
}

.social-icons-main-list {
    list-style: none; width: auto; margin: 0; padding: 10px 0;
}

.social-icons-main-list li {
    display: inline-block; vertical-align: middle; float: none; margin-left: 6px; 
}

.social-icons-main-list li a {
    color: #fff; font-size: 20px; text-decoration: none;
}

.social-icons-main-list li a:hover {
    text-decoration: none;
}



ul.links-resetpassword-sub li:nth-child(1):before {
    background-color: transparent;
}

.reset-password-div {
    width: 550px;
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    display: table;
    padding-bottom: 110px;
}

.reset-password-sub-div {
    display: table-cell;
    vertical-align: middle;
}

.logo-reset-div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.logo-reset-div .logo {
        width: 150px;
        display: table;
        margin: 0 auto;
        float: none;
    }

.password-text {
    width: 100%;
    float: left;
    text-align: center;
}
.password-text h2 {
    margin-top: 10px;
    font-family: 'PTSansRegular';
    font-weight: bold;
 }

.reset-input-div {
    width: 100%; float: left; margin-top: 4px;
}

.form-group.form-resetpassword {
    margin-bottom: 8px;
}

.resetpassword-btn {
    width: 100%; float: left; margin-top: 5px; text-align: center;
}

.input-group-lg > .form-control.customInput {
    border-radius: 4px;
    background: none;
    border: none;
    border: 1px solid #bababd;
    font-size: 12px;
    color: #55565b;
}

.input-group-lg input.form-control {
    padding: 6px 15px !important;
    height: 30px !important;
}

*:focus {
    outline: none !important;
}

.login-btn-main {
    width: 100%; float: left; text-align: center; margin-bottom: 6px; margin-top: 4px;
}

.logoff-btn-main {
    width: 100%; float: left; text-align: left; margin-bottom: 6px; margin-top: 4px;
}

.btn.logoff-btn {background: #ee2e48; width: 112px; border: 1px solid #ee2e48; padding: 4px 10px; border-radius: 2px; text-align: center; color: #fff; font-size: 13px;}
.btn.logoff-btn:hover {border: 1px solid #ee2e48; background: #ee2e48;}

.terms-div-login {
    width: 100%; float: left; text-align: center; font-size: 11px;
}
.terms-div-login-sub {
    width: 100%; float: left; color: #777; 
}

.forgotlogin-sub-div a {
    color: #ec233d; text-decoration: underline;
}

.error_msg {
    text-align: center; font-size: 11px; color: #ec233d;
}

.error_msg ul {
    list-style: none; padding-left: 0;
}

.custmPrmary.btn {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 11px;
    text-align: center;
}

.custmPrmary.btn:hover, .custmPrmary.btn:focus, .custmPrmary.btn:active:hover {
        background-color: #ec233d;
        border: 1px solid #ec233d;
}

.custmPrmary.btn.login-btn {
    background: #ec233d;
    width: 112px;
    border: 1px solid #ec233d;
}

.btn {
    border-radius: 23px;
}

.reset {
    background-color: #000;
    border-color: #000;
}

.leftBorder {
    border-left: 2px solid #cccccc;
}

h2 {
    text-align: center;
    color: #e91d2d;
    font-size: 16px;
    text-transform: uppercase;
}

.rememberMe {
    font-size: 14px;
    color: #777;
}


.rememberMe-left {
    display: inline-block; vertical-align: middle; float: none; height: 26px;
}
.rememberMe-right {
    display: inline-block; vertical-align: middle; float: none; font-size: 12px; padding-left: 6px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 12px;
    left: 0;
    top: 7px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: -1px;
        top: -7px;
        bottom: 4px;
        background-color: #87ef87;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #5cb85c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.allstore {
    width: 100%;
    float: left;
    margin: 20px 0 10px;
}
.allstore .adminindex-top-div:nth-of-type(1) {padding-left: 0;}
.allstore .adminindex-top-div:nth-last-of-type(1) {border-right: 0; padding-right: 0;}
.adminindex-top-div {
    width: auto; display: inline-block; vertical-align: middle; float: none; padding: 0 12px; border-right: 1px solid #ddd;
}
.adminindex-top-div input[type=checkbox].chckbx {margin: 0; display: inline-block; vertical-align: middle; float: none;}
.adminindex-top-div input[type=checkbox].chckbx-toppicks {margin: 0; display: inline-block; vertical-align: middle; float: none; top: -2px; position: relative;}
.adminindex-label-div {margin: 0; display: inline-block; vertical-align: middle; float: none; line-height: 16px;}
.adminindex-top-div .multiselect-container > li > a > label {
    padding: 3px 15px;
}
.adminindex-top-div .multiselect.btn {
    padding: 4px 12px;
}
.panel-group-adminindex {width: 100%; float: left;}
.panel-adminindex {width: 100%; float: left;}
.panel-title-adminindex {padding: 0;}
.adminindex-top-div .multiselect.btn {
    margin-left: 4px !important;
}
.form-group-selectedstore {width: 100%; float: left; padding: 15px;}
.adminindex-notification-history-left {width: calc(100% - 64px); display: inline-block; vertical-align: top; float: none;}
.adminindex-notification-history-right {width: 60px; display: inline-block; vertical-align: top; float: none; position: relative; top: 25px; left: 10px;}
.navbar-form .input-group .input-group-btn.input-group-btn-adminproductsearch {width: 85px; height: 32px;}
.loading_new_div {position: fixed; z-index: 5001; left: 50%; top: 50%; margin-left: -50px; margin-top: -50px;}
.toppicks-right-dropdown.navbar-form {width: auto; float: right; padding: 0;}
.toppicks-right-search.navbar-form {width: 400px; float: right; padding-right: 0;}
.navbar-form.navbar-form-save-btn {width: auto; float: right; padding: 0 0 0 15px;}
.toppicks-right-search.navbar-form .input-group {width: 100%; float: left;}
.toppicks-right-search.navbar-form .input-group>.form-control {height: 33px !important;}
.toppicks-label {float: left; margin: 0 4px 0 0 !important; position: relative; top: 8px; font-size: 14px; font-weight: 700 !important; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.select-toppicks-main {width: 100%; float: left; margin-top: 15px;}
.productsearch-toppicks {width: 100%; float: left; position: relative;}
.category-div-toppicks {width: auto; display: inline-block; vertical-align: middle; float: none;}
.btn-toppick-add.btn {position: absolute; right: 0; top: 0; padding: 6px; width: 54px; font-size: 13px; height: 32px;}
.category-div-toppicks {width: 200px; float: left; padding: 0 15px;}
.category-div-toppicks-select {width: 100%; float: left;}
.category-div-toppicks-sub {width: 100%; float: left;}
.size-div-toppicks {width: 200px; float: left; padding: 0 15px 0 0;}
.size-div-toppicks-sub {width: 100%; float: left;}
.select-size-toppicks {width: 100%; float: left;}
.select-size-toppicks .multiselect.dropdown-toggle.btn.btn-default {height: 33px; width: 100%;}
.select-size-toppicks .btn-group {width: 100%;}
.form-control.form-control-toppicks {font-size: 14px; padding: 6px 12px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.table-addtoppicks.table>tbody>tr>td {display: block;}
.changepassword-main {width: 100%; float: left; font-family: 'Open Sans'; padding-left: 30px;}
.changepassword-heading {width: 100%; float: left; font-size: 15px; font-weight: bold;}
.changepassword-subtext {width: 100%; float: left; font-size: 13px; padding-top: 15px;}
.passwordchange {width: 100%; float: left; margin-top: 15px;}
.passwordchange-sub {width: 100%; float: left; margin-bottom: 10px;}
.passwordchange-input {width: 210px; font-size: 11px; display: block; padding: 6px 10px; border: 1px solid #bababd; border-radius: 4px; height: 30px;}
.passwordchange-error {width: 100%; float: left; color: #ec233d; font-size: 12px; margin-top: 2px; font-weight: 600;}
.password-reset-btn {width: auto; display: block; float: left; background-color: #ec233d; margin-top: 4px; cursor: pointer; color: #fff; font-size: 12px; padding: 3px 10px 4px; border-radius: 8px;}
.instruction-main {width: 100%; float: left; margin-top: 15px;}
.instruction-heading {width: 100%; float: left; font-size: 14px; font-weight: 600;}
.instruction-text {width: 100%; float: left; font-size: 12px; font-style: italic; margin-top: 4px;}
.panel-footer.panel-footer-adminindex {
    padding-top: 0;
    padding-bottom: 20px;
    background: #fff;
}
.favicon-label {
    margin: 0;
}
.logo-favicon {
    width: 20px; margin-left: 6px;
}
.selected-store-id-div {width: 140px; display: inline-block; vertical-align: top; margin-bottom: 0; float: none;}
.form_date_adminindex {width: 100%; float: left;}
.selected-textarea-div {
    width: 100%;
    float: left;
    height: 120px;
    background: #eee;
    border: 1px solid #eee;
    padding: 10px;
}
.selected-store-textarea-div {
    width: calc(100% - 144px);
    display: inline-block;
    vertical-align: top;
    float: none;
}
.table-adminindex-label {
    width: calc(100% - 50px);
    font-weight: normal;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    line-height: 16px;
    padding-left: 6px;
}
input[type=checkbox].ckck-table-adminindex {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.table-adminindex.table {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    height: 275px;
    width: 100%;
    background-color: white;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}

.br-icon-div {width: 24px;}
.background-carousel {position: fixed;
    width: 64%;
    height: calc(100% - 46px);
    z-index: -1;
    cursor: pointer;
}
.carousel-inner > .item > img.adbanner-img-tab-div {display: none;}
.carousel-inner > .item > img.adbanner-img-mobile-div {display: none;}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.icon-social {
    width: 100%;
    height: auto;
    max-width: 4%;
    display: inline-block;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}

    .icon-social:hover {
        opacity: 0.8;
    }

.footer {
    height: 46px;
    background: #ec233d;
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 10;
    padding: 0 15px;
}

.footer-link {
    margin-top: 14px;
}

    .footer-link a {
        color: #ffffff;
    }


@media (min-width: 992px) and (max-width:1199px) {
	.logoff-form-div {padding-left: 20px; padding-right: 20px;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.carousel-inner > .item > img.adbanner-img-tab-div {display: block; width: 100%;}
	.carousel-inner > .item > img.adbanner-img-mobile-div {display: none;}
	.adbanner-main-div.item {background-image: none !important;}
	.background-carousel {width: 100%; position: relative; z-index: inherit; height: auto;}
	.login-new-div {width: 100%; height: auto; display: block; position: relative; left: inherit; z-index: inherit; margin: 10px auto;}
	.login-new-div-sub {display: block; padding: 10px 0 50px;}
	.logo-reset-div .logo {width: 100px;}
	.form-group.form-resetpassword .input-group {width: 350px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .reset-password-div {
        width: 450px;
    }		
}

@media (max-width:991px) and (min-width: 768px) and (orientation: landscape) {
    .backImg {width: 100%; z-index: inherit;}
	.login-main-div {height: 0;}
	.logoff-form-div {padding-left: 20px; padding-right: 20px;}	
}

@media (max-width:991px) and (min-width: 768px) and (orientation: portrait) {
	
	.backImg {height: 300px; background-position: center; background-size: cover; min-height: inherit;}
	.login-main-div {height: 0;}	
	.logoff-form-div {padding-left: 20px; padding-right: 20px;}
	.footer {height: 30px;}
	.footer-link {margin-top: 4px;}
	.footer-link a {font-size: 12px;}
	.br-icon-div {width: 17px;}
	.social-icons-main-list {padding: 0;}
	.social-icons-main-list li i.fa {font-size: 12px;} 
    .backImg {
        width: 100%;
    }

    .login-new-centerdiv-sub {
        width: 100%;
        padding: 15px;
        background: rgba(255,255,255,0.9);
        max-width: 330px;
    }

    .form-group.form-resetpassword .input-group {
        width: 100%;
    }

    .logo-reset-div .logo {
        width: 60px;
    }
}



@media (max-width:767px) and (orientation: landscape) {
    .backImg {width: 100%; z-index: inherit;}
	.login-main-div {height: 0;}
    .logoff-form-div {padding-left: 20px; padding-right: 20px;}	
}

@media (max-width:767px) and (orientation: portrait) {
	
	.backImg {height: 230px; background-position: center; background-size: cover; min-height: inherit; width: 100%;}
	.login-main-div {height: 0;}
	.logoff-form-div {padding-left: 20px; padding-right: 20px;}
	.footer {height: 30px;}
	.footer-link {margin-top: 4px;}
	.footer-link a {font-size: 12px;}
	.br-icon-div {width: 17px;}
	.social-icons-main-list {padding: 0;}
	.social-icons-main-list li i.fa {font-size: 12px;}  
    .login-new-div {width: 100%; left: 0;}
    .form-group.form-resetpassword .input-group {width: 100%;}
	.logoff-form-div {padding-left: 0;}
	.logoff-form-div h1 {font-size: 18px;}
	.logoff-form-div h3 {font-size: 14px; margin-bottom: 15px;}
	.logofftext-sub-div {margin-bottom: 12px;}
}

@media (max-width:767px) {
    .reset-password-div {width: 400px;}
	.carousel-inner > .item > img.adbanner-img-tab-div {display: none;}
	.carousel-inner > .item > img.adbanner-img-mobile-div {display: block;}
	.adbanner-main-div.item {background-image: none !important;}
	.background-carousel {width: 100%; height: auto; position: relative;}
	.login-new-div {width: 100%; left: 0; display: table; margin: 10px auto; float: none; position: relative;}
	.login-new-div-sub {display: block; padding: 10px 0px 50px;}
	.login-new-centerdiv-sub {width: 100%;}
	.logo-reset-div .logo {width: 90px;}
	.form-group.form-resetpassword .input-group {width: 100%; max-width: 350px;}
    
}

@media (max-width:767px) {
	.changepassword-main {padding-left: 0;}
	.passwordchange-input {width: 100%; max-width: 210px;}
}

@media (max-width:480px) {
	.reset-password-div {
        width: 100%;
    }	
}



