/*
 Normalizing styles
*/

/* ---------------------------------
    Fonts 
   --------------------------------- */
/*@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}*/

/*@font-face {
  font-family: 'Font Awsome 5 Pro-l';
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.eot');  IE9 Compat Modes 
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.woff2') format('woff2'),  Super Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.woff') format('woff'),  Pretty Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.ttf')  format('truetype'),  Safari, Android, iOS 
       url('../libs/font-awesome-5.7.2/webfonts/fa-light-300.svg#svgFontName') format('svg');  Legacy iOS 
    font-style: normal;
}

@font-face {
  font-family: 'Font Awsome 5 Pro-br';
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-brands-400.eot');  IE9 Compat Modes 
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../libs/font-awesome-5.7.2/webfonts/fa-brands-400.woff2') format('woff2'),  Super Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-brands-400.woff') format('woff'),  Pretty Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-brands-400.ttf')  format('truetype');  Safari, Android, iOS 
  font-style: normal;
}

@font-face {
  font-family: 'Font Awsome 5 Pro-r';
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-regular-400.eot');  IE9 Compat Modes 
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../libs/font-awesome-5.7.2/webfonts/fa-regular-400.woff2') format('woff2'),  Super Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-regular-400.woff') format('woff'),  Pretty Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-regular-400.ttf')  format('truetype');  Safari, Android, iOS 
  font-style: normal;
}

@font-face {
  font-family: 'Font Awsome 5 Pro-s';
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-solid-900.eot');  IE9 Compat Modes 
  src: url('../libs/font-awesome-5.7.2/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../libs/font-awesome-5.7.2/webfonts/fa-solid-900.woff2') format('woff2'),  Super Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-solid-900.woff') format('woff'),  Pretty Modern Browsers 
       url('../libs/font-awesome-5.7.2/webfonts/fa-solid-900.ttf')  format('truetype');  Safari, Android, iOS 
  font-style: normal;
}*/

.font-code{ 
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
}

/* ---------------------------------
    General 
   --------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #757575;
    overflow-x: hidden;
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #0e9f89;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #108271;
    cursor: pointer;
}

p {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

input,
button,
select,
textarea {
    font-family: 'SF Pro', sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c1323;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------------
    Form Handlers
   --------------------------------- */
.form-group {
    margin-bottom: 40px;
}
.app-form .form-group{
    margin-bottom: 20px;
}

.fld-label {
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
    color: #757575;
}
.form-group .fld-hint {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #888888;
    font-weight: 300;
}

.group-label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
}

.group-label.label-inline {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #8c8c8c;
}

.kl-form .form-group {
    margin-bottom: 20px;
}

.form-fieldset{
    border: 1px solid #c8c8c8;
    padding: 15px;
    margin: 0 0 20px;
}
.form-fieldset legend{
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 500;
    font-size: 15px;
}

/* Form Fields */
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    color: #555555;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

textarea.form-control {
    min-height: 112px;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    line-height: 1.6;
}

textarea.form-control.no-resize {
    resize: none;
}
span.form-control{
    line-height: 1.5;
}

.form-control:focus {
    border-color: #006a5a;
    background-color: #fff;
    outline: 0 !important;
    box-shadow: 0 0 7px rgba(86, 179, 190, 0.15);
}

.form-control:disabled {
    background-color: #ebebeb;
}

.form-control::-webkit-input-placeholder {   
    color: #c8c8c8; /* Chrome/Opera/Safari */
}

.form-control::-moz-placeholder {
    color: #c8c8c8; /* Firefox 19+ */
}

.form-control:-ms-input-placeholder {
    color: #c8c8c8; /* IE 10+ */
}

.form-control:-moz-placeholder { 
    color: #c8c8c8; /* Firefox 18- */
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #555555;
    transition: background-color 1000s ease-in-out 0s;
}

/* Select wrapper */
.select-wrapper {
    position: relative;
}
.select-wrapper select {
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrapper:after,
.search-selection:after{
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    color: #999999;
    width: 30px;
    text-align: center;
    padding: 6px 2px;
    pointer-events: none;
    background-color: #fff;
}
/*.select-wrapper select:invalid {
    color: #c2c3c5;
}*/
.select-wrapper.with-icon:after{
    width: 25px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #c8c8c8;
    background-color: transparent;
}
.select-wrapper.with-icon select{
    padding-right: 40px;
}

/*.select-wrapper select option,
.select-wrapper select optgroup {
    color: initial;
}*/
.select-wrapper option[value='?'] ,
.select-wrapper option[value='? undefined:undefined ?'] {
    display: none;
}

/* Input Groups */
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;  
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}

.input-group-label {
    padding: 6px 14px;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    position: relative;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #c8c8c8;
}
.input-group-label > i{
    font-size: 17px;
    line-height: 1.3;
}
.input-group-prepend .input-group-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;    
}
.input-group-append .input-group-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.input-group-label .button{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #757575;
    padding: 7px 15px;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.input-group-label .button.button-normal{
    background-color: #e2e2e2;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    height: 33px;
}
.input-group-label .button.button-normal:hover{
    background-color: #d6d6d6;
}
.input-group .select-wrapper,
.input-group>.form-control,
.input-group>.search-selection,
.input-group>.do-daterangepicker-triggerbutton{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group .select-wrapper .form-control,
.input-group>.form-control,
.input-group>.search-selection .form-control,
.input-group>.do-daterangepicker-triggerbutton{
    outline: 0;
    box-shadow: none;
}
.input-group-prepend + .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.label-append .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend + .form-control + .do-daterangepicker-triggerbutton{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.do-daterangepicker-triggerbutton:hover,
.input-group>.do-daterangepicker-triggerbutton:active,
.input-group>.do-daterangepicker-triggerbutton:focus{
    background-color: inherit;
    color: inherit;
}
.input-group .select-wrapper:after{
    background-color: transparent;
}
.input-group .input-group-label .select-wrapper{
    width: auto;
    height: 100%;
}
.input-group .input-group-label .select-wrapper .form-control{
    border: none;
    height: 100%;
    padding-right: 30px;
}
.input-group .input-group-label .select-wrapper:after{
    font-size: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 2px;
}

.input-group.group-double .input-group-item{
    width: 50%;
}
.input-group.group-double .input-group-item textarea.form-control,
.input-group.group-double .input-group-item span.form-control{
    line-height: 1.3;
}
.input-group.group-double .input-group-item:first-child .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.input-group.group-double .input-group-item:last-child .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control::-webkit-input-placeholder {   
    color: #aeaeae; /* Chrome/Opera/Safari */
}
.input-group>.form-control::-moz-placeholder {
    color: #aeaeae; /* Firefox 19+ */
}
.input-group>.form-control:-ms-input-placeholder {
    color: #aeaeae; /* IE 10+ */
}
.input-group>.form-control:-moz-placeholder { 
    color: #aeaeae; /* Firefox 18- */
}

.input-group.focused{
    border-color: #006a5a;
    box-shadow: 0 0 7px rgba(86, 179, 190, 0.15);
}

.form-group.invalid .form-control,
.form-group .form-control.ng-invalid-pattern,
.form-group .form-control.ng-invalid-email,
.form-group .form-control.ng-invalid-password-verify,
.form-group .form-control.ng-invalid-search-range-validator.ng-dirty{
    border-color: #f55753;
    box-shadow: none;
}
.form-group.has-error .input-group{
    border: 1px solid #f55753;
}

/* Radio Buttons / Checkboxes */
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
    box-sizing: border-box;
}
.radio label,
.checkbox label {
    display: inline-block;
    min-height: 20px;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin-right: 15px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
}
.radio label:before,
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    border-color: #c2c2c2;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    border-color: #c2c2c2;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio input[type=radio]:checked+label:before {
    border-width: 5px;
    border-color: #108271;
}
.checkbox input[type=checkbox]:checked+label:before {
    border-width: 8.5px;
    border-color: #108271;
}
.checkbox label {
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}
.checkbox label:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2.4px;
    top: 0;
    font-size: 11px;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    border-radius: 3px;
}
.checkbox input[type=checkbox]:checked+label:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    color: #fff;
    font-weight: 700;
}
.radio input[type="radio"]:disabled+label,
.checkbox input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}


/* Buttons */
.button {
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin-bottom: 0;
    height: 35px;
    border: 1px solid #006a5a;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    outline: 0;
    white-space: nowrap;
    background-color: #006a5a;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    padding: 6px 20px 7px;
    position: relative;
    -webkit-appearance: none;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.button-blue{
    background-color: #238aec;
}

.button.full-width {
    width: 100%;
    display: block;
}
.button-negative {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}
.button-transparent {
    background-color: transparent;
    border-color: #c8c8c8;
    color: #757575;
}

.button:hover,
.button:focus {
    background-color: #108271;
    color: #fff;
}

.button-transparent:hover,
.button-transparent:focus{
    background-color: #ededed;
    color: inherit;
}

.button-blue:hover,
.button-blue:focus{
    background-color: #4ba0f1;
}

.button:disabled,
.disabled:not(.active-disabled) {
    opacity: 0.5;
    pointer-events: none;
}

/* Field Incrementer */
.fld-incrementer{
    justify-content: space-between;
}
.fld-incrementer .fi-field{
    flex-grow: 1;
}
.fld-incrementer .fi-action{
    padding-left: 10px;
}
.fld-incrementer .fi-action .button{
    padding: 0;
    height: auto;
    font-size: 20px;
    line-height: 1;
    border-radius: 100%;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    border: none;
}
.fld-incrementer .fi-action .button:hover{
    color: #d35454;
}
.fld-incrementer .fi-action .button.fiab-increment,
.fld-incrementer:last-of-type .fi-action .button.fiab-decrement{
    display: none;
}
.fld-incrementer:last-of-type .fi-action .button.fiab-increment{
    display: inline-block;
}

/* Loaders */
.app-loader{
    content: '';
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow: hidden;
}
.content-loader {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 350;
    min-height: 150px;
    border-radius: 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.content-loader.inner{
    position: absolute;
}
.app-loader .spin,
.content-loader .spin{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.content-loader.loading {
    display: block;
}
.content-loader.disable {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}
.button-ajax.loading{
    pointer-events: none;
    opacity: 0.85;
    padding-right: 40px;
}
.icon-ajax.loading{
    pointer-events: none;
    opacity: 0.85;
    position: relative;
}

.app-loader .spin:before,
.content-loader .spin:after,
.button-ajax.loading:after,
.icon-ajax.loading:after,
.apple-switch.loading .as-slider:after,
.select-wrapper.loading:before,
.search-selection.loading:after,
.select-wrapper.ajax-loader.loading:before{
    content: '';
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-color: #fff transparent #fff transparent;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-animation: spin-dual-ring 1.2s linear infinite;
    -moz-animation: spin-dual-ring 1.2s linear infinite;
    animation: spin-dual-ring 1.2s linear infinite;
}
.app-loader .spin:before,
.content-loader .spin:after{
    width: 50px;
    height: 50px;
    top: auto;
    right: auto;
    border-color: #00695a transparent #00695a transparent;
}
.apple-switch.loading .as-slider:after{
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    right: auto;
    border: 2px solid #006a5a;
    border-top: 2px solid transparent;
    pointer-events: none;
}
.apple-switch.loading input:checked + .as-slider:after{
    left: auto;
    right: 4px;
}
.select-wrapper.loading:before{
    top: 11px;
    right: 7px;
    border: 2px solid #006a5a;
    border-top: 2px solid transparent;
    z-index: 2;
}
.select-wrapper.loading:after{
    opacity: 0;
}
.select-wrapper.loading select,
.search-selection.loading{
    pointer-events: none;
}
.search-selection.loading{
    opacity: 0.85;
}
.search-selection.loading:after,
.select-wrapper.ajax-loader.loading:before{
    border-color: #00695a transparent #00695a transparent;
}

.select-wrapper.ajax-loader.loading{
    pointer-events: none;
    opacity: 0.7;
}

@-moz-keyframes spin-dual-ring {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin-dual-ring {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-dual-ring {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Dot pulse loader */
.more-loader{
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 999;
}
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #006a5a;
    color: #006a5a;
    box-shadow: 9999px 0 0 -5px #006a5a;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #006a5a;
    color: #006a5a;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #006a5a;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #006a5a;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 9984px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #006a5a;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 9999px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #006a5a;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 10014px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #006a5a;
    }
}

/* Form responses */
.response-output {
    display: none;
    width: 100%;
    margin-top: .6em;
    margin-bottom: .6em;
    color: inherit;
    font-size: 13px;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px 15px 9px 15px;
    border-left: 4px solid transparent;
    line-height: 1.4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
}
.response-output.error {
    display: block;
    color: #c64643;
    border-left-color: #c64643;
}
.response-output.success {
    display: block;
    color: #0a9206;
    border-left-color: #0a9206;
}
.response-output.no-bg {
    background-color: transparent;
    border-left: none;
}

.response-output:before {
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 9px;
    line-height: 1;
}
.response-output.no-icon{
    padding-left: 15px;
}
.response-output.no-icon:before{
    display: none;
}
.response-output.error:before {
    /*content: '\f06a';*/
}
.response-output.success:before {
    /*content: '\f058';*/
}

/* Dropdown search */
.search-selection {
    position: relative;
}
.search-selection .output {
    cursor: default;
    padding-right: 30px;
}
.search-selection .search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    min-width: 160px;
    margin-bottom: 35px;
}
.search-selection.open .search-dropdown {
    display: block;
}
.search-selection .search-filter {
    padding-left: 6px;
    padding-right: 6px;
    height: 30px;
    font-size: 13px;
}
.search-selection .result-list {
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
    max-height: 210px;
}
.search-selection .result-list li label {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 13px;
    color: inherit;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
}
.search-selection .result-list li label .rl-item-additional{
    display: block;
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 2px;
}
.search-selection .result-list li:last-child label {
    border-bottom: none;
}
.search-selection .result-list li label input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.search-selection .result-list li label:hover,
.search-selection .result-list li label:focus,
.search-selection .result-list li.active label {
    background-color: #e5e5e5;
}

/* Global Search field */
.search-field-wrap{
    position: relative;
}
.search-field-wrap:before{
    position: absolute;
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    left: 0;
    color: #c8c8c8;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.search-field-wrap .form-control{
    padding-left: 30px;
    padding-right: 35px;
    min-width: 340px;
}
.search-field-wrap .sfw-search-clear{
    position: absolute;
    top: 0;
    right: 0; 
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
}
.search-field-wrap .sfw-search-clear:hover{
    color: #006a5a;
}
.search-field-wrap .form-control.ng-not-empty + .sfw-search-clear{
    opacity: 1;
    pointer-events: all;
}


/* ---------------------------------
    Dropdown
   --------------------------------- */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.right {
    left: auto;
    right: 0;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu>li {
    display: block;
    position: relative;
    z-index: 1005;
}

.dropdown-menu>li>a {
    display: block;
    color: #757575;
    padding: 10px 20px;
    text-align: left;
    white-space: nowrap;
}
.dropdown-menu.iconed>li>a {
    padding: 8px 15px;
}
.dropdown-menu.iconed>li>a>i {
    width: 16px;
    color: inherit;
    margin-right: 3px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.button-ajax.loading{
    background-color: #108271;
    color: #fff;
}
.dropdown-menu.pointed:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff;
    z-index: 1002;
    pointer-events: none;
}
.dropdown-menu.pointed:after{
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    top: -7px;
    pointer-events: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pointed.left:after{
    left: 10px;
}
.dropdown-menu.pointed.right:after{
    right: 10px;
}

/* ---------------------------------
    Tables
   --------------------------------- */
.table-responsive {
    overflow-x: auto;
}
.table-responsive::-webkit-scrollbar-track{
    background-color: #ededed;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar{
    height: 5px;
    background-color: #ededed;
}
.table-responsive::-webkit-scrollbar-thumb{
    background-color: #a4a3a3;
    border-radius: 10px;
}
.table-bordered{
    border: 1px solid #ebebeb;
}
.table {
    width: 100%;
    max-width: 100%;
    display: table;
}

.table-header-group{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row-group{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-head{
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}
.table-data{
    display: table-cell;
    vertical-align: inherit;
}

.table tr th,
.table .table-head {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    color: #474747;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}
.table tr.backgrounded th ,
.table .table-row.backgrounded .table-head { 
    background-color: #f4f4f4;
}
.table tr td ,
.table .table-row .table-data {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    font-size: 13px;
}
.table tr.unread td {
    font-weight: 700;
}
.table-stripped tbody tr td{
    border-bottom: none;
}
.table-stripped tbody tr:nth-child(even) td{
    background-color: #f4f4f4;
}
.clickable-row{
    cursor: pointer;
}
.table-hover tr:hover td,
.clickable-row:hover {
    background-color: #f5f5f5;
}
.table-hover.table-stripped tr:hover td,
.table-stripped .clickable-row:hover {
    background-color: #e8e8e8;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table.table-reportable tr th,
.table.table-reportable tr td{
    padding: 10px;
}
.table.table-reportable tr th{
    font-size: 14px;
}
.table.table-cell-seperate tr th,
.table.table-cell-seperate tr td,
.table.table-cell-seperate .table-row .table-head,
.table.table-cell-seperate .table-row .table-data{
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 991px) {
    .table-responsive>.table tr th,
    .table-responsive>.table tr td,
    .table-responsive>.table .table-row .table-head,
    .table-responsive>.table .table-row .table-data {
        white-space: nowrap
    }
}

/* ---------------------------------
    Datepicker
   --------------------------------- */
.ui-datepicker{
    border: 1px solid #dbdbdb !important;
    margin-top: 2px !important;
}
.ui-datepicker .ui-datepicker-header{
    background-color: #fff;
    border: none;
}
.ui-datepicker .ui-icon{
    display: none !important;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after{
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.ui-datepicker-prev:after{
    content: '\f104';
}
.ui-datepicker-next:after{
    content: '\f105';
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover{
    background: transparent !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: none !important;
}
.ui-datepicker-prev-hover{
    left: 2px !important;
    top: 2px !important;
}
.ui-datepicker-next-hover{
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker td a{
    background: #fff !important;
    border-color: transparent !important;
}
.ui-datepicker td a:hover,
.ui-datepicker td a.ui-state-active{
    background: #ddd !important;
    color: #454545 !important
}
.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td.ui-datepicker-today a.ui-state-highlight{
    background: #006a5a !important;
    color: #fff !important;
}
/*.ui-datepicker td.ui-datepicker-today a.ui-state-highlight{
    background: #006a5a !important;
}*/

/* Date range picker styles */
.do-daterangepicker {
    position: absolute;
    padding: 5px;
    z-index: 370;
}
.do-daterangepicker-triggerbutton{
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    color: #555555;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    text-align: left;
    font-family: inherit;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.do-daterangepicker-triggerbutton:focus{
    color: #757575;
}
.do-daterangepicker-triggerbutton .ui-button-icon{
    display: none;
}
.do-daterangepicker-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.do-daterangepicker-presets,
.do-daterangepicker-calendar {
    display: table-cell;
    vertical-align: top;
    height: 230px;
}
.do-daterangepicker-right .do-daterangepicker-presets {
    padding: 2px 7px 7px 2px;
}
.do-daterangepicker-left .do-daterangepicker-presets {
    padding: 2px 2px 7px 7px;
}
.ui-menu {
    white-space: nowrap;
}
.do-daterangepicker.ui-widget.ui-widget-content,
.do-daterangepicker .ui-widget-content{
    font-family: inherit;
}
.do-daterangepicker .ui-widget-content,
.do-daterangepicker .ui-datepicker .ui-state-highlight {
    border-width: 0;
    background: transparent;
}
.do-daterangepicker > .do-daterangepicker-main.ui-widget-content {
    border-bottom-width: 1px;
}
.do-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    border-width: 1px;
}
.do-daterangepicker-right .do-daterangepicker-calendar {
    border-left-width: 1px;
    padding-left: 5px;
}
.do-daterangepicker-left .do-daterangepicker-calendar {
    border-right-width: 1px;
    padding-right: 5px;
}
.do-daterangepicker-right .do-daterangepicker-buttonpanel {
    float: left;
}
.do-daterangepicker-left .do-daterangepicker-buttonpanel {
    float: right;
}
.do-daterangepicker-buttonpanel > button  {
    margin-top: 6px;
}
.do-daterangepicker-right .do-daterangepicker-buttonpanel > button {
    margin-right: 6px;
}
.do-daterangepicker-left .do-daterangepicker-buttonpanel > button {
    margin-left: 6px;
}
.do-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #eaeaea !important;
    color: #454545 !important;
}

/* ---------------------------------
    Apple Switch
   --------------------------------- */
.apple-switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}
.apple-switch input{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
}
.apple-switch .as-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background-color: #adadad;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.apple-switch .as-slider:before{
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.apple-switch input:checked + .as-slider{
    background-color: #62db6a;
}
.apple-switch input:focus + .as-slider{
    box-shadow: 0 0 1px #2196F3;
}
.apple-switch input:checked + .as-slider:before{
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* ---------------------------------
    Info Tips
   --------------------------------- */
.info-tip{
    display: inline-block;
    font-size: inherit;
    color: inherit;
    margin-left: 5px;
    cursor: pointer;
    pointer-events: all;
}
.info-tip:hover{
    color: initial;
}
.info-tip-message{
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: left;
    z-index: 99993;
    width: auto;
    height: auto;
    max-width: 300px;
}
.info-tip-message:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.9);
    top: 100%;
    left: 15px;
}
.info-tip-message.from-bottom:after{
    top: -8px;
    border-top: none;
    border-bottom: 8px solid rgba(0,0,0,0.9);
}

/* ---------------------------------
    Layouting elements
   --------------------------------- */
.block{ display: block !important; }
.inline-block{ display: inline-block !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-cap{ text-transform: capitalize; }

.text-success { color: #69bb67 !important; }
.text-warning { color: #dd992d !important; }
.text-danger { color: #e50f0f !important; }
.text-notice { color: #4e4e4e !important; }
.text-cool { color: #3257A5 !important; }
.text-dull-blue { color: #90a4ce !important; }
.text-white{ color: #fff !important; }
.text-yellow{ color: #fce167 !important; }

.no-wrap { white-space: nowrap; }
.text-break{ word-break: break-all; }
.no-border{ border: 0 !important; }

.clear-before{ clear: left; }
.clear-after{ clear: right; }

.fadeout-line{
    width: 100%;
    height: 1px;
    display: block;
    background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
    background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
}
.filter-separater{
    background-color: #f1f1f1;
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.background-white{ background-color: #fff !important; }

.text-limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------------------------------
    Scroll containers
   --------------------------------- */
.scroll-container {
    overflow-y: auto;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
}
.scroll-container::-webkit-scrollbar-track{
    background-color: #ededed;
    border-radius: 10px;
}
.scroll-container::-webkit-scrollbar{
    width: 5px;
    background-color: #ededed;
}
.scroll-container::-webkit-scrollbar-thumb{
    background-color: #a4a3a3;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .row.mini-gap {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.mini-gap [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .row.ipad-opt > .col-sm-6 {
        width: 50%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .row.ipad-opt > .col-sm-6 {
        width: 50%;
    }
}

/* ---------------------------------
    Pagination
   --------------------------------- */
.pagination {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}
.pagination .paginate-group {
    float: right;
}
.pagination .paginate-group > a,
.pagination .paginate-group > span{
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 20px;
    color: rgba(44, 44, 44, 0.55);
}
.pagination .paginate-group > a{
    width: 35px;
}
.pagination .paginate-group > span{
    border-left: none;
    border-right: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 1.7;
    min-width: 80px;
    cursor: default;
}
.pagination .paginate-group > a:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination .paginate-group > a:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination .paginate-group > a.current,
.pagination .paginate-group > a:hover {
    background-color: #f0f0f0;
}
.pagination .paginate-group > a.disabled{
    pointer-events: none;
    opacity: 1;
}


/* ---------------------------------
    Other elements
   --------------------------------- */
.flex-item{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-flex-end{
    justify-content: flex-end;
}

/* No data messages */
.nodata-message{
    width: 100%;
    min-height: 150px;
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    position: relative;
}
.nodata-message.has-bg{
    background-color: #f9f9f9;
    border-radius: 7px;
}
.nodata-message .nm-icon{
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
    background-color: #eef2f5;
    border-radius: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
}
.nodata-message.bg-transparent .nm-icon{
    background-color: #e2e2e2;
}
.nodata-message .nm-icon i{
    font-size: 35px;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(40,40,40,0.06);
}
.nodata-message .nm-title{
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0;
    line-height: 1;
}
.nodata-message .nm-text{
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
}
.nodata-message .nm-text strong{
    font-weight: 500;
}

/* Fancybox */
.app-fancy-container{
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
    z-index: 99992;
    overflow-y: auto;
}
.app-fancy-container .afc-bg{
    content: '';
    background: #1e1e1e;
    opacity: .9;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.app-fancy-container .afc-content{
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -ms-transform: translate( -50%, -50% );
    -moz-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}
.app-fancy-container .afc-content:before{
    z-index: -1;
}
.app-fancy-container .afc-image{
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.app-fancy-container .afc-closer{
    position: absolute;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 25px;
    text-align: center;
    padding: 0;
    top: 15px;
    right: 15px;
}
.scroll-fixed{
    overflow-y: hidden;
}

/* Popup models */
.model-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99992;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(30, 30, 30, 0.9);
}
.model-wrapper.in {
    display: block;
}
.model-dialog {
    position: relative;
    background-clip: padding-box;
    background-color: #fff;
    width: 500px;
    box-shadow: 5px 2px 20px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    margin: 50px auto;
    padding: 15px;
    overflow: hidden;
}
.model-dialog .model-header{
    display: table;
    vertical-align: top;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.model-dialog .model-closer,
.model-dialog .model-heading{
    display: table-cell;
    vertical-align: top;
}
.model-dialog .model-heading{
    padding-right: 15px;
    position: relative;
}
.model-dialog .model-heading .icon{
    margin-right: 5px;
}
.model-dialog .model-header h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
}
.model-dialog .model-header h4{
    margin: 5px 00;
    font-weight: 500;
    font-size: 16px;
}
.model-dialog .model-closer{
    width: 25px;
}
.model-dialog .model-closer button{
    display: inline-block;
    background-color: transparent;
    font-size: 22px;
    outline: 0 !important;
    border: 0 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #626262;
    padding: 0;
}
.model-dialog .model-closer button:hover{
    color: #141414;
}
.model-dialog .model-content{
    position: relative;
}
.model-dialog .model-content p{
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.model-dialog .model-content .content-loader{
    position: absolute;
    border-radius: 0;
}
.model-dialog .model-content .content-loader.loading:after{
    top: 37%;
    left: 46%;
}

/* ---------------------------------
    Fonts
   --------------------------------- */
.f-s-12{ font-size: 12px !important; }
.f-s-13{ font-size: 13px !important; }
.f-s-15{ font-size: 15px !important; }
.f-s-16{ font-size: 16px !important; }
.f-s-18{ font-size: 18px !important; }
.f-s-20{ font-size: 20px !important; }

.f-w-500{ font-weight: 500 !important; }
.f-w-600{ font-weight: 600 !important; }

.l-h-1-2{ line-height: 1.2 !important; }
.l-h-1-3{ line-height: 1.3 !important; }

/* ---------------------------------
    Colors
   --------------------------------- */
.bg-white{ background-color: #fff !important; }

/* ---------------------------------
    Gutters
   --------------------------------- */
.m-t-0{ margin-top: 0 !important; }
.m-t-5{ margin-top: 5px !important; }
.m-t-10{ margin-top: 10px !important; }
.m-t-15{ margin-top: 15px !important; }
.m-t-20{ margin-top: 20px !important; }
.m-t-25{ margin-top: 25px !important; }
.m-t-30{ margin-top: 30px !important; }
.m-t-50{ margin-top: 50px !important; }

.m-t-minus-15{ margin-top: -15px !important; }
.m-l-minus-15{ margin-left: -15px !important; }
.m-r-minus-15{ margin-right: -15px !important; }

.m-r-0{ margin-right: 0 !important; }
.m-r-5{ margin-right: 5px !important; }
.m-r-10{ margin-right: 10px !important; }
.m-r-15{ margin-right: 15px !important; }
.m-r-20{ margin-right: 20px !important; }

.m-b-0{ margin-bottom: 0px !important; }
.m-b-5{ margin-bottom: 5px !important; }
.m-b-10{ margin-bottom: 10px !important; }
.m-b-15{ margin-bottom: 15px !important; }
.m-b-20{ margin-bottom: 20px !important; }
.m-b-25{ margin-bottom: 25px !important; }
.m-b-30{ margin-bottom: 30px !important; }
.m-b-50{ margin-bottom: 50px !important; }

.m-l-0{ margin-left: 0 !important; }
.m-l-5{ margin-left: 5px !important; }
.m-l-10{ margin-left: 10px !important; }
.m-l-15{ margin-left: 15px !important; }

.p-0{ padding: 0 !important; }
.p-15{ padding: 15px !important; }
.p-30{ padding: 30px !important; }
.p-t-0{ padding-top: 0px !important; }
.p-t-3{ padding-top: 3px !important; }
.p-t-5{ padding-top: 5px !important; }
.p-t-10{ padding-top: 10px !important; }
.p-t-15{ padding-top: 15px !important; }
.p-b-0{ padding-bottom: 0px !important; }
.p-b-5{ padding-bottom: 5px !important; }
.p-b-10{ padding-bottom: 10px !important; }
.p-b-15{ padding-bottom: 15px !important; }
.p-l-15{ padding-left: 15px !important; }
.p-r-0{ padding-right: 0 !important; }
.p-r-5{ padding-right: 5px !important; }
.p-r-15{ padding-right: 15px !important; }

.h-30{ height: 30px; }
.h-75{ height: 75px; }
.h-100{ height: 100px; }
.h-200{ height: 200px; }
.h-350{ height: 350px; }

.max-w-80{ max-width: 80px !important; }
.max-w-180{ max-width: 180px !important; }
.max-w-200{ max-width: 200px !important; }
.max-w-250{ max-width: 250px !important; }
.max-h-75{ max-height: 75px !important; }
.max-h-100{ max-height: 100px !important; }
.max-h-200{ max-height: 200px !important; }
.max-h-350{ max-height: 350px !important; }
.max-h-370{ max-height: 370px !important; }
.max-h-518{ max-height: 518px !important; }

.min-h-50{ min-height: 50px !important; }
.min-h-75{ min-height: 75px !important; }
.min-h-80{ min-height: 80px !important; }
.min-h-100{ min-height: 100px !important; }
.min-h-200{ min-height: 200px !important; }
.min-h-280{ min-height: 280px !important; }
.min-h-320{ min-height: 320px !important; }
.min-h-350{ min-height: 350px !important; }

.min-w-120{ min-width: 120px !important; }
.min-w-220{ min-width: 220px !important; }

.w-20{ width: 20px !important; }
.w-100{ width: 100px !important; }
.w-120{ width: 120px !important; }
.w-180{ width: 180px !important; }
.w-250{ width: 250px !important; }
.w-300{ width: 300px !important; }
.w-350{ width: 350px !important; }
.w-430{ width: 430px !important; }
.w-450{ width: 450px !important; }
.w-600{ width: 600px !important; }
.w-650{ width: 650px !important; }
.w-800{ width: 800px !important; }

.half-width{ width: 50% !important; }   
.full-width{ width: 100% !important; } 

.max-half-width{ max-width: 50% !important; }   
.max-full-width{ max-width: 100% !important; } 

.v-align-middle{ vertical-align: middle !important; }  

.no-x-scroll{ overflow-x: hidden !important; }  

.text-ellipsis{ 
    overflow: hidden;   
    text-overflow: ellipsis;    
}

.ghost-element{
    position: absolute !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.ng-if-hide{
    display: none;
}
.ng-if-hide.ng-scope{
    display: block;
}

.bg-transparent{ background-color: transparent !important; }
.highlight-red{ background-color: rgba(205,90,91,0.4) !important; color: #2a2a2a; }
.highlight-green{ background-color: rgba(73,179,86,0.5) !important; color: #2a2a2a; }
.highlight-yellow{ background-color: rgba(255,255,209,0.6) !important; color: #2a2a2a; }

.go-click-exclude{
    pointer-events: none;
}

body.scroll-lock{
    overflow-y: hidden !important;
}

.trans-p-2{
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table-common td:not(:last-child), .table-common th:not(:last-child){
    /*padding-right: 65px;*/
    height: 39px;
    width: 22%;
}

.notif-types li {
    display: inline;
    margin-right: 50px;
}

.notif-table tbody {
    display: flex;
    flex-direction: column;
}

.notif-table tr {
    margin-bottom: 15px;
}

.bugs-form #issueText{
    width:  772px;
    height: 193px;
}

.bugs-form .form-section{
    margin-bottom: 20px;
}

.bugs-form label{
    display: block;
}

.bugs-form .cancel-button{
    margin-right: 50px;
}

.user-info-edit{
    display: flex;
}

.form-common .form-group-l-2{
    display: flex;
    margin-bottom: 15px
}

.form-common .form-group-l-3{
    margin-right: 30px;
}

.user-info-edit .email input{
    width: 100%;
}

.form-common .form-group-l-3, .user-info-edit .email{
    display: flex;
    flex-direction: column;
}

.form-common input[type=password],
.form-common input[type=text],
.form-common input[type=email],
.form-common input[type=number],
.form-common select, .user-info-edit select, .add-lead-form .select-group select{
    /*width: 230px;*/
    height: 45px;
}

.form-common input[type=radio]{
    width: 21px;
    height: 21px;
}

.form-group.form-radio{
    display: flex;
    flex-direction: column;
}

.form-group .radio-wrapper{
    align-items: center;
    display: flex;
}

.form-common select, .form-common select > option{
    font-size: 17px;
}

.user-info-edit label{
    margin-right: 20px;
}

.form-common .buttons > a, .form-common .buttons > button{
    margin-right: 30px;
    padding: 15px 60px;
}

.form-common .cancel-button{
    border: 1px #0e9f89 solid;
}

.add-lead-form{
    display: flex;
}

.add-lead-form input{
    width: 370px;
}

.add-lead-form .select-group select{
    width: 770px;
}

.form-group-l-4{
    display: flex;
}

.add-lead-form .buttons{
    display: flex;
    flex-direction: row;
}

.add-lead-form .qs-n-as .question{
    margin-right: 30px;
}

.app-container{
    width: 100%;
}

.leads-top-bar{
    display: flex;
    justify-content: flex-end;
}

.leads-search input{
    height: 35px;
    width: 270px;
}

.leads-top-bar .lead-type-selector{
    padding: 10px 0;
    text-align: center;
}

.leads-top-bar .lead-type{
    position: relative;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap
}

.leads-top-bar .lead-type .lead-type-list{
    padding: 10px 14px;
    position: absolute;
    min-width: 140px;
    right: 0;
    top: 35px;
    background-color: #f5f2f2;
    opacity: 0;
    margin: 0;
}

.leads-top-bar .lead-type .lead-type-list li{
    list-style: none;
    margin-bottom: 10px;
}

.leads-top-bar .lead-type.open .lead-type-list{
    opacity: 1;
}