/* ======= define font family from file ====== */
@font-face {
    font-family: Releway-ExtraBold;
    src: url('../fonts/Raleway-ExtraBold.ttf')
}
@font-face {
    font-family: Releway-Bold;
    src: url('../fonts/Raleway-Bold.ttf')
}
@font-face {
    font-family: Raleway-Regular;
    src: url('../fonts/Raleway-Regular.ttf')
}
@font-face {
    font-family: Baskerville-Italic;
    src: url('../fonts/Baskerville-Italic.ttf')
}
@font-face {
    font-family: Baskerville;
    src: url('../fonts/baskvl.ttf')
}
@font-face {
    font-family: RotisSansSerifPro-Regular;
    src: url('../fonts/RotisSansSerifPro-Regular.otf')
}
@font-face {
    font-family: RotisSansSerifPro-Bold;
    src: url('../fonts/RotisSansSerifPro-Bold.otf')
}
@font-face {
    font-family: RotisSansSerifStd-ExtraBold;
    src: url('../fonts/RotisSansSerifStd-ExtraBold.otf')
}
.t_de {
  display: none;
}
.date_de {
  display: none;
}
/*=============== global ==================*/
.bt_edit,
.bt_delete, 
.bt_edit1,
.bt_delete1{
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
}
.fa.bt_back {
  cursor: pointer;
  padding: 10px;
}
#changepass:hover{
  color: #00f;
}
.text-center{
  text-align: center;
}
html {
	/*background: rgba(203, 203, 210, 0.15);*/
}
body{
	background: #fff;
	color:#3c3c3c;
	font-family: RotisSansSerifPro-Regular;
}
.div_login_detail {
  background: #445a64;
  background: #e22713;
  color: #f9f9f9;
  float: right !important;
  padding: 8px 16px;
  height: 100%;
  font-size: 16px;
  position: relative;
  width: 300px;
}
.login_detail_bottom {
  padding-top: 10px;
}
.login_detail_bottom a {
  color: #fff;
  border: 1px solid #eee;
  font-size: 11px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none !important;
}
.div_user_role {
  font-size: 12px;
  font-weight: normal;
}
.up_arrow{
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50px;
  cursor: pointer;
}
.up_arrow.up{
  top: -4px;
}
.loading_overlay{
  position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 100;
}
.loading_overlay div{
  position: absolute;
  width: 100px;
  color: #333;
  background: #fff;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding-top: 11px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 12px;
}
.loading_overlay div img {
  max-width: 80%;
}
.c-nav{
  min-height: 650px;
	background: #e22713;
	color: #fff;
	position: fixed;
  top: 0;
	width: 295px;
    font-family: RotisSansSerifPro-Bold;
	z-index: 1;
	height: 100%;
  border-right: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.c-nav_background{
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/travel_tourism.jpg);
}
.wrapper{
  position: relative;
  top: 0;
  height: 100vh;
}
.wrapper.c-nav-samll .c-nav{
  width: 50px;
}
.wrapper.c-nav-samll .div_body{
  padding-left: 50px;
}
.wrapper.c-nav-samll .menu-item-title,
.wrapper.c-nav-samll .menu-item-arrow{
  display: none;
}
.wrapper.c-nav-samll .menu-logo{
  overflow: hidden;
}
.wrapper.c-nav-samll .menu-logo img{
  width: 28px;
}
.wrapper.c-nav-samll .menu-logo .logo{
  width: 320px;
  text-align: left;
  margin-left: 0px;
  padding: 2px;
}
.wrapper.c-nav-samll .menu-logo .logo div{
  display: none;
}
.wrapper.c-nav-samll .menu-logo .logo .span_logo{
  margin-top: 15px;
}
.wrapper.c-nav-samll .menu-item-icon{
  margin-left: 15px;
}
.wrapper.c-nav-samll .c-nav_background{
  display: none;
}
.menu-item-icon img{
  width: 25px;
  height: auto;
}
i.bt_add,
i.bt_add1 {
  color: #337ab7;
  font-size: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu-logo{
	width: 100%;
	position: relative;
	height: 80px;
  margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
  background: #fff;
}
.menu-logo .span_logo{
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.menu-logo .span_logo img{
	width: 66px;
  margin-top: 0px; 
}
.menu-logo .logo div img{
  height: 40px;
  margin-top: 4px;
}
.menu-logo div.logo{
  color: #e22713;
  padding: 7px 15px;
  align-items: center;
}
.menu-logo div.logo div{
}
.menu-logo div.logo div h1{
  margin: 0;
}
.menu-logo div.logo div p{
  margin: 0;
  font-size: 14px;
  padding-left: 82px;
}
.menu-item-sel{
	background: rgba(255,255,255,0.4);
  background: #8d1a14;
	color:#fff;
}
.menu-item:hover{
	background: rgba(255,255,255,0.3);
  background: #8d1a14;
	color: #fff;
}
.menu-item{
  margin: 5px 15px;
	height: 60px;
	position: relative;
	cursor: pointer;
  border-radius: 5px;
  z-index: 3;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.menu-item-icon{
	float: left;
	width: 30px;
	margin-left: 10px;
	font-size: 20px;
	margin-top: 15px;
}
.menu-item-title{
	float: left;
	margin-top:20px;
	letter-spacing: 1px;
}
.menu-item-arrow{
	float: right;
	margin-top: 22px;
    font-size: 10px;
    margin-right: 16px;
}
.menu-disabled div{
  color: #ccc !important;
}
#menu_item_bottom {
  position: absolute;
  color: #8d1a14;
  text-decoration: underline;
  left: 40px;
  bottom: 10px;
  font-size: 16px;
  cursor: pointer;
}
#menu_item_bottom a {
  color: #8d1a14;
  display: block;
}
.c-nav-samll #menu_item_bottom a {
  font-size: 14px;
  left: 6px;
}
.div_body{
	position: relative;
	background: rgba(203, 203, 210, 0.15);
	padding-left: 295px;
  height: 100%;
  max-height: 100%;
  min-width: 700px;
  -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.div_body_top{
	background: #fff;
  border-bottom: 1px solid #D9DEE4;
	height: 80px;
  position: fixed;
  top: 0;
  width: calc(100% - 295px);
  z-index: 10;
  -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.div_body_top_title{
	font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  margin-left: 14px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.div_balance {
  padding-left: 20px;
  font-size: 16px;
  float: left;
}
.div_balance span {
  padding: 5px 10px;
  margin-right: 20px;
  font-weight: bold;
}
.available_licenses {
  background: #93c47d;
}
.partlyneeded_licenses {
  background: #ff9900;
}
.need_licenses {
  background: #ff5757;
}
.longterm_licenses {
  background: #b4a7d6;
}
.div_license_section_h {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 20px;
}
.div_license_section {
  padding-left: 30px;
}
.div_license_section div {
  padding: 3px 0px;
  font-weight: bold; 
  color: #333;
}
.div_license_section span.price {
  
}
.div_payment {
  width: 500px;
  background: #fff;
  box-shadow: #ccc 0px 1px 3px 1px;
  padding: 20px;
  margin: 15px;
  border-radius: 2px;
  height: 150px;
  float: left;
}
.div_payment img {
  float: left;
  border: 1px solid #eee;
  width: 80px;
  margin-top: 5px;
  margin-right: 20px;
}
.div_payment {
    position: relative;
}
.div_payment .div_payment_left {
  float: left;
  width: 80px;
  margin-right: 16px;
}
.div_payment .div_payment_left img {
  float: none;
  width: auto;
  height: 50px;
  margin-right: 0;
}
.div_payment .div_payment_left div {
  padding-left: 5px;
}
.div_payment .card_name {
  font-size: 16px;
    font-weight: bold;
}
.disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
}
.div_payment .disabled img {
    float: right;
    width: 30px;
    margin-top: 10px;
    border: 0;
}
#div_body_add_payment,
#div_body_add_payment1,
#div_body_add_payment2{
  display: none;
  position: relative;
}
.div_overlay {
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.div_overlay_wrapper {
  background: #fff;
  border-radius: 5px;
  width: 400px;
  height: auto;
  left: calc(50% - 200px);
  top: 200px;
  position: absolute;
}
.div_overlay_top {
  background: #445a64;
  background: #e22713;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
}
.div_overlay_close {
  position: absolute;
  padding: 10px 15px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.div_payment_arrow {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 30px;
  color: #ccc;
}
.go_paypal,
.go_credit,
.go_sepa {
  position: absolute;
  color: #286090;
  top: 120px;
  right: 20px;
  cursor: pointer;
  text-decoration: underline;
  z-index: 999;
}
.go_sepa {
  right: 120px;
}
.error {
  color: #f00;
  font-size: 14px;
  float: left;
  padding-left: 20px;
}
#div_body_add_payment .form-control {
  border: 0px;
  margin-bottom: 10px;
  border-bottom: 1px;
  box-shadow: inset 0 -1px 0px rgba(0, 0, 0, .075);
  display: inline-block;
}
#cardno {
  width: 200px;
}
#month {
  width: 80px;
}
#year {
  width: 80px;
}
#cvc {
  width: 80px;
}
.div_payment.add_payment {
  background: transparent;
  border: 2px dashed #aaa;
}
.div_payment.add_payment:hover {
  background: #ddd;
}
.div_payment.add_payment div{
  color: #888;
  text-transform: normal;
  text-align: center;
  padding: 45px 0px;
  cursor: pointer;
}
.div_payment.add_payment div i {
  color: #4a7aca;
  margin-right: 10px;
}
.div_payment_top {
  height: 85px;
}
.div_payment_top div {
  color: #aaa;
  font-size: 14px;
}
.div_payment_top div p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
}
.div_section {
  background: #fff;
  box-shadow: #ccc 0px 1px 3px 1px;
  padding: 20px;
  margin-bottom: 20px;
}
.div_section_item::after {
  clear: both;
  content: " ";
  display: block;
}
.div_section_item label {
  padding-top: 10px;
}
#bt_generate {
  margin-top: 10px;
}
.div_payment_profile_title {
  font-size: 14px;
  font-weight: bold;
}
.div_payment_profile_desc {
  font-size: 14px;
  color: #888;
}
.bt_setting_edit {
  margin-left: 3px;
  cursor: pointer;
}
.div_payment_profile_desc_edit {
  display: none;
}
.div_payment_profile_desc_edit .form-control {
  min-width: 100%;
  border-top: 0px;
  margin-top: 10px;
  font-size: 14px;
}
.div_section_item i {
  margin-right: 15px;
}
.div_section_item {
  padding-bottom: 20px;
}
.div_payment_bottom {
  border-top: 1px solid #ccc;
  margin-right: -20px;
  margin-left: -20px;
}
.div_payment_button {
  color: #4a7aca;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
}
#bt_nav{
  float: left;
  font-size: 26px;
  color: #e22713;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 20px;
}
.div_body_top_title div.logo{
  width: calc(100% - 200px);
  text-align: center;
}
.div_body_top_title div.logo img{
  height: 45px;
}
#loading{
	width: 100%;
	padding-top: 0;
	position: absolute;
	left: 320px;
    width: 320px;
    display: none;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.div_body_main{
  padding: 20px;
  padding-top: 115px;
  /*background: rgba(203, 203, 210, 0.15);*/
}
.div_table{
  background: #fff;
  box-shadow: #ccc 0px 0px 3px;
}
.div_upload{
  border-bottom: 1px solid #ccc;
  padding: 20px;
  padding-left: 0px;
}
#bt_pop_project{
}
.clear{
  clear: both;
}

.div_body_main .fixed-table-container{
  border: 0;
  border-top: 1px solid #ccc;
}
#table tr{
  cursor: pointer;
}
#table .tr_sel{
  background: #eee;
}
.fixed-table-pagination .pagination-info{
  display: none;
}
.fixed-table-pagination .page-list,
.fixed-table-pagination .pagination{

}
.act_project{
  padding-bottom: 10px;
}
.act_project_title{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.project_item{
  display: inline-block;
  margin:20px;
  width: 124px;
  position: relative;
  vertical-align: top;
}
.bt_delete_project{
  position: absolute;
  background: #c4262c;
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
    line-height: 22px;
        right: -10px;
  top: -10px;
  border-radius: 10px;
}
.project_item div{
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project_item div.item{
  width: 124px;
  height: 150px;
  box-shadow: #333 2px 2px 8px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  overflow: hidden;
}
.project_item div.item img{
  max-width: 100%;
  /*max-height: 100%*/
}
.project_item div.item_pname{
  max-height: 34px;
  white-space: normal;
}
.overlay,
.qoverlay,
.uoverlay{
  position: fixed;
  display: none;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.popup{
  position: fixed;
  display: none;
  background: #fff;
  box-shadow: #333 0px 0px 10px;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -250px;
  z-index: 9;
  overflow: hidden;
  width: 600px;
  height: 550px;
  min-height: 100px;
  border-radius: 15px;
  z-index: 12;
}
.add_question_dlg{
  width: 400px;
  height: 460px;
  margin-left: -200px;
  margin-top: -230px;
  padding: 30px;
}
.password_dlg{
  width: 400px;
  height: 300px;
  margin-left: -200px;
  margin-top: -150px;
  padding: 30px;
}
#bt_create_question,
#bt_u_password{
  float: right;
}
.bt_close{
  position: absolute;
  font-size: 30px;
  right: 0px;
  padding: 10px;
  top: 0px;
  line-height: 34px;
  cursor: pointer;
  font-family: Arial;
}
.popup form{
  padding: 40px;
  overflow-y: auto;
  height: 100%;
}
.bootstrap-switch-id-ppublic{
  float: right;
}
.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;
}
.div_app_img{
  height: 500px;
  border:1px solid #eee;
  margin-bottom: 20px;
}
.div_app_img img{
  max-width: 100%;
  max-height: 100%;
}
.file-preview{
  display: block !important;
  height: 446px;
}
.krajee-default.file-preview-frame .kv-file-content{
  height: 330px;
}
#bt_create_project{
  float: right;
  margin-top: 30px;
}

.left_menu{
  background: #444;
  position: relative;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  float: left;
}
.popup_wrapper{
  width: 80%;
  float: left;
  display: none;
}
#detail{
  display: block;
}
.menu_item{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  padding-left: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
.menu_item_sel{
  background: #333;
}
.spacing{
  padding: 20px;
}
.popup_top{
  background: #fff;
  height: 60px;
  border-bottom: 1px solid #eee;
}
.question_section{
  padding: 20px 0px;
}
.qn{
  border-radius: 100px;
  background: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  margin-bottom: 10px;
}
.video_item{
  position: relative;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  display: inline-block;
  background: #eee;
  margin: 10px;
}
.video_item .viewed{
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border:3px solid #fff;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  background: #333;
  position: absolute;
  bottom: -12px;
  right: -12px;
}
.video_bottom{
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 95%;
  padding-left: 5%;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.video_title,
.video_user{
  padding-left: 10px;
}
.video_right{
  background: rgba(0,0,0,0.8);
  position: absolute;
  right: 0;
  width: 40px;
  height: 140px;
  color: #fff;
  border-top-right-radius: 10px;
}
#project_list{
  width: 200px;
  margin: 10px;
  display: inline-block;
}
.bt_qupdate,
.bt_qdelete{
  float: right;
  margin-left: 20px;
}
#q_preview{
  padding: 20px;
  border: 1px solid #aaa;
  width: 320px;
  height: 586px;
  margin: 40px auto;
}
div.reset button{
  float: left;
  margin: auto 10px;
}
.upload-group{
  position: relative;
}
.sfile{
    position: absolute;
    background: #eee;
    padding: 0px 10px;
    left: 3px;
    top: 21px;
    text-align: center;
    width: 85px;
    cursor: pointer;
}
.clearbox{
  clear: both;
}
.div_graph {
  padding: 20px;
  padding-bottom: 30px;
}
#graph {
  border: 1px solid #ccc;
  min-height: 200px;
  background: #fff;
  position: relative;
}
.div_x, .div_x_t {
  position: absolute;
  background: #000;
  width: 1px;
  height: 5px;
  bottom: 0px;
  z-index: 9;
}
.div_x_t {
  color: #333;
  background: transparent;
  font-size: 12px;
}
.div_box {
  position: absolute;
  border: 1px solid #000;
  border-bottom: 0px;
}
.div_y {
  position: absolute;
  left: -37px;
  font-size: 12px;
  bottom: 30px;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
/*=================================*/
.buttons{
  margin-bottom: 20px;
  margin-top: 20px;
}
.clearfix{
  clear: both;
}
.buttons button{
  float: right;
}
.form_title{
  font-size: 20px;
  font-weight: bold;
  color: #307739;
  padding-bottom: 10px;
}
.tright{
  text-align: right;
}
#bt_search,
#bt_csearch{
  margin-top: 5px;
    font-size: 20px;
    margin-left: -15px;
    cursor: pointer;
}
.div_search{
  margin-bottom: 20px;
}
.sitem,
.gitem{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.48) 0px 0px 10px;
  height: 120px;
  padding:15px;
  max-width: 200px;
  margin: auto;
  color: #fff;
}
#sitem_picture,
#sitem_totalc{
  background: #f13f3f;
}
#sitem_comment,
#sitem_acceptedc{
  background: #FF9800;
}
#sitem_like,
#sitem_availablec{
  background: #4CAF50;
}
.sitem_num{
  float: left;
  font-size: 32px;
  font-weight: bold;
  text-shadow: #555 1px 1px;
  padding-left: 5px;
}
.sitem_title{
  float: right;
  bottom: 0px;
  font-size: 20px;
  margin-top: 62px;
}
.div_search_item{
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  min-height: 65px;
  border-radius: 5px;
}
img.picture{
  max-height: 300px;
}
.pc_delete{
  position: absolute;
  right: 15px;
  top:15px;
}
.tab_space{
  margin-left: 30px;
  color: #555;
}
.item_comment_user{
  padding-top: 5px;
  color: #4e6cff;
}
.gitem{
  margin: 15px;
  display: inline-block;
  width: 200px;
  background: #3185ce;
}
#body_challenge{
  background: transparent;
}
.hline{
  border-top: 1px solid #eee;
  height: 20px;
  margin-top: 20px;
}
.div_flname input{
  width: 49%;
  display: inline-block;
}
.pic_desc{
  padding-top: 5px;
}
.c-nav-samll .menu-item{
  margin: 0px;
}
.c-nav-samll .div_body_top{
  width: calc(100% - 50px);

}
.div_avatar{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: #ccc 1px 1px 3px;
}
img.avatar{
  width: 100%;
  height: 100%;
}
img.job_avatar{
  max-width: 100px;
  height: auto;
}
div.applicant{
  transition: all 1s;
  padding-left: 25%;
  display: none;
}
div.applicant table tr td{
  vertical-align: middle;
}
.video_thumb{
  width: 50px;
  height: auto;
}
.uchange,
.udelete{
  font-size: 20px;
}
.eye{
  position: absolute;
  right: 5px;
  top: 30px;
  font-size: 20px;
  color: #888;
  cursor: pointer;
}
.eye:hover{
  color: #333;
}
video.video,
.img_video{
  max-width: 100%;
  margin-top: 20px;
  max-height: 110px;
}
video.video{
  
}
canvas{
  display: none;
}
select.state{
  max-width: 100px;
}
/*=========================================*/
.header {
  height: 100vh;
  background: #f1f1f1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.header_top {
  height: 70px;
  padding: 20px 30px;
}
.img_logo,
.img_logo_a {
  margin-left: 120px;
  width: 200px;
  box-shadow: #fff 2px 5px 30px 0px;
}
.img_logo_a {
  position: absolute;
  margin-left: 40px;
  left: 0;
  top: -75px;
  width: 100px;
  box-shadow: #fff 2px 3px 20px 0px;
}
a.header_item {
  color: #fff;
  float: right;
  margin-left: 30px;
}
.main_header {
  background: #fff;
}
.main_header .header_top {
  background: #445a64;
  background: #e22713;
}
/*================ overview =================*/
.group_guide {
  background: #fff !important;
}
.group_guide.active {
  background: #3ad603 !important;
}
.group_guide.active td {
  background: #3ad603 !important; 
}
.group_guide .td_no {
  padding: 4px;
}
.group_guide .td_no i {
  font-size: 26px;
  margin-left: 10px;
}
.group_guide .td_no i.fa-caret-down {
  display: none;
}
.group_header {
  background: #d3d1d3 !important;
  font-weight: bold;
  display: none;
}
.group_guest {  
  background: #ebe9eb !important;
  display: none;
}
.group_guest.sel {
  background: #f8d098 !important
}
.td_empty {
  background: #fff;
}
.group_guest .td_empty {
  border-top: 0px !important;
}
thead.thead i {
  margin-left: -3px;
}
/*=================================*/
#bt_csv{
  float: right;
  cursor: pointer;
  color: #00f;
  font-size: 16px;
}
img.img{
  max-width: 50px;
  max-height: 50px;
}
.div_table{
  min-width: 800px;
  overflow-x: auto;
}
input[type="file"]{
  width: 94px;
  padding: 0px;
  height: 24px;
}
.small_img{
  max-width: 99%;
  max-height: 99%;
  border-radius: 100%;
  box-shadow: #aaa 1px 1px 5px;
  margin-top: 20px;
  width: 160px;
  height: 160px;
}
.fleft{
  float: left;
}
.form-group{
  clear: both;
}
.div_title{
  font-size: 24px;
  color: #dc872e;
  padding-bottom: 10px;
}
.pager li > a{
  border: 0px;
}
.d1{
  display: none !important;
}
.top_licenses li {
  list-style: none;
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  padding: 3px 7px;
  border: 1px solid #eee;
}
.top_licenses li b {
  display: block;
  color: #f00;
  font-size: 16px;
}
.top_licenses li.upcoming {
  color: #aaa;
}
#table_l_dlg tr.upcoming td {
  color: #aaa;
}
.top_licenses li.upcoming b {
  color: #aaa;
}
/* languages */
.div_translate_info {
  position: absolute;
  top: -20px;
  color: #aaa;
  font-size: 12px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.div_translate {
  z-index: 99;
  position: absolute;
  right: 300px;
  top: 54px;
}
.cur_lang {
  min-width: 120px;
  background: #fff;
  padding: 2px 10px;
  /*box-shadow: rgba(0,0,0,0.1) 1px 2px 5px 0px;*/
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.i_up {
  display: none;
}
.div_translate.show .i_up {
  display: inline-block;
}
.div_translate.show .i_down {
  display: none;
}
.cur_lang i {
  float: right;
  margin-top: 2px;
  margin-left: 20px;
}
.cur_lang i.fa-language,
.cur_lang i.fa-globe {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
  color: #4e90f1;
}
.div_lang input {
  border: 0px;
  box-shadow: none !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.div_lang_overlay {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.div_lang {
  z-index: 100;
  position: fixed;
  background: #fff;
  box-shadow: rgba(0,0,0,0.1) 1px 2px 5px 0px;
  border-top: 1px solid #ddd;
  display: none;
  width: calc(100% - 40px);
  top: 76px;
  right: 20px;
  padding: 10px;
  max-width: 1110px;
}
.div_translate.show .div_lang,
.div_translate.show .div_lang_overlay {
  display: block;
}
.div_lang_item {
  width: 200px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.div_lang_item i {
  display: none;
}
.div_lang_item span {
  padding-left: 20px;
}
.div_lang_item.sel {
  color: #4e90f1;
  background: #e8f0fe;
}
.div_lang_item.sel span {
  padding-left: 0px;
}
.div_lang_item.sel i {
  display: inline-block;
  margin-right: 2px;
}
.forgot {
  float: right;
  cursor: pointer;
  opacity: 0.8;
}
.forgot:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  /*.c-nav {
    position: absolute;
  }*/
  .top_licenses {
    top: 80px;
    left: auto;
    right: 0px;
  }
  .top_licenses li {
    line-height: 14px;
  }
}
/* ============= some style on only phone ==========*/
@media (max-width: 767px) {
  .c-nav {
    position: absolute;
    z-index: 99;
  }
  .div_body_top {
    position: absolute;
  }
  .div_login_detail {
    
  }
  .div_translate {
    /*right: 0px;*/
  }
  .cart {
    /*right: 0px !important;*/
  }
  .top_licenses {
    right: auto;
    left: 10px;  
    padding-left: 0;
  }
}
@media (max-width: 499px) {
.wrapper .c-nav{
  width: 200px;
}
.menu-logo .span_logo img {
  width: 40px;
}
.wrapper.c-nav-samll .menu-logo img {
  margin-left: 7px;
}
#bt_nav {
  margin-top: 15px;
}
.menu-logo .logo div img {
  height: 24px;
}
.menu-logo div.logo div p {
  font-size: 13px;
  padding-left: 53px;
}
.wrapper .div_body{
  padding-left: 200px;
}
/*.wrapper .c-nav{
  width: 0px;
  overflow: hidden;
}
.wrapper .div_body{
  padding-left: 0px;
}
.wrapper .menu-item-title,
.wrapper .menu-item-arrow{
  display: none;
}
.wrapper .menu-logo{
  overflow: hidden;
}
.wrapper .menu-logo img{
  margin-left: 10px;
}
.wrapper .menu-item-icon{
  margin-left: 15px;
}*/

}