

/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
/*Top bar
*******************/
.topbar {
  background: #06d79c; }
  .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none; }
  .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8); }
  .topbar .navbar-nav .nav-item > a.nav-link {
    color: rgba(255, 255, 255, 0.8); }
    .topbar .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-nav .nav-item > a.nav-link:focus {
      color: #ffffff !important; }
  .topbar .top-navbar .navbar-nav > .nav-item > span {
    color: #ffffff; }
  .topbar .navbar-header {
    background: #272c33; }

.logo-center .topbar .navbar-header {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none; }

.logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8); }

.hdr-nav-bar .navbar .navbar-nav > li.active > a {
  border-color: #06d79c; }

/*******************
/*General Elements
*******************/
.lstick {
  background: #06d79c; }

a {
  color: #06d79c; }

a.link:hover, a.link:focus {
  color: #06d79c !important; }

.bg-theme {
  background-color: #06d79c !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #06d79c;
  border-color: #06d79c; }

.right-sidebar .rpanel-title {
  background: #06d79c; }

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #06d79c; }

.text-themecolor {
  color: #06d79c !important; }

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #06d79c;
  color: #06d79c; }

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #06d79c; }

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #06d79c;
  color: #ffffff;
  border: 1px solid #06d79c; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #06d79c;
    opacity: 0.7;
    border: 1px solid #06d79c; }
  .btn-themecolor.active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar,
.card-no-border .sidebar-nav {
  background: #242a33; }

.mini-sidebar .sidebar-nav {
  background: transparent; }

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #1c2128; } }

.sidebar-nav {
  background: #242a33; }

.user-profile .profile-text a {
  color: #687384 !important; }

.card-no-border .sidebar-footer {
  background: #1c2128; }

.label-themecolor {
  background: #06d79c; }

.sidebar-nav > ul > li.active > a {
  color: #ffffff;
  border-color: #06d79c; }
  .sidebar-nav > ul > li.active > a i {
    color: #ffffff; }

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #ffffff; }
  .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #ffffff; }

.sidebar-nav ul li.nav-small-cap {
  color: #687384; }

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #1c2128; } }








/* ---------------------------------------------------------------------- */
/* Datatable
/* ---------------------------------------------------------------------- */

.table-striped thead {
    background-color: #242A33 !important;
	color: #DDDDDD;
}



/*
table.dataTable thead .sorting:after {

    content: "\f0dc";
    margin-left: 10px;
    font-family: fontawesome !important;
    cursor: pointer;
     color: white; 
	
}


table.table thead .sorting {
     background: none;
}
table.table thead .sorting_asc {
    background: none;
}
table.table thead .sorting_desc {
   background: none;
}
table.dataTable thead .sorting {
    background: none;
}

*/

/*
.dataTables_scrollBody thead .sorting:after {
    color: black !important; 
	height: 1px;
}
*/




/* ---------------------------------------------------------------------- */
/* Tabs Form
/* ---------------------------------------------------------------------- */

.vtabs {
  display: table; }

  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }

    .vtabs .tabs-vertical li a {
	display: block;
      color: #263238;
      margin-bottom: 10px;
	  padding: 5px;
      border: 0px;
      border-radius: 4px 0 0 4px; }

  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
	width:100%}

.tabs-vertical li a.active,
.tabs-vertical li a:hover,
.tabs-vertical li a.active:focus {
  background: #398bf7;
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li a.active,
.customvtab .tabs-vertical li a:hover,
.customvtab .tabs-vertical li a:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #398bf7;
  margin-right: -1px;
  color: #398bf7; }


.tab-pane .col-sm-4{
	max-width:none;
}


.form-group .radio label{
	margin-right: 1.5rem;
}


.form-group .has-error{
	color: red;
}
.form-group .help-block{
	color: red;
}

textarea{
	resize:auto;
}


.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
	padding: 6px 24px 5px 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}


.badge {
    display: block;
    padding: 10px;
    font-size: 100%;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #CFECDF;
    color: #333333;
}





/* ---------------------------------------------------------------------- */
/* General
/* ---------------------------------------------------------------------- */

.btn-grey {
  background-color: #c8c7cc;
  border-color: #c8c7cc;
  color: white!important;
}
.open .btn-grey.dropdown-toggle {
  background-color: #efeff0;
  border-color: #efeff0;
}
.btn-grey:hover {
  background-color: #e2e2e4 !important;
  border-color: #e2e2e4;
  color: #ffffff;
}
.btn-grey:active, .btn-grey.active, .btn-grey.active:focus, .btn-grey:active:focus, .btn-grey:active:hover, .btn-grey.dropdown-toggle:active:hover {
  background-color: #bbbac0 !important;
  border-color: #bbbac0;
}
.btn-grey:focus {
  background-color: #efeff0;
  border-color: #efeff0;
  color: #ffffff;
}
.btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled], .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  color: #ffffff;
}
.btn-grey.btn-o {
  border: 1px solid #c8c7cc;
  color: #c8c7cc;
}
.btn-grey.btn-o:hover {
  color: #e2e2e4;
  border-color: #e2e2e4;
  background: none !important;
}
.btn-grey.btn-o:active, .btn-grey.btn-o.active, .btn-grey.btn-o.active:focus, .btn-grey.btn-o:active:focus, .btn-grey.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #a19fa8 !important;
  color: #a19fa8 !important;
}
.btn-grey.btn-o:focus {
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  color: #e2e2e4;
}
.btn-grey.btn-o.disabled:hover, .btn-grey.btn-o.disabled:focus, .btn-grey.btn-o.disabled:active, .btn-grey.btn-o.disabled.active, .btn-grey.btn-o[disabled], .btn-grey.btn-o[disabled]:hover, .btn-grey.btn-o[disabled]:focus, .btn-grey.btn-o[disabled]:active, .btn-grey.btn-o[disabled].active, fieldset[disabled] .btn-grey.btn-o:hover, fieldset[disabled] .btn-grey.btn-o:focus, fieldset[disabled] .btn-grey.btn-o:active, fieldset[disabled] .btn-grey.btn-o.active {
  border-color: #fcfcfd;
  color: #fcfcfd;
}
.btn-grey.btn-o .caret {
  border-top-color: #c8c7cc;
}
.btn-grey .caret {
  border-top-color: #ffffff;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.label-inverse, .badge-inverse {
  background-color: #555555;
  color: white!important;
}

.btn-primary, .btn-primary.disabled {
    color: white!important;
}


.tabs-vertical li a {
   white-space: nowrap;

}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}


.input-group .withbtn{
	margin-right:40px;
}
.input-group .input-group-btn .btn{
	margin-left:-40px;
	height:40px;
}

.mailbox .message-center {
    height: unset;
}

/*
.dataTables_scrollBody .wrapper2div2 {
	display:none;
}
*/


/* Debug


.left-sidebar{
	display:none;
}

 */


