@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Open sans';
    src: url('../fonts/segoeui_1.ttf') format('truetype');
}*/

body {
  font-family: Open Sans;
  color: #2d2e42;
}

.container-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  /* or 950px */
}

.btn-course {
  position: relative;
  top: -15px;
}

.chart_btn_group {
  position: absolute;
  top: -40px;
}

.stats_frst_row {
  background-color: #dddddd;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
}

.stats_frst_row_num {
  font-size: 25px;
  margin-top: 10px;
}

.stats_header {
  border-bottom: 5px solid #dddddd;
}

.navbar {
  background-color: #13131D;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #9F3734;
  background-color: transparent;
}

.navbar-default .navbar-nav li a {
  color: #8E91A2;
}

.bold_item {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.stats_txt {
  text-transform: uppercase;
  height: 135px;
}

.stats_frst_row_txt {
  font-size: 12px;
  height: 50px;
}

.stats_second_row_num {
  margin-top: 5px;
}

.stats_second_row_txt {
  font-size: 10px;
}

.navbar-default .navbar-nav li a:hover {
  color: #9F3734;
}

.btn-black {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
}

.btn-black a {
  color: #fff;
}

.btn-black:hover a, .btn-darkpink:hover a {
  color: #000;
}

/* .btn-darkpink{ // Old css Red Theme
    /*background-color:#E84C3D;
    color: #fff;
    border: none;
    border-radius: 0px;*/

/*margin-bottom:5px;
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee5f5b', endColorstr='#00bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
} */

.btn-darkgain {
  background-color: gainsboro;
  color: #fff;
  border: none;
  border-radius: 0px;
  margin-bottom: 5px;
}

.btn-darkpink a {
  color: #fff;
}

.fancy-header {
  font-family: Segoe UI;
  color: #EC695F;
  font-size: 25px;
}

.fancy-text {
  font-family: Segoe UI;
  font-size: 18px;
}

footer {
  background-color: #E5EAEE;
  border-top: 3px solid #a2b2c9;
}

.footer-div {
  background: url('../images/img_bottom_greadint.jpg');
}

.footer-list {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.footer-list a {
  color: #000;
}

.margin-20-10 {
  margin: 10px 10px;
}

/*.pull-left-xs
.pull-left-sm
.pull-right-sm
.pull-left-md
.pull-right-md
.pull-left-lg
.pull-right-lg*/

/*Nazim khan*/

.nav-tabs>li.active>a {
  background: -webkit-linear-gradient(#F4f5f5, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F4f5f5, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F4f5f5, #ffffff);
  /*background: -webkit-linear-gradient(#da4f49, #ffffff);
  background: -o-linear-gradient(#da4f49, #ffffff);  
  background: -moz-linear-gradient(#da4f49, #ffffff); */
}

.page-head {
  background-color: #f4f5f5;
  margin-bottom: 30px;
}

.box-border {
  /*	box-shadow: 0px 0px 4px 4px #f4f5f5;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 5px;
}

.txtColor {
  color: #2d2e42;
}

.top-padd {
  margin-top: 5px;
}

.top-paddInput {
  margin-top: 15px;
}

.top-paddTxt {
  margin-top: 25px;
}

.paddBottom {
  margin-bottom: 15px;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee;
}

.txtTop {
  margin-top: 12px;
}

.inner-page-head {
  background-color: #f4f5f5;
}

.box-borderAdmin {
  /*	box-shadow: 0px 0px 4px 4px #f4f5f5;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding-bottom: 0px;
}

.icon-size {
  font-size: 18px;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 30px;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent !important;
}

div.container {
  width: 400px;
}

div.vertical-line {
  border-left: 5px solid #f4f5f5;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}

.form-controlCheck {
  margin-top: 5px;
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 20px;
}

.toggle.ios .toggle-handle {
  border-radius: 20px;
}

.btn-primary {
  color: #fff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}

.btn-primary:hover {
  color: #fff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}

.nav-tabs>li>.active {
  font-weight: bolder;
}

.btnChart {
  margin-left: -5px;
}

.round {
  border-radius: 4px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  font-weight: bolder;
  color: #990000 !important;
}

.subsBox, .bigBox {
  border: 1px solid #9C95B4;
  border-radius: 10px;
  background-color: #E9E4EB;
  margin-right: 17px;
}

.subsBox {
  width: 197px;
  height: 350px;
}

.bigBox {
  width: 250px;
  height: 420px;
}

.Rightpull {
  float: right!important;
}

a {
  color: black;
}

.btn-group>.btn {
  /*background-color: #FF4D4D;*/
}

.box-height {
  min-height: 462px
}

@media screen and (max-width:990px) {
  .pull-right-xs {
    float: right !important;
  }
}

@media screen and (max-width:767px) {
  .Rightpull {
    float: none !important;
  }
  .hid {
    display: none;
  }
}

@media screen and (max-width:380px) {
  .fontSize {
    font-size: 12.5px;
  }
  .hid {
    display: none;
  }
  .RepImg {
    height: 45px;
  }
  .box-height {
    min-height: 0px
  }
}

.pagination_custom_class {
  margin: 0 !important;
}

.file_input_browse {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.current_page {
  font-size: 22px;
  font-weight: bold;
}

.input-block {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-block input[type="text"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.hover_operations {
  font-size: 11px;
  margin-left: 20px;
}

.icon-size {
  font-size: 20px !important;
  margin: 0 5px !important;
}

.datatbl_new tr th {
  border: none !important;
}

.dash-height {
  min-height: 394px;
}

.check_btn.active, .check_btn:active {
  color: #000 !important;
}

.table tr {
  height: 45px;
}

.high_num {
  font-size: 20px;
}

.high_txt {
  font-size: 15px;
}

.crs_desc {
  font-size: 15px !important;
  line-height: 1.5;
}

.img_thumb img {
  border: 1px solid #ccc;
  height: 130px;
  margin: 0 0 25px 25px;
  padding: 5px;
  width: 130px;
}

.firstprice_label {
  margin-top: 20px;
}

.purple_hr {
  border: 1px solid #9c95b4;
  margin-top: 20px;
}

.prisingtext {
  color: #666;
  font-weight: normal !important;
  margin-bottom: 15px;
}

.pricesel_button {
  bottom: 0;
  left: 0;
  margin: 0 0 15px 55px;
  position: absolute;
}

.pricesel_button_big {
  bottom: 0;
  left: 0;
  margin: 0 0 15px 85px;
  position: absolute;
}

.note {
  color: #888;
  font-size: 12px;
  margin-top: 5px;
}

.all_margin {
  margin: 15px;
}

.margin_top {
  margin-top: 15px !important;
}

.margin_bottom {
  margin-bottom: 25px !important;
}

.margin_left {
  margin-left: 15px !important;
}

.report_btn {
  background: #f08a3d;
  color: #ffffff;
}

.report_btn_group {
  margin-left: 15px !important;
  margin-top: 15px !important;
}

.report_row {
  margin-left: 0px !important;
  margin-top: 15px !important;
}

.info_first {
  background: url('../images/header-bg.png') no-repeat center center #6dabe4;
  margin-top: 25px;
  background-color: #6DABE4;
  height: 315px;
  background-size: auto 100%;
}

.info_first_row {
  margin-top: 60px;
}

.info_second {
  padding: 25px 5px 60px;
}

.info_third {
  background-color: #6DABE4;
  min-height: 150px;
  padding: 25px 5px 60px;
}

.info_fourth {
  background-color: #f08a3d;
  min-height: 150px;
  padding: 25px 5px 60px;
}

.info_fourth_text {
  color: #ffffff !important;
}

.info_fourth_column {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 50px 1%;
  padding: 20px 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(28, 31, 32, 0.4);
  -moz-box-shadow: 10px 10px 5px 0px rgba(28, 31, 32, 0.4);
  box-shadow: 10px 10px 5px 0px rgba(28, 31, 32, 0.4);
}

.info_fourth_column2 {
  background: url('../images/s4_awards.png');
  background-size: 100% 100%;
  position: relative;
  height: 380px;
}

.board_title {
  color: #9b9b9b;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.board_score {
  color: #ffffff;
  background-color: #f89406;
  padding: 3px 4px;
}

.first_winner {
  position: absolute;
  bottom: 70px;
  left: 45%;
}

.second_winner {
  position: absolute;
  left: 17%;
  bottom: 30px;
}

.third_winner {
  position: absolute;
  left: 74%;
  bottom: 12px;
}

.info_third_text {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 5px 0 25px;
  font-variant: small-caps;
}

.info_txt {
  color: white;
}

.info_img {
  width: 75px;
}

.info_img1 {
  width: 140px;
  margin-top: 65px;
}

.info_third_unit {
  font-size: 0.7em;
}

.info_third_value {
  font-size: 37px;
  color: #ffffff;
  display: inline-block;
}

.item_value {
  font-size: 47px;
  color: #6dabe4;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
}

.item_value1 {
  font-size: 47px;
  color: #f69951;
  margin-top: 20px;
  font-weight: 600;
  line-height: 30px;
}

.item_caption {
  color: #9b9b9b;
  font-weight: 600;
  font-size: 16px;
  margin-top: 9px;
  text-transform: lowercase;
}

.divider {
  height: 560px !important;
  border-color: #b3b3b3;
  width: 2px;
  border-right: 2px solid #f3f3f3;
  height: 100px;
  float: left;
  margin: 45px 0;
}

.divider1 {
  width: 2px;
  border-right: 2px solid #f3f3f3;
  height: 100px;
  float: left;
  margin: 45px 0;
}

.info_third_second {
  display: inline-block;
}

.head_title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0 25px;
  font-variant: small-caps;
  color: #999999;
}

.close {
  color: #ffffff;
  float: unset !important;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* new_theme_css Updates */

.new_theme .btn-primary, .new_theme .btn-primary:hover, .new_theme .btn-darkpink {
  color: #fff;
  background-color: #00a1af;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee5f5b', endColorstr='#00bd362f', GradientType=0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.new_theme .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  font-weight: bolder;
  color: #00a1af !important;
}

.new_theme .navbar-default .navbar-nav li a:hover {
  color: #00a1af;
}

.new_theme .font_icons_logo {
  background: #00a1af;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding-top: 11px;
  border-radius: 50%;
  font-size: 60px !important;
  height: 83px;
  width: 85px;
  margin: 15px 0 15px 5px;
}
.text-white{
  color: white !important;
}
.new_theme .font_icons {
  background: #00a1af;
  text-align: center;
  color: #fff;
  margin-top: 1px;
  padding: 17px;
  border-radius: 50%;
  font-size: 31px !important;
  /* height: 65px; */
  /* width: 65px; */
  position: absolute;
}

.new_theme .font_icons1 {
  background: #00a1af;
  text-align: center;
  color: #fff;
  margin: 2px;
  padding: 6px;
  font-size: 18px !important;
  /* height: 65px; */
  /* width: 65px; */
  border-radius: 8px;
}

.new_theme .font_icons1 .fa {
  height: 25px;
  min-width: 25px;
}

.new_theme .user_type_icons {
  background: #00a1af;
  text-align: center;
  color: #fff;
  margin: 10px 0 10px 0;
  padding: 9px;
  font-size: 21px !important;
  height: 43px;
  width: 43px;
  border-radius: 8px;
}

.new_theme .breadcrumb>.active {
  color: #00a1af;
}

.new_theme .navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  background: #444;
  border-top-right-radius: 0;
}

.new_theme .navbar {
  background-color: #444;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.new_theme .header_background {
  background-color: #444 !important;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav li a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
}

.new_theme .border-radius-rounded {
  border-radius: 50% !important
}

/* Scroll Bar css */

.new_theme .scrollbar {
  margin-left: 13px;
  /* float: left; */
  height: 450px;
  padding: 15px;
  /* width: 65px; */
  background: #F5F5F5;
  overflow-y: auto;
  /* margin-bottom: 25px; */
}

.style-1::-webkit-scrollbar-track, .main_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #444;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.main_scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb, .main_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #444;
  background-color: #555;
}