
/***** GENERIC*/
*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #006699;
}

html, body{
    width: 100%;
    height:100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
*{
    box-sizing: border-box;
    font-family: "Open sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.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;
}
input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}
.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_14{
    font-size: 14px;
}

.full_height{
    height:100%;
}

.full_width{
    width:100%;
}
.fill_width{
    height: auto;
}

.height_90{
    height:90%;
}

.height_80{
    height:80%;
}

.height_70{
    height:70%;
}
.height_60{
    height:60%;
}
.height_50{
    height:50%;
}

.height_40{
    height:40%;
}

.height_30{
    height:30%;
}

.height_20{
    height:20%;
}
.height_25{
    height:25%;
}
.height_10{
    height:10%;
}
.width_50 {
    width:50%;
}
.width_33 {
    width:33.3%;
}
.width_30 {
    width:30%;
}
.width_40 {
    width:40%;
}
.width_60 {
    width:60%;
}
.width_25 {
    width:25%;
}
.width_70 {
    width:70%;
}
.width_75 {
    width:75%;
}

.overflow_height_auto{
    overflow-x: hidden;
    overflow-y: auto;
}

.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_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);
                  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{
    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:10px;
    /*font-weight:bold;*/
    text-align:right;
    width:80px;
    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{
    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: 23px;
}

.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);
}

.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{
    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{
    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{
    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 {

    margin-right: 2px;
    padding: 2px 7px 2px 7px;
    color: #666;
    font-size: 10px;
    height: 25px;
}
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;
}

.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 */
}

/*.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;
}


/*calendar*/
.calendar_month {
    border-spacing: 0px!important;
    border-collapse: separate;
    border: 1px solid #9DABCE;
    border-width: 0px 0px 0px 0px;
    font-size: 10px;
    width:100%;
}

.calendar_month td, .calendar_month th {
    width: 25px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #444;
    position: relative;
    user-select:none;
    transition: .2s all ease ;
}

.calendar_month th {
    height: 30px;
    font-weight: bold;
    font-size: 11px;
}
.calendar_month td:not(.padding):hover{
    background:rgba(0,0,0,.2);
    color:#006699;
}
.calendar_month td:not(.padding):active{
    background:rgba(0,0,0,.3);
    color:#fff;
}
.calendar_month td.date_has_event {
    color: white;
}
.calendar_month td.today {
    background: linear-gradient(to bottom, rgba(203,235,255,1) 0%,rgba(161,219,255,1) 100%);
}

.calendar_month td.no_padding {
    /*border:1px solid rgba(0,0,0,.2);*/
}.calendar_month td.padding {
    pointer-events: none;
}
.calendar_month .date{
    width:100%;
    height:15px;
    line-height:15px;
    position: absolute;
    top:0px;
    left:0px;
    color:rgba(0,0,0,.6);
}
.calendar_month .cell_content{
    padding-top: 15px;
    width:100%;
    height:100%;
    text-align: center;
}
.calendar_month .cell_content .event{
    background: #006699;
    width:15px;
    height:15px;
    line-height:15px;
    color:rgba(255,255,255,.5);
    font-size: 10px;
    display: inline-block;
    border-radius: 10px;
}


.generic_context_overlay{
    z-index: 900000010;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    position: fixed;
    top:0;
    left:0;
}
.generic_context{
    z-index: 900000010;
    width:225px;
    border:1px solid #d0d0d0;
    background: #f0f0f0;
    color:gray;
    border-radius: 3px;
    position: absolute;
    top:-1000px;
    left:-1000px;
    padding:1px;
}

.generic_context > .header{
    width:100%;
    font-size: 12px;
    color:#777;
    margin-bottom: 10px;
    padding:10px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}
.generic_context > .header.green_header{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ddc1f+1,689e17+100 */
    background: rgb(125,220,31); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,220,31,1) 1%, rgba(104,158,23,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,220,31,1) 1%,rgba(104,158,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,220,31,1) 1%,rgba(104,158,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ddc1f', endColorstr='#689e17',GradientType=0 ); /* IE6-9 */
    color:#f5f5f5;
}

.generic_context > .item{
    width:100%;
    padding:5px 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{
    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;
}

.soft_shadow_2_2_20{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}



@-webkit-keyframes border-blink-red {    
    from, to {    
        outline-color: transparent    
    }    
    50% {    
        outline-color: rgba(255,0,0,.7);    
    }    
}    
@keyframes border-blink-red {    
    from, to {    
        outline-color: transparent    
    }    
    50% {    
        outline-color: rgba(255,0,0,.7);
    }    
}    
.border-blink-red{    
    outline:3px solid rgba(255,0,0,.7);
    transition: .1s all ease;
    -webkit-animation: border-blink-red 1s  infinite;    
    animation: border-blink-red 1s  infinite;    
}

.generic_tabs{
    width:100%;
    height:100%;
    position: relative;
}

.generic_tabs >.tabs{
    width:100%;
    font-size: 0px;
    height:30px;
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.generic_tabs >.tabs >.tab{
    padding: 0px 10px;
    line-height:30px;
    font-size: 11px;
    color:#444;
    display: inline-block;
    vertical-align: top;
    user-select:none;
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
    margin-right: 1px;
}

.generic_tabs >.tabs >.tab:hover{
    background: rgba(0,0,0,.2);
}

.generic_tabs >.tabs >.tab:active{
    background: #006699;
    color:rgba(255,255,255,.8);
}

.generic_tabs >.tabs >.tab.active{
    background: #009966;
    color:rgba(255,255,255,.8);
}

.generic_tabs >.panels{
    position: relative;
    width:100%;
    height:calc(100% - 30px);
}

.generic_tabs >.panels >.panel{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    pointer-events:none;
    transition: all ease .2s;
    transform: translate(-50px,0px);
}

.generic_tabs >.panels >.panel.active{
    opacity: 1;
    pointer-events:auto;
    transform: translate(0px,0px);
}

.search_footer{
    position: relative;
    height:20px;
    width:100%;
    background: rgba(0,0,0,.1);
}

.search_footer .filtered_info{
    position:absolute;
    top:0px;
    right:0px;
    line-height: 20px;
    height: 20px;
    padding: 0px 10px;
    font-size: 10px;
    color:#999;
}
.search_footer .filtered_info >span{
    margin: 0px 2px;
    padding:2px;
    color:#fff;
    border-radius: 2px;
    /* 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 */
}


@-webkit-keyframes blink-red {    
    from, to {    
        background: transparent    
    }    
    50% {    
        background: rgba(255,0,0,.8);    
    }    
}    
@keyframes blink-red {    
    from, to {    
        background: transparent    
    }    
    50% {    
        background: rgba(255,0,0,.8);
    }    
}    
.blink-red{    
    background:rgba(255,0,0,.8);
    transition: .1s all ease;
    -webkit-animation: blink-red 1s  infinite;    
    animation: blink-red 1s  infinite;    
}


@-webkit-keyframes blink-orange {    
    from, to {    
        background: transparent    
    }    
    50% {    
        background: rgba(255,115,0,.8);    
    }    
}    
@keyframes blink-orange {    
    from, to {    
        background: transparent    
    }    
    50% {    
        background: rgba(255,115,0,.8);
    }    
}    
.blink-orange{    
    background:rgba(255,115,0,.8);
    transition: .1s all ease;
    -webkit-animation: blink-orange 1s  infinite;    
    animation: blink-orange 1s  infinite;    
}

.main_loader{
    width:100%;
    height:100%;
    position: absolute;
    z-index: 100000;
    top:0;
    left:0;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    font-size: 14px;
    color:#777;
    background: linear-gradient(to bottom, rgba(216,214,214,1) 1%,rgba(245,249,240,1) 100%);
}
.main_loader >i{
    color:#f1731f;
}