/*
Theme Name: theTheme
Author: me
Text Domain : Thetheme

*/

/* dev style daaav 17/5/23
same
*/
 
/*font*/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

/* for quick guidance - moved here from bottom natan eaaaf */
/* @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); eaaaf canceled to check if needed, to allow csp, not recomended*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);



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



* {
    margin: 0;
    padding: 0;    
    font-family: 'Rubik', sans-serif;
    
}




html {
    width: 100%;
    height: 100%;
    text-size-adjust: 100%; /* eaaag */
}



body{
    color: black;
    background-color: #cecccc;
    width: 100%;
}

body .container-fluid {
  overflow-x: hidden;
}



.container {
  position: relative;
  bottom: 25px;
}

.container .page-title {
  position: relative;
  margin-top: 50px;
}



header .container-fluid .row{
    position: relative;
    display: flex;
    background: linear-gradient( to top, #0a3f76, #08315c 100%);
	/*height: 30px; Doron*/ 
    padding: 0px 5px;
    direction: ltr !important;
}



.row {
    display: flex;
    padding: 0px 15px;
}



.mHeader {
    padding: 0px; 
    border: 0px;
    margin-top: 0px;
    margin-left: 25px;
}


 
.headerText {
  padding: 0px 5px;
  color: #f2f2f2;
  font-size: 16px;/*eaaag 22*/
  margin-bottom: 3px;/*eaaag 5*/
  margin-left: 2px;/*eaaag 3*/
  margin-right: 2px;/*eaaag 3*/
}



.regClass {
  overflow-x: hidden;
  position: absolute;
  margin: 30px 0px;
  left: 30%;
  padding: 10px 50px;
  background-color: #f7f7f7;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgb(255,255,255,0.4);
  max-width: 40%;
}



nav {
  position: relative;
  width: 100% !important;
  background-color: #184b81;
}



nav ul {
  display: flex;
  position: absolute;
}



.nav-link{
  border-radius: 2px;
}



.nav-link:hover {
  background-color: #cecccc;
  color: #184b81;
  transition-duration: 0.4s;
}



nav .navbar-collapse {
    height: 30px;
    background-color: #184b81;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 0px 5px;
}

.collapse ul.navbar-nav>li>a {
    color: #f2f2f2;
    padding: 3px;
}

ul.navbar-nav>li>a:hover {
  color: black;
}

.navbar {
    padding: 0px;
    width: 100%;
}



.dropdown-menu {
  background-color: #184b81;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  top: 27px;
  border-radius: 0px 0px 20px 20px;
}

.dropdown-menu li a{
   color: #f2f2f2;
}

.dropdown-menu a {
    color: #f2f2f2;
}

.dropdown-menu label {
    color: #f2f2f2;
}

.dropdown-menu li a:hover{
  background-color: rgb(205 207 217);
  transition-duration: 0.4s;
  color: black;
}


/*eaaah
#nav-home {
    display:none !important;
}
*/
nav .menu-navmain-container .nav-main {
    display:none !important;
}

nav .nav-shop {
    display:none !important;
}

nav .nav-entity {
    display:none !important;
}

nav .nav-2 {
    display:none !important;
}
nav .nav-fs {/*eaaah*/
    display:none !important;
}

nav .nav-val {/*eaaah*/
    display:none !important;
}

nav .nav-market {/*eaaah*/
    display:none !important;
}

nav .nav-valView {
    display:none !important;
}

nav .nav-controls { /* #nav-controls eaaag */
    display:none !important;
}




footer{
	/*background-color: rgb(6 70 106);*/
    background-color: #184b81;
    position: relative;
    display: flex;
    justify-content: center;
	width: 100%;
	height: 20px;
}


/* eaaaf
footer p {
  position: absolute;
  bottom: -18px;
  padding: 0px 0px;
  color: #f2f2f2;
}
*/

/* eaaaf */
.footerDir{
    direction: ltr !important;
}


/* eaaaf */
.footerItems{
    color: #f2f2f2;
}



#actionSpinner{
    border: 5px solid #184b81;
    border-radius: 50%;
    border-top: 5px solid #05172a;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    /*right: 47%;*/
    bottom: 50%;
    z-index: 1000;
}



#calcValSpinner{
    border: 15px solid #184b81;
    border-radius: 50%;
    border-top: 15px solid #05172a;
    width: 30px;
    height: 30px;
    animation: spin 3s linear infinite;
    animation-delay: 0.5s;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    /*right: 47%;*/
    bottom: 50%;
    z-index: 1000;
}



.mainDiv {
  padding: 0px;
}



.wp-block-table{
  margin: 0px;
  overflow-x: hidden;
}



#mainDiv1 {
  max-width:1300px;
}

#mainDiv2 {
  max-width:1300px;
}



.masterDiv {
  display: flex;
  flex-direction: column;
  /*border: 1px solid;*/
  box-shadow: 0px 0px 2px rgb(0,0,0,0.1);
  border-radius: 10px;
  border-color: rgb(0,0,0,0.1);
  max-width: 330px;
  min-width: 200px;
  margin-top:20px;
  margin-bottom: 50px;
  margin-left:10px;
  margin-right:10px;
  padding: 10px 5px;
  height:auto;
}

.masterDiv:hover {
  background-color: rgb(25 16 42 / 5%);/*natan*/
  /*background-color: rgb(25 16 42 / 10%);/*doron*/
  transition-duration: 0.4s;
}

.masterDiv .form-row {
  margin: 0px;
  padding: 0px 0px;
  align-items: baseline;
}



.masterDivHeading {
    font-size: 18px;
    padding: 2px;
    margin: 0px;
    color: #444;
    font-weight: 600;
    position: relative;
    border-radius: 0 0 9.27px 9.27px;
    /*transform: translate(0px, -8.5px);doron*/
    margin-right: 7px;/*natan*/
}



.mHeadingIcon {
    font-size: 17px;
    text-align-last: center;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color:white ;
    background: linear-gradient(to top, #0a3f76, #08315c);
    border-radius: 45%;
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    margin: 0 ;
    min-width: 65px;
    max-width: 65px;
}



.mTopLineHeading {
    border-top-style: ridge;
    border-top-color: rgb(46 70 106);
}








a {
    color:black;
}



/*
.mRow {
    margin-top: 15px ;
}
*/



.form-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

  
.form-group {
    position: relative;
    margin: 0px;
    padding: 1px 0px;
}


.form-control {
    position: relative;
    margin: 0px;
    padding: 0px 0px;
  }


.form-control:focus {
    border-width: 2px ;
    border-color: black;
    /*background-color: lightskyblue;*/
    box-shadow: none;
}



.mDivProduct0 {
    min-height: 25px;
    max-height: 25px;
    background-color: #cecccc;
    border-color: #cecccc;
    border: 0 ;
    padding: 0px;
}

.mDivProduct0:hover {
    background-color: rgb(25 16 42 / 5%);
    transition-duration: 0.4s;
}


.mDivProductABC {
    min-height: 265px;
    max-height: 265px;
    background-color: #cecccc;
    border-color: #cecccc;
    border: 0 ;
    padding: 0px;
}

.mDivProductABC:hover {
    background-color: rgb(25 16 42 / 5%);
    transition-duration: 0.4s;
}

/*
.mShowSc{
    color: #cecccc;
}
*/

.mRowInDiv {
  margin: 0px ;
  display:block;
}



.mHeading5 {
  font-size: 19px ;
  margin-top: 0.12px;
}



.mLabel {
  color: black;
  font-size: 14px;
  padding: 0px 2px;
  margin-top: 10px !important;
}



.mLabelHidden{
  visibility : hidden ;
}



.mLabelSource {
    color: black;
    font-size: 14px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}



.mLabelHeading {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px !important;
}



.underlineHover:hover{
    text-decoration: underline;
}



.fsHidden{
    visibility: visible;
}



.labelHeadHidden{
    margin: 0px;
}
  
.labelHeadShow{
    visibility : visible ;
}
  
.labelHeadHide{
    visibility : hidden ;
}




.smallLabel {
  color: black;
  font-size: 13px ;
}



.mLabelCmd {
    color: white;
    background-color: yellow;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}


/*
input:focus {
    border-color: black !important;
}
*/


.mInput {
  border-radius: 8px;
  background-color: white;
  min-height: 25px;
  max-height: 30px;
  position : relative;
  font-size: 13px;
  color : black ;
  border: 1px solid rgb(17,54,129,0.7);

  padding: 5px;
  direction: ltr !important; /*rtl*/
  text-align: right;
}


input::placeholder {
    font-size: 10px;
    font-style: italic;
}



.mInputDataList {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputText {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
}



.mInputTextFixedLeft {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputTaxo {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
}



.mInputPerc {
    border-radius: 8px;
    background-color: white;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);

    padding: 5px;
    direction: ltr !important;
    text-align: right;
}


.mInputDelta {
    border-radius: 8px;
    background-color: #b5f0b8;
    min-height: 25px;
    max-height: 30px;
    position : relative;
    font-size: 13px;
    color : black ;
    border: 1px solid rgb(17,54,129,0.7);
    padding: 5px;
    direction: ltr !important;
    text-align: right;
}


.mInputHidden{
  visibility : hidden;
}






.mDateBox {
  min-height: 25px;
  max-height: 30px;
  position : relative;
  font-size: 13px;
  padding: 5px;
  color : black ;
  border-radius: 8px;
  background-color: white ;
  border: 1px solid rgb(17,54,129,0.7);
}



select:focus {
    border-color: black !important;
}



.mSelect{
  border: none;
  border-radius: 8px;
  background-color: white ;
  min-height: 30px ;
  max-height: 30px ;
  position : relative;
  padding: 5px;
  font-size: 13px;
  color : black ;
  border: 1px solid rgb(17,54,129,0.7);

  direction: ltr !important;
}



.mSelect option {
    position : relative;
    border: 0cm;
    margin: 0cm;
    padding: 0.05;
    line-height: 1px;
    font-size: 13px;
    color : black ;

    background-color: #f2f2f2;
    border-color: #184b81;
}




.mSelectNav{  
    min-height: -15px;
    /* max-height: 21px; */
    border: 1;
    margin: 0cm;
    padding: 5px;
    position: relative;
    line-height: 1px;
    font-size: 13px;
    background-color: #184b81;
    border-color: black;
    color: white;
    /*direction: rtl;
    text-align: right;*/ /*natan*/
    min-width: 20px;
    max-width: 11px;
  }



.checkBox {
  content: '';
  position: absolute;
  margin-top: 5px;
  width: 18px;
  height: 18px;
  
}



.mBtnRow{
  border: 0px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 15px;
  margin-bottom : 10px;
}



.btn:hover{
    background-color: #08315c;
    color: #f2f2f2;
    box-shadow: none;
    border-color: black;
}



.btn:focus{
    background-color: #08315c;
    color: white;
    box-shadow: none;
    border-color: black;
}



.mBtn{
  text-align: center;
  min-height: 28px;
  max-height: 28px;
  /*border: none;*/
  position: relative;
  font-size: 13px;

  background-color: #184b81;
  color: #f2f2f2;
  width: 60px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  white-space: nowrap;
  padding: 0;
}


/*

.mBtn:hover{
  background-color: rgb(53 121 180);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 
  transition-duration: 0.4s;
}
*/
/*
.mBtn:active{
  background-color: rgb(9 46 66);
}
*/


/*
#um-submit-btn{
  background-color:  #91BA81;
  color: white ;  
}

#um-submit-btn:hover{
  background-color:  rgb(46, 107, 25);
  color: white;  
}

#um-submit-btn:focus{
  background-color:  black;
  color: white ;  
}

*/



.mBtnX {
  font-size: 10px;
  padding: 0;
  margin: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #184b81;
  color: #f2f2f2;
}


.mBtnRotate {
    font-size: 10px;
    padding: 0;
    margin: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #184b81;
    color: #f2f2f2;

    transform: rotate(90deg);
    padding-right: 3.7px;
    padding-top: 3.3px ;
  }

  

/*For icons*/
.fas {
    margin: auto;
   /*margin-left:4px;
    margin-right:4px*/
 }
 
/*
.mBtnX:hover {
  background-color: rgb(53 121 180);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 
  transition-duration: 0.4s;
}

.mBtnX:active {
  background-color: rgb(9 46 66);
}
*/


/* eaaaf */
.notAdviceBtn {
    
    text-align: center;
    min-height: 28px;
    max-height: 28px;
    position: relative;
    font-size: 13px;
    
    background-color: orange;
    color: red;
    width: 170px;
    
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 3px;
    margin-right: 3px;
    white-space: nowrap;
    padding: 0;
}






/*
.dialog .btn {
  color: white;
  background-color: rgb(53 121 180);
  padding: 2px 10px;
  margin: 20px;
}

.dialog .btn:hover {
  background-color: rgb(107 152 176);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 
  transition-duration: 0.4s;
}
*/


#confirmId {
    color: white;
}

#noticeId {
    color: white;
}




.mTextArea{
  font-size: 13px;
  color : black ;
  min-height: 52px;
  max-height: 104px;
  border: 1;
  /*outline : navajowhite ;*/
  background-color: #f2f2f2;
  border-color: #184b81;
}


.mTextAreaDiv{
    font-size: 13px;
    color : black ;
    min-height: 450px;
    max-height: 450px;
    border: 1;
    padding : 0.05;
    /*outline : navajowhite ;*/
    background-color: #f2f2f2;
    border-color: #184b81;
  }
  




.dialog {
  color: black;
  /*border-color :white; Dorion*/
    border-color: #f2f2f2;
  border-style: solid;
  /*color: white;*/
  color: #f2f2f2;

  border-width:3px;
 /*background-color: rgb(6 70 106); Doron*/
   background-color: #08315c;
  float:center;
  margin:auto;
  text-align: center;
  width: 300px;  
  z-index: 1000; 
  position: fixed;
  left: 38%;
  top: 38%;
  border-radius: 15px;
  cursor: move;
  box-shadow: 0px 0px 1px 5000px rgb(0,0,0,0.25);
  /*display:none;*/
}


@keyframes extendDialogName {

    from {background-color: #f2f2f2;}
    to {background-color: rgb(230, 189, 113);}
}


.dialog1 {
    color: black;
    /*border-color :white; Dorion*/
    border-color: rgb(255, 94, 0);
    border-style: solid;
    color: #f2f2f2;
  
    border-width:3px;
    background-color: rgb(230, 189, 113); 
    float:center;
    margin:auto;
    text-align: center;
    width: 310px;  
    z-index: 1000; 
    position: fixed;
    left: 38%;
    top: 18%;
    border-radius: 15px;
    cursor: move;
    box-shadow: 0px 0px 1px 5000px rgb(0,0,0,0.25);
    /*display:none;*/

    animation-name: extendDialogName;
    animation-duration: 5s;
    animation-iteration-count: 1;
  }




/*eaaak at registaration page set language input width 
.select2-selection{ 
    display:block !important;
    min-width: 200px;  
}
  
/*eaaak at registaration page set language input width */
.select2-selection--multiple{ 
    display:block !important;
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-search__field{ 
    display:block !important;
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-selection__choice{ 
    min-width: 200px;  
}

/*eaaak at registaration page set language input width */
.select2-results__options{ 
    min-width: 200px;  
}



/*eaaak at registaration hide privecy policy content at load stage*/
.um-gdpr-content{ 
    display:none ; 
}

/*eaaak at registaration hide  terms of use content at load stage*/
.um-terms-conditions-content{ 
    display:none ; 
}



/*eaaak at registaration hide unused row please fill if you are not human*/
.um-register .um_request_name{ 
    display:none !important; 
}





/*eaaaf */
#logoHomePageImg{
    display: block;
    margin: auto;
    width: 180px;
}



/*eaaaf */
#loginDivCenterItems{
    text-align: center;
}


.center-items p {
    margin:3px;
}


p.login-password label {
    text-align:center;
    /*padding-right: 100px;*/
    margin-bottom:0px;
}


.login-submit {
  margin:12px !important;
}


p.login-submit input{
  text-align:center;
  margin: 0px !important;
  padding: 5px 15px !important;
  font-size: 15px !important;
}


p.login-username label{
  text-align:center;
  /*padding-left: 30px;*/
  margin-bottom:0px;
}


p.login-username input{
  border-radius: 8px;
  background-color: rgb(233 236 239);
  min-height: 25px;
  max-height: 30px;
  min-width: 180px;
  max-width: 180px;
  position : relative;
  font-size: 13px;
  border: 1px solid rgb(17,54,129,0.7);
}

p.login-password input{
  border-radius: 8px;
  background-color: rgb(233 236 239);
  min-height: 25px;
  max-height: 30px;
  min-width: 180px;
  max-width: 180px;
  position : relative;
  font-size: 13px;
  border: 1px solid rgb(17,54,129,0.7);
}

#loginDiv{
  margin-top: 14%;
  padding: 0px;
  min-width: 200px;
  max-width: 330px;
  background-color:#f3f3f3;
  border-radius:8px;
  box-shadow: 0px 0px 20px rgb(255,255,255,0.3);
  display: flex;
  flex-direction: column;

}

.center-items #loginform{
  padding:0px 3px;
  margin: 0px;
}


#wp-submit{
  background: rgb(6,70,106, 1); 
  color: white;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;

}



#wp-submit:hover {
  background-color: rgb(38 100 154);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


/*eaaaf */
#detailsMismachHomeNotice{
    color:red;
}


/* register */
#createAnAccount{
  color:black;
  font-size: 17px; /*eaaaf 13-17*/
}


#lostPass{
  color: black;
  font-size: 17px; /*eaaaf 13-17*/
}


div.g-recaptcha{
  padding-left: 5px; 
}

.login-username label{
  color: black;
  font-size: 13px;
  padding-right: 20px;
  display:block;/*eaaaf*/
}

.login-password label{
  color: black;
  font-size: 13px;
  padding-right: 20px;
  display:block;/*eaaaf*/
}


/*eaaaf
.login-username label{
    display:block;
}

.login-password label{
    display:block;
}
*/




.login-remember label{
  display: none;
  color: black;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}

.current_page_item{
  background-color: rgb(205 207 217);
  border-radius: 2px;
  color: black;
}

.current_page_item a{
  color:black !important;
}

.logout{
  color:white;
  position:absolute;
  text-decoration: none;
  border-radius: 2px;
  padding: 3px 10px;
}

.logout:hover{
  text-decoration: none;
  color: black;
  background-color: rgb(205 207 217);
  transition-duration: 0.4s;
}
/*
#searchProductBtn, #searchEditorBtn{
  position: relative;
  margin-left: 15px;
}
*/
.hamburgerBtn{
  display: none;
}

.nav.navbar-nav{
  display: flex;
}





.reportPage{
  /* max-height: 50px;/*eaaaf */
  position:relative;
  margin:  20px 10px;
  display:flex;
  flex-direction:column;
}

.bootstrap-table{
  position: relative;
  width: 100%;
}

thead {
  background-color: #184b81;
  /*background-color: rgb(44 92 118) !important;*/
  color: white;
  text-align: center;
  font-size: 13px;
}

.tdodyReports, .tViewReports {
  background-color: rgb(233 236 239);
}

.tdodyReports tbody tr td{
  text-align: right;
  direction: ltr;
}

.tViewReports tbody tr td{
  text-align: center;
  direction: ltr;
}







#myDealsDivContent, #myDealsDivContent3{
  position: relative;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  align-items: space-between;
  display: flex;
  justify-content: center;
  padding: 20px;
}

#myDealsDivContent2{
  position: relative;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  align-items: space-between;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.fixed-table-body table td{
  white-space: nowrap;
  text-align: right;
}

.fixed-table-body table tbody tr:hover{
  background-color: #ccc;
  
}

.reportsLabelAndInput{
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.reportsLabelAndInput .form-group{ /*.form-group Doron*/
  margin:0;
  padding:0;
}

.reportsBtn{
  position: relative;
  display:flex;
  justify-content: center;
  align-items:baseline;
}

.reportsBtnInside{
  align-items: baseline;
  margin: 0px 15px;
  position: relative;
  top: 26px;
}

#reportsTitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;

}



/*eaaaf */
#betaOptionFF {
    width: 100px; 
    margin-bottom: 20px;
}






.logout.rtl{
  left: 10px;
}
 
.logout.ltr{
  right: 10px;
}



.pageName{
    display: none;
}



.hideImpact{
    display: none;
}



.freeTextDiv{
    width: 120px;
}



.wooBtn, .button{
  text-align: center;
  min-height: 28px;
  max-height: 28px;
  border: none;
  padding: 0px 10px !important;
  position: relative;
  font-size: 13px;
  width: fit-content !important;
  background-color: rgb(44 92 118) !important;
  color: white !important;
  white-space: nowrap;
  padding:0;

}

.wooBtn:hover, .button:hover{
  background-color: rgb(53 121 180) !important;
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 
  transition-duration: 0.4s;
}

.woocommerce-cart-form{
  max-width: 800px;
  margin-top: 20px !important; 
}

.wc-proceed-to-checkout a {
  padding:5px !important;
  margin:0px !important;
}

li.product>a{
  color: white !important;
  padding: 5px !important;
}

.woocommerce ul.products li.product .price {
  color: white !important;
}




.analystTitle{
  text-align: center !important;
  margin-top: 50px;
  color: #212529;
}




@media only screen and (max-width: 768px) {

    /* eaaak
    .regTitle {
        display: none;
    }
    */
    .regClass {
        left: 10%;
        max-width: 80%;
    }

    .masterDiv {
        margin-right:2px;
    }

    .current_page_item {
        box-shadow: 0px 0px 6px #3b3b3b;
    }

    nav .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }

    .nav.navbar-nav{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: 0px;
        width: 150px;
        min-height: 280px;
        padding: 0px;
        background-color:#06466a;
        z-index: 20;
        border-bottom: 7px solid rgb(25 16 42);
        border-radius: 0px 0px 20px 20px;
    }

    .nav.navbar-nav li{
        border-radius: 2px;
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .nav.navbar-nav li:hover{
        border-radius: 7px;
        box-shadow: 0px 0px 6px #3b3b3b;
        background-color: rgb(205 207 217);
        transition-duration: 0.4s;
    }

    .nav.navbar-nav.open-menu {
        display:flex;
    }



    .dropdown-menu {
        background-color: rgb(47 100 130);
    }

    .hamburgerBtn{
        position: absolute;
        background-color: rgb(0,0,0,0);
        color: white;
        right: 10px;
        background-repeat: no-repeat;
        border-radius: 2px;
        border: none;
        width: 28px;
        height: 28px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }

    .hamburgerBtn:hover{
        transform:scale(0.95);
        transition-duration: 0.3s;
    }

    .hamburgerBtn:focus{
        outline: none;
    }



    .logout {
        right: 65px;
    }

    .logout.ltr {
        right: 65px;
        width: 95px;
    }

    .logout.rtl {
        left: 65px;
        width: 95px;
    }

    .pageName{
        display: flex;
        position: absolute;
        text-align: center;
        left: 10px;
        font-size: 16px;
        margin:0;
    }

    .dialog{
        left: 10%;
    }

    .fsHidden{
        visibility: visible;
    }
}

 

/************* quick_guidance ****************************************/
/* moved to top of document natan  eaaaf 
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
*/
.wrapper {
    font-family: 'Raleway', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px 10px;
}
.wrapper .plan {
    margin: 0;
    width: 25%;
    height: 340px;
    position: relative;
    float: left;
    /*background-color: rgb(6 70 106); Doron*/
    background-color: #184b81;
    
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.wrapper .plan:hover, wrapper .plan.hover {
    background-color: rgb(6 77 150);
}
.wrapper .plan:hover i, wrapper .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.wrapper header {
    position: relative;
    padding: 20px 10px;
}
.wrapper header i {
    font-size: 56px;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
    /*float: left; eaaaf natan */
}
.wrapper .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wrapper .plan-cost {
    margin: 0;
    /*opacity: ;*/
    color:#f4f0f0;
}
.wrapper .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3em;
}
.wrapper .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}
.wrapper .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}
.wrapper .plan-features li {
    padding: 5px 5%;
    font-weight: 500;
    opacity: 0.9;
    border-left: 5px solid white;
    margin: 2px 20px;
}
.wrapper .plan-select {
    background-color: white;
    text-align: center;
}
.wrapper .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    border-radius: 40px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f39c12;
}
.wrapper .plan-select a:hover {
/*background-color: rgb(6 70 106); Doron*/
   background-color: #184b81;
}
.wrapper .featured {
    margin-top: -10px;
    /*background-color: rgb(6 70 106); Doron*/
    background-color: #184b81;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.wrapper .featured .plan-select a {
    margin: 30px 20px;
}


/********END quick_guidance ******/




.blink {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.0;
  }
}


/*** handle hide element at the begining**/
#hideOnInit{
    display: none;
}




/*Battary bar eaaaf
#battryBar {
	width: 200px;
	height: 15px;
	border: 1px solid;
	border-radius: 20px;
	position: relative;
	margin-left:50px;
	margin-top:10px;
	font-size: 14px;
  }

#battryBar::after {
	display: block;
	position: absolute;
	content: attr(data-percent)'%';
	text-indent: -3em;
	line-height: 0.4em;
	top: 1.5px; left: 0px;
	width: 200px;
	height: 10px;
	border-radius: 20px 20px 20px 20px;
	border: 2px solid green;
	background-color: green;
  }
  #battryBar[orange]::after {
	border: 2px solid orange;
	background-color: orange;
  }
  #battryBar[red]::after {
	border: 2px solid red;
	background-color: red;
  }


   #detailsForEntity, #managerDetails,#dateDetail,#usageRow,#predictRow{
    display:none;
  }
*/


/*
  #clearSymbolProductBtn{
    margin-left:10px;
  }
*/

















/* eaaaf post natan */
#editorImage {
    width: 120%; 
    max-width: 150px;
    max-height: 200px;
    vertical-align: middle;
    border-radius: 10px;  
}




/* eaaaf hide vview elad 

.carousel {
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 45vw;  
    height: 180px; 
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.carousel:hover .controls {
    opacity: 1;
}
.carousel .controls {
    opacity: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 99999;
    transition: all ease 0.5s;
}
.carousel .controls .control {
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.5;
    transition: ease 0.3s;
    cursor: pointer;
}
.carousel .controls .control:hover {
    opacity: 1;
}
.carousel .slides {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    transition: 1s ease-in-out all;
}
.carousel .slides .slide {
    min-width: 100%;
    min-height: 250px;
    height: auto;
}
*/



/* eaaaf top6  natan */
.top6SlidesContainerClass {
    /*
    max-width: 700px;
    position: relative;
    margin: auto;
    */
    width: 100%;
    max-width: 600px;
    border: 3px ;
    border-color: yellow;
}
  
/* Hide the images by default */
.top6SlidesClass  {
    display: none;
}
  
/* Next & previous buttons 
#top6PrevSlideId, #top6NextSlideId {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    /*margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}*/
  
/* Position the "next button" to the right 
#top6PrevSlideId {
    right: 0;
    border-radius: 3px 0 0 3px;
}*/
  
/* On hover, add a black background color with a little bit see-through 
#top6PrevSlideId:hover, #top6NextSlideId:hover {
    background-color: rgba(0,0,0,0.8);
}*/
  
/* Caption text 
.slideText {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}*/
  
/* Number text (1/3 etc) 
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}*/
  
/* The dots/bullets/indicators */
.top6SlideDotClass {  /*dot*/
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    /*display: inline-block;*/
    display: none;
    transition: background-color 0.6s ease;
}
  
.top6SlideDotClass:hover {  /* active top6Active,  */
    background-color: #717171;
}
  
/* Fading animation */
.top6FadeSlideClass {
    animation-name: fade;
    animation-duration: 1.5s;
    /*
    height: 100px;
    width: 100px;

    align-items: center ;
    display: flex;
    justify-content: center;
    */

    /*object-fit: fill;*/

    
    display: block;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    
}
  
@keyframes top6FadeSlideClass {
    from {opacity: .4}
    to {opacity: 1}
}
  

.top6ImgCardsClass{
    /*height: auto;
    max-width: 100%;*/
    /*width:100%;     */
    /*max-width: 100px ;
    max-height: 100px ;*/
    /*vertical-align: middle;    */

  

   display: block;
   width: 100%;
   margin-left:auto;
   margin-right:auto;

   border-radius: 0.25rem;
}

/* eaaaf  hide elad cards 

.cardTop6{
    width: 99%;
    max-width: 500px;
    height: 172px;
    vertical-align: middle;
}


/* eaaaf  from xyz
#mi{
    overflow:scroll;  
    height:493px; 
    overflow-y: hidden;
}

#mi::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#mi::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#mi::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
*/



/* eaaaf top6 cards natan */
.top6CardsClass{
    border: 5px !important;
    border-color:  #212529;
    border-radius: 10px;
    
}

.top6CompanyClass{
    font-size: x-large;
    text-align: center !important;
    /*display: inline-block;*/
    /*direction: ltr !important;*/
}


.top6ValTypeClass{
    font-size: medium;
    text-align: center !important;
    /*display: inline-block;*/
    /*direction: ltr !important;*/
}








/*eaaaf  logoutMenuBtn*/
.fa-sign-out-alt {
    margin: 0px !important;
}
  


/*eaaaf*/
#usageRolerMainPage{
    color: rgb(44 92 118);
}




/*eaaaf*/
#dynamicUsageRoler100{
    width: 200px;
    height: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 1%;
}


/*eaaaf*/
#dynamicUsageVar{
    width: 0px;
    min-width: 0px;
    max-width: 198px;
    height: 11px;
    background-color: green;
    margin-top: 1px ;
    margin-bottom: 0px ;
    z-index: 500 ;
    border-radius: 5%;
}



  /*eaaaf  analyst */

/* Slideshow container */
.slideshow-container {
    /*
    max-width: 700px;
    position: relative;
    margin: auto;
    */
    width: 100%;
    border: 3px ;
    border-color: yellow;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons  not used yet
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right 
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through 
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
 */ 


  /* Caption text */
  .slideText {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fadeSlide {
    animation-name: fade;
    animation-duration: 1.5s;
    /*
    height: 100px;
    width: 350px;

    align-items: center ;
    display: flex;
    justify-content: center;
    */
    display: block;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
  }
  
  @keyframes fadeSlide {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  


  /*eaaaf   post */

/* postSlideContainer Post */
.postSlideContainer {
    /*
    max-width: 700px;
    position: relative;
    margin: auto;
    */
    width: 100%;
    /*border: 3px ;
    border-color: yellow;*/
  }
  
  /* Hide the images by default */
  .postSlidesClass  {
    display: none;
  }
  
/* see upper slide for analystPage  
  /* The dots/bullets/indicators /
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  

  .active, .dot:hover {
    background-color: #717171;
  }
  
*/

  /* Fading animation */
  .postFadeSlideClass {
    animation-name: fade;
    animation-duration: 1.5s;
    /*
    height: 100px;
    width: 350px;

    align-items: center ;
    display: flex;
    justify-content: center;
    */
    display: block;
    /*width: 80%;*/
    margin-left:auto;
    margin-right:auto;
  }
  
  @keyframes postFadeSlideClass {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  



/* woo shop page eaaak */
.woocommerce-shop .woocommerce-ordering{
    display: none;
}

.woocommerce-shop ul li .product-type-simple{
    min-width: 150px;
    max-width: 150px;
}

.woocommerce-shop .woocommerce-loop-product__title{
    text-align: center;
}

.woocommerce-shop .price{
    text-align: center;
}

.woocommerce-shop .woocommerce-price-suffix{
    display: block;
    text-align: center;
}
  
.woocommerce-shop li .ajax_add_to_cart{
    min-width: 150px;
    max-width: 150px;
}
 
  


/* woo single product page eaaak */
.single-product .type-product{
    margin-top: 25px;
}

/*
.single-product .woocommerce-notices-wrapper{
    margin-top: 50px;
}

.single-product .type-product{
    margin-top: 50px;
}


.single-product .woocommerce-product-gallery__image{
    width: 250px;
}
*/





/* woo cart page eaaak */
.page-id-385 .woocommerce-cart-form{
    margin: 0px;
    margin-left: 50px;
}


.page-id-385 .woocommerce-notices-wrapper{
    margin: 50px;
}

.page-id-385 .shop_table thead tr{
    text-align: left;
}


.page-id-385 .woocommerce-message{
    display: contents;
    margin-left: 50px;
}

.page-id-385 #coupon_code{
    min-width: 175px;
}



.page-id-385 .woocommerce .cart-collaterals{  /* cart_totals */
    /*width: 95%;*/
    float: left;
}

.page-id-385 .cart_totals{  
    /*display: block; */
    margin-left: 50px;
    margin-right: 20px;
    /*width: 95%;*/
    float: left !important;
}

.page-id-385 .shop_table_responsive{ 
    width: auto;
}


/* woo checkout page eaaak */
.page-id-386 .woocommerce-form-coupon-toggle{
    display: none;
}

.page-id-386 .checkout_coupon{
    margin: 0 !important;
}

.page-id-386 .checkout_coupon p{
    display: none;
}
  

.page-id-386 .woocommerce-billing-fields{
    margin-left: 50px;
    min-width: 250px;
    max-width: 600px;
}
  
.page-id-386 .woocommerce-billing-fields p label{
    margin: 0 !important;
}

.page-id-386 .woocommerce-billing-fields input {
    text-align: left;
}
  

.page-id-386 .woocommerce-billing-fields .validate-state label {
    display: none ;
    @media only screen and (max-width: 768px) {
        display: block ;      
    }  
}





.page-id-386 #order_review_heading{
    margin-left: 50px;
    margin-top: 25px;
}
/*
.page-id-386 .shop_table{
    max-width: 400px ;
    margin-left: 50px ;
}

.page-id-386 .woocommerce-checkout-review-order-table{
    max-width: 400px ;
    margin-left: 50px ;
}
*/
.page-id-386 #order_review{
    max-width: 400px ;
    margin-left: 50px ;
}








/* woo order page eaaak */
.page-id-387 .woocommerce-MyAccount-navigation{
    display: none; 
}

.page-id-387 .woocommerce-MyAccount-content{
    width: 98%;
}


.page-id-387 table.my_account_orders .button{
    margin-right: 5px;
    min-width: 65px;
}

/*
.page-id-387 .invoice{ 
   min-width: 65px;
}

.page-id-387 .view{ 
    min-width: 65px;
}
*/
.page-id-387 .woocommerce-pagination{
    margin-bottom: 25px;
}


/*
.page-id-387 .woocommerce-MyAccount-navigation ul{
    margin-top: -25px ;
}


.page-id-387 .shop_table_responsive{
    width: 610px;
    margin-top: 50px ;
}


.page-id-387 .woocommerce-orders-table__header-order-number{
    width: 40px;
}

.page-id-387 .woocommerce-orders-table__header-order-date{
    width: 60px;
}

.page-id-387 .woocommerce-orders-table__header-order-status{
    width: 60px;
}

.page-id-387 .woocommerce-orders-table__header-order-ship-to{
    width: 200px;
}

.page-id-387 .woocommerce-orders-table__header-order-total{
    width: 150px;
}

.page-id-387 .woocommerce-orders-table__header-order-actions{
    width: 100px;
}

.page-id-387 .woocommerce-orders-table__cell{
    border: 1px solid green;
    border-collapse: collapse;
}
*/



/* text pages */
.textHeading1{
    font-size: 35px !important;
}

.textHeading4{
    font-size: 24px !important;
}

.textHeading5{
    font-size: 18px !important;
}



.text6{
    font-size: 15px !important;
}


.textUnderline{
    text-underline-position: below !important;
}

.textBold{
    font-weight: bold !important;
}


.textAlignLeft{
    text-align: left !important;
}

.textDirectionLtr{
    direction: ltr !important;
}



