html,
body {
    height: 100%;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

body {
    background-image: url(../img/login_bg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#myTopnav,
#mySidenav,
.sub-header {
    display: none;
}

.topHeaderBlock{
    position: absolute;
    top: 7px;
    left: 100px;
}
#myTopnav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 5;
}
.sub-header{
    position: fixed;
    top:60px;
    z-index: 4;
    left: 0;
    right: 0;
    height: 65px;
    background-color: #3CCCF5;
}
input,
textarea{
	padding: 10px;
}
input,
select{
	height: 37px;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
	border: 1px solid black;
}
.ccc{
	cursor: pointer;

}
video{
	width: 100%;
    height: 105vh;
    position: fixed;
    z-index: 9;
}
/*select, input, textarea, .textarea{
	transition: all 350ms ease-in-out;
}*/
.field-user-confirm2 a{
    text-decoration: underline;
    color:blue;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover, a:focus{
	color: #333;
    text-decoration: none;
}
button.set_it{
    width:150px;
}

button{
    width: 98%;
    height: 40px;
    color: white;
    border: 1px dotted transparent;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding: 0px 15px;
    background-image: url(../img/cyan_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 0px #000;
    cursor: pointer;
}
.disabled{
    opacity: 0.3;
}
span.disabled{
    font-size: 18px;
    color: grey;
    cursor: not-allowed;
    display: block;
    opacity: 1.0;
    height:35px;
    text-indent: 80px;
    font-weight: bold;
    margin: 15px 5px 0;
    width: 100%;

}
button:focus,button:hover{
	outline: none;
    border: 1px dotted #565656;
}
select,textarea{
	width: 100%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 125px auto -60px auto;
    padding: 0  ;
}

.wrap > .container {
    width: 95%;
    position: relative;
    z-index: 2;
    padding: 0 65px 0 0;
}

.wrap > .container > .content {
    width: auto;
    position: relative;
    margin: 70px 45px 10px auto;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.topnav {
    background-color: #e2e3e4;
    overflow: hidden;
    height: 60px;
}
.topnav a {
}
.topnav a:not(.active) .imall-icons-text{
	display: none;
}
.topnav a:.active .imall-icons-text{
	display: block;
}
.imall-icons-text{
    background-color: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.imall-icons-text>label{
	font-size: 11px;
    margin: auto;
    width: 100%;
    height: 16px;
    z-index: 99999999999;
    color: white;
	cursor: pointer;
}
.topnav a.imall.logout {
    width: 165px !important;
    font-size: 21px;
    height: 60px !important;
    margin: 0 !important;
    background-image: none;
    line-height: 65px;
    border-left: 1px dotted #b0b1b4;
    padding-left: 16px;
}
.topnav a.imall.msgs {
    font-size: 21px;
    margin: 0 !important;
    background-image: none;
    line-height: 111px;
}
.topnav a.imall:hover {
    background-color: #fff;
    border:2px dotted #b0b1b4
    color: black;
}
.topnav a.imall.active {
    /*background-color: #3e6279;
    color: white;*/
}
.topnav a.logo-link{
    float: left;
    padding: 0px 0 4px 30px;
    width: auto;
}

.topnav a.logo-link > img {
    height: 50px;
    margin-top: 5px;
}

.topnav a.name-link {
    color: #244c66;
    font-size: 21px;
    width: 366px;
    height: 60px !important;
    cursor: pointer;
    border-left: 1px dotted #b0b1b4;
    float: right;
}

.topnav a.name-link:hover{
    background-color: #fff;
}

.topnav a.name-link div.logo-name {
    max-width: 250px;
    height: 60px;
    width: 100%;
    float: left;
}

.topnav a.name-link div.logo-name .hello-user {
    line-height: 65px;
}
.topnav a.name-link div.logo-image {
    width: 115px;
    height: 60px;
    float: right;
	background-color: #fff;
}
.topnav a.name-link div.logo-image img.mall-image{
    width: 115px;
    height: 60px;
    float: right;
    padding: 10px;
    background-color: #fff;
}


.topnav a.name-link.login{
    background-color: #e8e8e8;
}
.topnav a.name-link img{
}
.circle-red{
    width: 16px;
    height: 16px;
    background-color: #ff0000;
    border-radius: 8px;
    position: absolute;
    color: white;
    font-size: 12px;
}
.sidenav {
    height: calc(100% - 90px);
    width: 65px;
    position: absolute;
    z-index: 3;
    top: 125px;
    right: 0;
    background-color: #575657;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 1;
    overflow-y: hidden;
    min-height:890px;
}
.sidenav a {
    color: white !important;
    width: 100%;
    display: block;
    height: 65px;
    font-size: 23px;
    text-align: right;
    font-weight: 300;
    padding-top: 15px;
    text-indent: 65px;
    line-height: 32px;
}
.sidenav a:active{
	background-color: #727172;
}
.sidenav a:hover, .sidenav a:active, .sidenav a:focus{
	text-decoration: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .sidenav-strip {
    width: 65px;
    background-color: #727172;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}

.sidenav .sidenav-strip .sidenav-mark {
    position: relative;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 65px;
}

.sidenav .sidenav-strip .sidenav-mark span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    writing-mode: tb-rl;
    margin-top: 23px;
}

.sidenav .sidenav-strip .sidenav-mark .sidenav-icon {
    background-image: url(../img/sidenav_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 43px;
    height: 44px;
    position: relative;
    top: 20px;
    left: -10px;
}

.sidenav .sidenav-strip .sidenav-mark .closebtn,
.sidenav .sidenav-strip .sidenav-mark .openbtn {
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.sidenav .closebtn {
    display: none;
}

.sidenav-arrow {
    display: block;
    margin: 0 auto;
}

.sidenav-left-arrow {
    background-image: url(../img/sidenav_left_arrow_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.sidenav-right-arrow {
    background-image: url(../img/sidenav_right_arrow_icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.menu-links {
    position: relative;
    top: 40px;
/*    transform: translateY(-50%);*/
    display: none;
    width: 100%;
    padding-left:65px
}
.menu-links a.active{
    background-color: #1c4661;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.login-div {
    width: 375px;
    height: 410px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    padding: 0px;
}
.login-div a{
	cursor: pointer;
}
.login-div label.control-label{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    display: none;
}
.login-div .form-control{
    height: 57px;
    border-radius: 0;
}
.login-div .field>label{
	width: 100%;
	text-align: center;
}

.login-div .submit-div {
    background: rgb(114,218,248); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(114,218,248,1) 1%, rgba(30,105,222,1) 100%, rgba(60,204,245,1) 100%, rgba(84,163,238,1) 100%, rgba(114,218,248,1) 100%, rgba(60,204,245,1) 100%, rgba(114,218,248,1) 100%, rgba(84,163,238,1) 100%, rgba(84,163,238,1) 100%, rgba(84,163,238,1) 100%, rgba(84,163,238,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(114,218,248,1) 1%,rgba(30,105,222,1) 100%,rgba(60,204,245,1) 100%,rgba(84,163,238,1) 100%,rgba(114,218,248,1) 100%,rgba(60,204,245,1) 100%,rgba(114,218,248,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(114,218,248,1) 1%,rgba(30,105,222,1) 100%,rgba(60,204,245,1) 100%,rgba(84,163,238,1) 100%,rgba(114,218,248,1) 100%,rgba(60,204,245,1) 100%,rgba(114,218,248,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%,rgba(84,163,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72daf8', endColorstr='#54a3ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 54px;
    width: 374px;
    position:relative;
}

.login-div .submit-div button {
    background-image: url(../img/cyan_btn_bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    width:100%;
    height:100%;
    border-width: 0;
    position:absolute;
    bottom:0;
    left:0;
    font-size:2em;
}

    .login-div .submit-div button::after {
        font-family: 'FontAwesome';
        content: "\f0d9";
        text-align: center;
        font-size:0.8em;
        margin-right:8px;
    }

.login-div img {
    width: 300px;
    float: left;
    margin: 30px auto;
}
.field{
    margin-bottom: 15px;
}
.field>label,.field>p{
    margin-bottom: 2px;
}
.field>input{
    width: 100%;
}
/*checkbox*/

.checkbox, .radio {

	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.checkbox label::before {

	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	/* border: 1px solid #cccccc; */

	border-radius: 3px;
	background-color: #cccccc;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	top: 5px;
}

.checkbox-info input[type="checkbox"]:checked + label::before {

	background-color: #003096;
	border-color: #003096;
}

.checkbox input[type="checkbox"]:checked + label::after {

	font-family: 'FontAwesome';
	content: "\f00c";
	padding: 1px;
	text-align: center;
}

.checkbox-info input[type="checkbox"]:checked + label::after {

	color: #fff;
}

.checkbox label::after {

	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 1px;
	top: 6px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-left: 0px;
	margin-top: 7px;
	display: none;
}
.discribe-checkbox {
	display: inline;
	margin-right: 5px;
}
.discribe-checkbox a{
    text-decoration: underline;
}
.all-checkbox{
	margin-bottom: 3px;
}
/* personal page */
.cot{
    font-size: 24px;
    font-weight: bold;
    padding-right: 25px;
    margin-top: 18px;
}
.all-fields{
	background-color: white;
    padding: 17px 0 6px 0;
}
.confirm-btn{
    width: 20%;
    float: left;
    margin-top: -49px;
}
.input-img>input{
    width: calc(100% - 43px);
}
.input-img>div{
    width: 43px;
    height: 38px;
    background-color: #003096;
    float: left;
}
.input-img>div>img{
    max-width: 23px;
    margin-top: 7px;
    margin-right: 9px;
}
.input-btn>input{
    width: calc(100% - 92px);
}
.input-btn>button{
    width: 92px;
    font-size: 19px;
    float: left;
}
.title-strip h1 {
    font-size: 2em;
    font-weight: bold;
    color:#fff;
    text-shadow: 1px 1px 0px #565656;
	margin: 0 auto;
	line-height: 65px;
}
.title-strip img{
    position: relative;
	top: -6px;
}
ul.tile-grid {
    width: 100%;
    list-style: none;
    padding: 130px 50px;
}
ul.tile-grid>li{
    width:40%;
    height:auto;
    display:inline-block;
    margin-left:10px;
    border: 2px dotted transparent;
}
ul.tile-grid>li:active,
ul.tile-grid>li:hover {
    border-color: #b0b1b4;
}
a.tile-link {
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;
}
a.tile-link h2{
    font-size: 1.8em;
    font-weight: bold;
}

/* advertise page */
.orders-choose-advertise .title-strip h1 {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}
ul.tile-grid-2 {
    width: 100%;
    list-style: none;
    padding: 20px 50px;
}
ul.tile-grid-2>li{
    width:40%;
    height:auto;
    display:inline-block;
    margin-left:10px;
    border: 1px solid #b1b4b7;
    position: relative;
    background-color: #f2f2f2;
}
ul.tile-grid-2>li:nth-child(2n+1){
    clear:right;
}
ul.tile-grid-3 {
    width: 100%;
    list-style: none;
    padding: 20px 50px;
}
ul.tile-grid-3>li{
    width: 30%;
    height: 289px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    background-color: transparent;
}
ul.tile-grid-3>li:nth-child(3n+1){
    clear:right;
}

#submitBtn {
    float: left;
    margin-top: 80px;
}


.cot-small {
    font-size: 20px;
}
table{
	width: 100%;
}
td, th{
	padding: 5px;
	text-align: center;
    position: relative;
}
tr{
    /*border-bottom: 2px solid #c7c7c7;*/
}
td{
	border-bottom: 2px solid #c7c7c7;
}
tr:nth-child(2)>td{
	border-top: 2px solid #c7c7c7;
}
.arrow-down{
	border: none !important;
}
.arrow-down .fa-angle-double-down,.arrow-down .fa-angle-double-up{
    font-size: 20px;
    padding-top: 3px;
    cursor: pointer;
}
/*.arrow-down .fa-angle-double-up{
    display: none;
}*/
.arrow-down .fa-angle-double-down{
   display: none;
}

.sub-row{
	background-color: #ecedec;
	/*display: none;*/
}
table .fa-picture-o{
    margin-right: 5px;
    cursor: pointer;
}
.checkbox-info-small{
    margin-bottom: -9px;
}
.checkbox-info-small .checkbox label{
	margin-bottom: -2px;
}
.checkbox-info-small.checkbox label::before{
    width: 14px;
    height: 14px;
    left: 2px;
    top: 6px;
}
.checkbox-info-small.checkbox label::after{
	width:16px;
	left:1px;
    top: 5px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 10px;
}
.popup-img{
	position: absolute;
    width: 200px;
    height: 120px;
    top: -135px;
    border: 2px solid black;
    left: -34px;
    display: none;
}
.popup-img>div.image-exa{
	width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.popup-img img{
    position: absolute;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.arrows{
    background-color: #1c4661;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 2;
    left: 4px;
    top: 4px;
    padding-top: 4px;
    cursor: pointer;
}
.arrows>.fa-arrows-alt{
    color: white;
    font-size: 22px;
}
.triangle {
    width: 0;
    height: 0;
    border: solid 20px;
    border-color: black transparent transparent transparent;
    position: absolute;
    left: 29px
}
button.blue1,button.blue2,button.blue3{
    margin-bottom: 5px;
}
button.blue1{
	/*background-color: #617ea7;*/
    background-image: url(../img/cyan_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
button.blue2{
	/*background-color: #3d5b81;*/
    background-image: url(../img/cyan_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
button.blue3{
	/*background-color: #20375e;*/
    background-image: url(../img/cyan_btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.orders-table td {
    padding-top: 31px;
    padding-bottom: 0px;
    /* text-shadow: -2px 2px 0px #fff; */
}
.span-bottom{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1px;
}
.border-none>td{
	border-bottom: none;
    padding-top: 25px;
}
.border-none p{
	margin-bottom: 0;
    text-align: left;
}
.all-sum>p{
	font-size: 23px;
}
.all-sum>label{
    font-size: 19px;
    text-align: left;
    float: left;
}
.order-popup{
    width: 333px;
    background-color: #727172;
    height: 75%;
    position: fixed;
    left: -293px;
    top: 118px;
    bottom: 0;
    margin: auto;
    padding: 40px;
    box-shadow: inset 0px 0px 15px 2px #e2e2e2;
    color: #ffffff;
    overflow-x: hidden!important;
}
.order-popup .cot1:nth-child(1){
    font-size: 23px;
    width: 100%;
}
.order-popup .cot1{
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    height: 48px;
    width: 100%;
}
.order-popup .cot1>.fa-shopping-cart{
	float: right;
    margin-top: 4px;
    margin-left: 7px;
}
.order-popup .details p{
	text-align: left;
}
.order-popup .details p>label{
	float: right;
}
.order-popup .details{
	margin: 28px 0;
    font-size: 17px;
}
.con-to-buy{
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.col-18{
    width: 18%;
    display: inline-block;
    margin-left: 15px;
}
.left-button{
    float: left;
    margin-top: 24px;
    width: calc(28% - 70px);
}
.tab{
    width: 21%;
    font-size: 20px;
    background-color: #617ea7;
    border: none;
    border-radius: 10px 10px 0 0;
    vertical-align: bottom;
}
.tab.active{
    background-color: #20375e;
    background-image: none;
    height: 45px;
}
table button{
	font-size: 18px;
}
.contact textarea{
    width: 100%;
    height: 250px;
    margin: 0px 0 0px 0;
}
.left-btn{
    float: left;
    margin-left: 15px;
}
.line-contact{
	position: fixed;
    bottom: 26px;
    font-size: 18px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #4260	;
}
/* modal bootstrap */
.modal-header{
    background-color: #1c4661;
    height: 52px;
    padding: 8px 15px;
    border-bottom: none;
}
.close-modal{
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.modal-title {
    color: white;
    font-size: 24px;
}
.modal-content{
	border-radius: 2px;
}
.modal-dialog{
    /* top: 50%; */
    /* transform: translateY(-50%) !important; */
    width: 100%;
    margin: 0 auto;
}
.modal-body{
    padding: 30px 37px;
}
@media (min-width: 1024px){
	#modalImg .modal-dialog {
	    width: 860px;
	}
}
#modalImg .modal-body {
    padding: 0;
    text-align: center;
}
#modalImg .modal-body>img{
    max-width: 858px;
}
.center{
	text-align: center;
}
.popup{
    position: fixed;
    width: 600px;
    height: 300px;
    background-color: white;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 2px solid #525252;
    display: none;
}
.popup>div{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
}
.popup:not(.popup-big)>div{
	top: 50%;
    transform: translateY(-50%);
}
.popup p,.popup label{
    font-size: 27px;
    text-align: center;
    width: 100%;
}
.login-div .cot.center{
    margin: 0 0 40px 0;
}
.no-padding{
	padding: 0;
}
td.red{
    background-color: #facbcc;
    color: red;
}
td.green{
    background-color: #92d992;
}
td.dark-green{
    background-color: #16ef16;
}
td.yellow{
    background-color: #fbf9c7;
}
/* shopping cart page */
.item{
	background-color: white;
    height: auto;
    margin-bottom: 60px;
    border: 1px solid #003096;
}
.item>div{
	/*height: 405px;*/
}
.item>div:nth-child(2){
    background-color: #e2ecff;
    height: 403.4px;
}
.item label{
    margin-left: 3px;
    margin-right: -15px;
    margin-top: 10px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: bold;
    padding: 0 22px;
}
.item input{
    text-align: right;
}
.month-amount input{
    width: 55px;
	margin: 0 -1px;
}
.month-amount label{
    margin-left: 3px;
    /*width: 49px;*/
    margin-bottom: 13px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.allSum>div{
	margin-bottom: 10px;
}
.allSum button{
	margin: 10px 0;
}
.absolute-img{
    position: absolute;
    max-width: 100%;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.popup-row{
	border-bottom: 1px solid #1c4661;
    padding-top: 9px;
}
.popup-row>p{
    margin-bottom: 6px;
}
.popup-row>label{
	margin-bottom: 0;
}
.cart-icon{
    position: absolute;
    top: 44px;
    right: 11px;
    font-size: 22px !important;
    cursor: pointer;
}
.export{
    max-width: 50px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}
/*.not-confirm{
	background-color: #76969f;
}*/
.height-th th{
	height: 94px;
}
.notify{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    color: red;
    cursor: pointer;
    bottom: 7px;
}
.message{
    position: absolute;
    width: 250px;
    background-color: #fefefe;
    box-shadow: 1px 0px 7px 2px #5d5d5d;
    color: #d60000;
    font-weight: 500;
    padding: 4px;
    font-size: 15px;
    top: 15px;
    z-index: 9;
    left: -90px;
    display: none;
}
.popup-big{
	width: 1010px;
    height: 537px;
}
.headline{
    font-size: 33px !important;
    font-weight: 300;
}
.popup-big p{
	font-size: 16px;
	text-align: right;
}
.center{
	text-align: center;
}
.cot-popup{
    font-size: 42px !important;
    margin: 25px 34px;
}
.p-small{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px !important;
}
.width-height{
    height: 247px;
}
.width-height>div{
    height: calc(100% - 15px);
    border: 1px solid rgb(162, 162, 162);
    position: relative;
}
.width-height>div>p{
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 23px;
    width: 86px;
}
.width-height>div>p:first-child{
    top: 0;
    left: -8px;
}
.width-height>div>p:last-child{
	bottom: 6px;
    right: 0;
    left: 0;
}
.inner-cot{
    font-size: 30px;
}
.cot-big{
    font-size: 36px;
    font-weight: 300;
}
/* catalog page */
.product{
    width: 235px;
    border: 1px solid #617ea7;
    border-radius: 5px;
    /*display: inline-block;*/
    margin: 22px;
    float: right;
}
.product>p:first-child{
    text-align: left;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 0;
}
.product>p:first-child>label{
	float: right;
}
.product .image{
    height: 200px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.catalog-line{
    height: 45px;
    background-color: #20375e;
    padding: 14px;
    text-align: center;
}
.catalog-line>.fa{
	color: white;
	font-size: 20px;
}
.circle-number{
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid white;
    border-radius: 14.5px;
    font-size: 15px;
    color: white;
}
.personal-order{
    text-align: center;
    padding: 53px 0;
}
.personal-order>p{
	font-size: 26px;
}
.hover-details{
	width: 200px;
    top: -102px;
    left: -71px;
}
#modalOrder .modal-dialog{
    width: 800px;
    top:370px;
}
#modalOrder .modal-body label{
	margin-left: 4px;
}
#modalOrder .modal-body .span-num{
	width: 180px;
}
#modalOrder .modal-body .span-num>span{
	float: left;
}
.discount .btn1{
    margin-top: 5px;
    margin-bottom: 20px;
}
.discount .btn2{
	margin-bottom: 10px;
}
.discount .link{
	display: block;
	text-align: center;
}
.discount{
	height: 502px;
}
.discount>div,.editPlatforme>div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.message-discount{
    left: 0px !important;
    right: 0;
    margin: auto;
    top: -50px;
}
#modalReject .all-checkbox{
    display: inline-block;
    margin-left: 25px;
}
#modalReject textarea{
    height: 122px;
    margin-top: 10px;
    margin-bottom: 16px;
}
#modalReject .modal-body{
	padding: 40px;
}
.message-price{
	top: -46px;
}
.height-th .message-price{
	top: -12px;
}

.platforme,.editPlatforme{
	height: 405px;
}
.platforme{
    width: 70%;
    margin: 10px auto;
    left: 50%;
    margin-right: 60%;
}
.editPlatforme{
	text-align: center;
	height:100%;
}
.editPlatforme button{
    margin-bottom: 12px;
}
.editPlatforme img{
	max-width: 70px;
    margin-bottom: 10px;
}
.add-platforme{
    margin-bottom: 28px;
    width: 25%;
    float: left;
}
#modalNotDelete{
	text-align: center;
}
.modal1 label,.modal1 p{
	text-align: center;
    font-size: 28px;
    display: block;
}
.important{
    color: red;
    font-size: 72px !important;
}
.edit-row{
	border: none !important;
	cursor: pointer;
}
/* malls manager pages */

/* reports table */
.group-malls{
    background-color: #edf5ff;
}
.group-malls>.col-sm-4{
	height: 215px;
}
.group-malls .show-details{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
}
.group-malls .text{
	margin-bottom: 0;
}
.group-malls .text>label{
	margin-left: 4px;
}
.orders-table{
    height: 44px;
    border: 1px solid #617ea7;
    margin-bottom: 41px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding: 7px;
}
.mall{
    background-color: #edf5ff;
    margin-bottom: 32px;
    margin-left: 32px;
    width: calc(25% - 24px);
}
.leftnone{
	margin-left: 0;
}
.mall>.col-sm-6{
	height: 162px;
	text-align: center;
}
.mall .text{
	margin-bottom: 0;
}
.show-btn{
    height: 32px;
    font-size: 17px;
    margin-top: 13px;
}
.number{
    position: absolute;
    width: 35px;
    height: 26px;
    background-color: #20375e;
    color: white;
    left: 6px;
    top: -14px;
    font-size: 20px;
    border-radius: 4px;
}
/* revenue page */
.field-6{
	width: 16%;
    margin-left: 10px;
    float: right;
}
.img-top{
    max-width: 48px;
    float: left;
    margin-top: 23px;
}
/* set goal page */
table.sales-table td{
	border-bottom: none;
}
table.sales-table tr:nth-child(2)>td{
	border-top: none;
}
table.sales-table button{
	font-size: 17px;
    height: 28px;
    border-radius: 4px;
}
table.sales-table td,table.sales-table th{
	padding: 11px;
}
.col-goal input{
    width: 48%;
    display: inline-block;
    margin-bottom: 8px;
}
#setGoal .col{
	height: 257px;
}
#setGoal .approval{
	position: absolute;
	bottom: 0;
	left: 0;
}
.logo-img{
    max-width: 195px;
    position: absolute;
    top: 0;
    bottom: 45px;
    margin: auto;
    right: 0;
    left: 0;
}
.field.error>p,.field.error>label{
	color: red;
}
.field.error>input{
	border:1px solid red;
}
.control-label{
	font-weight: normal;
	margin-bottom: 2px;
}
.form-control {
    border-color: #d1d1d1;
    background-color:#f2f2f2;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 15px;
}
.select2-selection select2-selection--multiple{
	height: 37px;
	/*overflow-y:scroll;*/
}
.select2-container--krajee .select2-selection--multiple{
	border-radius: 0px;
    border-color: rgba(172, 172, 172, 1);
}
.select2-selection select2-selection--single{
	height: 37px;
	/*overflow-y:scroll;*/
}
.select2-container--krajee .select2-selection--single{
	border-radius: 0px;
    border-color: rgba(172, 172, 172, 1);
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
	display:none;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered{
	float:right;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/*radio*/

.radio-info input[type="radio"]:checked + label::before {

	border-color: transparent;
}

.radio label::before {

	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: none;
	border-radius: 50%;
	background-color: #cccccc;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label.required::before {

	border: 1px solid red;
}


.radio-info input[type="radio"]:checked + label::after {

	background-color: #003096;

}


.radio input[type="radio"]:checked + label::after {

	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio-info input[type="radio"] + label::after {

	background-color: #1f1e41;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 4px;
	top: 9.19px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
	position: absolute;
	margin-left: -20px;
}

.radio label {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-left: 20px;
}

.inline{
	display: inline;
}
.inline-radio .radio-inline{
	padding-top: 5px;
}
.dropdown-menu{
	right: auto !important;
}
input[readonly]
{
    background-color: rgba(0, 0, 0, 0.09);
    border: 1px solid #a7a6a6;
}
.checkbox.required label::before{
	border: 1px solid red;
}
.send-success{
	font-size: 18px !important;
    margin-top: 20px;
    color: #003096;
    font-weight: bold;
    visibility: hidden;
}
.top-img{
	width: 100%;
	text-align: center;
}
.top-img>.logo{
    max-width: 290px;
    float: none;
}
.col-form p,.col-form label{
	margin-bottom: 0;
}
tr.bottom-order>td{
	border-bottom: 2px solid blue;
}
.blue-bottom>td{
	border-bottom: 2px solid blue;
}
.input-discount>div{
    float: right;
    width: 30px;
    text-align: center;
    padding-top: 6px;
}
.input-discount>input{
	width: calc(100% - 30px);
    border: 1px solid gray;
}

#modalCancelOrder{
    width:50%;
    top:40%;
    margin:0 auto;
}

#modalCancelOrder .modal-content{
	height: 197px;
}
#cancel-success{
    font-size: 18px;
    margin-top: 7px;
}
.disabled{
	color: red;
}
.td-disable{
    padding-top: 10px !important;
}
.td-disable>p{
	color: red;
    margin-bottom: 0;
    font-size: 15px;
}
.not-confirm{
    background-color: rgba(255, 0, 0, 0.44);
}
.deleted
{
    background-color: #d50101;
}
.orders-table.orders .deleted,
.orders-table.confirm_orders .deleted
{
    display: none;
}
.days-passed{
    background-color: rgba(255, 0, 0, 0.22);
}
.message-days-passed{
    top: -26px;
    right: 5px;
}
.order-popup .circle-red{
    right: 7px;
    z-index: 9;
    top: 36px;
    text-align: center;
}
.open-basket-popup{
	cursor: pointer;
}
.not-active{
    cursor: context-menu;
    background-color: rgba(0, 48, 150, 0.86);
}
.not-active:hover{
	background-color: rgba(0, 48, 150, 0.86);
}
.popup-row .fa-trash-o{
	cursor: pointer;
}
.colors{
    float: left;
    background-color: white;
    margin-bottom: 5px;
    padding: 1px 5px;
}
.colors .color{
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}
.indications{
	display: table-cell;
	vertical-align: middle;
}
.indications .color{
    width: 18px;
    height: 18px;
    display: none;
    margin-bottom: 1px;
}
.row-id{
	display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}
.messages{
    position: fixed;
    top: 70px;
    right: 362px;
    background-color: white;
    border-radius: 2px;
    display: none;
    overflow: auto;
    max-height: 400px;
    z-index: 5
}
.msg{
	padding: 5px;
    border-bottom: 1px solid gray;
}
.msg:last-child{
	border-bottom: none;
}
.msg>p{
	margin-bottom: 0;
	display: inline-block;
}
.msglink{
	font-size: initial !important;
    float: none !important;
    border: none !important;
    text-decoration: underline !important;
    padding: 2px 8px !important;
    height: min-content !important;
    width: initial !important;
    display: inline-block !important;
}
.numSal{
	display: none;
}

ul.select2-selection-rendered{
	max-height: 60px;
    overflow-y: scroll !important;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field{
	width: 100% !important;
}
.select2-container .select2-search--inline{
	width: 100%;
}
/*.select2-selection-rendered::-webkit-scrollbar{
	display: none;
}*/
.scheduling-table-div{
    display: inline-block;
    height: calc(100vh - 571px);
    overflow-y: scroll;
}
.tr-sum>td:nth-child(1){
	padding: 0;
    border-left: 0;
    border-bottom: 2px solid black;
}

.logo-image{
	height: 100%;
    float: right;
    width: 40%;
}
.logo-name{
	float: left;
    width: 60%;
    position: relative;
    padding-top: 0px;
    top: 0px;
}
.logoWrapper{

}

.topnav a.imall {
    width: 90px;
    height: 60px;
    border-left: 1px dotted #b0b1b4;
    float: right;
    display: block;
    color: #0e0b0f;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    background-color: transparent;
}

.topnav a.imall div.imall {
    position: absolute;
    top: 34px;
    left: 33px;
}

.topnav div.imall-header-icons,
.imall-header-icons {
    background-image: url(../img/imall_header_icons.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    margin: 10px 20px 0px 0px !important;
    background-color: transparent;
}

.title-strip{
    position: relative;
    max-height: 65px;
    width: 100%;
    margin:0;
}

i.imall-header-white-icons {
    display: block;
    background-image: url(../img/imall_header_white_icons.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    margin: 10px 20px 0px 0px !important;
    background-color: transparent;
    position: absolute;
    top: 0;
    left:0;
}
.imall-header-icon-cart{
    background-position-x: 0;
}
.imall-header-icon-contact {
    background-position-x: calc(-1 * 50px);
}
.imall-header-icon-envalop {
    background-position-x: calc(-2 * 50px);
}
.imall-header-icon-logout {
    background-position-x: calc(-3 * 50px);
}
.imall-header-icon-user-info {
    background-position-x: calc(-4 * 50px);
}
.imall-menu-icons {
    background-image: url(../img/imall_menu_icons.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-color: transparent;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent;
    position: absolute;
    top:-32px;
    left:-3px;
}

.sidenav div.imall-menu-icons {
    background-image: url(../img/imall_menu_icons.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-color: transparent;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent;
    position: relative;
    top:-32px;
    left:-3px;
}

.imall-menu-icon-gant {
    background-position-x: 0;
}
.imall-menu-icon-stands {
    background-position-x: calc(-1 * 40px);
}
.imall-menu-icon-user-info {
    background-position-x: calc(-2 * 40px);
}
.imall-menu-icon-print {
    background-position-x: calc(-3 * 40px);
}
.imall-menu-icon-contact-us {
    background-position-x: calc(-4 * 40px);
}
.imall-menu-icon-orders {
    background-position-x: calc(-5 * 40px);
}

div.imall-form-icons {
    background-image: url(../img/imall_form_icons.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-color: transparent;
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: -24px;
    left: auto;
    right: 0;
}
/*
.imall-menu-icon-open-menu {
    background-position-x: calc(-11* 40px);
}
*/
.imall-form-icon-network {
    background-position-y: calc(0 * 50px);
}
.imall-form-icon-platform {
    background-position-y: calc(-1 * 50px);
}
.imall-form-icon-month {
    background-position-y: calc(-2 * 50px);
}
.imall-form-icon-location-area {
    background-position-y: calc(-3 * 50px);
}
.imall-form-icon-campound {
    background-position-y: calc(-4 * 50px);
}
.imall-form-icon-period {
    background-position-y: calc(-5 * 50px);
}
.imall-form-icon-cart {
    background-position-y: calc(-6 * 50px);
}

button#hiddenTrigger {
    display: none;
}


.imall-action-icons{
    background-image: url(../img/imall_action_icons.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: 25px;
    top: 7px;
}

.imall-action-icon-create-order {
    background-position-y: calc(0 * 40px);
}
.imall-action-icon-create-print {
    background-position-y: calc(-1 * 40px);
}
.imall-action-icon-create-buy {
    background-position-y: calc(-2 * 40px);
}

.border-left {
    width: 2px;
    height: 60px;
    border-left: 1px dotted #b0b1b4;
}

.yellow {
    background-color: #ffc010 !important;
}
.cyan {
    background-color: #3cccf5!important;
}
.dark-blue {
    background-color: #1c4661!important;
}
.green {
    background-color: #92c83e!important;
}
.red {
    background-color: #f069a7 !important;
}
.blue {
    background-color: #007cc4!important;
}
.orange {
    background-color: #ffb41b!important;
}
.pink {
    background-color: #f069a7!important;
}
.chrome-yellow {
	background-color: #ffab06!important;
}
.han-blue{
	background-color: #5572D2!important;
}
.azure{
	background-color: #0096FF!important;
}
.ultra-pink{
	background-color: #FF42FF!important;
}
.comic-green{
	background-color: #85FF00!important;
}

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

ul.nav-left-menu{
    list-style: none;
    background-color: #575657;
    width: auto;
    height: 65px;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
	left:0;
	top:0;
}

ul.nav-left-menu>li.nav-menu-item {
    width:auto;
    height: 65px;
    float: left;
    display: block;
    border-right:1px dotted #fff;
}

ul.nav-left-menu>li.nav-menu-item a{
    width:97px;
    height:65px;
    position: relative;
    background-color:transparent;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
}

ul.nav-left-menu>li.nav-menu-item a div{
    color:#fff;
    display: block;
    position: relative;
    top: 45px;
}

.right-icon-strip{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 115px;
    height: 65px;
    background-color: #575657;
}

.right-icon-strip i{
    top: 15px;
    right: 35px;
}

.choose-advertise {
    width:100%;
    padding: 20px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;

}

.choose-advertise div.select-col{
    padding: 0;
}

.choose-advertise div.select-col.last ul{
    padding: 0;
    max-height: 216px;
    overflow: none;
}

.choose-advertise h2{
    font-size: 1.4em;
    font-weight: bold;
    background-color: #3cccf5;
    line-height: 50px;
    padding:0;
    margin:0;
    border: 3px solid #d2d2d2;
    border-bottom-width: 0;
    width: 90%;
}
.choose-advertise.azrieli h2{
    background-color: #ffc010;
}

.choose-advertise h2 div.select-icon{
    position: relative;
    top: 10px;
    right: 10px;
    display: inline-block;
    margin-left: 15px;
}

.choose-advertise ul.select-panel{
    width: 90%;
    background-color: #f3f3f3;
    height: 215px;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    max-height: 500px;
    border: 3px solid #d2d2d2;
    overflow-y: auto;
}

.choose-advertise div.select-panel{
    width: 90%;
    background-color: #f3f3f3;
    height: 265px;
    list-style: none;
    padding: 5px 0 10px 0;
    margin: 0;
    max-height: 500px;
    border: 3px solid #d2d2d2;
    overflow-y: auto;
}

.choose-advertise ul.select-panel>li.select-item{
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 0px 25px 0 5px;
    cursor: pointer;
}

.choose-advertise ul.select-panel>li.select-item div.checkbox-frame,
.choose-advertise div.select-panel div.orderFor div.checkbox-frame{
    width: 10px;
    height: 10px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: 16px;
    right: -16px;
}

.choose-advertise div.select-filter div.checkbox-frame{
    width: 10px;
    height: 10px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: 16px;
    right: 9px;
}

.choose-advertise div.checkbox{
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
}

.choose-advertise .orderFor{
    display: inline-grid;
    padding: 5px 22px;
    margin: 0px 0px;
    cursor: pointer;
}

.choose-advertise .orderFor.checked,
.choose-advertise ul.select-panel>li.select-item:hover,
.choose-advertise ul.select-panel>li.select-item.checked,
.choose-advertise ul.select-panel>li.select-item.checked div.checkbox{
   background-color: #b7ecfa;
}

.choose-advertise ul.select-panel>li.select-item.checked div.checkbox,
.choose-advertise div.checkbox-wrapper.checked div.checkbox{
   background-color: #3dccf6;
}

.choose-advertise.azrieli .orderFor.checked,
.choose-advertise.azrieli ul.select-panel>li.select-item:hover,
.choose-advertise.azrieli ul.select-panel>li.select-item.checked,
.choose-advertise.azrieli ul.select-panel>li.select-item.checked div.checkbox{
   background-color: #ffc010;
}

.choose-advertise.azrieli ul.select-panel>li.select-item.checked div.checkbox,
.choose-advertise.azrieli div.checkbox-wrapper.checked div.checkbox{
   background-color: #ffc010;
}

.choose-advertise button {
    background-image: url(../img/cyan_btn_bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    width: 90%;
    height: 50px;
    border-width: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 2em;
    top: 350px;
}

.choose-advertise.azrieli button {
    background-image: url(../img/yellow_btn_bg.png);
}

.choose-advertise button::after {
    font-family: 'FontAwesome';
    content: "\f0d9";
    text-align: center;
    font-size:0.8em;
    margin-right:8px;
}

.choose-advertise div.select-filter{
    width: 90%;
    margin: 0 0px 0 0;
    border: 3px solid #d2d2d2;
    border-bottom: 0;
}

.choose-advertise div.select-filter input[type="text"] {
    width: 80%;
    left: -27px;
    top: -10px;
    position: relative;
    outline-width: 0!important;
    border: 0;
    border-bottom: 1px dotted #a0a0a0;
}

/*.choose-advertise div.checkbox-wrapper{
    width:auto;
    height: auto;
}*/

.choose-advertise li.select-group{
    background-color: #575657;
    color: #fff;
    text-align: center;
}

.choose-advertise .form-control {
    border-color: #d1d1d1;
    background-color: #f2f2f2;
    height: 31px;
    border-radius: 0;
    font-size: 15px;
}

.choose-advertise .nav > li {
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    line-height: 25px;
}

.choose-advertise .nav > li a {
    border-radius: 12px 12px 0 0;
    margin: 10px 10px 0 0;
    padding: 5px 5px;
}

.choose-advertise .nav > li.active a {
    background-color: #3DCCF6;
}

.choose-advertise.azrieli .nav > li.active a {
    background-color: #ffc010;
}

.printing .currTab{
    background-color: #003096;
}

.printing a:hover{
	text-decoration: unset;
	color:white;
}

.printing .button {
    height: 43px;
    width: 187px;
    background:url(../img/cyan_btn_bg.png);
    background-repeat:  no-repeat
    background-size: cover;
    padding: 7px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 13px;
    /* width: 107px; */
    text-shadow: 1px 1px 0px #000;
    display: inline-block;
    margin-right: 60p;
}

.platform.manager .button{
    height: 43px;
    width: 187px;
    background:url(../img/cyan_btn_bg.png);
    background-repeat:  no-repeat;
    background-size: cover;
    padding: 7px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 13px;
    /* width: 107px; */
    display: inline-block;
    text-shadow: 1px 1px 0px #000;
    margin-right: 60p;
}

.col.col-sm-9.strip-title {
}

.cyan-btn-bg {
    background-image: url(../img/cyan_btn_bg.png)!important;
}

.red-btn-bg {
    background-image: url(../img/red_btn_bg.png)!important;
}
.pink-btn-bg {
    background-image: url(../img/pink_btn_bg.png)!important;
}
.blue-btn-bg {
    background-image: url(../img/blue_btn_bg.png)!important;
}
.yellow-btn-bg {
    background-image: url(../img/yellow_btn_bg.png)!important;
}
.orange-btn-bg {
    background-image: url(../img/yellow_btn_bg.png)!important;
}
.accordion-body a{
	background-color: transparent;
    text-indent: 80px;
    line-height: 0px;
    height: 35px;
}
.accordion-body a:hover,
.accordion-body a.active{
	background-color: #454545;
}
.fa-menu-adjust{
float: right;
    margin-top: -2px;
    margin-left: -59px;
    margin-right: -54px;
    font-size: 1.6em!important;
	opacity	: 0.3;
}

.panel-body span{
    margin-left: 20px;
}

.choose-order {
    width:100%;
    padding: 20px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;

}

.choose-order div.select-col{
    padding: 0;
}

.choose-order div.select-col.last ul{
    padding: 0;
    max-height: 150px;
    height: 150px;
    overflow: scroll;
}

.choose-order h2{
    font-size: 1.4em;
    font-weight: bold;
    background-color: #3cccf5;
    line-height: 50px;
    padding:0;
    margin:0;
    border: 3px solid #d2d2d2;
    border-bottom-width: 0;
    width: 90%;
}
.choose-order.azrieli h2{
    background-color: #ffc010;
}

.choose-order h2 div.select-icon{
    position: relative;
    top: 10px;
    right: 10px;
    display: inline-block;
    margin-left: 15px;
}

.choose-order ul.select-panel{
    width: 90%;
    background-color: #f3f3f3;
    height: 216px;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    max-height: 100px;
    border: 3px solid #d2d2d2;
    overflow-y: auto;
    font-size: 0.85em;
}

.choose-order ul.select-panel>li.select-item{
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 0px 25px 0 5px;
    cursor: pointer;
}

.choose-order ul.select-panel>li.select-item div.checkbox-frame{
    width: 10px;
    height: 10px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: 16px;
    right: -16px;
}

.choose-order div.select-filter div.checkbox-frame{
        width: 10px;
    height: 10px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: 16px;
    right: 9px;
}

.choose-order div.checkbox{
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
}

.choose-order ul.select-panel>li.select-item.checked,
.choose-order ul.select-panel>li.select-item.checked div.checkbox{
   background-color: #b7ecfa;
}

.choose-order ul.select-panel>li.select-item.checked div.checkbox,
.choose-order div.checkbox-wrapper.checked div.checkbox{
   background-color: #3dccf6;
}

.choose-order.azrieli ul.select-panel>li.select-item:hover,
.choose-order.azrieli ul.select-panel>li.select-item.checked,
.choose-order.azrieli ul.select-panel>li.select-item.checked div.checkbox{
   background-color: #ffc010;
}

.choose-order.azrieli ul.select-panel>li.select-item.checked div.checkbox,
.choose-order.azrieli div.checkbox-wrapper.checked div.checkbox{
   background-color: #ffc010;
}

.choose-order button {
    background-image: url(../img/cyan_btn_bg.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    width: 90%;
    height: 50px;
    margin-top:46px;
    border-width: 0;
    font-size: 2em;
}

.choose-order.azrieli button {
    background-image: url(../img/yellow_btn_bg.png);
}

.choose-order button::after {
    font-family: 'FontAwesome';
    content: "\f0d9";
    text-align: center;
    font-size:0.8em;
    margin-right:8px;
}

.choose-order div.select-filter{
    width: 90%;
    margin: 0 0px 0 0;
    border: 3px solid #d2d2d2;
    border-bottom: 0;
}

.choose-order div.select-filter input[type="text"] {
    width: 80%;
    left: -27px;
    top: -10px;
    position: relative;
    outline-width: 0!important;
    border: 0;
    border-bottom: 1px dotted #a0a0a0;
}

.choose-order div.checkbox-wrapper{
    width:auto;
    height: auto;
}

.choose-order li.select-group{
    background-color: #575657;
    color: #fff;
    text-align: center;
}

.choose-order .form-control {
    border-color: #d1d1d1;
    background-color: #f2f2f2;
    height: 31px;
    border-radius: 0;
    font-size: 15px;
}

.choose-order .nav > li {
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    line-height: 25px;
}

.choose-order .nav > li a {
    border-radius: 12px 12px 0 0;
    margin: 10px 10px 0 0;
    padding: 5px 5px;
}

.choose-order .nav > li.active a {
    background-color: #3DCCF6;
}

.choose-order.azrieli .nav > li.active a {
    background-color: #ffc010;
}

.daterangepicker.ltr {
        direction: rtl!important;
        text-align: right!important;
}
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    text-align: right;
}
.daterangepicker .drp-calendar.left {
    float: right!important;
}
.daterangepicker .drp-calendar.right {
    float: left!important;
}
.daterangepicker .calendar-table .next span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.daterangepicker.show-ranges .drp-calendar.left {
    border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges .drp-calendar.right {
    border-left: 1px solid #ddd;
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 14px 10px;
    width: 90% !important;
    border: 3px solid #d2d2d2 !important;
    font-size:0.9em;
}

.round-btn{
    border: 1px outset darkslategrey;
    padding: 5px 10px;
    background-color: #097ec9;
    border-radius: 10px;
    box-shadow: inset 1px 1px 5px 2px #555555;
    cursor: pointer;
    width: 100%;
    height: 60%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.round-btn:hover{
    border: 1px outset darkslategrey;
    padding: 5px 10px;
    background-color: #b0b1b4;
    border-radius: 26px;
    box-shadow: inset 1px 1px 5px 2px #aaaaaa;
    cursor: pointer;
    /* width: 100px; */
    height: 60%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

#login ul{
    list-style: none;
    padding: 10px 0;
}

#login li {
    width: 49%;
    padding: 5px 10px;
    display: inline-flex;
}

#login li:first-child {
    width: 99%;
    padding: 5px 10px;
    display: inline-flex;
}

#setGoal #logo_img{
  width:100%;
}

p#set1,p#set2,p#set3,p#set4{
    font-size: 16px;
}
#modalEditPlatforme1{
    top:150px;
}

div#orderSent {
    width: 43%;
    top: 145px;
    /* right: 10%; */
    margin: 0 auto;
}
#registerSuccess{
    width: 50%;
    top:160px;
    margin:0 auto;
}
div#setPermission2 {
    width: 70%;
    margin: 148px auto 20px auto;
}

div#setGoal {
    width: 70%;
    margin: 148px auto 20px auto;
}

div#platform_sent {
    width: 70%;
    margin: 148px auto 20px auto;
}

div#platform_new_sent {
    width: 70%;
    margin: 148px auto 20px auto;
}
div#new_password{
    width:50%;
    margin: 0 auto;
}
div#newPassword_success{
    width:50%;
    margin: 190px auto;
}
div#AreYouSure{
    top:294px;
}
div#deleteOrder {
    width: 50%;
    margin: 148px auto 20px auto;
}
.product i.fa-minus{
    left:-60px!important;
    top:-39px!important;
}
.product i.fa-plus{
    left:-11px!important;
    top:-1px!important;
}
div.circle_number{
    top:-19px!important;
}

#confirm_send_order>#confirmOrderMessage1,
#confirm_send_order>#confirmOrderMessage2
 {
    visibility: hidden;
}

.order-popup {
    transition: left 3s;
}
.content {
    transition: width 3s;
}

.image.personal_order label{
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
    clear: both;
    position: absolute;
    bottom: 10px;
    /* margin: 0 auto; */
    left: 50%;
    margin-left: -67px;
    font-size: 1.4em;
}

.select2-selection.select2-selection--multiple {
    max-height:200px;
    overflow-y: auto;
}

.select2-selection__rendered {
    max-height: 100%;
}

#modalSend{
    width:50%;
    margin:0 auto;
    height: 355px;
    top:300px;
}

#modalSend .modal-header{
    height: 80px;
}

.contact a{
    text-decoration: underline;
    color: blue;
    margin-bottom: 30px;
    display: inline-block;

}

.circle_red.numSal {
    border: 2px solid #ff0000;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    /* margin: 25px auto 0 auto; */
    background-color: #ff0000;
    z-index: 999999999999;
    position: relative;
    right: -34px;
    top: -7px;
}