*{
    font-family: sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color:#006699;
}
.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: 5px 0px;
    position: absolute;
    bottom:0;
    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%;
    /* 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;
    padding-bottom: 50px;
    
}

.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;
}
.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;
}

.overflow_hidden{
    overflow: hidden;
}
.overflow_height_auto {
    overflow-y: auto;
}
.full_height{
    height:100%;
}

.full_width{
    width:100%;
}

.width_auto{
    width: auto!important;
}
.height_auto{
    height: auto!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%;
}

.width_30 {
    width:33.3%;
}
.width_25 {
    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_960{
    margin: auto;
    max-width: 960px;
}

.max_90{
    max-width: 90%;
}
.full_size{
    width:100%;
    height:100%;
}
.full_size_important{
    width:100%!important;
    height:100%!important;
}
.full_width_important{
    width:100%!important;
}
.full_height_important{
    height:100%!important;
}

.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%;
}


.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;
}


.card_quarter{
    border: 1px solid #e0e0e0;
    border-left: 4px solid gray;
    display: inline-block;
    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;
}
.card_quarter > p{
    font-size: 1.4em;
    width:calc(100% - 20px);
    vertical-align: top;
    display: inline-block;
    color:#92999f;
    margin: 0px;
}


.card_third{
    border: 1px solid #e0e0e0;
    border-left: 4px solid gray;
    display: inline-block;
    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;
    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);
              }
}


.borange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a54f03+1,7a3d00+100&0.8+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(165,79,3,0.8) 0%, rgba(165,79,3,0.8) 1%, rgba(122,61,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(165,79,3,0.8) 0%,rgba(165,79,3,0.8) 1%,rgba(122,61,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(165,79,3,0.8) 0%,rgba(165,79,3,0.8) 1%,rgba(122,61,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca54f03', endColorstr='#b37a3d00',GradientType=0 ); /* IE6-9 */
}

.bred{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,6d0019+100&0.8+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(169,3,41,0.8) 0%, rgba(109,0,25,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,0.8) 0%,rgba(109,0,25,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(169,3,41,0.8) 0%,rgba(109,0,25,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca90329', endColorstr='#b36d0019',GradientType=0 ); /* IE6-9 */

}

.bblue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#035ca5+2,003377+100&0.8+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(3,92,165,0.8) 0%, rgba(3,92,165,0.8) 2%, rgba(0,51,119,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(3,92,165,0.8) 0%,rgba(3,92,165,0.8) 2%,rgba(0,51,119,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(3,92,165,0.8) 0%,rgba(3,92,165,0.8) 2%,rgba(0,51,119,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc035ca5', endColorstr='#b3003377',GradientType=0 ); /* IE6-9 */

}

.bgreen{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3fb220+0,0f8200+100&0.8+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(63,178,32,0.8) 0%, rgba(15,130,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(63,178,32,0.8) 0%,rgba(15,130,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(63,178,32,0.8) 0%,rgba(15,130,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3fb220', endColorstr='#b30f8200',GradientType=0 ); /* IE6-9 */

}

.bgray{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3a3+0,3d3d3d+100&0.8+0,0.7+100 */
    background: -moz-linear-gradient(top,  rgba(163,163,163,0.8) 0%, rgba(61,61,61,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(163,163,163,0.8) 0%,rgba(61,61,61,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(163,163,163,0.8) 0%,rgba(61,61,61,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca3a3a3', endColorstr='#b33d3d3d',GradientType=0 ); /* IE6-9 */

}

.fred, .fred *{
    color: rgba(150,50,50,.8);
}
.fredl, .fredl *{
    color: #ff9999;
}
.fyellowl, .fyellowl *{
    color:#ffffb3;
}
.fyellow, .fyellow *{
    color:ffff1a;
}
.forange, .forange *{
    color: rgba(200,150,50,.8);
}

.fblue, .fblue *{
    color: rgba(50,50,150,.8);
}

.fgreen, .fgreen *{
    color: rgba(50,150,50,.8);
}

.fgray, .fgray *{
    color: rgba(50,50,50,.8);
}
button.btn {
  display: inline-block;
  border-radius: 0px;
  margin: 0px 5px;
  padding: 7px 12px 6px 12px;
  color: #666;
  font-size: 12px;
  border: 1px solid #B6B6B6;
  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);
}
button.btn:hover {
  text-decoration: none;
  border: 1px solid #bbb;
  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 {
  border: 1px solid #999;
  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 {
  border: 1px solid #bbb !important;
  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);
  border: 1px solid #538AB7;
  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);
  border: 1px solid #497BA3;
  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);
  border: 1px solid #1268A6;
  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);
  border: 1px solid #479247;
  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);
  border: 1px solid #479247;
  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);
  border: 1px solid #555 !important;
  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);
  border: 1px solid #B68B4C;
  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);
  border: 1px solid #B68B4C;
  text-shadow: 1px 1px 1px #777777;
}
button.btn-orange:active,
button.btn-orange.clicked {
  color: white;
  border: 1px solid #666;
  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);
  border: 1px solid #BB3C3E;
  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);
  border: 1px solid #BB3C3E;
  text-shadow: 1px 1px 1px #777777;
}
button.btn-red:active,
button.btn-red.clicked {
  color: white;
  border: 1px solid #861C1E;
  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_list > .item{
    display: block;
    width:100%;
    height:30px;
    line-height:30px;
    font-size: 14px;
    text-align: center;
    color:#111;
    text-decoration: none;
}
.generic_list > .item:hover{
    background: #006699;
    color:#fff;
}

.generic_list > .item:active{
    background: #a67c00;
    color:#fff;
}

.generic_list > .item.filtered{
    display: none;
}

.cf {
    zoom: 1;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.div_img_max_500{
    width:100%;
    margin: auto;
    max-width: 700px;
}

.large_generic_input{
    /*width:200px;*/
    font-size: 1.1em;
    width: 20em;
    padding: 5px 10px;
    color:#444;
    margin: 10px 0px;
}

.guilloche {
    background-image: url(/img/guil.png);
    background-size: contain;
    background-position: center;
}

.blurb{
    width:50%;
    margin: 50px auto;
    line-height: 1.1em;
}



.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);
}



.sct_dialog_overlay{
    background: rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:absolute;
    z-index: 1000000000;
    top:0px;
    left:0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sct_dialog_body{
    position:relative;
    padding:0px;
}



.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;
    max-width: 500px;
    height:auto;
    padding:5px 20px;
    box-sizing: content-box;
}

.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(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -moz-transition: all .1s linear;

    -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);

}


.dv_confirm{
    width:100%;
    /*height:40px;*/
    margin: 20px 0px;
    font-size: 14px;
    color:gray;
    text-align: center;
    white-space: nowrap;
}

.dv_confirm i{
    color:#DBC206;
    vertical-align: middle;
    font-size: 32px;
}

.dv_confirm span{
    margin-left: 10px;
    margin-right: 20px;
    display:inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 16px;
}

.no_transition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


@media print {
    .no_print, .no_print *
    {
        display: none !important;
    }
}




.generic_form{
    line-height: 1.1em;
    
}
.generic_form .group{
    width:400px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    background: #fff;
}
.generic_form .group.notes{
    font-size: 12px;
    font-size: 14px;
    line-height: 1.2em;
}
.generic_form .group >.header{
    width:100%;
    padding: 5px;
    font-size: 12px;
    color:#006699;
    background: #e5e5e5;
    margin-bottom: 10px;
}

.generic_form .field{
    text-align:left;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom:1;
    width:400px;
    max-width: 100%;
    margin-bottom: 15px;
}


.generic_form .field >.btn{
    font-size: 12px;
}
.generic_form .field >label{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width:145px;
    /*height:30px;*/
    line-height:15px;
    text-align: right;
    margin-right: 5px;
    vertical-align: top;
    font-size: 12px;
    color:#006699;
}
.generic_form .field >label > span{
    display: block;
    width:100%;
    font-size: .9em;
    color:#999;
    line-height: 1em;
    font-style: italic;
}
.generic_form .field >.link{
    color:#009966;
    text-decoration: none;
}
.generic_form .field >input{
    *display: inline;
    *zoom:1;
    outline:none;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 200px);
    height:30px;
    line-height:30px;
    text-align:left; 
}
.generic_form .form_captcha{
    *display: inline;
    *zoom:1;
    outline:none;
    display: inline-block;
    vertical-align: top;
    height:30px;
    line-height:30px;
    text-align:left; 
    height:80px;
    margin: auto;
}
.generic_form .field >input[type="checkbox"]{
    width:30px;
}


.generic_form .field >textarea{
    *display: inline;
    *zoom:1;
    outline:none;
    display: inline-block;
    vertical-align: top;
    width:200px;
    height:200px;
    line-height:15px;
    text-align:left; 
    resize: none;
}
.generic_form .field >div.group{
    *display: inline;
    *zoom:1;
    outline:none;
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 150px);
    max-width: 400px;
    text-align:left; 
    background: none;
    margin: 0;
}

.generic_form .field .radio{
    *display: inline;
    *zoom:1;
    outline:none;
    display: inline-block;
    vertical-align: top;
    padding:5px 10px;
    line-height:12px;
    border:1px solid #009966;
    margin-right:5px;
    margin-bottom:5px;
    font-size: 12px;
    user-select:none;
    cursor: pointer;
}

.generic_form .field .radio:hover{
    border:1px solid #006699;
}

.generic_form .field .radio:active{
    background:#009966;
    color:#fff;
}

.generic_form .field .radio.active{
    background:#006699;
    color:#fff;
}

.generic_form .field > p{
    top:0px;
    line-height:30px;
    font-size: 16px;
    display: block;
    text-align: center;

}

.generic_form .field .disabled{
    pointer-events: none!important;
    opacity: 0.7;
}

.generic_form .field >.error{
    display: none;
    position: absolute;
    left:150px;
    width:150px;
    height:15px;
    line-height:15px;
    top:30px;
    color:#b0b0b0;
    font-size: 11px;
    font-style: italic;
    white-space: nowrap;
}

.generic_form .template{
    width:calc(100% - 10px);
    margin: 5px;
    padding:5px;
}
.generic_form.non_template .template{
    border:none!important;
    background: transparent!important;
}

.generic_form .template > label{
    width:100%;
    height:30px;
    line-height:30px;
    /*background: #e5e5e5;*/
    display: block;
    color:#444;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 10px;
    border-bottom:1px dashed #d5d5d5;
}

.generic_form .field.has_errors input{
    border:1px solid maroon;
}
.generic_form .field.has_errors >.error{
    display: block;
}

.generic_form.light .field >p{
        font-family: 'Alice', serif;
    color:#fff!important;;
}
.generic_form.light .field >label{
    color:#F6D501!important;;
}
.generic_form.light .field >label > span{
    color:#F6D501!important;;
}
.generic_form.light .field >.link{
    background: rgba(0,0,0,.1);
    padding:5px;
    color:#F6D501!important;
}