@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/opensans-light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/opensans-bold.woff') format('woff');
}

@font-face {
    font-family: 'Font-Yekan-B';
    /*src: url('/fonts/YekanWeb-Bold.woff') format('woff');*/
    font-weight: bold;
}

@font-face {
    font-family: 'Font-Yekan';
    src: url('/fonts/YekanWeb-Regular.woff') format('woff');
    font-weight: normal;
}

* {
    font-family: "Font-Yekan", Times, serif;
}


.validation-error-label,
.validation-valid-label {
    margin-top: 7px;
    margin-bottom: 7px;
    display: inline;
    color: #F44336;
    position: relative;
    padding-right: 26px;
}
.validation-valid-label {
    color: #4CAF50;
}


.select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #FF5722;
    -webkit-box-shadow: 0 1px 0 #FF5722;
    box-shadow: 0 1px 0 #FF5722;
}

.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover,
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
    background-color: #FF5722;
    color: #fff;
}

.select2-results__option[aria-selected=true] {
    background-color: #FF5722;
    color: #fff;
}


.form-control:focus {
    outline: 0;
    border-color: transparent;
    border-bottom-color: #FF5722;
    -webkit-box-shadow: 0 1px 0#FF5722;
    box-shadow: 0 1px 0 #FF5722;
}

.form-control{
    margin-bottom: 5px;
}


.navbar-inverse .navbar-nav > .active > a:after {
    background-color: #ff3d00;
}

.navbar-inverse .navbar-nav > .active > a{
    color: #ff3d00;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ff3d00;
}


.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ff3d00;
}

div.register-avatar {
    border: 1px solid #9e9e9e;
    width: 100px;
    border-radius: 3px;
}


div.upload-avatar {
    border: 1px solid #000000;
    width: 160px;
    height: 170px;
    border-radius: 50%;
}
div.user-avatar {
    border: 1px solid #000000;
    width: 130px;
    height: 140px;
    border-radius: 50%;
}

div.upload-Card {
    border: 1px solid #9e9e9e;
    width: 200px;
    height:130px;
    border-radius: 3px;
}
div.upload-certificate {
    width: 255px;
    height: 166px;
    border-radius: 3px;
}
div.upload-certificate-standard {
    border: 1px solid #9e9e9e;
    width: 80%;
    border-radius: 3px;
    padding: 2px;

}

div.upload-bill {
    border: 1px solid #9e9e9e;
    width: 52%;
    height: 246px;
    border-radius: 3px;
    padding: 2px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


table.rawData td {
    padding: 2px 2px !important;
}
.btn-more {
    width: 30px;
    height: 30px;
    padding: 5px;
}

