@font-face{font-family:font1;src:url(../fonts/bpg_arial_2009.ttf?v=1.0)}
@font-face{font-family:font2;src:url(../fonts/bpg_mrgvlovani_caps_2010.ttf?v=1.0)}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%}
body{line-height:1;background-color:#f0f3f4;font-family: font1;}
a:link{text-decoration:none;cursor:pointer;}
ul li{list-style-type:none}
input{outline:none;}
button{cursor: pointer;}
.content-box{width:1200px;margin:auto;overflow: hidden;}
.header{width: 100%;height:90px;}
.header-top{width: 100%;height:50px;background: #4896cf;}
.header-mid{width: 100%;height:40px;background: #30383b;}
.header-menu{overflow: hidden;}
.header-menu li a{float: left;color: #fff;display: block;padding: 13px 20px 12px 20px;font-size: 15px;}
.header-menu li a:hover{background:#444c4f;}
.header-top-left{
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 15px 10px 15px 0px;
}
.header-top-right{
    float:right;
}
.header-top-user{
    font-size: 16px;
    color: #fff;
    padding: 17px 10px;
    float:left;
}
.header-top-logout{
    padding: 13px 10px 10px 10px;
    float:left;
    cursor:pointer;
}
.header-bot{
    font-size: 18px;
    padding: 18px 10px;
    background: #fff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.auth_box{
    width:600px;
    margin:auto;
    margin-top:100px;
    background: #ffffff;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
}
.auth_form1{overflow: hidden;margin-top:20px;}
.auth_title{font-size:34px;text-align:center;font-weight:bold;margin-bottom:20px;}
.auth_title1{font-size:17px;text-align:center;margin-bottom:20px;}
.auth_title2{color:#ED1C24;font-size:20px;margin-bottom:30px;padding-bottom:10px;border-bottom:2px solid #e8e8e8;}
.form_input{margin-bottom:20px;}
.form_input label{display:block;font-size:14px;color:#777777;margin-bottom:5px;}
.form_input input{width:100%;border-radius:4px;height:55px;box-sizing:border-box;padding:5px 10px;background-color: #fff;border: 1px solid #ddd;font-family: 'font1';}
.form_input select{width:100%;border-radius:4px;height:55px;box-sizing:border-box;padding:5px 10px;background-color: #fff;border-color: #ddd;}
.form_input textarea{width:100%;border-radius:4px;height:150px;box-sizing:border-box;padding:5px 10px;background-color: #fff;}
.form_input1{float:left;width:50%;}
.form_input1:nth-child(2n){padding-left:15px;box-sizing: border-box;}
.form_button {font-family:font1;border:none;margin-top:20px;width:100%;height:50px;text-align:center;background-color:#10ad1d !important;color:#fff;text-transform:uppercase;border-radius:4px;font-size:16px;}

.form_upload_input{
  width: 290px;
  height: 290px;
  background: #F4F4F4;
  float: left;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 105px 20px 20px 20px;
  background-image: url(/images/upload.svg);
  background-repeat: no-repeat;
  background-position: top 50px center;
}
.form_upload_input:first-child{
  margin-right:20px;
}
.upload_input_text1{
  font-size:16px;
  font-weight: bold;
}
.upload_input_text2{
  font-size:14px;
  margin-top:7px;
  color:#707070;
}
.upload_input_choose{
  margin:auto;
  margin-top:20px;
  width:120px;
  height:35px;
  text-align:center;
  background-color:#ED1C24 !important;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height: 35px;
  border:none;
}

.select_category{
  display: inline-flex;
  height: 50px;
  width: 100%;
  align-items: center;
  border-radius: 5px;
  padding: 10px 0px 20px 0px;
}
.select_category .option{
  background: #EEEEEE;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.3s ease;
  margin-left: 0px;
}
.option-2{
  margin-right: 0px !important;
}
.select_category .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.select_category .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ED1C24;
  border-color: #ED1C24;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #E3E3E3;
  background: #E3E3E3;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #EEEEEE;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.select_category .option span{
  font-size: 15px;
  color: #777777;
  font-weight: 500;
  padding-left:10px;
}

.main_boxes{
  width: 1200px;
  margin: auto;
  margin-top:30px;
  overflow: hidden;
}
.boxes_left{
  width:850px;
  float:left;
  margin-right:25px;
}
.boxes_right{
  width:325px;
  float:left;
}

.box1{
  width: 100%;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 6px;
  border: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.box1_item{
  height:50px;
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.box1_title{
  font-size:16px;
  margin-bottom: 10px;
}
.card_img img{
  width:50px;
}
.card_img{
  margin-left: 10px;
  margin-right: 20px;
  float:left;
}
.card_name{
  float:left;
}
.card_name span{
  display: block;
  font-size: 15px;
  margin-top: 4px;
}
.card_amount{
  float:right;
  line-height: 50px;
  padding-right: 10px;
}

.box2{
  width: 100%;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 6px;
  border: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.box2_item{
  height:50px;
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.box2_item_img{
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 15px;
  float:left;
}
.box2_item_date{
  float:left;
  font-size: 15px;
  color:#333;
  line-height: 50px;
  padding: 0px 10px;
  margin-right: 10px;
}
.box2_item_descr{
  float:left;
  padding: 0px 10px;
  font-size: 15px;
  line-height: 50px;
}
.box3{
  width:100%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.box3_header{
  background: #f9fafb;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 15px;
  padding-left:15px;
}
.box3_items{
  background: #fff;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.currency_img span{
  background-image: url("/images/flags_103x69.png");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 30px 629px;
  border-radius: 50%;
}
.flag_usd{
  background-position: -2px -609px;
}
.flag_eur{
  background-position: -5px -231px;
}
.flag_gbp{
  background-position: -5px -252px;
}
.currency_item{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}
.currency_img{float:left;margin-right: 5px;margin-top: 10px;}
.currency_name{float:left;;margin-right: 30px;}
.currency_value{float:left;;margin-right: 20px;}
.currency_change{float:left;}
.settings_box{
  width:1200px;
  margin:auto;
  margin-top:30px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}


.birthday_select{  
  width: 100%;
}
.birthday_select{
  overflow: hidden;
  float: left;
}
.birthday_select .form_input{
  float: left;
}
.birthday_select1{
  width:30%;
  float:left;
}
.birthday_select2{
  width:40%;
  padding: 0px 15px;
  box-sizing: border-box;
  float:left;
}
.birthday_select3{
  width:30%;
  float:left;
}
.phone_input select{
  width: 30%;
  float: left;
  background-color: #fff;
}
.phone_input input{
  width: calc(70% - 15px);
  float: left;
  margin-left: 15px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor:pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
