/* @font-face {
    font-family: "Yekan";
    src: url(includes/fonts/Yekan.eot);
    src: url(includes/fonts/Yekan.eot?#iefix) format("embedded-opentype"),
         url(includes/fonts/Yekan.woff) format("woff"),
         url(includes/fonts/Yekan.ttf) format("truetype"),
         url(includes/fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

* {
    font-family: Yekan, Tahoma;
} */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after
{
      right: -10px!important;
}
.alert-danger,.alert-info,.alert-success
{
  max-width: max-content;
}
html {
    position: relative;
    min-height: 100%;
}

/* body {
    padding-top: 80px;
    padding-bottom: 60px;
} */
.x_title h2
{
  white-space: nowrap;
  overflow: hidden;
}
label{
  white-space: nowrap;
  overflow: hidden;
}
.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    background-color: #e7e7e7;
}

.input-group-multi [class*='col-'] {
  margin: 0 !important;
  padding: 0 !important;
}

.input-group-multi .form-control {
  border-right: 0;
}

.input-group-multi [class*='col-']:last-child .form-control {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ccc;
}

.MyAccount-navigation-link
{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.MyAccount-navigation ul li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
}



  .MyAccount-navigation > ul > li > a {
      color: #333;
      text-decoration: none;
      border-right: 3px solid transparent;
      padding: 0 5px 0 10px;
      display: block;
      -webkit-transition: border-color .3s;
      -moz-transition: border-color .3s;
      -ms-transition: border-color .3s;
      -o-transition: border-color .3s;
      transition: border-color .3s;
      position: relative;
  }
.box{
  float: right;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
  -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
  -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.MyAccount-vcard{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: url(templates\images\vcard_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #f00;
}

.MyAccount-navigation ul li a .fa {
    padding-left: 20px;
    padding-right: 20px;
}

.MyAccount-navigation ul li a:hover, .MyAccount-navigation ul li.is-active a {
    border-right-color: #F44336!important;
    color: #f44336!important;
  }
.mybtn
{
    font-size: 14px;
    /* padding-bottom: 10px;
    padding-top: 10px; */
    display: inline-block;
    padding: 13px 20px;
    color: #fff!important;
    background: #2196F3;
    font-weight: 400;
    line-height: 1;
    border-radius: 3px;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    text-align: center;
    margin: 5px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.mybtn:focus
{
	background: #2196F3!important;
}

.mybtn:hover{
    background: #1976D2!important;
    color: #fff;
}

.nav-pills>li>a
{
  background: #eee;
}
.nav-pills>li>a:hover {
        background-color: #409ae7!important;
        color: #FFF!important;
}
