.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}
.txt_bold {
	font-weight: bold;
}

ul.label-value-inline	{
	margin:0px;
	padding:0px;
}
ul.label-value-inline li	{
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style-type:none;
	font-size:0.9em;
	clear:both;
}
ul.label-value-inline li .label-left	{
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 45%;
	float:left;
	font-weight:bold;
}
ul.label-value-inline li .value-right	{
	display: inline-block;
	text-align: left;
	width: 50%;
	line-height: 20px;
}

.btn {
    display: inline-block;
    padding: 0.35em 22px;
    margin: 0 0 0 10px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.2rem;
    line-height: 1.4em;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #405176;
    border: 1px solid #374665;
    border-bottom-color: #374665;
    border-radius: 22px;
    cursor: pointer;
    /* background:transparent; */
}

.btn-requestnewcode {
	margin:0px 0px 10px 0px;
	background:transparent !important;
}
.btn-info {
	background-color: white;
	border-color: #b4b7b6;
	color: #222; 
}
.btn-disabled {
	padding: 0.35em 0px;
	background-color: white;
	border-color: transparent;
	color: #000; 
	font-weight:bold;
	cursor:default;
	font-style:normal;
}

.btn-general {
	padding: 0.35em 22px !important;
}
@media (max-width: 767px) {
	#course_content h3 {
		margin-bottom:0px;
	}
	.course-details-section > .col+.col {
		margin-top:0px;
	}
}

.asterisk {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.15em;
}

.asterisk_white {
    color: #ffffff;
    font-weight: bold;
}
.form_bx {
	margin-bottom:16px;
	padding:0px 16px 16px 16px;
	float:left;
	width:100%;
	border:1px solid #ccc;
	border-radius:0.8em;
	font-size: 0.80em;
}
.form_box_hd {
	margin:0px -16px 16px -16px;
	padding:6px 16px;
	font-weight:bold;
	color:#fff;
	text-transform: uppercase;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
	background:#405176;
}
.form_bx .control-label {
	width: 45%;
    padding-right: 10px;
    padding-top:5px;
    float:left;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}
.form_bx .control-label2 {
	padding-top:5px;
} 
.form_bx .controls {
	float:left;
	width: 55%;
	margin-top: 0;
	margin-left:0px;
}
.form_bx .controls input[type=radio] {
	margin-right:5px;
	margin-top:7px;
}
.form_bx .controls label {
	margin-right:10px;
	margin-bottom:0px;
}
.form_bx .label-left {
	text-align:left;
}
@media (max-width: 767px) {
	.form_bx .control-label {
		width:100%;
		text-align:left;
	}
	.form_bx .controls {
		margin-left:0px;
		width:100%;
	}
	.form_bx .controls label {
		display:inline-block;
	}
}
.input_title {
    font-size: 0.81em;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.alert--info {
	line-height: 18px;
    font-size: 13px;
	border:2px solid #e6e6e6;
	border-radius:10px;
	background:#fff;
}
p.alert-message {
	margin-left:30px;
}
.edit-icon {
	margin-top:6px;
}

.box {
	background-color: #eaedec;
	border: 1px solid #b4b7b6;
	border-radius: 11px;
}
figure{
    overflow: hidden;
    border-radius: 11px;
    /* max-width: 85%; */
    max-width: 100%;
    border: 1px solid #ccc;
}

.envelope {
	position: relative;
}
.address {
	position:absolute;
	top: 20px;
    left: 14px;
}

.custom-control-label {
	width: 25% !important;
}

.custom-controls {
	width: 70% !important;
}

@media (max-width: 767px) {
	.custom-control-label {
		width: 100% !important;
	}
	
	.custom-controls {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table,#no-more-tables thead,#no-more-tables tbody,#no-more-tables th,#no-more-tables td,#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td { /* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	#no-more-tables td:before { /* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		/* white-space: nowrap; */
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}
	#no-more-tables td {
		min-height: 18px;
		word-wrap: break-word;
		font-size: 0.8em;
	}
}



.table-striped tr th {
	background: #8c97ad !important;
	color: #fff;
}

.table tr:nth-child(2n+1) {
    background: #FFFAFA;
}

.table tr:nth-child(2n) {
    background: #E0E5EE;
}

td, th {
    border: 1px solid #bdc3cf;
}
ul.text_inline {
	margin:0px;
	padding:0px;
}
ul.text_inline li {
	margin:0px 10px 0px 0px;
	display:inline-block;
}
ul.text_inline li select, ul.text_inline li input[type=text] {
	color:#000;
	background: #fff;
}

.ui-dialog-titlebar {
	background:#405176;
	border:none;
}
.ui-dialog-titlebar-close {
	background:rgb(83, 98, 131) !important;
	background-image:none;
	border:1px solid #8c97ad !important;
}
.request_new_code {
	padding:0px;
	border:none;
}
.request_new_code .control-label {
	width: 35%;
    padding-right: 10px;
    padding-top:5px;
    float:left;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}
.request_new_code .control-label2 {
	padding-top:5px;
} 
.request_new_code .controls {
	float:left;
	width: 65%;
	margin-top: 0;
	margin-left:0px;
}
.request_new_code .controls label {
	margin-right:10px;
	margin-bottom:0px;
}
.request_new_code .label-left {
	text-align:left;
}
@media (max-width: 767px) {
	.request_new_code .control-label {
		width:100%;
		text-align:left;
	}
	.request_new_code .controls {
		margin-left:0px;
		width:100%;
	}
}
.ui-button-text-only {
	display: inline-block;
    margin: 0 0 0 10px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.2em;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #405176;
    background:#405176 !important;
    border: 1px solid #374665 !important;
    border-bottom-color: #374665;
    border-radius: 22px;
    cursor: pointer;
    background:transparent;
}
/**************************************
Modal
**************************************/
.customModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 80%;
    border-radius: 11px;
}

.close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border: 2px solid white;
    border-radius: 16px;
    top: -2px;
    padding: 0 7px;
    z-index: 9;
    cursor: pointer;
}

@media (max-width: 767px) {
	.close {
		top:-5px;
	}
	.modal-body {
	    max-height: calc(100vh - 50px);
	}
}

#groupCodeError ul {
    list-style-type: disc;
}

.box .box__list {
	list-style-type: disc;
	margin-left: 5px;
	font-size: 0.85em;	
}

table {
	border-radius: 10px;
	overflow: hidden;
}
.table th, .table td {
	padding: 6px 6px;
}

.table.table-striped td:first-child, .table.table-striped td:last-child, .table.table-striped th:first-child, .table.table-striped th:last-child {
    border-left: none;
    border-right: none;
}
@media only screen and (min-width: 768px) {
	.table.table-striped td:first-child, .table.table-striped td:last-child, .table.table-striped th:first-child, .table.table-striped th:last-child {
		width:8%;
	}
}
.table.table-striped tr:last-child td {
    border-bottom: none;
}

.form-control.module-label label {
    display: inline;
}

@media (max-width: 767px) { 
	.col.box {
		padding-right:16px;
	}
}

@media (max-width:40em) {
	.cols--three>.col {
    	width: 100%;
	}
}

.date-picker-only {
	width: 88%;
	margin-right: 10px;
}

@media (max-width:767px) {
	/* Specially for AIP language and certificate section */ 
	.form-horizontal .control-group {
		margin-bottom: 8px;
	}
}
.form-horizontal textarea {
    font-size: 1em;
}

button.ui-datepicker-today {display: none;}
.a-display-title {cursor: not-allowed;}

@media (min-width: 767px) {
	#tools .dropdown-toggle {
	    border-left: 2px solid #f6f6f6;
	    border-top: 2px solid #f6f6f6;
	    border-bottom: 1px solid #7d7d7d;
	    border-right: 1px solid #7d7d7d;
	}
	#tools li:last-child a {
		padding-right: 10px;
	}
	
	#table_lable td:first-child, #table_lable th:first-child {
    	width: 5%;
	}
	
	#table_lable td:last-child, #table_lable th:last-child {
    	width: 45%;
	}
	
}

.country figure {
    border: none;
}

.box.expert {
	background-color: #d0d6e0;
	border: 1px solid #d0d6e0;
	padding: 0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-webkit-transition: color 0.3s ease,background-color 0.3s ease;
	-moz-transition: color 0.3s ease,background-color 0.3s ease;
	-ms-transition: color 0.3s ease,background-color 0.3s ease;
	-o-transition: color 0.3s ease,background-color 0.3s ease;
	transition: color 0.3s ease,background-color 0.3s ease;
}

.box.expert:hover {
    background-color: #536283;
    color: #fafafa;
}

.expert-information {
    padding: 10px;
    color: #333333;
    /* border-radius: 35px 0px; */
    background: #ebebeb;
    min-height: 440px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
	max-height: calc(100vh - 210px);
}

.expert-information h4 {
    margin: 0 0 15px 0px;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    /* border-radius: 30px 0 0 0; */
    background: #536283;
}

.expert_img {
    max-width: 60%;
    display: block;
    margin: auto 28% auto;
    /* margin: 0 auto 10px; */
    /* box-shadow: 2px 2px 20px #d0d6e0;
    transition: color 0.3s ease,background-color 0.3s ease; */
}

.expert > img {
    border-radius: 5% !important;
    vertical-align: middle;
    border-style: none;
    margin-bottom: 10px;
}

.modal .expert > img {
    border-radius: 5% !important;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.expert_details {
    text-align: center;
    font-size: 0.90em;
}
.expert_details > p {
	margin-bottom: 8px;
	padding: 0 5px;
	font-size: 0.9em;
}

.cols--five>.col {
    width: 20%
}

@media (min-width:767px) {
	.cols--five>.col:first-of-type {
	    padding-right: 16px;
	}
	.cols--five>.col:nth-of-type(2) {
	    /* padding-left: 16px; */
	    padding-right: 16px;
	}
	.cols--five>.col:nth-of-type(3) {
	    /* padding-left: 16px; */
	    padding-right: 16px
	}
	.cols--five>.col:nth-of-type(4) {
	    /* padding-left: 16px; */
	    padding-right: 16px;
	}
	.cols--five>.col:nth-of-type(5) {
		padding-right: 16px;
	    /* padding-left: 16px; */
	}
}

@media (max-width:767px) {
	.cols--five>.col {
	    width: 50%
	}
	.cols--five>.col:first-of-type {
	    padding-right: 16px
	}
	.cols--five>.col:nth-of-type(2) {
	    padding-left: 16px
	}
	.cols--five>.col:nth-of-type(3) {
	    padding-right: 16px;
	    clear: both;
	    margin-top: 16px
	}
	.cols--five>.col:nth-of-type(4) {
	    padding-left: 16px;
	    /* clear: both; */
	    margin-top: 16px
	}
	.cols--five>.col:nth-of-type(5) {
	    padding-left: 16px;
	    margin-top: 16px
	}
	
	.ss-font-size {
		font-size:0.60em;
	}
}

@media (max-width:32em) {
	.cols--five>.col {
	    width: 100%;
	    padding-left: 0!important;
	    padding-right: 0!important
	}
	.cols--five>.col+.col {
	    margin-top: 16px
	}
}

.tabbable ul.nav-tabs > li.active > a {
    /* background-image: linear-gradient(to top, #e1e0e0, #fff); */
    background-image: linear-gradient(to top, #263147, #8c97ad);
    color: white;
    font-weight: bold;
}

.inside.box {
    background-color: #fcfcfc;
}

/******************************************************
NEW HEXAGON TEXT
******************************************************/
.badge {
  position: relative;
  /* margin: 1.5em 3em; */
  margin: auto 28% auto;
  width: 7.6em;
  height: 12.2em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -4px;
}

.badge .badge-text {
  position: absolute;
  z-index: 11;
  font-weight:700;
  text-align:center;
  color: #fff;
  top: 65px;
  cursor: default;
  width: 110%;
  font-size: 0.80em;
  left:-6px;
}

.badge.medium {
	width:7em;
	height:11.2em;
}

.badge .badge-text.medium {
	top: 60px;
	font-size:0.75em;
}

.hexagon1 {
	background: linear-gradient(to bottom right, #8c97ad 0%, #6d7b97 100%);
	color: #ffb300;
}
.hexagon2 {
	background: linear-gradient(to bottom right, #667491 0%, #8c97ad 100%);
	color: #ffb300;
}
.hexagon3 {
	background: linear-gradient(to bottom right, #3a496a 0%, #667491 100%);
	color: #ffb300;
}
.hexagon4 {
	background: linear-gradient(to bottom right, #2d3953 0%, #3a496a 100%);
	color: #ffb300;
}
.icon img {
	width:60%;
}
.icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	text-align:center;
}

@media (min-width: 768px) and (max-width:1024px) {
	.badge {width: 5.8em;height: 9.5em;margin: auto 20% auto;}
	.badge .badge-text {top:60px;font-size:0.8em;left:0;}
	
	.badge.medium{width: 4em;height: 6.5em;margin: auto 26% auto;}
	.badge .badge-text.medium {top: 45px;font-size: 0.53em;}
}

img.medium {
	max-width: 50%;
	margin-bottom: 8px;
}

img.small {
	max-width: 30%;
}

.clr {
	clear:both;
}

.text_center {
    text-align:center;
}


.langLink {
    border: 0.063em solid #ccc;
    border-radius: 0.25em;
    color: #444;
    background-color: #ddd;
    padding: 0.125em;
    margin: 0.125em;
    font-size: 0.60em;
    /* font-weight: bold; */
}

.expert-information > h3{
    margin: 0 0 15px 0px;
    padding: 15px 20px;
    color: #fafafa;
    font-weight: bold;
    border-radius: 30px 0 0 0;
    background: #1d1d2f;
}

.modal-info {
    color: #333333;
    background: #ebebeb;
    /* min-height: 440px; */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    max-height: calc(100vh - 210px);
    border-radius: 15px;
}

.modal-header {
    padding: 20px;
    background: #1d1d2f;
    color: #fafafa;
}

.modal-info .dot__list, .modal-info p {
    padding-left: 16px;
}

.nav-tabs.tab-title {
	font-size:0.90em;
}

.h1_line {

    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    font-size: 26px;
    border-color: #314668;

}

.expertintro {
	background: #ddd;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #eee;
}

.expertintro figure {
	padding: -1px;
	border-radius: 0;
}

.expertintro figcaption {
	padding: 8px;font-size: 12px;
}

.box .box_second_header {
    font-size: 1.65rem;
    margin-bottom: 0.7em;
    margin-left: 7px;
}

.col li {    
	margin-bottom: 0.7em;
    line-height: 1;
    word-wrap: break-word;
    font-size:0.93em;
}

.nav-tabs.hide-line {
    border-bottom: 1px solid white;
}

.no-margin li {
	margin: 0 0 -1px 0;
}

.box.box-with-image {
    border: none;
    border-radius: 3px;
}