/******************************************************************************
 *                                TOP LAYOUT
 *****************************************************************************/
html, body{
    height:100%;
}
  
body{
    margin:0px;
    padding:0px;
}

/******************************************************************************
 *                                LOGO
 *****************************************************************************/
 .awb-logo {    
    margin-right:auto;
    margin-left:-8px;
    width:20;
    height:33;
    display:inline-block;
    position:absolute;
 }

/******************************************************************************
 *                                utility
 *****************************************************************************/
.awb-util-display_none{
    display: none !important;
}


/******************************************************************************
 *                                TEXT
 *****************************************************************************/
 .align_center{
    text-align: center !important;
}

 .awb-text_bold{
    font-weight: bold;
}

.awb-text_success{
    color: green;
}

.awb-text_error{
    color: red;
}

.awb-text-align_center{
    text-align: center !important;
}

.awb-text-font_courier {
    font-family: 'Courier New', Courier, monospace;
}

.awb-text-font_monospace {
    font-family: monospace;
}


/******************************************************************************
 *                                BOX
 *****************************************************************************/
.awb-box_error{
    border-color: #f2a199;
    background-color: #fdedea;
}

.awb-box_warning{
    border-color: #f8e38e;
    background-color: #ffffdc;
}

.awb-box_success{
    border-color: #9bebb3;
    background-color: #edfff1;
}

.awb-box_info{
    border-color: #bee6ff;
    background-color: #f5fcff;
}

.awb-box_debug{
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #f8e38e;
    background-color: #ffffdc;
    margin: 10px;
    padding: 10px;
    font-size: 12px;
}


/******************************************************************************
 *                                LINKS
 *****************************************************************************/
.awb-link-fake{
    cursor: pointer;
    color: #0070d2;
}

.awb-link_fake:hover{
    cursor: pointer;
    color: #0070d2;
}

.awb-pointer_hover:hover{
    cursor: pointer;
    color: #0070d2;
}


/******************************************************************************
 *                                UTILS
 *****************************************************************************/
.align_center{
    text-align: center !important;
}

.awb-util-padding-normal{
    padding:20px;
}
.awb-util-padding_normal{
    padding:20px;
}

.awb-util-margin_medium_bottom {
    margin-bottom:30px !important;
}

.awb-util-margin_normal_bottom {
    margin-bottom:20px !important;
}

.awb-util-margin_small_bottom {
    margin-bottom:10px;
}

.awb-util-margin_medium_top {
    margin-top:30px !important;
}

.awb-util-margin_normal_top {
    margin-top:20px !important;
}

.awb-util-margin_small_top {
    margin-top:10px;
}


/******************************************************************************
 *                                WIDTHS
 *****************************************************************************/
 .awb-width_153{
    width: 153px;
}
.awb-width_235{
    width: 235px;
}
.awb-width_125{
    width: 140px;
}

/******************************************************************************
 *                                HEIGHTS
 *****************************************************************************/
 .awb-min-height_40{
    min-height: 40px;
}
.awb-min-height_50{
    min-height: 50px;
}

 .awb-min-height_75{
    min-height: 75px;
}

.awb-min-height_80{
    min-height: 80px !important;
}

.awb-min-height_100{
    min-height: 100px !important;
}

.awb-min-height_150{
    min-height: 150px !important;
}

.awb-min-height_155{
    min-height: 155px !important;
}

.awb-min-height_175{
    min-height: 175px !important;
}

.awb-min-height_200{
    min-height: 200px !important;
}

.awb-min-height_250{
    min-height: 250px !important;
}

.awb-min-height_300{
    min-height: 300px !important;
}

.awb-min-height_350{
    min-height: 350px !important;
}

.awb-min-height_390{
    min-height: 390px !important;
}

.awb-min-height_500{
    min-height: 500px !important;
}


/******************************************************************************
 *                                BACKGROUNDS
 *****************************************************************************/
 .awb-background-color_header-grey{
    background-color: #FAFAF9;
}

 .awb-background-color_white{
    background-color: #FFFFFF;
}




/******************************************************************************
 *                                MENU
 *****************************************************************************/
.awb-link-no-decoration{
    cursor: pointer;
    text-decoration: none;
}

.awb_icon_large{
    width:2.5rem !important;
    height:2.5rem !important;
    fill:white;
    color:white;
}

/******************************************************************************
 *                                TABLES
 *****************************************************************************/
.awb-table-column_highlight{
    background-color: #FAFAF9;
}
.awb-table-column_normal{
    background-color: #FFFFFF;
}




/******************************************************************************
 *                                CONNECTIONS
 *****************************************************************************/
.grouping_hover:hover{
    cursor:pointer;
}


/******************************************************************************
 *                                INLINE MODAL
 *****************************************************************************/
.inline_modal_wrapper_wrapper{
    margin-top: 50px !important;
}

.inline_modal_wrapper{
    width:50%;
    padding: 1px;
    background-color: #E2E1E1;
    border-radius: 5px;
}

.inline_modal_header{
    background-color: #FAFAF9 !important;
}


/******************************************************************************
 *                                ICONS
 *****************************************************************************/
.icon-hover{    
    margin-right: 5px;
    margin-left: 5px
}

.icon-hover:hover{
    cursor: pointer;
    fill:#3C97DD !important;
}

/******************************************************************************
 *                                HEADERS
 *****************************************************************************/
 .plain_header{
    font-size: 18px;
 }
 .confirm_header{
    color: darkolivegreen;
    font-size: 18px;
 }

.failure_header{
    color: darkred;
    font-size: 18px;
 }

 .warning_header{
    color: darkorange;
    font-size: 18px;
 }


/******************************************************************************
 *                                COLOR TABLE
 *****************************************************************************/
.color_table td{
    text-align: center;
    padding: 4px !important;
    border: 1px solid #F3F2F2;
}
 .color_table td:hover{
    color:black;
    cursor: pointer;
    background: #F3F2F2 !important;
}


/******************************************************************************
 *                                CODE_EDITOR
 *****************************************************************************/
 .awb-code-editor_handle_old {
    background: #f7f7f7;
    height: 20px;
    user-select: none;
    cursor: row-resize;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.awb-code-editor_handle {
    background: #272822;
    height: 20px;
    user-select: none;
    cursor: row-resize;
    border-top: 1px solid #373831;
    border-bottom: 1px solid #373831;
}
  
  
.awb-code-editor_handle:before {
    content: '\2261'; /* https://en.wikipedia.org/wiki/Triple_bar */
    color: #999;
    position: absolute;
    left: 50%;
}
  
.awb-code-editor_handle:hover {
    background: #2D2E27;
}
  
.awb-code-editor_handle:hover:before {
    color: #999;
}


