/* - - - - - - - - - - - - -
        GENERAL
*/
label {
    opacity: 0.7;
    font-weight: 100;
    font-size: 90%;
}
.emphatized {
    font-size: 110%;
    font-weight: bold;
}
.header-section {
    padding: 0px;
    background-color: #FFF;
}
.header-section .header-btn-back {
    margin-left: 0px;
}
.no-scrollable {
    overflow: hidden !important;
}
.main-navbar .navbar-brand, .main-navbar .fa {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.flex {
    flex: 1;
    display: flex;
}
.flex-0 {
    flex: 0 !important;
}
.flex-column {
    flex-direction: column;
}
.background-gray {
    background-color: #ececec;
}
.background-white {
    background-color: #ffffff;
}
.fake-el {
    background-color: #FFF;
    padding: 8px 0;
}
.no-border {
    border: 0px !important;
}
.with-border {
    border-bottom: 1px solid #D9D9D9 !important;
}

.p-top {
    padding-top: 16px;
}
.m-top {
    margin-top: 16px;
}
.p-hor {
    padding-left: 16px;
    padding-right: 16px;
}
.word-break-all {
    word-break: break-all;
}

/* - - - - - - - - - - - - -
        FABULOUS
*/
.fabulous-overtext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.fabulous-mini {
    font-size: 80%;
}
.fabulous-maxi {
    font-size: 120%;
}
.fabulous-help-text {
    background-color: #ffeca6;
    border: 1px solid #ead68b;
    font-size: 90%;
    padding: 6px;
    color: #887e5b;
}
.fabulous-brand {
    padding-left: 0px;
}
.fabulous-menu-btn {
    margin-left: -10px;
    cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - -
        FABULOUS ULTIMATE STYLE
*/
.el.red, .el.red .swipeable-color {
    background: #ff3237;
    color: white;
}
.el.green, .el.green .swipeable-color {
    background: #4baf45;
    color: white;
}
.el.yellow, .el.yellow .swipeable-color {
    background-color: #ffd12b;
}
.emphatized.red, .red {
    color: red;
}
.emphatized.green, .green {
    color: green;
}
.emphatized.yellow, .yellow {
    color: #ffd12b;
}
.fa.red {
    color: red;
}
.fa.green {
    color: green;
}
.fa.yellow {
    color: #ffd12b;
}
.gray{
    color:#999;
}
.no-margin {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

/* - - - - - - - - - - - - -
        FABULOUS LIST
*/
.fabulous-list {
    /*display: flex;
    flex-direction: column;
    flex: 1;*/
    background-color: #FFF;
    margin-bottom: 16px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.fabulous-list.no-border .el {
    border: 0px;
}
.fabulous-list .el {
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 14px;
}
.fabulous-list.clickable .el {
    cursor: pointer;
}
.fabulous-list .el-content {
    display: flex;
    flex: 0;
    flex-direction: column;
}
.fabulous-list .el-content span {
    opacity: 0.8;
}
.fabulous-list .el-content .emphatized {
    font-size: 110%;
    opacity: 1;
}
.fabulous-detail-list .el {
    /*margin-bottom: 6px;*/
}

/* - - - - - - - - - - - - - - -
        FABULOUS SEARCHBAR
*/
.fabulous-searchbar {
    background: #4285f4;
    padding: 12px;
    position: relative;
    color: #FFF;
}
.fabulous-searchbar input {
    margin-bottom: 0px;
    background: rgba(255,255,255,.15);
}
.fabulous-searchbar input:focus, .fabulous-searchbar input:focus {
    background: rgba(255,255,255, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #333;
}
.fabulous-searchbar input::-webkit-input-placeholder {
    color: #FFF;
}
.fabulous-searchbar:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    font-size: 17px;
    right: 24px;
    opacity: 0.7;
}

/* - - - - - - - - - - -
        SLIDE
*/
.slide-primary {
    flex: 1;
}
.slide-secondary {
    flex: 0;
    display: none;
}

/* - - - - - - - - - - - - - - -
        FABULOUS LOADING
*/
.fabulous-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #FFF;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* - - - - - - - - - - - - - - -
        FABULOUS TABSET
*/
.fabulous-tabset {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
}
.fabulous-tabset .nav-item {
    background: none;
}
.fabulous-tabset .nav-tabs {
    background: #fafafa;
    border-bottom: 0px;
    display: flex;
}
.fabulous-tabset .nav-tabs>li {
    flex: 1;
    text-align: center;
}
.fabulous-tabset .nav-tabs>li>a {
    border-bottom-color: #DDDDDD !important;
    margin-right: 0px;
    font-size: 90%;
}
.fabulous-tabset .nav-tabs>li.active>a {
    border-bottom: 2px solid #FFFFFF !important;
}

/* - - - - - - - - - - - - - - -
        FABULOUS SWIPE
*/
.custom-template-left {
    background-color: #4baf45;
    color: #FFF;
}
.custom-template-right {
    background-color: #ff3237;
    color: #FFF;
}

/* - - - - - - - - - - - - - - - -
        FABULOUS BUTTONS
*/
.fabulous-buttons {
    display: flex;
}
.fabulous-buttons .fabulous-button {
    flex: 1;
    margin: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    font-size: 140%;
    border-radius: 6px;
    cursor: pointer;
}
.fabulous-buttons .fabulous-button p {
    font-size: 80%;
}
.fabulous-button.red {
    background-color: #f55b5b;
    box-shadow: 0px 1px 1px rgba(113, 6, 6, 0.68);
    text-shadow: 0px 1px 1px #9e3232;
}
.fabulous-button.green {
    background-color: #7fc763;
    box-shadow: 0px 1px 1px rgba(31, 86, 9, 0.68);
    text-shadow: 0px 1px 1px #529637;
}
.fabulous-button.lightblue {
    background-color: #4285f4;
    box-shadow: 0px 1px 1px rgba(66, 133, 244, 0.62);
    text-shadow: 0px 1px 1px #163871;
}

/* - - - - - - - - - - - - - - - -
        FABULOUS MENU
*/
fabulous-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex: 1;
}
fabulous-menu .backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.fabulous-menu {
    width: 360px;
    background: #FFF;
    z-index: 2;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
}
