#msgs_box{
    animation-duration: 1s;
}
::-webkit-input-placeholder {
    color: grey!important;
    opacity: 0.4 !important; /* for chrome */
}
:-moz-placeholder { /* Firefox 18- */
    color: grey!important;
    opacity: 0.4 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: grey!important;
    opacity: 0.4 !important;
}
:-ms-input-placeholder {
    color: grey!important;
    opacity: 0.4 !important;
}
.input_error{
    border:1px solid red!important;
}
.input-error{
    border:1px solid red!important;
}
input[type="password"]{
  text-transform: none!important ;
}




.debug,.debug1,.debug_1,.debug-1{
    border: 1px solid red!important;
}
.debug2,.debug_2,.debug-2{
    border: 1px solid blue!important;
}
.debug3,.debug_3,.debug-3{
    border: 1px solid green!important;
}
.acct-main-block{
    padding-bottom:40px;
    max-width:980px;
}

.admin-customer-close-icon {
    color:black;
}

.admin-customer-name-text {
    color:black;
}

.w--current .admin-customer-close-icon {
    color:white !important;
}

.w--current .admin-customer-name-text {
    color:white !important;
}

a:hover {
    text-decoration:none;
}
a.admin-tab-link:hover {
    color:white;
}

/* make all of the mobile forms have no border */
.w-input, .w-select {
  border-radius: 0px;
}
.w-select {
  -webkit-appearance: menulist;
}

.nanobar {
  width: 100%;
  height: 2px;
  z-index: 9999;
  top:0
}
.bar {
  width: 0;
  height: 100%;
  transition: height .3s;
  background:#fff;
}

/* add loading gif for ajax */
#loadingGif {
    display : none;
}
#loadingGif.show {
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('/css/loader.svg');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show {
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}
div.content {
   width : 1000px;
   height : 1000px;
}




[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Admin' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
    content: "\e915";
}
.icon-calender:before {
    content: "\e916";
}
.icon-search:before {
    content: "\e914";
}
.icon-left-arrow:before {
    content: "\e912";
}
.icon-right-arrow:before {
    content: "\e913";
}
.icon-lnr-chevron-right:before {
    content: "\e90e";
}
.icon-lnr-chevron-left:before {
    content: "\e90f";
}
.icon-caret-right:before {
    content: "\e910";
}
.icon-caret-left:before {
    content: "\e911";
}
.icon-file:before {
    content: "\e90d";
}
.icon-cross-circle-1:before {
    content: "\e90c";
}
.icon-cross:before {
    content: "\e90b";
}
.icon-view-tree:before {
    content: "\e90a";
}
.icon-minus:before {
    content: "\e907";
}
.icon-plus:before {
    content: "\e908";
}
.icon-save:before {
    content: "\e909";
}
.icon-filter:before {
    content: "\e906";
}
.icon-cross-out:before {
    content: "\e900";
}
.icon-up:before {
    content: "\e901";
}
.icon-left:before {
    content: "\e902";
}
.icon-down:before {
    content: "\e903";
}
.icon-right:before {
    content: "\e904";
}
.icon-iconmonstr-filter-1:before {
    content: "\e905";
}

.select-button{
    width: 10%;
}
.admin-main-heading {
 font-size: 20px !important;
}
.table-heading-appointments{
    font-size: 16px !important;
    margin-top:10px;
}
.table-responsive th{
    /*text-align:center !important;;*/
}
.loader{
    margin-top: 100px;
}
.section-header-desktop {
    padding-top: 0px !important;
}

/* add loading gif for ajax */
#loadingGif {
    display : none;
}
#loadingGif.show {
    display : block;
    position : fixed;
    z-index: 10000000;
    background-image : url('/css/loader.svg');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show {
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.example tr.placeholder {
  position: relative;
  /** More li styles **/
}
.example tr.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.location-column-highlight {
    background-color: #4682B4 !important;
}

.horizontal-scroll-form {
    overflow-x: auto;
}

.header-desktop-logo:hover {
  text-decoration:none;
  color:white;
}
.measurements-input-wrapper .table thead>tr>th, .measurements-input-wrapper .table tbody>tr>th, .measurements-input-wrapper .table tfoot>tr>th, .measurements-input-wrapper .table thead>tr>td,.measurements-input-wrapper .table tbody>tr>td, .table tfoot>tr>td {
    border-top: 0;
}
.measurements-input-wrapper .table thead>tr>th {
    border-bottom: 0;
}
.measurements-input-wrapper .table thead>tr>th:first-child {
    width: 211px;
}
.measurements-input-wrapper.wrapper2 .table thead>tr>th:first-child {
    width: 152px;
}
/*.measurements-input-wrapper .table tbody>tr>td{*/
    /*width: 104px;*/
 /*}*/
/*.measurements-input-wrapper .table tbody>tr>th{*/
    /*width: 76px;*/
 /*}*/
.measurements-input-wrapper .table tbody>tr>th>span{
    /*width: 60px;*/
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    display: block;
    text-transform: uppercase;
    font-size: 11px;
 }
.measurements-input-wrapper .table thead>tr>th, .measurements-input-wrapper .table tbody>tr>th, .measurements-input-wrapper .table tfoot>tr>th, .measurements-input-wrapper .table thead>tr>td, .measurements-input-wrapper .table tbody>tr>td, .measurements-input-wrapper .table tfoot>tr>td{
    vertical-align: middle;
}
.measurements-input-wrapper .table thead>tr>th, .measurements-input-wrapper .table tbody>tr>th, .measurements-input-wrapper .table tfoot>tr>th, .measurements-input-wrapper .table thead>tr>td, .measurements-input-wrapper .table tbody>tr>td, .measurements-input-wrapper .table tfoot>tr>td {
    padding: 2px 8px;
}
.sizes-input {
    font-size: 13px;
}
.admin-customer-sizes-field-label.measurement-method-label {
    font-size:11px;
}
.grey-row {
    background-color:#d3d3d3;
}
.measurements-changed {
    background-color:yellow;
}

.modal-timeline-wrapper {
    max-height: 500px !important;
}

div.groups-list {
    margin: 20px;
}

ul.groups-list {
    list-style-type: none;
    width: 500px;
}

h3.groups-list {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}


p.groups-list {
    font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

li.groups-list {
    padding: 10px;
    overflow: auto;
}

.collapse.in {
    height: 750px;
    overflow-y: scroll;
}
.admin-tab-link {
    font-size: 13px;
    margin-right: -13px;
}
.collaps.in {
    height: 75px;
    overflow-y: scroll;
}