/*
Template Name: Velonic Dashboard build with Bootstrap v3.3.6
Template Version: 2.2
Author: CoderThemes
Email: coderthemes@gmail.com
Date: Jan 2015
Last Update: Jan 2016
*/



/* TABLE OF CONTENTS
    1) General
        1.1 Loader
    2) Left Panel
        2.1 Logo
        2.2 Navigation
        2.3 Sub-menu
    3) Top Header
    4) Content Area
    5) Footer
    6) Panel-Tab-Accordions
    7) Portlets
    8) Widgets
    9) Chat / Todo
   10) Calendar
   11) Forms
       11.1 Form wizard
   12) Datatable
   13) Chart
   14) Mail
   15) Maps
   16) Profile
   17) Timeline
   18) Pages (Log-in,Register Etc....)

   ======= Version 1.1 ======
   19) Flot-chart / Rickshaw


   ====== Version 2.0 =====
   - Responsive

*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

/******** 1. General ********/
body {
  color: #594b4b;
  background-color: #f1f4f5;
  font-family: 'Roboto', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px;
}
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}


/* 1.1 Loader */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3f51b5;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3f51b5, 0 0 5px #3f51b5;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 80px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: solid 2px transparent;
  border-top-color: #3f51b5;
  border-left-color: #3f51b5;
  border-radius: 50px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/******** 2. Left Panel (aside navigation) ********/
aside.left-panel {
  background-color: #2f353f;
  box-shadow: 7px 60px 12px rgba(0, 0, 0, 0.15);
  width: 250px;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
}

aside.left-panel.collapsed {
  overflow: visible !important;
  position: absolute;
  bottom: 0px;
}
    
aside.left-panel.lg {
  width: 250px;
}

aside.left-panel.lg + .content {
  margin-left: 250px;
}
    
/***** 2.1 LOGO *****/
.logo {
  text-align: center;
  background-color: #006EB6;
  padding: 1px 0px 0px 2px;
}

.logo-expanded {
  font-size: 20px;
  letter-spacing: .05em;
  color: #2f353f !important;
  font-weight: 700;
  text-transform: uppercase;
}
.logo-expanded i {
  font-size: 24px;
  vertical-align: middle;
}

/******** 2.2 Navigation *******/

.navigation {
  margin: 0px 0px 20px;
}

.navigation ul li:first-child {
   /* background: #fff;*/
}

.navigation > ul > li {
  position: relative;
}

.navigation > ul > li.active.has-submenu:after,
.navigation > ul > li.has-submenu:hover:after {
  color: #fff;
}

.navigation > ul > li > a {
  display: block;
  padding: 12px 25px;
  color: #838F9A;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 400;
  outline: none !important;
}
.navigation > ul > li > a .badge {
  margin-top: 5px;
  float: right;
}
aside.left-panel.collapsed .navigation > ul > li > a .badge {
  display: none;
}

aside.left-panel.collapsed  div.logo a.logo-expanded img.large{
  display: none;
}
aside.left-panel.collapsed  div.logo a.logo-expanded img.tiny{
  display: block !important;
}


.navigation > ul > li > a:hover {
  color: #fff;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.active:hover > a,
.navigation > ul > li.active > a{
  color: #fff;
  background: #2A303A;
}

.navigation ul li a i {
  margin-right: 6px;
  font-size: 18px;
  width: 25px;
  float: left;
}

.navigation ul li a .nav-label {
  vertical-align: middle;
}

.collapsed .navigation ul li a i {
  float: none;
}


/*** 2.3 Sub Menu ***/
.navigation ul li ul {
  display: none;
  background-color: #272c35;
  padding-bottom: 10px;
}

aside:not(.collapsed) .navigation ul li.active ul {
  display: block;
}

.navigation ul li ul li a {
  padding: 8px 25px 8px 50px;
  color: #838F9A;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  font-size: 14px;
  text-align: left;
  display: block;
  outline: none !important;
}

.navigation ul li ul li a:hover {
  color: #ddd;
}

.navigation ul li ul li.active a {
  color: #eeeeee !important;
}


/******************** 3.Top Header ****************/
    
header {
  background-color: #006EB6;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}
header .navbar-default .navbar-nav>li>a {
  background-color: transparent;
  line-height: 30px;
}
 .navbar-default .navbar-nav>.open>a,  .navbar-default .navbar-nav>.open>a:focus,  .navbar-default .navbar-nav>.open>a:hover {
  background-color: rgba(241, 244, 245, 0.85);
}
.navbar-toggle {
  margin: 12px 20px 8px 0px;
  display: block;
  padding-left: 0px;
}

.navbar-toggle .icon-bar {
  background-color: #b3b3be;
}

.app-search {
  position: relative;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-right: 15px;
}
.app-search a {
  position: absolute;
  top: 8px;
  right: 15px;
  color: #c4c4cd;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: inherit;
  padding-left: 20px;
  background: rgba(237, 241, 242, 0.5);
  box-shadow: none;
  border-radius: 34px;
  margin-top: 1px;
}
.app-search .form-control:focus {
  background: rgba(237, 241, 242, 0.8);
}




.dropdown .extended {
  width: 280px;
  padding: 0;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: none;
  max-height: 330px;
  margin-top: 4px;
}

.dropdown .extended li {
  border-bottom: 1px solid #F3F5F6;
  line-height: 20px;
}

.dropdown .extended li a {
  padding: 10px 20px !important;
}

.dropdown .extended i {
  float: left;
  width: 38px;
  margin-right: 10px;
  text-align: center;
  margin-top: 5px;
  font-size: 22px;
}

.dropdown .extended p {
  font-weight: 600;
  padding: 10px 15px 11px 15px;
  margin-bottom: 0px;
}
.dropdown .extended p a {
  padding: 0px !important;
  text-align: right !important;
}

.dropdown .pro-menu i{
  margin-right: 5px;
}
.dropdown .pro-menu a {
  padding: 6px 20px !important;
}

.Leftmenu-trigger {
  cursor: pointer;
  font-size: 16px;
  line-height: 64px;
  padding: 0px 15px 0px 7px;
}

.badge.up {
  position: relative;
  top: -12px;
  padding: 3px 6px;
  margin-left: -13px;
}

.top-menu li {
  padding: 0px !important;
}

.top-menu li >a {
  color: inherit;
    text-align: center;
    padding: 14px 15px;
    font-size: 16px;
    display: block;
}

.top-menu li >a:hover,.top-menu li >a:focus,.top-menu li >a:active {
  background-color: transparent;
}

.top-menu .dropdown-menu li {
  width: 100%;
  text-align: left !important;
}

.top-menu .dropdown-menu li a ,.top-menu .dropdown-menu .media-body{
  color: inherit;
  font-size: 14px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}

.top-menu .dropdown-menu .media-body {
  width: 70%;
}
.username {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
  color: #fff;
}

.header-noti li a {
  font-size: 14px;
}


/***************** 4.Content Area (right) ****************/

.content {
  margin-left: 250px;
}

.content > .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.wraper {
  padding-top: 20px;
  min-height: 550px;
  padding-bottom: 70px;
}
.page-title {
  padding: 0px 0px 20px;
}
.page-title h3 {
  margin: 0px;
  font-size: 20px;
}

.collapsed + .content .footer{
  left: 75px;
}

/***************** 5.Footer ****************/
.footer {
  color: #58666e;
/*  position: absolute;*/
  left: 250px;
  right: 0px;
  bottom: 0px;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  clear: both;
}

/***************** 6.Panel-Tab-Accordions ****************/
.nav.nav-tabs+.tab-content,.tabs-vertical-env .tab-content {
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
}

.nav.nav-tabs>li.active>a,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: 0;
  background-color: #FEF200;
  border-top: 0px solid #006EB6;
  color: #000;
}

.nav.nav-tabs>li>a {
  border: none;
  background-color: #006EB6;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  border-radius: 0;
  border-top: 0px solid #006EB6;
  color: #fff;
}

.nav.nav-tabs>li:last-of-type a {
  margin-right: 0px;
}

.nav.nav-tabs {
  border-bottom: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus ,.tabs-vertical-env .nav.tabs-vertical li.active>a {
  border: none;
  border-top: 0px solid #D8D6D6;
}

.tabs-vertical-env {
  margin-bottom: 30px;
}

.tabs-vertical-env .nav.tabs-vertical {
  min-width: 120px;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
  display: table-cell;
  vertical-align: top;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before, .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067';
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before, .panel-group .panel .panel-heading .accordion-toggle:before {
  float: right;
  display: block;
  content: '\f068';
  font-family: 'FontAwesome';
  font-size: 14px;
  width: 25px;
  text-align: right;
}

.panel-group .panel .panel-heading a[data-toggle=collapse], .panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

.tabs-vertical-env .nav.tabs-vertical li>a {
  background-color: #eee;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #DDDDDD;
  margin-top: 15px;
}

.panel-group.panel-group-joined .panel+.panel, .panel-group-joined .panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #ddd;
}

.table>thead>tr>td.middle-align, .table>tbody>tr>td.middle-align, .table>tfood>tr>td.middle-align, .table>thead>tr>th.middle-align, .table>tbody>tr>th.middle-align, .table>tfood>tr>th.middle-align {
  vertical-align: middle;
}
/* Modal-use */
.modal-content .nav.nav-tabs+.tab-content, .tabs-vertical-env .tab-content, .modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}


/***************** 7.Portlets ****************/
.portlet {
  margin-bottom: 20px;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}

.portlet .portlet-heading {
  padding: 20px 30px;
  line-height: 38px;
  min-height: 39px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}

.portlet .portlet-heading .portlet-title {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.portlet .portlet-heading .portlet-widgets {
  position: relative;
  text-align: right;
  float: right;
  padding-left: 3px;
  display: inline-block;
  font-size: 15px;
  line-height: 0px;
}

.portlet .portlet-body {
  background: #fff;
  padding: 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a,.portlet .portlet-heading.bg-pink a {
  color: #fff;
}

.portlet .portlet-heading a {
  color: #999;
}

.panel-disabled {
  position: absolute;
  cursor: wait;
  border-radius: 3px;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 20px;
  background: rgba(47, 53, 63, 0.22);
}

.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #2f353f;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/***************** 8.Widget  ****************/
.widget-panel {
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}

.widget-style-1 i {
  position: absolute;
  font-size: 6rem;
  right: 0;
  bottom: 1rem;
  color: #edf0f0;
}
.widget-style-1 h2 {
  font-weight: 600;
  font-size: 32px;
}

.widget-style-1:hover i {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.widget-style-2 {
  padding-left: 30px;
}
.widget-style-2 i {
  font-size: 48px;
  float: right;
  padding: 35px 35px 29px;
  margin-top: -40px;
  margin-right: -20px;
}
.widget-style-2 h2 {
  font-weight: 600;
  font-size: 28px;
}


/****ToDo List****/
/*.todoapp {
  padding: 10px 30px 20px 30px !important;
}
.todo-list li{
  border:0px;
  margin:0px;
  border-radius:0px;
  border-bottom:1px solid #eee;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.todo-list li:last-of-type {
  border-bottom: none;
}

.todo-send {
  padding-left: 0px;
}
*/

/************* 11.Forms **********/
/* Form-validation */
.error {
  color: #ff0000;
}
form span.help-block {
  color: #ff0000;
}  
/* Datapicker */
.datepicker {
  border: 1px solid #ddd;
}
/* Multiple Select */
.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  outline: none !important;
  box-shadow: none;
}

.ms-container .ms-list.ms-focus {
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background-color: #3f51b5;
}
/* spinner */
.spinner-buttons.btn-group-vertical .btn {
  height: 17px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -3px;
  line-height: 10px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
  -webkit-border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  -webkit-border-radius: 0 0 4px !important;
}


/* Datapiker */
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  box-shadow: none;
  background-color: #1a2942 !important;
  background-image: none;
}








/*********** 19. Pages / Carousel *********/
/* Log-in */
.wrapper-page {
  width: 100%;
  margin: 140px auto 140px;
}

/* Lock-screen */
.user-thumb img {
  margin: 0px auto;
}

/* Error-pages */
.ex-page-content h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #252932;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

/* Sweet-alert **/
.sweet-alert p {
  font-size: 14px;
}





/*** Aside Collapsed ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed {
    width: 88px;
    text-align: center;
  }

  aside.left-panel.collapsed + .content {
    margin-left: 88px;
  }

  aside.left-panel.collapsed .user .user-login,
aside.left-panel.collapsed span.nav-label {
    display: none;
  }

  aside.left-panel.collapsed .navigation > ul > li > a {
    padding: 15px;
  }
  aside.left-panel.collapsed .navigation > ul > li > a:hover {
    background-color: #272c35;
  }

  aside.left-panel.collapsed i.fa {
    font-size: 22px;
  }

  aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
    display: none;
  }
}

/*** Aside Collapsed Sub Menu ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #272c35;
    box-shadow: none;
    padding: 10px 0px;
    min-width: 200px;
  }

  aside.left-panel.collapsed .navigation > ul > li:hover > ul {
    display: block !important;
  }
  aside.left-panel.collapsed .navigation > ul > li:hover > ul

  aside.left-panel.collapsed .navigation ul li ul li a {
    border: 0px;
    color: #b4b6bd;
    padding: 8px 25px 8px 40px;
  }

  aside.left-panel.collapsed .navigation ul li ul li a:hover {
    color: #fff;
  }
}
@media (max-width: 768px) {
    
  aside.left-panel.collapsed {
    width: 250px;
    left: 0px;
    overflow: hidden !important;
  }

  aside.left-panel.collapsed + .content {
    margin-left: 0px;
    transform: translate3d(250px, 0px, 0px);
    -ms-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
    -moz-transition: translate3d(250px, 0px, 0px);
    -o-transition: translate3d(250px, 0px, 0px);
  }

  aside.left-panel {
    left: 100%;
  }

  section.content {
    margin-left: 0px;
  }

  .content > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header h1 {
    margin-top: 0px;
  }
  .footer {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .top-menu {
    float: right;
    margin: 0px;
  }
  .top-menu li {
    display: inline-block;
  }
  .top-menu .open .dropdown-menu {
    position: absolute;
    width: 200px !important;
    background: #fff;
  }
  .top-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 450px) {

  .username {
    display: none;
  }
  .dropdown .extended i, .dropdown .extended .thumb-sm, .dropdown .extended strong {
    display: none;
  }
}




.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/*dhanesh*/

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */



#popup-wrap h3{
    padding: 15px 5px;
    font-size: 1.2em;
    margin: 0px;
    color: #fff;
}
#flash-message{
    position: absolute;
    width: 100%;
    z-index:9999;
    border-radius: 0px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
    margin-top: -10px;
}
.bg{
    background: red !important;
}
.class-box{
    background: #FFFFFF;
    padding: 5px 0px 0px 10px;
    margin: 6px;
    width: 15.667%;
}
.class-box p{
    color: #006DB6;
    font-size:16px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.qk-att {
    color: #000;
}

a:focus { outline: 0; text-decoration: none; }

.noPaddingLeft { padding-left: 0px; margin-left: 0px; }

.noPaddingRight { padding-right: 0px; margin-right: 0px; }
.brtop-10 { margin-top: 10px; }

.brbottom-10 { margin-bottom: 10px; }

.brtop-20 { margin-top: 20px; }

.brbottom-20 { margin-bottom: 20px; }

.brtop-30 { margin-top: 30px; }

.brbottom-30 { margin-bottom: 30px; }
.padding-wrapper{
    padding: 15px; 
}


.ghost-button-semi-transparent {
    position: relative;
   bottom: 0px;
  display: inline-block;
  padding: 8px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
 background: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;

}
.ghost-button-semi-transparent:hover,
.ghost-button-semi-transparent:active {
  background-color: #fff; /* fallback */
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff; /* fallback */
  border-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
              color: #000;
              text-decoration: none;
}

.topBar {
   
    width: 100%;
    padding:5px 0px;
    margin:0px;
    background: rgba(33,53,80,.7);
    width: 100%;
    background: #627082\9;
    opacity: .7\9;
    color: #fff;
}
.topBar span{ font-size: 12px; color: #fff; }
.topBar ul{ text-align: right; float: right;  list-style-type: none;   margin: 0px 5px 0px 0px;     padding: 0;}
.topBar ul li{ list-style: none; display: inline; }
.topBar ul li a{ text-decoration: none; color: red}


.btn-theme {
  color: #fff;
  background-color: #90c849;
  border-color: #90c849;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #8BC344;
  border-color: #8BC344;
}

.inline-text{color: #000; z-index: 2; height: 23px; font-size: 13px; border: 1px solid #F3F1F1;}

.padding-left-none {
    padding-left: 0px;
}
.padding-right-none {
    padding-right: 0px;
}
.timing-label {
    margin-top: 8px;
    padding-left: 0;
}
.width-auto {
    width: auto !important;
}
.studentcard{ height: 139px;}
.studentcard a {
    cursor: pointer;
    display: block;
    height: 100%;
    padding-top: 16%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.student-name{
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 77%;
}

.thumb_preview {
    height: 100px;
    text-align: center;
    width: 100px; 
        clear: both;

}
.thumb_preview a{
    height: 100px;
    padding-top: 1%;
    text-align: center;
    width: 100px; 
    background: red;
}
.weekday-timing > div {
    cursor: pointer;
    margin: 0px 0px 5px 0px;
    text-decoration: none;
}
#pageLock { position: absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%;}

#comboLock { z-index: 99; position: absolute; top: 0; left: 0; background-color: #000; border: none; filter: alpha(opacity=6); -moz-opacity: 0.6; opacity: 0.6; }
.whiteFont{color:#fff;}



/* Search Starts  */
.search {
    margin: auto;
    padding-top: 5px;
    float: left;
}
.search-selector{
  border-left: 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
#search_text:focus {
  background: rgb(255, 255, 255);
}
#search_button {
  border: 0 none;
  background: #f2d820;
  width: 48px; 
  padding: 0;
  margin-left: -1px;
  text-align: center;
  height: 34px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  color: #006eb6;
  background-position: center;
}

/* Search Ends  */
.button-cp{
  padding: 10px 0px;
}

.form-control  {
    border: 1px solid #e1e1e1 !important;
}
.panel {
    padding: 20px 10px;
}
.panelheight{
      min-height: 232px;
}
.editText{ position: relative; top: -55px; width: 100%;}
.noMenuHeader{
  background-color: #006eb6;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.img-display a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding-top: 16%;
    cursor: pointer;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
.nowrap {
    white-space: nowrap !important;
}

.pointer{
  cursor: default !important;
}
.label {
  line-height: 2;
}
.event-rectangle {
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: 18px;
}
.event-circle {
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.event-rectangle.red, .event-circle.red {
    background-color: red;
}
.event-rectangle.blue, .event-circle.blue {
    background-color: blue;
}
.event-rectangle.yellow, .event-circle.yellow {
    background-color: yellow;
}

.placeHolder div { 
    background-color:#fff !important; 
    border:dashed 1px gray !important; 
}

.cb{
  padding:15px;
  width: 225px;
  height: 120px; 
}
.cb ul{ padding: 0px; }  
.cb ul li{ list-style: none;}  
.cb ul li.edit a.cb-link{ position: absolute; top: 1px; right:0px; font-size: 12px; padding: 3px 5px;}  
.cb ul li.edit a.cb-link-delete{ position: absolute; top: 1px; right:24px; font-size: 12px; padding: 3px 5px;}  
.cb ul li.edit h3 a{  color: #03A9F4; font-weight: bold;}  
.cb ul li a{}  




.article-main .article-item {
    background: #fff;
    box-shadow: 0px 3px 7px rgba(181, 181, 181, 0.57);
    min-height: 500px;
    max-height: 500px;
}

.article-main .article-item .img-wrap {
    position: relative;
    padding-top: 40%
}



.article-main .article-item .block-content {
    padding: 25px 15px !important;
    background: #fff;
}

.article-main .article-item .block-content .heading {

    font-size: 18px;
    color: #333;
    display: block;
    font-weight: 600;
    overflow: hidden;

}

.article-main .article-item .block-content .time {
    display: block
}

.article-main .article-item .block-content .desc {
  display: flex;

}
.article-main .article-item .block-content .desc ul {
  list-style: none;
  padding-left: 2px;
}
.article-main .article-item .block-content .desc ul li {
  padding: 5px 1px;
}

.article-main .green-btn , .article-main .red-btn {
  background: #0b4dd2;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  transition: all .3s ease
}

.article-main .green-btn:hover, .article-main .red-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #139c81;
}

.article-main .green-btn i, .article-main .red-btn i {
  transition: all .3s ease;
  display: inline-block
}

.article-main .green-btn:hover i, .article-main .red-btn:hover i{
  padding-right: 10px
}

.article-main .red-btn {
  background-color: red;
}
.article-main .red-btn:hover {
  background-color: red;
}
.flex-box{
  display: inline-flex;
}
.flex-box span{ font-size: 10px; padding: 0px; margin: 0px; }


.help-block-error {
    color: #a94442;
}

.client-blocks{

}

.studentView div label{ color: #006EB6; font-weight: bold;}
.studentView th{ background: #006EB6; font-weight: bold; color: #fff;}

@media (max-width: 768px) { 
  .studentcard{ height: 226px; }
}

.priority-label {
  min-width: 100px !important;
  display: inline-table !important
}

.employee-list{
  min-height: 260px;
}

.close-wrapper{
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  width: 16px; height: 80px;
  /* float: right; */
}