
:root {
    --isGreen: green;
    --isRed: red;
}

._isGreen {
    color: var(--isGreen)!important;
}
._isRed {
    color: var(--isRed)!important;
}

body * {
    font-family:  Arial, Helvetica, sans-serif;
}


.iti__globe { background-image: url("../libs/intl-tel-input/build/img/globe.png"); }
.iti__flag { background-image: url("../libs/intl-tel-input/build/img/flags.png"); }

@media (min-resolution: 2x) {
  .iti__globe { background-image: url("../libs/intl-tel-input/build/img/globe@2x.png"); }
  .iti__flag { background-image: url("../libs/intl-tel-input/build/img/flags@2x.png"); }
}
.iti {
    width: 100%;
    margin-top: 8px;
}


#app-container #app-header #app-title .app-logo {
    background: url('../images/azrlogo.png  ') no-repeat center center;
    background-size: cover;
    border: none;
}

.w2ui-overlay {
    z-index: 100000;
}

#app-container #app-main {
    border: none;
}
#app-container.login #app-main {
    top: 0px;
  }
#app-container.login #app-header {
    display: none;
  }

#app-container #app-header #app-title {
    font-size: 17px;
}

.br_5 {
    border-radius: 5px;
}
.shad2 {
    box-shadow: 2px 3px 10px #999;
}

#app-container.app_view #app-toolbar,
#app-container.app_view #app-header {
    display: none;
}
#app-container.app_view #app-main {
    top: 0;
}


.subPad30 {
    float: left;
    width: 100%;
    padding: 30px;
}
.subPad30rg {
    float: left;
    width: 100%;
    padding: 30px 30px 30px 3px;
}

/* ------------------------------------------ */
/* SPINNER
/* ------------------------------------------ */

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF url('../images/azrlogo.png') no-repeat center center;
    background-size: 200px;  
    z-index: 100000;  
}


.spinner div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    position: absolute;
    top: 66%;
    left: 47%;
  }
  .spinner div::before , .spinner div::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .spinner div::after{
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: darkslategray;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }

/* ------------------------------------------ */
/* CONFIRM BOX
/* ------------------------------------------ */

.app-confirm {
    position: fixed;
    top: auto;
    bottom: -50px;
    opacity: 0;
    right: 20px;
    left: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px #cecece;
    background-color: aquamarine;
    padding: 10px 20px;
    z-index: 100000;
    text-align: center;
    transition: all 1s;
    transform: translateY(-100%);
}
.app-confirm span {
    float: left;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.app-confirm.isok {
    bottom: 20px;
    transform: translateY(0%);
    opacity: 1;
    background-color: aquamarine;
}
.app-confirm.nope {
    bottom: 20px;
    transform: translateY(0%);
    opacity: 1;
    background-color:coral;
}



/* ------------------------------------------ */
/* LOGIN FORM
/* ------------------------------------------ */

#azr_login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;    
}
#azr_login form {
    display: table-cell;
    vertical-align: middle;
}

#login_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: transparent url('../images/hero_bg_8_1-6-1.jpg') no-repeat right center;
    background-size: cover;
}
#login_cover .login_cover_card {
    display: table-cell;
    vertical-align: middle;
    background: transparent url('../images/hero_overlay_8.png') no-repeat center center;
    background-size: cover;
}
#login_cover .login_cover_card  div {
    position: relative;
    margin: auto;
    width: 64%;
    height: 80%;
    background: no-repeat center center;
    background-size: cover;
    max-width: 440px;
    max-height: 660px;
}

.loginF_corpo {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0;
}
.loginF_corpo div {
    position: relative;
    margin: auto;
    width: 120px;
    height: 120px;
    background: url('../images/applogo.jpeg') no-repeat center center;
    background-size: cover;
}

.loginF_version {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.loginF_version small {
    position: relative;
    margin: auto;
    color: #999;
    text-align: center;
}

.loginF_container {
    width: 100%;
    float: left;
    text-align: center;
    padding: 4% 20%;
}
.loginF_corpo {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    height:120px;
    background: transparent url('../images/azrlogo.png') no-repeat top center;
    background-size: 100px 100px;
}

.loginF_field,
.loginF_field label,
.loginF_field input {
    float: left;
    width: 100%;
    text-align: left;
}
.loginF_field {
    padding: 5px 0;
}
.loginF_field label {
    padding: 0 0 3px 0;
    text-transform: uppercase;
}

.loginF_field input{
    display:inline-block;    
    vertical-align: middle;
    width:100%;
    zoom:1;
    margin:0;
    border:1px solid #ccc;
    font-size:1em;
    padding:15px 5px;
    text-indent: 5px;
    font-size: 16px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    -moz-box-shadow:inset 0 0 6px #ccc;
    -webkit-box-shadow:inset 0 1px 6px #ccc;
    box-shadow:inset 0 1px 6px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* ------------------------------------------ */
/* SLIDING PANEL
/* ------------------------------------------ */

.cosmos_empty {
    position: absolute;
    top: 0;
    bottom: 0;    
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.cosmos_empty h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    color: #999;
}

.app-slideingPanel {
    position: fixed;
    top: 0;
    bottom: 0;    
    right: 0;
    width: 100%;
    height: 100%;
    left: auto;        
    z-index: 100000;
    overflow: hidden;
}



.slp-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,.45);
    animation: myOverlay 0.5s 1;
    animation-direction: alternate;       
}

@keyframes myOverlay{
    0%   {opacity:0}    
    100% {opacity: 1;} 
}


.slp-container {
    z-index: 1;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    height: 100%;    
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: myPanel 0.5s 1;
    animation-direction: alternate;  
    transition: width 0.5s ease-in-out 0.01s;    
}
.slp-container.slp-segments {
    max-width: 650px;
    min-width: 650px;
    width: 650px;
    background-color: #f0f2F5;
}
.slp-container.slp-editor {
    max-width: 550px;
    min-width: 550px;
    width: 550px;
    background-color: #f0f2F5;
}

.slp-container.slp-marketing {
    background-color: #f0f2F5;
}

.slp-container.slp-d4 {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background-color: #f0f2F5;
}


.app-slideingPanel.isParent .slp-container {
    max-width:inherit;
    min-width:inherit;
    width: 100%;
}

@keyframes myPanel {
    0%   {left: auto; right: -2000px;}    
    100% {left: auto; right: 0px;} 
}


    .slp-container header.slp-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 59px;
        background-color: darkslategray;
    }
    
        .slp-container header.slp-header div.slp-title {
            float: left;
            width: 60%;
            padding: 21px 21px;
        }
        .slp-container header.slp-header span {
            float: left;
            color: #FFF;
            margin-right: 5px;
            cursor: pointer;
        }
        .slp-container header.slp-header span:hover {
            opacity: 0.5;
        }
        .slp-container header.slp-header h3 {
            float: left;                        
            margin: 0;
            color: #FFF;
            font-size: 15px;
            text-transform: lowercase;
        }
        .slp-container header.slp-header div.slp-selector {
            float: right;
            width: 38%;
            padding: 21px 30px 2px 0;
            text-align: right;
        }
        .slp-container header.slp-header div.slp-selector a {
            float: right;
            padding: 0 5px;
            font-size: 14px;
            cursor: pointer;
        }

    .slp-container.slp-segments header.slp-header,
    .slp-container.slp-marketing header.slp-header,
    .slp-container.slp-editor header.slp-header {
        background-color: #f0f2f5;
    }
        .slp-container header.slp-header span,
        .slp-container.slp-segments header.slp-header h3,
        .slp-container header.slp-header span,
        .slp-container.slp-marketing header.slp-header h3,
        .slp-container.slp-editor header.slp-header h3 {
            color: #999;
        }

    .slp-container main {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: #f0f2F5;
    }
    .slp-container.slp-d4 main {
        top: 0px;
    }


/* ------------------------------------------ */
/* SUBGRIDS
/* ------------------------------------------ */    


.subGrid_containerNoResults {
    float: left;
    position: relative;
    width: 100%;
    background-color: #E5E5EA;
    border-radius: 8px;
    text-align: center;
    margin: 20px 0;
}
.subGrid_containerNoResults h4 {
    text-align: center;
    color: #999;
    padding: 10px 0;
    font-size: 12px;
}

.subGrid_container {
    float: left;
    position: relative;
    width: 100%;
    height: 220px;
    border: 1px solid #cecece;
    margin: 5px 0;
    display: none;
}
.subGrid_container.subG400 {
    height: 350px;
}
.subGrid_container.subG150 {
    height: 150px;
}
.subGrid_container.subG500 {
    height: 500px;
}

.subGrid_container.subMessages {
    height: auto;
    min-height: 200px;
    padding: 10px;
    border: 0;
}
.subGrid_header {
    float: left;
    padding: 3px 0px 0 0;
    font-size: 16px;
}
.subGrid_header span.counter {
    background-color: #424B5A;
    color: #FFF;
    float: right;
    padding: 2px 5px;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 10px;
    margin-top: -2px;
}

.subGrid_container.suPanels {
    padding: 5px 10px 10px 10px;
    background-color: #FFF;
    box-shadow: 0 0 5px #cecece;
    border: none;
    border-radius: 8px;
}
.subGrid_container.subSettings {
    border: none;
    height: 240px;
}
.subGrid_settingsFooter {
    position: absolute;
    top: auto;
    bottom: 13px;
    left: 10px;
    right: 10px;
    height: 30px;    
}

.subGrid_container.suPanels .w2ui-grid .w2ui-grid-header {
    font-size: 14px;
}

.subGrid_container.suPanels .w2ui-grid .w2ui-grid-toolbar {
    background-color: #FFF;
    height: 45px;
    padding: 0;
}
.subGrid_container.suPanels  .w2ui-toolbar .w2ui-tb-line {
    min-height: inherit;
    padding: 0;
}
.subGrid_container.suPanels  .w2ui-tb-button {

}

.subGrid_container.on,
.subMessages_container.on {
    display: block;
}

.subGrid_grid {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}
.subGrid_grid.wFooter {
    height: 75%;
    margin-bottom: 1%;
}
.subGrid_footer {
    float: left;
    position: relative;
    width: 100%;
    height: 20%;
    padding: 15px 5px;
    font-size: 11px;
}
.subGrid_footer.sgfNoPad {
    padding: 5px 5px;
}
.subGrid_footer ul {
    float: left;
    width: 100%;
    padding: 0; margin: 0;
    list-style: none;
    margin-top: 3px;
}
.subGrid_footer ul li {
    float: left;
    /* border: 1px solid #cecece; */
    padding: 7px 10px;
    border-radius: 5px;
    max-width: 80px;
    margin-right: 5px;
    background-color: #F5F5F5;
}
.subGrid_footer ul li.rg {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    text-align: right;
}
.subGrid_footer ul li label,
.subGrid_footer ul li big {
    float: left;
    width: 100%;
    padding: 0; margin: 0;
}
.subGrid_footer ul li label {
    font-size: 9px;
    text-transform: uppercase;
    color: #999;
}
.subGrid_footer ul li big {
    font-size: 13px;
    font-weight: bold;
}


/* ------------------------------------------ */
/* EDITOR
/* ------------------------------------------ */    

.app_filter_buttons {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 30px;
    right: 30px;
    text-align: right;
}




/* ------------------------------------------------------------ */
/* IOS FORMS
/* ------------------------------------------------------------ */	


/* form starting stylings ------------------------------- */
.rg_item,
.f_mobile_ct{ 
    position: relative;
    margin-bottom: 22px!important;
    float: left;
    width: 100%;
    padding: 0 0px; 
}
.rg_item.nomarg {
    margin-bottom: 5px; 
}
.rg_item.rgwidth_third {
    width: 29%;
    margin-right: 1%;
}
.rg_item.rgwidth_2third {
    width: 69%;
}
.rg_item input,
.f_mobile_ct input{
    border:none!important;
    background: none!important;
    margin: 0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color: #333;
    font-weight: 500! important;

    font-size:18px!important;
    padding:8px 8px 8px 5px!important;
    display:block;
    width:95%;
    border-bottom:1px dotted #ddd!important;
}

.rg_item select.bstinput{
    padding: 10px !important;
    margin: 9px 3px 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    border: 1px solid #cecece;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    width: 95%;
}

.mnif_txt {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.mnif_txt .rg_item input,
.mnif_txt .f_mobile_ct input{
    border:none!important;
    background: none!important;
    margin: 0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color: #333;
    font-family: 'din'!important;
    font-weight: 500! important;

    font-size:1.5em!important;
    padding:8px 8px 8px 5px!important;
    display:block;
    width:100%;
    border-bottom:1px dotted #ddd!important;
}
.rg_item input.iti__tel-input {
    padding-left: 90px !important;
}

.rg_with_ico input {
    padding-left: 40px!important;
}
.rg_with_border input {
    border: 1px solid #95aac9!important;
}
.rg_with_ico label {
    left: 50px!important;
    top: 27px!important;
}

.rg_item_icon_fld {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 35px;
    height: 39px;
    border-right: 1px solid #95aac9;
}
.rg_item_icon_fld h1 {
    font-family: 'din';
    font-weight: 500;
    color: #95aac9;
    text-align: center;
    padding:3px 0 0 0;
    margin: 0;
    font-size: 2em;
}

.rg_item input:focus{ 
    outline:none; 
}

.bst_fulldate {
    text-transform: uppercase!important;
}

.rg_item ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}
.rg_item :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}


.f_mobile_ct ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CECECE !important;
}
.f_mobile_ct ::-moz-placeholder { /* Firefox 19+ */
    color: #CECECE !important;
}
.f_mobile_ct :-ms-input-placeholder { /* IE 10+ */
    color: #CECECE !important;
}
.f_mobile_ct :-moz-placeholder { /* Firefox 18- */
    color: #CECECE !important;
}

.f_mobile_ct .intl-tel-input.separate-dial-code .selected-dial-code { 
    font-size: 16px !important;
}

/* LABEL ======================================= */
.rg_item label {
    color:#cecece; 
    font-size:16px;
    font-weight:normal;
    position:absolute; 
    pointer-events:none;
    left:5px;
    top:9px!important; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    text-transform: uppercase;
}

.rg_item input.disabled-input {
    pointer-events: none;
    color: #999 !important;
    opacity: 0.8;
}


.f_mobile_ct label{
    color:#cecece; 
    font-size:1.3em;
    font-weight:normal;
    position:absolute!important; 
    top:-15px!important; 
    left: 5px;
    font-size:0.80em!important;
    color:#999;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Din';
    color: #000;
}

/* active state */
.rg_item input:focus ~ label, 
.rg_item input:valid ~ label,
.rg_item input.disabled-input ~ label,
.rg_item label.vld,
.f_mobile_ct label{
  top:-9px!important; 
  font-size:10px!important;
    font-weight: 700;
    text-transform: uppercase;
  color:#6e84a3;
    padding: 0;
        left: 5px!important;
}

.rg_item label.switchButoon {
    top: 15px!important;
    left: 70px;
    text-transform: uppercase;
    color:#6e84a3;
    font-size: 12px;
    font-weight: bold;
}

.rg_item h3.rg_replacehidden {
    font-family: 'din';
    font-weight: 500;
    font-size: 2.6em;
    text-align: right;
    padding: 0;
    margin: 0;
}
.rg_replacehidden.rg_left {
    text-align: left!important;
}


.rg_item input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus::-moz-placeholder { /* Firefox 19+ */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus:-ms-input-placeholder { /* IE 10+ */
    color: #999!important;
    opacity: 1!important;
}
.rg_item input:focus:-moz-placeholder { /* Firefox 18- */
    color: #999!important;
    opacity: 1!important;
}

/* BOTTOM BARS ================================= */
.rg_item .bar 	{ position:relative; display:block; width:100%; }
.rg_item .bar:before, .rg_item .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#494B52; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.rg_item .bar:before {
  left:50%;
}
.rg_item .bar:after {
  right:50%; 
}

/* active state */
.rg_item input:focus ~ .bar:before, .rg_item input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.rg_item .highlight {
  position:absolute;
  height:60%; 
  width:100%; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.2;
}

/* active state */
.rg_item input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#ddd; }
  to 	{ width:0; background:transparent; }
}	


textarea.bststyle {
    background: none!important;
    margin: 0!important;
    border-radius:0!important;
    box-shadow:none!important;  
    
    float: left;
    position: relative;
    margin-top: 9px!important;
    height:90px!important;
    border:1px solid #757575!important;
}



.rg_item.rg_it_check {
    margin-bottom: 5px;
    padding: 0 20px;
}

.apptooltip {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.apptooltip p {
    font-size: 0.9em;
    color: #666;
}

.rg_check {
    float: left;
    width: 30px!important;
    height: 24px;
    text-align: center;
}
.rg_check_txt {
    float: left;
    width: 90%;
    padding: 0;
    margin: 0;
    font-size:0.8em;
}

.rg_item .fo_l{
    float: left;
    position: relative;
    width: 100%;
 }

.rg_item .fo_l .w2ui-field-helper .arrow-down{
   margin-top: -32px !important; 
}

.intl-tel-input {
    width: 100%!important
}

#f_Mobile {
    padding-left: 92px!important;
    border-bottom: 0 none !important;
    margin-top: 10px !important;
}

.f_mobile_ct select {
    width: 100%;
    font-size: 1.3em;
    margin-top: 5px;
}

.f_mobile_ct .flag-container {
    top: 10px!important;
}



.fo_l i.error{
    position: absolute;
    top: 8px;
    right: 3px;
    color: #FF534F;
    font-size: 2em;
    display: none;
}
.fo_l.showhelp i.error{
    display: block;
}	

.fo_l .f_helpIcon{
    position: absolute;
    top: 13px;
    right: -10px;
    cursor: pointer;
    opacity: 0.5;
}
.fo_l .f_helpIcon span {
    font-size: 20px;
}
.fo_l .f_helpIcon:hover {
    opacity: 1;
}


.fo_l.showhelp label{
    color: #FF534F!important;
    opacity: 0.5!important;
}
.fo_l.showhelp input{
    /*border:1px dotted #cecece!important;
    border-radius: 15px!important;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -o-border-radius: 15px!important;*/
    
}

.fo_l.showhelp .rg_item .bar:before {
  left:50%;
    background: red
}
.fo_l.showhelp .rg_item .bar:after {
  right:50%; 
    background: red
}


.fo_l.showhelp input{
    /*border:1px dotted #cecece!important;
    border-radius: 15px!important;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -o-border-radius: 15px!important;*/
}



.d4_form {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
}

.f_listItem {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 8px;
    border:2px solid #cecece;
    margin-bottom: 8px;
}
.f_listItem:hover,
.f_listItem.isMain {
    border:2px solid #2196F3;
}
.f_listWrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.f_listWrapper div,
.f_listWrapper b{
    float: left;
}
.f_listWrapper b,
.f_listWrapper p {
    font-size: 13px;
    padding: 5px 0;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75%;
}
.f_listWrapper p {
    width: 75%;
    margin: 0;
}
.f_listWrapper p b {
    width: 100%;
    font-weight: bold;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}
.f_listWrapper div {
    width: 35px;
    text-align: center;
}
.f_listWrapper div span.material-symbols-outlined {
    font-size: 20px;
    color: #999;
    padding-top: 4px;
}
.f_listWrapper div:first-child {
    margin-top: 6px;
}
.f_listWrapper div:last-child {
    float: none;
    position: absolute;
    top: 16px;
    right: 20px;
}

	

.f_title, 
.f_title h1,
.f_title h2,
.f_title h3,
.f_title h4,
.f_title p,
.f_title i {
    float: left;
    position: relative;
    width: 100%;
}

.f_title h1 {
    padding: 10px 0 20px 0;
    margin: 0;
    font-size: 20px;
}
.f_title h2 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 15px;
}
.f_title p {
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
    margin-bottom: 15px;
}
.f_title i {
    padding: 0px 0;
    margin: 0;
    font-size: 10px;
}


/* The switch - the box around the slider */
.switch {
    position: relative!important;
    display: inline-block;
    width: 50px;
    height: 24px;
    /* margin-top: 8px; */
    pointer-events: inherit!important;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .switch input:checked + .slider {
    background-color: #2196F3;
  }
  
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .switch .slider.round {
    border-radius: 34px;
  }
  
  .switch .slider.round:before {
    border-radius: 50%;
  }

/* ------------------------------------------ */
/* SUBGRIDS
/* ------------------------------------------ */    
