@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@200;400;700');


body {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #000;
  overscroll-behavior: contain;
  background-image: url(pics/bgtile.jpg?v=3);
}


::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}




.bodytext {
  position: relative;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  color: #222;
}





.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px 4px 6px 4px;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}









/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: none;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}








.custom_button {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 8px 20px 8px 20px;
  text-align: center; 
  color: #fff; 
  font-size: 18px; 
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #008;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_button:hover {
  cursor: pointer;
  background: #024e91;
}



.custom_button_disabled {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 8px 20px 8px 20px;
  text-align: center; 
  color: #fff; 
  font-size: 18px; 
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #ccc;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





.custom_button_white {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  border: 1px solid #00b;
  padding: 8px 20px 8px 20px;
  text-align: center; 
  color: #008; 
  font-size: 18px; 
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #fff;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_button_white:hover {
  cursor: pointer;
  background: #ccc;
}





.micro_button {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 5px 8px 4px 8px;
  text-align: center; 
  color: #fff; 
  font-size: 13px; 
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #008;
  box-sizing: border-box;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  cursor: pointer;
  background: #024e91;
}

.micro_button_disabled {
  display: inline-block; 
  position: relative; 
  vertical-align: middle; 
  top: 0px;
  border-radius: 3px;
  padding: 5px 8px 4px 8px;
  text-align: center; 
  color: #fff; 
  font-size: 13px; 
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #cccccc;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}









#menu_container {
    display: none; 
    position: absolute; 
    top: calc(100% + 4px); 
    right: 0px; 
    background: #fff; 
    border: 1px solid #000; 
    padding: 0px; 
    box-sizing: border-box; 
    z-index: 999999;
}


.menu_item {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    border-bottom: 1px solid #aaa;
    padding: 5px 24px 3px 16px;
    box-sizing: border-box;
    text-align: left;
    transition: 0.3;
    margin: 0px;
    color: #444;
    white-space: nowrap;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu_item:hover {
    color: #000;
    background: #efefef;
}



.new_text_link {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #444;
  box-sizing: border-box;
  padding: 0px;
  margin-left: 20px;
  transition: 0.3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new_text_link:hover {
  color: #000;
}



#nav_text_links_container {
  display: inline-flex; 
  position: relative; 
  height: 30px; 
  padding: 0px; 
  flex-grow: 1; 
  align-items: center; 
  align-content: center; 
  color: #000; 
  justify-content: flex-end;
}

#nav_menu_icon {
    display: none; 
    position: absolute; 
    right: 0px; 
    top: 10px; 
    bottom: 10px; 
    width: 28px; 
    box-sizing: border-box; 
    padding: 0px; 
    cursor: pointer; 
    flex-flow: row wrap; 
    gap: 6px; 
    align-content: center; 
    align-items: center;
}

@media screen and (min-width: 626px) {
  #nav_text_links_container { 
    display: inline-flex;
  }
  #nav_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 625px) {
  #nav_text_links_container { 
      display: none;
  }
  #nav_menu_icon {
      display: inline-flex;
  }
}







.search_result_block {
  display: inline-block;
  position: relative; 
  width: calc(33% - 4px);
  background: #efefef;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

@media screen and (min-width: 1026px) {
  .search_result_block { 
      width: calc(33% - 4px);
  }
}
@media screen and (min-width: 626px) and (max-width: 1025px) {
  .search_result_block { 
      width: calc(50% - 6px);
  }
}
@media screen and (max-width: 625px) {
  .search_result_block { 
      width: 100%;
  }
}




.dash_icon_box {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  text-align: center; 
  font-size: 12px; 
  line-height: 13px; 
  color: #555; 
  min-width: 86px;
}

@media screen and (min-width: 526px) {
  .dash_icon_box { 
      font-size: 12px;
      line-height: 13px; 
  }
}
@media screen and (max-width: 525px) {
  .dash_icon_box { 
      font-size: 11px;
      line-height: 12px; 
  }
}





.listing_block {
  display: inline-block;
  position: relative;
  width: calc(33% - 6px);
  max-width: 340px;
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 951px) {
  .listing_block { 
      width: calc(33% - 6px);
  }
}
@media screen and (min-width: 626px) and (max-width: 950px) {
  .listing_block { 
      width: calc(50% - 9px);
  }
}
@media screen and (max-width: 625px) {
  .listing_block { 
      width: 100%;
  }
}




.create_ad_block {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  gap: 0px;
  column-gap: 10px;
  flex-flow: row wrap;
  justify-content: center;
  text-align: left; 
  font-size: 13px; 
  line-height: 15px;
}

.create_ad_column {
  display: inline-block;
  position: relative;
  width: calc(50% - 5px);
  padding: 0px;
  box-sizing: border-box;
  text-align: left; 
  font-size: 13px; 
  line-height: 15px;
}

@media screen and (min-width: 626px) {
  .create_ad_column { 
      width: calc(50% - 5px);
  }
}
@media screen and (max-width: 625px) {
  .create_ad_column { 
      width: 100%;
  }
}



.half_block {
  display: inline-block;
  position: relative;
  width: calc(50% - 12px);
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 626px) {
  .half_block { 
      width: calc(50% - 12px);
  }
}
@media screen and (max-width: 625px) {
  .half_block { 
      width: 100%;
  }
}




.profile_block {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  max-width: 300px;
  padding: 0px;
  text-align: left;
}

@media screen and (min-width: 801px) {
  .profile_block { 
      width: calc(50% - 10px);
  }
}
@media screen and (max-width: 800px) {
  .profile_block { 
      width: 100%;
  }
}


.profile_full_block {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 614px; 
  text-align: left;
}

#profile_desc {
  resize: none; 
  width: 100%; 
  height: 100px;
}

@media screen and (min-width: 651px) {
  .profile_full_block { 
      max-width: 614px; 
  }
  #profile_desc {
      height: 100px;
  }
}
@media screen and (max-width: 650px) {
  .profile_full_block { 
      max-width: 300px; 
  }
  #profile_desc {
      height: 140px;
  }
}



.client_tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #666;
  text-align: center;
  padding: 0px;
  padding-bottom: 1px;
  border-bottom: 1px solid #666;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client_tab:hover {
  color: #444;
  border-bottom: 1px solid #444;
} 

.client_tab_active {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #008;
  text-align: center;
  padding: 0px;
  padding-bottom: 1px;
  border-bottom: 3px solid #008;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 651px) {
  .client_tab { 
      font-size: 16px;
      line-height: 22px; 
  }
  .client_tab_active {
      font-size: 16px;
      line-height: 22px;
  }
}
@media screen and (max-width: 650px) {
  .client_tab { 
      font-size: 15px;
      line-height: 20px; 
  }
  .client_tab_active {
      font-size: 15px;
      line-height: 20px;
  }
}



.dash_two_thirds {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(66.6% - 10px);
  text-align: center;
}

.dash_one_third {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(33.3% - 10px);
  text-align: center;
}

.dash_one_half {
  display: inline-flex;
  position: relative;
  justify-content: center; 
  gap: 12px; 
  flex-flow: row wrap;
  padding: 0px; 
  box-sizing: border-box;
  width: calc(50% - 10px);
  text-align: center;
}

.dash_inner_chart {
  display: inline-block; 
  position: relative; 
  width: calc(50% - 6px);
  max-width: 300px; 
  min-width: 260px; 
  padding: 0px; 
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .dash_two_thirds { 
      width: calc(66% - 10px);
  }
  .dash_one_third {
      width: calc(33% - 10px);
  }
  .dash_one_half {
      width: calc(50% - 10px);
  }
  .dash_inner_chart {
      width: calc(50% - 6px);
  }
}
@media screen and (max-width: 750px) {
  .dash_two_thirds { 
      width: 100%; 
  }
  .dash_one_third {
      width: 100%;
  }
  .dash_one_half {
      width: 100%;
  }
  .dash_inner_chart {
      width: 100%;
  }
}



.recent_activity_box {
  display: block;
  position: relative; 
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}



.small_toggle_off {
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}

.small_toggle_on {
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background: #090;
  border-radius: 4px;
  cursor: pointer;
}





.loader {
    display: inline-block;
    color: #ff0000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


