body {

    font-family: Arial;
    font-size: 14px !important;
    max-width: 840px;
    min-width: 300px;
    margin-left:auto;
    margin-right:auto;

}

h3, h4 {

	color:#337ab7;

}

.logo {

	height: 40px;
    width: 160px;
    margin-left: 2px;

}

.dynamic_content {

	min-height:500px;
	padding-top:0px;

}

.panel-warning{

	border-color: #CFCFCF;

}

.panel-warning > .panel-heading{

	background-color: #f8f5ed;
	border-color: #CFCFCF;

}

.background_grey {

	background-color:#eaeaea;

}

.background_white {

	background-color:#ffffff;

}

.font_size_twelve {

	font-size:12px;

}

.margin_top_five {

	margin-top:5px;

}

.margin_top_ten {

	margin-top:10px;

}

.margin_top_fifty{

	margin-top: 15px;

}

.margin_top_twenty{

	margin-top: 20px;
	
}

.text_align_center {

	text-align: center;

}

.text_align_right {
	
	text-align: right;
	
}

.text_align_justify {

	text-align: justify;

}

.slider {

	vertical-align: top;
	text-align: center;
	display: inline-block;
	margin-top: 7px;

}

.slider div.img {

	max-height: 100%;
	border: 1px solid;

}

.slider div.img img {

	max-width: 255px;

}

.slider .next, .slider .prev {

	width: 20px;
	bottom: -14px;

}

.slider .next:hover, .slider .prev:hover {

	opacity: 1;

}

.slider .next {

	right: 35%;

}

.slider .prev {

	right: 60%;

}

.slider_buttons {

	color: #FFFFFF;
	background-color: #323232;
	padding: 1%;
	max-width: 258px;

}

.dynamic_content {

	min-height:500px;

}

.alerts{

	position: absolute;
	top: 73px;
	left: 20px;
	right: 20px;
	z-index: 99;

}

.alerts div{

	max-width: 815px;
	margin: 0 auto 10px;

}

.float_left{

	float: left;

}

.float_right{

	float: right;
	
}

.display_inline_block{

	display: inline-block;

}

.radio_label{

	font-weight: normal;
	cursor: pointer;
	
}

.buy_now_button{

	min-width: 200px;
	font-weight: bold;

}

.pay_type_box{

	border: 1px solid #bbbbbb;
	box-shadow: 2px 3px 5px #6b6b6b;
	height: 300px;
	width: 248px;
	padding: 10px;
	position: relative;
	
}

.pay_type_box.float_left{

	margin-left: 10%;

}

.pay_type_box.float_right{

	margin-right: 10%;

}

.pay_button{

    background-color: #00C24D !important;
    border-color: #4cae4c !important;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px !important;
    width: 170px;
    position: absolute;
    bottom: 30px;
    left: 15%;
    cursor: pointer;

}

.pay_button:hover{

	background-color: #00AD42;

}

.invoice_download_button{
	width: 100px;
	border: none;
	padding: 15px 10px 5px;
	border-radius: 5px;
	background-color: #1F6C97;
	border: 1px solid #1F6C97;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.invoice_download_button:hover{
	background-color: #FFFFFF;
    color: #1F6C97;
    border: 1px solid #ccc;
}

a.status_button{
	
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	float: right;
	margin-top: -5px;

}

@media (max-width: 740px){

	.pay_type_box.float_left{

		margin-left: 5%;

	}

	.pay_type_box.float_right{

		margin-right: 5%;

	}

}

@media (max-width: 665px){

	.pay_type_box.float_left{

		margin-left: inherit;

	}

	.pay_type_box.float_right{

		margin-right: inherit;

	}

}

@media (max-width: 595px){
	
	.pay_type_box{

		float: inherit !important;
		margin: 0 auto 20px !important;

	}

}

.interviews_table {

	border-collapse: separate;

}

.interviews_table td {

	background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle !important;
	
}

.interviews_table td.left {

	border-left: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}

.interviews_table td.right {

	border-right: 1px solid #ddd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}

.interviews_table td.right button {

	float: right;
	margin-right: 5px;

}

.white_space {
	
	height: 5px;
	
}

.display_inline_block{

	display: inline-block;

}

.padding_ten{

	padding: 10px;

}

.panel_table {

	width: 100%;
	
}

.panel_table td {

	font-weight: bold;
	
}

.panel_heading_survey.select{

	background-color: #d9edf7;
	
}

.panel_heading_survey:hover{

	background-color: #ddd !important;
	
}

.width_title_panel {
	
	width: 28%;
	min-width: 130px;
	font-weight: bold;

}

.width_date_panel {

	width: 22%;
	min-width: 135px;

}

.margin_bottom_ten {

	margin-bottom: 10px;
	
}

.hrfskill_loading {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width:100%;
}

.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: #5d5f6b;
  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;
  }
}
