/*BASE
======================================================*/
body,html {
  width: 100%;
  height: 100%;
  font-family: Arial, Montserrat, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*COLORS
======================================================*/
/*FONT ALIGNMENT + WEIGHT*
======================================================*/
.bold {
  font-weight: 700;
}
.normal {
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/*FLOATS*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-clear {
  clear: both;
}
a {
  text-decoration: none;
  color: white;
}
span {
  line-height: 1.2em;
}
/*CHART FONT TREATMENT*/
text,
tspan,
textPath {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.highcharts-title tspan {
  color: #ffffff;
}
/*ANIMATION
======================================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.ngFadeIn.ng-enter,
.ngFadeIn.ng-hide-remove {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
.ngFadeIn.ng-leave {
  -webkit-animation: fadeOut 3s;
  -moz-animation: fadeOut 3s;
  -ms-animation: fadeOut 3s;
  animation: fadeOut 3s;
}
/*BUTTON + INPUT STYLES
======================================================*/
.bordered-top {
  border-radius: 0px;
  border-top: 3px solid #b24b00;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

#menu{
    padding:0;
    margin:0;   
}
#menu ul{
    margin:0;
    padding:0;
}
#menu li{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#18b3c3;
}
#menu ul li a{
    text-align:center;
    text-decoration:none;
    height:50px;
    width:150px;
    display:block;
    color:#fff;
}
.phonenumber{
   display:block;
   width:70px;
   float:left;
}

#editPhoneError{
    display:block;
    float:left;
    margin-left:-140px;
    margin-bottom:90px;
}
#menu ul ul{
position:absolute;
visibility:hidden;
top:50px;
bottom:60px;
}
#menu ul li:hover ul{
    visibility:visible;    
}
#menu li:hover{
    background:#18b3c3;
}
#menu ul li:hover ul li a:hover{
    background:#dedede;
    color:white;
}
#menu a:hover{
    color:red;
}
.nofloat{
 clear:both;
 margin:0;
 padding:0;
}
.bordered-bottom {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /*border-bottom: 3px solid #c0392b;*/
  border-bottom: none;
}
.bordered-none {
  border-radius: 0px;
  border: 0px;
}
.btn-primary {
  color: #ffffff;
  background: #ff6b00;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /*border-bottom: 3px solid #c0392b;*/
  border-bottom: none;
  -webkit-appearance: none;
  z-index: 999;
}

.btn-primary:hover {
  color: #ffffff;
  background: #c0392b;
  border-radius: 0px;
  border-top: 3px solid #b24b00;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.validationmessage{
    color:red;
}
.left #btnCancel,#btnSave{
    margin-left:17px;
    width:95px;
    margin-top:-40px;
}
.err, .suc {
    display: none;
}
.err { color: red;}
.suc { color: green;}
.validationmessage2{
    color:red;
    text-align:center;
}
.input-base {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
}
.down-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #18b3c3;
  position: absolute;
  top: 22px;
  right: 20px;
}
.fieldset{
  width: 100px;
  margin-left:20px;
  text-align:center;
}
.form{  
    width: 200px;
    margin: 0 auto;
}
#left input[type="button"]{
    margin-left:-90px;
    background-color:green;
}
/*HEADER + NAV*
======================================================*/
.header {
  background: #18b3c3;
}
/*POPUP
======================================================*/
.dialog-modal-style{
    z-index:1000;
    left:0px;
    top:0px;
    overflow:auto;
    text-align:center;
}

th{
    text-align:left;
}
/*LOGIN
======================================================*/
.login {
  background: #18b3c3;
}
.login .logobox {
  height: auto;
  margin-bottom: 25px;
}
.login .logobox.home {
  margin-top: 10%;
}
.login .login-error {
  width: 80%;
  padding: 7px 15px;
  background: #c0392b 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  color: #ffffff;
}
.login h1.logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 62px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
}
.login input.login-input {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
}
.login .remember-email {
  width: 80%;
  margin: 20px auto;
  color: white;
  font-size: 16px;
}
.login .remember-email input#remember {
  margin-right: 5px;
}
.login input.login-input.username {
  background: url(../images/username_bg.jpg) no-repeat right center #fafafa;
  padding-right: 45px;
}
.login input.login-input.username.error {
  border: 2px solid #bf392a;
  background: url(../images/error_bg.jpg) no-repeat right center #d9c5c2;
  color: #444444;
}
.login input.login-input.password {
  background: url(../images/password_bg.jpg) no-repeat right center #fafafa;
  padding-right: 45px;
}
.login input.login-input.password.error {
  border: 2px solid #bf392a;
  background: url(../images/error_bg.jpg) no-repeat right center #d9c5c2;
  color: #444444;
}
.login .btn-login {
  display: block;
  width: 80%;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}
/*PAGE STRUCTURE AFTER LOGIN
======================================================*/
.page {
  background: #ededed;
  height: 100%;
  width: 100%;
}
.form-container{
    display:inline-block;
}
.page .header {
  height: 50px;
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  top: 0;
  list-style: 0;
  z-index: 100;
}
.page .header .logobox {
  padding: 0 20px;
  padding-top: 13px;
  height: 50px;
  float: left;
  width: auto;
}
.page .header .nav {
  font-size: 18px;
  height: 50px;
  float: right;
  text-align: right;
  width: auto;
}
.page .header .nav {
  float: left;
}
.page .header .nav span {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.page .header .float-right {
  float: right;
}
.page .header .float-right .nav span {
  padding: 0;
  border-left: 1px solid rgba(255,255,255,0.5);
  background-color: rgba(0,0,0,0.2);
}
.page .header .float-right .nav span a {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.page .header .float-right .nav span a#ReportButton {
}
.page .header .float-right .nav span a#ReportButton span {
  
}
.page .header .nav .username {
  color: #ffffff;
  text-decoration: none;
}
.page .header .nav .usericon {
  display: none;
}
.page .header .nav a:hover,
.page .header .nav.nav-active a {
  background-color: rgba(0,0,0,0.4);
}
.page .header .nav span.down-caret {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  position: absolute;
  top: 22px;
  right: 20px;
}
.page .header .menu {
  display: none;
  background: #128c99;
  color: #ffffff;
  width: 230px;
  position: absolute;
  right: 0px;
  top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 100;
}
.page .header .menu li {
  list-style: none;
  font-size: 16px;
  padding-top: 15px;
}
.page .header .menu li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.page .main-content {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 50px;
  bottom: 25px;
  width: 100%;
  background: #ededed;
}
.page .main-content.search-main {
  overflow-y: hidden;
}
.page .main-content.search-main .search-main-outer-wrapper {
  display: block;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper {
  display: block;
  margin-top: 125px;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .search-main-input,
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .btn-main-search {
  
   display: inline;
  float: left;
  height: 75px;
  margin-bottom: 0px;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .search-main-input {
  font-size: 16px;
  width: 80%;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .btn-main-search {
  padding: 20px;
  font-size: 16px;
  text-align: center; 
  font-weight: normal;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .btn-main-search .searchicon {
  display: none;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-results-wrapper ul {
  background: #ebebeb;
  padding: 20px 0px 0px 0px;
  margin-bottom: 0px;
  width: 100%;
  box-shadow: 0px 1px 0px #ffffff;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-results-wrapper ul a {
  text-decoration: none;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-results-wrapper ul a:hover {
  color: #128c99;
  cursor: pointer;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-results-wrapper ul li {
  padding: 6px 15px;
}
.page .main-content.search-main .search-main-outer-wrapper .search-main-results-wrapper ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.page .main-content.acct-list .left-col {
  width: 351px;
  bottom: 0px;
  /*background: #dedede;*/
  position: fixed;
  top: 50px;
  left: 0;
  overflow-y: auto;
  /*border-right: 1px solid rgba(0, 0, 0, 0.15);*/
  z-index: 100;
}
.page .main-content.acct-list .left-col .search-box-result-count,
.page .main-content.acct-list .left-col .acct-list-results {
  /*border-right: 1px solid rgba(0, 0, 0, 0.15);*/
}
.page .main-content.acct-list .left-col .search-box-result-count {
  padding: 5px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 30px;
  display: block;
  position: fixed;
  top: 140px;
  width: 350px;
  background: #fafafa;
  color: #0f8692;
  font-size: .9em;
}
.page .main-content.acct-list .left-col .search-box-result-count.shadowed {
  z-index: 100;
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.25);
}
.page .main-content.acct-list .left-col .search-box-result-count.shadowed:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  bottom: 0;
  width: 150%;
  height: 25px;
  left: -25%;
  right: -25%;
  background: -webkit-radial-gradient(50% -25%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%);
  background: radial-gradient(ellipse at 50% -25%, rgba(0, 0, 0, 0.4), rgba(97, 97, 97, 0) 40%);
}
.page .main-content.acct-list .left-col .search-box-wrapper {
  padding: 20px 20px 0px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 90px;
  display: block;
  position: absolute;
  top: 0px;
  width: 350px;
  background: #dedede;
}
.page .main-content.acct-list .left-col .search-box-wrapper .search-input,
.page .main-content.acct-list .left-col .search-box-wrapper .search-clear,
.page .main-content.acct-list .left-col .search-box-wrapper .search-clear-hide,
.page .main-content.acct-list .left-col .search-box-wrapper .btn-search {
  display: inline;
  float: left;
  height: 45px;
}
.page .main-content.acct-list .left-col .search-box-wrapper .search-input {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
  width: 230px;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
}
.page .main-content.acct-list .left-col .search-box-wrapper .search-clear {
  width: 40px;
  background: url(../images/search-clear.jpg) no-repeat right center #ffffff;
}
.page .main-content.acct-list .left-col .search-box-wrapper .search-clear-hide {
  width: 40px;
  background: #ffffff;
}
.page .main-content.acct-list .left-col .search-box-wrapper button.search-reset {
  background: transparent;
  border: none;
  width: 40px;
  height: 45px;
  position: absolute;
}
.page .main-content.acct-list .left-col .search-box-wrapper button.search-reset:focus {
  outline: 0;
}
.page .main-content.acct-list .left-col .search-box-wrapper .btn-search {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
}
.page .main-content.acct-list .left-col .acct-list-results {
  position: absolute;
  background: none repeat scroll 0 0 #dedede;
  /*background: #f6f6f6;*/
  left: 0;
  top: 120px;
  bottom: 0px;
  width: 350px;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.page .main-content.acct-list .left-col .acct-list-results ul {
  margin-bottom: 0;
}
.page .main-content.acct-list .left-col .acct-list-results li.result {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a {
  text-decoration: none;
  float: left;
  width: 100%;
  padding: 15px;
  border-left: 5px solid transparent;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a:hover {
  border-left: 5px solid #128c99;
  background-color: white;
  padding-left: 15px;
  cursor: pointer;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a.active {
  border-left: 5px solid #128c99;
  background: #cccccc;
  padding-left: 10px;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a:active {
  border-left: 5px solid #128c99;
  background: #ffffff;
  padding-left: 10px;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a:active .acct-name {
  color: #128c99;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a:active .acct-address,
.page .main-content.acct-list .left-col .acct-list-results li.result a:active .acct-phone {
  color: #18b3c3;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-name,
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-address,
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-phone {
  display: block;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-name {
  font-size: 18px;
  color: #444444;
  margin-bottom: 3px;
}
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-address,
.page .main-content.acct-list .left-col .acct-list-results li.result a span.acct-phone {
  font-size: 14px;
  color: #686868;
  margin-bottom: 0px;
}
.page .main-content.acct-list .right-col {
  position: relative;
  margin-left: 350px;
  height: 100%;
  background: #ededed;
}
.page .main-content.acct-list .right-col .acct-details {
  padding: 0px;
  width: 100%;
}
.page .main-content.acct-list .right-col .acct-details .details-empty {
  text-align: center;
  background: #ededed;
}
.page .main-content.acct-list .right-col .acct-details .details-empty h1 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: rgba(24, 179, 195, 0.45);
  font-size: 80px;
  margin: 130px 0px 0px;
  line-height: 80px;
}
.page .main-content.acct-list .right-col .acct-details .details-empty .helper {
  font-size: 30px;
  color: rgba(24, 179, 195, 0.45);
  padding: 10px 100px;
  line-height: 34px;
}
.page .main-content.acct-list .right-col .acct-details .details-full {
  position: fixed;
  background-color: white;
  top: 50px;
  right: 0px;
  padding-left: 350px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.page .main-content.acct-list .right-col .acct-details .details-full .breadcrumb-container {
  display: none;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle {
  background: #ffffff;
  height: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 30px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a {
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 30px 20px 32px 20px;
  cursor: pointer;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a:first-child {
  margin-right: -4px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a.active {
  color: #18b3c3;
  border-bottom: 5px solid #18b3c3;
  padding-bottom: 32px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a.active:hover {
  color: #18b3c3;
}
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a:hover,
.page .main-content.acct-list .right-col .acct-details .details-full .toggle a:active {
  color: #ff6b00;
  padding-bottom: 32px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form,
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes,
.page .main-content.acct-list .right-col .acct-details .details-full .history-graph {
  padding: 30px 20px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info h2.title,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form h2.title,
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes h2.title,
.page .main-content.acct-list .right-col .acct-details .details-full .history-graph h2.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #18b3c3;
  line-height: 16px;
  margin-bottom: 20px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .label,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form .label,
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes .label,
.page .main-content.acct-list .right-col .acct-details .details-full .history-graph .label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form {
  background: #ffffff;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info select,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form select,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info textarea,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form textarea {
  margin-top: 5px;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info select::-ms-expand,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form select::-ms-expand {
  display: none;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info select,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form select {
  width: 250px;
  background: url('/images/down-tri.png') no-repeat 100% 10px #ededed;
  *background-image: none;
  background: url('/images/down-tri.png') no-repeat 100% 0px #ededed;
  background-position: right 10px center;
  font-size: 14px;
  color: #18b3c3;
  padding: 10px 10px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 0px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info select option,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form select option {
  background: #ffffff;
  padding: 2px 6px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info textarea,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form textarea {
  width: 100%;
  resize: none;
  min-height: 75px;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 0px;
  border: 0px;
  background: #ededed;
  padding: 15px 15px;
  font-size: 14px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .btn-save-comment,
.page .main-content.acct-list .right-col .acct-details .details-full .interaction-form .btn-save-comment {
  width: 190px;
  height: 45px;
  font-size: 16px;
  float: right;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes {
  background: #ededed;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes .additional-interaction-comments {
  display: none;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes .interaction-comment .timestamp {
  color: #686868;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes .interaction-comment .comment {
  font-size: 14px;
  color: #444444;
  word-wrap: break-word;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-notes .view-more-comments {
  background-color: #18b3c3;
  color: #ffffff;
  padding: 4px 10px;
  text-decoration: none;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview {
  
  display: block;
  padding-bottom: 30px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right {
  float: left;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left {
  width: 70%;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-rep,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-name,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-address {
  display: block;
  padding-bottom: 3px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-rep {
  font-size: .9em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-name,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-address {
  text-transform: capitalize;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-name {
  font-size: 2em;
  /*color: #128c99;*/
  color: #444444;
  padding-bottom: 3px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .left .store-address {
  font-size: 1.2em;
  color: #686868;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right {
  width: 30%;
  min-width: 200px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right .phone {
  width: 220px;
  height: 60px;
  background: #18b3c3;
  color: #ffffff;
  font-size: 1.4em;
  margin-top:-70px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom: 3px solid #128c99;
  display: block;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right .phone img {
  position: relative;
  right: 4px;
  top: 6px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right .phone:hover,
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .overview .right .phone:hover {
  background-color: #128c99;
  border-top: 3px solid #107780;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .stats {
  margin-top: 30px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .account-info .stats .col {
  float: left;
  width: 33.33%;
  padding-right: 10px;
}
.page .main-content.acct-list .right-col .acct-details .details-full .history-graph {
  background: #ededed;
}
.page .main-content.acct-list.acct-list-mobile .left-col {
  width: 98%;
}
.page .main-content.acct-list.acct-list-mobile .left-col .search-box-wrapper {
  width: 100%;
}
.page .main-content.acct-list.acct-list-mobile .left-col .search-box-wrapper .search-input {
  width: 80%;
}
.page .main-content.acct-list.acct-list-mobile .left-col .search-box-wrapper .btn-search {
  width: 20%;
}
.page .main-content.acct-list.acct-list-mobile .left-col .acct-list-results li.result a:hover {
  border-left: 5px solid #128c99;
  background-color: white;
  padding-left: 15px;
  cursor: pointer;
}
.page .main-content.acct-list.acct-list-mobile .left-col .acct-list-results li.result a span.acct-phone {
  font-size: 14px;
  color: #ffffff;
  background: #18b3c3;
  padding: 3px 7px;
  float: left;
  margin-top: 3px;
}
.page .main-content.acct-list.acct-list-mobile .right-col {
  display: none;
}
.page .modal-wrapper {
  display: none;
  background: rgba(18, 140, 153, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 20%;
}
.page .modal-wrapper .modal {
  position: fixed;
  width: 50%;
  height: 50%;
  top: 40%;
  left: 25%;
}
.page .modal-wrapper .modal h1 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 52px;
}


/*CSS adjustments be Egor, November 2015*/

.chart-container {
  max-width: 600px;
}


/*Mobile header*/
section.mobile-header {
  width: 100%;
  height: 50px;
  background: #18b3c3;
  /*box-shadow: 0 3px 3px rgba(0,0,0,0.1);*/
  position: fixed;
  z-index: 1000;
  display: none;
}
section.mobile-header span.icon-logo {
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px !Important;
  font-size: 24px;
}
section.mobile-header span.icon-logo span {
  line-height: 50px;
}
section.mobile-header span.icon-search {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  /*display: none;*/
}
section.mobile-header span.icon-search a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,0.5);*/
  z-index: 1;
  /*display: none;*/
}
section.mobile-header span.icon-search::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
section.mobile-header span.icon-search::before {
  content: '';
  display: block;
  width: 10px;
  height: 3px;
  background: white;
  position: absolute;
  right: 8px;
  bottom: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
section.mobile-header span.icon-back {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(255,95,95,0.5);*/
  display: none;
}
section.mobile-header span.icon-back::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: white;
  position: absolute;
  left: 12px;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
section.mobile-header span.icon-back::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: white;
  position: absolute;
  left: 12px;
  bottom: 16px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
section.mobile-header span.icon-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
section.mobile-header span.icon-menu.active-icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
section.mobile-header span.icon-menu.active-icon::after {
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.mobile-header span.icon-menu::after {
  content: '';
  display: block;
  width: 30px;
  height: 24px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.mobile-header span.icon-menu::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* Report month */
.page .header .float-right .nav span span.current-month {
  background: red;
/*  border-radius: 8px;
  -webkit-border-radius: 8px;*/
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  height: 40px;
  font-size: 80%;
  line-height: 40px;
  width: 60px;
  text-align: center;
}
.page .header .float-right .nav span {
  position: relative;
}

/*Mobile*/
@media only screen and (max-width: 1024px) {
  section.mobile-header {
    display: block;
  }

  .page .main-content.acct-list .right-col {
    margin-left: 0;
  }
  .page .main-content.acct-list .right-col .acct-details .details-full {
    padding-left: 0;
  }

  .page section.header {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding-top: 100px;
    left: 100%;
    transition: left .1s 0s linear;
    -webkit-transition: left .1s 0s linear;
  }
  .page section.header.onview {
    left: 0;
  }
  .page section.header div.nav {
    width: 100%;
    padding: 0;
    height: auto;
    text-align: center;
  }
  .page section.header div.nav span {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 160%;
    height: 60px;
    line-height: 60px;
    margin: 5px 0px;
  }
  .page section.header div.float-right div.nav span {
    border-left: none;
  }
  .page section.header div.float-right div.nav span a {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0 30px;
  }
  .page section.header div.float-right div.nav span.current-month {
    width: auto;
    margin: 1px;
  }
  .page section.header div.logobox, .page section.header div.nav.territory {
    display: none;
  }
  .page section.header div.float-right {
    width: 100%;
  }
  .page section.header div.float-right div.nav:last-child span {
  /*background: rgba(0,0,0,0.4);*/
  }

  /*Search*/
  .page .main-content.acct-list .left-col {
    width: 100%;
    left: -100%;
    transition: left .1s 0s linear;
    -webkit-transition: left .1s 0s linear;
  }
  .page .main-content.acct-list .left-col.onview {
    left: 0;
  }
  .page .main-content.acct-list .left-col .search-box-wrapper {
    width: 100%;
  }
  .page .main-content.acct-list .left-col .search-box-result-count.shadowed {
    width: 100%;
  }
  .page .main-content.acct-list .left-col .acct-list-results {
    width: 100%;
  }
  .page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .search-main-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .main-content.search-main .search-main-outer-wrapper .search-main-wrapper .btn-main-search {
    width: 100%;
  }
}

/* ADMIN */
.admin table tr {
  width: 100%;
}

.admin table td.lunch {
  width: 30px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #18b3c3;
  vertical-align: baseline;
}

/* REPORT BUTTON */


/* LOADER */

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(24,179,195,0.8);
}
.loader .loader-spin {
	text-indent: -9999em;
	border-top: 5px solid rgba(255, 255, 255, 1);
	border-right: 5px solid rgba(255, 255, 255, 1);
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	border-left: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.loader .loader-spin,
.loader .loader-spin:after {
		border-radius: 50%;
		width: 60px;
		height: 60px;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
