
/***** GENERIC*/
*{
    box-sizing: border-box;
}


.fright, .fleft{
    display:block;
    overflow:hidden
}
.fright{
    float:right
}
.fleft{
    float:left
}

.pointer_events_none{
    pointer-events: none;
}

.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_12{
    font-size: 12px;
}
.font_13{
    font-size: 13px;
}
.font_10{
    font-size: 10px;
}
.font_11{
    font-size: 11px;
}
.font_16{
    font-size: 16px;
}
.font_18{
    font-size: 18px;
}

.border_radius_5{
    border-radius: 5px;
}

.border_radius_10{
    border-radius: 10px;
}

.border_radius_15{
    border-radius: 15px;
}

.border_radius_20{
    border-radius: 20px;
}

.font_standard{
    font-size: 11px;
}

.font_14{
    font-size: 14px;
}

.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%;
}


.inline_block{
    display: inline-block;
    *display: inline;
    zoom: 1;
}


.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;
}

.pos_relative{
    position:relative;
}

.bottom_0{
    bottom:0;
}

.bottom_10{
    bottom:50px;
}

.bottom_20{
    bottom:20px;
}

.bottom_30{
    bottom:30px;
}

.bottom_40{
    bottom:40px;
}

.bottom_50{
    bottom:50px;
}


.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+ */
}

.box_shadow_2{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.27);
}

.line_height_0{
    line-height: 0;
}

.line_height_auto{
    line-height: normal;
}

.padding_10{
    padding: 10px!important;
}
.padding_20{
    padding: 20px!important;
}
.padding_30{
    padding: 30px!important;
}
.padding_40{
    padding: 40px!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);
        transform: scale(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);
        transform: scale(1) translateX(20) ;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.uppercase{
    text-transform: uppercase;
}

.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;
}


.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 5px;
    ;
    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;
}
.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;
}


.pos_relative{
    position:relative;
}

.pos_absolute{
    position:absolute;
}
.pos_absolute_top_left_0{
    position:absolute;
    top:0px;
    left:0px;
}
.pos_absolute_top_left_1{
    position:absolute;
    top:1px;
    left:1px;
}

.pos_absolute_top_left_2{
    position:absolute;
    top:2px;
    left:2px;
}
.pos_absolute_top_left_3{
    position:absolute;
    top:3px;
    left:3px;
}
.pos_absolute_top_left_5{
    position:absolute;
    top:5px;
    left:5px;
}
.pos_absolute_top_left_10{
    position:absolute;
    top:10px;
    left:10px;
}
.pos_absolute_top_left_15{
    position:absolute;
    top:15px;
    left:15px;
}
.pos_absolute_top_left_20{
    position:absolute;
    top:20px;
    left:20px;
}
.pos_absolute_top_left_25{
    position:absolute;
    top:25px;
    left:25px;
}
.pos_absolute_top_right_0{
    position:absolute;
    top:0px;
    right:0px;
}
.pos_absolute_top_right_1{
    position:absolute;
    top:1px;
    right:1px;
}
.pos_absolute_top_right_2{
    position:absolute;
    top:2px;
    right:2px;
}
.pos_absolute_top_right_3{
    position:absolute;
    top:3px;
    right:3px;
}
.pos_absolute_top_right_5{
    position:absolute;
    top:5px;
    right:5px;
}
.pos_absolute_top_right_10{
    position:absolute;
    top:10px;
    right:10px;
}
.pos_absolute_top_right_15{
    position:absolute;
    top:15px;
    right:15px;
}
.pos_absolute_top_right_20{
    position:absolute;
    top:20px;
    right:20px;
}
.pos_absolute_top_right_25{
    position:absolute;
    top:25px;
    right:25px;
}

.pos_absolute_top_0{
    top:0px;
}
.pos_absolute_left_30{
    left:30px;
}


.pos_absolute_bottom_left_0{
    position:absolute;
    bottom:0px;
    left:0px;
}

.pos_absolute_bottom_left_5{
    position:absolute;
    bottom:0px;
    left:0px;
}
.pos_absolute_bottom_right_0{
    position:absolute;
    bottom:0px;
    right:0px;
}

.pos_absolute_bottom_right_5{
    position:absolute;
    bottom:5px;
    right:5px;
}

.top_0{
    top:0px;
}
.top_1{
    top:1px;
}
.top_2{
    top:2px;
}
.top_3{
    top:3px;
}
.top_5{
    top:5px;
}
.top_10{
    top:10px;
}
.top_15{
    top:15px;
}
.top_20{
    top:20px;
}
.top_25{
    top:25px;
}
.top_30{
    top:30px;
}
.top_35{
    top:35px;
}
.top_40{
    top:40px;
}
.top_45{
    top:45px;
}
.top_50{
    top:50px;
}
.top_55{
    top:55px;
}
.top_100{
    top:100px;
}

.left_0{
    left:0px;
}
.left_1{
    left:1px;
}
.left_2{
    left:2px;
}
.left_3{
    left:3px;
}
.left_5{
    left:5px;
}
.left_10{
    left:10px;
}
.left_15{
    left:15px;
}
.left_20{
    left:20px;
}
.left_25{
    left:25px;
}
.left_30{
    left:30px;
}
.left_35{
    left:35px;
}
.left_40{
    left:40px;
}
.left_45{
    left:45px;
}
.left_50{
    left:50px;
}
.left_55{
    left:55px;
}
.left_100{
    left:100px;
}
.left_150{
    left:150px;
}
.left_200{
    left:200px;
}


.right_0{
    right:0px;
}
.right_1{
    right:1px;
}
.right_2{
    right:2px;
}
.right_3{
    right:3px;
}
.right_5{
    right:5px;
}
.right_10{
    right:10px;
}
.right_15{
    right:15px;
}
.right_20{
    right:20px;
}
.right_25{
    right:25px;
}
.right_30{
    right:30px;
}
.right_35{
    right:35px;
}
.right_40{
    right:40px;
}
.right_45{
    right:45px;
}
.right_50{
    right:50px;
}
.right_55{
    right:55px;
}
.right_100{
    right:100px;
}
.right_150{
    right:150px;
}
.right_200{
    right:200px;
}

.bottom_0{
    bottom:0px;
}
.bottom_1{
    bottom:1px;
}
.bottom_2{
    bottom:2px;
}
.bottom_3{
    bottom:3px;
}
.bottom_5{
    bottom:5px;
}
.bottom_10{
    bottom:10px;
}
.bottom_15{
    bottom:15px;
}
.bottom_20{
    bottom:20px;
}
.bottom_25{
    bottom:25px;
}
.bottom_30{
    bottom:30px;
}
.bottom_35{
    bottom:35px;
}
.bottom_40{
    bottom:40px;
}
.bottom_45{
    bottom:45px;
}
.bottom_50{
    bottom:50px;
}
.bottom_55{
    bottom:55px;
}