@font-face {
    font-family: 'SommetRoundedRegularRegular';
    src: url('fonts/sommetroundedregular.eot');
    src: url('fonts/sommetroundedregular.eot?#iefix') format('embedded-opentype'),
    url('fonts/sommetroundedregular.woff') format('woff'),
    url('fonts/sommetroundedregular.ttf') format('truetype'),
    url('fonts/sommetroundedregular.svg#SommetRoundedRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SommetRoundedItalicItalic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sommetroundedregularitalic-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/sommetroundedregularitalic-webfont.woff") format("woff"),
    url("fonts/sommetroundedregularitalic-webfont.ttf") format("truetype"),
    url("fonts/sommetroundedregularitalic-webfont.svg#SommetRoundedItalicItalic") format("svg");
}
@media screen and (-webkit-min-device-pixel-ratio:0) { @font-face {
    font-family: 'SommetRoundedRegularRegular';
    src: url('fonts/sommetroundedregular.svg#SommetRoundedRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}}
@media screen and (-webkit-min-device-pixel-ratio:0) { @font-face {
    font-family: 'SommetRoundedItalicItalic';
    src: url('fonts/sommetroundedregularitalic.svg#SommetRoundedRegularItaliRgIt') format('svg');
    font-weight: normal;
    font-style: normal;
}}


.ui-pnotify-text{
    font-size: 12px;
}
.ui-pnotify-title{
    font-weight: bold;
    font-size: 14px;
}

.arrow_box {
    padding: 15px;
    margin-top: 26px;
    position: relative;
    background: #f3faff;
    border: 1px solid #a2b1b6;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 85px;
    border: 1px solid transparent;
    content: " "; height: 0;
    width: 0; position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(237, 246, 255, 0);
    border-bottom-color: #f3faff;
    border-width: 22px;
    margin-left: -24px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #a2b1b6;
    border-width: 24px;
    margin-left: -26px;
}

html, body{
    margin:0;
    padding:0;
    height:auto !important;
    height:100%;
    min-height:100%;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    min-width: 960px;
}


a{
    color: #002d40;
}

a:hover{
    color: #004e6e;
    text-decoration: none;
}
.logo{
    margin: 10px 32px 0px 18px;
    display: block;
    float: left;
}

.dashed{
    cursor: pointer;
    border-bottom: 1px dashed;
}

.dashed:hover{
    border-bottom: none;
}

.inputs{
    width: 300px;
}

.style_inp{
    width: 200px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    padding: 5px;
}

.style_inp_2{
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    padding: 5px;
}

.style_inp_2:focus{
    border: 1px solid #0092c5;
    box-shadow: 0px 0px 4px #0092c5;
    transition: all 0.5s;
}


.style_inp:focus{
    border: 1px solid #0092c5;
    box-shadow: 0px 0px 4px #0092c5;
    transition: all 0.5s;
}


.inputlabel{
    display: inline-block;
    width: 170px;
    text-align: right;
}

.confirmImg{
    border: 1px solid #FFF;
    border-radius: 25px;
    font-size: 12px;
    padding: 3px 10px;
    display: inline-block;
}
.confirmBtn{
    font-size: 14px;
    display: inline-block;
}


.confirmTrue{
    color: #FFF;
    text-shadow: 1px 1px #000;
    background: #48c28a;
}
.confirmFalse{
    color: #FFF;
    text-shadow: 1px 1px #000;
    background: red;
}

.btn_style{
    color: #12384d;
    line-height: 25px;
    text-shadow: 1px 1px #FFF;
    border: 1px solid #a2b1b6;
    display: inline-block;
    padding: 0px 8px;
    border-radius: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}

.form_row{
    margin: 2px 0;
}

.fbcontent{
    background: #FFFFFF url('../img/bg2.png');
    min-height: 300px;
    min-width: 400px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid  #FFF;
    overflow: hidden;
}

.center_tl{
    width: 300px;
    min-height: 300px;
    margin: auto auto;
}

.top_menu{
    width: 100%;
    background: url("img/top_w_line.jpg") repeat-x;
    height: 71px;
}

.menu_item{
    height: 71px;
    display: block;
    float: left;
}

.menu_item a{
    display: block;
    width: 100%;
    height: 72px;
    font-family: 'SommetRoundedRegularRegular';
}

.menu_el{
    width: 354px;
    background: url("img/menu-el.png") no-repeat 0px 0px;
    height: 69px;
}

.nav_el{
    float: left;
}

.nav_user_l{
    width: 20px;
    background: url("img/menu-el.png") no-repeat 0px 0px;
    height: 69px;
}

.nav_user_r{
    width: 25px;
    background: url("img/menu-el.png") no-repeat -143px 0px;
    height: 69px;
}

.nav_con_l{
    width: 10px;
    background: url("img/menu-el.png") no-repeat -170px 0px;
    height: 69px;
}

.nav_c{
    height: 69px;
}

.menu_nav_c{
    height: 69px;
    padding: 0px 11px;
    cursor: pointer;
    margin-left: -4px;
}

div.hr{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #b1b1b1;
}



.menu_nav_c:hover{
    background: -moz-linear-gradient(top, rgba(196,217,255,0.56) 0%, rgba(196,224,255,0.54) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,217,255,0.56)), color-stop(100%,rgba(196,224,255,0.54))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(196,217,255,0.56) 0%,rgba(196,224,255,0.54) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(196,217,255,0.56) 0%,rgba(196,224,255,0.54) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(196,217,255,0.56) 0%,rgba(196,224,255,0.54) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(196,217,255,0.56) 0%,rgba(196,224,255,0.54) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc4d9ff', endColorstr='#8ac4e0ff',GradientType=0 ); /* IE6-9 */
    height: 69px;
}

.menu_nav_c.active{
    background: #30cbfe; /* Old browsers */
    background: -moz-linear-gradient(top, #30cbfe 0%, #06bef6 40%, #0186b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30cbfe), color-stop(40%,#06bef6), color-stop(100%,#0186b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30cbfe', endColorstr='#0186b3',GradientType=0 ); /* IE6-9 */
    height: 70px;
    border-left: 1px solid #207c9c;
    border-right: 1px solid #207c9c;
}

.menu_nav_c.active .fs1{
    color: #fff;
    text-shadow: 1px 1px #207c9c;
}

.nav_con_r{
    width: 32px;
    background: url("img/menu-el.png") no-repeat -314px 0px;
    height: 69px;
}

.nav_item{
    display: inline-block;
}


.db{display: block !important;}
.dib{display: inline-block}
.di{display: inline}

.mt1px{margin-top: 1px;}
.mt2px{margin-top: 2px;}
.mt3px{margin-top: 3px;}
.mt4px{margin-top: 4px;}
.mt5px{margin-top: 5px;}
.mt6px{margin-top: 6px;}
.mt7px{margin-top: 7px;}
.mt8px{margin-top: 8px;}
.mt9px{margin-top: 9px;}
.mt10px{margin-top: 10px;}
.mt11px{margin-top: 11px;}
.mt12px{margin-top: 12px;}
.mt13px{margin-top: 13px;}
.mt14px{margin-top: 14px;}
.mt15px{margin-top: 15px;}
.mt16px{margin-top: 16px;}
.mt17px{margin-top: 17px;}
.mt23px{margin-top: 23px;}
.mt24px{margin-top: 24px;}


.ml1px{margin-left: 1px;}
.ml2px{margin-left: 2px;}
.ml3px{margin-left: 3px;}
.ml4px{margin-left: 4px;}
.ml5px{margin-left: 5px;}
.ml6px{margin-left: 6px;}
.ml7px{margin-left: 7px;}
.ml8px{margin-left: 8px;}
.ml9px{margin-left: 9px;}
.ml10px{margin-left: 10px;}
.ml11px{margin-left: 11px;}
.ml12px{margin-left: 12px;}
.ml13px{margin-left: 13px;}
.ml14px{margin-left: 14px;}
.ml15px{margin-left: 15px;}
.ml16px{margin-left: 16px;}
.ml17px{margin-left: 17px;}
.ml23px{margin-left: 23px;}
.ml24px{margin-left: 24px;}


.m3px{margin: 3px;}
.m5px{margin: 5px;}
.m10px{margin: 10px;}



.ta-c{text-align: center}
.ta-l{text-align: left}
.ta-r{text-align: right}

.va-6px{vertical-align: -6px;}
.va5px{vertical-align: 5px;}
.va6px{vertical-align: 6px;}
.va13px{vertical-align: 13px;}
.va15px{vertical-align: 15px;}

.p5px{padding: 5px;}
.p6px{padding: 6px;}
.p7px{padding: 7px;}
.p8px{padding: 8px;}
.p9px{padding: 9px;}
.p10px{padding: 10px;}
.p11px{padding: 11px;}
.p12px{padding: 12px;}
.p13px{padding: 13px;}
.p14px{padding: 14px;}

.pa{position: absolute}

.dn{display: none}
.zero{float: none;clear: both;}

.fr{float: right}

.fs1{
    font-size: 19px;
    color: #113347;
    font-family: 'SommetRoundedRegularRegular';
}

.cl{
    clear: both;
}
.wrp-ipm{

}
.ipm > h2{
    font-size: 28px;
}
.ipm-sep{height: 0; width: 100%; border-top: 1px solid #b5b5b5;}
.ipm-pic{
    width: 175px;
}

.fs2{
    font-size: 16px;
    color: #00a0d2;
}
.fs2 a{
    color: #00a0d2;
    text-shadow: 1px 1px #FFF;
}

.fs3{
    font-size: 16px;
    color: #7c96a6;
}

.fs3 a{
    color: #7c96a6;
    text-shadow: 1px 1px #FFF;
}

.fs14{
    color: #7c96a6;
    font-size: 16px;
}


.fs14.true{
    color: #48c28a;
    text-shadow: 1px 1px 1px #bababa;
}
.fs14.false{
    color: #e44f6b;
    text-shadow: 1px 1px 1px #373737;
}

.fs14.false2{
    color: #e42d24;
    text-shadow: 1px 1px 1px #929292;
}

.fs4{
    color: #ffffff;
}
.fs4.false{
    background: #e44f6b;
}

.fs4.true{
    background: #48c28a;
}
.fs4.false,.fs4.true{padding: 3px; border-radius: 4px}

.fs5 {
    color: #2f6481;
    font-size: 20px;
    text-shadow: 1px 1px #FFF;
}

.fs6 {
    font-family: 'SommetRoundedRegularRegular';
    color: #6f7a83;
    font-size: 20px;
    text-shadow: 1px 1px #FFF;
}

.fs6 .true, .fs6.true{
    color: #48c28a;
    text-shadow: 1px 1px 1px #686868;
}
.fs6 .false, .fs6.false{
    color: #e44f6b;
    text-shadow: 1px 1px 1px #686868;
}

.fs7 {
    color: #6f7a83;
    font-size: 16px;
    text-shadow: 1px 1px #FFF;
}

.fs8 {
    font-family: 'SommetRoundedRegularRegular';
    color: #FFF;
    font-size: 20px;
    text-shadow: 1px 1px #5e5e5e;
}
.fs9 {
    font-family: 'SommetRoundedRegularRegular';
    color: #FFF;
    font-size: 14px;
    text-shadow: 1px 1px #5e5e5e;
}

.fs10, .ipm p {
    color: #4a5962;
    font-size: 14px;
    text-shadow: 1px 1px #FFF;
}
.fs11 {
    color: #6f7a83;
    font-size: 14px;
    text-shadow: 1px 1px #FFF;
}

.fs12 {
    font-family: 'SommetRoundedRegularRegular';
    color: #006691;
    font-size: 32px;
    text-shadow: 1px 1px #6e838d;
}

.fs13 {
    font-family: 'SommetRoundedRegularRegular';
    color: #006691;
    font-size: 25px;
    text-shadow: 1px 1px #6e838d;
}
.w100{
    width: 100%;
}

.fwb{font-weight: bold}
.mark{
    border-left: 5px solid #e44f6b;
}

sup{
    color: #FFF;
    background: #83b000;
    border-radius: 10px;
    padding: 2px 5px;
}

#bg-wrap{
    margin: 140px auto;
    width: 325px;
}

.purse{
    background: url("img/purse.png");
    width: 18px;
    height: 16px;
    display: inline-block;
}

a.f_button{
    text-decoration: none;
}

.select .selected, .f_button{
    color: #12384d;
    line-height: 25px;
    text-shadow: 1px 1px #FFF;
    border: 1px solid #a2b1b6;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.select ul{
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.select ul li{
    min-width: 75px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    color: #12384d;
}

.select ul li:hover{
    background: #f2f8fa; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f8fa 0%, #cfdce1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f8fa), color-stop(100%,#cfdce1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f8fa 0%,#cfdce1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f8fa 0%,#cfdce1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f8fa 0%,#cfdce1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2f8fa 0%,#cfdce1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8fa', endColorstr='#cfdce1',GradientType=0 ); /* IE6-9 */
}

.select:hover ul{
    box-shadow: 1px 1px 2px #5e5e5e;
    display: block;
}

.balance .false, .balance .true {
    border-radius: 4px;
    padding: 7px;
}

.vline{
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #c0c8cd;
}

.top_menu a{
    text-decoration: none;
}

.down_arrow{
    float: right;
    background: url('img/down_arrow.png');
    height: 11px;
    width: 11px;
}

.down_arrow_btn{
    border: 1px solid #b5c8cf;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 1px 1px #FFF;
}

.down_arrow_btn:hover{
    border: 1px solid #83969d;
}

.con_list{
    background: #dbdbdb;
    border: 1px solid #f2f2f2;
    margin-top: 39px;
    margin-left: -185px;
    min-width: 213px;
    box-shadow: 0px 1px 2px #83969d;
    list-style: none;
    border-radius: 4px;
}
.con_list_ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.con_list_ul li.active a{
    border-left: 10px solid #e44f6b;
    text-shadow: 1px 1px #505050;
    color: #ffffff;
    padding: 6px;
    background: rgb(166,182,188); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(166,182,188,1) 0%, rgba(134,154,160,1) 40%, rgba(91,112,119,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,182,188,1)), color-stop(40%,rgba(134,154,160,1)), color-stop(100%,rgba(91,112,119,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b6bc', endColorstr='#5b7077',GradientType=0 ); /* IE6-9 */
}

.con_list_ul li a{
    font-size: 15px;
    display: block;
    padding: 6px;
    padding-left: 16px;
    color: #113347;
    text-shadow: 1px 1px #ffffff;
}

.con_list_ul li a:hover{
    text-shadow: 1px 1px #505050;
    color: #ffffff;
    background: #30cbfe; /* Old browsers */
    background: -moz-linear-gradient(top, #30cbfe 0%, #06bef6 40%, #0186b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30cbfe), color-stop(40%,#06bef6), color-stop(100%,#0186b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #30cbfe 0%,#06bef6 40%,#0186b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30cbfe', endColorstr='#0186b3',GradientType=0 ); /* IE6-9 */
}

.left-menu{
    width: 232px;
    border-right: 1px solid #7c96a6;
    background: #eeeeee;
}


.lm_list_ul{
    list-style: none;
    margin: 0px;
    padding: 0;
}

.lm_list_ul li {
    cursor: pointer;
    font-family: 'SommetRoundedRegularRegular';
    display: block;
    font-size: 18px;
    padding: 11px;
    color: #6c6a6c;
}

.lm_list_ul li:hover{
    background: rgb(238,241,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,241,242,1) 0%, rgba(229,233,235,1) 40%, rgba(215,222,225,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,241,242,1)), color-stop(40%,rgba(229,233,235,1)), color-stop(100%,rgba(215,222,225,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,241,242,1) 0%,rgba(229,233,235,1) 40%,rgba(215,222,225,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,241,242,1) 0%,rgba(229,233,235,1) 40%,rgba(215,222,225,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,241,242,1) 0%,rgba(229,233,235,1) 40%,rgba(215,222,225,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,241,242,1) 0%,rgba(229,233,235,1) 40%,rgba(215,222,225,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f2', endColorstr='#d7dee1',GradientType=0 ); /* IE6-9 */
}

.lm_list_ul li.active{
    text-shadow: 1px 1px #505050;
    color: #ffffff;
    background: rgb(166,182,188); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(166,182,188,1) 0%, rgba(134,154,160,1) 40%, rgba(91,112,119,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,182,188,1)), color-stop(40%,rgba(134,154,160,1)), color-stop(100%,rgba(91,112,119,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(166,182,188,1) 0%,rgba(134,154,160,1) 40%,rgba(91,112,119,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6b6bc', endColorstr='#5b7077',GradientType=0 ); /* IE6-9 */
}


.info_btn{
    border: 1px solid #83868b;
    border-radius: 4px;
    color: #6c6f74;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 4px;
    background: rgb(227,232,233); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227,232,233,1) 0%, rgba(213,219,221,1) 40%, rgba(190,202,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,232,233,1)), color-stop(40%,rgba(213,219,221,1)), color-stop(100%,rgba(190,202,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(227,232,233,1) 0%,rgba(213,219,221,1) 40%,rgba(190,202,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(227,232,233,1) 0%,rgba(213,219,221,1) 40%,rgba(190,202,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(227,232,233,1) 0%,rgba(213,219,221,1) 40%,rgba(190,202,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(227,232,233,1) 0%,rgba(213,219,221,1) 40%,rgba(190,202,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e8e9', endColorstr='#becace',GradientType=0 ); /* IE6-9 */
}

.info_btn:hover{
    background: rgb(190,202,206); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(190,202,206,1) 0%, rgba(213,219,221,1) 60%, rgba(227,232,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,202,206,1)), color-stop(60%,rgba(213,219,221,1)), color-stop(100%,rgba(227,232,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(190,202,206,1) 0%,rgba(213,219,221,1) 60%,rgba(227,232,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(190,202,206,1) 0%,rgba(213,219,221,1) 60%,rgba(227,232,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(190,202,206,1) 0%,rgba(213,219,221,1) 60%,rgba(227,232,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(190,202,206,1) 0%,rgba(213,219,221,1) 60%,rgba(227,232,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becace', endColorstr='#e3e8e9',GradientType=0 ); /* IE6-9 */
}

table td{
    vertical-align: top;
}

h1, h2{
    font-family: 'SommetRoundedRegularRegular';
    color: #113347;
    margin: 6px 0;
}


.center{
    padding: 20px;
}

.content{
    padding: 10px 0;
}

.sub{
    border: 1px solid #7c96a6;
    float: left;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 220px;
}

.maintable td{
    vertical-align: top;
}
.sub.status_disabled .sub_head{
    background: #8f8e92;
}

.sub.status0 .sub_head{background: #00ade9}
.sub.status1 .sub_head{background: #48c28a}
.sub.status2 .sub_head, .sub.status5 .sub_head{background: #e4b300}
.sub.status3 .sub_head{background: #e44f6b}

.sub_head{
    padding: 10px;
    height: 41px;
}

.f_arroy{
    width: 13px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

.f_arroy_u_w, li.active .f_arroy_u{
      background: url("img/f_arroy.png") -49px 0 no-repeat;
}
.f_arroy_d_w, li.active .f_arroy_d{
    background: url("img/f_arroy.png") -61px 0 no-repeat;
}
.f_arroy_ud_w, li.active .f_arroy_ud{
    background: url("img/f_arroy.png") -36px 0 no-repeat;
}
.f_arroy_u{
    background: url("img/f_arroy.png") -12px 0 no-repeat;
}
.f_arroy_d{
    background: url("img/f_arroy.png") -24px 0 no-repeat;
}
.f_arroy_ud{
    background: url("img/f_arroy.png") 0px 0 no-repeat;
}


.f_table{
    margin-top: 20px;
}

.f_table th{
    padding: 10px;
    background: #cacaca;
    color: #6f7a83;
    text-align: left;
}
.f_table th.this_sort{
    background: #b1b1b1;
    color: #ffffff;
    text-shadow: 1px 1px #3b535b;
}

.f_table td{
    padding: 6px 10px;
    border-bottom: 1px solid #cccfd4;
}

.bold{
    font-weight: bold;
}

.red{color: #e44f6b}

.green{color: #48c28a}
.greentsh{color: #3e9c6f;}


.f_table td.color_line, .f_table th.color_line{
    padding: 0;
}

.color_line.clgreen{
    background: #48c28a;
}
.color_line.clred{
    background: #e44f6b;
}


.pay_icon{
    background-image: url("img/payments_icon.png");
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}

.pay_icon.t1{
    background-position: 0 0;
}

.pay_icon.t2{
    background-position: -20px 0;
}
.pay_icon.t3{
    background-position: -40px 0;
}
.pay_icon.t4{
    background-position: -60px 0;
}


.active .pay_icon.t1{
    background-position: 0 -22px;
}

.active .pay_icon.t2{
    background-position: -20px -22px;
}
.active .pay_icon.t3{
    background-position: -40px -22px;
}
.active .pay_icon.t4{
    background-position: -60px -22px;
}

.inpstyle{
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 9px;
}

.inpstyle:focus{
    border: 1px solid #2789c5;
    box-shadow: 0px 0px 4px #3b91c5;
    transition: all 0.5s;
}

.inpstyle2{
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 5px;
}

.inpstyle2:focus{
    border: 1px solid #0092c5;
    box-shadow: 0px 0px 4px #0092c5;
    transition: all 0.5s;
}

.imgBtn{
     opacity: 0.8;
     display: inline-block;
     cursor: pointer;
 }
.imgBtn:hover{opacity: 1;}


.imgBtn img{
    vertical-align: -4px;
}

.imgBtn.info_btn{
    line-height: 20px;
}

.p0{padding: 0 !important;}


.lm_list a {
    text-decoration: none;
}

.pac_title{
    height: 24px;
    overflow: hidden;
    white-space:nowrap;
}

.btrue{
    background: #cbf6e2;
}

.bfalse{
    background: #ffdbe2;
}

hr{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #f0f0f0;
}


.footer{
    width: 100%;
    background: url("img/top_w_line.jpg") repeat-x;
    height: 40px;
    border-top: 1px solid #c0c0c0;
}

.cardEdit .sumResult{
    font-weight: bold;
}

.chanel_block{
    width: 142px;
    height: 92px;
    overflow: hidden;
    border-radius: 4px;
    margin: 3px;
    float: left;
}

.chanel_img{
    padding: 10px;
    width: 120px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #c19152;
    border-radius: 4px;
}

.chanel_img img{
    width: 120px;
}

.chanel_name{
    position: relative;
    z-index: 1111;
    text-align: center;
    padding: 5px;
    height: 100px;
    background: rgba(70, 70, 70, 0.52);
    color: white;
    transition: all 0.5s;
    font-size: 12px;
}

.chanel_block:hover .chanel_name{
    transition: all 0.5s;
    margin-top: -23px;
}

.item .name{
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.item .text{
    display: none;
}

.lm_list .label{
    display: block;
    font-family: "SommetRoundedRegularRegular";
    font-size: 18px;
    padding: 11px;
    color: #6c6a6c;
}

#payment_preload {
    vertical-align: -12px
}

.btnActiveDisabled{
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}
.btnActiveDisabled:hover{
    text-decoration: none;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777777;
}
.form-control::-webkit-input-placeholder {
    color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.text-right{
    text-align: right;
}

.fs15{
    color: #b3b3b3;
}


.button{
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
    padding: 3px 7px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0 #18384D;
    box-shadow: 1px 1px 2px 0 #18384D;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

button.button, input.button{
    border: none;
}

.button:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9f9f9 50%, #d1f1f1 51%, #f1fbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e9f9f9), color-stop(51%,#d1f1f1), color-stop(100%,#f1fbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9f9f9 50%,#d1f1f1 51%,#f1fbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e9f9f9 50%,#d1f1f1 51%,#f1fbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e9f9f9 50%,#d1f1f1 51%,#f1fbfb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e9f9f9 50%,#d1f1f1 51%,#f1fbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1fbfb',GradientType=0 ); /* IE6-9 */
}