html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

.cl {
    float: left;
}

.rw:after {
    content: '';
    display: block;
    clear: both;
}

.cls {
    float: left;
}

.rws:after {
    content: '';
    display: block;
    clear: both;
}

.cl1 {
    float: left;
}

.rw1:after {
    content: '';
    display: block;
    clear: both;
}

.cl2 {
    float: left;
}

.rw2:after {
    content: '';
    display: block;
    clear: both;
}

.cl3 {
    float: left;
}

.rw3:after {
    content: '';
    display: block;
    clear: both;
}

.cl4 {
    float: left;
}

.rw4:after {
    content: '';
    display: block;
    clear: both;
}

.cl5 {
    float: left;
}

.rw5:after {
    content: '';
    display: block;
    clear: both;
}

.cl6 {
    float: left;
}

.rw6:after {
    content: '';
    display: block;
    clear: both;
}

.cl7 {
    float: left;
}

.rw7:after {
    content: '';
    display: block;
    clear: both;
}

.cl8 {
    float: left;
}

.rw8:after {
    content: '';
    display: block;
    clear: both;
}

.cl9 {
    float: left;
}

.rw9:after {
    content: '';
    display: block;
    clear: both;
}

.cl10 {
    float: left;
}

.rw10:after {
    content: '';
    display: block;
    clear: both;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.link-btn {
    cursor: pointer !important;
    text-decoration: none;
    color: #FF3D00;
    text-shadow: 0px 0px #E7E7E7;
}

    .link-btn:hover {
        text-decoration: underline;
    }

.btn-lk {
    color: #FFF !important;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #FF4E42;
    padding: 5px 6px;
    background: linear-gradient(rgba(255,116,106,0.87),rgba(244,67,54,0.54));
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
    text-shadow: 1px 1px 0px #90231B;
    text-decoration: none;
}

    .btn-lk:hover {
        background: linear-gradient(rgba(244,67,54,0.78),rgba(244,67,54,0.73));
    }

.btn-big {
    border: 1px solid #086AA7;
    background: #1173b0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0ca2c4), color-stop(100%, #1173b0));
    background-image: -webkit-linear-gradient(#0ca2c4,#1173b0);
    background-image: -moz-linear-gradient(#0ca2c4,#1173b0);
    background-image: -o-linear-gradient(#0ca2c4,#1173b0);
    background-image: linear-gradient(#0ca2c4,#1173b0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #b6bcbd 0px 1px 0px inset;
    -moz-box-shadow: #b6bcbd 0px 1px 0px inset;
    box-shadow: #b6bcbd 0px 1px 0px inset;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 8px 20px;
    color: #ffffff !important;
    font-size: 15px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .btn-big:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
        color: #fcfcfc;
    }

    .btn-big:active {
        border-top-color: #91aaba;
        background: #91aaba;
    }

.btn {
    border: 1px solid #1777b7;
    background: #009afd;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009afd), color-stop(100%, #009afd));
    background-image: -webkit-linear-gradient(#009afd,#009afd);
    background-image: -moz-linear-gradient(#009afd,#009afd);
    background-image: -o-linear-gradient(#009afd,#009afd);
    background-image: linear-gradient(#009afd,#009afd);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,0 1px 1px rgba(100,100,100,0.3);
    text-shadow: rgba(162,23,23,0.4) 0 1px 0;
    padding: 5px 10px;
    color: #ffffff !important;
    font-size: 14px;
    font-family: Calibri;
    cursor: pointer;
    font-weight: bold;
}

    .btn:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
        color: #fcfcfc;
    }

    .btn:active {
        border-top-color: #91aaba;
        background: #91aaba;
    }

a.btn {
    padding: 5px 20px;
    margin-right: 5px;
    text-decoration: none;
}

.btn-link2 {
    border: 1px solid #086AA7;
    background: #1173b0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b97e2), color-stop(100%, #2379b2));
    background-image: -webkit-linear-gradient(#3b97e2,#2379b2);
    background-image: -moz-linear-gradient(#3b97e2,#2379b2);
    background-image: -o-linear-gradient(#3b97e2,#2379b2);
    background-image: linear-gradient(#3b97e2,#2379b2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #b6bcbd 0px 1px 0px inset;
    -moz-box-shadow: #b6bcbd 0px 1px 0px inset;
    box-shadow: #b6bcbd 0px 1px 0px inset;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    color: #ffffff !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    margin-right: 5px;
    text-decoration: none;
}

    .btn-link2:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
        color: #fcfcfc;
    }

    .btn-link2:active {
        border-top-color: #91aaba;
        background: #91aaba;
    }

.btn-small {
    border: 1px solid #086AA7;
    background: #1173b0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b97e2), color-stop(100%, #2379b2));
    background-image: -webkit-linear-gradient(#3b97e2,#2379b2);
    background-image: -moz-linear-gradient(#3b97e2,#2379b2);
    background-image: -o-linear-gradient(#3b97e2,#2379b2);
    background-image: linear-gradient(#3b97e2,#2379b2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #b6bcbd 0px 1px 0px inset;
    -moz-box-shadow: #b6bcbd 0px 1px 0px inset;
    box-shadow: #b6bcbd 0px 1px 0px inset;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 0px 5px;
    color: #ffffff !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .btn-small:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
        color: #fcfcfc;
    }

    .btn-small:active {
        border-top-color: #91aaba;
        background: #91aaba;
    }

.hlink-btn {
    border: 1px solid #086AA7;
    background: #1173b0;
    text-decoration: none !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b97e2), color-stop(100%, #2379b2));
    background-image: -webkit-linear-gradient(#3b97e2,#2379b2);
    background-image: -moz-linear-gradient(#3b97e2,#2379b2);
    background-image: -o-linear-gradient(#3b97e2,#2379b2);
    background-image: linear-gradient(#3b97e2,#2379b2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: #b6bcbd 0px 1px 0px inset;
    -moz-box-shadow: #b6bcbd 0px 1px 0px inset;
    box-shadow: #b6bcbd 0px 1px 0px inset;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 7px 10px;
    color: #ffffff !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .hlink-btn:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
        color: #fcfcfc;
    }

    .hlink-btn:active {
        border-top-color: #91aaba;
        background: #91aaba;
    }

.hlink-btn-c {
    border: 1px solid #A9A9A9;
    background: #FFF;
    text-decoration: none !important;
    background-image: linear-gradient(#ffffff,#ececec);
    border-radius: 0px;
    box-shadow: #b6bcbd 0px 0px 0px inset;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 7px 10px;
    color: #000 !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .hlink-btn-c:hover {
        border-top-color: #8C8C8C;
        background: #F4F4F4;
    }

.btnf {
    border: none;
    background: #1173b0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b97e2), color-stop(100%, #2379b2));
    background-image: -webkit-linear-gradient(#3b97e2,#2379b2);
    background-image: -moz-linear-gradient(#3b97e2,#2379b2);
    background-image: -o-linear-gradient(#3b97e2,#2379b2);
    background-image: linear-gradient(#3b97e2,#2379b2);
    -webkit-box-shadow: #b6bcbd 0px 0px 0px;
    -moz-box-shadow: #b6bcbd 0px 0px 0px;
    box-shadow: #b6bcbd 0px 0px 0px;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 8px 10px;
    color: #ffffff !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .btnf:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
    }

    .btnf:active {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
    }

.hlink-btnf {
    text-decoration: none !important;
    border: none !important;
    background: #1173b0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b97e2), color-stop(100%, #2379b2));
    background-image: -webkit-linear-gradient(#3b97e2,#2379b2);
    background-image: -moz-linear-gradient(#3b97e2,#2379b2);
    background-image: -o-linear-gradient(#3b97e2,#2379b2);
    background-image: linear-gradient(#3b97e2,#2379b2);
    -webkit-box-shadow: #b6bcbd 0px 0px 0px;
    -moz-box-shadow: #b6bcbd 0px 0px 0px;
    box-shadow: #b6bcbd 0px 0px 0px;
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 7px 10px;
    color: #ffffff !important;
    font-size: 12px;
    font-family: Georgia,Serif;
    cursor: pointer;
    font-weight: bold;
}

    .hlink-btnf:hover {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
    }

    .hlink-btnf:active {
        border-top-color: #2e8cc2;
        background: #2e8cc2;
    }

.btn-link {
    border: 1px solid rgba(100,100,100,0.49);
    text-decoration: none !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #358fd5), color-stop(100%, #287fbb));
    background: -webkit-linear-gradient(#358fd5,#287fbb);
    background: -moz-linear-gradient(#358fd5,#287fbb);
    background: -o-linear-gradient(#358fd5,#287fbb);
    background: linear-gradient(#358fd5,#287fbb);
    text-shadow: rgba(0,0,0,0.32) 0 1px 0;
    padding: 7px 13px 7px 13px;
    color: #FAFAFA;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 1px 4px 10px 0px rgba(216,216,216,0.78);
}

    .btn-link:hover {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

    .btn-link:active {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    text-shadow: 1px 1px #EDEDED;
    font-weight: lighter;
}

.required {
    color: #F00;
}

.hl-tc {
    color: #F60;
}

input[type="text"], input[type="password"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #FFF;
    padding: 5px 3px;
    border: 1px solid #c4c4c4;
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 3px;
    border: 1px solid #c4c4c4;
}

.lv a, .lvs a, .lvb a, .lvs-v a, .lvb-v a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lv a:hover, .lvs a:hover, .lvb a:hover, .lvs-v a:hover, .lvb-v a:hover {
        text-decoration: underline;
    }

.lv .rw, .lvs .rw, .lvb .rw, .lvs-v .rw, .lvb-v .rw {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lv .cl, .lvs .cl, .lvb .cl, .lvs-v .cl, .lvb-v .cl {
    border-right: 1px solid #ddd;
}

.lv .rw:first-child .cl, .lvs .rw:first-child .cl, .lvb .rw:first-child .cl, .lvs-v .rw:first-child .cl, .lvb-v .rw:first-child .cl {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(#fafafa,#e8e8e8);
    background-image: -moz-linear-gradient(#fafafa,#e8e8e8);
    background-image: -o-linear-gradient(#fafafa,#e8e8e8);
    background-image: linear-gradient(#fafafa,#e8e8e8);
    color: #4C4747;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.lv .rw:nth-of-type(odd), .lvs .rw:nth-of-type(odd), .lvb .rw:nth-of-type(odd), .lvs-v .rw:nth-of-type(odd), .lvb-v .rw:nth-of-type(odd) {
    background: #F7F7F7;
}

.lvs .rw:first-child .cl {
    padding: 10px;
    height: 12px;
}

.lvb .rw:first-child .cl {
    padding: 10px;
    height: 16px;
}

.dr {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

    .dr .cl {
        border-right: 1px solid #ddd;
    }

.lvs-v .rw:first-child .cl {
    padding: 10px;
    height: 12px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.lvb-v .rw:first-child .cl {
    padding: 10px;
    height: 16px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}

.lvw2 a, .lv2s a, .lv2b a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvw2 a:hover, .lv2s a:hover, .lv2b a:hover {
        text-decoration: underline;
    }

.lvw2 .rw .cl:first-child, .lv2s .rw .cl:first-child, .lv2b .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvw2 .cl, .lv2s .cl, .lv2b .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvw2 .rw:first-child .cl, .lv2s .rw:first-child .cl, .lv2b .rw:first-child .cl {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8)) !important;
    background-image: -webkit-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -moz-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -o-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: linear-gradient(#fafafa,#e8e8e8) !important;
    color: #4C4747;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.lvw2 .rw:nth-of-type(odd) .cl, .lv2s .rw:nth-of-type(odd) .cl, .lv2b .rw:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.lv2s .rw:first-child .cl {
    padding: 10px;
    height: 12px;
}

.lv2b .rw:first-child .cl {
    padding: 10px;
    height: 16px;
}

.lvsim a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim a:hover {
        text-decoration: underline;
    }

.lvsim .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim .rw:first-child .cl {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8)) !important;
    background-image: -webkit-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -moz-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -o-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: linear-gradient(#fafafa,#e8e8e8) !important;
    color: #4C4747;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.lvsim .rw:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.lvsim2 a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim2 a:hover {
        text-decoration: underline;
    }

.lvsim2 .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim2 .rw:first-child .cl {
    border-top: 1px solid #DDD;
}

.lvsim2 .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim2 .rw:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.lvsim3 a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim3 a:hover {
        text-decoration: underline;
    }

.lvsim3 .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #F7F7F7;
}

.lvsim3 .rw:first-child .cl {
    border-top: 1px solid #DDD;
}

.lvsim3 .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim3 .rw:nth-of-type(odd) .cl {
    background: #FFF;
}

.lvsim-fr .first.rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim-fr .first.rw .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim-fr .first.rw .cl {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8)) !important;
    background-image: -webkit-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -moz-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -o-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: linear-gradient(#fafafa,#e8e8e8) !important;
    color: #4C4747;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.lvsim-nr a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim-nr a:hover {
        text-decoration: underline;
    }

.lvsim-nr .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim-nr .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim-nr .rw:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.lvsim-nr-even a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim-nr-even a:hover {
        text-decoration: underline;
    }

.lvsim-nr-even .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim-nr-even .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim-nr-even .rw:nth-of-type(even) .cl {
    background: #F7F7F7;
}

.lvsims a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsims a:hover {
        text-decoration: underline;
    }

.lvsims .rws .cls:first-child {
    border-left: 1px solid #ddd;
}

.lvsims .cls {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsims .rws:first-child .cls {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8)) !important;
    background-image: -webkit-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -moz-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: -o-linear-gradient(#fafafa,#e8e8e8) !important;
    background-image: linear-gradient(#fafafa,#e8e8e8) !important;
    color: #4C4747;
    text-shadow: 1px 1px rgba(255,255,255,0.8);
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.lvsims .rws:nth-of-type(odd) .cls {
    background: #F7F7F7;
}

.lvsim-ng-nfr a {
    color: #F60;
    cursor: pointer;
    text-decoration: none;
}

    .lvsim-ng-nfr a:hover {
        text-decoration: underline;
    }

.lvsim-ng-nfr .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvsim-ng-nfr .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvsim-ng-nfr .rw:first-child .cl {
    border-top: 1px solid #ddd;
}

.lvsim-ng-nfr .rws:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.table-display .cl {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.lvrw .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.lvrw .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.lvrw .rw:nth-of-type(odd) .cl {
    background: #F7F7F7;
}

.create-cont {
    display: none;
    width: 500px;
    height: 425px;
    padding: 20px;
    border-radius: 5px;
}

    .create-cont h1:first-child {
        margin-bottom: 10px;
    }

    .create-cont .cl {
        padding: 8px 5px;
    }

    .create-cont .rw .cl:nth-of-type(1) {
        width: 160px;
    }

    .create-cont .rw .cl:nth-of-type(2) {
        width: 180px;
    }

.edit-cont {
    display: none;
    width: 500px;
    height: 425px;
    padding: 20px;
    border-radius: 5px;
}

    .edit-cont h1:first-child {
        margin-bottom: 10px;
    }

    .edit-cont .cl {
        padding: 8px 5px;
    }

    .edit-cont .rw .cl:nth-of-type(1) {
        width: 160px;
    }

    .edit-cont .rw .cl:nth-of-type(2) {
        width: 180px;
    }

.remove-cont {
    display: none;
    width: 500px;
    height: 425px;
    padding: 20px;
    border-radius: 5px;
}

    .remove-cont h1:first-child {
        margin-bottom: 10px;
    }

    .remove-cont .cl {
        padding: 20px 5px;
    }

    .remove-cont .rw .cl:nth-of-type(1) {
        width: 100px;
    }

    .remove-cont .rw .cl:nth-of-type(2) {
        width: 100px;
    }

.srw .rw .cl:first-child {
    border-left: 1px solid #ddd;
}

.srw .rw:first-child .cl {
    border-top: 1px solid #ddd;
}

.srw .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.srw .rw:nth-of-type(even) .cl {
    background: #F7F7F7;
}

.table-ui-rw {
    border: 1px solid #EDEDED;
}

    .table-ui-rw tr {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(#ededed,#ededed);
        background: -moz-linear-gradient(#ededed,#ededed);
        background: -o-linear-gradient(#ededed,#ededed);
        background: linear-gradient(#ededed,#ededed);
        border-top: 1px solid #EDEDED;
        border-top: 1px solid #D5D5D5;
    }

        .table-ui-rw tr:nth-of-type(even) {
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
            background: -webkit-linear-gradient(#ffffff,#ffffff);
            background: -moz-linear-gradient(#ffffff,#ffffff);
            background: -o-linear-gradient(#ffffff,#ffffff);
            background: linear-gradient(#ffffff,#ffffff);
        }

        .table-ui-rw tr:last-child {
            border-bottom: 1px solid #EDEDED;
        }

.table-blue tr.t-header {
    background: #2980b9;
    color: #FFF;
}

.table-blue tr {
    background: #E6E6E6;
}

    .table-blue tr:nth-of-type(even) {
        background: #E9E9E9;
    }

.t-grey {
    box-shadow: 0 0 2px 1px #EDE9E9;
}

    .t-grey tr.t-header td {
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e8e8e8)) !important;
        background-image: -webkit-linear-gradient(#fafafa,#e8e8e8) !important;
        background-image: -moz-linear-gradient(#fafafa,#e8e8e8) !important;
        background-image: -o-linear-gradient(#fafafa,#e8e8e8) !important;
        background-image: linear-gradient(#fafafa,#e8e8e8) !important;
        text-shadow: 1px 1px rgba(255,255,255,0.8);
        color: #4C4747;
        font-weight: bold;
    }

    .t-grey td {
        border: 1px solid #DDD;
    }

    .t-grey tr td {
        background: #FFF;
    }

    .t-grey tr:nth-of-type(odd) td {
        background: #F4F4F4;
    }

    .t-grey a {
        color: #F60;
        cursor: pointer;
        text-decoration: none;
    }

        .t-grey a:hover {
            text-decoration: underline;
        }

.t-def td {
    padding: 10px;
}

.ttl {
    font-weight: bold;
}

.btn-print {
    display: inline-block;
    border: 1px solid #B0B0B0;
    text-decoration: none !important;
    padding: 7px 10px 7px 27px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    background: url("../images/ds/icons/print.png") 6px 7px no-repeat,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
    background: url("../images/ds/icons/print.png") 6px 7px no-repeat,-webkit-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/print.png") 6px 7px no-repeat,-moz-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/print.png") 6px 7px no-repeat,-o-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/print.png") 6px 7px no-repeat,linear-gradient(#fcfcfc,#f4f4f4);
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    text-decoration: none;
}

    .btn-print:hover {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

    .btn-print:active {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

.btn-pdf {
    display: inline-block;
    border: 1px solid #B0B0B0;
    text-decoration: none !important;
    padding: 7px 10px 7px 27px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    background: url("../images/ds/icons/file-pdf.png") 6px 7px no-repeat,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
    background: url("../images/ds/icons/file-pdf.png") 6px 7px no-repeat,-webkit-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/file-pdf.png") 6px 7px no-repeat,-moz-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/file-pdf.png") 6px 7px no-repeat,-o-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/file-pdf.png") 6px 7px no-repeat,linear-gradient(#fcfcfc,#f4f4f4);
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    text-decoration: none;
}

    .btn-pdf:hover {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

    .btn-pdf:active {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

.btn-add {
    border: 1px solid #B0B0B0;
    text-decoration: none !important;
    background: url("../images/ds/icons/plus.png") 6px 7px no-repeat,-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
    background: url("../images/ds/icons/plus.png") 6px 7px no-repeat,-webkit-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/plus.png") 6px 7px no-repeat,-moz-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/plus.png") 6px 7px no-repeat,-o-linear-gradient(#fcfcfc,#f4f4f4);
    background: url("../images/ds/icons/plus.png") 6px 7px no-repeat,linear-gradient(#fcfcfc,#f4f4f4);
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 7px 10px 7px 27px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

    .btn-add:hover {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

    .btn-add:active {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

.btn-mod {
    border: 1px solid #B0B0B0;
    text-decoration: none !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fcfcfc,#f4f4f4);
    background: -moz-linear-gradient(#fcfcfc,#f4f4f4);
    background: -o-linear-gradient(#fcfcfc,#f4f4f4);
    background: linear-gradient(#fcfcfc,#f4f4f4);
    text-shadow: rgba(0,0,0,0.4) 0 1px 0;
    padding: 7px 10px 7px 10px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

    .btn-mod:hover {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

    .btn-mod:active {
        border-top-color: #909090;
        box-shadow: 1px 1px 1px 0px #D8D8D8;
    }

.btn-back {
    border: 1px solid rgba(100,100,100,0.49);
    text-decoration: none !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #358fd5), color-stop(100%, #287fbb));
    background: -webkit-linear-gradient(#358fd5,#287fbb);
    background: -moz-linear-gradient(#358fd5,#287fbb);
    background: -o-linear-gradient(#358fd5,#287fbb);
    background: linear-gradient(#358fd5,#287fbb);
    text-shadow: rgba(0,0,0,0.32) 0 1px 0;
    padding: 7px 13px 7px 13px;
    color: #FAFAFA;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 1px 4px 10px 0px rgba(216,216,216,0.78);
}

    .btn-back:hover {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

    .btn-back:active {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

.btn-bl {
    border: 1px solid rgba(100,100,100,0.49);
    text-decoration: none !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #358fd5), color-stop(100%, #287fbb));
    background: -webkit-linear-gradient(#358fd5,#287fbb);
    background: -moz-linear-gradient(#358fd5,#287fbb);
    background: -o-linear-gradient(#358fd5,#287fbb);
    background: linear-gradient(#358fd5,#287fbb);
    text-shadow: rgba(0,0,0,0.32) 0 1px 0;
    padding: 6px 13px 6px 13px;
    color: #FAFAFA;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 1px 4px 10px 0px rgba(216,216,216,0.78);
}

    .btn-bl:hover {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

    .btn-bl:active {
        border-top-color: rgba(3,56,108,0.74);
        box-shadow: 1px 4px 5px 0px rgba(216,216,216,0.78);
    }

.clbr .cl:first-child {
    border-left: 1px solid #ddd;
}

.clbr .cl {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #FFF;
}

.clbr.fr .cl:first-child {
    border-top: 1px solid #ddd;
}

.clbr.lr .cl:first-child {
    border-top: 1px solid #ddd;
}

body {
    font-family: Arial,Helvetica,sans-serif;
     /*background: url("../images/login_bg.jpg") repeat-x;*/ 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    color: #424242;
    background-color: white;
}

.login {
    /*border: 1px solid #ececec;*/
    width: 700px;
    height: 295px;
    color: #3e3d3d;
    margin: 180px auto 0 auto;

    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #272626 0px 0px 8px;
    -moz-box-shadow: #272626 0px 0px 8px;
    box-shadow: #272626 0px 0px 8px;
    background: url("../images/ds/login_bg.png");*/
}

.lg-left {
    width: 330px;
    height: 295px;
    position: relative;
    float: left;
    border-right: 1px #F5F5F5 solid;
}

.lg-right {
    width: 320px;
    /*height: 295px;*/
    padding: 20px;
    position: relative;
    /*float: left;*/
}

    .lg-right .rw {
        padding: 5px 0;
    }

        .lg-right .rw:nth-of-type(3) {
            padding: 10px 0;
        }

            .lg-right .rw:nth-of-type(3) span {
                font-size: 12px;
            }

    .lg-right p {
        font-size: 12px;
        padding: 12px 0px 8px 0px;
    }

    .lg-right input[type="text"], .lg-right input[type="password"] {
        width: 220px;
        padding: 8px 10px;
        font-size: 12px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #f6f6f6));
        background: -webkit-linear-gradient(#f6f6f6,#f6f6f6);
        background: -moz-linear-gradient(#f6f6f6,#f6f6f6);
        background: -o-linear-gradient(#f6f6f6,#f6f6f6);
        background: linear-gradient(#f6f6f6,#f6f6f6);
    }

.lg-logo {
    position: absolute;
    top: 40px;
    left: 65px;
    width: 200px;
    height: 180px;
}

    .lg-logo img {
        width: 200px;
        height: 180px;
    }

#recPass {
    color: #02161E;
    font-size: 12px;
    margin-left: 30px;
    text-decoration: none;
}

    #recPass:hover {
        text-decoration: underline;
    }

#rec_ad {
    color: #02161E;
    font-size: 12px;
    margin-left: 30px;
    text-decoration: none;
}

    #rec_ad:hover {
        text-decoration: underline;
    }
