
/***** GENERIC*/
*{
    box-sizing: border-box;
    position: relative;
}
.heading{
    background: linear-gradient(150deg,#324d68 15%,#006699 70%,#009966 94%);
}
h1{
    font-size: 3em;
    color:#9fdbfc;
    text-transform: uppercase;
    margin: 0px!important;
    padding:0px;
}


h2{
    font-size: 2.5em;
    color:#444;
}

p{
    font-size: 1.2em;
    color:#444;
}

.fright, .fleft{display:block; overflow:hidden}
.fright{float:right}
.fleft{float:left}

.border_one{
    border:1px solid #e0e0e0;
}

.pos_absolute_top_right_0{
    position:absolute;
    top:0;
    right:0;
}
.pos_absolute_bottom_right_0{
    position:absolute;
    bottom:0;
    right:0;
}
.pos_absolute_top_left_0{
    position:absolute;
    top:0;
    left:0;
}
.pos_absolute_bottom_left_0{
    position:absolute;
    bottom:0;
    left:0;
}
.no_border{
    border:none!important;
    border-collapse: collapse!important;
}

.no_padding{
    padding-left:0!important;
}

.no_margin{
    margin:0!important;
}
.pointer_events_none{
    pointer-events:none;
}

.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_10{
    font-size: 10px;
}
.font_11{
    font-size: 11px;
}
.font_12{
    font-size: 12px;
}
.font_14{
    font-size: 14px;
}
.font_16{
    font-size: 14px;
}
.font_18{
    font-size: 18px;
}
.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_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%;
}


.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+ */
}

.padding_15{
    padding: 15px!important;
}

.padding_20{
    padding: 20px!important;
}

.padding_10{
    padding: 10px!important;
}

.padding_5{
    padding: 5px!important;
}
.padding_2{
    padding: 2px!important;
}
.padding_1{
    padding: 1px!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;
}

.bg_contain{
    background-repeat: no-repeat;
    background-size: contain;
}
.bg_cover{
    background-size: cover;
}
.bg_center{
    background-position: center;
}
.bg_left{
    background-position: left;
}
.bg_right{    
    background-position: right;
}
.bg_topleft{
    background-position: top left;
}
.bg_topright{
    background-position: top right;
}
.bg_bottomleft{
    background-position: bottom left;
}
.bg_bottomright{
    background-position: bottom right;
}


.inner_shadow{
    -webkit-box-shadow: inset -1px 5px 11px 0px rgba(0,0,0,0.23);
-moz-box-shadow: inset -1px 5px 11px 0px rgba(0,0,0,0.23);
box-shadow: inset -1px 5px 11px 0px rgba(0,0,0,0.23);
}



.display_field{
    white-space: nowrap;
    font-size: 0px;
    margin-bottom: 5px;
} 

.display_field .header{
    white-space: normal;
    font-size: 13px;
    line-height: 14px;
    color:#069;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 5px;
    width:200px;
    border-bottom: 1px dashed #777;
    padding-bottom: 5px;
}

.display_field .name{
    display: inline-block;
    vertical-align: top;
    width:75px;
    white-space: normal;
    text-align: right;
    padding-right: 10px;
    font-size: 10px;
    color:#444;
    line-height: 11px;
}

.display_field .value{
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 75px);
    white-space: normal;
    color:#111;
    line-height: 11px;
    font-size: 10px;
    text-align: left;
} 