/***** 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;
}
*{
    box-sizing: border-box;
    position: relative;
}

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;
}

.font_0{
    font-size: 0px;
}

.font_standard{
    font-size: 11px;
}


.font_0{font-size: 0px;}
.font_standard{font-size: 12px;}


.font_8{
    font-size: 8px;
}
.font_9{
    font-size: 9px;
}
.font_10{
    font-size: 10px;
}
.font_11{
    font-size: 11px;
}
.font_12{
    font-size: 12px;
}
.font_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_26{
    font-size: 26px;
}
.font_28{
    font-size: 28px;
}
.font_30{
    font-size: 30px;
}
.font_32{
    font-size: 32px;
}

.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;
}


.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%;
}


.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);
}


.btn {
    display: inline-block;
    border-radius: 0px;
    border-radius: 2px;
    margin: 0px;
    margin-right: 5px;
    padding: 5px 15px 5px 15px;
    color: #666;
    font-size: 12px;
    border: none;
    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;
    border:1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
}
.btn.btn-small{
    padding: 5px 10px;
    font-size: 10px;
    margin-right: 1px;
    height: 25px;
}
.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;
}
.btn:active,
.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;
}
.btn:disabled {
    background: #f7f7f7 !important;
    color: #bdbcbc !important;
    text-shadow: none !important;
}
.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;
}
.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;
}
.btn-blue:active,
.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;
}
.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;
}
.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;
}
.btn-green:active,
.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;
}
.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;
}
.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;
}
.btn-orange:active,
.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;
}
.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;
}
.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;
}
.btn-red:active,
.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:0px;
}

.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);
    padding-top: 100px;
    font-size: 11px;
    text-align: center;
    top:0;
    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{
    text-align: left;
}

.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:100px;
    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:1px 0 1px 0px;
    vertical-align: top;
    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: 25px;
}

.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;
}


.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{
    min-width:100%;
    background: #f0f0f0;
    margin-bottom: 1px;
}
.generic_rows .row.active{
    border:1px solid #C3E0F7!important;
}
.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 .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: 0px;
}
.generic_rows > .header.bottom_align >div {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.stylized_form .fred *{
    color: rgba(50,50,150,.8);
}

.stylized_form .fgreen *{
    color: rgba(50,150,50,.8);
}



.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_select >.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;
}


.w2ui-overlay{
    z-index: 2147483647!important;
}

.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 */
}

.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 }