body, html {
    color: #676a6d;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
* {
    outline: none !important;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 100px white inset, 0px 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 20px;
}
.side-nav::-webkit-scrollbar-thumb {
    background: rgba(158, 158, 158, 0.65);
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
a {
    text-decoration: none !important;
}
.main-container {
    margin-top: 50px;
    height: 100%;
}

/*-- Margins --*/
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mr-10 {
    margin-top: 10px;
}
.mr-20 {
    margin-top: 20px;
}
.mr-30 {
    margin-top: 30px;
}
.mr-40 {
    margin-top: 40px;
}
.mr-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-10 {
    margin-bottom: 10px;
}
.ml-20 {
    margin-bottom: 20px;
}
.ml-30 {
    margin-bottom: 30px;
}
.ml-40 {
    margin-bottom: 40px;
}
.ml-50 {
    margin-bottom: 50px;
}
/*-- Paddings --*/
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pr-10 {
    padding-top: 10px;
}
.pr-20 {
    padding-top: 20px;
}
.pr-30 {
    padding-top: 30px;
}
.pr-40 {
    padding-top: 40px;
}
.pr-50 {
    padding-top: 50px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pl-10 {
    padding-bottom: 10px;
}
.pl-20 {
    padding-bottom: 20px;
}
.pl-30 {
    padding-bottom: 30px;
}
.pl-40 {
    padding-bottom: 40px;
}
.pl-50 {
    padding-bottom: 50px;
}
/*-- //Margins --*/

/*-- Transitions --*/
.transition {
	-webkit-transition: .3s all;
	   -moz-transition: .3s all;
		-ms-transition: .3s all;
		 -o-transition: .3s all;
			transition: .3s all;
}
/*-- //Transitions --*/

span.validation_styles {
    color: red;
    font-size: 11px;
    font-style: italic;
}

/*-- nav --*/
.navbar {
    margin-bottom: 0;
}
.navbar-custom {
    background-color: #fff;
    border: none;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar-custom .navbar-brand {
    color: #333;
    padding: 6px 15px;
}
.navbar-nav > li > a > i.fa {
    margin-left: 2px;
    margin-right: 0;
    font-size: 18px;
    position: relative;
    top: 4px;
}
.navbar-custom .navbar-brand img {
    width: auto;
    height: 38px;
    top: 2px;
    position: relative;
}
.navbar-custom .navbar-nav>li>a {
    color: #777;
    padding-top: 14px;
    padding-bottom: 13px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #333;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fafafa;
}
.dropdown-menu {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: #eaeaea;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-top: 2px solid #ACB0B5;
}
.dropdown-menu>li>a {
    color: #676a6d;
    padding: 10px 15px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fafafa;
}
.navbar-nav > li > a > span {
    position: relative;
    top: 2px;
}
.navbar-nav > li > a img {
    width: 22px;
    margin-right: 2px;
}
/*-- //nav --*/

/*-- Active Navs --*/
.nav.navbar-nav li a.active, .side-nav-items a.active {
    border-left: 5px solid #00AAff;
}

/*-- side nav --*/
.side-nav {
    width: 240px;
    height: calc(100vh - 50px);
    position: fixed;
    padding-top: 20px;
    background-color: #2B333E;
    overflow-y: auto;
}
.side-nav ul {
    padding-left: 0;
}
.side-nav ul li a {
    color: #AEB7C2;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
}
.side-nav ul li a:hover, .side-nav ul li a:focus, .side-nav ul li a:active, .side-nav ul li a.active {
    /* background-color: #eee; */
    color: #fff;
    text-decoration: none;
}
.side-nav-items .fa, .navbar-nav .fa {
    margin-right: 10px;
}
.nav-cat-txt {
    color: #00AAFF;
    padding: 5px 20px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #BDBDBD;
}
/*-- //side nav --*/

/*-- Main Content --*/
.main-content-wrapper {
    background-color: #f5f5fa;
    margin-left: 240px;
    min-height: 100%;
}
.view {
    height: 100%;
}
.main-content {
    min-height: 100%;
    margin-bottom: -47px;
    padding: 30px 30px 50px 30px;
}
.uname {
    text-transform: capitalize;
}
.content-grid {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.form-control {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    background-color: #fcfcfc;
}
.form-control:focus, .form-control:active {
    border: 1px solid #ddd;
    box-shadow: none;
}
.admin-login-form .login-form-small .btn {
    margin-top: 20px;
}
.admin-login-form .login-form-small .element-left {
    float: left;
}
.fancy-checkbox {
    display: block;
    font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
    display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: 1px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: "";
    border: 1px solid #ccc;
}
.admin-login-form .login-form-small .bottom {
    margin-top: 20px;
    text-align: center;
}
.bottom a:hover, .bottom a:focus, .bottom a:active {
    color: #2b689c;
}
/*-- Custom Buttons --*/
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 6px 22px;
}
.btn:active {
    box-shadow: none;
}
.btn-primary {
    background-color: #00AAFF;
    border-color: #00a0f0;
}
.btn-primary:hover {
    background-color: #009ae6;
    border-color: #00a0f0;
}
.btn-primary[disabled]:hover, .btn-primary[disabled]:active {
    background-color: #00AAFF;
    border-color: #00a0f0;
}
.btn-default:hover, .btn-default:focus {
    background-color: #f7f7f7;
}
.btn-custom {
    background-color: #00AAFF;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #00a0f0;
}
.alert {
    position: fixed;
    top: 70px;
    right: 20px;
}
.acc-details-tbl {
    margin-bottom: 0;
}

/*-- Trainer Registration Page --*/
.btn-download {
    color: #000;
}
.btn-download:hover, .btn-download:focus {
    color: #8bc34a;
}
/*-- //Trainer Registration Page --*/

/*-- Admin Login Page --*/
.admin-login-bg {
    background-color: #F3F5F8;
    height: 100%;
    /* position: relative; */
}
.admin-login-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}
.admin-login-middle {
    display: table-cell;
    vertical-align: middle;
}
.admin-login-form {
    background-color: #fff;
    width: 70%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    /* -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70%;
    height: 450px;
    margin: 0 auto;
    background-color: #fff; */
}
@media screen and (max-width: 1279px) {
    .admin-login-form {
        width: 90%;
    }
    .admin-login-form .left {
        top: 0;
    }
}
@media screen and (max-width: 992px) {
    .admin-login-form {
        width: 70%;
    }
}
@media screen and (max-width: 640px) {
    .admin-login-form {
        width: 90%;
    }
}
.admin-login-form:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}
.admin-login-form .left {
    float: left;
    width: 42%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .admin-login-form .left {
        width: 100%;
        position: inherit;
        padding: 30px;
    }
    .admin-login-form .right {
        display: none;
    }
}
.admin-login-form .content {
    display: inline-block;
    width: 99%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.admin-login-form .left .content .header .logo img {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}
.admin-login-form .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}
.admin-login-form .right {
    float: right;
    width: 58%;
    height: 100%;
    position: relative;
    background-image: url(../../images/bg-images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.admin-login-form .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 156, 185, 0.92);
}
.admin-login-form .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff;
}
.admin-login-form .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}
.admin-login-form .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}
.error {
    color: red;
    margin-top: 15px;
    font-style: italic;
}
/*-- //Admin Login Page --*/
/*-- //Main Content --*/

/*-- Upload Courses --*/
.important {
    color: red;
}
.nc-img-preview {
    display: inline-block;
}
.nc-img-preview img {
    width: auto;
    height: 50px;
}
/*-- //Upload Courses --*/
/*-- Footer --*/
footer {
    background-color: #f5f5fa;
    margin-left: 240px;
    padding: 0 20px;
}
footer p {
    font-size: 12px;
    margin: 15px 0;
    display: inline-block;
}
@media (min-width: 768px) {
    footer p {
        float: right;
    }
}
.copyright {
    color: #3287B2;
}
.copyright:hover, .copyright:focus, .copyright:active {
    color: #8bc44a;
    text-decoration: none;
}
/*-- //Footer --*/

/*-- Dashboard --*/
.metric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    padding: 20px;
    background-color:#92bbf97a;
    margin-bottom: 30px;
  
    border: 1px solid #DCE6EB;
}
.metric .icon {
    /* background-color: #0081c2; */
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid;
}
.metric .icon-1 {
    border-color: #0f6ad8;
}
.metric .icon-2 {
    border-color: #28a110;
}
.metric .icon-3 {
    border-color: #5c2fad;
}
.metric .icon-4 {
    border-color: #c0095e;
}
.metric .icon-1 i {
    color: #0f6ad8;
}
.metric .icon-2 i {
    color: #28a110;
}
.metric .icon-3 i {
    color: #5c2fad;
}
.metric .icon-4 i {
    color: #c0095e;
}
.metric .icon i {
    font-size: 18px;
    /* color: #fff; */
}
.metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right;
}
.metric .number {
    display: block;
    font-size: 28px;
    font-weight: 400;
}
.metric .title {
    font-size: 16px;
}

/*-- Weather --*/
.weather-card {
    background-color: #1E88E5 !important;
    color: #fff;
}
.weather-date {
    color: #fff !important;
    opacity: 0.5;
}

/*-- Clock --*/
.ngClock {
    width: 150px;
    height: auto;
}
.widget-clock.blue-light .clock-face {
	stroke: #153b6f;
	fill: #0e2434;
}
.widget-clock.blue-light .minor {
	stroke: #0089ff;
	stroke-width: 0.5;
}
.widget-clock.blue-light .major {
	stroke: rgba(119, 176, 242, 0.97);
	stroke-width: 0.5;
}
.widget-clock.blue-light .hour {
	stroke: rgba(119, 176, 242, 0.97);
	stroke-width: 1;
}
.widget-clock.blue-light .minute {
	stroke: #0089ff;
	stroke-width: 0.75;
}
.widget-clock.blue-light .second, .widget-clock.blue-light .second-counterweight {
	stroke: rgb(234, 31, 54);
	stroke-width: 0.5;
}
.widget-clock.blue-light .second-counterweight {
	stroke-width: 1.5;
}
.widget-clock.blue-light .digital {
    text-align: center;
}
.widget-clock.blue-light .time {
    font-family: 'Rationale', sans-serif;
    font-size: 2.0em;
    color: #1da4eb;
}
/*-- //Clock --*/

/*-- //Dashboard --*/

/*-- Students Registered --*/
.table-responsive {
    border-radius: 3px;
}
.table thead {
    background-color: #4077fe;
    color: #fff;
}
.table>thead>tr>th {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.table th {
    position: relative;
    padding: 8px 5px;
    color: #fff;
}
.table th i.fa {
    position: absolute;
    right: 10px;
    opacity: 0.4;
}
.table th:hover i.fa {
    opacity: 0.65;
}
.table th i.fa.fa-sort-asc {
    top: 10px;
}
.table th i.fa.fa-sort-desc {
    bottom: 10px;
}
.table th[ng-click] {
    cursor: pointer;
}
.table input, .table select {
    padding: 2px 5px !important;
    width: 100%;
    min-width: 130px;
    font-weight: 400;
    border-radius: 2px;
}
.th-title-wrap {
    display: block;
    margin-right: 20px;
}
.searchFilterBox {
    border: 1px solid transparent;
}
.filterRow th {
    color: #444;
}
.filterRow th select {
    padding: 2px;
    width: 100%;
    border: 1px solid transparent;
}
.no-data-msg {
    font-size: 20px !important;
    font-weight: 700;
    padding: 50px 20px !important;
}

/*-- Progress Bars --*/
.progress {
    width: 100%;
}
.progress-bar-success {
    background-color: #43ce45;
}
/*-- //Progress Bars */

/*-- Update & Delete Buttons --*/
.btn-container {
    position: relative;
}
.updateDelete {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    position: absolute;
    right: 0;
}
.updateDelete button {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.updateDelete .fa {
    margin-left: 4px;
    margin-right: 4px;
}
.updateDelete .fa.fa-trash-o {
    color: #dc3545;
}
.updateDelete .fa.fa-pencil-square-o {
    color: #007bff;
}

/*-- Panels --*/
.panel {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.panel.panel-headline .panel-heading {
    border-bottom: none;
}
.panel.panel-headline .panel-heading .panel-title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: normal;
}
.panel.panel-headline .panel-heading .panel-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    color: #8D99A8;
}
.panel .panel-heading, .panel .panel-body, .panel .panel-footer {
    padding-left: 25px;
    padding-right: 25px;
}
.panel .panel-heading {
    padding-top: 20px;
    padding-bottom: 20px;
}
.panel .panel-heading .panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.panel .panel-body {
    padding-top: 10px;
    padding-bottom: 15px;
}

.free-demo-tbl tr td {
    vertical-align: middle !important;
}
.free-demo-tbl tr td a img {
    width: auto;
    height: 30px;
    overflow: hidden;
}

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  top:50vh;
  left:50vw;
  z-index:9999 !important;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
