/* IMPORTANT :

* ===================================================================================================

* DON'T EDIT ANY CODE HERE, JUST LEAVE IT.

*

* You may edit the default color scheme.

* You may change the variable value inside the _variables.LESS file and re-compiling using this file.

*

* If you make changes directly in the CSS and/ or LESS-files from Nifty,

* it will be hard to update if I release an update. So I would recommend to create a new CSS/ LESS-file for this purpose.

*/

html,

body {

  min-width: 290px;

  -ms-overflow-style: scrollbar;

}

body {

  background-color: #ecf0f5;

  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  font-size: 12px;

  font-weight: normal;

  font-variant: normal;

  color: #758697;

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased !important;

}



@font-face {

    font-family: 'Open Sans';

    src: url('../fonts/opensans/OpenSans-Regular.eot');

    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),

        url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),

        url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),

        url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),

        url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

	font-family: 'Conv_segoeui';

	src: url('../fonts/segoe/segoeui.eot');

	src: local('☺'), url('../fonts/segoe/segoeui.woff') format('woff'), url('../fonts/segoe/segoeui.ttf') format('truetype'), url('../fonts/segoe/segoeui.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}







h1,

.h1 {

  font-size: 34px;

}

h2,

.h2 {

  font-size: 28px;

}

h3,

.h3 {

  font-size: 22px;

}

h4,

.h4 {

  font-size: 16px;

}

h5,

.h5 {

  font-size: 12px;

}

h6,

.h6 {

  font-size: 10px;

}

h1,

h2,

h3,

h4,

h5,

h6,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6 {

  font-weight: 600;

  color: #2b425b;

}

::selection {

  background-color: #42a5f5;

  color: #fff;

}

::-moz-selection {

  background-color: #42a5f5;

  color: #fff;

}

/* CONTAINER */

/*======================================*/

#container {

  min-height: 100vh;

  height: auto;

  position: relative;

  min-width: 290px;

  overflow: hidden;

}

#container.boxed-layout {

  background-color: #dfe5ee;

}

/* CONTENT */

/*======================================*/

#content-container {

  position: relative;

  padding-top: 110px;

  padding-bottom: 60px;

  background-color: #ecf0f5;

}

/* FIXED FLUID GRID SYSTEM */

/*======================================*/

.fixed-fluid:after {

  content: '';

  display: block;

  clear: both;

}

.fixed-fluid > .pull-xs-left {

  float: left;

  margin-right: 15px;

}

.fixed-fluid > .pull-xs-right {

  float: right;

  margin-left: 15px;

}

.fixed-fluid > .fixed-xs-160 {

  width: 160px;

}

.fixed-fluid > .fixed-xs-200 {

  width: 200px;

}

.fixed-fluid > .fixed-xs-250 {

  width: 250px;

}

.fixed-fluid > .fixed-xs-300 {

  width: 300px;

}

.fixed-fluid > .fixed-xs-350 {

  width: 350px;

}

.fixed-fluid > .fluid {

  overflow: hidden;

}

@media (min-width: 768px) {

	.tgl-menu-btn{display:none !important;}

  .fixed-fluid > .pull-sm-left {

    float: left;

    margin-right: 15px;

  }

  .fixed-fluid > .pull-sm-right {

    float: right;

    margin-left: 15px;

  }

  .fixed-fluid > .fixed-sm-160 {

    width: 160px;

  }

  .fixed-fluid > .fixed-sm-200 {

    width: 200px;

  }

  .fixed-fluid > .fixed-sm-250 {

    width: 250px;

  }

  .fixed-fluid > .fixed-sm-300 {

    width: 300px;

  }

  .fixed-fluid > .fixed-sm-350 {

    width: 350px;

  }

}

@media (min-width: 992px) {

  .fixed-fluid > .pull-md-left {

    float: left;

    margin-right: 15px;

  }

  .fixed-fluid > .pull-md-right {

    float: right;

    margin-left: 15px;

  }

  .fixed-fluid > .fixed-md-160 {

    width: 160px;

  }

  .fixed-fluid > .fixed-md-200 {

    width: 200px;

  }

  .fixed-fluid > .fixed-md-250 {

    width: 250px;

  }

  .fixed-fluid > .fixed-md-300 {

    width: 300px;

  }

  .fixed-fluid > .fixed-md-350 {

    width: 350px;

  }

}

@media (min-width: 1200px) {

  .fixed-fluid > .pull-lg-left {

    float: left;

    margin-right: 15px;

  }

  .fixed-fluid > .pull-lg-right {

    float: right;

    margin-left: 15px;

  }

  .fixed-fluid > .fixed-lg-160 {

    width: 160px;

  }

  .fixed-fluid > .fixed-lg-200 {

    width: 200px;

  }

  .fixed-fluid > .fixed-lg-250 {

    width: 250px;

  }

  .fixed-fluid > .fixed-lg-300 {

    width: 300px;

  }

  .fixed-fluid > .fixed-lg-350 {

    width: 350px;

  }

}

/* PAGE HEADER */

/*======================================*/

#page-title {

  padding: 6px 15px;

  width: 97%;

  color: #2b425b;

   margin-left: 2.33333333%;

}

.page-header {

  border: 0 none;

  font-size: 1.7em;

  font-weight: normal;

  margin: 0;

  padding: 10px 0;

  padding-bottom:0;

  padding-top:0;

}

.page-header .label {

  margin-right: 0.5em;

}

/* PAGE CONTENT */

/*======================================*/

#page-content {

  padding: 15px 15px 0;

 /* width:93.66666667%;

  margin-left: 3.33333333%;*/

  width:100%;

   /* width:95.66666667%;

  margin-left: 2.33333333%;

  

  padding-top:0;*/

  

}









#page-content:not(:first-class) {

  padding: 5px 15px 0;

}

/* SEARCHBOX */

/*======================================*/

.searchbox {

  margin-right: -20px;

}

.searchbox button {

  border: 0;

  background: none;

  padding: 2px 5px;

  margin-top: 2px;

  position: relative;

  left: -28px;

  font-size: 14px;

  z-index: 2;

}

.searchbox .custom-search-form {

  margin-right: -5px;

}

.searchbox .custom-search-form .input-group-btn {

  position: static;

}

.searchbox .custom-search-form .input-group-btn:before {

  content: "";

  display: block;

  height: 2px;

  position: absolute;

  bottom: -1px;

  background-color: #42a5f5;

  z-index: 99;

  left: 50%;

  right: 50%;

  transition: left 0.3s, right 0.3s;

}

.searchbox .custom-search-form input {

  background-color: transparent;

  border-color: transparent;

  padding-right: 30px;

}

.searchbox > .input-group.custom-search-form input {

    -webkit-border-radius: 20px;

-moz-border-radius: 20px;

-ms-border-radius: 20px;

-o-border-radius: 20px;

border-radius: 20px;

  border: 1px solid #e0e5e7;

}

.searchbox > .input-group input:focus ~ .input-group-btn:before {

/*  content: "";

  left: 0;

  right: 25px;

  transition: left 0.3s, right 0.3s;*/

}

/* PAGE CONTENT - RESPONSIVE LAYOUT */

/*======================================*/

@media (min-width: 768px) {

  #content-container {

    padding-top: 55px;

  }

  #page-title {

    display: table;

    table-layout: fixed;

  }

  .page-header,

  .searchbox {

    display: table-cell;

    vertical-align: middle;

  }

  .searchbox {

    width: 230;

  }

  .searchbox .form-control {

    background-color: transparent;

  }

}

@media (min-width: 992px) {

  .searchbox {

    margin-right: -25px;

  }

  .searchbox .custom-search-form {

    margin-right: 0;

  }

}

/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */

/*======================================*/

.cls-container {

  background-color: #ecf0f5;

  text-align: center;

}

.cls-container,

.cls-container a,

.cls-container a:hover,

.cls-container a:focus {

  color: #647484;

}

/* Image background */

/*.bg-img {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  opacity: .8;

  background-position: center center;

  background-repeat: no-repeat;

  background-attachment: fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

}*/

.bg-img ~ .cls-content .panel {

  background-color: #fff;

  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);

}

/* Header */

.cls-header {

  position: relative;

  background-color: rgba(0, 0, 0, 0.03);

}

.cls-header.cls-header-lg .cls-brand .brand-icon {

  width: 60px;

  height: 60px;

}

#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {

  font-size: 27px;

}

/* Brand */

.cls-brand {

  display: inline-block;

  padding: 5px 0;

}

.cls-brand .brand-icon {

  padding: 0;

}

.cls-header-lg .cls-brand {

  line-height: 60px;

}

.cls-header-sm .cls-brand {

  line-height: 1.42857;

}

#container.cls-container .cls-brand .brand-icon,

#container.cls-container .cls-brand .brand-title {

  background-color: transparent;

  color: inherit;

  float: none;

  display: inline-block;

  line-height: 22px;

  font-size: 20px;

  font-weight: 600;

  padding: 5px;

  vertical-align: middle;

  width: auto;

}

/* Content */

.cls-content {

  padding: 50px 15px 15px;

  padding-top: 16vh;

  position: relative;

}

.cls-content .error-code {

  font-size: 120px;

  font-weight: 400;

  margin-bottom: 50px;

}

.cls-content .error-search {

  max-width: 512px;

  margin: 0 auto;

}

.cls-content .cls-content-sm,

.cls-content .cls-content-lg {

  width: 70%;

  min-width: 270px;

  margin: 0 auto;

  position: relative;

  background-color: transparent;

  border: 0;

  box-shadow: none;

}

@media (min-width: 768px) {

  .cls-content .cls-content-sm {

    width: 350px;

  }

  .cls-content .cls-content-lg {

    width: 550px;

  }

}

/* Boxed Layout */

/*======================================*/

@media (min-width: 1200px) {

  #container.boxed-layout,

  #container.boxed-layout.navbar-fixed #navbar {

    background-color: #637a8b;

  }

  #container.boxed-layout .boxed,

  #container.boxed-layout #footer {

    max-width: 1128px;

  }

  #container.boxed-layout .boxed {

    margin: 45px auto 0;

  }

  #container.boxed-layout #footer {

    margin: 0 auto;

    bottom: 0;

  }

  #container.boxed-layout > .boxed {

    position: relative;

    overflow: hidden;

  }

  #container.boxed-layout.reveal #content-container,

  #container.boxed-layout #content-container {

    min-height: 94vh;

  }

  #container.boxed-layout #aside-container {

    min-height: 100%;

  }

  #container.boxed-layout.mainnav-in:not(.slide) > #footer {

    left: 0 !important;

    padding-left: 220px;

  }

  #container.boxed-layout.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {

    left: 0 !important;

  }

  #container.boxed-layout.mainnav-fixed.mainnav-in #mainnav-container {

    width: 220px;

    overflow: hidden;

  }

  #container.boxed-layout.mainnav-fixed.mainnav-out:not(.reveal) #mainnav-container {

    width: 0;

  }

  #container.boxed-layout.mainnav-fixed #mainnav-container.affix,

  #container.boxed-layout.mainnav-fixed #mainnav-container.affix-top {

    -webkit-transition-property: width;

    transition-property: width;

  }

  #container.boxed-layout.mainnav-fixed .boxed {

    margin-bottom: 0;

  }

  #container.boxed-layout.aside-fixed #aside-container {

    width: 0;

    overflow: hidden;

  }

  #container.boxed-layout.aside-fixed.aside-in #aside-container {

    width: 255px;

    overflow: hidden;

  }

  #container.boxed-layout.aside-fixed.aside-left.mainnav-lg #aside-container.affix-top {

    left: 220px;

  }

  #container.boxed-layout.aside-fixed.aside-left.mainnav-sm #aside-container.affix-top {

    left: 50px;

  }

  #container.boxed-layout.aside-fixed.mainnav-lg #aside-container.affix-top,

  #container.boxed-layout.aside-fixed.mainnav-sm #aside-container.affix-top {

    -ms-transform: translateX(0) !important;

    -webkit-transform: translateX(0) !important;

    transform: translateX(0) !important;

  }

  #container.boxed-layout.footer-fixed .boxed {

    margin-bottom: 0;

  }

}

@media (min-width: 1900px) {

  #container.boxed-layout .boxed,

  #container.boxed-layout #footer {

    max-width: 1280px;

  }

}

/* Scrollbar */

/*======================================*/

.nano {

  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;

}

.nano > .nano-content {

  position: absolute;

  overflow: scroll;

  overflow-x: hidden;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

}

.nano > .nano-content::-webkit-scrollbar {

  display: none;

}

.nano > .nano-content:focus {

  outline: 0 !important;

}

.nano > .nano-pane {

  background-color: rgba(128, 128, 128, 0.5);

  position: absolute;

  width: 4px;

  right: 0;

  top: 0;

  bottom: 0;

  opacity: 0;

  transition: opacity 0.2s;

}

.nano > .nano-pane > .nano-slider {

  background-color: rgba(0, 116, 255, 0.5);

  position: relative;

  margin: 0;

  border-radius: 0;

}

.nano-hide.nano > .nano-pane {

  display: none !important;

}

.has-scrollbar > .nano-content::-webkit-scrollbar {

  display: block;

}

.nano:hover > .nano-pane,

.nano-pane.active,

.nano-pane.flashed {

  opacity: 0.99;

}

.pace .pace-progress,

.nano > .nano-pane > .nano-slider {

  background-color: #0c80df;

}

.pace .pace-progress-inner {

  box-shadow: 0 0 10px #42a5f5, 0 0 5px #42a5f5;

}

.pace .pace-activity {

  background-color: #42a5f5;

}

.nano > .nano-pane > .nano-slider {

  opacity: 0.85;

}

/* NAVBAR

/*====================================*/

#navbar {

  position: absolute;

  width: 100%;

  z-index: 10;

  background-color: #ecf0f5;

  left: 0;

  top: 0;

}

#navbar-container {

 /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);*/

}

.navbar-header {

  left: 0;

  position: relative;

  float: none;

  background-color: #263238;

 /* border-bottom:1px solid #eee;*/

}

.navbar-content {

  position: relative;

  left: 0;

  background-color: #fff;

}

.navbar-aside-icon > *:before {

  background-color: #758697 !important;

  box-shadow: 0 0.45em 0 #758697, 0 0.9em 0 #758697 !important;

}

/* BRAND LOGO & TEXT

/*====================================*/

.navbar-brand {

  background-color: transparent;

  color: #fff;

  padding: 0;

  height: 55px;

  position: relative;

  z-index: 2;

  overflow: hidden;

  width: 220px;

  padding:5px 0;

  text-align:left;

}

.navbar-brand img{ /*width:47%;*/ margin-left:20px; padding-right:8px; }

.navbar-brand:hover,

.navbar-brand:focus {

  color: #fff;

}

.brand-title,

.brand-icon {

  display: block;

  line-height: 40px;

}

.brand-icon {

  width: 40px;

  height: 50px;

  float: left;

  margin: 0 5px;

}

.brand-text {

  display: block;

  font-size: 18px;

  font-weight: 600;

}

/* NAVBAR ICON & BUTTON */

/*======================================*/

.navbar-icon-color,

.navbar-top-links > li > a:focus:not(.mainnav-toggle) > i,

.navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {

  color: #6d7e90;

  transition: color 0.4s;

}

.navbar-top-links > li {

  float: left;

}

.navbar-top-links > li > a {

  display: table-cell;

  padding: 0 15px;

  vertical-align: middle;

  height: 55px;

  color: #758697;

  transition: all 0.4s;

}

.navbar-top-links > li > a:not(.mainnav-toggle) > i {

  color: #758697;

  transition: color 0.4s;

}

.navbar-top-links > li > a:focus {

  background-color: transparent;

}

.navbar-top-links > li > a:hover {

  background-color: #f2f2f2;

  color: #6f8193;

  transition: all 0.4s;

}

.navbar-top-links > li > a > i {

  font-size: 1.2em;

  line-height: 0.75em;

}

.navbar-top-links:first-child > li {

  border-right: 1px solid rgba(0, 0, 0, 0.05);

}

.navbar-top-links:last-child > li {

  border-left: 1px solid rgba(0, 0, 0, 0.05);

}

.navbar-top-links > .open > a,

.navbar-top-links > .open > a:focus {

  background-color: #f2f2f2;

  color: #758697;

}

.navbar-top-links .dropdown-menu .panel-body {

  padding: 0;

}

.navbar-top-links .dropdown-menu .nano:not(.scrollable) {

  max-height: 180px;

}

.navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {

  position: static;

}

.navbar-top-links .tgl-menu-btn {

  position: absolute;

  /* top: -100%; */

  top: -59px;

  right: 0;

}

.navbar-top-links .tgl-menu-btn > a,

.navbar-top-links .tgl-menu-btn > a:hover,

.navbar-top-links .tgl-menu-btn > a:focus {

  color: #fff;

}

.navbar-top-links .tgl-menu-btn > a:hover,

.navbar-top-links .tgl-menu-btn a:focus {

  background-color: transparent;

}

.navbar-top-links .head-list {

  list-style: none;

  padding: 0;

  margin: 0;

}

.navbar-top-links .head-list li a {

  display: block;

  padding: 6px 15px;

  background: transparent;

}

.navbar-top-links .head-list li a:hover {

  background: rgba(0, 0, 0, 0.05);

  color: #758697;

}

.badge-header {

  position: absolute;

  font-size: .85em;

  font-weight: normal;

  top: 50%;

  margin-top: -1.5em;

  min-width: 1.85em;

  padding: 3px 5px;

  right: 3px;

}

.badge-header:empty {

  display: inline;

  border-radius: 50%;

  min-width: 0;

  padding: 5px;

  right: .55em;

  top: 2.8em;

  animation-iteration-count: 5;

}

.navbar-top-links .dropdown-menu .nano {

  max-height: 265px;

}

/* DROPDOWN USER */

/*======================================*/

.img-user {

  width: 32px;

  height: 32px;

  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);

}

#dropdown-user .ic-user {

  font-size: 1.5em;

  line-height: 40px;

}

.username {

  float: right;

  white-space: nowrap;

  line-height: 40px;

  margin: 0 10px;

}

/* NAVBAR RESPONSIVE */

/*======================================*/

@media (min-width: 768px) {

  #dropdown-user > .dropdown-toggle img {

    -webkit-transform: translateY(4px);

    -ms-transform: translateY(4px);

    transform: translateY(4px);

  }

  #navbar {

    background-color: transparent;

  }

  .navbar-header {

    float: left;

    background-color: transparent;

  }

  .navbar-header:before {

    content: '';

    position: absolute;

    display: block;

    width: 100%;

    height: 55px;

    background-color: #263238;

  }

  #container.mainnav-out .navbar-header:before {

    width: 0;

  }

  #container.mainnav-in .navbar-header:before {

    width: 100%;

  }

  #navbar-container {

    background-color: #fff;

  }

  .navbar-content {

    margin-left: 220px;

    background-color: transparent;

  }

  #navbar .brand-title {

    padding: 0 1.5em 0 40px;

  }

  #container.mainnav-in .navbar-brand,

  #container.mainnav-lg .navbar-brand,

  #container.mainnav-in .brand-title,

  #container.mainnav-lg .brand-title {

    width: 220px;

  }

  

  /*#navbar .navbar-brand{ width: 220px!important; padding: 8px 0;}*/

   #navbar .navbar-brand img{ /*margin:0 auto;*/}

  

  #container.mainnav-in .brand-icon,

  #container.mainnav-sm .brand-icon,

  #container.mainnav-lg .brand-icon {

    background-color: transparent;

  }

  #container.mainnav-in .brand-title,

  #container.mainnav-sm .brand-title,

  #container.mainnav-lg .brand-title {

    color: #fff;

  }

  #container.effect .brand-title,

  #container.effect.mainnav-in .brand-title,

  #container.effect.mainnav-sm .brand-title,

  #container.effect.mainnav-lg .brand-title {

    transition: color 0.35s;

  }

  .navbar-middle {

    position: static;

  }

  .navbar-top-links .tgl-menu-btn {

    position: static;

	border-left:1px solid #eee;

  }

  .navbar-top-links .tgl-menu-btn > a,

  .navbar-top-links .tgl-menu-btn > a:hover {

    color: #758697;

  }

  .navbar-top-links .tgl-menu-btn > a:focus {

    background-color: transparent;

    color: #758697;

  }

}

/* NAVBAR : FIXED */

/*======================================*/

#container.navbar-fixed > #navbar {

  position: fixed;

  border-bottom:1px solid #eee;

}

#container.navbar-fixed > #navbar .shadow {

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);

}

#container.navbar-fixed .navbar-top-links .dropdown-menu .nano > .nano-content {

  position: absolute;

}

@media (max-width: 760px) {

  #container.navbar-fixed .navbar-top-links .dropdown-menu .nano {

    max-height: 110px;

  }

  .top-mainmenu{display:none;}

}

/* NAVIGATION */

/*======================================*/

#mainnav-container {

  position: absolute;

  width: 220px;

  left: -220px;

  padding-top: 55px;

  top: 0;

  bottom: 0;

  z-index: 4;

  min-height: 100%;

}

#mainnav {

  height: 100%;

  /*background-color: #263238;*/

}

#mainnav .list-header {

  font-weight: 600;

  color: #747e88;

}

#mainnav .list-divider {

  border-color: rgba(0, 0, 0, 0.1);

  margin: 0px 0;

}

#mainnav-menu-wrap {

  height: 100%;

}

#mainnav-shortcut {

  overflow: hidden;

}

#container:not(.mainnav-sm) #mainnav-shortcut {

  margin-top: 10px;

  margin-bottom: 10px;

}

#container:not(.mainnav-sm) #mainnav-menu-wrap > .nano > .nano-content {

  padding-top: 0px;

}

#container:not(.mainnav-sm) #mainnav-menu {

  margin-top: 0px;

  margin-bottom:55px;

  background:url(images/nav-bg.png) no-repeat top;

}

#container:not(.mainnav-sm) .mainnav-profile {

 /* margin-top: -20px;*/

}

/* PROFILE WIDGET */

/*======================================*/

.mainnav-sm .mainnav-profile {

  visibility: hidden;

  max-height: 0;

  overflow: hidden;

  opacity: 0;

  margin: 0;

}

.mainnav-profile {

  color: #fff;

  opacity: 1;

  margin-bottom: 7px;

  max-height: 350px;

}

.mainnav-profile .mnp-name {

  color: #fff;

  margin: 0;

  font-size: 1.1em;

  font-weight: 600;

}

.mainnav-profile .dropdown-caret,

.mainnav-profile .mnp-desc {

  color: #fff;

}

.mainnav-profile .profile-wrap {

  padding: 30px 20px 12px;

  background-image: url('../img/nav-profile.png');

  background-size: cover;

}

#mainnav .mainnav-profile .list-group {

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  background-color: #202a2f;

  margin: 0;

}

#mainnav .mainnav-profile .list-group-item {

  color: #abb1b7;

  padding: 12px 20px;

}

#mainnav .mainnav-profile .list-group-item:hover {

  color: #fff;

  background-color: transparent;

}

/* NAVIGATION MENU */

/*======================================*/

#mainnav-menu ul,

.mainnav-widget ul,

.menu-popover ul {

  list-style: none;

  padding-left: 0;

  border-right:1px solid #fff;

}





#mainnav li .arrow {

  float: right;

  line-height: 1.42857;

}

#mainnav li .arrow:before {

  content: '';

  border-style: solid;

  border-width: 0.1em 0.1em 0 0;

  display: inline-block;

  height: 0.4em;

  left: 0;

  position: relative;

  top: 0;

  width: 0.4em;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

#mainnav li.active > a > .arrow:before {

  -webkit-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  transform: rotate(135deg);

}

#mainnav-menu a {

  display: block;

  color: #abb1b7;

  padding: 12px 20px;

  font-size:12.5px;

}

#mainnav-menu a strong {

  font-weight: 600;

}

#mainnav-menu > li > a:hover,

#mainnav-menu > li > a:active {

  color: #fff;

}

#mainnav-menu > li > a.hover {

  color: #fff;

  background-color: #2c3a41;

  box-shadow: inset 2px 0 0 0 #0c80df;

}

#mainnav-menu > .active-link > a,

#mainnav-menu > .active-link > a:hover {

  color: #fff;

  padding-left: 20px;

  font-weight: 600;

  box-shadow: inset 2px 0 0 0 #0c80df;

}

#mainnav-menu > .active-sub > a,

#mainnav-menu > .active-sub > a:hover {

  color: #1690f3!important;

  font-weight: 600;

}

#mainnav-menu > .active {

 /* border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

  background-color: #202a2f;

}

#mainnav-menu > .active .active {

  /* border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

  background-color: #1c2429;

}

#mainnav-menu ul .list-header {

  padding: 10px 20px 12px 55px;

}

#mainnav-menu ul ul a {

  padding: 10px 20px 12px 65px;

}

#mainnav-menu i {

  padding: 0 10px 0 0;

  font-size: 12px;

}

#mainnav-menu .hide-lg {

  display: none;

}

#mainnav-menu ul a,

.menu-popover .sub-menu ul a {

  padding: 10px 20px 12px 45px;

}

#mainnav-menu ul a:hover,

.menu-popover .sub-menu ul a:hover {

  color: #fff;

}

#mainnav-menu ul ul a:hover,

.menu-popover .sub-menu ul ul a:hover {

  color: #fff;

}

#mainnav-menu ul .active-link a,

.menu-popover .sub-menu ul .active-link a {

  font-weight: 600;

  color: #fff ;

  box-shadow: inset 2px 0 0 0 #0c80df;



}

#container.mainnav-sm #mainnav-menu > .active-link > a,

#container.mainnav-sm #mainnav-menu > .active-sub > a,

#container.mainnav-sm #mainnav-menu > .active-link a:hover,

#container.mainnav-sm #mainnav-menu > .active-sub a:hover {

  background-color: #0c80df;

  box-shadow: none;

}

/* NAVIGATION - SHORTCUT BUTTONS */

/*======================================*/

#mainnav-shortcut {

  max-height: 1.7em;

  overflow: hidden;

}

#mainnav-shortcut ul {

  width: 100%;

  margin: 0;

  padding: 0;

}

#mainnav-shortcut li {

  padding: 0;

  vertical-align: middle;

  text-align: center;

}

#mainnav-shortcut .shortcut-grid {

  display: table;

  border: 0;

  width: 100%;

  height: 1.7em;

  color: #fff;

}

#mainnav-shortcut .shortcut-grid > i {

  display: table-cell;

  vertical-align: middle;

  font-size: 15px;

}

#mainnav-shortcut .shortcut-grid > span {

  display: table-cell;

  vertical-align: middle;

}

#container.mainnav-sm #mainnav-shortcut {

  max-height: 250px;

}

#container.mainnav-sm #mainnav-shortcut > ul > li {

  width: 100%;

  text-align: left;

}

#container.mainnav-sm #mainnav-shortcut > ul > li .shortcut-grid {

  height: auto;

  display: block;

  padding: 12px 18.5px;

}

#container.mainnav-sm #mainnav-shortcut > ul > li i {

  font-size: 13px;

  line-height: 1.42857;

}

#container.mainnav-sm #mainnav-shortcut .shortcut-grid > .hide-sm {

  display: none;

}

/* NAVIGATION - WIDGET */

/*======================================*/

.mainnav-widget {

  background-color: rgba(0, 0, 0, 0.05);

  color: #abb1b7;

}

.mainnav-widget-content {

  padding: 10px 15px;

}

.mainnav-widget .show-small a {

  display: none;

}

/* NAVIGATION - FIXED POSITION */

/*======================================*/

#container.mainnav-fixed #mainnav-container {

  position: fixed;

}

#container.mainnav-fixed #mainnav {

  height: 100%;

  height: 100vh;

}

#container.mainnav-fixed #mainnav .nano-content {

  position: absolute;

}

@media (min-width: 768px) {

  #container.mainnav-fixed #mainnav-menu-wrap {

    height: 100%;

  }

  #container.mainnav-sm #mainnav .menu-popover .nano > .nano-content {

    top: auto;

    max-height: 100%;

    position: absolute;

  }

  #container.mainnav-sm #mainnav .menu-popover .nano-content {

    position: static;

  }

}

/* MAIN NAVIGATION - AFFIX */

/*======================================*/

#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {

  top: -40px;

  position: fixed;

}

#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {

  top: 0;

  position: absolute;

}

#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top #mainnav-menu-wrap > .nano > .nano-content {

  bottom: 40px;

}

/* MAIN NAVIGATION - EXPANDING  */

/* For large screen */

/*======================================*/

@media (min-width: 992px) {

  #container.mainnav-lg #mainnav-container {

    left: 0;

  }

  

  /*  #container.mainnav-lg #footer,

  #container.mainnav-lg #content-container {

    padding-left: 220px;

  }*/

  



  #container.mainnav-lg #content-container {

    padding-left: 220px;

  }

  

   #footer{padding-left:0px;}

  

  

}

/* Expanding with off canvas mode */

/*======================================*/

@media (min-width: 768px) and (max-width: 991px) {

  #container.mainnav-lg #content-container,

  #container.mainnav-lg #footer {

    left: 220px;

  }

  #container.mainnav-lg .tgl-menu-btn {

    right: 220px;

  }

  #container.mainnav-lg #mainnav-container {

    left: 0;

  }

  #container.mainnav-lg #mainnav-menu-wrap {

    height: 100%;

  }

}

/* NAVIGATION - COLLAPSING  */

/*======================================*/

@media (min-width: 768px) {

  #mainnav-menu .list-header,

  #mainnav-menu .list-divider,

  #mainnav-menu .menu-title,

  #mainnav-menu .arrow,

  #mainnav-menu .menu-title > .label,

  #mainnav-menu .menu-title > .badge {

    opacity: 1;

  }

  



  

  .mainnav-sm #mainnav-menu .list-header,

  .mainnav-sm #mainnav-menu .list-divider,

  .mainnav-sm #mainnav-menu .menu-title,

  .mainnav-sm #mainnav-menu .arrow,

  .mainnav-sm #mainnav-menu .menu-title > .label,

  .mainnav-sm #mainnav-menu .menu-title > .badge {

    padding-top: 0;

    padding-bottom: 0;

    margin: 0;

    height: 0;

    opacity: 0;

  }

  #container.mainnav-sm .brand-icon {

    width: 40px;

    height: 40px;

    margin: 0 5px;

    transform: translateY(0px);

  }

  #container.mainnav-sm .shortcut-grid:hover {

    box-shadow: inset 2px 0 0 0 #0c80df;

  }

  #container.mainnav-sm .shortcut-grid:hover,

  #container.mainnav-sm .popover.mainnav-shortcut {

    background-color: #2c3a41;

    color: #fff;

  }

  #container.mainnav-sm #mainnav-menu a {

    white-space: nowrap;

    position: relative;

    padding: 12px 0 12px 18.5px;

  }

  #container.mainnav-sm #mainnav-menu a:hover {

    box-shadow: inset 2px 0 0 0 #0c80df;

  }

  #container.mainnav-sm #mainnav-menu a .badge {

    margin-top: -1.5em;

  }

  #container.mainnav-sm #mainnav-menu a .badge {

    position: absolute;

    padding: 3px 7px;

    right: 2px;

    top: 25%;

  }

  #container.mainnav-sm #mainnav-menu a i {

    display: inline;

  }

  #container.mainnav-sm #mainnav-menu .active-link > a,

  #container.mainnav-sm #mainnav-menu .active-sub > a {

    color: #fff;

  }

  #container.mainnav-sm #mainnav-menu .collapse {

    display: none;

    height: 0 !important;

  }

  #container.mainnav-sm #mainnav-container  {

    width: 50px;

    left: 0;

  }

  

  #container.mainnav-sm #navbar .navbar-brand { width:220px;}

  

  #container.mainnav-sm #navbar .navbar-content {

    margin-left: 50px;

  }

  #container.mainnav-sm #content-container,

  #container.mainnav-sm #footer {

    padding-left: 50px;

    left: 0;

  }

  #container.mainnav-sm #mainnav {

    position: relative;

  }

  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {

    display: block;

    color: #abb1b7;

    padding: 12px 0 12px 18.5px;

  }

  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {

    color: #fff;

    box-shadow: inset 2px 0 0 0 #0c80df;

    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;

  }

  #container.mainnav-sm #mainnav .mainnav-widget > .hide-small {

    display: none;

  }

  #container.mainnav-sm #mainnav .mainnav-widget .hover {

    color: #fff;

    background-color: #2c3a41;

  }

  .top-auto {

    top: auto !important;

  }

  /* NAVIGATION - POPOVER  */

  /*======================================*/

  #mainnav .menu-popover .nano > .nano-content {

    position: absolute;

  }

  #mainnav-menu ul ul a:hover,

  .menu-popover .sub-menu ul ul a:hover {

    background-color: rgba(0, 0, 0, 0.0005);

  }

  .menu-popover {

    left: 50px !important;

  }

  .menu-popover .sub-menu {

    overflow: hidden;

  }

  .menu-popover .sub-menu .pop-in {

    display: block;

    visibility: visible;

  }

  .menu-popover .sub-menu ul {

    background-color: #202a2f;

  }

  .menu-popover .sub-menu ul ul {

    background-color: #1c2429;

  }

  .menu-popover .sub-menu ul ul > li > a {

    padding-left: 27px;

  }

  .menu-popover .sub-menu ul ul > li > a:hover {

    color: #fff;

  }

  .menu-popover .sub-menu ul a:hover {

    color: #fff;

  }

  .menu-popover .sub-menu ul li > a {

    display: block;

    color: #abb1b7;

    padding: 12px 17px;

  }

  .menu-popover .single-content {

    color: #fff;

    background-color: #2c3a41;

  }

  .menu-popover.popover {

    width: 220px;

    padding: 0;

    border: 0;

    border-radius: 0 0 0 0;

    background-color: #222d32;

    color: #fff;

    position: absolute;

    box-shadow: none;

    margin-left: 0;

  }

  .menu-popover.popover.in {

    -webkit-animation: fadeIn .3s;

    animation: fadeIn .3s;

  }

  .menu-popover > .popover-title {

    border: 0;

    border-radius: 0;

    padding: 14px 20px;

    background-color: #2c3a41;

    font-size: 1.05em;

    font-weight: 600;

    position: relative;

    z-index: 5;

    color: #fff;

  }

  .menu-popover > .popover-title strong {

    font-weight: 300;

  }

  .menu-popover > .popover-content {

    padding: 0;

    width: 100%;

    position: absolute;

    border-radius: 0 0 0 0;

  }

  .menu-popover > .popover-content > .single-content {

    padding: 12px 14px;

    display: block;

    white-space: nowrap;

  }

  .menu-popover > .popover-content > .single-content strong {

    font-weight: 300;

  }

  .menu-popover > .popover-content > .single-content .label,

  .menu-popover > .popover-content > .single-content .badge {

    margin-left: 10px;

    float: none !important;

  }

  .menu-popover ul {

    width: 220px;

    margin-bottom: 0;

  }

  .menu-popover .mainnav-widget-content {

    background-color: #2c3a41;

  }

  .menu-popover .mainnav-widget-content > .list-group {

    display: block;

    width: auto;

  }

}

.popover.mainnav-shortcut {

  white-space: nowrap;

}

.popover.mainnav-shortcut .popover-content {

  padding: 12px 15px;

}

.mainnav-sm .popover.mainnav-shortcut {

  display: block !important;

  border: 0;

  margin-top: -42.57141px;

  margin-left: -1px;

  padding: 0;

  box-shadow: none;

  overflow: hidden;

  width: auto;

  max-width: 300px;

  border-radius: 0 0 0 0;

  background-color: #222d32;

  color: #fff;

  left: 50px !important;

}

.mainnav-sm .popover.mainnav-shortcut.in {

  -webkit-animation: fadeIn .3s;

  animation: fadeIn .3s;

}

.mainnav-sm .popover.mainnav-shortcut.in .popover-content {

  height: 100%;

  margin: 0;

}

.mainnav-sm .popover.mainnav-shortcut > .arrow {

  display: none;

}

@-webkit-keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

/* NAVIGATION - OFFCANVAS */

/*======================================*/

#container.mainnav-in.footer-fixed #footer,

#container.mainnav-in #navbar,

#container.mainnav-in #content-container,

#container.mainnav-in #footer {

  left: 220px;

}

#container.mainnav-out #content-container,

#container.mainnav-in #mainnav-container {

  left: 0;

}

#container.mainnav-in .navbar-header {

  left: -220px;

}

#container.mainnav-in .tgl-menu-btn {

  right: 220px;

}

#container.mainnav-in #mainnav-menu-wrap {

  height: 100%;

}

@media (min-width: 768px) {

  #container.mainnav-in.easeInBack:not(.boxed-layout) #mainnav-container {

    box-shadow: -20px 0 0 0 #263238;

  }

  #container.mainnav-in #navbar,

  #container.mainnav-in .navbar-header {

    left: 0;

  }

  #container.mainnav-in .tgl-menu-btn {

    right: 0;

  }

  #container.mainnav-in.aside-in #aside-container {

    right: -220px;

  }

  #container.mainnav-out .brand-title {

    background-color: transparent;

    color: #758697;

  }

}

/* Reveal*/

/*======================================*/

@media (min-width: 768px) {

  #container.reveal #content-container {

    min-height: 100vh;

  }

  #container.mainnav-out.reveal #content-container,

  #container.mainnav-in.reveal #content-container {

    z-index: 7;

  }

  #container.mainnav-in.reveal.aside-in #aside-container {

    right: -220px;

  }

  #container.mainnav-in.reveal.aside-in #footer {

    left: 220px;

  }

  #container.mainnav-out.reveal #aside-container,

  #container.mainnav-in.reveal #aside-container {

    z-index: 9;

  }

  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,

  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {

    left: -220px;

  }

  #container.mainnav-out.reveal #footer,

  #container.mainnav-in.reveal #footer {

    z-index: 8;

  }

  #container.mainnav-out.reveal #mainnav-container {

    left: -220px;

  }

  #container.mainnav-in.reveal.slide .navbar-header:before,

  #container.mainnav-out.reveal.slide .navbar-header:before,

  #container.mainnav-out.reveal:not(.slide) #mainnav-container,

  #container.mainnav-in.reveal:not(.slide) #mainnav-container {

    left: 0;

    -webkit-transition-duration: 0;

    transition-duration: 0;

  }

}

/* Slide in on top */

/*======================================*/

@media (min-width: 768px) {

  #container.mainnav-in.slide #navbar,

  #container.mainnav-in.slide #content-container,

  #container.mainnav-in.slide #footer {

    left: 0;

  }

  #container.mainnav-in.slide.aside-in.aside-left #aside-container {

    left: 0;

  }

  #container.mainnav-in.slide.aside-in #aside-container {

    right: 0;

  }

}

/* ASIDE */

/* ===================================== */

#container #aside-container {

  padding: 0 20px;

  position: relative;

  top: 0;

  z-index: 3;

}

#container #aside-container .nano-content {

  position: static;

  outline: none;

}

#container #aside .list-link li a:not(.btn) {

  color: #d1d1d1;

}

#container #aside .list-link li a:not(.btn):hover {

  color: #fff;

}

#container #aside .badge-stat {

  color: #32424a;

}

#container #aside .text-main {

  color: #fff;

}

#container.aside-float.aside-in #aside-container {

  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.15);

}

#aside {

  background-color: #32424a;

  color: #fff;

  overflow: hidden;

  -webkit-transform-style: preserve-3d;

  -webkit-backface-visibility: hidden;

  -webkit-perspective: 1000;

  -webkit-transform: translateZ(0);

}

#aside a:not(.btn):not(.btn-link) {

  color: inherit;

}

#aside.aside-xs-in {

  max-height: none;

  overflow: hidden;

  margin-bottom: 70px;

}

#aside .bord-all,

#aside .bord-top,

#aside .bord-btm,

#aside .bord-left,

#aside .bord-rgt,

#aside .bord-hor,

#aside .bord-ver,

#aside .list-divider {

  border-color: #394a53;

}

#aside .btn-link {

  color: #fff;

}

#aside .text-muted {

  color: #849eab;

}

#aside hr {

  border-color: rgba(0, 0, 0, 0.15);

}

/* Aside with tabs */

/* ===================================== */

#aside-container #aside .nav-tabs.nav-justified > li {

  display: table-cell;

  width: 1%;

}

#aside-container #aside .nav-tabs li {

  border-bottom: 1px solid #28353b;

}

#aside-container #aside .nav-tabs li > a {

  border-radius: 0;

  border: 0;

  background-color: #32424a;

  padding: .9em 0;

  margin: 0;

}

#aside-container #aside .nav-tabs li > a > i {

  font-size: 1.35em;

  vertical-align: sub;

}

#aside-container #aside .nav-tabs li > a:before {

  content: '';

  display: block;

  background: #42a5f5;

  height: 2px;

  position: absolute;

  bottom: -1px;

  left: 50%;

  right: 50%;

  transition: left 0.05s, right 0.05s;

}

#aside-container #aside .nav-tabs li:first-child > a {

  border-left: 0;

}

#aside-container #aside .nav-tabs li:last-child > a {

  border-right: 0;

}

#aside-container #aside .nav-tabs li:not(.active) a {

  opacity: .5;

}

#aside-container #aside .nav-tabs .active a:before {

  content: '';

  display: block;

  background: #42a5f5;

  height: 2px;

  position: absolute;

  bottom: -1px;

  left: 0;

  right: 0;

  transition: left 0.15s, right 0.15s;

}

#aside-container #aside .tab-content {

  padding: 5px 0;

}

#container.aside-bright #aside .nav-tabs li {

  border-bottom: 1px solid #f2f2f2;

}

#container.aside-bright #aside .nav-tabs li > a {

  background-color: #fff;

}

/* ASIDE - RESPONSIVE LAYOUT */

/* ===================================== */

@media (max-width: 760px) {

  #container > div > #aside-container {

    top: 40px;

  }

  #container.aside-left.aside-in #aside-container {

    left: 0;

    right: auto;

  }

  #container.aside-left #aside-container {

    left: -255px;

    right: auto;

  }

  #container.aside-left.mainnav-sm #content-container,

  #container.aside-left.mainnav-sm #footer {

    padding-left: 0;

  }

}

@media (min-width: 768px) {

  #container.mainnav-sm.aside-left.aside-in #aside-container {

    left: 50px;

    right: auto;

  }

  #container.mainnav-sm.aside-left.aside-in #content-container,

  #container.mainnav-sm.aside-left.aside-in #footer {

    padding-left: 220px;

  }

  div#container.mainnav-lg.aside-left.aside-in #content-container,

  div#container.mainnav-lg.aside-left.aside-in #footer {

    padding-left: 220px;

    text-align: left;

  }

}

#aside {

  padding-top: 40px;

  visibility: visible;

  background-color: #32424a;

  height: 100%;

}

#container #aside-container {

  padding: 0;

  position: absolute;

  width: 255px;

  height: auto;

  left: auto;

  right: -255px;

  top: 0;

  bottom: 0;

  min-height: 100vh;

  overflow: hidden;

  z-index: 3;

}

#container #aside-container .nano-content {

  position: absolute;

}

#container #content-container,

#container #footer {

  padding-right: 0;

}

#container.mainnav-in:not(.slide) #footer,

#container.mainnav-in #content-container {

  padding-right: 0;

}

@media (min-width: 1024px) {

  #container.aside-in #aside {

    padding-top: 40px;

  }

  #container.aside-in:not(.aside-float) #content-container {

    padding-right: 255px;

  }

  #container.aside-in.aside-left:not(.aside-float) #content-container,

  #container.aside-in.aside-left:not(.aside-float) #footer {

    padding-left: 255px;

    padding-right: 0;

  }

  #container.aside-in:not(.aside-float) #content-container,

  #container.aside-in:not(.aside-float) #footer {

    padding-right: 255px;

  }

  #container.aside-in.aside-left:not(.aside-float) #content-container,

  #container.aside-in.aside-left:not(.aside-float) #footer {

    padding-left: 255px;

    padding-right: 0;

  }

  #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #content-container,

  #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #footer {

    padding-left: 475px;

    padding-right: 0;

  }

  #container.aside-in.aside-left.mainnav-lg #aside-container {

    left: 220px;

    right: auto;

  }

  #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #content-container,

  #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #footer {

    padding-left: 305px;

    padding-right: 0;

  }

  #container.aside-in.aside-left.mainnav-sm #aside-container {

    left: 50px;

    right: auto;

  }

  #container.aside-in.aside-left.mainnav-in #aside-container {

    left: 220px;

    right: auto;

  }

}

/* ASIDE - TOGGLE HIDE/SHOW */

/* ===================================== */

#container.aside-in #aside-container {

  left: auto;

  right: 0;

}

#container.aside-in.aside-left.mainnav-in #aside-container {

  left: 220px;

  right: auto;

}

@media (min-width: 768px) {

  #container.aside-left #aside-container,

  #container.aside-in.aside-left #aside-container {

    left: 0;

    right: auto;

  }

  #container.aside-left.mainnav-sm #aside-container {

    left: -205px;

  }

  #container.aside-left.mainnav-sm:not(.aside-float) #content-container,

  #container.aside-left.mainnav-sm:not(.aside-float) #footer {

    padding-left: 50px;

  }

  #container.aside-left.mainnav-out:not(.aside-in) #aside-container {

    left: -220px;

  }

}

/* ASIDE - FIXED POSITION */

/* ===================================== */

#container.aside-fixed #aside-container {

  position: fixed;

}

#container.aside-fixed #aside {

  height: 100%;

}

#container.aside-fixed #aside .nano-content {

  position: absolute;

}

#container.aside-fixed:not(.navbar-fixed) #aside-container.affix {

  top: -40px;

  position: fixed;

}

#container.aside-fixed:not(.navbar-fixed) #aside-container.affix-top {

  top: 0;

  position: absolute;

}

/* ASIDE : BRIGHT COLOR THEMES */

/* ===================================== */

#container.aside-bright #aside {

  background-color: #fff;

  border: 1px solid #dbe3ec;

  color: #758697;

}

#container.aside-bright #aside .badge-stat {

  color: #fff;

}

#container.aside-bright #aside .text-main {

  color: #2b425b;

}

#container.aside-bright #aside .text-light {

  color: #758697;

}

#container.aside-bright #aside hr {

  border-color: #e9e9e9;

}

#container.aside-bright #aside .bord-all,

#container.aside-bright #aside .bord-top,

#container.aside-bright #aside .bord-btm,

#container.aside-bright #aside .bord-lft,

#container.aside-bright #aside .bord-rgt,

#container.aside-bright #aside .bord-hor,

#container.aside-bright #aside .bord-ver,

#container.aside-bright #aside .list-divider {

  border-color: #d3dce8;

}

#container.aside-bright #aside .text-muted {

  color: #afb9c3;

}

#container.aside-bright #aside .progress {

  background-color: #e6e6e6;

}

#container.aside-bright #aside .list-link li a:not(.btn) {

  color: #8493a2;

}

#container.aside-bright #aside .list-link li a:not(.btn):hover {

  color: #758697;

}

#container.aside-bright #aside a:not(.btn) {

  color: #758697;

}

#container.aside-bright #aside a:not(.btn):hover,

#container.aside-bright #aside a:not(.btn):focus {

  color: #5d6d7c;

}

#container.aside-bright #aside .btn-link {

  color: #758697;

}

/* FOOTER */

/*======================================*/

#footer {

  border-top: 1px solid rgba(0, 0, 0, 0.07);

  background-color: #fff;

  color: #758697;

  position: fixed;

  padding-top: 10px;

  bottom: 0px;

  z-index: 99;

  left: 0;

  right: 0;

  height: 35px;

  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.13);

}

#footer p {

  margin-bottom: 5px;

}

.footer-list {

  margin-bottom: 0;

}

.footer-list > li {

  vertical-align: top;

}

/* FOOTER - FIXED POSITION */

/*======================================*/

#container.footer-fixed #footer {

  left: 0;

  position: fixed;

  bottom: 0;

  margin-top: -35px;

  z-index: 1;

}

#footer .show-fixed {

  display: none;

}

#footer .hide-fixed {

  display: block;

  height: 100%;

}

#container.footer-fixed #footer .show-fixed {

  display: block;

  height: 100%;

}

#container.footer-fixed #footer .hide-fixed {

  display: none;

}

.collapsing {

  transition-duration: 10ms;

}

/* ANIMATIONS */

/* -------------------------------------*/

@media (min-width: 1200px) {

  .effect #navbar,

  .effect #content-container,

  .effect #mainnav-container,

  .effect #aside-container,

  .effect #footer,

  .effect .navbar-brand,

  .effect .navbar-content,

  .effect .navbar-header:before {

    transition-property: width, padding, left, right;

    transition-duration: 0.35s;

  }

  .effect .navbar-content {

    transition-property: margin-left;

  }

  .effect .mainnav-profile {

    transition: opacity 0.85s, max-height 0.35s;

  }

  .effect #mainnav-shortcut {

    transition: max-height 0.7s;

  }

  .effect #mainnav-shortcut li {

    transition: all 0.7s ease 0.1s;

  }

  .effect#container.mainnav-sm #mainnav-shortcut {

    transition: max-height 0.7s linear 0.2s;

  }

  .effect#container.mainnav-sm #mainnav-shortcut > ul > li {

    transition: all 0.5s ease;

  }

  .mainnav-sm .effect #mainnav-menu .list-header,

  .mainnav-sm .effect #mainnav-menu .list-divider,

  .mainnav-sm .effect #mainnav-menu .menu-title,

  .mainnav-sm .effect #mainnav-menu .arrow,

  .mainnav-sm .effect #mainnav-menu .menu-title > .label {

    transition: opacity 0.5s, padding 0.5s linear 0.5s, color 0.1s, margin 0.5s linear 0.5s;

    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145);

  }

  .effect .collapsing {

    transition-duration: .4s;

  }

  /* Variant */

  /* -------------------------------------*/

  .easeInQuart #navbar,

  .easeInQuart #content-container,

  .easeInQuart #mainnav-container,

  .easeInQuart #aside-container,

  .easeInQuart #footer,

  .easeInQuart .collapsing,

  .easeInQuart .navbar-brand,

  .easeInQuart .navbar-content,

  .easeInQuart .navbar-header:before {

    transition-duration: 0.35s;

    transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135);

  }

  .easeOutQuart #navbar,

  .easeOutQuart #content-container,

  .easeOutQuart #mainnav-container,

  .easeOutQuart #aside-container,

  .easeOutQuart #footer,

  .easeOutQuart .collapsing,

  .easeOutQuart .navbar-brand,

  .easeOutQuart .navbar-content,

  .easeOutQuart .navbar-header:before {

    transition-duration: 0.5s;

    transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985);

  }

  .easeInBack #navbar,

  .easeInBack #content-container,

  .easeInBack #mainnav-container,

  .easeInBack #aside-container,

  .easeInBack #footer,

  .easeInBack .collapsing,

  .easeInBack .navbar-brand,

  .easeInBack .navbar-content,

  .easeInBack .navbar-header:before {

    transition-duration: 0.35s;

    transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045);

  }

  .easeOutBack #navbar,

  .easeOutBack #content-container,

  .easeOutBack #mainnav-container,

  .easeOutBack #aside-container,

  .easeOutBack #footer,

  .easeOutBack .collapsing,

  .easeOutBack .navbar-brand,

  .easeOutBack .navbar-content,

  .easeOutBack .navbar-header:before {

    transition-duration: 0.35s;

    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145);

  }

  .easeInOutBack #navbar,

  .easeInOutBack #content-container,

  .easeInOutBack #mainnav-container,

  .easeInOutBack #aside-container,

  .easeInOutBack #footer,

  .easeInOutBack .collapsing,

  .easeInOutBack .navbar-brand,

  .easeInOutBack .navbar-content,

  .easeInOutBack .navbar-header:before {

    transition-duration: 0.5s;

    transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275);

  }

  .steps #navbar,

  .steps #content-container,

  .steps #mainnav-container,

  .steps #aside-container,

  .steps #footer,

  .steps .collapsing,

  .steps .navbar-brand,

  .steps .navbar-content,

  .steps .navbar-header:before {

    transition-duration: 0.5s;

    transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045);

  }

  .jumping #navbar,

  .jumping #content-container,

  .jumping #mainnav-container,

  .jumping #aside-container,

  .jumping #footer,

  .jumping .collapsing,

  .jumping .navbar-brand,

  .jumping .navbar-content,

  .jumping .navbar-header:before {

    transition-duration: 0.7s;

    transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9);

  }

  .rubber #navbar,

  .rubber #content-container,

  .rubber #mainnav-container,

  .rubber #aside-container,

  .rubber #footer,

  .rubber .collapsing,

  .rubber .navbar-brand,

  .rubber .navbar-content,

  .rubber .navbar-header:before {

    transition-duration: 0.5s;

    transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6);

  }

}

/* MEGAMENU */

/*======================================*/

.open.mega-dropdown {

  position: static;

}

.open.mega-dropdown > .mega-dropdown-toggle:before,

.open.mega-dropdown > .mega-dropdown-toggle:after {

  content: "";

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

  display: block;

  height: 0;

  position: absolute;

  width: 0;

}

.open.mega-dropdown > .mega-dropdown-toggle:before {

  border-bottom: 7px solid #d0d0d0;

  margin: -8px 0 0 0;

  bottom: -10px;

}

.open.mega-dropdown > .mega-dropdown-toggle:after {

  border-bottom: 7px solid #fff;

  margin: -7px 0 0 0;

  bottom: -11px;

  z-index: 10000;

}

.navbar-top-links > .mega-dropdown > .dropdown-menu.mega-dropdown-menu {

  left: 5px;

  right: 5px;

  max-width: 1250px;

}

.dropdown-menu.mega-dropdown-menu {

  padding: 15px;

}

.dropdown-menu.mega-dropdown-menu:after {

  content: '';

  display: table;

  clear: both;

}

.dropdown-menu.mega-dropdown-menu .list-unstyled .dropdown-header {

  font-size: 1.2em;

  font-weight: 600;

  padding: 10px 4px;

}

.dropdown-menu.mega-dropdown-menu .list-unstyled li a {

  display: block;

  padding: 4px;

  background-color: transparent;

}

.dropdown-menu.mega-dropdown-menu .list-unstyled li a:not(.disabled-link):hover {

  background-color: rgba(0, 0, 0, 0.05);

}

/* WIDGET */

/*======================================*/

.widget-header {

  padding: 15px 15px 50px 15px;

  min-height: 125px;

  position: relative;

  overflow: hidden;

}

.widget-bg {

  position: absolute;

  top: 0;

  left: 0;

  min-width: 100%;

  min-height: 100%;

}

.widget-title {

  position: relative;

}

.widget-body {

  padding: 50px 15px 15px;

  position: relative;

}

.widget-img {

  position: absolute;

  width: 64px;

  height: 64px;

  left: 50%;

  margin-left: -32px;

  top: -32px;

}

/* WIDGET - CHAT */

/*======================================*/

.speech {

  position: relative;

  background: #b7dcfe;

  color: #317787;

  display: inline-block;

  border-radius: 0;

  padding: 12px 20px;

}

.speech .media-heading {

  color: #317787;

  display: block;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  margin-bottom: 10px;

  padding-bottom: 5px;

  font-weight: 600;

}

.speech .media-heading:hover {

  text-decoration: underline;

}

.speech-time {

  margin-top: 20px;

  margin-bottom: 0;

  font-size: .8em;

}

.speech-right {

  text-align: right;

}

.speech-right > .speech {

  background: #ffda87;

  color: #a07617;

  text-align: right;

}

.speech-right > .speech .media-heading {

  color: #a07617;

}

.speech-right > .speech:before {

  left: auto;

  right: 0;

  border-top: 7px solid transparent;

  border-bottom: 7px solid transparent;

  border-left: 7px solid #ffdc91;

  border-right: 0;

  margin: 15px -6px 0 0;

}

.speech:before {

  content: "";

  display: block;

  position: absolute;

  width: 0;

  height: 0;

  left: 0;

  top: 0;

  border-top: 7px solid transparent;

  border-bottom: 7px solid transparent;

  border-right: 7px solid #b7dcfe;

  margin: 15px 0 0 -6px;

}

/* TIMELINE */

/*======================================*/

.timeline {

  position: relative;

  padding-bottom: 40px;

  background-color: #ecf0f5;

  color: #758697;

}

.timeline:before,

.timeline:after {

  background-color: #bec6ce;

  bottom: 20px;

  content: "";

  display: block;

  position: absolute;

}

.timeline:before {

  left: 49px;

  top: 20px;

  width: 1px;

}

.timeline:after {

  left: 46px;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  border: 1px solid #bec6ce;

  background-color: #ecf0f5;

}

.timeline-header {

  border-radius: 0;

  clear: both;

  margin-bottom: 50px;

  margin-top: 50px;

  position: relative;

}

.timeline-header .timeline-header-title {

  display: inline-block;

  text-align: center;

  padding: 7px 15px;

  min-width: 100px;

}

.timeline .timeline-header:first-child {

  margin-bottom: 30px;

  margin-top: 15px;

}

.timeline-stat {

  width: 100px;

  float: left;

  text-align: center;

  padding-bottom: 15px;

}

.timeline-entry {

  margin-bottom: 25px;

  margin-top: 5px;

  position: relative;

  clear: both;

}

.timeline-entry-inner {

  position: relative;

}

.timeline-time {

  display: inline-block;

  padding: 2px 3px;

  background-color: #ecf0f5;

  color: #758697;

  font-size: .85em;

  max-width: 70px;

}

.timeline-icon {

  border-radius: 50%;

  display: block;

  margin: 0 auto;

  height: 40px;

  line-height: 40px;

  text-align: center;

  width: 40px;

  margin-top: 5px;

  background-color: #ecf0f5;

}

.timeline-icon > i {

  line-height: 40px;

  vertical-align: 0.1em;

}

.timeline-icon img {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  vertical-align: top;

}

.timeline-icon:empty {

  height: 12px;

  width: 12px;

  margin-top: 20px;

  border: 2px solid #bec6ce;

}

.timeline-label {

  background-color: #fff;

  border-radius: 0;

  margin-left: 85px;

  padding: 15px;

  position: relative;

  min-height: 50px;

  border: 1px solid #e7ecf3;

  border-bottom: 1px solid rgba(0, 0, 0, 0.17);

}

.timeline-label:before,

.timeline-label:after {

  content: "";

  display: block;

  position: absolute;

  width: 0;

  height: 0;

  left: 0;

  top: 0;

}

.timeline-label:before {

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-right: 10px solid #e6e6e6;

  margin: 15px 0 0 -10px;

}

.timeline-label:after {

  border-top: 9px solid transparent;

  border-bottom: 9px solid transparent;

  border-right: 9px solid #fff;

  margin: 15px 0 0 -8px;

}

.panel .timeline,

.panel .timeline:after,

.panel .timeline-time,

.panel .timeline-label,

.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {

  background-color: #fff;

}

.panel .timeline-label {

  box-shadow: none;

  border: 0;

  background-color: #f3f5f9;

  margin-left: 100px;

}

.panel .timeline-label:before {

  display: none;

  border-right-color: #e3e3e3;

}

.panel .timeline-label:after {

  border-right-color: #f3f5f9;

}

@media (min-width: 768px) {

  .two-column.timeline {

    text-align: center;

  }

  .two-column.timeline:before {

    left: 50%;

  }

  .two-column.timeline:after {

    left: 50%;

    margin-left: -2px;

  }

  .two-column.timeline .timeline-entry {

    width: 50%;

    text-align: left;

  }

  .two-column.timeline .timeline-stat {

    margin-left: -50px;

  }

  .two-column.timeline .timeline-entry:nth-child(odd) {

    float: right;

  }

  .two-column.timeline .timeline-entry:nth-child(odd) .timeline-label {

    margin-left: 40px;

  }

  .two-column.timeline .timeline-header {

    text-align: center;

  }

  .two-column.timeline .timeline-entry:nth-child(even) {

    float: left;

  }

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-stat {

    left: 100%;

    position: relative;

    margin-left: -50px;

  }

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label {

    left: -90px;

    margin-right: -40px;

  }

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before,

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {

    left: auto;

    right: 0;

    border-right: 0 solid transparent;

  }

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    border-left: 10px solid #e6e6e6;

    margin: 15px -10px 0 0;

  }

  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {

    border-top: 9px solid transparent;

    border-bottom: 9px solid transparent;

    border-left: 9px solid #fff;

    margin: 15px -8px 0 0;

  }

}

/* TAGS */

/*======================================*/

.tag:not(.label) {

  background-color: #fff;

  font-size: .9em;

  padding: 5px 10px;

  border-radius: 0;

  border: 1px solid #d1d9de;

  line-height: 1.42857;

  vertical-align: middle;

  -webkit-transition: all .15s;

  transition: all .15s;

  margin-bottom: 4px;

}

.tag:not(.label) i {

  vertical-align: middle;

}

.tag.tag-lg,

.btn-group-lg > .tag {

  padding: 10px 16px;

}

.tag.tag-sm,

.btn-group-sm > .tag {

  padding: 4px 7px;

}

.tag.tag-xs,

.btn-group-xs > .tag {

  padding: 1px 5px;

}

/* EMAIL */

/*======================================*/

.mail-nav > li > a {

  border-radius: 0;

}

.mail-nav > li > a:hover,

.mail-nav > li > a:focus {

  background-color: transparent;

}

.mail-nav > li.active > a,

.mail-nav > li.active > a:hover,

.mail-nav > li.active > a:focus {

  background-color: rgba(0, 0, 0, 0.07);

  color: inherit;

  font-weight: 600;

}

.mail-list {

  list-style: none;

  padding: 0;

}

.mail-list > li {

  position: relative;

  padding: 12px;

  border-radius: 1px;

}

.mail-list > li:after {

  content: '';

  display: table;

  clear: both;

}

.mail-list-unread a {

  font-weight: 700;

}

.mail-control {

  float: left;

  width: 40px;

}

.mail-star {

  position: absolute;

  top: 47px;

  margin-left: 1px;

}

.mail-from {

  float: left;

  width: 105px;

}

.mail-subject {

  margin: 2.3em 0 0 40px;

}

.mail-subject .label {

  margin-right: .5em;

  vertical-align: middle;

  line-height: 2;

}

.mail-list .mail-from a,

.mail-list .mail-subject a {

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.mail-attach-icon {

  width: 35px;

  float: right;

  text-align: center;

}

.mail-time {

  float: right;

  color: #afb9c3;

  font-size: 85%;

  text-align: right;

}

.mail-toggle.navbar-toggle {

  display: block;

}

@media (min-width: 992px) {

  .mail-nav {

    width: 255px;

  }

  .mail-menu {

    display: block !important;

  }

  .mail-control,

  .mail-star {

    float: left;

    width: 40px;

  }

  .mail-from {

    width: 175px;

  }

  .mail-attach-icon {

    width: 35px;

    float: right;

    text-align: right;

  }

  .mail-time {

    width: 75px;

  }

  .mail-subject {

    overflow: hidden;

    margin: 0 20px 0 0;

  }

}

@media (min-width: 470px) {

  .mail-star {

    position: static;

    float: left;

    width: 35px;

  }

  .mail-from {

    width: 175px;

    margin-right: 20px;

  }

  .mail-subject {

    display: block;

    padding-right: 50px;

  }

}

/* MAIL ICON - (REQUIRE FONTAWESOME) */

/*======================================*/

/* COLORS */

/*======================================*/

.mail-list > li:nth-child(odd) {

  background-color: rgba(0, 0, 0, 0.04);

}

.mail-list > li:hover {

  background-color: rgba(0, 0, 0, 0.075);

}

.mail-list > li.highlight {

  background-color: #f2f0c2;

}

.mail-list a,

.mail-list a:focus {

  display: inline-block;

  color: #758697;

}

.mail-star i {

  font-size: 1em;

  line-height: 0.4;

}

.mail-star > a,

.mail-star > a:focus {

  color: #d3d7da;

}

.mail-starred .mail-star > a {

  color: #ffa100;

}

.mail-list .mail-star > a:hover {

  color: #ffbd4d;

}

.mail-attach-list {

  list-style: none;

  padding: 0;

}

.mail-attach-list > li {

  display: inline-block;

  width: 195px;

}

.mail-attach-list > li .mail-file-img,

.mail-attach-list > li .mail-file-icon {

  height: 120px;

  overflow: hidden;

  text-align: center;

  background-color: #f5f6f8;

}

.mail-attach-list > li i {

  font-size: 75px;

  line-height: 120px;

  opacity: 0.4;

}

.mail-attach-list > li img {

  max-width: 210px;

  height: auto;

}

.mail-attach-label {

  min-width: 5em;

}

.mail-attach-file {

  overflow: hidden;

}

.mail-attach-btn {

  float: right;

}

@media (min-width: 1200px) {

  .mail-attach-label {

    float: left;

  }

}

.mail-message-reply {

  min-height: 150px;

  border: 1px solid #e9e9e9;

  border-radius: 0;

  padding: 10px 15px;

  cursor: pointer;

}

/* FORM WIZARD */

/*======================================*/

.wz-nav-off > li a {

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  cursor: default !important;

}

.wz-icon-inline li > a .icon-wrap {

  display: inline-block;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  color: inherit;

}

.wz-icon-bw li > a .icon-wrap,

.wz-icon-bw li > a p {

  transition: all 0.5s;

}

.wz-icon-bw li.active ~ li > a .icon-wrap {

  color: #758697;

  background-color: rgba(0, 0, 0, 0.17);

  transition: all 0.5s;

}

.wz-icon-bw li:not(.active) > a p {

  color: #758697 !important;

  transition: all 0.5s;

}

/* FORM WIZARD : Classic */

/*======================================*/

.wz-classic {

  margin: 0;

  padding: 0;

  list-style: none;

  display: block;

  position: relative;

}

.wz-classic li,

.wz-steps li {

  transition: all 0.5s;

}

.wz-classic li > a {

  color: inherit;

  display: block;

  text-align: center;

  padding: 8px 0;

}

.wz-classic li > a .icon-wrap {

  display: inline-block;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  color: inherit;

}

.wz-classic:after,

.wz-steps:after {

  content: '';

  display: table;

  clear: both;

}

.wz-classic .active ~ li {

  color: inherit;

  background-color: inherit;

}

.wz-classic .active ~ li a {

  opacity: .5;

}

/* FORM WIZARD : Steps */

/*======================================*/

.wz-heading {

  position: relative;

  border-bottom:1px solid #eee;

}

.wz-heading .progress {

  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  background-color: transparent;

}

.wz-heading.wz-w-label .progress {

  margin-top: -0.5em;

}

.wz-steps {

  margin: 0;

  padding: 0px 0;

  list-style: none;

  display: block;

  position: relative;

}



.wz-steps li:first-child{

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

-ms-border-radius: 6px;

-o-border-radius: 6px;

border-radius: 6px 0 0 0;	

}



.wz-steps li:last-child{

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

-ms-border-radius: 6px;

-o-border-radius: 6px;

border-radius: 0 6px 0 0;	

}



.wz-steps li > a {

  color: inherit;

  display: block;

  text-align: center;

  padding: 0;

}

.wz-steps li > a .icon-wrap {

  display: inline-block;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

}

.wz-steps li .wz-desc {

  opacity: 1;

  transition: opacity 0.5s;

}

.wz-steps li:not(.active) .wz-icon {

  display: none;

}

.wz-steps .active ~ li {

  color: inherit;

  background-color:inherit;

}

.wz-steps .active ~ li a {

  opacity: .5;

}

.wz-steps .active ~ li .wz-icon {

  display: inline-block;

}

.wz-steps .active .wz-icon-done,

.wz-steps .active ~ li .wz-icon-done {

  display: none;

}

.wz-steps .active .wz-desc {

  opacity: 1;

  transition: opacity 0.5s;

}

/* SCROLL TO TOP BUTTON */

/*======================================*/

.scroll-top {

  display: none;

}

.scroll-top.in {

  display: block;

  background-color: #42a5f5;

  color: #fff;

  cursor: pointer;

  position: fixed;

  bottom: 45px;

  right: 15px;

  z-index: 999;

  opacity: 1;

  padding: 10px;

  font-size: 1.5em;

  border-radius: 100%;

  box-shadow: none;

  transition: all 0.15s;

}

.scroll-top.in:hover {

  opacity: 1;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

  transform: scale(1.1);

  transition: all 0.15s;

}

.scroll-top.in:active {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;

  transform: scale(1.05);

  transition: all 0.15s;

}

.scroll-top.in > i {

  display: block;

  width: 1em;

  height: 1em;

  line-height: 1.1em;

}

/* NIFTY OVERLAY */

/*======================================*/

.panel-overlay-wrap {

  position: relative;

}

.panel-overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(255, 255, 255, 0.75);

  text-align: center;

  z-index: 795;

}

.panel-overlay:before {

  content: "";

  display: inline-block;

  height: 100%;

  width: 1px;

  vertical-align: middle;

  margin-left: -5px;

}

.panel-overlay-title {

  margin: 10px 0 5px;

}

.panel-overlay-icon {

  display: inline-block;

  vertical-align: middle;

}

.panel-overlay-content {

  display: inline-block;

  vertical-align: middle;

}

/* NIFTY LANGUAGE SELECTOR */

/*======================================*/

.lang-flag {

  display: inline-block;

  padding: 3px 5px 3px 0;

}

.lang-selected > .lang-flag {

  padding: 0;

}

.lang-id {

  font-weight: 600;

}

.lang-id,

.lang-name {

  display: none;

  vertical-align: middle;

}

.lang-selector .lang-id {

  display: inline-block;

}

.lang-selector + .dropdown-menu .lang-name {

  display: inline-block;

}

.lang-selector + .dropdown-menu a {

  padding: 10px !important;

}

.lang-selector + .dropdown-menu .active {

  display: none;

}

@media (min-width: 992px) {

  .lang-id,

  .lang-selector .lang-id {

    display: none;

  }

}

/* NIFTY NOTIFICATION */

/*======================================*/

.alert-wrap {

  margin: 0;

  max-height: 0;

  overflow: hidden;

  padding: 0;

  transition: max-height 0.7s linear;

}

.alert-wrap > .alert {

  margin: 0;

  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);

  border-radius: 0;

  text-align: left;

}

.alert-wrap > .alert > .media {

  margin: 0;

}

.alert-wrap > .alert > .media > .media-body {

  min-width: 150px;

  width: auto;

  vertical-align: middle;

}

#page-alert > .alert-wrap > .alert {

  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04);

}

.alert-wrap.in {

  max-height: 500px;

  transition: max-height 1s linear;

}

.floating-container .animated.alert-wrap {

  overflow: visible;

}

.floating-container .animated.alert-wrap > .alert {

  border-radius: 0;

}

.alert-message,

.alert-title {

  margin-bottom: 1px;

  padding-right: 2ex;

}

.alert-title {

  font-size: 1.12em;

}

.alert-title:empty {

  display: none;

}

.alert-primary .alert-icon {

  color: #fff;

}

.alert-info .alert-icon {

  color: #fff;

}

.alert-success .alert-icon {

  color: #fff;

}

.alert-warning .alert-icon {

  color: #fff;

}

.alert-danger .alert-icon {

  color: #fff;

}

.alert-mint .alert-icon {

  color: #fff;

}

.alert-purple .alert-icon {

  color: #fff;

}

.alert-pink .alert-icon {

  color: #fff;

}

.alert-dark .alert-icon {

  color: #fff;

}

/* Floating */

/*======================================*/

#floating-top-right {

  position: fixed;

  text-align: right;

  top: 7px;

  right: 7px;

  left: 7px;

  z-index: 15;

}

#floating-top-right .alert-wrap {

  display: inline-block;

  clear: right;

  float: right;

  margin-bottom: 5px;

  position: relative;

  opacity: 1;

  z-index: 990;

  display:none;

}

@media (min-width: 768px) {

  #floating-top-right {

    left: auto;

    max-width: 727px;

  }

}

@media (min-width: 992px) {

  #floating-top-right {

    left: auto;

    max-width: 50%;

  }

}

@media (min-width: 1200px) {

  #floating-top-right {

    left: auto;

    max-width: 35%;

  }

}

/*!	Animate.css - http://daneden.me/animate - Licensed under the MIT license - http://opensource.org/licenses/MIT -	Copyright (c) 2014 Daniel Eden	*/

@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

.fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;

}

.jellyIn {

  -webkit-animation: jellyIn .7s linear both;

  animation: jellyIn .7s linear both;

}

/*! Generated with Bounce.js. Edit at http://goo.gl/whUyiv */

@-webkit-keyframes jellyIn {

  0% {

    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  4.761905% {

    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  9.52381% {

    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  14.285714% {

    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  19.047619% {

    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  23.809524% {

    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  28.571429% {

    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  33.333333% {

    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  38.095238% {

    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  42.857143% {

    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  47.619048% {

    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  52.380952% {

    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  57.142857% {

    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  61.904762% {

    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  66.666667% {

    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  71.428571% {

    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  76.190476% {

    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  80.952381% {

    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  85.714286% {

    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  90.47619% {

    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  95.238095% {

    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  100% {

    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

}

@keyframes jellyIn {

  0% {

    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  4.761905% {

    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  9.52381% {

    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  14.285714% {

    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  19.047619% {

    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  23.809524% {

    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  28.571429% {

    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  33.333333% {

    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  38.095238% {

    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  42.857143% {

    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  47.619048% {

    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  52.380952% {

    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  57.142857% {

    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  61.904762% {

    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  66.666667% {

    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  71.428571% {

    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  76.190476% {

    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  80.952381% {

    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  85.714286% {

    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  90.47619% {

    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  95.238095% {

    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

  100% {

    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);

  }

}

/* NIFTY FORM CHECKBOXES & RADIOS */

/*======================================*/

.form-checkbox:not(.btn),

.form-radio:not(.btn) {

  display: inline-block;

  background-color: transparent;

  border: 0;

  position: relative;

  padding: 3px;

  line-height: 1em;

  min-width: 19px;

  margin: 0;

}

.input-group-addon > .form-checkbox,

.input-group-addon > .form-radio {

  margin-bottom: 5px;

}

.form-text.form-checkbox:not(.btn),

.form-text.form-radio:not(.btn) {

  padding-left: 25.5px;

}

.form-checkbox > input[type="checkbox"],

.form-radio > input[type="radio"] {

  margin-left: -50px;

  opacity: 0;

  position: absolute !important;

  z-index: -1;

}

#container.show-form .form-checkbox > input[type="checkbox"],

#container.show-form .form-radio > input[type="radio"] {

  margin-top: -0.1em;

  opacity: 1;

  visibility: visible;

  z-index: 1;

}

.form-checkbox:hover,

.form-radio:hover {

  cursor: pointer;

}

fieldset[disabled] .form-checkbox:hover,

fieldset[disabled] .form-radio:hover {

  cursor: no-drop;

}

fieldset[disabled] .form-checkbox,

fieldset[disabled] .form-radio,

.form-checkbox.disabled,

.form-radio.disabled {

  opacity: .5;

  cursor: default;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

}

.form-checkbox.disabled::selection,

.form-radio.disabled::selection {

  background: transparent;

}

.form-checkbox.disabled::-moz-selection,

.form-radio.disabled::-moz-selection {

  background: transparent;

}

.form-checkbox.form-normal:before,

.form-radio.form-normal:before {

  content: '';

  display: block;

  position: absolute;

  width: 16px;

  height: 16px;

  background-color: transparent;

  border: 1px solid #c8d1d8;

  border-radius: 0;

  left: 0;

  top: 50%;

  margin-top: -9px;

}

.form-radio.form-normal:before {

  background-color: transparent;

}

.has-success .form-checkbox {

  color: #24692F;

}

.has-success .form-checkbox.form-normal:before,

.has-success .form-checkbox.form-normal:not(.disabled):hover:before,

.has-success .form-radio.form-normal:before,

.has-success .form-radio.form-normal:not(.disabled):hover:before {

  background-color: transparent;

  border-color: #71a436;

}

#container .has-success .form-radio.form-normal.active:before {

  background-color: #71a436;

  border-color: #71a436;

}

.has-warning .form-checkbox {

  color: #f29000;

}

.has-warning .form-checkbox.form-normal:before,

.has-warning .form-checkbox.form-normal:not(.disabled):hover:before,

.has-warning .form-radio.form-normal:before,

.has-warning .form-radio.form-normal:not(.disabled):hover:before {

  background-color: transparent;

  border-color: #f29000;

}

#container .has-warning .form-radio.form-normal:before {

  background-color: #f29000;

  border-color: #f29000;

}

.has-error .form-checkbox {

  color: #eb2521;

}

.has-error .form-checkbox.form-normal:before,

.has-error .form-checkbox.form-normal:not(.disabled):hover:before,

.has-error .form-radio.form-normal:before,

.has-error .form-radio.form-normal:not(.disabled):hover:before {

  background-color: transparent;

  border-color: #eb2521;

}

#container .has-error .form-radio.form-normal.active:before {

  background-color: #eb2521;

  border-color: #eb2521;

}

.form-radio.form-normal:before {

  border-radius: 50%;

}

/* Check Symbol */

fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after,

fieldset:not([disabled]) .form-checkbox.form-normal.active:after,

.form-checkbox.form-normal:not(.disabled):hover:after,

.form-checkbox.form-normal.active:after {

  content: '';

  position: absolute;

  height: 6px;

  width: 11px;

  left: 3px;

  top: 50%;

  margin-top: -5px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  border-bottom: 2.5px solid #515151;

  border-left: 2.5px solid #515151;

}

fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after,

fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after,

.has-success .form-checkbox.form-normal:not(.disabled):hover:after,

.has-success .form-checkbox.form-normal.active:after {

  border-color: #24692F;

}

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after,

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after,

.has-warning .form-checkbox.form-normal:not(.disabled):hover:after,

.has-warning .form-checkbox.form-normal.active:after {

  border-color: #f0a238;

}

fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after,

fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after,

.has-error .form-checkbox.form-normal:not(.disabled):hover:after,

.has-error .form-checkbox.form-normal.active:after {

  border-color: #e33a4b;

}

/* Circle Symbol */

fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after,

fieldset:not([disabled]) .form-radio.form-normal.active:after,

.form-radio.form-normal:not(.disabled):hover:after,

.form-radio.form-normal.active:after {

  content: '';

  display: block;

  position: absolute;

  width: 8px;

  height: 8px;

  background-color: #515151;

  border-radius: 50%;

  left: 4px;

  bottom: 50%;

  margin-bottom: -3px;

}

fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,

fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after,

.has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,

.has-success .form-radio.form-normal.active:after {

  background-color: #71a436;

}

fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,

fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after,

.has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,

.has-warning .form-radio.form-normal.active:after {

  background-color: #f29000;

}

fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,

fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after,

.has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,

.has-error .form-radio.form-normal.active:after {

  background-color: #eb2521;

}

.form-checkbox.form-normal:not(.active):hover:after,

.form-radio.form-normal:not(.active):hover:after {

  opacity: 0.3;

}

.form-checkbox.form-normal.form-primary.active:after,

.form-checkbox.form-normal.form-info.active:after,

.form-checkbox.form-normal.form-success.active:after,

.form-checkbox.form-normal.form-warning.active:after,

.form-checkbox.form-normal.form-danger.active:after,

.form-checkbox.form-normal.form-mint.active:after,

.form-checkbox.form-normal.form-purple.active:after,

.form-checkbox.form-normal.form-pink.active:after,

.form-checkbox.form-normal.form-dark.active:after {

  border-color: #fff;

}

/* Checkbox & Radio default */

/*==================================================*/

.form-checkbox.form-normal:not(.disabled):hover:before,

.form-radio.form-normal:not(.disabled):hover:before {

  border-color: #42a5f5;

}

.form-checkbox.form-normal.active:after {

  border-color: #404449;

}

/* Checkbox & Radio primary */

/*==================================================*/

.form-checkbox.form-normal.form-primary:hover:before,

.form-radio.form-normal.form-primary.active:before,

.form-checkbox.form-normal.form-primary:not(.active):hover:after {

  border-color: #489eed;

}

.form-checkbox.form-normal.form-primary.active:before,

.form-radio.form-normal.form-primary.active:after {

  background-color: #42a5f5;

  border-color: #42a5f5;

}

/* Checkbox & Radio info */

/*==================================================*/

.form-checkbox.form-normal.form-info:hover:before,

.form-radio.form-normal.form-info.active:before,

.form-checkbox.form-normal.form-info:not(.active):hover:after {

  border-color: #00bcd4;

}

.form-checkbox.form-normal.form-info.active:before,

.form-radio.form-normal.form-info.active:after {

  background-color: #00bcd4;

  border-color: #00bcd4;

}

/* Checkbox & Radio success */

/*==================================================*/

.form-checkbox.form-normal.form-success:hover:before,

.form-radio.form-normal.form-success.active:before,

.form-checkbox.form-normal.form-success:not(.active):hover:after {

  border-color: #8bc34a;

}

.form-checkbox.form-normal.form-success.active:before,

.form-radio.form-normal.form-success.active:after {

  background-color: #8bc34a;

  border-color: #8bc34a;

}

/* Checkbox & Radio warning */

/*==================================================*/

.form-checkbox.form-normal.form-warning:hover:before,

.form-radio.form-normal.form-warning.active:before,

.form-checkbox.form-normal.form-warning:not(.active):hover:after {

  border-color: #ffa726;

}

.form-checkbox.form-normal.form-warning.active:before,

.form-radio.form-normal.form-warning.active:after {

  background-color: #ffa726;

  border-color: #ffa726;

}

/* Checkbox & Radio danger */

/*==================================================*/

.form-checkbox.form-normal.form-danger:hover:before,

.form-radio.form-normal.form-danger.active:before,

.form-checkbox.form-normal.form-danger:not(.active):hover:after {

  border-color: #ef5350;

}

.form-checkbox.form-normal.form-danger.active:before,

.form-radio.form-normal.form-danger.active:after {

  background-color: #ef5350;

  border-color: #ef5350;

}

/* Checkbox & Radio mint */

/*==================================================*/

.form-checkbox.form-normal.form-mint:hover:before,

.form-radio.form-normal.form-mint.active:before,

.form-checkbox.form-normal.form-mint:not(.active):hover:after {

  border-color: #26a69a;

}

.form-checkbox.form-normal.form-mint.active:before,

.form-radio.form-normal.form-mint.active:after {

  background-color: #26a69a;

  border-color: #26a69a;

}

/* Checkbox & Radio purple */

/*==================================================*/

.form-checkbox.form-normal.form-purple:hover:before,

.form-radio.form-normal.form-purple.active:before,

.form-checkbox.form-normal.form-purple:not(.active):hover:after {

  border-color: #ba68c8;

}

.form-checkbox.form-normal.form-purple.active:before,

.form-radio.form-normal.form-purple.active:after {

  background-color: #ba68c8;

  border-color: #ba68c8;

}

/* Checkbox & Radio pink */

/*==================================================*/

.form-checkbox.form-normal.form-pink:hover:before,

.form-radio.form-normal.form-pink.active:before,

.form-checkbox.form-normal.form-pink:not(.active):hover:after {

  border-color: #ec407a;

}

.form-checkbox.form-normal.form-pink.active:before,

.form-radio.form-normal.form-pink.active:after {

  background-color: #ec407a;

  border-color: #ec407a;

}

/* Checkbox & Radio dark */

/*==================================================*/

.form-checkbox.form-normal.form-dark:hover:before,

.form-radio.form-normal.form-dark.active:before,

.form-checkbox.form-normal.form-dark:not(.active):hover:after {

  border-color: #263238;

}

.form-checkbox.form-normal.form-dark.active:before,

.form-radio.form-normal.form-dark.active:after {

  background-color: #263238;

  border-color: #263238;

}

.form-inline .form-checkbox,

.form-inline .form-radio {

  padding-right: 15px;

}

/* CHECKBOXES AND RADIO USE THE FONTAWESOME ICONS */

/*======================================*/

.form-checkbox.form-icon:after,

.form-radio.form-icon:after {

  content: "\f096";

  color: inherit;

  font-size: 19px;

  display: inline-block;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  line-height: 1;

  position: absolute;

  left: 0.1em;

  top: 50%;

  margin-top: -0.44em;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.input-group .form-checkbox:after,

.input-group .form-radio:after {

  left: 1px;

}

.input-group .form-checkbox,

.input-group .form-radio {

  padding: 0;

}

.form-checkbox.active.form-icon:after {

  content: "\f046";

}

.form-radio.form-icon:after {

  content: "\f10c";

}

.form-radio.form-icon.active:after {

  content: "\f192";

}

.form-checkbox.form-icon.form-primary:after,

.form-radio.form-icon.form-primary:after {

  color: #42a5f5;

}

.form-checkbox.form-icon.form-info:after,

.form-radio.form-icon.form-info:after {

  color: #00bcd4;

}

.form-checkbox.form-icon.form-success:after,

.form-radio.form-icon.form-success:after {

  color: #8bc34a;

}

.form-checkbox.form-icon.form-warning:after,

.form-radio.form-icon.form-warning:after {

  color: #ffa726;

}

.form-checkbox.form-icon.form-danger:after,

.form-radio.form-icon.form-danger:after {

  color: #ef5350;

}

.form-checkbox.form-icon.form-mint:after,

.form-radio.form-icon.form-mint:after {

  color: #26a69a;

}

.form-checkbox.form-icon.form-purple:after,

.form-radio.form-icon.form-purple:after {

  color: #ba68c8;

}

.form-checkbox.form-icon.form-pink:after,

.form-radio.form-icon.form-pink:after {

  color: #ec407a;

}

.form-checkbox.form-icon.form-dark:after,

.form-radio.form-icon.form-dark:after {

  color: #263238;

}

/* CHECKBOXES AND RADIO WITH BUTTON STYLE */

/*======================================*/

.form-checkbox.form-icon.btn,

.form-radio.form-icon.btn {

  position: relative;

  padding-left: 2.7em;

  margin-bottom: 12px;

}

.form-checkbox.form-icon.btn:active,

.form-radio.form-icon.btn:active {

  margin-bottom: 12px;

}

.form-checkbox.form-icon.btn.form-no-label,

.form-radio.form-icon.btn.form-no-label {

  padding-left: 0;

  padding-right: 0;

  min-height: 2.5em;

  min-width: 2.85em;

}

.form-checkbox.form-icon.btn:after,

.form-radio.form-icon.btn:after {

  margin-top: -0.46em;

  left: 0.45em;

}

.form-icon.btn.btn-primary:after,

.form-icon.btn.btn-info:after,

.form-icon.btn.btn-success:after,

.form-icon.btn.btn-warning:after,

.form-icon.btn.btn-danger:after,

.form-icon.btn.btn-mint:after,

.form-icon.btn.btn-purple:after,

.form-icon.btn.btn-pink:after,

.form-icon.btn.btn-dark:after {

  color: #fff;

}

.form-checkbox.form-icon.btn.btn-labeled,

.form-radio.form-icon.btn.btn-labeled {

  padding-left: 3em;

}

.form-checkbox.form-icon.btn.btn-labeled:before,

.form-radio.form-icon.btn.btn-labeled:before {

  content: '';

  position: absolute;

  display: inline-block;

  margin-left: 0;

  width: 2.7em;

  height: 100%;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.15);

}

/* CHECKBOXES AND RADIO BLOCK LEVEL */

/*======================================*/

.checkbox.form-block {

  padding-top: 4px;

}

.form-radio.form-block,

.form-radio.form-block:active,

.form-checkbox.form-block,

.form-checkbox.form-block:active,

.form-block > .form-radio,

.form-block > .form-radio:active,

.form-block > .form-checkbox,

.form-block .form-checkbox:active {

  width: 100%;

  margin: 5px 0;

}

.form-checkbox > input[type="checkbox"],

.form-radio > input[type="radio"] {

  visibility: visible !important;

}

/*! ========================================================================*/

/*! Toggle Switch - v1.0 */

/*! A trowel component to display a switch */

/*! https://github.com/Trowel/switch/*!  */

/*! designed by Clément Menant (https://www.behance.net/clementmenant) and Loïc Goyet (https://twitter.com/earvinpepper) for AppVentus (http://appventus.com/) */

/*! Under MIT License */

/*! ========================================================================*/

/*! IMPROVEMENT BY THEMEON.NET */

.toggle-switch {

  display: none;

}

.toggle-switch + label {

  display: inline-block;

  position: relative;

  height: 16px;

  max-height: 1em;

  cursor: pointer;

  -webkit-touch-callout: none;

  margin-right: 0;

  margin-bottom: 0;

  padding-left: 40px;

  line-height: 16px;

}

.toggle-switch + label:empty {

  padding-left: 30px;

}

.toggle-switch + label:before {

  position: absolute;

  display: inline-block;

  left: 0;

  content: '';

  border-style: solid;

  width: 30px;

  height: 16px;

  border-width: 0;

  border-color: transparent;

  background-color: #afafaf;

  box-shadow: 0;

  border-radius: 8px;

  transition: all 0.3s;

}

.toggle-switch + label:after {

  position: absolute;

  content: '';

  width: 14px;

  height: 14px;

  top: 1px;

  left: 1px;

  background-color: white;

  box-shadow: 0 2px 5px 0 rgba(51, 51, 51, 0.25);

  border-radius: 16px;

  transition: left 0.3s, right 0.3s;

}

.toggle-switch:checked + label:before {

  background-color: #4db446;

  transition: all 0.3s;

}

.toggle-switch:checked + label:after {

  left: 15px;

  transition: left 0.3s, right 0.3s;

}

.toggle-switch:disabled + label {

  cursor: no-drop;

}

.toggle-switch:disabled + label:before {

  opacity: 0.3;

}

.preload .toggle-switch + *,

.preload .toggle-switch + *:before,

.preload .toggle-switch + *:after {

  transition: 0 !important;

}

/* NIFTY PURE CSS SELECT COMPONENT */

/*======================================*/

.select {

  position: relative;

  display: inline-block;

}

.select:before {

  content: '';

  border-style: solid;

  border-width: 7px 5px 0 5px;

  border-left-color: transparent;

  border-right-color: transparent;

  border-bottom-color: transparent;

  border-top-color: #afb9c3;

  display: inline-block;

  height: 0;

  margin: 0 3px;

  vertical-align: middle;

  width: 0;

  position: absolute;

  right: .7em;

  top: 1em;

  z-index: 1;

}

.select select {

  padding: 5px 2.5em 5px 10px;

  border: 1px solid #e9e9e9;

  border-radius: 0;

  display: inline-block;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  cursor: pointer;

  outline: none;

  background-color: #fff;

  color: inherit;

  font-size: 13px;

  line-height: 1.42857;

  vertical-align: middle;

  transition: border-color 0.5s;

}

.select select:disabled {

  cursor: not-allowed;

  opacity: 0.65;

}

.select select:focus {

  border-color: #42a5f5;

  transition: border-color 0.5s;

}

.select select:-moz-focusring {

  color: transparent;

  text-shadow: 0 0 0 #444;

}

.select select::-ms-expand {

  display: none;

}

.select select:disabled {

  opacity: .5;

  cursor: not-allowed;

}

.pci-hor-dots,

.pci-ver-dots {

  height: 1.2em;

  width: .85em;

  display: block;

  position: relative;

}

.pci-hor-dots:before,

.pci-ver-dots:before {

  content: '';

  height: .27em;

  width: .27em;

  background-color: #758697;

  display: block;

  position: absolute;

  top: 0;

  left: .25em;

  box-shadow: 0 0.45em 0 #758697, 0 0.9em 0 #758697;

}

.pci-hor-dots {

  transform: rotate(90deg);

}

.pci-cross:after,

.pci-cross:before {

  content: '';

  box-shadow: inset 0 0 0 1px;

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.pci-cross:after {

  height: .8em;

  width: 2px;

}

.pci-cross:before {

  width: .78em;

  height: 2px;

}

.pci-cross {

  display: block;

  border: 1px solid;

  width: 1.3em;

  height: 1.3em;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

.pci-circle {

  border-radius: 50%;

}

.pci-chevron:before {

  border-style: solid;

  border-width: 2px 2px 0 0;

  content: '';

  display: inline-block;

  height: 0.75em;

  position: relative;

  top: 0;

  left: 0;

  vertical-align: middle;

  width: 0.75em;

}

.pci-chevron.chevron-up:before {

  transform: rotate(-45deg);

}

.pci-chevron.chevron-right:before {

  transform: rotate(45deg);

}

.pci-chevron.chevron-down:before {

  top: -0.5em;

  transform: rotate(135deg);

}

.pci-chevron.chevron-left:before {

  transform: rotate(-135deg);

}

/* MIX CLASSES

* ======================================================================== */

.plan {

  text-align: center;

}

.plan .plan-title {

  font-size: 2em;

  font-weight: 100;

}

.plan .plan-icon {

  font-size: 7em;

  color: rgba(0, 0, 0, 0.1);

}

.list-todo .form-checkbox input:checked ~ span {

  text-decoration: line-through;

  opacity: 0.7;

}

.list-todo input:checked ~ label > span {

  text-decoration: line-through;

  opacity: 0.7;

}

.flot-full-content {

  min-height: 120px;

  margin: -8px;

  bottom: -8px;

}

.pie-title-center {

  display: inline-block;

  position: relative;

  text-align: center;

}

.pie-value {

  display: block;

  position: absolute;

  font-size: 14px;

  height: 40px;

  top: 50%;

  left: 0;

  right: 0;

  margin-top: -20px;

  line-height: 40px;

}

.range-vertical {

  height: 135px;

}

/* BOOTSTRAP'S COMPONENTS */

/*======================================*/

.collapse {

  display: none;

}

.jumbotron {

  padding: 30px;

  background-color: #e2e8f0;

}

.navbar-toggle .icon-bar {

  background-color: #aaa;

}

.canvas-responsive {

  max-width: 100%;

}

a {

  text-decoration: none;

  color: #758697;

  outline: 0;

}

a:hover,

a:focus {

  text-decoration: none;

  color: #68798a;

  outline: 0 !important;

}

button,

button:focus {

  outline: 0 !important;

}

code {

  background-color: #e7e3f2;

  color: #ff0000;

  padding: 2px 7px;

  border-radius: 2px;

  font-size: 97%;

}

kbd {

  border-radius: 2px;

  box-shadow: none;

}

label {

  font-weight: normal;

}

legend {

  padding: 10px;

  font-size: 18px;

  font-weight: 600;

  border-color: #eee;

}

mark,

.mark {

  background-color: #ffe3a2;

  color: #563c00;

  padding: 0.1em;

}

.close {

  font-size: 15px;

}

/* HORIZONTAL RULE */

/*======================================*/

hr {

  border-color: #e9e9e9;

}

.hr-wide {

  margin-left: -7.5px;

  margin-right: -7.5px;

}

.hr-xs {

  margin: 5px 0;

}

.hr-sm {

  margin: 10px 0;

}

.new-section-xs {

  margin: 12px 0;

  min-height: 1px;

}

.new-section-sm {

  margin: 25px 0;

  min-height: 1px;

}

.new-section-md {

  margin: 50px 0;

  min-height: 1px;

}

.new-section-lg {

  margin: 100px 0;

  min-height: 1px;

}

.new-section-xl {

  margin: 150px 0;

  min-height: 1px;

}

/* GRID-GUTTER */

/*======================================*/

.row {

  margin: 0 -7.5px;

}

[class^="col-"]:not(.pad-no) {

  padding-left: 7.5px;

  padding-right: 7.5px;

}

/* MEDIA */

/*======================================*/

.media-block .media-left {

  display: block;

  float: left;

}

.media-block .media-right {

  float: right;

}

.media-block .media-body {

  display: block;

  overflow: hidden;

  width: auto;

}

.middle .media-left,

.middle .media-right,

.middle .media-body {

  vertical-align: middle;

}

/* THUMBNAIL */

/*======================================*/

.thumbnail {

  padding: 5px;

  border-radius: 0;

  border-color: #e9e9e9;

}

.thumbnail .caption {

  padding: 10px 0 5px;

  color: #758697;

}

.thumbnail.selected {

  box-shadow: inset 0 0 0 3px #42a5f5;

}

/* TABLE */

/*======================================*/

#container .table th {

  font-size: 1em;

  font-weight: 600;

  border-bottom: 1px solid #e9e9e9;

  color: #2b425b;

}

#container .table td {

  border-top: 1px solid #e9e9e9;

}

#container .table.table-vcenter th,

#container .table.table-vcenter td {

  vertical-align: middle;

}

#container .table .min-width {

  width: 1%;

  white-space: nowrap;

  padding-left: 15px !important;

  padding-right: 15px !important;

}

#container .table-bordered,

#container .table-bordered td,

#container .table-bordered th {

  border-color: #e9e9e9;

  padding:4px;

}

#container .table-striped > tbody > tr:nth-child(2n+1) {

  background-color: #f8f9fa;

}

#container .table-hover > tbody > tr:hover {

  background-color: #f2f4f6;

}

/* FORM CONTROL  */

/*======================================*/

.form-control {

  font-size: 13px;

  height: 100%;

  border-radius: 0;

  box-shadow: none;

  border: 1px solid #ddd;

  transition-duration: .5s;

}

.form-control:focus {

  border-color: #42a5f5;

  box-shadow: none;

  transition-duration: .5s;

}

.form-control:focus-feedback {

  z-index: 10;

}

.has-error .form-control,

.has-warning .form-control,

.has-success .form-control {

  box-shadow: none !important;

}

i.form-control-feedback {

  line-height: 25px;

}

.input-group-addon {

  border: 1px solid #e1e5ea;

  background-color: transparent;

  border-radius: 0;

  min-width: 45px;

}

/* NAV PILLS */

/*======================================*/

.nav-pills > li > a {

  border-radius: 0;

}

.nav-pills > .active > a,

.nav-pills > .active > a:hover,

.nav-pills > .active > a:focus {

  background-color: #42a5f5;

}

.nav-tabs > li > a {

  border-radius: 0 0 0 0;

}

/* LIST GROUP */

/*======================================*/

.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {

  background-color: transparent;

  border-color: transparent;

  color: inherit;

}

.list-group.bg-trans .list-group-item .disabled {

  opacity: 0.5;

}

.list-group.bg-trans a.list-group-item:hover:not(.active) {

  background-color: rgba(0, 0, 0, 0.05);

}

.list-group.bord-no .list-group-item {

  border-color: transparent;

}

.list-group .list-divider {

  display: block;

}

.list-group-item {

  border-color: #e9e9e9;

}

.list-group-item,

a.list-group-item,

button.list-group-item,

a.list-group-item:hover,

a.list-group-item:focus,

button.list-group-item:hover,

button.list-group-item:focus {

  color: #758697;

}

.list-group-item .list-group-item-heading,

a.list-group-item .list-group-item-heading,

button.list-group-item .list-group-item-heading {

  color: #2b425b;

}

.list-group-item-heading {

  margin-top: 5px;

}

.list-group-item:first-child {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.list-group-item:last-child {

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

}

.list-group-item .list-group-item.disabled,

.list-group-item .list-group-item.disabled:hover,

.list-group-item .list-group-item.disabled:focus {

  background-color: rgba(0, 0, 0, 0.07);

  border-color: transparent;

}

.list-group-item.active,

.list-group-item.active:hover,

.list-group-item.active:focus {

  background-color: #42a5f5;

  border-color: #42a5f5;

  color: #fff;

}

.list-group-item.active .list-group-item-text,

.list-group-item.active:hover .list-group-item-text,

.list-group-item.active:focus .list-group-item-text {

  color: #fff;

}

a.list-group-item:hover,

a.list-group-item:focus {

  background-color: rgba(0, 0, 0, 0.05);

}

a.list-group-item-primary,

.list-group-item-primary {

  background-color: #64b5f7;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-primary:hover,

a.list-group-item-primary:focus {

  background-color: #72bcf8;

  color: #fff;

}

a.list-group-item-info,

.list-group-item-info {

  background-color: #00dcf8;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-info:hover,

a.list-group-item-info:focus {

  background-color: #08e3ff;

  color: #fff;

}

a.list-group-item-success,

.list-group-item-success {

  background-color: #9ccc65;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-success:hover,

a.list-group-item-success:focus {

  background-color: #a4d070;

  color: #fff;

}

a.list-group-item-warning,

.list-group-item-warning {

  background-color: #ffb54a;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-warning:hover,

a.list-group-item-warning:focus {

  background-color: #ffbc59;

  color: #fff;

}

a.list-group-item-danger,

.list-group-item-danger {

  background-color: #f27371;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-danger:hover,

a.list-group-item-danger:focus {

  background-color: #f3817f;

  color: #fff;

}

a.list-group-item-mint,

.list-group-item-mint {

  background-color: #2dc3b5;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-mint:hover,

a.list-group-item-mint:focus {

  background-color: #30d0c1;

  color: #fff;

}

a.list-group-item-purple,

.list-group-item-purple {

  background-color: #c682d2;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-purple:hover,

a.list-group-item-purple:focus {

  background-color: #cb8dd6;

  color: #fff;

}

a.list-group-item-pink,

.list-group-item-pink {

  background-color: #ef6091;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-pink:hover,

a.list-group-item-pink:focus {

  background-color: #f16e9a;

  color: #fff;

}

a.list-group-item-dark,

.list-group-item-dark {

  background-color: #34454d;

  border-color: transparent;

  color: #fff;

}

a.list-group-item-dark:hover,

a.list-group-item-dark:focus {

  background-color: #3b4d56;

  color: #fff;

}

/* LABEL */

/*======================================*/

.label {

  border-radius: 0;

  font-weight: 600;

}

.label:empty {

  display: inline-block;

  width: 1.5em;

  height: 1.5em;

  vertical-align: sub;

}

.label.label-fw {

  margin-right: 0.5em;

}

.labels .label {

  display: inline-block;

  margin-right: 3px;

  margin-bottom: 3px;

}

.label-md {

  font-size: 100%;

}

.label-table {

  display: inline-block;

  width: 80%;

  min-width: 8ex;

  font-size: 1em;

  max-width: 100px;

  padding: 5px;

  text-overflow: ellipsis;

  overflow: hidden;

  vertical-align: top;

}

.label-default {

  background-color: #e3e8ee;

  color: #333;

}

.label-primary {

  background-color: #42a5f5;

}

.label-info {

  background-color: #00bcd4;

}

.label-success {

  background-color: #8bc34a;

}

.label-warning {

  background-color: #ffa726;

}

.label-danger {

  background-color: #ef5350;

}

.label-mint {

  background-color: #26a69a;

}

.label-purple {

  background-color: #ba68c8;

}

.label-pink {

  background-color: #ec407a;

}

.label-dark {

  background-color: #263238;

}

/* BREADCRUMB */

/*======================================*/

.breadcrumb {

  border-radius: 0;

  background-color: transparent;

  margin-bottom:0px;

  padding-top:5px;

  padding-left:0;

}

.breadcrumb li,

.breadcrumb li a {

  color: #afb9c3;

}

.breadcrumb > li + li:before {

  content: "\f105";

  display: inline-block;

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  line-height: 1;

}

.breadcrumb .active {

  font-weight: normal;

}

/* ALERTS */

/*======================================*/

.alert {

  border-radius: 0;

  border: 0;

  padding: 15px 2em 15px 15px;

  position: relative;

}

.alert .alert-link {

  text-decoration: underline;

  font-weight: 600;

}

.alert .alert-link:hover {

  text-decoration: underline;

}

.alert .close {

  font-size: 12.5px;

  text-shadow: none;

  opacity: .7;

  position: absolute;

  left: auto;

  right: 10px;

  top: 10px;

}

.alert button.close {

  padding: 1px;

  border-radius: 20px;

  transition: all, 0.3s;

}

.alert button.close > span:not(.sr-only) {

  display: block;

  width: 1em;

  height: 1em;

  line-height: 0.8em;

}

.alert button.close:hover {

  opacity: .55;

}

.alert button.close:active {

  opacity: 0.3;

}

.alert-primary {

  background-color: #6ab5f1;

  border-color: transparent;

  border-left: 3px solid #0f80db;

  color: #fff;

}

.alert-primary .close,

.alert-primary .alert-link {

  color: #fff;

}

.alert-info {

  background-color: #1bc7dc;

  border-color: transparent;

  border-left: 3px solid #0c6f7b;

  color: #fff;

}

.alert-info .close,

.alert-info .alert-link {

  color: #fff;

}

.alert-success {

  background-color: #9cc56c;

  border-color: transparent;

  border-left: 3px solid #648e33;

  color: #fff;

}

.alert-success .close,

.alert-success .alert-link {

  color: #fff;

}

.alert-warning {

  background-color: #f9b450;

  border-color: transparent;

  border-left: 3px solid #d58003;

  color: #fff;

}

.alert-warning .close,

.alert-warning .alert-link {

  color: #fff;

}

.alert-danger {

  background-color: #ed7876;

  border-color: transparent;

  border-left: 3px solid #db1c18;

  color: #fff;

}

.alert-danger .close,

.alert-danger .alert-link {

  color: #fff;

}

.alert-mint {

  background-color: #35bbae;

  border-color: transparent;

  border-left: 3px solid #1a665f;

  color: #fff;

}

.alert-mint .close,

.alert-mint .alert-link {

  color: #fff;

}

.alert-purple {

  background-color: #c288cc;

  border-color: transparent;

  border-left: 3px solid #9540a3;

  color: #fff;

}

.alert-purple .close,

.alert-purple .alert-link {

  color: #fff;

}

.alert-pink {

  background-color: #e96793;

  border-color: transparent;

  border-left: 3px solid #c81853;

  color: #fff;

}

.alert-pink .close,

.alert-pink .alert-link {

  color: #fff;

}

.alert-dark {

  background-color: #4f5e65;

  border-color: transparent;

  border-left: 3px solid #1d2428;

  color: #fff;

}

.alert-dark .close,

.alert-dark .alert-link {

  color: #fff;

}

/* MODAL */

/*======================================*/

.modal {

  text-align: center;

}

.modal:before {

  content: '';

  display: inline-block;

  height: 100%;

  width: 0;

  margin-left: -1em;

  vertical-align: middle;

}

.modal.fade:not(.animated) .modal-dialog {

  opacity: 0;

  -webkit-transform: translateY(-150%);

  -ms-transform: translateY(-150%);

  transform: translateY(-150%);

  -webkit-transition: all .5s linear .5s;

  transition: all .5s linear .5s;

}

.modal.fade.in:not(.animated) .modal-dialog {

  opacity: 1;

  -webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);

  -webkit-transition: all .5s;

  transition: all .5s;

}

.bootbox.modal.in:not(.fade) {

  opacity: 1;

  transition: opacity, 0.5s;

}

.bootbox.modal:not(.fade) {

  opacity: 0;

  -webkit-transition: opacity .5s linear .5s;

  transition: opacity .5s linear .5s;

}

.modal-dialog {

  display: inline-block;

  vertical-align: middle;

  text-align: left;

  margin-top: -1%;

  min-width: 90%;

}

.modal-dialog.animated {

  -webkit-animation-duration: .7s;

  animation-duration: .7s;

}

.modal-header {

  padding:9px 15px;

  position: relative;

  border: 0;

}

.modal-header:after {

  content: '';

  position: absolute;

  display: block;

  bottom: 0;

  left: 0;

  right: 0;

  height: 1px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

}

.modal-footer {

  background-color: transparent;

  color: #758697;

  border-color: rgba(0, 0, 0, 0.07);

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.modal-title {

  font-size: 1.2em;

  color: #2b425b;

}

.modal-body {

  min-height: 90px;

}

.modal-body > .close,

.modal-header > .close {

  top: 50%;

  margin-top: -0.5em;

  right: 10px;

  left: auto;

  position: absolute;

  background-color: transparent !important;

}

.modal-body > .close {

  top: 10px;

  margin-top: 0 !important;

}

.modal-content {

  box-shadow: none;

  border-radius: 0;

}

.modal-footer {

  padding: 10px 15px;

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

}

.modal-backdrop.in {

  opacity: 0.75;

}

@media (min-width: 768px) {

  .modal-dialog {

    min-width: 0;

  }

}

/* TOOLTIP */

/*======================================*/

.tooltip {

  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  font-size: 13px;

  z-index: 999999;

}

.tooltip-inner {

  font-size: 13px;

  border-radius: 0;

  padding: 5px 10px;

  background-color: #263238;

}

.tooltip.top .tooltip-arrow,

.tooltip.top-left .tooltip-arrow,

.tooltip.top-right .tooltip-arrow {

  border-top-color: #263238;

}

.tooltip.right .tooltip-arrow {

  border-right-color: #263238;

}

.tooltip.left .tooltip-arrow {

  border-left-color: #263238;

}

.tooltip.bottom .tooltip-arrow,

.tooltip.bottom-left .tooltip-arrow,

.tooltip.bottom-right .tooltip-arrow {

  border-bottom-color: #263238;

}

.tooltip.in {

  opacity: 1;

}

.tooltip h1,

.tooltip h2,

.tooltip h3,

.tooltip h4,

.tooltip h5,

.tooltip h6,

.tooltip .h1,

.tooltip .h2,

.tooltip .h3,

.tooltip .h4,

.tooltip .h5,

.tooltip .h6 {

  color: inherit;

}

/* POPOVER */

/*======================================*/

.popover {

  font-family: inherit;

  font-size: 13px;

  border-radius: 0;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);

}

.popover-title {

  background-color: transparent;

  color: #2b425b;

  font-size: 1.2em;

  font-weight: 600;

  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

  border-radius: 0 0 0 0;

}

.popover > .arrow {

  border-width: 9px;

}

.popover > .arrow:after {

  border-width: 9px;

}

.popover.left > .arrow {

  right: -9px;

  margin-top: -9px;

}

.popover.left > .arrow:after {

  bottom: -9px;

}

.popover.right > .arrow {

  left: -9px;

  margin-top: -9px;

}

.popover.right > .arrow:after {

  bottom: -9px;

}

.popover.top > .arrow {

  bottom: -9px;

}

.popover.top > .arrow:after {

  margin-left: -9px;

}

.popover.bottom > .arrow {

  top: -9px;

}

.popover.bottom > .arrow:after {

  margin-left: -9px;

}

.popover-content {

  padding: 10px 15px 20px;

}

/* BADGES */

/*======================================*/

#container .badge {

  color: #fff;

  font-size: .9em;

  font-weight: 600;

}

.badge:empty.badge-icon {

  display: inline-block;

  width: 0.85em;

  height: 0.85em;

  padding: 0;

  min-width: 5px;

  margin: .5em;

  border-radius: 50%;

}

.badge.badge-fw,

.badge:empty.badge-fw {

  margin-right: 1em;

}

.badge-stat {

  position: absolute;

  right: 0;

  top: 0;

  margin: 0px 7px 0 0 !important;

  box-shadow: 0 0 0 2px;

}

.badge-default {

  background-color: #e3e8ee;

  color: #333;

}

.badge-primary {

  background-color: #42a5f5;

}

.badge-info {

  background-color: #00bcd4;

}

.badge-success {

  background-color: #8bc34a;

}

.badge-warning {

  background-color: #ffa726;

}

.badge-danger {

  background-color: #ef5350;

}

.badge-mint {

  background-color: #26a69a;

}

.badge-purple {

  background-color: #ba68c8;

}

.badge-pink {

  background-color: #ec407a;

}

.badge-dark {

  background-color: #263238;

}

/* DROPDOWN */

/*======================================*/

.dropdown-header {

  font-weight: 600;

  font-size: 1.11em;

  color: #2b425b;

  padding: 5px 20px 5px 10px;

}

.dropdown-toggle > .dropdown-caret {

  display: inline-block;

  width: 0;

  height: 0;

  margin: 0 3px;

  border-style: solid;

  border-width: 6px 4px 0 4px;

  border-left-color: transparent;

  border-right-color: transparent;

  border-bottom-color: transparent;

  vertical-align: baseline;

}

.dropdown-toggle > .dropdown-caret.caret-up {

  border-width: 0 4px 6px 4px;

  border-bottom-color: initial;

  border-top-color: transparent;

}

.dropdown-menu {

  font-size: 13px;

  border-radius: 0;

  box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.25);

  margin: 0;

  padding: 0;

  border: 0;

}

.dropdown-menu > li > a {

  color: #758697;

}

.dropdown-menu-right {

  left: auto;

  right: 0;

}

.dropup .dropdown-menu {

  box-shadow: 0 -5px 12px 2px rgba(0, 0, 0, 0.25);

}

.dropdown-menu:not(.head-list) > li > a {

  padding: 5px 10px;

}

.dropdown-menu:not(.head-list) > li > a:hover {

  background-color: #42a5f5;

  color: #fff;

}

.dropdown-menu.with-arrow:before,

.dropdown-menu.with-arrow:after {

  content: "";

  display: block;

  position: absolute;

  width: 0;

  height: 0;

  left: 0;

  top: 0;

  border-left: 7px solid transparent;

  border-right: 7px solid transparent;

}

.dropdown-menu.with-arrow:before {

  border-bottom: 7px solid #d0d0d0;

  margin: -7px 0 0 15px;

}

.dropdown-menu.with-arrow:after {

  border-bottom: 7px solid #fff;

  margin: -6px 0 0 15px;

}

.dropdown-menu-right.dropdown-menu.with-arrow:before {

  left: auto;

  right: 0;

  margin: -7px 25px 0 0;

}

.dropdown-menu-right.dropdown-menu.with-arrow:after {

  left: auto;

  right: 0;

  margin: -6px 25px 0 0;

}

.dropdown-menu-sm {

  min-width: 220px;

}

.dropdown-menu-md {

  min-width: 270px;

}

.dropdown-menu-lg {

  min-width: 300px;

}

.dropdown.open > .btn,

.btn-group.open .dropdown-toggle {

  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.3);

}

/* WELL */

/*======================================*/

.well {

  background-color: #e5ebf1;

  border-color: #dbe3ec;

  border-radius: 0;

  box-shadow: none;

}

.well-xs {

  padding: 5px;

}

/* PROGRESSBAR */

/*======================================*/

.progress {

  height: 12px;

  margin-bottom: 15px;

  border-radius: 0;

  box-shadow: none;

  background-color: rgba(0, 0, 0, 0.1);

}

.progress-bar {

  font-size: 10px;

  background-color: #42a5f5;

  line-height: 1.05em;

  box-shadow: none;

}

.progress-light-base {

  background-color: #fff;

}

.progress-dark-base {

  background-color: rgba(255, 255, 255, 0.2);

}

.progress-xl {

  height: 30px;

  margin-bottom: 20px;

}

.progress-xl .progress-bar {

  font-size: 13px;

  line-height: 30px;

}

.progress-lg {

  height: 20px;

  margin-bottom: 20px;

}

.progress-lg .progress-bar {

  font-size: 13px;

  line-height: 20px;

}

.progress-md {

  height: 8px;

  margin-bottom: 5px;

}

.progress-md .progress-bar {

  font-size: 5px;

  line-height: 8px;

}

.progress-sm {

  height: 4px;

  margin-bottom: 5px;

}

.progress-sm .progress-bar {

  font-size: 0;

  line-height: 4px;

}

.progress-xs {

  height: 2px;

  margin-bottom: 0px;

}

.progress-xs .progress-bar {

  font-size: 0;

  line-height: 2px;

}

.progress-bar-light {

  background-color: #fff;

}

.progress-bar-primary {

  background-color: #42a5f5;

}

.progress-bar-info {

  background-color: #00bcd4;

}

.progress-bar-success {

  background-color: #8bc34a;

}

.progress-bar-warning {

  background-color: #ffa726;

}

.progress-bar-danger {

  background-color: #ef5350;

}

.progress-bar-mint {

  background-color: #26a69a;

}

.progress-bar-purple {

  background-color: #ba68c8;

}

.progress-bar-pink {

  background-color: #ec407a;

}

.progress-bar-dark {

  background-color: #263238;

}

.progress-bar-dark-grey{

  background-color: #666;

}

/*======================================*/

/* PAGER */

/*======================================*/

.pager li > a:active,

.pagination > li a:active {

  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.2);

}

.pager li > a:hover,

.pager li > a:focus,

.pagination > li a:hover,

.pagination > li a:focus {

  background-color: #fff;

  border-color: #42a5f5;

  color: #42a5f5;

  box-shadow: inset 0 0 1px #42a5f5;

  z-index: 2;

  transition: border-color, 0.3s;

}

.pager li > a,

.pager li > span {

  border-radius: 0;

  border-color: #dcdcdc;

}

.pager.pager-rounded li > a,

.pager.pager-rounded li > span {

  border-radius: 15px;

}

.pager .disabled > a,

.pager .disabled > span,

.pager .disabled > a:hover,

.pager .disabled > span:hover,

.pager .disabled > a:focus,

.pager .disabled > span:focus,

.pagination .disabled > a,

.pagination .disabled > span,

.pagination .disabled > a:hover,

.pagination .disabled > span:hover,

.pagination .disabled > a:focus,

.pagination .disabled > span:focus {

  opacity: .7;

  border-color: #dcdcdc;

  box-shadow: none;

}

/*======================================*/

/* PAGINATION */

/*======================================*/

.pagination > li > a,

.pagination > li > span {

  color: inherit;

  border-color: #dcdcdc;

  transition: border-color, 0.3s;

}

.pagination > li > span {

  cursor: default;

}

.pagination > li > span:hover {

  background-color: #fff;

}

.pagination > li:first-child > a,

.pagination > li:first-child span {

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}

.pagination > li:last-child > a,

.pagination > li:last-child span {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}

.pagination > .active > a,

.pagination > .active > span,

.pagination > .active > a:hover,

.pagination > .active > span:hover,

.pagination > .active > a:focus,

.pagination > .active > span:focus {

  background-color: #42a5f5;

  border-color: #42a5f5;

}

/* CAROUSEL                             */

/*======================================*/

.carousel-inner > .item {

  padding-top: 15px;

}

.carousel-control.left,

.carousel-control.right {

  background-image: none;

  background-repeat: no-repeat;

  color: inherit;

}

.carousel-control,

.carousel-control:focus {

  font-size: 1em;

  text-shadow: none;

  width: auto;

  padding: 10px;

  top: 0;

  bottom: 0;

  opacity: .5;

  transition: opacity 0.5s;

}

.carousel-control.auto-hide {

  opacity: 0;

}

.carousel-control:before {

  content: '';

  display: inline-block;

  height: 100%;

  width: 0;

  vertical-align: middle;

}

.carousel-control i {

  position: relative;

  top: 0.25em;

}

.carousel:hover .carousel-control {

  opacity: 1;

  transition: opacity 0.5s;

}

.carousel-indicators.out {

  bottom: 0;

}

.carousel-indicators.out + .carousel-inner {

  padding-bottom: 30px;

}

.carousel-indicators.square li {

  border-radius: 0;

}

.carousel-indicators > .active {

  background-color: transparent;

  box-shadow: inset 0 0 0 50px;

  border-color: transparent;

}

.carousel-indicators > li {

  border-color: inherit;

}

/* BLOCKQUOTE */

/*======================================*/

blockquote {

  border-left: 3px solid #cbd6e3;

}

.bq-sm {

  font-size: 13px;

}

.bq-open:before,

.bq-close:after {

  color: #cbd6e3;

  content: '\201C';

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 5em;

  line-height: 0;

  margin: 0 .15em 0 0;

  vertical-align: -0.5em;

}

.bq-close:after {

  content: '\201D';

  margin: 0 0 0 0.15em;

}

/* FORM */

/*======================================*/

.form-horizontal .control-label {

  margin-bottom: 5px;

}

.form-horizontal .control-label.text-left {

  text-align: left;

}

/* ACCORDION */

/*======================================*/

.panel > .panel-heading + .panel-collapse > .panel-body {

  border-top: 0;

}

.panel-group {

  margin-bottom: 35px;

}

.panel-group.accordion .panel {

  margin-bottom: 0;

}

.panel-group.accordion .panel-heading {

  border-radius: 0;

  height: auto;

}

.panel-group.accordion .panel-heading:after {

  border: 0 !important;

}

.panel-group.accordion .panel-heading,

.panel-group.accordion .panel-title {

  padding: 0;

}

.panel-group.accordion .panel-title {

  line-height: 40px;

}

.panel-group.accordion .panel-title a {

  display: block;

  color: inherit;

  text-transform: none;

  font-size: 13px;

  padding: 0 15px;

}

.panel-group.accordion .panel-title a:hover,

.panel-group.accordion .panel-title a:focus {

  color: inherit;

}

.panel-group.accordion .panel:first-child,

.panel-group.accordion .panel:first-child .panel-heading {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.panel-group.accordion .panel:last-child {

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

  overflow: hidden;

}

/* TABS */

/*======================================*/

.tab-base {

  margin-bottom: 35px;

}

.tab-base .tab-content {

  background-color: #fff;

  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);

  border-bottom-left-radius: 2px;

  border-bottom-right-radius: 2px;

  padding: 15px;

  border:1px solid #eee;

}

.tab-base .tab-content .tab-footer {

  background-color: #f6f8fa;

  color: #758697;

  border-color: #eff3f7;

  position: relative;

  margin: 0 -15px -15px -15px;

  padding: 10px 15px;

}

.tab-base .nav-tabs {

  border: 0;

}

.tab-base .nav-tabs > li {

  margin-bottom: -2px;

}

.tab-base .nav-tabs > li:first-child {

-webkit-border-radius: 6px 0 0 0;

-moz-border-radius: 6px 0 0 0;

-ms-border-radius: 6px 0 0 0;

-o-border-radius: 6px  0 0 0;

border-radius: 6px 0 0 0;

}



.tab-base .nav-tabs > li:last-child {

-webkit-border-radius: 0 6px 0 0;

-moz-border-radius: 0 6px 0 0;

-ms-border-radius: 0 6px 0 0;

-o-border-radius: 0 6px 0 0;

border-radius: 0 6px 0 0;

}



.tab-base .nav-tabs > li.active i{ color:#000;}





.tab-base .nav-tabs > li:not(.active) > a {

  background-color: rgba(0, 0, 0, 0.05);

  opacity: .7;

  transition: opacity, 0.3s;

}

.tab-base .nav-tabs > li:not(.active) > a:hover {

  opacity: 1;

  background-color: rgba(255, 255, 255, 0.55);

  border-bottom-color: transparent;

  transition: opacity, 0.3s;

}

.tab-base .nav-tabs > .active > a,

.tab-base .nav-tabs > .active a:hover,

.tab-base .nav-tabs > .active > a:focus {

  border-color: #eee;

  border-bottom:none;

  font-weight:bold;

  color:#42a5f5;

  

}



.tab-base .nav-tabs > .active:first-child a{border-radius: 6px 0 0 0; border:1px solid #fff; }

.tab-base .nav-tabs > .active:last-child a{border-radius: 0 6px 0 0; border:1px solid #fff;}



.tab-base .nav-tabs.tabs-right {

  text-align: right;

}

.tab-base .nav-tabs.tabs-right > li {

  float: none;

  display: inline-block;

  margin-right: -2px;

}

.tab-footer:after {

  content: '';

  display: table;

  clear: both;

}

.nav-tabs li a {

  border-radius: 0 0 0 0;

}

.nav-tabs.tab-right {

  text-align: right;

}

.nav-tabs.tab-right > li {

  display: inline-block;

  text-align: left;

  float: none;

}

.nav-tabs.tab-right > li > a {

  margin-right: 0;

}

.nav-tabs .label,

.nav-tabs .badge {

  margin-left: 4px;

}

.tab-stacked-left,

.tab-stacked-right {

  display: table;

  height: 100%;

  width: 100%;

}

.tab-stacked-left .nav-tabs > li,

.tab-stacked-right .nav-tabs > li {

  float: none;

  margin: 0;

}

.tab-stacked-left .nav-tabs > li > a,

.tab-stacked-right .nav-tabs > li > a {

  margin: 0 0 2px;

}

.tab-stacked-left .nav-tabs > li:last-child > a,

.tab-stacked-right .nav-tabs > li:last-child > a {

  margin-bottom: 0;

}

.tab-stacked-left .nav-tabs,

.tab-stacked-right .nav-tabs,

.tab-stacked-left .tab-content,

.tab-stacked-right .tab-content {

  display: table-cell;

  vertical-align: top;

}

.tab-stacked-left .tab-content,

.tab-stacked-right .tab-content {

  overflow: hidden;

}

.tab-stacked-left .nav-tabs {

  width: 1%;

  border: 0;

}

.tab-stacked-left .nav-tabs > li a {

  border-right-color: transparent;

  border-radius: 0 0 0 0;

}

.tab-stacked-left .nav-tabs > .active > a:hover,

.tab-stacked-left .nav-tabs > .active > a:focus {

  border-right-color: transparent;

}

.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {

  border-right-color: transparent;

}

.tab-stacked-left .tab-content {

  border-left-color: transparent;

  border-radius: 0 0 0 0;

}

.tab-stacked-right .nav-tabs {

  width: 1%;

  border: 0;

}

.tab-stacked-right .nav-tabs > li a {

  border-left-color: transparent;

  border-radius: 0 0 0 0;

}

.tab-stacked-right .nav-tabs > .active > a:hover,

.tab-stacked-right .nav-tabs > .active > a:focus {

  border-left-color: transparent;

}

.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {

  border-left-color: transparent;

}

.tab-stacked-right .tab-content {

  border-right-color: transparent;

  border-radius: 0 0 0 0;

}

/* BACKGROUND */

/*======================================*/

.bg-trans {

  background-color: transparent;

}

.bg-light {

  background-color: #fff;

}

.bg-light,

.bg-light a {

  color: #758697;

}

.bg-gray-light {

  background-color: #f5f6f8;

}

.bg-gray-light,

.bg-gray-light a {

  color: #758697;

}

.bg-gray {

  background-color: #e6eaed;

}





.bg-gray,

.bg-gray a {

  color: #758697;

}

.bg-gray-dark {

  background-color: #c8d1d8;

}

.bg-gray-dark,

.bg-gray-dark a {

  color: #758697;

}

.bg-trans-light {

  background-color: rgba(255, 255, 255, 0.1);

}

.bg-trans-light,

.bg-trans-light a {

  color: inherit;

}

.bg-trans-dark {

 /* background-color: rgba(0, 0, 0, 0.05);*/

 background:#fff;

 color:#666!important;

}

.bg-trans-dark,

.bg-trans-dark a {

  color: inherit;

}

.bg-primary {

  background-color: #42a5f5;

}

.bg-primary,

.bg-primary a {

  color: #fff;

}

.bg-info {

  background-color: #00bcd4;

}

.bg-info,

.bg-info a {

  color: #fff;

}

.bg-success {

  background-color: #8bc34a;

}

.bg-success,

.bg-success a {

  color: #fff;

}

.bg-warning {

  background-color: #ffa726;

}

.bg-warning,

.bg-warning a {

  color: #fff;

}

.bg-danger {

  background-color: #ef5350;

}

.bg-danger,

.bg-danger a {

  color: #fff;

}

.bg-mint {

  background-color: #26a69a;

}

.bg-mint,

.bg-mint a {

  color: #fff;

}

.bg-purple {

  background-color: #ba68c8;

}

.bg-purple,

.bg-purple a {

  color: #fff;

}

.bg-pink {

  background-color: #ec407a;

}

.bg-pink,

.bg-pink a {

  color: #fff;

}

.bg-dark {

  background-color: #263238;

}

.bg-dark,

.bg-dark a {

  color: #fff;

}



.bg-yellow {

  background-color: #eabc06;f87090

}



.bg-yellow,

.bg-yellow a {

  color: #fff;

}



.bg-light-pink {

  background-color: #ed73a4;

}



.bg-light-pink,

.bg-light-pink a {

  color: #fff;

}

/* TEXT */

/*======================================*/

.text-light-pink,

a.text-light-pink:hover,

a.text-light-pink:focus {

  color: #ed73a4;

}



.text-yellow,

a.text-yellow:hover,

a.text-yellow:focus {

  color: #eabc06;

}



.text-light,

a.text-light:hover,

a.text-light:focus {

  color: #fff;

}

.text-muted,

a.text-muted:hover,

a.text-muted:focus {

  color: #afb9c3;

}

.text-primary,

a.text-primary:hover,

a.text-primary:focus {

  color: #128ef2;

}

.text-info,

a.text-info:hover,

a.text-info:focus {

  color: #008fa1;

}

.text-success,

a.text-success:hover,

a.text-success:focus {

  color: #71a436;

}

.text-warning,

a.text-warning:hover,

a.text-warning:focus {

  color: #f29000;

}

.text-danger,

a.text-danger:hover,

a.text-danger:focus {

  color: #eb2521;

}

.text-main,

a.text-main:hover,

a.text-main:focus {

  color: #2b425b;

}

.text-mint,

a.text-mint:hover,

a.text-mint:focus {

  color: #1c7d74;

}

.text-purple,

a.text-purple:hover,

a.text-purple:focus {

  color: #a844b9;

}

.text-pink,

a.text-pink:hover,

a.text-pink:focus {

  color: #e2175b;

}

.text-dark,

a.text-dark:hover,

a.text-dark:focus {

  color: #11171a;

}



.text-green,

a.text-green:hover,

a.text-green:focus {

  color: #9CD522;

}

/* BUTTONS */

/*======================================*/

.btn {

  cursor: pointer;

  background-color: transparent;

  color: inherit;

  padding: 6px 12px;

  border-radius: 0;

  border: 1px solid transparent;

  font-size: 13px;

  line-height: 1.42857;

  vertical-align: middle;

  transition: all 0.25s;

}

.btn:not(.disabled):not(:disabled):active,

.btn:not(.disabled):not(:disabled).active {

  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);

}

/* Button Sizes */

/*---------------------------------*/

.btn-lg,

.btn-icon.btn-lg {

  font-size: 17px;

  line-height: 1.33;

}

.btn-sm,

.btn-icon.btn-sm {

  font-size: 11px;

  line-height: 1.5;

}

.btn-xs,

.btn-icon.btn-xs {

  font-size: 11px;

  line-height: 1.5;

}

/* Button Icon */

/*---------------------------------*/

.btn-icon {

  padding-left: 9px;

  padding-right: 9px;

}

.btn-icon > i,

.btn-icon:before {

  display: inline-block;

  min-width: 1.05em;

}

/* Button File */

/*---------------------------------*/

.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;

  outline: none;

  background: white;

  cursor: inherit;

  display: block;

}

/* Button Link */

/*---------------------------------*/

.btn-link {

  border-color: transparent;

}

.btn.btn-link:focus,

.btn.btn-link:active {

  box-shadow: none;

}

.btn-link.disabled:hover,

.btn-link.disabled:focus {

  text-decoration: none;

}

/* Button Transparent */

/*---------------------------------*/

.btn-trans {

  background-color: transparent;

  border-color: transparent;

  color: #afb9c3;

}

.btn-trans:focus,

.btn-trans:active {

  box-shadow: none !important;

}

.btn-default-basic,

.btn-default,

.btn-default:focus,

.btn-default.disabled:hover,

.btn-default:disabled:hover,

.btn-hover-default:hover,

.btn-hover-default:active,

.btn-hover-default.active,

.btn.btn-active-default:active,

.btn.btn-active-default.active,

.dropdown.open > .btn.btn-active-default,

.btn-group.open .dropdown-toggle.btn.btn-active-default {

  background-color: #fafafa;

  border-color: #d1d9de;

  color: #758697;

}

.btn-default:hover,

.btn-default:active,

.btn-default.active,

.open > .dropdown-toggle.btn-default {

  background-color: #e8e8e8;

  border-color: #d1d9de;

  color: #758697;

}



.btn-light-basic,

.btn-light,

.btn-light:focus,

.btn-light.disabled:hover,

.btn-light:disabled:hover,

.btn-hover-light:hover,

.btn-hover-light:active,

.btn-hover-light.active,

.btn.btn-active-light:active,

.btn.btn-active-light.active,

.dropdown.open > .btn.btn-active-default,

.btn-group.open .dropdown-toggle.btn.btn-active-default {

  background-color: #ffffff;

  border-color: #d1d9de;

  color: #70787C;

}

.btn-light:hover,

.btn-light:active,

.btn-light.active,

.open > .dropdown-toggle.btn-light {

  background-color: #E9EDEF;

  border-color: #d1d9de;

  color: #70787C;

}



.btn-primary-basic,

.btn-primary,

.btn-primary:focus,

.btn-primary.disabled:hover,

.btn-primary:disabled:hover,

.btn-hover-primary:hover,

.btn-hover-primary:active,

.btn-hover-primary.active,

.btn.btn-active-primary:active,

.btn.btn-active-primary.active,

.dropdown.open > .btn.btn-active-primary,

.btn-group.open .dropdown-toggle.btn.btn-active-primary {

  background-color: #38a0f4;

  border-color: #42a5f5;

  color: #fff;

}

.btn-primary:hover,

.btn-primary:active,

.btn-primary.active,

.open > .dropdown-toggle.btn-primary {

  background-color: #1690f3;

  border-color: #2095f3;

  color: #fff;

}

.btn-info-basic,

.btn-info,

.btn-info:focus,

.btn-info.disabled:hover,

.btn-info:disabled:hover,

.btn-hover-info:hover,

.btn-hover-info:active,

.btn-hover-info.active,

.btn.btn-active-info:active,

.btn.btn-active-info.active,

.dropdown.open > .btn.btn-active-info,

.btn-group.open .dropdown-toggle.btn.btn-active-info {

  background-color: #00b3ca;

  border-color: #00bcd4;

  color: #fff;

}

.btn-info:hover,

.btn-info:active,

.btn-info.active,

.open > .dropdown-toggle.btn-info {

  background-color: #0093a6;

  border-color: #009cb0;

  color: #fff;

}

.btn-success-basic,

.btn-success,

.btn-success:focus,

.btn-success.disabled:hover,

.btn-success:disabled:hover,

.btn-hover-success:hover,

.btn-hover-success:active,

.btn-hover-success.active,

.btn.btn-active-success:active,

.btn.btn-active-success.active,

.dropdown.open > .btn.btn-active-success,

.btn-group.open .dropdown-toggle.btn.btn-active-success {

  background-color: #86c042;

  border-color: #8bc34a;

  color: #fff;

}

.btn-success:hover,

.btn-success:active,

.btn-success.active,

.open > .dropdown-toggle.btn-success {

  background-color: #74a838;

  border-color: #79af3a;

  color: #fff;

}

.btn-warning-basic,

.btn-warning,

.btn-warning:focus,

.btn-warning.disabled:hover,

.btn-warning:disabled:hover,

.btn-hover-warning:hover,

.btn-hover-warning:active,

.btn-hover-warning.active,

.btn.btn-active-warning:active,

.btn.btn-active-warning.active,

.dropdown.open > .btn.btn-active-warning,

.btn-group.open .dropdown-toggle.btn.btn-active-warning {

  background-color: #ffa31c;

  border-color: #ffa726;

  color: #fff;

}

.btn-warning:hover,

.btn-warning:active,

.btn-warning.active,

.open > .dropdown-toggle.btn-warning {

  background-color: #f79300;

  border-color: #ff9902;

  color: #fff;

}

.btn-danger-basic,

.btn-danger,

.btn-danger:focus,

.btn-danger.disabled:hover,

.btn-danger:disabled:hover,

.btn-hover-danger:hover,

.btn-hover-danger:active,

.btn-hover-danger.active,

.btn.btn-active-danger:active,

.btn.btn-active-danger.active,

.dropdown.open > .btn.btn-active-danger,

.btn-group.open .dropdown-toggle.btn.btn-active-danger {

  background-color: #ee4a47;

  border-color: #ef5350;

  color: #fff;

}

.btn-danger:hover,

.btn-danger:active,

.btn-danger.active,

.open > .dropdown-toggle.btn-danger {

  background-color: #eb2a26;

  border-color: #ec332f;

  color: #fff;

}

.btn-mint-basic,

.btn-mint,

.btn-mint:focus,

.btn-mint.disabled:hover,

.btn-mint:disabled:hover,

.btn-hover-mint:hover,

.btn-hover-mint:active,

.btn-hover-mint.active,

.btn.btn-active-mint:active,

.btn.btn-active-mint.active,

.dropdown.open > .btn.btn-active-mint,

.btn-group.open .dropdown-toggle.btn.btn-active-mint {

  background-color: #249e92;

  border-color: #26a69a;

  color: #fff;

}

.btn-mint:hover,

.btn-mint:active,

.btn-mint.active,

.open > .dropdown-toggle.btn-mint {

  background-color: #1d8177;

  border-color: #1f897f;

  color: #fff;

}

.btn-purple-basic,

.btn-purple,

.btn-purple:focus,

.btn-purple.disabled:hover,

.btn-purple:disabled:hover,

.btn-hover-purple:hover,

.btn-hover-purple:active,

.btn-hover-purple.active,

.btn.btn-active-purple:active,

.btn.btn-active-purple.active,

.dropdown.open > .btn.btn-active-purple,

.btn-group.open .dropdown-toggle.btn.btn-active-purple {

  background-color: #b761c5;

  border-color: #ba68c8;

  color: #fff;

}

.btn-purple:hover,

.btn-purple:active,

.btn-purple.active,

.open > .dropdown-toggle.btn-purple {

  background-color: #ab46bc;

  border-color: #ae4ebe;

  color: #fff;

}

.btn-pink-basic,

.btn-pink,

.btn-pink:focus,

.btn-pink.disabled:hover,

.btn-pink:disabled:hover,

.btn-hover-pink:hover,

.btn-hover-pink:active,

.btn-hover-pink.active,

.btn.btn-active-pink:active,

.btn.btn-active-pink.active,

.dropdown.open > .btn.btn-active-pink,

.btn-group.open .dropdown-toggle.btn.btn-active-pink {

  background-color: #eb3774;

  border-color: #ec407a;

  color: #fff;

}

.btn-pink:hover,

.btn-pink:active,

.btn-pink.active,

.open > .dropdown-toggle.btn-pink {

  background-color: #e7175d;

  border-color: #e92063;

  color: #fff;

}

.btn-dark-basic,

.btn-dark,

.btn-dark:focus,

.btn-dark.disabled:hover,

.btn-dark:disabled:hover,

.btn-hover-dark:hover,

.btn-hover-dark:active,

.btn-hover-dark.active,

.btn.btn-active-dark:active,

.btn.btn-active-dark.active,

.dropdown.open > .btn.btn-active-dark,

.btn-group.open .dropdown-toggle.btn.btn-active-dark {

  background-color: #222d32;

  border-color: #263238;

  color: #fff;

}

.btn-dark:hover,

.btn-dark:active,

.btn-dark.active,

.open > .dropdown-toggle.btn-dark {

  background-color: #131a1d;

  border-color: #181f23;

  color: #fff;

}



.btn-grey-basic,

.btn-grey,

.btn-grey:focus,

.btn-grey.disabled:hover,

.btn-grey:disabled:hover,

.btn-grey-dark:hover,

.btn-grey-dark:active,

.btn-grey-dark.active,

.btn.btn-active-grey:active,

.btn.btn-active-grey.active,

.dropdown.open > .btn.btn-active-grey,

.btn-group.open .dropdown-toggle.btn.btn-active-grey {

  background-color: #777;

  border-color: #888;

  color: #fff;

}

.btn-dark:hover,

.btn-dark:active,

.btn-dark.active,

.open > .dropdown-toggle.btn-dark {

  background-color: #666;

  border-color: #666;

  color: #fff;

}





.btn-group-vertical .btn:not(.btn-default),

.btn-group .btn:not(.btn-default) {

  border-color: rgba(0, 0, 0, 0.09);

}

.btn-lg,

.btn-group-lg > .btn,

.btn-icon.btn-lg {

  padding: 10px 16px;

}

.btn-sm,

.btn-group-sm > .btn,

.btn-icon.btn-sm {

  padding: 5px 10px;

}

.btn-xs,

.btn-group-xs > .btn,

.btn-icon.btn-xs {

  padding: 1px 5px;

}

.btn-lg,

.btn-group-lg > .btn,

.btn-icon.btn-lg {

  border-radius: 0;

}

.btn-lg,

.btn-group-sm > .btn,

.btn-lg,

.btn-group-xs > .btn,

.btn-icon.btn-lg,

.btn-icon.btn-lg {

  border-radius: 0;

}

.btn-group-vertical > .btn:first-child:not(:last-child) {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

.btn-group-vertical > .btn:last-child:not(:first-child) {

  border-bottom-left-radius: 0;

  border-bottom-right-radius: 0;

}

/* Button Circle */

/*---------------------------------*/

.btn-circle {

  padding: 7px;

  border-radius: 50%;

}

.btn-lg.btn-circle {

  padding: 17px;

}

.btn-sm.btn-circle {

  padding: 7px;

}

.btn-xs.btn-circle {

  padding: 4px;

}

.btn-icon.btn-circle:before,

.btn-icon.btn-circle > i {

  display: block;

  width: 1.4em;

  height: 1.4em;

  line-height: 1.4;

}

/* Button Rounded */

/*---------------------------------*/

.btn-rounded {

  border-radius: 17px;

  overflow: hidden;

}

.btn-lg.btn-rounded {

  border-radius: 30px;

}

.btn-sm.btn-rounded {

  border-radius: 15px;

}

.btn-xs.btn-rounded {

  border-radius: 10px;

}

.btn-group.btn-rounded {

  overflow: hidden;

}

/* Button Labeled */

/*---------------------------------*/

.btn-labeled,

.btn-labeled.fa {

  overflow: hidden;

}

.btn-labeled:not(.btn-block):not(.form-icon) {

  font-family: inherit;

  font-size: 13px;

  line-height: 1.42857;

  padding-bottom: 0;

  padding-top: 0;

}

.btn-block.btn-labeled:not(.form-icon) {

  font-family: inherit;

  font-size: 13px;

  line-height: 1.42857;

}

.btn-block.btn-labeled:not(.form-icon):before {

  float: left;

  margin-top: -7px;

  margin-bottom: -7px;

}

.btn-labeled .btn-label {

  background-color: rgba(0, 0, 0, 0.05);

  display: inline-block;

  margin-left: -12px;

  margin-right: 6px;

  padding: 6px 12px;

  line-height: 1.42857;

}

.btn-labeled:before {

  background-color: rgba(0, 0, 0, 0.1);

  display: inline-block;

  margin-left: -12px;

  margin-right: 6px;

  padding: 6px 12px;

  line-height: 1.42857;

}

.btn-labeled.fa:before,

.btn-labeled .fa:before {

  font-family: fontAwesome;

}

.btn-default.btn-labeled:before,

.btn-default .btn-label {

  background-color: rgba(0, 0, 0, 0.05);

  color: inherit;

}

.btn-lg.btn-labeled {

  font-size: 18px;

  line-height: 1.33;

}

.btn-sm.btn-labeled {

  font-size: 12px;

  line-height: 1.5;

}

.btn-xs.btn-labeled {

  font-size: 12px;

  line-height: 1.5;

}

.btn-lg.btn-labeled:before,

.btn-lg .btn-label {

  margin-left: -16px;

  margin-right: 10px;

  padding: 10px 16px;

}

.btn-lg.btn-block.btn-labeled:not(.form-icon):before {

  margin-top: -10px;

  margin-bottom: -10px;

}

.btn-sm.btn-labeled:before,

.btn-sm .btn-label {

  margin-left: -10px;

  margin-right: 5px;

  padding: 5px 10px;

}

.btn-sm.btn-block.btn-labeled:not(.form-icon):before {

  margin-top: -5px;

  margin-bottom: -5px;

}

.btn-xs.btn-labeled:before,

.btn-xs .btn-label {

  margin-left: -5px;

  margin-right: 1px;

  padding: 1px 5px;

}

.btn-xs.btn-block.btn-labeled:not(.form-icon):before {

  margin-top: -1px;

  margin-bottom: -1px;

}

.btn-labeled.icon-2x:before,

.btn-labeled .btn-label.icon-2x:before {

  vertical-align: -0.15em;

}

.btn-labeled.icon-3x:before,

.btn-labeled .btn-label.icon-3x:before {

  vertical-align: -0.18em;

}

.btn-labeled.icon-4x:before,

.btn-labeled .btn-label.icon-4x:before {

  vertical-align: -0.2em;

}

.btn-labeled.icon-5x:before,

.btn-labeled .btn-label.icon-5x:before {

  vertical-align: -0.25em;

}

/* PANELS */

/*======================================*/

.panel {

  border-radius: 0 !important;

  border: 1px solid #e7ecf3;

  border-bottom: 1px solid rgba(0, 0, 0, 0.17);

  margin-bottom: 15px;

  -webkit-border-radius: 6px;

-moz-border-radius: 6px;

-ms-border-radius: 6px;

-o-border-radius: 6px;

border-radius: 6px;



}

.panel hr {

  border-color: rgba(0, 0, 0, 0.1);

}

.panel .panel-bg-cover {

  max-height: 180px;

  overflow: hidden;

}

.panel .panel-bg-cover img {

  min-width: 100%;

  min-height: 100%;

  background-size: cover;

}

.panel.remove {

  opacity: 0;

  transition: opacity, 0.5s;

}

.panel .alert {

  border-radius: 0;

}

.panel.panel-bg-img {

  position: relative;

}

.panel .panel-bg-wrap {

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

}

.panel .panel-bg-wrap > img {

  position: absolute;

  top: 0;

  left: 0;

}

.panel .panel-bg-wrap + .panel-body {

  position: relative;

}

.panel-media {

  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);

  padding: 10px 15px 15px 140px;

  position: relative;

}

.panel-media-img {

  position: absolute;

  width: 96px;

  height: 96px;

  left: 20px;

  top: -48px;

}

.panel-media-heading {

  color: #fff;

  position: absolute;

  top: -2.7em;

}

.panel .panel-heading,

.panel > :first-child {

 /* border-top-left-radius: 0px;

  border-top-right-radius: 0px;*/

}

.panel .panel-footer,

.panel > :last-child {

/*  border-bottom-left-radius: 0px;

  border-bottom-right-radius: 0px;*/

}

.panel-body-full {

  margin-left: -20px;

  margin-right: -20px;

}

.panel-body {

  padding: 15px 20px 10px;

}

.panel-body > .row,

.panel-body > [class^="form-"] > .row {

  margin: 0;

}

.panel-body > .row > [class^="col-"]:first-child,

.panel-body > [class^="form-"] > .row > [class^="col-"]:first-child {

  padding-left: 0 !important;

}

.panel-body > .row > [class^="col-"]:last-child,

.panel-body > [class^="form-"] > .row > [class^="col-"]:last-child {

  padding-right: 0 !important;

}

.panel-body > .row > .col-xs-12,

.panel-body > .row > .col-sm-12,

.panel-body > .row > .col-md-12,

.panel-body > .row > .col-lg-12 {

  padding-right: 0;

}

@media (min-width: 768px) {

  .panel-body > .row > .col-sm-12 + .col-sm-12 {

    padding-left: 0;

  }

  .panel-body > .row > [class*="col-sm-"]:not(.col-sm-12) {

    padding-left: 7.5px;

    padding-right: 7.5px;

  }

}

@media (min-width: 992px) {

  .panel-body > .row > .col-md-12 + .col-md-12 {

    padding-left: 0;

  }

  .panel-body > .row > [class*="col-md-"]:not(.col-md-12) {

    padding-left: 7.5px;

    padding-right: 7.5px;

  }

}

@media (max-width: 991px) {

  .panel-body > .row > .col-sm-12 + [class*="col-"] {

    padding-left: 0 !important;

  }

  .panel-body > .row > [class*="col-md"],

  .panel-body > .row > [class*="col-lg"] {

    padding-left: 0;

    padding-right: 0;

  }

}

@media (max-width: 1199px) {

  .panel-body > .row > .col-md-12 + [class*="col-"] {

    padding-left: 0 !important;

  }

  .panel-body > .row > [class*="col-lg"] {

    padding-left: 0;

    padding-right: 0;

  }

}

@media (min-width: 1200px) {

  .panel-body > .row > .col-lg-12 + [class*="col-"] {

    padding-left: 0;

  }

  .panel-body > .row > [class*="col-lg-"]:not(.col-lg-12) {

    padding-left: 7.5px;

    padding-right: 7.5px;

  }

}

.panel-trans {

  border-color: transparent;

  box-shadow: none;

  background-color: transparent;

}

.panel-heading {

  position: relative;

  height: 35px;

  padding: 0;

  color: #2b425b;

}

.panel-title {

  font-weight: 600;

  padding: 0 20px 0 20px;

  font-size: 1.1em;

  line-height: 35px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.panel-default.panel-colorful {

  background-color: #e3e8eb;

  color: #758697;

}

.panel-default .panel-heading {

  background-color: #e3e8eb;

  border-color: #f2f4f6;

}

.panel-footer {

  background-color: #f6f8fa;

  color: #758697;

  border-color: rgba(0, 0, 0, 0.07);

  position: relative;

  -webkit-border-radius: 6px;

-moz-border-radius: 6px;

-ms-border-radius: 6px;

-o-border-radius: 6px;

border-radius: 6px ;

}

/* Colors */

/*---------------------------------*/

.panel-primary .panel-heading,

.panel-primary .panel-footer,

.panel-primary.panel-colorful {

  background-color: #42a5f5;

  border-color: #42a5f5;

  color: #fff;

}

.panel-info .panel-heading,

.panel-info .panel-footer,

.panel-info.panel-colorful {

  background-color: #00bcd4;

  border-color: #00bcd4;

  color: #fff;

}

.panel-success .panel-heading,

.panel-success .panel-footer,

.panel-success.panel-colorful {

  background-color: #8bc34a;

  border-color: #8bc34a;

  color: #fff;

}

.panel-warning .panel-heading,

.panel-warning .panel-footer,

.panel-warning.panel-colorful {

  background-color: #ffa726;

  border-color: #ffa726;

  color: #fff;

}

.panel-danger .panel-heading,

.panel-danger .panel-footer,

.panel-danger.panel-colorful {

  background-color: #ef5350;

  border-color: #ef5350;

  color: #fff;

}

.panel-mint .panel-heading,

.panel-mint .panel-footer,

.panel-mint.panel-colorful {

  background-color: #26a69a;

  border-color: #26a69a;

  color: #fff;

}

.panel-purple .panel-heading,

.panel-purple .panel-footer,

.panel-purple.panel-colorful {

  background-color: #ba68c8;

  border-color: #ba68c8;

  color: #fff;

}

.panel-pink .panel-heading,

.panel-pink .panel-footer,

.panel-pink.panel-colorful {

  background-color: #ec407a;

  border-color: #ec407a;

  color: #fff;

}

.panel-dark .panel-heading,

.panel-dark .panel-footer,

.panel-dark.panel-colorful {

  background-color: #263238;

  border-color: #263238;

  color: #fff;

}

.panel > .panel-heading:after,

.panel.panel-colorful > .panel-heading:after {

  content: '';

  display: block;

  position: absolute;

  height: 0;

  left: 0;

  right: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

}

.panel-colorful > .panel-heading {

  border: 0;

}

.panel-default > .panel-heading:after,

.panel-primary > .panel-heading:after,

.panel-info > .panel-heading:after,

.panel-success > .panel-heading:after,

.panel-warning > .panel-heading:after,

.panel-danger > .panel-heading:after,

.panel-purple > .panel-heading:after,

.panel-pink > .panel-heading:after,

.panel-dark > .panel-heading:after {

  display: none;

}

/* Bordered */

/*---------------------------------*/

.panel-bordered-default,

.panel-default.panel-bordered {

  border: 1px solid #bac5cd;

}

.panel-bordered-primary,

.panel-primary.panel-bordered {

  border: 1px solid #42a5f5;

}

.panel-bordered-info,

.panel-info.panel-bordered {

  border: 1px solid #00bcd4;

}

.panel-bordered-success,

.panel-success.panel-bordered {

  border: 1px solid #8bc34a;

}

.panel-bordered-warning,

.panel-warning.panel-bordered {

  border: 1px solid #ffa726;

}

.panel-bordered-danger,

.panel-danger.panel-bordered {

  border: 1px solid #ef5350;

}

.panel-bordered-mint,

.panel-mint.panel-bordered {

  border: 1px solid #26a69a;

}

.panel-bordered-purple,

.panel-purple.panel-bordered {

  border: 1px solid #ba68c8;

}

.panel-bordered-pink,

.panel-pink.panel-bordered {

  border: 1px solid #ec407a;

}

.panel-bordered-dark,

.panel-dark.panel-bordered {

  border: 1px solid #263238;

}

/* Panel Group */

/*---------------------------------*/

.panel-group .panel {

  border-radius: 0;

  margin-bottom: 20px;

}

.panel-group > div {

  padding-left: 0;

  padding-right: 0;

}

.panel-group > div:first-child > .panel {

  border-top-left-radius: 2px;

  border-bottom-left-radius: 2px;

}

.panel-group > div:last-child > .panel {

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

}

.panel-group > div + div > .panel {

  margin-left: -1px;

}

/* Panel Control */

/*---------------------------------*/

.panel-control {

  height: 100%;

  position: relative;

  float: right;

  padding: 0 15px;

}

.panel-control:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle;

  left: -1em;

  position: relative;

}

.panel-control .btn {

  padding-left: 7px;

  padding-right: 7px;

}

.panel-control > i,

.panel-control > .badge,

.panel-control > label {

  vertical-align: middle;

}

.panel-control > .toggle-switch + label {

  vertical-align: baseline;

}

/* Panel with tabs */

/*---------------------------------*/

.panel-control .nav-tabs {

  display: inline-block;

  height: 40px;

  margin-top: 10px;

  vertical-align: bottom;

  border: 0;

}

.panel-control .nav-tabs > li {

  margin-top: 1px;

  margin-right: 5px;

  height: 100%;

}

.panel-control .nav-tabs > li > a {

  border-radius: 0;

  margin-right: 0;

  height: 100%;

  line-height: 40px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  padding: 0 15px;

}

.panel-control .nav-tabs > li:not(.active) {

  background-color: transparent;

  opacity: .6;

}

.panel-control .nav-tabs > li:not(.active) a {

  border-bottom: 0 !important;

  color: inherit;

}

.panel-control .nav-tabs > li:not(.active) a:hover {

  background-color: rgba(0, 0, 0, 0.15);

  border-color: transparent;

}

.panel-control .nav-tabs > .active > a {

  z-index: 1;

}

/* Panel with progress bar */

/*---------------------------------*/

.panel-control .progress {

  min-width: 150px;

  margin: 0;

  display: inline-block;

  vertical-align: middle;

}

/* Panel with switch */

/*---------------------------------*/

.panel-control .switchery {

  margin-left: 15px;

  vertical-align: middle;

}

/* Panel with pager */

/*---------------------------------*/

.panel-control .pager {

  margin: 0;

  display: inline-block;

  vertical-align: middle;

  border-radius: 0;

}

/* Panel with pagination */

/*---------------------------------*/

.panel-control .pagination {

  margin: 0;

  border-radius: 0;

  vertical-align: middle;

}

.panel-control .pagination > li > a,

.panel-control .pagination > li > span {

  padding: 0 10px;

  border: 0 0 0 0;

  border-color: rgba(0, 0, 0, 0.09);

  box-shadow: none;

  height: 100%;

  line-height: 30px;

}

.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {

  background-color: rgba(0, 0, 0, 0.05);

  border-color: rgba(0, 0, 0, 0.09);

}

.panel-control .pagination > .disabled > a,

.panel-control .pagination > .disabled > a:hover,

.panel-control .pagination > .disabled > a:active {

  border-color: rgba(0, 0, 0, 0.09);

}

.panel-control .pagination > li:not(.active) > a,

.pagination > li > a {

  background-color: transparent;

  color: inherit;

}

.panel-control .pagination > li > a:hover,

.pagination > li > a:focus {

  box-shadow: none;

}

/* Panel with pagination */

/*---------------------------------*/

.panel-control .btn,

.panel-control .dropdown-toggle.btn {

  border: 0;

}

.panel-control .open > .btn,

.panel-control .btn.active,

.panel-control .btn:active {

  box-shadow: none !important;

}

.panel-control .btn-default {

  background-color: transparent;

  color: inherit;

}

.panel-control > .btn:first-child {

/*  border-top-left-radius: 0;

  border-bottom-left-radius: 0;*/

}

.panel-control > .btn:last-child,

.panel-control > .btn-group:last-child > .btn:first-child {

 /* border-bottom-right-radius: 0;*/

}

.table-toolbar-left,

.table-toolbar-right {

  text-align: center;

  padding-bottom: 10px;

}

.table-toolbar-right > .form-group {

  display: inline-block;

  vertical-align: top;

  margin: 0;

}

@media (min-width: 760px) {

  .table-toolbar-left {

    float: left;

    text-align: left;

  }

  .table-toolbar-right {

    text-align: right;

  }

}

/* POSITIONS */

/*======================================*/

.pos-rel {

  position: relative;

}

.pos-abs {

  position: absolute;

}

.pos-fix {

  position: fixed;

}

.pos-sta {

  position: static;

}

/* MICS CLASS */

/*======================================*/

.list-group-striped > li:nth-child(odd),

.list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {

  background-color: rgba(0, 0, 0, 0.06);

}

.list-divider {

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  margin: 15px 0;

  height: 2px;

}

.list-header {

  font-weight: 300;

  padding: 10px 15px;

  position: relative;

}

.list-item-sm {

  padding: 5px 15px;

}

.list-item-lg {

  padding: 15px;

}

.list-item-xl {

  padding: 20px 15px;

}

/* BOX TYPE */

/*======================================*/

.box-block {

  display: block;

}

.box-inline {

  display: inline-block;

}

.box-vmiddle {

  display: inline-block;

  max-width: 500px;

  vertical-align: middle;

  margin-bottom: 15px;

}

.box-vmiddle-wrap:before {

  content: '';

  display: inline-block;

  height: 100%;

  vertical-align: middle;

  margin-left: -15px;

}

/* BORDER */

/*======================================*/

.bord-no {

  border: 0 !important;

}

.bord-all {

  border: 1px solid #e9e9e9;

}

.bord-top {

  border-top: 1px solid #e9e9e9;

}

.bord-btm {

  border-bottom: 1px solid #e9e9e9;

}

.bord-lft {

  border-left: 1px solid #e9e9e9;

}

.bord-rgt {

  border-right: 1px solid #e9e9e9;

}

.bord-ver {

  border-top: 1px solid #e9e9e9;

  border-bottom: 1px solid #e9e9e9;

}

.bord-hor {

  border-right: 1px solid #e9e9e9;

  border-left: 1px solid #e9e9e9;

}

/* TEXT */

/*======================================*/

.text-thin {

  font-weight: 300;

}

.text-normal {

  font-weight: normal;

}

.text-semibold {

  font-weight: 600;

}

.text-bold {

  font-weight: 700;

}

.text-5x,

.text-4x,

.text-5x,

.text-2x,

.text-lg,

.text-sm,

.text-xs {

  line-height: 1.25;

  font-size: 4em;

}

.text-4x {

  font-size: 4em;

}

.text-3x {

  font-size: 3em;

}

.text-2x {

  font-size: 2em;

}

.text-lg {

  font-size: 1.2em;

}

.text-sm {

  font-size: 0.9em;

}

.text-xs {

  font-size: 0.8em;

}

.text-overflow {

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.text-unit {

  font-size: 15px;

  vertical-align: top;

  line-height: 1.5em;

}

.unselectable {

  cursor: default;

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

}

.unselectable ::selection {

  background-color: transparent;

  color: inherit;

}

.unselectable ::-moz-selection {

  background-color: transparent;

  color: inherit;

}

.text-justify {

  text-align: justify;

}

.text-justify:after {

  content: '';

  display: inline-block;

  width: 100%;

}

@media (min-width: 1200px) {

  .text-lg-right {

    text-align: right;

  }

  .text-lg-center {

    text-align: center;

  }

  .text-lg-left {

    text-align: left;

  }

}

@media (min-width: 992px) and (max-width: 1200px) {

  .text-md-right {

    text-align: right;

  }

  .text-md-center {

    text-align: center;

  }

  .text-md-left {

    text-align: left;

  }

}

@media (min-width: 768px) and (max-width: 992px) {

  .text-sm-right {

    text-align: right;

  }

  .text-sm-center {

    text-align: center;

  }

  .text-sm-left {

    text-align: left;

  }

}

@media (max-width: 760px) {

  .text-xs-right {

    text-align: right;

  }

  .text-xs-center {

    text-align: center;

  }

  .text-xs-left {

    text-align: left;

  }

}

/* ICONS */

/*======================================*/

.icon-wrap {

  display: inline-block;

  padding: 10px;

  border-radius: 2px;

}

.icon-wrap i {

  display: block;

  line-height: 1em;

  text-align: center;

  position: relative;

  width: 1em;

  padding-top: 14px;

  vertical-align: middle;

}

.icon-wrap i:before {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

}

.icon-wrap .icon-txt {

  display: block;

  line-height: 1em;

  text-align: center;

  position: relative;

  width: 1em;

  vertical-align: top;

}

.icon-wrap-lg {

  padding: 20px;

}

.icon-wrap-md {

  padding: 17px;

}

.icon-wrap-sm {

  padding: 12px;

}

.icon-wrap-xs {

  padding: 4px 4px;/* margin-right:3px;*/

}

.icon-circle {

  border-radius: 50%;

}

.icon-fw {

  width: 1.33em;

  margin-right: 4px;

  text-align: center;

}

.icon-lg {

  font-size: 1.333em;

  line-height: 1.095em;

  vertical-align: middle;

}

.icon-2x {

  font-size: 2em;

  line-height: 1em;

}

.icon-3x {

  font-size: 3em;

  line-height: 1em;

}

.icon-4x {

  font-size: 4em;

  line-height: 1em;

}

.icon-5x {

  font-size: 5em;

  line-height: 1em;

}

/* IMAGES */

/*======================================*/

.img-mar {

  margin: 5px;

}

.img-border {

  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);

}

.img-border-light {

  box-shadow: 0 0 0 4px #fff;

}

.img-xs {

  width: 32px;

  height: 32px;

}

.img-md {

  width: 64px;

  height: 64px;

}

.img-sm {

  width: 46px;

  height: 46px;

}

.img-lg {

  width: 96px;

  height: 96px;

}

.img-holder img {

  max-width: 100%;

  border-radius: 0;

}

/* CONTENT MARGIN */

/*======================================*/

.mar-no {

  margin: 0 !important;

}

.mar-all {

  margin: 15px;

}

.mar-top {

  margin-top: 15px;

}

.mar-btm {

  margin-bottom: 15px;

}

.mar-lft {

  margin-left: 15px;

}

.mar-rgt {

  margin-right: 15px;

}

.mar-hor {

  margin-left: 15px;

  margin-right: 15px;

}

.mar-ver {

  margin-top: 15px;

  margin-bottom: 15px;

}

/* CONTENT PADDING */

/*======================================*/

.pad-no {

  padding: 0 !important;

}

.pad-all {

  padding: 15px;

}

.pad-all-mid {

  padding: 9px;

}

.pad-top {

  padding-top: 15px;

}

.pad-btm {

  padding-bottom: 15px;

}

.pad-lft {

  padding-left: 15px;

}

.pad-rgt {

  padding-right: 15px;

}

.pad-hor {

  padding-left: 15px;

  padding-right: 15px;

}



.pad-ver {

  padding-top: 15px;

  padding-bottom: 15px;

}

.wz-steps .pad-ver {

  padding-top: 10px;

  padding-bottom: 10px;

}

.pad-ver2 {

  padding-top: 11px;

  padding-bottom: 11px;

}



/* DISABLED BUTTON */

/*======================================*/

a.disabled-link,

a.disabled-link:visited,

a.disabled-link:active,

a.disabled-link:hover {

  color: #aaa !important;

  cursor: default;

}

/* EQUALIZE HEIGHTS */

/*======================================*/

.eq-height,

.eq-height.eq-auto {

  display: table;

  table-layout: fixed;

  height: 100%;

  margin-bottom: 0;

  width: 100%;

}

.eq-height.eq-auto {

  table-layout: auto;

}

.eq-height .eq-box-xs {

  display: table-cell;

  height: 100%;

  vertical-align: top;

  float: none;

}

.eq-height > * > .panel {

  display: table;

  table-layout: fixed;

  height: 100%;

  width: 100%;

}

.eq-height [class*="eq-box"].eq-no-panel {

  padding-bottom: 0;

}

.eq-min-width {

  width: 1%;

}

.eq-no-panel:after {

  content: '';

  display: table;

  width: 100%;

  table-layout: fixed;

}

@media (min-width: 1200px) {

  .eq-height .eq-box-lg {

    display: table-cell;

    height: 100%;

    vertical-align: top;

    float: none;

    padding-bottom: 15px;

  }

  .eq-height .eq-box-lg .panel {

    margin-bottom: 0;

  }

}

@media (min-width: 992px) {

  .eq-height .eq-box-md {

    display: table-cell;

    height: 100%;

    vertical-align: top;

    float: none;

    padding-bottom: 15px;

  }

  .eq-height .eq-box-md .panel {

    margin-bottom: 0;

  }

}

@media (min-width: 768px) {

  .eq-height .eq-box-sm {

    display: table-cell;

    height: 100%;

    vertical-align: top;

    float: none;

    padding-bottom: 15px;

  }

  .eq-height .eq-box-sm .panel {

    margin-bottom: 0;

  }

}



/* ------------------------------ Added by Gopal and Ramu ---------------------------------- */

.grpnl {

	height:280px; width: 100%;

}

.filename { margin: 5px 0 0 5px; display: inline-block }

/*.panel .panel-heading { color: #00bcd4; }*/

.notepadicon { background: url(images/notepad-icon.png) no-repeat; width: 24px; height: 24px }

.excelicon { background: url(images/excel-icon.png) no-repeat; width: 24px; height: 24px }

.phonebookicon { background: url(images/phonebook-icon.png) no-repeat; width: 24px; height: 24px }

.helpicon { background: url(images/help-icon.png) no-repeat; width: 24px; height: 24px }







.clickable{

    cursor: pointer;   

}



.pp { margin-bottom:1px;}

.pp .ph{}

.pp .pb{ padding:5px; padding-left:20px;}



.dataTables_filter{ margin-bottom:4px;}

.mutliSelect { width: 100%; height: 90px; overflow: auto}

.mutliSelect ul {list-style-type: none; padding: 0; margin: 0 }

.msgcss {position: relative; padding: 3px 3px 3px 15px; background: #F6F3F3; border: 1px solid #eeeeee; /*border-radius: 0 0 10px 10px;*/ }

#myPopoverContent {display: none; float: right; border: 1px solid red; overflow: hidden}

.popover{

    width:700px;   

}



/* Switch-field for radio buttons */

.switch-field {

  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  padding: 0;

  overflow: hidden;

}



.switch-title {

  margin-bottom: 6px;

}



.switch-field input {

  display: none;

}



.switch-field label {

  float: left;

}



.switch-field label {

  display: inline-block;

  /*width: 60px;*/

  background-color: #e4e4e4;

  color: rgba(0, 0, 0, 0.6);

  font-size: 14px;

  font-weight: normal;

  text-align: center;

  text-shadow: none;

  padding: 6px 14px;

  border: 1px solid rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);

  -webkit-transition: all 0.1s ease-in-out;

  -moz-transition:    all 0.1s ease-in-out;

  -ms-transition:     all 0.1s ease-in-out;

  -o-transition:      all 0.1s ease-in-out;

  transition:         all 0.1s ease-in-out;

}



.switch-field label:hover {

	cursor: pointer;

}



.switch-field input:checked + label {

  /*background-color: #A5DC86;*/

  background-color: #26a69a;

  color: #ffffff;

  -webkit-box-shadow: none;

  box-shadow: none;

}



.switch-field label:first-of-type {

  border-radius: 4px 0 0 4px;

}



.switch-field label:last-of-type {

  border-radius: 0 4px 4px 0;

}

/* End Switch-field for radio buttons */







.dataTable a i {

	color: #758697;

}



table a{ color:#00bcd4;}



.dataTable a:hover, .dataTable i:hover {

  animation: shake 0.60s cubic-bezier(.36,.56,.19,.97) both;

  transform: translate3d(0, 0, 0);

  backface-visibility: hidden;

  perspective: 1000px;

}

.dataTable tr td:first-child a:hover {

	animation: none;	

}



@keyframes shake {

  20% {

    transform: translate3d(-3px, 0, 0);

  }

   50% {

    transform: translate3d(3px, 0, 0);

  }

  100% {

    transform: translate3d(0px, 0, 0);

  }

  /*20%, 80% {

    transform: translate3d(2px, 0, 0);

  }



  30%, 50%, 70% {

    transform: translate3d(-2px, 0, 0);

  }



  40%, 60% {

    transform: translate3d(2px, 0, 0);

  }*/

}

.iconalign {

	margin: 7px 0 0 5px;

	cursor: pointer;

	float: left

}

#NotepadFile .fa-times, #ExcelFile .fa-times, #GroupFile .fa-times{color: #EF5350}

.fupleftmove {position: relative; z-index: 99; left: -3px}

.choosefile {

	  animation: shake 0.60s cubic-bezier(.36,.56,.19,.97) both infinite;

	  transform: translate3d(0, 0, 0);

	  backface-visibility: hidden;

	  perspective: 1000px;

}

.camppreview { width: 85%; margin: 0 auto}

.campotherdetails { padding-top: 10px; clear: both }

.campotherdetails dl { padding: 5px 0; clear: both; overflow: hidden; margin: 0 }

.campotherdetails dl dt { width: 40%; float: left; text-align: left; font-weight: normal }

.campotherdetails dl dd { width: 60%; float: left; text-align: left; font-weight: bold; padding-left: 20px; color: #26A69A }

.impdetails { /*width: 33%; float: left; */padding: 0.3%; border-bottom: 1px solid #eeeeee; margin-top: 10px }

.impdetails .detailinfo {font-size: 1em; display: block}

.impdetails .detailvalue {font-size: 2.2em; color: #42A5F5; display: block; padding: 5px 0}

.impdetails .sidlanginfo {font-size: 1em; display: block}

.impdetails .sidlangvalue {font-size: 1.7em; color: #00BCD4; display: block; padding: 5px 0}



.top-client-sec {}

.top-client-sec .client-logo{ height:30px;}

.groupselectbox { position: relative; padding: 0; left: -8px; }

.qsmsPhonebook { height: 150px; overflow: auto; }



.scroll_checkboxes{

border: 1px solid #dddddd;

    height: 150px;

    overflow-y: scroll;

    padding: 6px;

    

}



#mainnav-menu li ul{ background:#d5dce2; }

#mainnav-menu .active-sub .menu-title{ color:#1690f3;}

#mainnav-menu .active-sub i{color:#1690f3;}



#mainnav-menu .active-link .menu-title{color:#1690f3 !important;}

#mainnav-menu .active-link i{color:#1690f3 !important;}



#mainnav-menu > .active{background:transparent !important;}

#mainnav-menu .active > a{ background:transparent !important;}

#mainnav-menu .active-link a {background:transparent !important; box-shadow: inset -2px 0px 0 0px  #82909c !important; }

#mainnav-menu .active-sub .active-link a {background:#d5dce2 !important; }



/*#mainnav-menu .active ul.in a{ background:#d0d8df !important; color:#353c43;}*/



#mainnav-menu ul .active-link a, .menu-popover .sub-menu ul .active-link a{ color:#000 !important; box-shadow: inset -2px 0px 0 0px  #82909c !important;}



/*#mainnav-menu > .active-link > a, #mainnav-menu > .active-link > a:hover{ background:#fff !important; color:#2b425b !important;}*/



#mainnav-menu li ul::before {

    border-bottom: 7px solid #d5dce2;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    content: "";

    left: 40px;

    position: absolute;

	margin-top:-6px;

    /*top: -6px;*/

}



.list-sub-header{ padding:5px 16px 5px 45px; border:1px solid #c3ccd4; background:#ccd4da; }

.list-sub-header i{ color:#758697 !important;}





.light-color {

    color: #ffffff;

}





.widget {

   /* background: #ffffff none repeat scroll 0 0;*/

    float: left;

    margin-bottom: 15px;

    position: relative;

    width: 100%;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

}



.mini-stats {

   /* background: #ffffff none repeat scroll 0 0;*/

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

    float: left;

    padding: 25px 10px;

    position: relative;

    width: 100%;

}



.mini-stats > span {

    border: 1px solid;

        border-top-color: currentcolor;

        border-right-color: currentcolor;

        border-bottom-color: currentcolor;

        border-left-color: currentcolor;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    color: #fff;

    float: left;

    font-size: 20px;

    height: 38px;

    line-height: 38px;

    margin-right: 15px;

    text-align: center;

    width: 38px;

}



.mini-stats  h3 span{ font-size:14px;}





.mini-stats > p {

   /* color: #878888;*/

    display: block;

    font-family: Open sans;

    font-size: 13px;

    line-height: 20px;

    margin: 6px 0 0;

    text-transform: uppercase;

}





.mini-stats > h3 {

    /*color: #4d575d;*/

    display: block;

    font-size:17px;

    margin: 5px 0 0;

}







.red-skin {

    background-color: #ff6b6b;

    border-color: #ff6262 !important;

}





.jFiler-theme-default .jFiler-input{width:290px !important;}









.svg-container {

    display: inline-block;

    position: relative;

    width: 100%;

    padding-bottom: 1%; /* aspect ratio */

    vertical-align: top;

    overflow: hidden;

}

.svg-content-responsive {

    display: inline-block;

    position: absolute;

    top: 10px;

    left: 0;

}





/*---------------------Map---------------------*/



			 .subunit {

                fill: none;

                stroke: #fff;

                stroke-width: 1px;

            }

            text.subunit-label {

                font-family:Arial, Helvetica, sans-serif;

                font-size: 1.5em;

                font-weight: normal !important;

                text-anchor: right;

				color:#F30;

				text-align:right;

                fill: #F30;

				stroke-width: 0px;

				

				

				

            }

            .subunit-label {

                display: none;

				

            }

			

			

            .graticule {

                fill: none;

               /* stroke: #fff;*/

                stroke-opacity: .5;

                stroke-width: .5px;

            }

			





.details {

	background:transparent; padding: 5px 10px; position: relative

}

.details table {

	color: #ffffff;

}

.details table td {

	text-align: left !important;

}

.country-tooltipbg {

	background:#333333; padding: 5px 10px; border-radius: 5px

}

.country-tooltiptable 

{

	font-size: 12px; font-family: arial,helvetica; min-width:140px

}

.tooltip-cname {

	font-weight: bold

}

/*#mappad:out { pointer-events:none}*/



/*---------------------Map end---------------------*/







/*.modal-body td, th{ padding:3px !important;}*/





.side-sec a.active-link{ background:#f0f4f7 !important;}



.sing-form .panel-title{ line-height:35px !important;}

.sing-form{ font-size:12px;}

.sing-form .form-control{ padding:4px 10px;}



select optgroup{ margin-bottom:10px;}



#multiselect0, #multiselect0_to, #multiselect1, #multiselect1_to, #multiselect2, #multiselect2_to, #multiselect3, #multiselect3_to, #multiselect4, #multiselect4_to, #multiselect5, #multiselect5_to, #multiselect6, #multiselect6_to{ background:#f4f6f7;}





ul.nav-tabs li a{ padding-top:15px; padding-bottom:15px; margin-right:0;}





.texture-overlay {

    background-image: url("../img/grid.png");

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 0;

}



.bg-img {

    background-image: url(../img/login-bg.jpg);

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 1;

    background-position: center center;

    background-repeat: no-repeat;

    background-attachment: fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    z-index: -1;

}



.bg-img3 {

    background-image: url(../img/login-bg.jpg);

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 0.4;

    background-position: center center;

    background-repeat: no-repeat;

    background-attachment: fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    z-index: -1;

}



.cls-content .form-group {

    margin-left: inherit;

    margin-right: inherit;

}



.poweredby{ position:fixed; right:30px; bottom:0; background:#fff; color:#333; padding:5px 15px; border-radius:7px 7px 0 0; z-index:999;}



.dashboard{ padding-top: 130px;}

.dashboard .d-btn{ font-size:18px; padding:20px 20px; border:0; border-radius:8px; background:#fff; text-align:center; overflow:hidden; margin-bottom:15px;}

.dashboard .icon{ float:left; padding:7px 0px; -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:50px; height:50px; line-height:30px;}

.dashboard .icon i{ line-height:35px;}

.dashboard .name{ float:left; padding:12px 10px;}





.dashboard1{ padding-top: 20vh; position:relative;}

.dashboard1 .d-btn{ font-size:10px; padding:20px 20px; min-height:124px; border:0; border-radius:8px; background:#fff; text-align:center; overflow:hidden; margin-bottom:15px;}

.dashboard1 .icon{ float:left; padding:7px 0px; -webkit-border-radius: 50%; font-size:18px;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:50px; height:50px; line-height:30px;}

.dashboard1 .icon i{ line-height:35px;}

.dashboard1 .name{ float:left; padding:0px 10px; width:79%; text-align:left; padding-right:0;}

.dashboard1 .name h4{ font-size:18px; font-weight:normal; margin-bottom:5px;}

.dashboard1 small{ font-size:10px;}





.d2-sidebar{ background:#fff; position:absolute; float:left; height:100vh; width:400px; padding:2% 4%; overflow:auto; box-shadow: 8px 0 19px rgba(0,0,0,0.3);}

.d2-sidebar .d-btn{ font-size:16px; display:block; overflow:hidden; clear:both;}

.d2-sidebar .icon{ float:left; padding:7px 0px; -webkit-border-radius: 50%; text-align:center;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:50px; height:50px; line-height:30px;}

.d2-sidebar .d-btn:hover{ color:#000;}

.d2-sidebar .icon i{ line-height:35px;}

.d2-sidebar .name{ float:left; padding:12px 10px;}

.d2-title{ position:absolute; right:11%; color:#fff !important; top:32vh; font-size:50px; line-height:90px; }

.d2-title span{ font-size:90px; line-height:53px; font-weight:600;}





.dashboard3{ padding-top:30px; color:#fff;}

.dashboard3 a{ color:#fff;}

.dashboard3 .d-btn{ font-size:10px; padding:20px 20px; min-height:124px; border:0; border-radius:8px; text-align:center; overflow:hidden;}

.dashboard3 .icon{ float:left; padding:7px 0px; -webkit-border-radius: 50%; font-size:30px;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:80px; height:80px;}

.dashboard3 .icon-r{ float:right; padding:7px 0px; -webkit-border-radius: 50%; font-size:30px;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:80px; height:80px;}

.dashboard3 .icon-center{ padding:7px 0px; -webkit-border-radius: 50%; font-size:30px; margin:0 auto;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%; width:80px; height:80px;}

.dashboard3 .icon i{ line-height:63px;}

.dashboard3 .icon-r i{ line-height:63px;}

.dashboard3 .icon-center i{ line-height:63px;}

.dashboard3 .name{ float:left; padding:0px 10px; width:75%; text-align:left; padding-right:0;}

.dashboard3 .name-r{ float:left; padding:0px 10px; width:75%; text-align:right; padding-left:0;}

.dashboard3 .name-center{ padding:0px 10px;  padding-left:0;}

.dashboard3 .name h4{ font-size:18px;  margin-bottom:5px; color:#fff;}

.dashboard3 .name-r h4{ font-size:18px;  margin-bottom:5px; color:#fff;}

.dashboard3 .name-center h4{ font-size:18px;  margin-bottom:5px; color:#fff;}

.dashboard3 small{ font-size:12px;}

.dashboard3 .fh5co-image{ position:relative; text-align:center; background:url(../img/iphoneplain.png) no-repeat center 15px; min-height:500px;}

/*.dashboard3 .mbl-logo{ position:absolute; z-index:999; top:150px; left:29%}*/

.dashboard3 .mbl-logo{ margin:0 auto; margin-top:90px;}

.dashboard3 .title{ color:#fff;}





.layout-app{ text-align:center; padding:10px 5px; font-size:12px; width:33%; float:left; margin-bottom:12px;}

.layout-app:hover{ background:#f1f4f6;}

.layout-app i{ font-size:35px; margin-bottom:5px;}



.stat{ color:#fff; float:right; padding-top:3px;}



.srvce-now{ font-size:12px; margin-top:15px; float:left; border-left:1px solid #ccc;  padding-left:9px; color:#999;}





@media  (min-width:992px) and (max-width:1100px){

.mini-stats h3{ font-size:15px;}

.mini-stats{ padding:10px;}	

.mini-stats span{ margin-right:8px;}

}



@media  (min-width:1101px) and (max-width:1290px){

.mini-stats h3{ font-size:16px;}

.mini-stats{ padding:20px 15px;}	

.mini-stats span{ margin-right:8px;}

}





#IndvidNotify  .pagination>li>a, #IndvidNotify .pagination>li>span{padding: 3px 12px;}



#IndvidNotify .panel-footer{

	padding: 5px 15px;

	background: #f6f8fa;

    border-color: transparent;

}

#IndvidNotify .pager li>a, .pager li>span{

	padding: 3px 12px;

}

#IndvidNotify .table-bordered{padding:0}

.btn,.form-control, select{border-radius:3px}



.wizardtbtn{    

	position: absolute;

	right: 20px;

	top: 10px;

	cursor: pointer;

}



.wizardtheader .wizardtbtn{    

	position: inherit;

	right: inherit;

	top: inherit;

	

}



.wizardtbtn2{    

	position: absolute;

	right:8px;

	top: 4px;

	cursor: pointer;

	padding:10px;

}



.wizardtheader .wizardtbtn2{    

	position: inherit;

	right: inherit;

	top: inherit;

	

}



.accesschecks .magic-checkbox+label{

	line-height:16px;

}

.accesschecks .magic-radio+label:before, .magic-checkbox+label:before{

	background:#fff;

}

.accesschecks .magic-checkbox:checked+label.label-success:before {

    background: #8bc34a;

}

.accesschecks .magic-checkbox:checked+label.label-primary:before {

    background: #42a5f5;

}

.accesschecks .magic-checkbox:checked+label.label-mint:before {

    background: #26a69a;

}

.accesschecks .magic-checkbox:checked+label.label-purple:before {

    background: #ba68c8;

}



/*----------roles checkbox-------*/

		.select-checkbox option::after  {

		  content: "\2610";

		  width: 1.3em;

		  text-align: center;

		  display: inline-block;

		  float:right;

		  margin-top:2px;

		}

		

		.select-checkbox option:checked::after {

		  content: "\2611";

		  float:right;

		  margin-top:2px;

		}

		

		.select-checkbox-fa option::after {

		  font-family: FontAwesome;

		  content: "\f096";

		  width: 1.3em;

		  display: inline-block;

		  margin-left: 2px;

		  float:right;

		  margin-top:2px;

		}

		

		.select-checkbox-fa option:checked::after {

		  content: "\f046";

		  float:right;

		  margin-top:2px;

		}

		

		.select-checkbox-nocheck::after {

		  font-family: FontAwesome;

		  content:"" ;

		  width: 1.3em;

		  display: inline-block;

		  margin-left: 2px;

		  float:right;

		  margin-top:2px;

		  color: #ffffff

		}

		

		.select-checkbox-nocheck:checked::after {

		  content:"" ;

		  float:right;

		  margin-top:2px;

		  color: #ffffff

		}





/*------------------IE hack------------------------*/



		_:-ms-lang(x), .select-checkbox option::after  {

		  content: "\2610";

		  width: 1.3em;

		  text-align: center;

		  display: inline-block;

		  float:right;

		  margin-top:0;

		}

		

		_:-ms-lang(x), .select-checkbox option:checked::after {

		  content: "\2611";

		  float:right;

		  margin-top:0;

		}

		

		_:-ms-lang(x), .select-checkbox-fa option::after {

		  font-family: FontAwesome;

		  content: "\f096";

		  width: 1.3em;

		  display: inline-block;

		  margin-left: 2px;

		  float:right;

		  margin-top:0;

		}

		

		_:-ms-lang(x), .select-checkbox-fa option:checked::after {

		  content: "\f046";

		  float:right;

		  margin-top:0;

		}

		

/*------------------firefox hack------------------------*/



@-moz-document url-prefix() {

    .select-checkbox option::after  {

		  content: "\2610";

		  width: 1.3em;

		  text-align: center;

		  display: inline-block;

		  float:right;

		  margin-top:-16px;

		}

		

		.select-checkbox option:checked::after {

		  content: "\2611";

		  float:right;

		  margin-top:-16px;

		}

		

		.select-checkbox-fa option::after {

		  font-family: FontAwesome;

		  content: "\f096";

		  width: 1.3em;

		  display: inline-block;

		  margin-left: 2px;

		  float:right;

		  margin-top:-16px;

		}

		

		.select-checkbox-fa option:checked::after {

		  content: "\f046";

		  float:right;

		  margin-top:-16px;

		}

		.select-checkbox-nocheck::after {

		  font-family: FontAwesome;

		  content: "";

		  width: 1.3em;

		  display: inline-block;

		  margin-left: 2px;

		  float:right;

		  margin-top:-16px;

		}

		

		.select-checkbox-nocheck:checked::after {

		  content: "";

		  float:right;

		  margin-top:-16px;

		}

}



/*----------roles checkbox end-------*/







.panel.noborder {

    border: none;

    box-shadow: none;

}

.panel.noborder > .panel-heading {

    border: 1px solid #dddddd;

    border-radius: 0;

}

.cmMenuBtn.active {

  display: block;

}



#user-cm-lftmenu .panel{ background:#FAFBFB;}

#cm-lftmenu .cmInnBtns{display:inline;}



#cm-lftmenu .cmInnBtns{display:inline;}



.fixed-fluid .fluid .fluid-right-clmn{ min-height:150px;}



#user-cm-lftmenu .btn-icon img{ width:85%;} 

#user-cm-lftmenu .btn-icon img{ cursor:pointer;}



#user-cm-lftmenu .panel-title{ -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    -ms-border-radius: 8px;

    -o-border-radius: 8px;

    border-radius: 8px;

	/*border:1px solid #ddd;*/ line-height:32px; padding:0 10px 0 10px; /*color:#616E86;*/}



.fluid-right-clmn .panel{ background:#E6EAED;}



.fluid-right-clmn .panel-title{ border:1px solid #D0D5D9; border-bottom:1px solid #D0D5D9; padding:0px 10px 0px 10px; font-size:16px;  border-radius: 7px 7px 0 0;}



.unsel-checker {

	font-style:italic;

	background: #ffffff;

}



#user-cm-lftmenu .menu-icon{ width:50px; height:50px; text-align:center; vertical-align:middle; display:table-cell; /*box-shadow: 1px 1px #eeeeee;*/}

#user-cm-lftmenu .icon-txt{ margin-top:5px; color:#0592C2;}



.curve-all{border-radius: 7px;}

.curve-lft{border-radius: 7px 0 0 7px;}

.curve-rgt{border-radius: 0 7px 7px 0;}





.menu-icon-cm{width:55px; height:55px; text-align:center; vertical-align:middle; display:table-cell; border-radius: 10px; background: linear-gradient(#ffffff, #DFEAEA); border:1px solid #D0DCDB; color:#0592C2; border-radius: 10px; cursor:pointer;}



.menu-icon-cm2{width:60px; height:60px; text-align:center; vertical-align:middle; display:table-cell; /*background: linear-gradient(228deg, #DDE1DF, #ffffff);*/ border:1px solid #F3F5F6; color:#6C7984; border-radius: 15px; cursor:pointer; background: linear-gradient(230deg, rgba(220,223,222,1) 20%, rgba(255,255,255,1) 100%); box-shadow: -1px 1px 2px #B3B3B3; font-size:30px;}



.mar-top2{ margin-top:7px;}

.text-blue{ color:#09B4D5;}

.bg-lte-grey{background:#F7F9F9;}

.bg-lte-grey2{background:#EBEEEE;}

.bg-blue{ background:#64BDEB; color:#fff;}

.bg-grey{ background:#E0E3E6; color:#fff;}







#db_1{ background:url(../img/original1.jpg) repeat;}

#db_2{ background:url(../img/original1.jpg) repeat;}



.bg-light2{background:#F6F7F8; }

.font1{font-family:'Roboto', sans-serif; color:#464B56;}

.font2{font-family:'Oswald', sans-serif; color:#464B56;}

.font3{font-family:'Conv_segoeui', sans-serif; color:#464B56;}

.font4{font-family: 'PT Sans', sans-serif; color:#464B56;}



.pad-ver3 {

  padding-top: 8px;

  padding-bottom: 8px;

}



.hom-statcon{ padding:25px 35px; padding-top:34px; color:#5D5D5D; /*border-right:1px solid #EDECEA;*/ height:112px;}

.hom-statcon h3,h5{color:#5D5D5D; margin:0;}

.hom-statcon h3{ font-size:20px; margin-top:3px;}

.hom-statcon h5{  font-weight:400;}



#cm-lftmenu #db{ position:relative;}

.cm-sub-arro{ position:absolute; top:-13px; left:29px;}



/*.bg{background:url(../img/bg.jpg) repeat-x #B0C4DF;}*/

.bg1{background:url(../img/bg1.jpg) repeat-x #C8D5E1;}



.bord-all2 {

    border: 0.5px solid #D1D8DD;

}



.input-group-addon{ background:#eee; font-size:11px;}



.phoneprview {

	width: 199px; height:331px; position: absolute; top: 50px; left:40px; border: 1px solid #ffffff;

}



/*.phoneprview1 {

	width: 48%;

    height: 75%;

    position: absolute;

    top: 43px;

    left: 21px;

    border: 1px solid #eee;

    padding: 6px;

    border-radius: 3px;

}*/

.phoneprview1-sdrID {
	width: 44%;
    height:auto;
    position: absolute;
    top: 38px;
    left: 32px;
   /* background:#fff;
    padding: 3px 7px 5px;
    border-radius: 3px;
	 word-wrap: break-word;*/
	 font-size:9px;
	 color:#222;
	 font-weight:500;
}


.phoneprview1 {
	width: 44%;
    height:auto;
    position: absolute;
    top:65px;
    left:25px;
    background:#edeeef;
    padding: 3px 7px 5px;
    border-radius: 3px;
	 word-wrap: break-word;
	 font-size:10px;
	 color:#222;
}



.phoneprview2 {
	width: 70%;
    height: 58%;
    position: absolute;
    top: 97px;
    left: 26px;
    background: #fff;
    padding: 3px 7px 5px;
    border-radius: 3px;
    word-wrap: break-word;
    font-size: 10px;
}



.phoneprview3 {

	/*width:48%;

    height:auto;

    position: absolute;

    top: 97px;

    left: 21px;

    background: #fff;

    padding: 3px 7px 5px;

    border-radius: 3px;

    word-wrap: break-word;

    font-size: 10px;*/

}

.phoneprview3img img{ width:100%;}



.pnPreBox{ 
	width:48%;
    height:auto;
    position: absolute;
    top: 87px;
    left: 21px;
    background: #fff;
    padding: 3px 7px 5px;
    border-radius: 3px;
    word-wrap: break-word;
    font-size: 9px;
	color:#333333;
}





#msg-preview-live{ margin-top:30px;}

#msg-preview-pn{ margin-top:0px;}

#msg-preview-pn .mbl{ width:65%;}

.msg-preview-bg{ background:#F4F4F4;}

.msg-preview-lft{ background:#fff; padding: 0 35px 20px !important;}

.msg-preview-lft .r-box{ min-height:280px;}

.msg-preview-lft .modal-header{ padding-left:0;}

.msg-preview-rgt{ background:none; padding:20px 30px !important;}

.msg-preview-rgt .close{ position:absolute; top:10px; right:10px;}

.msg-preview-rgt .mbl{ width:62%;}



#msg-preview-live2{}



.modal-lg {
    width: 1100px;
}


.editor2 .note-editor .panel-heading {
    height: auto !important;
}


.note-toolbar.panel-heading {
    height: auto;
}

#blah { width:100%; height:50px;}

.sd-title{ font-size:11px; margin-left:15px; margin-right:15px; color:#666; border-bottom:1px solid #eee; padding-bottom:7px; padding-top:5px; font-weight:600;}