/***** GENERIC*/
html {
    height:100%;
    width:100%;
    overflow: hidden;
    margin:0;
}

body {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height:100%;
    width:100%;
    overflow: auto;
    margin:0;
}
*{
    position: relative;
    box-sizing: border-box;
}

h1{
    color:#FF0000;
}
h2{
    color:#E82C0C;
}
h3,h4,h5{
    color:#E82C0C;
}
.fgrad_main{
    color:#7B7B22;
    background: -webkit-linear-gradient(#7B7B22, #79BD8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fright, .fleft{
    display:block;
    overflow:hidden
}
.fright{
    float:right
}
.fleft{
    float:left
}
.fred{
    color:maroon;
}
.fgreen{
    color:green;
}
.border_one{
    border:1px solid #e0e0e0;
}

.no_border{
    border:none!important;
    border-collapse: collapse!important;
}

.no_padding{
    padding-left:0!important;
}

.margin_2{
    margin:.5%;
}

.margin_5{
    margin:5px;
}

.margin_10{
    margin:10px;
}

.acenter{
    text-align: center;
}

.aleft{
    text-align: left;
}

.aright{
    text-align: right;
}

.ie_inline{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.op_10{
    opacity:.1;
}
.op_20{
    opacity:.2;
}
.op_30{
    opacity:.3;
}
.op_40{
    opacity:.4;
}
.op_50{
    opacity:.5;
}
.op_60{
    opacity:.6;
}
.op_70{
    opacity:.7;
}
.op_80{
    opacity:.8;
}
.op_90{
    opacity:.9;
}
.font_10{
    font-size: 10px;
}
.font_11{
    font-size: 11px;
}
.font_12{
    font-size: 12px;
}
.font_14{
    font-size: 14px;
}
.font_16{
    font-size: 16px;
}
.font_18{
    font-size: 18px;
}
.font_20{
    font-size: 20px;
}
.font_22{
    font-size: 22px;
}
.font_24{
    font-size: 24px;
}
.font_32{
    font-size: 32px;
}

.flex-grid {
    display: flex;
}
.col {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
@media (max-width: 400px) {
    .flex-grid {
        display: block;
    }
}

.flex-grid-thirds {
    display: flex;
    justify-content: space-between;
}
.flex-grid-thirds .col {
    width: 32%;
}

.font_standard{
    font-size: 11px;
}
.no_margin{
    margin: 0;
}
.full_height{
    height:100%;
}

.full_width{
    width:100%;
}

.full_height_important{
    height:100%!important;
}

.full_width_important{
    width:100%!important;
}

.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%;
}


.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;
}


.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;
}
.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%;
}

.pointer_events_none{
    pointer-events: none;
}
.padding_5{
    padding:5px;
}
.padding_10{
    padding:10px;
}

.padding_left_5{
    padding-left:5px;
}
.padding_left_10{
    padding-left:10px;
}
.padding_left_15{
    padding-left:15px;
}
.padding_left_20{
    padding-left:20px;
}
.padding_left_25{
    padding-left:25px;
}
.padding_left_30{
    padding-left:30px;
}
.padding_left_35{
    padding-left:35px;
}
.padding_left_40{
    padding-left:40px;
}
.padding_left_45{
    padding-left:45px;
}
.padding_left_50{
    padding-left:50px;
}
.padding_left_55{
    padding-left:55px;
}
.padding_left_60{
    padding-left:60px;
}
.padding_left_65{
    padding-left:65px;
}
.padding_left_70{
    padding-left:70px;
}
.padding_left_75{
    padding-left:75px;
}
.padding_left_80{
    padding-left:80px;
}
.padding_left_85{
    padding-left:85px;
}
.padding_left_90{
    padding-left:90px;
}
.padding_left_95{
    padding-left:95px;
}
.padding_left_100{
    padding-left:100px;
}
.padding_left_150{
    padding-left:150px;
}
.padding_left_200{
    padding-left:200px;
}
.padding_left_250{
    padding-left:250px;
}
.padding_left_260{
    padding-left:260px;
}
.padding_left_275{
    padding-left:275px;
}
.padding_left_450{
    padding-left:450px;
}
.padding_left_500{
    padding-left:500px;
}

.padding_right_5{
    padding-right:5px;
}
.padding_right_10{
    padding-right:10px;
}
.padding_right_15{
    padding-right:15px;
}
.padding_right_20{
    padding-right:20px;
}
.padding_right_25{
    padding-right:25px;
}
.padding_right_30{
    padding-right:30px;
}
.padding_right_35{
    padding-right:35px;
}
.padding_right_40{
    padding-right:40px;
}
.padding_right_45{
    padding-right:45px;
}
.padding_right_50{
    padding-right:50px;
}
.padding_right_55{
    padding-right:55px;
}
.padding_right_60{
    padding-right:60px;
}
.padding_right_65{
    padding-right:65px;
}
.padding_right_70{
    padding-right:70px;
}
.padding_right_75{
    padding-right:75px;
}
.padding_right_80{
    padding-right:80px;
}
.padding_right_85{
    padding-right:85px;
}
.padding_right_90{
    padding-right:90px;
}
.padding_right_95{
    padding-right:95px;
}
.padding_right_100{
    padding-right:100px;
}
.padding_right_150{
    padding-right:150px;
}
.padding_right_200{
    padding-right:200px;
}
.padding_right_250{
    padding-right:250px;
}
.padding_right_260{
    padding-right:260px;
}

.padding_right_300{
    padding-right:300px;
}
.padding_right_350{
    padding-right: 350px;
}
.margin_left_5{
    margin-left:5px;
}
.margin_left_10{
    margin-left:10px;
}
.margin_left_15{
    margin-left:15px;
}
.margin_left_20{
    margin-left:20px;
}
.margin_left_25{
    margin-left:25px;
}
.margin_left_30{
    margin-left:30px;
}
.margin_left_35{
    margin-left:35px;
}
.margin_left_40{
    margin-left:40px;
}
.margin_left_45{
    margin-left:45px;
}
.margin_left_50{
    margin-left:50px;
}
.margin_left_55{
    margin-left:55px;
}
.margin_left_60{
    margin-left:60px;
}
.margin_left_65{
    margin-left:65px;
}
.margin_left_70{
    margin-left:70px;
}
.margin_left_75{
    margin-left:75px;
}
.margin_left_80{
    margin-left:80px;
}
.margin_left_85{
    margin-left:85px;
}
.margin_left_90{
    margin-left:90px;
}
.margin_left_95{
    margin-left:95px;
}
.margin_left_100{
    margin-left:100px;
}
.margin_left_150{
    margin-left:150px;
}
.margin_left_200{
    margin-left:200px;
}
.margin_left_250{
    margin-left:250px;
}
.margin_left_275{
    margin-left:275px;
}
.margin_left_450{
    margin-left:450px;
}
.margin_left_500{
    margin-left:500px;
}

.margin_right_5{
    margin-right:5px;
}
.margin_right_10{
    margin-right:10px;
}
.margin_right_15{
    margin-right:15px;
}
.margin_right_20{
    margin-right:20px;
}
.margin_right_25{
    margin-right:25px;
}
.margin_right_30{
    margin-right:30px;
}
.margin_right_35{
    margin-right:35px;
}
.margin_right_40{
    margin-right:40px;
}
.margin_right_45{
    margin-right:45px;
}
.margin_right_50{
    margin-right:50px;
}
.margin_right_55{
    margin-right:55px;
}
.margin_right_60{
    margin-right:60px;
}
.margin_right_65{
    margin-right:65px;
}
.margin_right_70{
    margin-right:70px;
}
.margin_right_75{
    margin-right:75px;
}
.margin_right_80{
    margin-right:80px;
}
.margin_right_85{
    margin-right:85px;
}
.margin_right_90{
    margin-right:90px;
}
.margin_right_95{
    margin-right:95px;
}
.margin_right_100{
    margin-right:100px;
}
.margin_right_150{
    margin-right:150px;
}
.margin_right_200{
    margin-right:200px;
}
.margin_right_250{
    margin-right:250px;
}

.margin_right_300{
    margin-right:300px;
}
.margin_right_350{
    margin-right: 350px;
}


.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{
    margin: auto;
    max-width: 1024px!important;
    position: relative;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.overflow_height_auto{
    overflow-x: hidden;
    overflow-y: auto;
}

.shadow {
    text-shadow:3px 4px 5px #000;
}

.color_white{
    color:white;
}

.color_black{
    color:black;
}

.color_gray{
    color:#444;
}

.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-color: 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-color: 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-color: 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);
    }
}

.sct_dialog_conf{
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 100px;
    max-height: 92%!important;
    height:auto;
    padding:5px 0px;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all .1s linear;

}

.sct_dialog{
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,.4);
    position:absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    min-height: 150px;
    /*max-height: 92%!important;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    transition: all .1s linear;
    max-height: 98%;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.59);
}



.sct_dialog.active,.sct_dialog_conf.active{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

}
.no_transition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform:none!important;
}

.sct_dialog div[rel="title"]{
    position: relative;
    cursor: move;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    width:100%;
    height:30px;
    line-height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color:rgba(0,0,0,.7);
    background:#f0f0f0;
    background:#096;
    background: #009966; /* Old browsers */

    background: linear-gradient(to right, maroon 0%,#006699 100%);
    text-transform: uppercase;
}

.sct_dialog div[rel="title"]>div{
    width:100%;
    height:100%;
    color:#e5e5e5;
    background-image: url(/images/layout_images/dialog_image.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    font-size:11px;
}

.sct_loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}

.sct_dialog div[rel="title"] button{
    position: absolute;
    right:5px;
    top:5px;
    background: rgba(0,0,0,.4);
    font-size: 18px;
    color:#d7dac2;
    text-align: center;
    width:30px;
    height:20px;
    line-height:20px!important;
    font-size: 14px;
    padding:0px;
    font-weight: 100;
    text-shadow:none;
    outline:none;
    border:none;
    cursor: pointer;
}

.sct_dialog div[rel="title"] button:hover{
    background: #006699;
}

.sct_dialog div[rel="title"] button:active{
    background: #009966;
}

.sct_dialog div[rel="buttons"]{
    font-size: 10px;
    width:100%;
    height:35px;
    line-height:35px;
    position: absolute;
    bottom:0px;
    left:0px;

    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    background: #e0e0e0;
}

.sct_dialog div[rel="buttons"] button.disabled{
    pointer-events: none;
    opacity: 0.2;
}

button.disabled{
    pointer-events: none;
    opacity: 0.2;
}

.dv_confirm{
    width:100%;
    /*height:40px;*/
    margin: 20px 0px;
    font-size: 14px;
    color:gray;
    text-align: left;
    white-space: nowrap;
    padding-left:50px;
    padding-right:15px;
    position: relative;
    min-height: 35px;
}

.dv_confirm > i{
    color:#DBC206;
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    top:0;
    left:0;
    width:50px;
    height:35px;
    line-height:35px;
    font-size: 28px;
    text-align: center;
}

.dv_confirm span{
    margin-left: 10px;
    display:inline-block;
    vertical-align: top;
    white-space: normal;
    text-align: left;
}

.sct_dialog_overlay{
    background: rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:absolute;
    z-index: 900000000;
    top:0px;
    left:0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sct_dialog_body{
    max-height: 100%;
    position:relative;
    overflow: auto;
}


.main_loader{
    width:100%;
    height:100%;
    position: absolute;
    z-index: 1000000;
    background: rgba(0,0,0,.7);
    color:white;
    top:0;
    left:0px;
    font-size:64px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#707070+0,8e8e8e+100&0.75+0,0.43+53,0.74+100 */
    background: -moz-linear-gradient(top,  rgba(112,112,112,0.75) 0%, rgba(128,128,128,0.43) 53%, rgba(142,142,142,0.74) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(112,112,112,0.75) 0%,rgba(128,128,128,0.43) 53%,rgba(142,142,142,0.74) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(112,112,112,0.75) 0%,rgba(128,128,128,0.43) 53%,rgba(142,142,142,0.74) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf707070', endColorstr='#bd8e8e8e',GradientType=0 ); /* IE6-9 */
}
.sct_loader i{
    font-size: 64px;
    color:rgba(255,255,255,.5);
}


.td_table{
    display:table;
}

.td_cell{
    display:table-cell;
}

.large_generic_input {
    /* width: 200px; */
    font-size: 1.1em;
    width: 20em;
    padding: 5px 10px;
    color: #444;
    margin: 10px 0px;
}


.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


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.btn-small {
    padding: 2px 7px 2px 7px;
    font-size: 10px;
}
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.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.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.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.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.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;
}

.animated_delay_parent .animated_delay{

}
.hide {
    height: 0;
    width: 0;
    /* overflow: hidden; padding: 0; border: none; */
}



.dialog_overlay{
    width:100%;
    height:100%;
    position:fixed;
    background:#111;
    background:rgba(0,0,0,.7);
    text-align: center;
    top:0;
    left:0;
    z-index: 100000;
    opacity:0;
    transition: .2s ease all;
    display:none;
}

.dialog_overlay.active{
    opacity:1;
    top:0px;
    display:block;
    z-index: 900000000;
}

.dialog_overlay .dialog{
    top:50;
}
.dialog_overlay.active .dialog{
    opacity:1;
    top:50%;
    transform:translate(0, -50%); 
}

.dialog_form input.error{
    border:1px solid maroon!important;
}
.dialog .buttons{
    border-top:1px solid rgba(0,0,0,.2);
    background:rgba(0,0,0,.1);
    padding: 10px 0px;
    bottom:0;
    left:0;
    position: absolute;
    width:100%;
}
.dialog{
    opacity:0;
    transition: .2s ease all;
    overflow: hidden;
    display: inlne-block;
    position: relative;
    /*height:200px;*/
    margin: auto;
    background: #fff;
    max-width: 98%;
    max-height: 98%;
    margin-top: 1%;
    padding-bottom: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    overflow-y:auto;
}
.dialog>.body{
    width:100%;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
}


.dialog>.loader{
    background:rgba(255,255,255,.8);
    font-size: 11px;
    text-align: center;
    top:50%;
    transform:translate(0, -50%); 
    width:100%;
    height:100%;
    left:0;
    position: absolute;
}

.no_result{
    /*display: inline-block;*/
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 16px;
    /*background: #f0f0f0;*/
    /*border: 1px solid #eee;*/
    /*color:#aaa;*/
}


.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:10px;
    /*font-weight:bold;*/
    text-align:right;
    width:120px;
    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:25px;
    height:25px;
    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 .finance_label{
    margin:2px 0 5px 10px;
    display:inline-block;
    font-weight:normal;
    text-align:left;
    vertical-align: middle;
}

.stylized_form textarea{
    height:50px;
}

.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:180px;
    margin:3px 0 3px 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:30px;
    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:30px;
    height:30px;
    vertical-align: middle;
    text-align: center;
    padding:0px;
    margin:3px 2px 3px 2px;
    color:#777;

    outline:none;
    border:none;
}

.stylized_form .sub_button i{
    line-height: 30px;
    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{
    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:90px;
    margin:3px 0 3px 0px;
    vertical-align: middle;
    text-align: left;
}

.stylized_form input,.stylized_form textarea,.stylized_form select{
    min-height: 30px;
}

.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{
    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);
}

.w2ui-overlay{
    z-index: 2147483647!important;
}

.generic_rows .action_bar{
    width:100%;
    height:30px;
    line-height:30px;
    background:#e5e5e5;
    font-size:12px;
}
.generic_rows .action_bar >.filter{
    margin: 0px 5px;
}
.generic_rows .action_bar >.filter>span{
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
    color:#aaa;
}
.generic_rows .row{
    content-visibility:auto;
    will-change:transform;
    min-width:100%;
    /*background: #f0f0f0;*/
    margin-bottom: 1px;
    position:relative;
    text-align: left;
}
.generic_rows > .header{
    border-bottom:1px dashed #777;
    overflow:hidden;
    height:30px;
    margin-bottom: 0px!important;
}


.generic_rows > .body{
    height:calc(100% - 30px);
    overflow-y: auto;
}


/*.generic_rows >.body .row:nth-child(odd){
    background: #fff;
}*/
.generic_rows .row:hover{
    background: #e5e5e5;
}

.generic_rows .row.disabled{
    opacity: .5;
}
.generic_rows .row.disabled > div:not(.disabler){
    pointer-events: none;
}


.generic_rows .row.active{
    background: linear-gradient(135deg, rgba(220,238,247,1) 0%,rgba(241,220,247,1) 100%);
}
/*.generic_rows >.body .row.disabled > div:not(.disabler){
 pointer-events: none;
}*/


.generic_rows .row >div{
    /*height: 30px;*/
    /*line-height: 30px;*/
    padding:0px 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    color:#111;
    font-size: 10px;
    /*margin-right: 5px;*/
}


.generic_rows .row >div.hoverable:hover {
    opacity: .6;
}

.generic_rows .row >div.hoverable:active {
    opacity: .9;
}


.generic_rows .row >div.error{
    background: rgba(255,206,206,1);
}

.generic_rows .row >div.modified {
    background: rgba(0,50,200,.2);
}
.generic_rows .row >div.na {
    background: rgba(0,0,0,.2);
}
.generic_rows .row >div.hover {
    background: rgba(0,50,200,.2);
}
.generic_rows .row.filtered{
    display:none;
}
.filtered,.filtered2{
    display: none!important;
}
.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: linear-gradient(to bottom, rgba(137,137,137,0.29) 0%,rgba(100,155,155,0.31) 100%);
}

.generic_rows.smaller .action_bar,.generic_rows.smaller .action_bar.header,.generic_rows.smaller .row >div,.generic_rows.smaller .row >.row_loader{
    height:20px;
    line-height:20px;
}
.generic_rows.smaller > .body{
    height:calc(100% - 20px);
    overflow-y: auto;
}
.generic_rows > .header.bottom_align >div {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

table.minimalistBlack {
    border: 3px solid #000000;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.minimalistBlack td, table.minimalistBlack th {
    border: 1px solid #000000;
    padding: 5px 4px;
}
table.minimalistBlack tbody td {
    font-size: 13px;
}
table.minimalistBlack thead {
    background: #CFCFCF;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
    border-bottom: 3px solid #000000;
}
table.minimalistBlack thead th {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
table.minimalistBlack tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-top: 3px solid #000000;
}
table.minimalistBlack tfoot td {
    font-size: 14px;
}


.subtle_item {
    position: relative;
}
.subtle_item:hover{
    background: #ddd;
}

.subtle_item:active{
    background:white;
    transform: scale(.99,.99);
}

.subtle_item.active{
    background: linear-gradient(to right, rgba(182,215,237,1) 0%,rgba(178,234,224,1) 100%);
}

.subtle_item.hover{
    background: rgba(255,0,0,.1);
}


  
.generic_search{
    width: 250px;
    max-width: 100%;
    height:25px;
    line-height:25px;
    font-size: 12px;
    color:#006699;
    margin-left: 2px;
    border:1px solid #ccc!important;
    padding-left: 5px;
   
}

.generic_search_icon{
    position: relative;
    z-index: 1;
    left: -25px;
    font-size: 14px!important;
    top: 0px;
    color: #7B7B7B;
    width: 0;
    height:40px;
    line-height:40px;
}

.generic_search_filter{
    position: absolute;
    top:5px;
    right:5px;
    height:25px;
    line-height: 25px;
    font-size: 12px;
    color:rgba(0,0,0,.7);
    user-select: none;
}

.generic_search_filter button{
    margin: 0px 1px!important;
}

.generic_search_filter div:hover{
    background: rgba(0,0,0,.1);
}

.generic_search_filter div:active{
    background: rgba(0,0,0,.05);
}

.showing_filtered{
    width:100%;
    height:25px;
    line-height: 25px;
    color:#e5e5e5;
    font-size: 11px;
    padding: 0px 10px;
    text-align: right;
    background:linear-gradient(to bottom, rgba(68,50,102,1) 0%,rgba(42,67,107,1) 100%)
}

.showing_filtered >span{
    display: inline-block;
    vertical-align: top;
    padding: 0px 7px;
    background: linear-gradient(135deg, rgba(119,255,160,1) 2%,rgba(140,205,255,1) 100%);
    color:#111;
    height:15px;
    line-height: 15px;
    margin: 5px 5px;
}

.card-1 {
    background: #fff;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
}

.card-1:hover {
    border: 1px solid #006699;
}
.card-1:active {
    border: 1px solid #009966;
}

.animated_delay_parent> .animated_delay:nth-child(1) {
    transition-delay: .05s
}
.animated_delay_parent> .animated_delay:nth-child(2) {
    transition-delay: .1s
}
.animated_delay_parent> .animated_delay:nth-child(3) {
    transition-delay: .15s
}
.animated_delay_parent> .animated_delay:nth-child(4) {
    transition-delay: .2s
}
.animated_delay_parent> .animated_delay:nth-child(5) {
    transition-delay: .25s
}
.animated_delay_parent> .animated_delay:nth-child(6) {
    transition-delay: .3s
}
.animated_delay_parent> .animated_delay:nth-child(7) {
    transition-delay: .35s
}
.animated_delay_parent> .animated_delay:nth-child(8) {
    transition-delay: .4s
}
.animated_delay_parent> .animated_delay:nth-child(9) {
    transition-delay: .45s
}
.animated_delay_parent> .animated_delay:nth-child(10) {
    transition-delay: .5s
}
.animated_delay_parent> .animated_delay:nth-child(11) {
    transition-delay: .55s
}
.animated_delay_parent> .animated_delay:nth-child(12) {
    transition-delay: .6s
}
.animated_delay_parent> .animated_delay:nth-child(13) {
    transition-delay: .65s
}
.animated_delay_parent> .animated_delay:nth-child(14) {
    transition-delay: .7s
}
.animated_delay_parent> .animated_delay:nth-child(15) {
    transition-delay: .75s
}
.animated_delay_parent> .animated_delay:nth-child(16) {
    transition-delay: .8s
}
.animated_delay_parent> .animated_delay:nth-child(17) {
    transition-delay: .8s
}
.animated_delay_parent> .animated_delay:nth-child(18) {
    transition-delay: .8s
}
.animated_delay_parent> .animated_delay:nth-child(19) {
    transition-delay: .8s
}
.animated_delay_parent> .animated_delay:nth-child(20) {
    transition-delay: .8s
}