/***** GENERIC*/
html, body{
    width: 100%;
    height:100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    overflow: hidden;
}

body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
*{
    position: relative;
    box-sizing: border-box;
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    background:  #006699;
    -webkit-border-radius: 1px;
}
::-webkit-scrollbar:hover {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255, 0.5);
    -webkit-border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active  {
    background-color: rgba(255,255,255, 0.8);
}

.heading{
    background: linear-gradient(150deg,#324d68 15%,#006699 70%,#009966 94%);
}
h1{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color:#111;
    text-transform: uppercase;
    /*background-color:#006699;*/
    background-size: cover;
    margin: 0px!important;
    padding:0px;
}


h2{
    font-size: 2.5em;
    color:#444;
}

p{
    font-size: 1.2em;
    color:#444;
}


.vertical-horizontal-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.horizontal-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.c1{color:#1c375b;}
.c2{color:#6f8197;}
.c3{color:#f5f5f5;}
.c4{color:#d2544a;}
.c5{color:#cd4236;}
.b1{background:#1c375b;}
.b2{background:#6f8197;}
.b3{background:#f5f5f5;}
.b4{background:#d2544a;}
.b5{background:#cd4236;}
.g1{
    background: rgb(30,87,153);
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,1) 0%, rgba(28,55,91,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,1) 0%,rgba(28,55,91,1) 100%);
    background: linear-gradient(135deg,  rgba(30,87,153,1) 0%,rgba(28,55,91,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1c375b',GradientType=1 );
}
.g2{
    background: rgb(111,129,151);
    background: -moz-linear-gradient(-45deg, rgba(111,129,151,1) 0%, rgba(130,139,150,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(111,129,151,1) 0%,rgba(130,139,150,1) 100%);
    background: linear-gradient(135deg, rgba(111,129,151,1) 0%,rgba(130,139,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f8197', endColorstr='#828b96',GradientType=1 );
}
.g3{
    background: rgb(245,245,245);
    background: -moz-linear-gradient(-45deg, rgba(245,245,245,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(135deg, rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=1 );
}
.g4{
    background: rgb(210,84,74);
    background: -moz-linear-gradient(-45deg, rgba(210,84,74,1) 0%, rgba(255,145,145,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(210,84,74,1) 0%,rgba(255,145,145,1) 100%);
    background: linear-gradient(135deg, rgba(210,84,74,1) 0%,rgba(255,145,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2544a', endColorstr='#ff9191',GradientType=1 );
}
.g5{
    background: rgb(205,66,54);
    background: -moz-linear-gradient(-45deg, rgba(205,66,54,1) 0%, rgba(127,62,62,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(205,66,54,1) 0%,rgba(127,62,62,1) 100%);
    background: linear-gradient(135deg, rgba(205,66,54,1) 0%,rgba(127,62,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4236', endColorstr='#7f3e3e',GradientType=1 );
}


.borange{
    background: linear-gradient(to bottom, rgba(165,79,3,0.8) 0%,rgba(165,79,3,0.8) 1%,rgba(122,61,0,0.7) 100%);
}
.bred{
    background: linear-gradient(to bottom, rgba(169,3,41,0.8) 0%,rgba(109,0,25,0.7) 100%);
}
.bblue{
    background: linear-gradient(to bottom, rgba(3,92,165,0.8) 0%,rgba(3,92,165,0.8) 2%,rgba(0,51,119,0.7) 100%);
}
.bgreen{
    background: linear-gradient(to bottom, rgba(63,178,32,0.8) 0%,rgba(15,130,0,0.7) 100%);
}

.bgray{
    background: linear-gradient(to bottom, rgba(163,163,163,0.8) 0%,rgba(61,61,61,0.7) 100%);
}

.fmale, .fmale *{
    color: rgba(40,89,201,.8);
}
.ffemale, .ffemale *{
    color: rgba(190,50,185,.8);
}
.fred, .fred *{
    color: rgba(200,40,40,.8);
}

.fblue, .fblue *{
    color: rgba(50,130,230,.8);
}

.fgreen, .fgreen *{
    color: rgba(80,200,30,.8);
}
.fyellow, .fyellow *{
    color: rgba(218, 165, 32,.8);
}

.fgray, .fgray *{
    color: rgba(50,50,50,.8);
}


.fgray_light, .fgray_light *{
    color: rgba(150,150,150,.8);
}

.fred_dark, .fred_dark *{
    color: rgba(100,20,20,.8);
}
.forange, .forange *{
    color: rgba(255,69,0,.8);
}

.fblue_dark, .fblue_dark *{
    color: rgba(25,75,115,.8);
}

.fgreen_dark, .fgreen_dark *{
    color: rgba(40,100,15,.8);
}
.fyellow_dark, .fyellow_dark *{
    color: rgba(110, 85, 16,.8);
}

.fgray, .fgray *{
    color: rgba(50,50,50,.8);
}


.borderred{
    border-color: rgba(200,40,40,.8)!important;
}
.borderorange{
    border-color: rgba(255,69,0,.8)!important;
}

.borderblue{
    border-color: rgba(50,130,230,.8)!important;
}

.bordergreen{
    border-color: rgba(80,200,30,.8)!important;
}
.borderyellow{
    border-color: rgba(218, 165, 32,.8)!important;
}

.bordergray{
    border-color: rgba(50,50,50,.8)!important;
}

.borderred_dark{
    border-color: rgba(100,20,20,.8)!important;
}

.borderblue_dark{
    border-color: rgba(25,75,115,.8)!important;
}

.bordergreen_dark{
    border-color: rgba(40,100,15,.8)!important;
}
.borderyellow_dark{
    border-color: rgba(110, 85, 16,.8)!important;
}

.bordergray{
    border-color: rgba(50,50,50,.8)!important;
}


.fright, .fleft{display:block; overflow:hidden}
.fright{float:right}
.fleft{float:left}

.border_one{
    border:1px solid #e0e0e0;
}

.no_border{
    border:none!important;
    border-collapse: collapse!important;
}

.no_padding{
    padding-left:0!important;
}

.no_margin{
    margin:0!important;
}

.margin_2{
    margin:.5%;
}

.acenter{
    text-align: center;
}

.aleft{
    text-align: left;
}

.aright{
    text-align: right;
}

.ie_inline{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.font_0{
    font-size: 0px;
}

.font_standard{
    font-size: 11px;
}

.font_8{font-size: 8px;}
.font_9{font-size: 9px;}
.font_10{font-size: 10px;}
.font_11{font-size: 11px;}
.font_12{font-size: 12px;}
.font_13{font-size: 13px;}
.font_14{font-size: 14px;}
.font_15{font-size: 15px;}
.font_16{font-size: 16px;}
.font_17{font-size: 17px;}
.font_18{font-size: 18px;}
.font_19{font-size: 19px;}
.font_20{font-size: 20px;}
.font_22{font-size: 22px;}
.font_24{font-size: 24px;}
.font_26{font-size: 26px;}
.font_28{font-size: 28px;}
.font_30{font-size: 30px;}
.font_32{font-size: 32px;}
.font_34{font-size: 34px;}
.font_36{font-size: 36px;}
.font_38{font-size: 38px;}
.font_40{font-size: 40px;}
.font_42{font-size: 42px;}
.font_44{font-size: 44px;}
.font_46{font-size: 46px;}
.font_48{font-size: 48px;}
.font_64{font-size: 64px;}

.full_height{
    height:100%;
}

.full_width{
    width:100%;
}
.fill_width{
    min-width: 100%;
    height: auto;
}

.height_90{
    margin-top: 5%;
    height:90%;
}

.height_80{
    margin-top: 10%;
    height:80%;
}

.height_70{
    margin-top: 15%;
    height:70%;
}
.height_60{
    margin-top: 20%;
    height:60%;
}
.height_50{
    margin-top: 25%;
    height:50%;
}
.width_50 {
    width:50%;
}

.width_30 {
    width:33.3%;
}
.width_25 {
    width:25%;
}.width_75 {
    width:75%;
}

.overflow_auto{
    overflow:auto;
}
.overflow_hidden{
    overflow:hidden;
}



.inline_block{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.inlinetop{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}


.valignmid{
    vertical-align: middle;
}

.valignbottom{
    vertical-align: bottom;
}


.valigntop{
    vertical-align: top;
}

.max_100{
    max-width: 100%;
}

.max_90{
    max-width: 90%;
}
.full_size{
    width:100%;
    height:100%;
}

.visible_hide{
    opacity: 0;
}


.init_hide{
    display: none;
}

.line_break{
    break-after: always;
}



.pos_relative{
    position: relative;
}


.td_table{
    display: table;
}

.td_center{
    display: table-cell;
    vertical-align: middle;
}

.pos_absolute{
    position:absolute;
}

.bottom_0{bottom:0px;}
.bottom_5{bottom:5px;}
.bottom_10{bottom:10px;}
.bottom_15{bottom:15px;}
.bottom_20{bottom:20px;}
.bottom_30{bottom:30px;}
.bottom_40{bottom:40px;}
.bottom_50{bottom:50px;}
.bottom_60{bottom:60px;}
.bottom_70{bottom:70px;}
.bottom_80{bottom:80px;}
.bottom_90{bottom:90px;}
.bottom_100{bottom:100px;}
.top_0{top:0px;}
.top_5{top:5px;}
.top_10{top:10px;}
.top_15{top:15px;}
.top_20{top:20px;}
.top_30{top:30px;}
.top_40{top:40px;}
.top_50{top:50px;}
.top_60{top:60px;}
.top_70{top:70px;}
.top_80{top:80px;}
.top_90{top:90px;}
.top_100{top:100px;}
.left_0{left:0px;}
.left_5{left:5px;}
.left_10{left:10px;}
.left_15{left:15px;}
.left_20{left:20px;}
.left_30{left:30px;}
.left_40{left:40px;}
.left_50{left:50px;}
.left_60{left:60px;}
.left_70{left:70px;}
.left_80{left:80px;}
.left_90{left:90px;}
.left_100{left:100px;}
.right_0{right:0px;}
.right_5{right:5px;}
.right_10{right:10px;}
.right_15{right:15px;}
.right_20{right:20px;}
.right_30{right:30px;}
.right_40{right:40px;}
.right_50{right:50px;}
.right_60{right:60px;}
.right_70{right:70px;}
.right_80{right:80px;}
.right_90{right:90px;}
.right_100{right:100px;}

.pos_relative{
    position:relative;
}



.spacer20{
    width:100%;
    height:20px;
}

.spacer30{
    width:100%;
    height:30px;
}

.spacer40{
    width:100%;
    height:40px;
}

.spacer50{
    width:100%;
    height:50px;
}

.width_90{
    width:90%;
    margin-left: 5%;
}

.width_25{
    width:25%;
}
.width_75 {
    width:75%;
}

.box_border{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.padding_10{
    padding: 10px!important;
}

.padding_5{
    padding: 5px!important;
}

.max_1440{
    max-width: 1440px;
}
.max_1024{
    padding: 0px 10px;
    margin: auto;
    max-width: 960px!important;
    position: relative;
}


.card_quarter{
    border: 1px solid #e0e0e0;
    border-left: 4px solid gray;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width:23%;
    margin: 1%;
    text-align: left;
    padding:1em;

}

.card_quarter > div{
    width:3px;
    margin-right: 10px;
    height:30px;
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.card_quarter > p{
    font-size: 1.4em;
    width:calc(100% - 20px);
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color:#92999f;
    margin: 0px;
}


.card_third{
    border: 1px solid #e0e0e0;
    border-left: 4px solid gray;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width:31.33%;
    margin: 1%;
    text-align: left;
    padding:1em;

}

.card_two_third{
    border: 1px solid #e0e0e0;
    border-left: 4px solid gray;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width:62.66%;
    margin: 1%;
    text-align: left;
    padding:1em;

}



.card_third h2{
    font-size: 2.2em;
    color:#006699;
}

.card_third p{
    font-size: 1.2em;
    color:#006699;
    color:#92999f;
}

.two_thirds{
    width:64.66%;
    border:none;
}


.shadow {
    text-shadow:3px 4px 5px #000;
}

.color_white{
    color:white;
}

.color_black{
    color:black;
}

.color_gray{
    color:#444;
}

.cool_corners_40{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.kenburns{
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8;
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background: no-repeat 50% 50%;
    -webkit-animation-name: kenburns-1;

}

@-webkit-keyframes 
kenburns-1 {  0% {
                  opacity: 1;
                  -webkit-transform: scale(1.5);
                  transform: scale(1.5);
              }
              100% {
                  opacity: 1;
                  -webkit-transform: scale(1.3);
                  transform: scale(1.3);
              }
}


.kenburns2{
    -webkit-animation-name: kenburns2;
    animation-name: kenburns2;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: no-repeat 50% 50%;
    -webkit-animation-name: kenburns-2;

}

@-webkit-keyframes 
kenburns-2 {  0% {
                  opacity: 1;
                  -webkit-transform: scale(1,1);
                  transform: scale(1,1);
              }
              100% {
                  opacity: 1;
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1);
              }
}



.kenburns3{
    -webkit-animation-name: kenburns3;
    animation-name: kenburns3;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: no-repeat 50% 50%;
    -webkit-animation-name: kenburns-3;

}

@-webkit-keyframes 
kenburns-3 {  0% {
                  opacity: 1;
                  -webkit-transform: scale(1,1);
                  transform: translateX(20) ;
              }
              100% {
                  opacity: 1;
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1);
              }
}

.uppercase{
    text-transform: uppercase;
}
.generic_rows{
    height:100%;
    width:100%;
    overflow: hidden;
}
.generic_rows .row{
    min-width:100%;
    background: #f0f0f0;
    margin-bottom: 1px;
    position:relative;
}
.generic_rows > .header{
    border-bottom:1px dashed #777;
    overflow:hidden;
    height:30px;
    background: #ddd;
}


.generic_rows > .body{
    height:calc(100% - 30px);
    overflow-y: auto;
}
.generic_rows >.body .row:nth-child(odd){
    background: #fff;
}
.generic_rows >.body .row:hover{
    background: #e5e5e5;
}
.generic_rows >.body .row.active{
    background: rgba(255,0,0,.3);
}

.generic_rows .row >div{
    height: 30px;
    line-height: 30px;
    padding:0px 2px;;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    color:#444;
    text-align: left;
    font-size: 10px;
    color:rgba(0,0,0,.8);  
    /*margin-right: 5px;*/
    position: relative;
}
.generic_rows .row.filtered{
    display:none;
}
.generic_rows .row >.row_loader{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    color:#006699;
    z-index: 1000000000;
    background: -moz-linear-gradient(top, rgba(137,137,137,0.29) 0%, rgba(100,155,155,0.31) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(137,137,137,0.29) 0%,rgba(100,155,155,0.31) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(137,137,137,0.29) 0%,rgba(100,155,155,0.31) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.generic_rows > .header.bottom_align >div {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.generic_rows > .footer{
    width:100%;
    position: relative;
    height:30px;
    border-top:1px dashed #777;
    background: #ddd;
}

.generic_rows > .footer .filtered_info{
    position:absolute;
    top:0px;
    right:0px;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 10px;
    color:#999;
}
.generic_rows > .footer .filtered_info >span{
    margin: 0px 5px;
    padding:5px;
    color:#fff;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f3f3f+0,7d7e7d+100 */
    background: rgb(63,63,63); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63,63,63,1) 0%, rgba(125,126,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(63,63,63,1) 0%,rgba(125,126,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(63,63,63,1) 0%,rgba(125,126,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}

.section_header{
    width:100%;
    height:20px;
    line-height: 20px;
    border-bottom:1px dashed #aaa;
    color:#111;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3d3d3+1,98b1ba+100 */
    background: rgb(211,211,211); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(211,211,211,1) 1%, rgba(152,177,186,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(211,211,211,1) 1%,rgba(152,177,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(211,211,211,1) 1%,rgba(152,177,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#98b1ba',GradientType=0 ); /* IE6-9 */
    /*margin-top: 20px;*/
}

.section_body{
    background: #f5f5f5;
    border:1px solid #ccc;
    min-height: 160px;
    position: relative;
    margin: 5px 0px;
}
.section_buttons{
    z-index: 100000;
    position: absolute;
    top:-5px;
    right:-5px;
}
/* ----------- stylized ----------- */
.stylized_form{
    vertical-align: top;
    display: inline-block;
    margin:0px;
    padding: 2px;
    text-align: left;
    /*min-width:310px;*/
    /*    max-width: 400px;*/
} 

.cleared{
    clear:both!important;

}
.stylized_form .field_image{
    display:inline-block;
    vertical-align: top;
    width:180px;
    text-align: center;
}

.stylized_form .field_image_div{
    width:100%;;
    height:100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:1px solid #d0d0d0;
}

.stylized_form .field_image_actions{
    width:100%;
}

.stylized_form .field_image_actions button{
    /*width:64px;*/
    display:inline-block;
    vertical-align: top;
    margin: 1px;
}

.stylized_form .title{
    width:100%;
    height:20px;
    line-height: 20px;
    padding:0px 5px;
    font-size: 11px;
    color:#444;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom:#b0b0b0 1px dashed;

}

.stylized_form label{
    display:inline-block;
    font-size:12px;
    /*font-weight:bold;*/
    text-align:right;
    width:110px;
    line-height: 10px;
    text-transform: capitalize;
    color:rgba(0,0,0,.8);
}

.stylized_form .radiogroup{
    /*width:calc(100% - 125px);*/
    vertical-align: top;
    display:inline-block;
}

.stylized_form .radiogroup > label{
    width:100px;
    vertical-align: top;
    font-size:10px;
    height:25px;
    line-height:12px;
    display: inline-block;
    text-align: left;
}

.stylized_form .radiogroup > input{
    width:20px;
    height:20px;
    vertical-align: top;
    font-size:10px;
    line-height:20px;
    margin: 0px 5px!important;
}

.stylized_form .small{
    color:#999999;
    display:block;
    font-size:9px;
    font-weight:normal;
    text-align:right;
    width:120px;
}

.stylized_form textarea{
    height:100px;
    resize: none;
}

.stylized_form input[type=checkbox]{
    width:20px;
    vertical-align: middle;
    /*margin-right:150px;*/
}

.stylized_form input[type=checkbox].input_half{
    width:25px;
    vertical-align: middle;
    margin-right:5px;
}

.stylized_form label.input_half{
    width:50px;
    vertical-align: middle;
    margin-right:5px;
}

.stylized_form input,.stylized_form textarea,.stylized_form select{
    display:inline-block;
    font-size:11px!important;
    padding:2px 1px;
    border:solid 1px #d5d5d5!important;
    width:150px;
    margin:1px 0 1px 0px;
    vertical-align: middle;
    text-align: left;
}
.stylized_form button{
    margin-bottom:5px!important
}
.stylized_form .sub_button_field input,.stylized_form .sub_button_field textarea,.stylized_form .sub_button_field select{
    width:145px;
}
.stylized_form .check_label{
    display: inline-block;
    vertical-align: top;
    height:20px;
    line-height: 12px;
    font-size: 10px;
    color:#777;
    width:65px;
    white-space: normal;
    text-align:left;
    margin-top: 5px;
    margin-left: 2px;
}
.stylized_form  input[type=checkbox].check_check{
    display: inline-block;
    vertical-align: top;
    width:25px;
    margin-top: 3px;
    margin-left: 3px;
}

.stylized_form .sub_button{
    width:25px;
    height:25px;
    vertical-align: top;
    text-align: center;
    padding:0px;
    margin:1px;
    outline:none;
    border:none;
}

.stylized_form .sub_button i{
    line-height: 25px;
    width:100%;
    height:100%;
    cursor: pointer;
    top:0px;
}

.stylized_form .sub_button i:hover{
    background-color: rgba(255,255,255,.3);
}
.stylized_form .sub_button i:active,.stylized_form .sub_button i.tstart{
    background-color: rgba(0,0,0,.3);
}

.stylized_form input.input_half,.stylized_form textarea.input_half,.stylized_form select.input_half{
    display:inline-block;
    font-size:11px!important;
    padding:2px 1px;
    border:solid 1px #aacfe4;
    width:70px;
    margin:3px 0 3px 0px;
    vertical-align: middle;
    text-align: left;
}

.stylized_form input,.stylized_form textarea,.stylized_form select{
    min-height: 35px;
}

.stylized_form .autocomplete{
    border:1px solid #ccc;
    text-align:start;
    vertical-align:top;
    font-size:10px;
    width:180px;
    height:40px;
    margin-bottom:1px;
    padding:3px;
    transition:all .1s linear;
}
.stylized_form .autocomplete:hover{
    background:#BEEEEE;
}
.stylized_form .autocomplete:active,.stylized_form .autocomplete.tstart{
    transform:scale(.9,.9);
}
.stylized_form .autocomplete.disabled{
    pointer-events:none;
    color:#444;
    font-style:italic;
}

.stylized_form button{
    margin-left: 0px!important;
}
.stylized_form_label{
    display:block;
    font-size:11px!important;
    width:180px;
    margin:0px 0 5px 10px;
    height:16px;
    clear:right;
    text-align: left!important;
    font-weight:normal!important;
}


.stylized_form .fred *{
    color: rgba(50,50,150,.8);
}

.stylized_form .fgreen *{
    color: rgba(50,150,50,.8);
}

.stylized_tabs{
    width:100%;
    font-size:0px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row;
    text-align: right;
    background: #f0f0f0;
}

.stylized_tabs > .title{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    height:30px;
    font-size:10px;
    text-align: left;
    flex-grow:3;
    flex-basis: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    padding-left: 5px;
    color:#777;
}
.stylized_tabs > .item{
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    height:30px;
    text-align: center;
    border-bottom:3px solid #333;
    font-size:10px;
    flex-grow:3;
    flex-basis: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor:pointer;
}

.stylized_tabs > .item:hover{
    background:#f0f0f0;
}
.stylized_tabs > .item:active,.stylized_tabs > .item.tstart{
    background:#e0e0e0;
}
.stylized_tabs > .item:not(.active){
    border-bottom:3px solid transparent!important;
    color:#111;
}

.stylized_tabs > .action{
    flex-grow:1;
    flex-basis: 0;
    width:25px;
    display: inline-block;
    vertical-align: top;
    height:30px;
    text-align: center;
    background: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor:pointer;
    position: relative;
}

.stylized_tabs > .action .et_title{
    position: absolute;
    right:0px;
    height:20px;
    display: block;
    font-size: 11px;
    line-height:20px;
    padding:5px 0px;
    background:rgba(0,0,0,.9);
    color:rgba(255,255,255,.9);
    top:-25px;
    opacity:0;
    transition: .1s all ease;
    pointer-events: none;
    z-index:1000000;
    width:auto;
    white-space: nowrap;
    padding:0px 5px;
}

.stylized_tabs > .action:hover .et_title{
    opacity:1;
    top:-21px;
}

.stylized_tabs > .action.double{
    width:auto;
}

.stylized_tabs .btn{
    height:26px;
    margin: 2px 1px;
    padding:0px 10px;
    line-height: 30px;
    font-size: 10px;
}

.stylized_tabs > .action.blue{
    /*color: #006699;*/
}

.stylized_tabs > .action.green{
    /*color: #009966;*/
}
.stylized_tabs > .action.red{  
    color: maroon!important;
}
.stylized_tabs > .action > i{
    display:inline-block;
    vertical-align: top;
    font-size: 10px;
    /*width:100%;*/
    height:100%;
    line-height: 30px;
    padding: 0px 3px;
}
.stylized_tabs > .action > span{
    display:inline-block;
    vertical-align: top;
    font-size: 10px;
    /*width:100%;*/
    height:100%;
    line-height: 30px;
}
.stylized_tabs > .action:hover{
    background:rgba(0,0,0,.05);
}

.stylized_tabs > .action:active,.stylized_tabs > .action.tstart{
    background:rgba(0,0,0,.1);
}
.stylized_tabs > .action.dummy{
    background:none!important;
    cursor: default!important;
}


.stylized_select{
    position: fixed;
    top:40px;
    left:0px;
    z-index: 9000000000;
    width:200px;
    font-size: 0px;
}
.stylized_select >.items{
    max-height:250px;
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    position:relative;
}

.stylized_select >.header{
    width:100%;
    display:none;
    /*height:10px;*/
    /*border-top-left-radius:10px;*/
    /*border-top-right-radius:10px;*/
    /*background:#444;*/
    /*border:1px solid #006699;*/
    border-bottom-width: 0px;  
}
.stylized_select >.search{
    width:100%;
    border:2px solid #006699;
    color:#006699;
    caret-color: #009966;;
    padding:0px 10px;
    font-size: 15px!important;
    margin: 0px!important;
    height:30px;
    line-height:30px;
}
.stylized_select .input{
    width:calc(100% - 50px);
    display:inline-block;
    vertical-align: top;
    height:30px;
}
.stylized_select .go{
    display:inline-block;
    vertical-align: top;
    margin:0px!important;
    width:50px;
    height:30px;
}
.stylized_select >.clearer{
    width:100%;
    height:auto;
    padding: 5px;
    font-size:11px;
    line-height:12px;
    color:maroon;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    text-align:center;
}
.stylized_select >.clearer:hover{
    text-decoration: underline;
}

.stylized_select >.heading{
    width:100%;
    height:auto;
    padding: 5px;
    font-size:11px;
    line-height:12px;
    color:#fff;
    background:#006699;
    text-align:center;
}

.stylized_selct >.footer{
    width:100%;
    height:2px;
    border-bottom-left-radius:1px;
    border-bottom-right-radius:1px;
    background:#009966;
    /*border:1px solid #444;*/
}


.stylized_select >.items>.item{
    width:100%;
    padding:5px 10px;
    color:#444;
    background:#fff;
    font-size: 11px;
    line-height: 12px;
    width:100%;
    border:1px solid #d5d5d5;
    border-bottom-width: 0px;
}

.stylized_select >.items>.item.highlighted{
    background:#009966;
    color:#fff;
}

.stylized_select >.items >.item:last-child{
    border-bottom-width: 1px;
}


.stylized_select >.items >.item:hover{
    background: #e5e5e5;
}

.stylized_select >.items >.item:active,.stylized_select >.items >.item.tstart{
    background: #006699;
    color:#fff;
}

.stylized_select >.items>.item.filtered{
    display:none;
}



button.btn {
    display: inline-block;
    border-radius: 0px;
    margin: 0px;
    margin-right: 5px;
    padding: 5px 15px 5px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(#ffffff 0%, #e7e7e7 100%);
    background-image: -moz-linear-gradient(#ffffff 0%, #e7e7e7 100%);
    background-image: -ms-linear-gradient(#ffffff 0%, #e7e7e7 100%);
    background-image: -o-linear-gradient(#ffffff 0%, #e7e7e7 100%);
    background-image: linear-gradient(#ffffff 0%, #e7e7e7 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffffffff', GradientType=0);
    outline: none;
    /*box-shadow: 0px 1px 0px white;*/
    cursor: default;
    /*min-width: 75px;*/
    line-height: 100% !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
    height: 30px;
}

button.btn:hover {
    text-decoration: none;
    background-image: -webkit-linear-gradient(#f7f7f7 0%, #dddddd 100%);
    background-image: -moz-linear-gradient(#f7f7f7 0%, #dddddd 100%);
    background-image: -ms-linear-gradient(#f7f7f7 0%, #dddddd 100%);
    background-image: -o-linear-gradient(#f7f7f7 0%, #dddddd 100%);
    background-image: linear-gradient(#f7f7f7 0%, #dddddd 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#fff7f7f7', GradientType=0);
    color: #333;
}
button.btn:active,button.btn.tstart,
button.btn.clicked {
    background-image: -webkit-linear-gradient(#cccccc 0%, #cccccc 100%);
    background-image: -moz-linear-gradient(#cccccc 0%, #cccccc 100%);
    background-image: -ms-linear-gradient(#cccccc 0%, #cccccc 100%);
    background-image: -o-linear-gradient(#cccccc 0%, #cccccc 100%);
    background-image: linear-gradient(#cccccc 0%, #cccccc 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
    text-shadow: 1px 1px 1px #eee;
}
button.btn:disabled {
    background: #f7f7f7 !important;
    color: #bdbcbc !important;
    text-shadow: none !important;
}
button.btn-blue {
    color: white;
    background-image: -webkit-linear-gradient(#80c0f7 0%, #269df0 100%);
    background-image: -moz-linear-gradient(#80c0f7 0%, #269df0 100%);
    background-image: -ms-linear-gradient(#80c0f7 0%, #269df0 100%);
    background-image: -o-linear-gradient(#80c0f7 0%, #269df0 100%);
    background-image: linear-gradient(#80c0f7 0%, #269df0 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff269df0', endColorstr='#ff80c0f7', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-blue:hover {
    color: white;
    background-image: -webkit-linear-gradient(#73b6f0 0%, #2391dd 100%);
    background-image: -moz-linear-gradient(#73b6f0 0%, #2391dd 100%);
    background-image: -ms-linear-gradient(#73b6f0 0%, #2391dd 100%);
    background-image: -o-linear-gradient(#73b6f0 0%, #2391dd 100%);
    background-image: linear-gradient(#73b6f0 0%, #2391dd 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2391dd', endColorstr='#ff73b6f0', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-blue:active,button.btn-blue.tstart,
button.btn-blue.clicked {
    color: white;
    background-image: -webkit-linear-gradient(#1e83c9 0%, #1e83c9 100%);
    background-image: -moz-linear-gradient(#1e83c9 0%, #1e83c9 100%);
    background-image: -ms-linear-gradient(#1e83c9 0%, #1e83c9 100%);
    background-image: -o-linear-gradient(#1e83c9 0%, #1e83c9 100%);
    background-image: linear-gradient(#1e83c9 0%, #1e83c9 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1e83c9', endColorstr='#ff1e83c9', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-green {
    color: white;
    background-image: -webkit-linear-gradient(#81cf81 0%, #52a452 100%);
    background-image: -moz-linear-gradient(#81cf81 0%, #52a452 100%);
    background-image: -ms-linear-gradient(#81cf81 0%, #52a452 100%);
    background-image: -o-linear-gradient(#81cf81 0%, #52a452 100%);
    background-image: linear-gradient(#81cf81 0%, #52a452 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff52a452', endColorstr='#ff81cf81', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-green:hover {
    color: white;
    background-image: -webkit-linear-gradient(#6abe68 0%, #3f8f3d 100%);
    background-image: -moz-linear-gradient(#6abe68 0%, #3f8f3d 100%);
    background-image: -ms-linear-gradient(#6abe68 0%, #3f8f3d 100%);
    background-image: -o-linear-gradient(#6abe68 0%, #3f8f3d 100%);
    background-image: linear-gradient(#6abe68 0%, #3f8f3d 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3f8f3d', endColorstr='#ff6abe68', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-green:active,button.btn-green.tstart,
button.btn-green.clicked {
    color: white;
    background-image: -webkit-linear-gradient(#377d36 0%, #377d36 100%);
    background-image: -moz-linear-gradient(#377d36 0%, #377d36 100%);
    background-image: -ms-linear-gradient(#377d36 0%, #377d36 100%);
    background-image: -o-linear-gradient(#377d36 0%, #377d36 100%);
    background-image: linear-gradient(#377d36 0%, #377d36 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff377d36', endColorstr='#ff377d36', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-orange {
    color: white;
    background-image: -webkit-linear-gradient(#fcc272 0%, #fb8822 100%);
    background-image: -moz-linear-gradient(#fcc272 0%, #fb8822 100%);
    background-image: -ms-linear-gradient(#fcc272 0%, #fb8822 100%);
    background-image: -o-linear-gradient(#fcc272 0%, #fb8822 100%);
    background-image: linear-gradient(#fcc272 0%, #fb8822 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffb8822', endColorstr='#fffcc272', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-orange:hover {
    color: white;
    background-image: -webkit-linear-gradient(#f4ad59 0%, #f1731f 100%);
    background-image: -moz-linear-gradient(#f4ad59 0%, #f1731f 100%);
    background-image: -ms-linear-gradient(#f4ad59 0%, #f1731f 100%);
    background-image: -o-linear-gradient(#f4ad59 0%, #f1731f 100%);
    background-image: linear-gradient(#f4ad59 0%, #f1731f 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff1731f', endColorstr='#fff4ad59', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-orange:active,button.btn-orange.tstart,
button.btn-orange.clicked {
    color: white;
    background-image: -webkit-linear-gradient(#b98747 0%, #b98747 100%);
    background-image: -moz-linear-gradient(#b98747 0%, #b98747 100%);
    background-image: -ms-linear-gradient(#b98747 0%, #b98747 100%);
    background-image: -o-linear-gradient(#b98747 0%, #b98747 100%);
    background-image: linear-gradient(#b98747 0%, #b98747 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffb98747', endColorstr='#ffb98747', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-red {
    color: white;
    background-image: -webkit-linear-gradient(#ff6e70 0%, #c72d2d 100%);
    background-image: -moz-linear-gradient(#ff6e70 0%, #c72d2d 100%);
    background-image: -ms-linear-gradient(#ff6e70 0%, #c72d2d 100%);
    background-image: -o-linear-gradient(#ff6e70 0%, #c72d2d 100%);
    background-image: linear-gradient(#ff6e70 0%, #c72d2d 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffc72d2d', endColorstr='#ffff6e70', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-red:hover {
    color: white;
    background-image: -webkit-linear-gradient(#ee696c 0%, #ae2527 100%);
    background-image: -moz-linear-gradient(#ee696c 0%, #ae2527 100%);
    background-image: -ms-linear-gradient(#ee696c 0%, #ae2527 100%);
    background-image: -o-linear-gradient(#ee696c 0%, #ae2527 100%);
    background-image: linear-gradient(#ee696c 0%, #ae2527 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffae2527', endColorstr='#ffee696c', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}
button.btn-red:active,button.btn-red.tstart,
button.btn-red.clicked {
    color: white;
    background-image: -webkit-linear-gradient(#9c2123 0%, #9c2123 100%);
    background-image: -moz-linear-gradient(#9c2123 0%, #9c2123 100%);
    background-image: -ms-linear-gradient(#9c2123 0%, #9c2123 100%);
    background-image: -o-linear-gradient(#9c2123 0%, #9c2123 100%);
    background-image: linear-gradient(#9c2123 0%, #9c2123 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9c2123', endColorstr='#ff9c2123', GradientType=0);
    text-shadow: 1px 1px 1px #777777;
}

.generic_label_value{
    font-size: 0px;
}
.generic_label_value >label{
    font-size: 10px;
    color:#006699;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width:80px;
}
.generic_label_value>span{
    font-size: 10px;
    color:#444;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left:5px;
    width:calc(100% - 85px);
}
.ttip{
    position: relative;
} 

/* Tooltip text */
.ttip .tipleft,.ttip .tiptop,.ttip .tipright,.ttip .tipbottom {
    background-color: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    padding: 5px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1000000000;
    font-size: 10px;
    width: auto;
    line-height: 11px;
    pointer-events: none;
    transition: .1s all ease;
    opacity: 0;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ttip:hover .tipleft,.ttip:hover .tiptop,.ttip:hover .tipright,.ttip:hover .tipbottom {
    opacity:1;

}
.ttip .tiptop{
    bottom: 100%;
    left: 50%; 
    margin-left: -50%; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.ttip .tipleft{
    top: -5px;
    right: 105%; 
}
.ttip .tipright{
    top: -5px;
    left: 105%; 
}
.ttip .tipbottom{
    top: 100%;
    left: 50%; 
    margin-left: -50%; /* Use half of the width (120/2 = 60), to center the tooltip */
}


.cell_ticker{
    margin: 0px ;
    width:50px;
    text-align: center!important;
    border-bottom:1px dotted rgba(0,0,0,.1);
    border-right:1px dotted rgba(0,0,0,.1);
    user-select:none;
}
.cell_ticker>i{
    display: inline-block;
}

.cell_ticker:hover{
    background: rgba(0,0,0,.05);
}

.cell_ticker:active,.cell_ticker.tstart{
    background: rgba(0,0,0,.1);
}
.cell_ticker.active{
    /*background: rgba(0,10,250,.7);*/
}
.cell_ticker.hover{
    background: rgba(255,0,0,.4);
    border:1px solid #777;
}


/*.flex_container_same_height{
    display:  inline-flex;
    width: 100%;
}
.flex_container_same_height > .flex_div{
    flex: 1!important;
}*/
.animated_delay { animation-delay: .85s }
.animated_delay:nth-child(1) { animation-delay: .1s }
.animated_delay:nth-child(2) { animation-delay: .2s }
.animated_delay:nth-child(3) { animation-delay: .275s }
.animated_delay:nth-child(4) { animation-delay: .35s }
.animated_delay:nth-child(5) { animation-delay: .4s }
.animated_delay:nth-child(6) { animation-delay: .45s }
.animated_delay:nth-child(7) { animation-delay: .5s }
.animated_delay:nth-child(8) { animation-delay: .55s }
.animated_delay:nth-child(9) { animation-delay: .6s }
.animated_delay:nth-child(10) { animation-delay: .65s }
.animated_delay:nth-child(11) { animation-delay: .7s }
.animated_delay:nth-child(12) { animation-delay: .75s }
.animated_delay:nth-child(13) { animation-delay: .8s }
.animated_delay:nth-child(14) { animation-delay: .85s }
.animated_delay:nth-child(15) { animation-delay: .9s }
.animated_delay:nth-child(16) { animation-delay: .95s }



.w2ui-overlay{
    z-index: 2147483647!important;
}


/*SNACKBAR*/

#snackbar {
    z-index: 2000000000!important;
    width:100%;
    text-align: center; /* Centered text */
    line-height: 1.2em;
    position: absolute; /* Sit on top of the screen */
    z-index: 0; /* Add a z-index if needed */
    top: 55px; /* 30px from the bottom */
    pointer-events: none;
}

#snackbar >div {
    z-index: 2000000000!important;
    position: absolute;
    display: block;
    width:100%;
    text-align: center;
    transition: .1s all ease;    
    opacity: 0;
    pointer-events: none;
    top:30px;
}
#snackbar >div>div {
    display: inline-block;
    max-width: calc(100% - 20px);
    pointer-events: none;
    background-color: rgba(0,0,0,.7); /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 10px 20px; /* Padding */
    line-height: 1.2em;
    font-size: 14px;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar  > div.show {
    opacity: 1!important;
    top:0px;
}
#snackbar  >div.hide {
    opacity: 0;
    top:-30px;
}

#snackbar >div >div i{
    margin-right:10px;
}


.generic_context_overlay{
    z-index: 9000000100;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    position: fixed;
    top:0;
    left:0;
}
.generic_context{
    z-index: 9000000100;
    width:225px;
    border:1px solid #d0d0d0;
    background: #f0f0f0;
    color:gray;
    position: absolute;
    transition: .05s linear all;
    transform: translate(-10px ,-10px) scale(0.6,0.6);
    padding:1px;
    opacity: 0;
}

.generic_context.active{
    transform: translate(0px ,0px);
    opacity: 1;
}

.generic_context > .header{
    width:100%;
    font-size: 12px;
    color:#777;
    margin-bottom: 5px;
    padding:5px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    background: #e5e5e5;
}
.generic_context > .header.green_header{
    background: linear-gradient(to bottom, rgba(125,220,31,1) 1%,rgba(104,158,23,1) 100%); 
    color:#f5f5f5;
}

.generic_context > .item{
    width:100%;
    padding:3px 2px;
    padding-left: 10px;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generic_context > .item:hover{
    background: #e0e0e0;
}

.generic_context > .item:active,.generic_context > .item.tstart{
    background: #c0c0c0;
}

.generic_context > .item.active{
    background: #006699;
}

.generic_context > .item.active *{
    color:white!important;
}


.generic_context > .item > i{
    width:20px;
    height:20px;
    text-align: center;
    /*color:#006699;*/
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.generic_context > .item > span{
    cursor: default;
    width:calc(100% - 30px);
    min-height:20px;
    text-align: center;
    color:#111;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    padding-top: 1px;
}

.generic_context > .item.disabled,.generic_context > .item.disabled >i ,.generic_context > .item.disabled>span{
    color:rgba(0,0,0,.2)!important;
}


.hover_show{
    opacity:0;
    pointer-events: none;
}
.hover_show_container:hover .hover_show{
    opacity:1;
    pointer-events: auto;
}

.display_table_no_result{
    opacity: 0.7;
    /*font-style: italic;*/
    width:calc(100% - 20px);
    max-width: 400px;
    padding:10px 7px;
    margin: 5px;
    padding-left: 40px;
    font-size: 11px;
    background: rgb(252,215,128);
    background: linear-gradient(45deg, rgba(252,215,128,1) 1%,rgba(255,193,142,1) 100%);
    border:1px solid rgba(0,0,0,.3);
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.27);
}
.display_table_no_result >i{
    font-size: 16px;
    line-height: 30px;
    color:rgba(0,0,0,.8);
    display: inline-block;
    vertical-align: top;
    width:40px;
    text-align: center;
    color:#111;
    position: absolute;
    top:0px;
    left:0px;
}

.display_table_no_result >span{
    font-size: 11px;
    line-height: 12px;
    color:rgba(0,0,0,.7);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 30px);
    max-width: 300px;
    text-align: left;
}
