﻿@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Bold.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Medium.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Light.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Light.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Light.ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_UltraLight.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb.ttf') format('truetype');
}

body{
    font-family: IRANSans;
}

.fix-logo{
  position: absolute;
  left: 10px;
  top: 3px;
  width: 60px;
  display: none;
}

.ida__menu{
  background-color: #fff;
  position: relative;
}

.ida__menu.fix{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 1px 5px 2px silver;
  transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
}


/**************************menu********************/
.menu {
  position: relative;
  text-align: right;
  margin: 0; 
  padding: 0;
}
  .menu ul {
    margin: 0;
    padding: 0; }
  .menu li li {
    position: relative;
    margin: 0;
    display: block;
    width: auto; }
    .menu li li a {
      position: relative;
      font-size: 13px;
      color: #333 !important;
      padding: 10px 5px;
      transition: all .4s ease-in-out; }
      .menu li li a::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 0;
        width: 0;
        height: 60%;
        background: #32C1CE;
        transition: all .4s ease-in-out; }
      .menu li li a:hover {
        color: #32C1CE !important;
        padding-right: 10px; }
        .menu li li a:hover::before {
          width: 5px; }
    .menu li li:nth-last-child(1) a {
      border-bottom: 0; }
  .menu li:hover > .menu-dropdown, .menu li:hover > .menu-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .menu a {
    display: block;
    height: auto;
    font-weight: 400;
    text-transform: none; }
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 0px; }
    .menu > li > a {
      position: relative;
      line-height: 36px;
      color: #555;
      font-size: 13px;
      padding: 5px; }
      .menu > li > a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #32C1CE;
        transition: all .3s ease-in-out; }
      .menu > li > a .fa {
        font-size: 12px;
        color: #AAA; }
      .menu > li > a.active {
        background: rgba(158, 158, 158, 0.1); }
        .menu > li > a.active::after {
          width: 100%; }
      .menu > li > a:hover::after {
        width: 100%; }
  .menu .mobile-menu-close {
    display: none;
    position: absolute !important;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 15px;
    text-align: center;
    padding: 8px;
    background-color: #000;
    border-radius: 50%; }
    .menu .mobile-menu-close .fa {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 18px;
      color: #EEE; }

.menu-megamenu, .menu-dropdown {
  position: absolute;
  left: 0%;
  top: 90%;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align:  left !important;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  box-shadow: 2px 0 10px 0 rgba(2, 0, 0, 0.1); }
  .menu-megamenu .row, .menu-dropdown .row {
    display: flex !important;
    display: -ms-flexbox !important;
    -ms-flex-wrap: wrap !important; }
  .menu-megamenu li, .menu-dropdown li {
    padding: 0;
    border-bottom: 1px solid #EEE; }
    .menu-megamenu li:nth-last-child(1), .menu-dropdown li:nth-last-child(1) {
      border-bottom: 0; }

.menu-megamenu {
  width: 100%;
  padding: 10px; }
  .menu-megamenu > li {
    padding: 15px 10px; }

.menu-dropdown {
  width: 290px; 
}
  .menu-dropdown li {
    padding: 5px 10px 5px 5px; }
  .menu-dropdown .menu-dropdown {
    top: 0;
    left: 100%;
    margin-left: 3px; }

.menu-megamenu-li {
  position: static !important; }

.megamenu-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 5px;
  text-transform: uppercase; }

#menu-bar {
  display: none;
  text-align: right; }
  #menu-bar a {
    display: inline-block; }
  #menu-bar .fa {
    font-size: 28px;
    color: #777;
    height: 60px;
    line-height: 60px;
    padding: 0 5px; }

li.menu-megamenu-li a.megamenu-ttl {
  font-size: 14px;
  font-weight: 900;
  border-bottom: 2px solid;
}

.drop-item {
  display: none !important;
}

.menu-megamenu .theme-img {
  margin-top: 41px;
}

.menu-wrap:before, .menu-wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.menu-container {
  float: left;
}

.login-options {
  float: left;
  padding-top: 21px;
}

.login-options li {
  float: right;
}

.login-options ul {
  list-style: none;
}

.login-options li a {
  padding: 5px;
  color: #555;
  font-size: 13px;
}

.login-options li i {
  vertical-align: middle;
  font-size: 20px;
  color: #5682b8;
  margin-left: 3px;
  line-height: 30px;
}

.login-options li span {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

/**************************menu********************/




.logo img:first-child {
  max-width: 75px;
}

.logo img:last-child {
  max-width: 134px;
}

.main-banner {
  direction: ltr;
}

.fact-counter-wrapper h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.page-img img{
	display: inline;
}
.page-title{
  text-align: center;
  margin: 0 0 15px;
  padding: 20px 0;
  background: #385274;
}

.page-title h3{
  color: whitesmoke;
}
.newsletters input.form-control{
  width: calc(100% - 40px);
  display: inline-block;
  margin-right: -3px;
}

.newsletters i{
  margin-top: 1px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  padding: 7px 10px 11px;
}
/*********************BMI TEST************************/

.bmi-calculator {
  margin: 20px auto;
  width: 100%;
  max-width: 500px;
  display: table;
  background: #fff;
  color: #4E5279;
  /*! border-radius: 5px; */
  box-shadow: 0px 2px 5px 2px #555;
}

.result {
  display: table;
  width: 100%;
}

.result-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border: none;
  /*! border-top-left-radius: 5px; */
  /*! border-top-right-radius: 5px; */
  background: #4CA456;
  background: -webkit-linear-gradient(left top, #4FD24D, #4CA456);
  background: -o-linear-gradient(bottom right, #4FD24D, #4CA456);
  background: -moz-linear-gradient(bottom right, #4FD24D, #4CA456);
  background: linear-gradient(to bottom right, #4FD24D, #4CA456);
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  /*! box-shadow: 0px 5px 5px 2px #333; */
}
.result-text h1 span {
  padding-right: 10px;
}

.result-text h1 {
  color: #fff;
  font-size: 2em;
  margin: 8px 0;
}
.result-text small {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.calculator {
  padding: 20px;
  direction: ltr;
}

.calculator-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 15px;
  color: #333;
  direction: rtl;
}

.calculator-hr {
  margin-top: -10px;
  width: 80%;
  border: 1.2px solid #F73946;
  border-radius: 15px;
  margin-bottom: 30px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 75%;
  height: 4px;
  background: #27283A;
  border-radius: 5px;
  display: inline-block;
  margin-top: -15px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

.field-text {
  font-size: 2em;
  color: #F73946;
  font-weight: 700;
  padding: 8px;
  display: inline-block;
}

.label-height:after {
  content: ' cm';
  font-size: 0.5em;
  color: #848484;
  font-weight: 400;
  text-align: center;
  margin-top: -12px;
}

.label-weight:after {
  content: ' kg';
  font-size: 0.5em;
  color: #848484;
  font-weight: 400;
}

.bmi-calculator .submit {
  text-align: center;
  margin-top: 30px;
}

#bmisubmit {
  background: #F73946;
  background: -webkit-linear-gradient(left top, #F73946, #FF3875);
  background: -o-linear-gradient(bottom right, #F73946, #FF3875);
  background: -moz-linear-gradient(bottom right, #F73946, #FF3875);
  background: linear-gradient(to bottom right, #F73946, #FF3875);
  border: none;
  border-radius: 30px;
  padding: 4px 25px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  transition: all 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
#submit:hover, #submit:focus {
  color: #FFF;
  outline: none;
}
#resultwrap {
  display: block;
}

.resuts-container span, .resuts-container h4 {
  color: #fff
}
/*********************End BMI TEST************************/

.profile-sidebar {
padding: 0 0 10px 0;
background: transparent;
}

.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 150px;
	height: 170px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	border: 1px solid #ddd;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-bottom: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
color: #fff;
background-color: #0391FF;
border-right: 2px solid #1454A4;
margin-right: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.top-profile .user-name-welcome {
    width: 220px;
    padding: 20px;
}

.lms-notif i{
  color: #ea1a1a;
  font-size: 36px;
}
.lms-notif .notif-btn{
  position: absolute;
  z-index: 100;
  left:25px;
  
  text-align: center;
  
  top: 0;
  vertical-align: middle;
  padding-top: 13px;
}
.lms-notif .badge-important {
    background-color: #1454a4;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    line-height: 15px;
    vertical-align: middle;
}

#page-central-header {
    border-bottom: 1px solid #1454a4;
    text-align: center;
    margin-bottom: 20px;
}
#header-title h2 {
    font-size: 21px;
    margin-top: 0;
    padding-bottom: 12px;
    font-weight: 500;
}
/*===================testimonial===========*/

.testimonial .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-item img {
    display: inline;
    position: absolute;
    right: 10px;
}

.profilepage .feature-box{ 
  margin-bottom: 15px;
  text-align: center;
}

.bmi-header {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 1px 1px 5px 2px #7d7d7d;
}
.bmi-header:before, .bmi-header:after {
  content: " ";
  display: table;
  clear: both;
}

.bmi-header .site-logo {
  float: right;
  width: 100px;
}

.bmi-header .bmi-title {
  float: right;
  width: calc(100% - 100px);
  padding-top: 20px;
  text-align: center;
}

.bmi-header .bmi-title p {
  font-size: 25px;
  vertical-align: middle;
}

.sk-circle{
  background-image: url("/files/ida/image/academy-new.png");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.qa-box {
	margin-bottom: 10px;
	border: 1px solid #e0e1e8;
	background-color: #fff;
}
.qa-box .header {
	border: 1px solid #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: #f9f9fb;
	background: linear-gradient(to bottom,#f9f9fb 6%,#f1f2f5 100%);
	height: 35px;
}
.qa-box .header [class^="col-"] {
	padding: 8px;
}
.qa-box .header i.fa {
	padding: 0 8px;
}
.qa-box .q-or-a {
	border-top: 1px solid #e0e1e8;
	padding: 10px;
	text-align: justify;
}
.nested {
	margin: 5px 35px 18px 10px;
}
.red-color {
	color: red;
}
.maroon-color {
	color: maroon;
}
.orange-color {
	color: #E4402B;
}
.green-color {
	color: green;
}
.blue-color {
	color: blue;
}
.gray-color {
	color: #767575;
}
.black-color {
	color: #000000;
}

.ida-info{
  border: 1px solid #349bbd;
  color: #349bbd;
  background-color: #f1fafe;
  border-radius: 0;
}

.ida-info:hover{
  border: 1px solid #221884;
  color: #221884;
  background-color: #c7c0e4;
}

.modulecontainer{
	padding: 30px 0;
}
.new-question-box {
  background-color: #eee;
  border-radius: 6px;
  padding: 20px;
}
.alert{
  background-image: none !important;
  border-radius: 0;
}
.ida-default{
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000 !important;
}
.ida-default:hover{
  border-radius: 0;
  background: #444;
  color: #eee !important;
}
legend{
	border: none !important;
}
.TraceQuestion .form-group{
  position: relative;
}

.TraceQuestion .form-group .btn-primary{
  position: absolute;
  left: 15px;
  top: 0;
    
}

.TraceQuestion .form-group .form-control{
  padding-left: 60px;
}
.btn-primary{
	background: none;
	box-shadow: none;
	border-radius: 0;
	background: #265a88;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #265a88;
	transform: .3s;
	-webkit-transform: .3s;
}

.btn-primary:hover{
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #265a88;
	padding: 6px 12px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #265a88;
}
.select2-selection.select2-selection--single{
	border-color: #ddd !important;
	border-radius: 0 !important;
	line-height: 32px !important;
	height: 32px !important;
}

label i{
	color: #d7221f;
}

.ltr:focus{
	direction: ltr;
}

.feature-box{
	border: 1px solid silver;
	margin-bottom: 15px;
}

.feature-box img{
  float: right;
  width: 50px;
  position: absolute;
  right: 10px;
}

.profilepage .content {
  padding: 20px 60px !important;;
}

.btn_info{
	padding: 10px 12px;
	border: 1px solid #ef0d0d;
	background-color: #f13333;
	color: #fff;
	min-width: 120px;
}

.btn_info:hover{
	border: 1px solid #5682B8;
	background-color: #2C6BB9;
	color: #eee;
}
.rev_slider_wrapper {
  height: 350px !important;
}

.tp-fullwidth-forcer {
  height: 440px !important;
}

.tabs-header {
  margin-bottom: 15px;
}

.header-top {
  height: 140px;
  background-image: url('/files/ida/icons/cell-back.png');
  background-size: auto 100%;
  padding-top: 38px;
  margin-bottom: 15px;
}

.header-img {
  background-image: url('/files/idaen/image/en.png');
  height: 130px;
  max-width: 745px;
  background-size: 100% auto;
  margin: 0 auto;
}


.tabs-header li {
  border: none;
}
.tabs-header li a {
  font-size: 20px;
  border: none;
  display: block;
  position: relative;
  background: transparent;
  font-weight: 900;
  color: #555;
}

.tabs-header li.active a, .tabs-header li.active a:focus, 
.tabs-header li.active a:hover {
  border: none;
  background: transparent;
  color: #333;
}

.tabs-header li.active a:before {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  background: #0391ff;
  bottom: 0;
  left: calc(50% - 35px);
}

.news_slider_item {
  overflow: hidden;
  display: block;
  padding: 3px;
}

.news_slider-data {
  position: relative;
  width: 100%;
}

.slider_img {
  height: 160px;
  background-size: cover;
}

.news_title h3 {
  font-size: 14px;
  margin: 0;
  padding: 8px 0;
}

.news_slider_lead {
  position: absolute;
  transition: all .4s ease;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 120%;
  left: 0;
  padding: 10px;
  text-align: center;
  border: 1px solid silver;
}

.news_slider_item:hover .news_slider_lead {
  top: 0;
}

.news_title {
  min-height: 64px;
  padding: 0 10px 0 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
}

.news_lead {
  position: relative;
}

.news_lead .lead-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.news_slider_lead .news_lead {
  height: 100%;
}

.banner-slider {
  border-top: 10px solid orange;
  border-bottom: 10px solid orange;
}

.banner-img {
  /*! height: 322px; */
  background-size: cover;
}

.banner-img img {
  width: 100%;
}



.botborder {
	margin: 10px 0;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 14px;
}


.botborder li {
	margin: 10px 0;
	padding: 4px;
}

.theotherone {
	background-color: #f0f0f0;
}

li.toranj-selected {
	background-color: #06EFE5;
}

.question-toranj input[type="radio"] {
	margin-right: 5px; 
}
.info_emergency a {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: left;
}
.panel-info .panel-heading {
  background: #0391ff;
  border-radius: 0;
}

.panel-info .panel-title a {
  color: #fff;
}
.header-title .intro {
  font-size: 20px;
  margin: 12px 0 10px 0;
}

.header-title .intro span {
  color: #f13333;
}

.lesson-selected:before, .lesson-selected:after {
  content: " ";
  display: table;
  clear: both;
}

.lesson-selected {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.lesson-selected i {
  font-size: 25px;
  vertical-align: middle;
  margin-left: 10px;
  color: #dc1919;
}

.lesson-selected .lesson-unselect, 
.lesson-selected .lesson-isselect {
  padding-right: 30px;
  float: left;
}


.lesson-selected .btn, .lesson-unselected .btn {
  padding: 5px 15px;
  line-height: 20px;
}


.lesson-unselected:before, .lesson-unselected:after {
  content: " ";
  display: table;
  clear: both;
}

.lesson-unselected {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.lesson-unselected i {
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
  color: #dc1919;
}

.lesson-title {
  float: right;
}

.lesson-teacher {
  float: right;
  padding-right: 20px;
}

.lesson-select {
  float: left;
}

.lesson-isselect span.label {
  border-radius: 0;
  position: relative;
  padding: 3px 15px 3px 10px;
}

.lesson-isselect span.label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #125512;
  bottom: -8px;
  right: 0;
}

.breadcrumb {
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid;
}

.breadcrumb a {
  color: #0391ff;
}

.player-wrap #container_wrapper {
  margin: 0 auto;
}

.player-wrap h4 {
  text-align: center;
  margin: 30px 0 40px 0;
}

header {
  box-shadow: 1px 1px 5px 2px silver;
}


.gallery-selection {
  margin-top: 30px;
}

.gtype-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid orange;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  color: orange;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
  text-align: center;
}

.tv-gallery-box:before, .tv-gallery-box:after {
  content: " ";
  display: table;
  clear: both;
}

.tv-gallery-box {
  padding-bottom: 10px;
  padding-top: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.tv-gallery-box .tv-gallery-img {
  width: 40%;
  float: right;
}

.tv-gallery-box .tv-gallery-info {
  float: right;
  width: 60%;
  padding: 0 10px;
  line-height: 25px;
}

.tv-gallery-box .tv-gallery-img img {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  max-height: 130px;
}

.tv-gallery-info a {
  color: #eee;
}

.tv-gallery-info a:hover {
  color: #0ac0d9;
}

.tv-gallery-info .tv-gallery-title {
  font-size: 16px;
  font-weight: 600;
}

.gtype-more {
  text-align: center;
}
.gtype-more a {
  box-shadow: 0px 0px 2px 1px #000;
  padding: 5px 60px;
  background: #242424;
  color: #fff;
}

.gtype-more a:hover {
  background: #0ac0d9;
  color: #fff;
}

.tv-gallery-box:hover {
  box-shadow: 0px 0px 3px 1px orange;
}

.page-title span {
    font-size: 25px;
    color: orange;
    font-weight: 600;
}
.info_emergency a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: right;
	text-transform: capitalize;
}

.su-title .alert {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.just-description {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 4px;
  border-color: #f5e79e;
  background-color: #fcf8e3;
}

.survey-questions td {

  padding-right: 5px; 
  padding-left: 10px;
}


#eval td {
  padding-right: 5px;
  padding-left: 12px;
}


.edu-img {
  height: 180px;
  background-size: cover;
}

.edu-title h4 {
  text-align: center;
  font-size: 15px;
  margin: 15px 0 10px 0;
  position: relative;
  border-bottom: 1px solid silver;
  padding-bottom: 15px;
}

.edu-title h4:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: #54bef2;
  bottom: 0;
  right: 0;
}

.edu-desc {
  text-align: center;
}
.testimonial-img {
  height: 170px;
  background-size: cover;
}

.per-link{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #0b3689;
  padding: 7px 10px;
  font-weight: 700;
}

.per-link:hover{
  color: #fff;
  background-color: #0b3689;
}
/*===========================================================*/
.news-img {
  border: 5px solid #eee;
  outline: solid 1px #ccc;
  display: inline-block;
  width: 100%;
}

.news-img .img{
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
}

.news-link{
  font-size: 1.6em;
  padding-bottom: 10px;
}

.news_title{
  margin-bottom: 20px;
}

.news-archive-link{
  text-align: right;
  font-size: .9em;
}

.news-lead p{
  text-align: justify;
  line-height: 190%;
  font-size: .9em;
  color: #666;
}

.news_img{
	position: relative;
}

.item-news .img{
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: center;
  border: 5px solid #eee;
  outline: solid 1px #ccc;
}

.dateNews{
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 10px;
  background-color: #337ab7;
  color: #fff;
}

.TitleNews a{
  font-size: 16px;
  line-height: 22px;
}

.TitleNews > div{
  padding: 10px 0 0;
  min-height: 65px;
}

.item-news{
  box-shadow: 0 2px 7px 1px #dbdbdb;
}

.news_content{
  padding: 0 8px 5px;
}

.Lead_News{
  text-align: justify;
}

.Lead_News a{
  font-size: 14px;
  color: #888;
}

.listNewsAgency th{
  display: none;
}
.listNewsAgency tr, .listNewsAgency tr:hover{
  display: block;
  width: 25%;
  float: left;
  padding: 0 15px;
  background-color: #fff !important;
}

.listNewsAgency td{
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.news-container .news-img img{
  border: 1px solid silver;
  padding: 10px;
}

.news-container .news-img{
  border: none;
  outline: none;
}

.news-title{
  background-color: #0099da;
  color: #fff;
  padding: 20px 0 20px 15px;
  margin-bottom: 40px;
  font-size: 18px
}

.news-data-row{
  margin-bottom: 10px
}

.news-container .news-text-full p, .news-container .news-lead p{
  line-height: 190%;
  color: #666;
  font-size: 14px;
}

#rater{
  font-weight: bold;
  margin: 15px 0;
}

#rater p:first-child{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.btn-primary{
  background-image: none;
  box-shadow: none;
  border-radius: 0;
}

.news-options{
  display: none;
}

.page-title{
  background-color: #0099da;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 18px;
  padding-left: 15px
}

.page-text p{
  line-height: 23px;
}

.page-img img{
  border: 5px solid #fff;
  outline: 1px solid #ccc;
}
