@charset "UTF-8";

/**/
.disabledRow {
	background-color: lightgray !important;
}


.dataTables_wrapper .dataTables_paginate {
	padding-top: 1.75em !important;
}

table.dataTable.no-footer  {
    border-bottom: none !important;
}
table.dataTable thead th {
	border-bottom: none !important;
}


#outsideloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#outsideloader:before {
    content:"";
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#dialogloader {
    background: white;
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30%;
    height: 30%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 999999;    
}

.loader {	
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 30px;
}   

/* Dot loading  */

.dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  animation-name: slide;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  background-color: #317840;
}

.dot:nth-child(1) {
  animation-delay: 0.1s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.3s;
}

.dot:nth-child(4) {
  animation-delay: 0.4s;
}

.dot:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: .3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

/* End Dot loading */

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.pull-right { 
	float:right;
	margin-left: 10px;
}

.dt-buttons {
	margin-bottom: 10px;
}

.dataTables_filter input {
	border-radius: 0.3em;
}
/*
table.dataTable {
	padding: 100px !important;
}*/

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
     color: #fff; 
     text-decoration: none; 
     cursor: pointer; 
}

.navbar-top-links > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

a:hover {
    text-decoration: none !important;
}

.dropdown-toggle::after {
    color: white;
}

.modal-header {
	display:inline-block !important;	
}



.b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.col-xs-4 {
    width: 33.33333333%;
}

.m-t-30 {
    margin-top: 30px !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center;
}

.p-30 {
    padding: 30px !important;
}

.mdi {
  font-size: 17px;
}
.di {
  display: inline-block;
}

/* Background colors */
.bg-primary {
  background-color: #193d20 !important;
}
.bg-success {
  background-color: #53e69d !important;
}
.bg-info {
  background-color: #2cabe3 !important;
}
.bg-warning {
  background-color: #ffc36d !important;
}
.bg-danger {
  background-color: #ff7676 !important;
}
.bg-theme-alt {
  background-color: #ff7676 !important;
}
.bg-theme {
  background-color: #2cabe3 !important;
}
.bg-theme-dark {
  background-color: #4F5467 !important;
}
.bg-inverse {
  background-color: #4c5667 !important;
}
.bg-purple {
  background-color: #193d20 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #e4e7ea !important;
}
.bg-extralight {
  background-color: #f7fafc !important;
}



/* Labels */
.label {
  letter-spacing: 0.05em;
  border-radius: 60px;
  padding: 4px 12px 3px;
  font-weight: 500;
}
.label-rounded,
.label-rouded {
  border-radius: 60px;
  padding: 4px 12px 3px;
  font-weight: 500;
}
.label-custom {
  background-color: #01c0c8;
}
.label-success {
  background-color: #53e69d;
}
.label-info {
  background-color: #2cabe3;
}
.label-warning {
  background-color: #ffc36d;
}
.label-danger {
  background-color: #ff7676;
}
.label-megna {
  background-color: #01c0c8;
}
.label-primary {
  background-color: #193d20;
}
.label-purple {
  background-color: #193d20;
}
.label-red {
  background-color: #fb3a3a;
}
.label-inverse {
  background-color: #4c5667;
}
.label-white {
  background-color: #ffffff;
}
.label-default {
  background-color: #e4e7ea;
}


.table-responsive {
  overflow-y: hidden;
}
/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  color: #313131;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.pagination-split li:first-child {
  margin-left: 0;
}
.pagination-split li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2cabe3;
  border-color: #2cabe3;
}
.pager li > a,
.pager li > span {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #313131;
}
.table-box {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

.navbar-header {
  width: 100%;
  background: #3c4451;
  border: 0px;
}
.navbar-default {
  border: 0px;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links .badge {
  position: absolute;
  right: 6px;
  top: 15px;
}
.navbar-top-links > li {
  float: left;
}
.navbar-top-links > li > a {
  color: #ffffff;
  padding: 0 14px;
  line-height: 60px;
  min-height: 60px;
}
.navbar-top-links > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.navbar-top-links > li > a:focus {
  background: rgba(0, 0, 0, 0);
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
  width: 280px;
}
.navbar-top-links .dropdown-user .dw-user-box {
  padding: 15px;
}
.navbar-top-links .dropdown-user .dw-user-box .u-img {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.navbar-top-links .dropdown-user .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}
.navbar-top-links .dropdown-user .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}
.navbar-top-links .dropdown-user .dw-user-box .u-text h4 {
  margin: 0px;
}
.navbar-top-links .dropdown-user .dw-user-box .u-text p {
  margin-bottom: 3px;
}
.navbar-header .navbar-toggle {
  float: none;
  padding: 0 15px;
  line-height: 60px;
  border: 0px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  display: inline-block;
  border-radius: 0px;
}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.nav-small-cap {
  color: #a6afbb;
  cursor: default;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.035em;
  padding: 12px 15px !important;
  pointer-events: none;
  margin: 20px 0 0 -15px;
}
.profile-pic {
  padding: 0px 20px;
  line-height: 50px;
}
.profile-pic img {
  margin-right: 10px;
}
.drop-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #313131;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 20px 15px;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 60px;
}
.btn-custom,
.btn-custom.disabled {
  background: #2cabe3;
  border: 1px solid #2cabe3;
  color: #ffffff;
}
.btn-custom:hover,
.btn-custom.disabled:hover,
.btn-custom:focus,
.btn-custom.disabled:focus,
.btn-custom.focus,
.btn-custom.disabled.focus {
  background: #2cabe3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #2cabe3;
}
.btn-primary,
.btn-primary.disabled {
  background: #193d20;
  border: 1px solid #193d20;
}
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary.focus,
.btn-primary.disabled.focus {
  background: #193d20;
  opacity: 0.8;
  border: 1px solid #193d20;
}
.btn-success,
.btn-success.disabled {
  background: #53e69d;
  border: 1px solid #53e69d;
}
.btn-success:hover,
.btn-success.disabled:hover,
.btn-success:focus,
.btn-success.disabled:focus,
.btn-success.focus,
.btn-success.disabled.focus {
  background: #53e69d;
  opacity: 0.8;
  border: 1px solid #53e69d;
}
.btn-info,
.btn-info.disabled {
  background: #2cabe3;
  border: 1px solid #2cabe3;
}
.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:focus,
.btn-info.disabled:focus,
.btn-info.focus,
.btn-info.disabled.focus {
  background: #2cabe3;
  opacity: 0.8;
  border: 1px solid #2cabe3;
}
.btn-warning,
.btn-warning.disabled {
  background: #ffc36d;
  border: 1px solid #ffc36d;
}
.btn-warning:hover,
.btn-warning.disabled:hover,
.btn-warning:focus,
.btn-warning.disabled:focus,
.btn-warning.focus,
.btn-warning.disabled.focus {
  background: #ffc36d;
  opacity: 0.8;
  border: 1px solid #ffc36d;
}
.btn-danger,
.btn-danger.disabled {
  background: #ff7676;
  border: 1px solid #ff7676;
}
.btn-danger:hover,
.btn-danger.disabled:hover,
.btn-danger:focus,
.btn-danger.disabled:focus,
.btn-danger.focus,
.btn-danger.disabled.focus {
  background: #ff7676;
  opacity: 0.8;
  border: 1px solid #ff7676;
}
.btn-default,
.btn-default.disabled {
  background: #e4e7ea;
  border: 1px solid #e4e7ea;
}
.btn-default:hover,
.btn-default.disabled:hover,
.btn-default:focus,
.btn-default.disabled:focus,
.btn-default.focus,
.btn-default.disabled.focus {
  opacity: 0.8;
  border: 1px solid #e4e7ea;
  background: #e4e7ea;
}
.btn-default.btn-outline {
  background-color: #ffffff;
}
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus {
  background: #e4e7ea;
}
.btn-primary.btn-outline {
  color: #193d20;
  background-color: #ffffff;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus {
  background: #193d20;
  color: #ffffff;
}
.btn-success.btn-outline {
  color: #53e69d;
  background-color: transparent;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline.focus {
  background: #53e69d;
  color: #ffffff;
}
.btn-info.btn-outline {
  color: #2cabe3;
  background-color: transparent;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
  background: #2cabe3;
  color: #ffffff;
}
.btn-warning.btn-outline {
  color: #ffc36d;
  background-color: transparent;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline.focus {
  background: #ffc36d;
  color: #ffffff;
}
.btn-danger.btn-outline {
  color: #ff7676;
  background-color: transparent;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline.focus {
  background: #ff7676;
  color: #ffffff;
}
.button-box .btn {
  margin: 0 8px 8px 0px;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #55acee !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #3f729b !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #193d20;
  border: 1px solid #193d20;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #53e69d;
  border: 1px solid #53e69d;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2cabe3;
  border: 1px solid #2cabe3;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #ffc36d;
  border: 1px solid #ffc36d;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #ff7676;
  border: 1px solid #ff7676;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #4c5667;
  border: 1px solid #4c5667;
  color: #ffffff;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
/*
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: "Font Awesome 5 Free";
  color: rgba(50, 50, 50, 0.5);
}*/
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f7fafc;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.white-box {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}
.white-box .box-title {
  margin: 0px 0px 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.panel {
  border-radius: 0px;
  margin-bottom: 30px;
  border: 0px;
  box-shadow: none;
}
.panel .panel-heading {
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  padding: 20px 25px;
}
.panel .panel-heading .panel-title {
  font-size: 16px;
  color: #313131;
}
.panel .panel-heading a i {
  font-size: 12px;
  margin-left: 8px;
}
.panel .panel-action {
  float: right;
}
.panel .panel-action a {
  opacity: 0.5;
}
.panel .panel-action a:hover {
  opacity: 1;
}
.panel .panel-body {
  padding: 25px;
}
.panel .panel-body:first-child h3 {
  margin-top: 0px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.panel .panel-footer {
  background: #ffffff;
  border-radius: 0px;
  padding: 20px 25px;
}
.panel-green,
.panel-success {
  border-color: #53e69d;
}
.panel-green .panel-heading,
.panel-success .panel-heading {
  border-color: #53e69d;
  color: white;
  background-color: #53e69d;
}
.panel-green .panel-heading a,
.panel-success .panel-heading a {
  color: #ffffff;
}
.panel-green .panel-heading a:hover,
.panel-success .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-green a,
.panel-success a {
  color: #53e69d;
}
.panel-green a:hover,
.panel-success a:hover {
  color: #1ece77;
}
.panel-black,
.panel-inverse {
  border-color: #4c5667;
}
.panel-black .panel-heading,
.panel-inverse .panel-heading {
  border-color: #4c5667;
  color: white;
  background-color: #4c5667;
}
.panel-black .panel-heading a,
.panel-inverse .panel-heading a {
  color: #ffffff;
}
.panel-black .panel-heading a:hover,
.panel-inverse .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-black a,
.panel-inverse a {
  color: #4c5667;
}
.panel-black a:hover,
.panel-inverse a:hover {
  color: #2c313b;
}
.panel-darkblue,
.panel-primary {
  border-color: #193d20;
}
.panel-darkblue .panel-heading,
.panel-primary .panel-heading {
  border-color: #193d20;
  color: white;
  background-color: #193d20;
}
.panel-darkblue .panel-heading a,
.panel-primary .panel-heading a {
  color: #ffffff;
}
.panel-darkblue .panel-heading a:hover,
.panel-primary .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-darkblue a,
.panel-primary a {
  color: #193d20;
}
.panel-darkblue a:hover,
.panel-primary a:hover {
  color: #3b4abb;
}
.panel-blue,
.panel-info {
  border-color: #2cabe3;
}
.panel-blue .panel-heading,
.panel-info .panel-heading {
  border-color: #2cabe3;
  color: white;
  background-color: #2cabe3;
}
.panel-blue .panel-heading a,
.panel-info .panel-heading a {
  color: #ffffff;
}
.panel-blue .panel-heading a:hover,
.panel-info .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-blue a,
.panel-info a {
  color: #2cabe3;
}
.panel-blue a:hover,
.panel-info a:hover {
  color: #177eac;
}
.panel-red,
.panel-danger {
  border-color: #ff7676;
}
.panel-red .panel-heading,
.panel-danger .panel-heading {
  border-color: #ff7676;
  color: white;
  background-color: #ff7676;
}
.panel-red .panel-heading a,
.panel-danger .panel-heading a {
  color: #ffffff;
}
.panel-red .panel-heading a:hover,
.panel-danger .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-red a,
.panel-danger a {
  color: #ff7676;
}
.panel-red a:hover,
.panel-danger a:hover {
  color: #ff2a2a;
}
.panel-yellow,
.panel-warning {
  border-color: #ffc36d;
}
.panel-yellow .panel-heading,
.panel-warning .panel-heading {
  border-color: #ffc36d;
  color: white;
  background-color: #ffc36d;
}
.panel-yellow .panel-heading a,
.panel-warning .panel-heading a {
  color: #ffffff;
}
.panel-yellow .panel-heading a:hover,
.panel-warning .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-yellow a,
.panel-warning a {
  color: #ffc36d;
}
.panel-yellow a:hover,
.panel-warning a:hover {
  color: #ffa421;
}
.panel-themecolor,
.panel-theme {
  border-color: #2cabe3;
}
.panel-themecolor .panel-heading,
.panel-theme .panel-heading {
  border-color: #2cabe3;
  color: white;
  background-color: #2cabe3;
}
.panel-themecolor .panel-heading a,
.panel-theme .panel-heading a {
  color: #ffffff;
}
.panel-themecolor .panel-heading a:hover,
.panel-theme .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.panel-themecolor a,
.panel-theme a {
  color: #2cabe3;
}
.panel-themecolor a:hover,
.panel-theme a:hover {
  color: #177eac;
}
.panel-white,
.panel-default {
  border-color: rgba(120, 130, 140, 0.13);
}
.panel-white .panel-heading,
.panel-default .panel-heading {
  color: #313131;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.panel-white .panel-body,
.panel-default .panel-body {
  color: #313131;
}
.panel-white .panel-action a,
.panel-default .panel-action a {
  color: #313131;
  opacity: 0.5;
}
.panel-white .panel-action a:hover,
.panel-default .panel-action a:hover {
  opacity: 1;
  color: #313131;
}
.panel-white .panel-footer,
.panel-default .panel-footer {
  background: #ffffff;
  color: #313131;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.panel-opcl {
  float: right;
}
.panel-opcl i {
  margin-left: 8px;
  font-size: 10px;
  cursor: pointer;
}
.fa-fw {
  width: 20px!important;
  display: inline-block !important;
  text-align: left !important;
}
/*Wave Effeects*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
/*common ul Listing*/
.common-list {
  margin: 0px;
  padding: 0px;
}
.common-list li {
  list-style: none;
  display: block;
}
.common-list li a {
  padding: 12px 0px;
  color: #313131;
  display: block;
}
.common-list li a:hover {
  color: #2cabe3;
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  /*content: "";*/
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #313131;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  /*opacity: 0;*/
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
/*
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
}*/
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e4e7ea;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #193d20;
  border-color: #193d20;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ff7676;
  border-color: #ff7676;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #2cabe3;
  border-color: #2cabe3;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffc36d;
  border-color: #ffc36d;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #53e69d;
  border-color: #53e69d;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #193d20;
  border-color: #193d20;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-red input[type="checkbox"]:checked + label::before {
  background-color: #ff7676;
  border-color: #ff7676;
}
.checkbox-red input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
/* Radios */
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}
.radio label::after {
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #313131;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  left: 5px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 7px;
}
.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 17px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #193d20;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #193d20;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #193d20;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ff7676;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff7676;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff7676;
}
.radio-info input[type="radio"] + label::after {
  background-color: #2cabe3;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #2cabe3;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #2cabe3;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #ffc36d;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffc36d;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffc36d;
}
.radio-success input[type="radio"] + label::after {
  background-color: #53e69d;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #53e69d;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #53e69d;
}
.radio-purple input[type="radio"] + label::after {
  background-color: #193d20;
}
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #193d20;
}
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #193d20;
}
.radio-red input[type="radio"] + label::after {
  background-color: #ff7676;
}
.radio-red input[type="radio"]:checked + label::before {
  border-color: #ff7676;
}
.radio-red input[type="radio"]:checked + label::after {
  background-color: #ff7676;
}
/* File Upload */
.fileupload {
  overflow: hidden;
  position: relative;
}
.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/** Models **/
.model_img {
  cursor: pointer;
}
/*Nestable*/
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px;
}
.myadmin-dd .dd-list .dd-item .dd-handle:hover {
  color: #2cabe3;
}
.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #313131;
  width: 30px;
}
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px;
}
.myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}
.myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #2cabe3;
}
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600;
}
.myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #2cabe3;
}
.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}
/*Setting box*/
.settings_box {
  position: absolute;
  top: 75px;
  right: 0px;
  z-index: 100;
}
.settings_box a {
  background: #ffffff;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}
.settings_box a i {
  display: block;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  font-size: 16px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.theme_color {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  width: 0px;
  transition: 0.5s ease-out;
  background: #ffffff;
}
.theme_color li {
  list-style: none;
  width: 30%;
  float: left;
  margin: 0 1.5%;
}
.theme_color li a {
  padding: 5px;
  height: 50px;
  display: block;
}
.theme_color li a.theme-green {
  background: #53e69d;
}
.theme_color li a.theme-red {
  background: #ff7676;
}
.theme_color li a.theme-dark {
  background: #4c5667;
}
.theme_block {
  width: 200px;
  padding: 30px;
}
/*Common Ul*/
ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%;
}
ul.common li a {
  color: #313131;
}
ul.common li a:hover {
  color: #2cabe3;
}
/*Circles*/
.circle {
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
}
.circle-sm {
  width: 40px;
  padding-top: 12px;
  height: 40px;
  font-size: 14px!important;
}
.circle-md {
  width: 60px;
  padding-top: 15px;
  height: 60px;
  font-size: 24px!important;
}
.circle-lg {
  width: 80px;
  padding-top: 20px;
  height: 80px;
  font-size: 30px!important;
}
/*ROW -IN*/
.row-in i {
  font-size: 24px;
}
/********* Megamenu widgets**********/
.megamenu {
  left: 0px;
  right: 0px;
  width: 100%;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 20px;
  width: 100%;
  padding-left: 80px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 8px 0px;
  clear: both;
  line-height: 1.428571429;
  color: #313131;
  white-space: normal;
}
.mega-dropdown-menu > li > ul > li > a:hover,
.mega-dropdown-menu > li > ul > li > a:focus {
  text-decoration: none;
  color: #2cabe3;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 12px;
}
.mega-dropdown-menu li.demo-box a {
  color: #ffffff;
  display: block;
}
.mega-dropdown-menu li.demo-box a:hover {
  opacity: 0.8;
}
/*Inbox widgets*/
.mailbox {
  width: 280px;
  overflow: auto;
  padding-bottom: 0px;
}
.message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  padding: 9px 15px;
}
.message-center a:hover {
  background: #f7fafc;
}
.message-center .user-img {
  width: 40px;
  float: left;
  position: relative;
  margin: 0 10px 15px 0px;
}
.message-center .user-img img {
  width: 100%;
}
.message-center .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.message-center .user-img .online {
  background: #53e69d;
}
.message-center .user-img .busy {
  background: #ff7676;
}
.message-center .user-img .away {
  background: #ffc36d;
}
.message-center .user-img .offline {
  background: #ffc36d;
}
.message-center .mail-contnet h5 {
  margin: 0px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.message-center .mail-contnet .mail-desc {
  font-size: 12px;
  display: block;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #313131;
}
.message-center .mail-contnet .time {
  display: block;
  font-size: 10px;
  color: #313131;
}
.mail-contnet a.action {
  margin-left: 10px;
  font-size: 12px;
  visibility: hidden;
}
.mail-contnet:hover a.action {
  visibility: visible;
}
/*Inbox Center*/
.inbox-center .unread td {
  font-weight: 400;
}
.inbox-center a {
  color: #313131;
  padding: 2px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
/*Comment center*/
.comment-center {
  margin: 0 -25px;
}
.comment-center .comment-body {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: table;
  width: 100%;
  padding: 20px 25px;
}
.comment-center .comment-body:hover {
  background: #f7fafc;
}
.comment-center .user-img {
  width: 40px;
  display: table-cell;
  position: relative;
  margin: 0 10px 0px 0px;
}
.comment-center .user-img img {
  width: 100%;
}
.comment-center .mail-contnet {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}
.comment-center .mail-contnet h5 {
  margin-top: 0px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.comment-center .mail-contnet .mail-desc {
  font-size: 14px;
  display: block;
  margin: 15px 0;
  line-height: 25px;
  color: #848a96;
  overflow: hidden;
  max-height: 52px;
  text-overflow: ellipsis;
}
.comment-center .mail-contnet .time {
  display: inline-block;
  font-size: 12px;
  color: #98a6ad;
}
/*Sales report*/
.sales-report {
  background: #f7fafc;
  margin: 12px -25px;
  padding: 15px;
}
/*Task*/
.dropdown-tasks,
.dropdown-alerts {
  padding: 0px;
}
.dropdown-tasks li a,
.dropdown-alerts li a,
.mailbox li > a {
  padding: 15px 20px;
}
.dropdown-tasks li.divider,
.dropdown-alerts li.divider {
  margin: 0px;
}
/*col-in*/
.row-in-br {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.col-in {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.col-in li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.col-in li .circle {
  display: inline-block;
}
.col-in li.col-middle {
  width: 40%;
}
.col-in li.col-last {
  float: right;
  padding-top: 5px;
}
.col-in h3 {
  font-size: 36px;
  font-weight: 100;
}
/* Basic List */
.basic-list {
  padding: 0px;
}
.basic-list li {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  line-height: 27px;
}
.basic-list li:last-child {
  border-bottom: 0px;
}
/*Steam line widget*/
.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}
.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #ffffff;
  background: #313131;
  margin-right: 15px;
}
.steamline .sl-left img {
  max-width: 40px;
}
.steamline .sl-right {
  padding-left: 50px;
}
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 30px;
}
.steamline .sl-right div > a {
  color: #313131;
  font-weight: 400;
}
.steamline .sl-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 20px 0;
}
.sl-date {
  font-size: 10px;
  color: #98a6ad;
}
.time-item {
  border-color: $border;
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}
.time-item-item:after {
  content: " ";
  display: table;
}
.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}
/*User-box*/
.user-bg {
  margin: -25px;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.user-bg .overlay-box {
  background: #193d20;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  text-align: center;
}
.user-bg .overlay-box .user-content {
  padding: 15px;
  margin-top: 30px;
}
.user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}
/* Vertical Carousel */
.vertical .carousel-inner {
  height: 100%;
  position: relative;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .item {
  left: 0;
}
.twi-user img {
  margin-right: 20px;
  width: 50px;
}
.twi-user {
  margin: 18px 0;
}
.carousel-inner h3 {
  /*height: 112px;*/
  overflow: hidden;
}
.carousel-inner > .item > img {
  width: 100%;
}





/*Datepicker*/
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none;
  background: #2cabe3;
  color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  background: #2cabe3;
  color: #ffffff;
}





/*Form-Wizard*/
.wizard-steps {
  display: table;
  width: 100%;
}
.wizard-steps > li {
  display: table-cell;
  padding: 10px 20px;
  background: #f7fafc;
}
.wizard-steps > li span {
  border-radius: 100%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 9px;
  margin-right: 8px;
  text-align: center;
}
.wizard-content {
  padding: 25px;
  border-color: rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}
.wizard-steps > li.current,
.wizard-steps > li.done {
  background: #2cabe3;
  color: #ffffff;
}
.wizard-steps > li.current span,
.wizard-steps > li.done span {
  border-color: #ffffff;
  color: #ffffff;
}
.wizard-steps > li.current h4,
.wizard-steps > li.done h4 {
  color: #ffffff;
}
.wizard-steps > li.done {
  background: #53e69d;
}
.wizard-steps > li.error {
  background: #ff7676;
}
.wiz-aco .pager {
  margin: 0px;
}
/*New Widgets*/
/*Status widgets*/
#morris-donut-chart svg text {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 400!important;
}
/*Finance diagram*/
#diagram {
  margin: 0 auto;
  width: 250px;
  padding-top: 60px;
  height: 341px;
}
#diagram circle {
  fill: #ffffff;
}
#diagram text {
  fill: #313131;
}
.get {
  display: none;
}
/*Expense box*/
ul.expense-box {
  margin: 0px;
  padding: 0px;
}
ul.expense-box li {
  list-style: none;
  display: inline-block;
  padding: 8px 0 8px 20px;
}
ul.expense-box li i {
  width: 60px;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
}
ul.expense-box li span {
  display: inline-block;
  vertical-align: middle;
}
ul.expense-box li span h2 {
  margin-bottom: 0px;
  font-weight: 400;
}
ul.expense-box li span h4 {
  margin-top: 0px;
}
.minus-margin {
  margin: 0 -25px;
}
/*manage users*/
.manage-users {
  margin-bottom: 30px;
}
.manage-users .tabs-style-iconbox nav {
  background: #2cabe3;
}
.manage-users .tabs-style-iconbox nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.manage-users .tabs-style-iconbox nav ul li a.sticon:before {
  margin-bottom: 15px;
}
.manage-users .tabs-style-iconbox nav ul li.tab-current a {
  box-shadow: none;
}
ul.side-icon-text {
  margin: 0px;
  padding: 0px;
}
ul.side-icon-text > li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
ul.side-icon-text > li a {
  color: #313131;
  font-weight: 400;
}
ul.side-icon-text > li a:hover {
  color: #2cabe3;
}
ul.side-icon-text > li a span {
  margin-right: 10px;
}
.manage-table {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  margin: 10px -25px 0;
  background: #f7fafc;
  padding: 30px;
}
.table tbody tr.advance-table-row {
  border: 2px solid rgba(120, 130, 140, 0.13);
  white-space: nowrap;
}
.table tbody tr.advance-table-row .checkbox {
  margin: 0px;
}
.table tbody tr.advance-table-row.active {
  border: 3px solid #2cabe3;
}
.table tbody tr.advance-table-row td {
  vertical-align: middle!important;
  border: 0px!important;
  font-size: 16px;
  background: #ffffff;
}
td.sm-pd {
  padding: 5px 0 !important;
}
/*your wallet balance*/
.wallet-widgets #morris-area-chart2 text,
.demo-container .flot-x-axis,
.demo-container .flot-text {
  display: none;
}
ul.wallet-list {
  margin: 0px;
  padding: 0px;
}
ul.wallet-list li {
  list-style: none;
  display: block;
  font-size: 18px;
  padding: 20px 20px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
ul.wallet-list li i {
  font-size: 24px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  color: #2cabe3;
}
ul.wallet-list li a {
  vertical-align: middle;
  color: #313131;
}
ul.wallet-list li a:hover {
  color: #2cabe3;
}
/*ct-sales*/
@keyframes dasharray-craziness {
  0% {
    stroke-dasharray: 5px;
  }
  50% {
    stroke-dasharray: 6px;
  }
  100% {
    stroke-dasharray: 7px;
  }
}
#ct-sales,
#ct-weather,
#ct-extra,
#ct-bar-chart,
#ct-main-bal,
#ct-visits,
#ct-city-wth,
#ct-polar-chart,
#ct-daily-sales {
  position: relative;
}
#ct-sales .ct-series-a .ct-line,
#ct-weather .ct-series-a .ct-line,
#ct-extra .ct-series-a .ct-line,
#ct-sales .ct-series-a .ct-point,
#ct-weather .ct-series-a .ct-point,
#ct-extra .ct-series-a .ct-point {
  stroke: #ffffff;
  stroke-shadow: 3px 10px 10px #000;
}
#ct-sales .ct-series-a .ct-area,
#ct-weather .ct-series-a .ct-area,
#ct-extra .ct-series-a .ct-area {
  fill: none;
}
#ct-sales .ct-grid,
#ct-weather .ct-grid,
#ct-extra .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 0px;
}
#ct-weather .ct-series-a .ct-line {
  animation: dasharray-craziness 2s infinite;
}
.ct-label {
  font-size: 1em;
}
#ct-extra .ct-series-a .ct-line,
#ct-extra .ct-series-a .ct-point {
  stroke: #2cabe3;
  animation: dasharray-craziness 0.5s infinite;
}
#ct-extra .ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-dasharray: 2px;
}
#ct-bar-chart .ct-series-a .ct-bar {
  stroke: #2cabe3;
  stroke-width: 7px;
}
#ct-main-bal .ct-series-a .ct-line,
#ct-main-bal .ct-series-a .ct-point {
  stroke: none;
  fill: #2cabe3;
  fill-opacity: 0.5;
}
#ct-main-bal .ct-series-b .ct-line,
#ct-main-bal .ct-series-b .ct-point {
  stroke: #2cabe3;
  stroke-width: 1px;
  animation: dasharray-craziness 2s infinite;
  opacity: 0.8;
}
#ct-main-bal .ct-series-b .ct-area {
  fill: #2cabe3;
  fill-opacity: 0.2;
}
#ct-visits .ct-series-a .ct-line,
#ct-visits .ct-series-a .ct-point {
  stroke: #ff7676;
}
#ct-visits .ct-series-b .ct-line,
#ct-visits .ct-series-b .ct-point {
  stroke: #2cabe3;
}
#ct-visits .ct-series-a .ct-area {
  fill: #ff7676;
  fill-opacity: 0.1;
}
#ct-visits .ct-series-b .ct-area {
  fill: #2cabe3;
  fill-opacity: 0.1;
}
#ct-visits .ct-line {
  stroke-width: 2px;
}
#ct-city-wth .ct-label {
  color: #ffffff;
}
#ct-city-wth .ct-series-a .ct-line,
#ct-city-wth .ct-series-a .ct-point {
  stroke: rgba(255, 255, 255, 0.2);
}
#ct-city-wth .ct-series-a .ct-area {
  fill: none;
}
#ct-polar-chart .ct-series-a .ct-point,
#ct-polar-chart .ct-series-b .ct-point,
#ct-polar-chart .ct-series-c .ct-point,
#ct-polar-chart .ct-series-d .ct-point {
  stroke-width: 3px;
}
#ct-polar-chart .ct-series-a .ct-area {
  fill: #2cabe3;
}
#ct-polar-chart .ct-series-b .ct-area {
  fill: #53e69d;
}
#ct-polar-chart .ct-series-c .ct-area {
  fill: #ff7676;
}
#ct-polar-chart .ct-series-d .ct-area {
  fill: #ffc36d;
}
#ct-daily-sales .ct-series-a .ct-bar {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 10px;
}
/*New weather widgets*/
.dp-table {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.dp-table li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: table-cell;
  text-align: center;
}
/*Calendar widgets*/
.calendar-widget {
  display: block;
  background: #ffffff;
  overflow: hidden;
}
.calendar-widget .cal-left {
  width: 30%;
  float: left;
  position: absolute;
  padding: 5%;
  height: 100%;
}
.calendar-widget .cal-left .cal-btm-text {
  position: absolute;
  bottom: 40px;
  font-weight: 400;
}
.calendar-widget .cal-left h1 {
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 400;
}
.calendar-widget .cal-left span {
  width: 100px;
  border-top: 2px solid #53e69d;
  height: 2px;
  margin: 3px 0;
  display: inline-block;
}
.calendar-widget .cal-right {
  width: 70%;
  float: right;
  min-height: 200px;
}
.calendar-widget .cal-right .cal-table {
  width: 100%;
}
.calendar-widget .cal-right .cal-table td {
  padding: 18px 15px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.calendar-widget .cal-right .cal-table td h1 {
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  padding-left: 30px;
}
.calendar-widget .cal-right .cal-table td .cal-add {
  font-size: 24px;
  color: #ffffff;
}
.calendar-widget .cal-right .cal-table td.cal-active {
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.1);
}
/*Real-time-widgest*/
.real-time-widgets {
  text-align: center;
  position: relative;
}
.real-time-widgets .data-text {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  z-index: 200;
  right: 0;
  top: 110px;
}
.real-time-widgets .data-text h1 {
  font-size: 50px;
}
.real-time-widgets .data-text h5 {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #53e69d;
}
.real-time-widgets .data-text span {
  font-size: 18px;
  font-weight: 400;
}














/***************************** 
    Stylish tabs page 
*****************************/
.sttabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
}
.sticon::before {
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  font-size: 20px;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sttabs nav {
  text-align: center;
}
.sttabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sttabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sttabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}
.sttabs nav a span {
  vertical-align: middle;
  font-wight: 500;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}
.sttabs nav a:focus {
  outline: none;
}
.sttabs nav li.tab-current a {
  color: #ff7676;
}
.content-wrap {
  background: #ffffff;
}
/*****************************/
/* Bar tab*/
/*****************************/
.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7fafc;
  color: #686868;
  padding: 5px 0;
  transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #ff7676;
}
.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.tabs-style-bar nav ul li.tab-current a {
  background: #fb9678;
  color: #fff;
}
/*****************************/
/* Icon box tab*/
/*****************************/
.tabs-style-iconbox nav {
  background: #f7fafc;
}
.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 25px 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #313131;
}
.tabs-style-iconbox nav ul li.tab-current {
  z-index: 1;
}
.tabs-style-iconbox nav ul li.tab-current a {
  background: #2cabe3;
  color: #ffffff;
  box-shadow: -1px 0 0 #ffffff;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #2cabe3;
  content: '';
  pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}
.tabs-style-iconbox .sticon::before {
  display: block;
  margin: 0 0 0.25em 0;
}
/*****************************/
/* Underline tab*/
/*****************************/
.tabs-style-underline nav {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.tabs-style-underline nav a {
  padding: 20px 0;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #313131;
}
.tabs-style-underline nav li:last-child a {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fb9678;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*****************************/
/* Triangle and line tab*/
/*****************************/
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 15px 0;
  color: #313131;
}
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #ffffff;
}
.tabs-style-linetriangle nav li.tab-current a span {
  color: #ff7676;
}
.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}
/*****************************/
/* Falling Icon tab */
/*****************************/
.tabs-style-iconfall {
  overflow: visible;
}
.tabs-style-iconfall nav {
  max-width: 1200px;
  margin: 0 auto;
}
.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #313131;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus {
  color: #ff7676;
}
.tabs-style-iconfall nav li.tab-current a {
  color: #ff7676;
}
.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #ff7676;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.tabs-style-iconfall nav li.tab-current .sticon::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tabs-style-iconfall .sticon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}
@media screen and (max-width: 58em) {
  .tabs-style-iconfall nav li .sticon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*****************************/
/* Moving Line tab */
/*****************************/
.tabs-style-linemove nav {
  background: #f7fafc;
}
.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff7676;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0);
}
.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}
.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tabs-style-linemove nav a {
  padding: 30px 0;
  color: #313131;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
}
.tabs-style-linemove nav li.tab-current a {
  color: #ff7676;
}
/*****************************/
/* Line tab*/
/*****************************/
.tabs-style-line nav a {
  padding: 20px 10px;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #686868;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b;
}
.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #ff7676;
  color: #ff7676;
}
@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}

















/*****************************/
/* Circle tab*/
/*****************************/
.tabs-style-circle {
  overflow: visible;
}
.tabs-style-circle nav li {
  margin-top: 60px!important;
  margin-bottom: 60px!important;
}
.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #fb9678;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.tabs-style-circle nav a {
  overflow: visible;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 14;
  line-height: 1.1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.tabs-style-circle nav a span {
  display: inline-block;
}
.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: #ff7676;
}
.tabs-style-circle nav li.tab-current a {
  color: #ff7676;
}
.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}
@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}
.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.tabs-style-circle .sticon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}
.tabs-style-circle nav li.tab-current .sticon::before {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}
/*****************************/
/* Shape tab*/
/*****************************/
.tabs-style-shape {
  max-width: 1200px;
  margin: 0 auto;
}
.tabs-style-shape nav ul li {
  margin: 0 3em;
}
.tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}
.tabs-style-shape nav ul li.tab-current {
  z-index: 1;
}
.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}
.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9;
}
.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}
.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}
.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}
.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs-style-shape nav li a:hover span {
  background-color: #ff7676;
}
.tabs-style-shape nav li a:hover svg {
  fill: #ff7676;
}
.tabs-style-shape nav li a svg {
  pointer-events: none;
}
.tabs-style-shape nav li a svg use {
  pointer-events: auto;
}
.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  -webkit-transition: none;
  transition: none;
}
.tabs-style-shape nav li.tab-current a span {
  background: #f7fafc;
}
.tabs-style-shape nav li.tab-current a svg {
  fill: #f7fafc;
}
.tabs-style-shape .content-wrap {
  background: #f7fafc;
}
@media screen and (max-width: 58em) {
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none;
  }
  .tabs-style-shape nav ul li a {
    margin: 0;
  }
  .tabs-style-shape nav ul li svg {
    display: none;
  }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}
/*****************************/
/* Line Box tab*/
/*****************************/
.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none;
}
.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #313131;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #ff7676;
}
.tabs-style-linebox nav li.tab-current a {
  color: #ffffff;
}
.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.tabs-style-linebox nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: #ff7676;
}
@media screen and (max-width: 58em) {
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }
  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}
/*****************************/
/* Flip tab*/
/*****************************/
.tabs-style-flip {
  max-width: 1200px;
  margin: 0 auto;
}
.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #313131;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus {
  color: #ff7676;
}
.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a {
  color: #ff7676;
}
.tabs-style-flip nav li.tab-current a::after {
  background-color: #f7fafc;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.tabs-style-flip .content-wrap {
  background: #f7fafc;
}
/*****************************/
/* Circle fill tab*/
/*****************************/
.tabs-style-circlefill {
  max-width: 800px;
  border: 1px solid #ff7676;
  margin: 0 auto;
}
.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #ff7676;
}
.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em;
}
.tabs-style-circlefill nav li:first-child {
  border-left: none;
}
.tabs-style-circlefill nav li:last-child {
  border: none;
}
.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #ff7676;
  border-radius: 50%;
  background: #ff7676;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.tabs-style-circlefill nav li.tab-current::before {
  -webkit-transform: scale3d(2.5, 2.5, 1);
  transform: scale3d(2.5, 2.5, 1);
}
.tabs-style-circlefill nav a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-circlefill nav a span {
  display: none;
}
.tabs-style-circlefill nav li.tab-current a {
  color: #ffffff;
}
.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}
.tabs-style-circlefill .content-wrap {
  border-top: 1px solid #ff7676;
}
/* Content */
.content-wrap {
  position: relative;
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 25px;
  min-height: 150px;
}
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
}
.content-wrap section.content-current {
  display: block;
}
/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
  display: block;
}
.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}
@media screen and (max-width: 58em) {
  .sttabs nav a span {
    display: none;
  }
  .sttabs nav a:before {
    margin-right: 0;
  }
}
/***************************** 
    Stylish tolltip page 
*****************************/
.mytooltip {
  display: inline;
  position: relative;
  z-index: 9999;
}
/* Trigger text */
.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}
/* Gap filler */
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  color: #ffffff;
}
.tooltip-effect-2 .tooltip-content {
  -webkit-transform-origin: 50% calc(110%);
  transform-origin: 50% calc(110%);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-3 .tooltip-content {
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  -webkit-transform-origin: 50% calc(106%);
  transform-origin: 50% calc(106%);
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}


}
