body {
  color: #797979;
  background: #e7e7e7;
  font-family: 'Lato', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

label {
  font-weight: 300;
}

ul li {
  list-style: none;
}

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

input:focus,
textarea:focus {
  outline: none;
}

table tr th {
  color: #688a7e;
}

*:focus {
  outline: none;
}

::selection {
  background: #688a7e;
  color: #fff;
}

::-moz-selection {
  background: #688a7e;
  color: #fff;
}

#container {
  width: 100%;
  height: 100%;
}

.Creative-pro,
.Creative-pro h3 {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: hidden;
  height: 50px;
  margin: 0px;
}

.Creative-pro h3 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.lite {
  /*color: #00a0df !important;*/
}

.modal-content {
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.9);
}

.modal-footer {
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-shadow: 0px 1px #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 12px;
  color: #555;
  box-shadow: inset 0px 1px 1px #fff;
}

.modal-header .close {
  font-weight: 300;
  font-size: 30px;
}

#modalBody, #confirmModalBody {
  font-size: 1.75em;
  height: 100px;
  padding: 8%;
}

#sidebar {
  width: 180px;
  height: 100%;
  position: fixed;
  background: #b3b9bf;
}

.nav-collapse.collapse {
  display: inline;
}

ul.sidebar-menu,
ul.sidebar-menu li ul.sub {
  margin: -2px 0 0;
  padding: 0;
}

ul.sidebar-menu {
  margin-top: 60px;
}

#sidebar>ul>li>ul.sub {
  display: none;
}

#sidebar>ul>li.active>ul.sub,
#sidebar>ul>li>ul.sub>li>a {
  display: block;
}

ul.sidebar-menu li ul.sub li {
  background: #394a59;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

ul.sidebar-menu li ul.sub li:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
  font-size: 12px;
  padding: 0 0 0 32px;
  line-height: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #d0d8df;
  font-size: 14px;
}

ul.sidebar-menu li ul.sub li a:hover,
ul.sidebar-menu li ul.sub li.active a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

ul.sidebar-menu li {
  line-height: 20px !important;
}

ul.sidebar-menu li.sub-menu {
  line-height: 15px;
  font-size: 16px;
}

ul.sidebar-menu li a span {
  display: inline-block;
}

ul.sidebar-menu li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 10px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}

ul.sidebar-menu li.active a,
ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
  background: #2e3b46;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.sidebar-menu li a:hover,
ul.sidebar-menu li a:focus {
  border-bottom: 1px solid #d0d8df;
}

ul.sidebar-menu .sub-menu li.active a {
  border-bottom: 1px solid #d0d8df;
}

ul.sidebar-menu li a i {
  font-size: 18px;
  padding-right: 6px;
}

ul.sidebar-menu li a:hover i,
ul.sidebar-menu li a:focus i {
  color: #fff;
}

ul.sidebar-menu li.active a i {
  color: #fff;
}

#sidebar ul>li>a .arrow {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #A0A0A0;
  border-top: 4px solid transparent;
  float: right;
  height: 0;
  margin-right: 10px;
  margin-top: 6px;
  width: 0;
}

#sidebar ul>li>a .menu-arrow {
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}

#sidebar>ul>li>a .arrow.open {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #A0A0A0;
  float: right;
  height: 0;
  margin-right: 10px;
  margin-top: 8px;
  width: 0;
}

#sidebar ul>li.active>a .arrow,
#sidebar ul>li>a:hover .arrow,
#sidebar ul>li>a:focus .arrow {
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid #d0d8df;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#sidebar>ul>li.active>a .arrow.open,
#sidebar>ul>li>a:hover .arrow.open,
#sidebar>ul>li>a:focus .arrow.open {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid #d0d8df;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

#main-content {
  margin-left: 180px;
}

.header,
.footer {
  min-height: 60px;
  padding: 0 15px;
}

.box1 {
  font-size: 16px;
  display: inline-block;
  width: 25%;
  padding: .25em .5em;
  margin: 20px 10px 0 0;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
}

.white-bg {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f1f2f7;
}

.dark-bg {
  background: #283137;
  border-bottom: 1px solid #f1f2f7;
}

.panel-content {
  padding: 10px;
}

.wrapper {
  display: inline-block;
  margin-top: 60px;
  padding: 15px;
  width: 100%;
}

a.logo {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  float: left;
  margin-top: 15px;
  text-transform: uppercase;
}

a.logo:hover,
a.logo:focus {
  text-decoration: none;
  outline: none;
}

a.logo span {
  color: #688a7e;
}

#top_menu .nav>li,
ul.top-menu>li {
  float: left;
}

.search-row {
  float: left;
  margin-top: 15px;
  margin-left: 16px;
}

.notification-row {
  float: right;
  margin-top: 15px;
  margin-left: 65px;
}

ul.top-menu>li>a {
  color: white;
  font-size: 18px;
  padding: 2px 6px;
  margin-right: 15px;
}

ul.top-menu>li>a:hover,
ul.top-menu>li>a:focus {
  background: transparent !important;
  color: #D7D7D7 !important;
}

.notification-row .badge {
  position: absolute;
  right: -4px;
  top: 0px;
  z-index: 100;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  padding: 3px 5px;
  background: #00a0df;
  font-weight: 400;
}

.badge {
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  padding: 3px 5px;
  background: #00a0df;
}

.dropdown-menu.extended {
  max-width: 300px !important;
  min-width: 160px !important;
  top: 42px;
  width: 235px !important;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.navbar-form {
  padding: 0px;
  margin: 0 0 0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Chrome */
  .dropdown-menu.extended {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
  }
  ;
}

.dropdown-menu.extended li p {
  background-color: #F1F2F7;
  color: #666666;
  margin: 0;
  padding: 10px;
}

.dropdown-menu.extended li p.green {
  background-color: #4cd964;
  color: #fff;
}

.dropdown-menu.extended li p.red {
  background-color: #00a0df;
  color: #fff;
}

.dropdown-menu.extended li p.blue {
  background-color: #688a7e;
  color: #fff;
}

.dropdown-menu.extended li p.yellow {
  background-color: #fcb322;
  color: #fff;
}

.dropdown-menu.extended li a {
  border-bottom: 1px solid #EBEBEB !important;
  font-size: 12px;
  list-style: none;
}

.dropdown-menu.extended li a {
  padding: 15px 10px !important;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.extended li a:hover {
  background-color: #F7F8F9 !important;
  color: #2E2E2E;
  border-bottom: 1px solid #688a7e !important;
}

.dropdown-menu.tasks-bar .task-info .desc {
  font-size: 13px;
  font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -4px;
}

.dropdown-menu.extended .progress {
  margin-bottom: 0 !important;
  height: 10px;
}

.dropdown-menu.inbox li a .photo img {
  border-radius: 2px 2px 2px 2px;
  float: left;
  height: 40px;
  margin-right: 4px;
  width: 40px;
}

.dropdown-menu.inbox li a .subject {
  display: block;
}

.dropdown-menu.inbox li a .subject .from {
  font-size: 12px;
  font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 5px;
}

.dropdown-menu.inbox li a .message {
  display: block !important;
  font-size: 11px;
}

.top-nav {
  margin-top: 7px;
}

.top-nav ul.top-menu>li .dropdown-menu.logout {
  width: 200px !important;
}

.top-nav li.dropdown .dropdown-menu {
  float: right;
  right: 0;
  left: auto;
}

.dropdown-menu.extended.logout>li {
  float: left;
  text-align: left;
  width: 100%;
}

.dropdown-menu.extended.logout>li.eborder-top {
  border-top: 2px solid #688a7e !important;
}

.dropdown-menu.extended.logout>li:last-child {
  float: left;
  text-align: left;
  width: 100%;
  background: #688a7e;
}

.dropdown-menu.extended.logout>li:last-child>a,
.dropdown-menu.extended.logout>li:last-child>a:hover {
  color: #fff;
  border-bottom: none !important;
  text-transform: uppercase;
  background-color: #688a7e !important;
}

.dropdown-menu.extended.logout>li:last-child>a:hover>i {
  color: #fff;
}

.dropdown-menu>li>a {
  color: #797979;
}

.dropdown-menu.extended.logout>li>a {
  border-bottom: 1px solid #EBEBEB !important;
  font-size: 14px;
  list-style: none;
  padding: 15px 10px !important;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.extended.logout>li>a:hover {
  background-color: #F7F8F9 !important;
  color: #2E2E2E;
  border-bottom: 1px solid #688a7e !important;
}

.dropdown-menu.extended.logout>li>a:hover i {
  color: #688a7e;
}

.dropdown-menu.extended.logout>li>a i {
  font-size: 17px;
}

.dropdown-menu.extended.logout>li>a>i {
  display: inline-block;
  padding-right: 10px
}

.top-nav .username {
  font-size: 16px;
  color: #f8f8f8;
}

.top-nav ul.top-menu>li>a {
  padding: 8px;
  background: none;
  margin-right: 0;
}

.top-nav ul.top-menu>li {
  margin-left: 10px;
}

.top-nav ul.top-menu>li>a:hover,
.top-nav ul.top-menu>li>a:focus {
  background: #F1F2F7;
}

.top-nav .dropdown-menu.extended.logout {
  top: 50px;
}

.top-nav .nav .caret {
  border-bottom-color: #A4AABA;
  border-top-color: #A4AABA;
}

.top-nav ul.top-menu>li>a:hover .caret {
  border-bottom-color: #7498f1;
  border-top-color: #7498f1;
}

.log-arrow-up {
  background: url("../img/arrow-up.png") no-repeat;
  width: 20px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: -10px;
}


/*----*/

.page-header {
  color: #383838!important;
  margin: 12px 0 20px;
  border-bottom: none;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: 400;
}

.page-header i {
  color: #383838!important;
  margin-right: 10px;
  float: left;
  font-size: 30px;
  line-height: 22px;
  opacity: 0.8;
}

/*----------------  color------------------------*/
.header-bg {
  color: #fff;
  background: darkturquoise;
  background-color: darkturquoise;
}


/*----------------------  panel-----------------*/

.panel {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.panel .panel-heading {
  line-height: 34px;
  padding: 0 15px;
  min-height: 34px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

.panel .panel-heading .panel-title {
  line-height: 40px;
}

.panel .panel-heading i {
  width: 30px;
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #e6e6e6;
}

.panel .panel-heading ul li {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.panel .panel-heading h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
}

.panel .panel-heading .panel-actions {
  float: right;
  margin-right: -15px;
  height: 40px;
  font-size: 0;
}

.panel .panel-heading .panel-actions i {
  display: inline-block;
  text-align: center;
  width: 34px;
  -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;
  text-decoration: none;
  font-size: 14px;
}

.panel .panel-heading .panel-actions a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
  border-left: 1px solid rgba(0, 0, 0, .09);
}

.panel-actions .btn-setting:hover,
.panel-actions .btn-minimize:hover,
.panel-actions .btn-close:hover {
  background-color: rgba(0, 0, 0, .05);
}

.panel .panel-heading .switch {
  margin: 10px;
}

.panel .panel-body {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}

.panel .panel-body-map {
  border-width: 1px 1px 2px;
  border-style: solid;
  background: #eef3f7;
  height: 380px;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}

.panel .panel-body.no-padding {
  padding: 0;
}

.panel .panel-body.padding-horizontal {
  padding: 0 15px;
}

.panel .panel-body.no-padding-bottom {
  padding-bottom: 0;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel .panel-footer {
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
  position: relative;
}

.panel.panel-default {
  border-radius: 0px;
  border-top: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}


}
.panel.panel-default.panel-heading {
  background: #97d3c5;
}
.panel.panel-default .panel-footer {
  background: #f5f5f5;
}
.panel.panel-primary {
  border-color: #20a8d8;
}
.panel.panel-primary .panel-heading,
.panel.panel-primary .panel-footer {
  background: #5dc3e7;
  color: #092f3d;
  border-color: #20a8d8;
}
.panel.panel-success {
  border-color: #79c447;
}
.panel.panel-success .panel-heading,
.panel.panel-success .panel-footer {
  background: #a3d781;
  color: #284315;
  border-color: #79c447;
}
.panel.panel-info {
  border-color: #67c2ef;
}
.panel.panel-info .panel-heading,
.panel.panel-info .panel-footer {
  background: #acdef6;
  color: #106894;
  border-color: #67c2ef;
}
.panel.panel-warning {
  border-color: #fabb3d;
}
.panel.panel-warning .panel-heading,
.panel.panel-warning .panel-footer {
  background: #fcd588;
  color: #815703;
  border-color: #fabb3d;
}
.panel.panel-danger {
  border-color: #ff5454;
}
.panel.panel-danger .panel-heading,
.panel.panel-danger .panel-footer {
  background: #ffa1a1;
  color: #a10000;
  border-color: #ff5454;
}

/*--sidebar toggle---*/
.toggle-nav {
  float: left;
  padding-right: 15px;
  margin-top: 20px;
}
.toggle-nav .icon-reorder {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
}
.sidebar-closed>#sidebar>ul {
  display: none;
}
.sidebar-closed #main-content {
  margin-left: 0px;
}
.sidebar-closed #sidebar {
  margin-left: -180px;
}


/*Creative carousel model*/
.flat-carousal {
  background: #00a0df;
  padding: 10px;
  color: #fff;
  position: relative;
}
.flat-carousal h1 {
  text-align: center;
  font-size: 16px;
  margin: 30px 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
a.view-all {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
ul.ft-link {
  margin: 0;
  padding: 0;
}
ul.ft-link li {
  border-right: 1px solid #E6E7EC;
  display: inline-block;
  line-height: 30px;
  margin: 8px 0;
  text-align: center;
  width: 24%;
}
ul.ft-link li a {
  color: #74829c;
  text-transform: uppercase;
  font-size: 12px;
}
ul.ft-link li a:hover,
ul.ft-link li.active a {
  color: #00a0df;
}
ul.ft-link li:last-child {
  border-right: none;
}
ul.ft-link li a i {
  display: block;
}
#owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-buttons {
  position: absolute;
  top: 70px;
  width: 100%;
}
.owl-prev,
.owl-next {
  position: absolute;
}
.owl-next {
  right: 0;
}
.owl-buttons .owl-prev {
  text-indent: -9999px;
  background: url("../img/left-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}
.owl-buttons .owl-next {
  text-indent: -9999px;
  background: url("../img/right-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

/*fontawesome*/
.fontawesome-icon-list h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}
.fontawesome-icon-list .col-sm-3 {
  margin-bottom: 10px;
}
.fontawesome-icon-list .page-header {
  border-bottom: 1px solid #C9CDD7;
}
.fontawesome-icon-list i {
  font-size: 16px;
  padding-right: 10px;
}
#web-application,
#text-editor,
#directional,
#video-player,
#brand,
#medical,
#currency {
  margin-top: 10px;
}

/*panel heading color*/
.panel-heading,
.modal-header {
  background: #F7F7F7;
  color: #688a7e;
}
.panel-heading h3 {
  margin: 0px !important;
}
.panel-primary>.panel-heading.navyblue {
  background-color: #2A3542;
  border-color: #2A3542;
  color: #FFFFFF;
}

/*table*/
.table {
  border:1px solid lightgray;
}
.table-advance tr td {
  vertical-align: middle !important;
}
.no-border {
  border-bottom: none;
}
.dataTables_length,
.dataTables_filter {
  padding: 15px;
}
.dataTables_info {
  padding: 0 15px;
}
.dataTables_filter {
  float: right;
}
.dataTables_length select {
  width: 65px;
  padding: 5px 8px;
}
.dataTables_length label,
.dataTables_filter label {
  font-weight: 300;
}
.dataTables_filter label {
  width: 100%;
}
.dataTables_filter label input {
  width: 78%;
}
.border-top {
  border-top: 1px solid #ddd;
}
.dataTables_paginate.paging_bootstrap.pagination li {
  float: left;
  margin: 0 1px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
  color: #c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a {
  color: #797979;
  padding: 5px 10px;
  display: inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a,
.dataTables_paginate.paging_bootstrap.pagination li.active a {
  color: #797979;
  background: #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dataTables_paginate.paging_bootstrap.pagination {
  float: right;
  margin-right: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.dataTable tr:last-child {
  border-bottom: 1px solid #ddd;
}

/*button*/
.btn-row {
  margin-bottom: 10px;
}

/*tabs*/
.tab-head {
  background: #688a7e;
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.tab-container {
  margin-top: 10px;
}
.tab-head .nav-tabs>li>a {
  border-radius: 0;
  margin-right: 1px;
  color: #fff;
}
.tab-head .nav-tabs>li.active>a,
.tab-head .nav-tabs>li>a:hover,
.tab-head .nav-tabs>li.active>a:hover,
.tab-head .nav-tabs>li.active>a:focus {
  background-color: #f1f2f7;
  border-color: #f1f2f7;
  color: #797979;
}

/*general page*/
.progress-xs {
  height: 8px;
}
.progress-sm {
  height: 12px;
}
.panel-heading .nav {
  border: medium none;
  font-size: 13px;
  margin: -10px -15px -11px;
}
.tab-bg-primary {
  background: #688a7e;
  border-bottom: none;
}
.tab-bg-info {
  background: #324c57;
  border-bottom: none;
}
.tab-bg-info.panel-heading .nav>li.active>a,
.tab-bg-info.panel-heading .nav>li>a:hover {
  color: #36464d;
}
.tab-bg-info.panel-heading .nav {
  margin: -10px 15px -11px;
}
.panel-heading .nav>li>a,
.panel-heading .nav>li.active>a,
.panel-heading .nav>li.active>a:hover,
.panel-heading .nav>li.active>a:focus {
  border-width: 0;
  border-radius: 0;
}
.panel-heading .nav>li>a {
  color: #fff;
}
.panel-heading .nav>li.active>a,
.panel-heading .nav>li>a:hover {
  color: #688a7e;
  background: #fff;
}
.tab-right {
  height: 38px;
}
.panel-heading.tab-right .nav>li:first-child.active>a,
.tab-right.panel-heading .nav>li:first-child>a:hover {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.panel-heading.tab-right .nav>li:last-child.active>a,
.tab-right.panel-heading .nav>li:last-child>a:hover {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
}
.panel-heading.tab-right .nav-tabs>li>a {
  margin-left: 1px;
  margin-right: 0px;
}
.m-bot20 {
  margin-bottom: 20px;
}
.m-bot-none {
  margin-bottom: 0;
}
.wht-color {
  color: #fff;
}
.close-sm {
  font-size: 14px;
}

/*form*/
.sm-input {
  width: 175px;
}
.form-horizontal .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.form-horizontal .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.form-horizontal .form-group .help-block {
  margin-bottom: 0;
}
.round-input {
  border-radius: 500px;
  -webkit-border-radius: 500px;
}
.m-bot15 {
  margin-bottom: 15px;
}
.form-horizontal .checkbox-inline>input {
  margin-top: 1px;
  border: none;
}

/*form validation*/
.form-validate .form-group label.error {
  display: inline;
  margin: 5px 0;
  color: #00a0df;
  font-weight: 400;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus,
.form-validate .form-group input.error,
.form-validate .form-group textarea.error {
  border-color: #00a0df !important;
}
#register_form label.error {
  display: inline;
  margin: 5px 0px;
  width: auto;
  color: #00a0df;
}
.checkbox,
.checkbox:hover,
.checkbox:focus {
  border: none;
}

/*slider*/
table.sliders tr td {
  padding: 30px 0;
  border: none;
}
.slider {
  margin-top: 3px;
}
.slider-info {
  padding-top: 10px;
}
.sliders .ui-widget-header {
  background: #688a7e !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0 !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0 !important;
}
#eq span {
  height: 120px;
  float: left;
  margin: 15px
}
.ui-widget-content {
  background: #f0f2f7 !important;
  border: none !important;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.ui-slider-horizontal {
  height: 8px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.57em !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff !important;
  /*border: 3px solid #22bacf !important;*/
  
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.ui-slider-vertical {
  width: 8px !important;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.5em !important;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.6em;
  position: absolute;
  width: 1.6em;
  z-index: 2;
}
.bound-s {
  width: 90px;
  margin-bottom: 15px;
}

/*checkbox & radio style*/
.checkboxes label,
.radios label {
  display: block;
  cursor: pointer;
  line-height: 20px;
  padding-bottom: 7px;
  font-weight: 300;
}
.radios {
  padding-top: 18px;
}
.label_check input,
.label_radio input {
  margin-right: 5px;
}

/*date picker*/
.add-on {
  border: 1px solid #E2E2E4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  float: right;
  margin-right: -37px;
  margin-top: -34px;
  padding: 8px;
  text-align: center;
  background: #EEEEEE;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
  margin-bottom: 10px;
  padding-left: 0px;
}
.daterangepicker .ranges label {
  padding-bottom: 0;
  padding-top: 8px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.datepicker td.active[disabled],
.datepicker td.active[disabled]:hover,
.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  background: #688a7e;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td span.active {
  text-shadow: none;
}
.datepicker th.switch {
  width: 125px;
}
.datepicker td span {
  height: 40px;
  line-height: 40px;
}

/*ck editor*/
.cke_top,
.cke_bottom {
  background: #F5F5F5 !important;
  background: -moz-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -webkit-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  background: -o-linear-gradient(center top, #F5F5F5, #F5F5F5) repeat scroll 0 0 #F5F5F5 !important;
  box-shadow: none;
  padding: 6px 8px 2px;
}
.cke_top {
  border-bottom: 1px solid #cccccc !important;
}
.cke_chrome {
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
  display: block;
  padding: 0;
}

/*form wizard*/
.stepy-tab {
  text-align: center;
}
.stepy-tab ul {
  display: inline-block;
}
.stepy-tab ul li {
  float: left;
}
.step legend {
  border: none;
}
.button-back {
  float: left;
}
.button-next,
.finish {
  float: right;
}
.button-back,
.button-next,
.finish {
  cursor: pointer;
  text-decoration: none;
}
.step {
  clear: left;
}
.step label {
  display: block;
}
.stepy-titles li {
  color: #757575;
  cursor: pointer;
  float: left;
  margin: 10px 15px;
}
.stepy-titles li span {
  display: block;
}
.stepy-titles li.current-step div {
  color: #fff;
  cursor: auto;
  background: #688a7e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.stepy-titles li div {
  font-size: 16px;
  font-weight: 300;
  background: #eee;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

/*widget*/
.user-heading.alt {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.alt.green-bg {
  background: #4cd964;
}
.profile-nav.alt.green-border ul>li>a:hover,
.profile-nav.alt.green-border ul>li>a:focus,
.profile-nav.alt.green-border ul li.active a {
  border-left: 5px solid #4cd964;
}
.user-heading.alt a {
  float: left;
  margin-right: 15px;
  margin-left: -10px;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.user-heading.alt a img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.twt-feed {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  text-align: center;
}
.twt-feed.blue-bg {
  background: #00a0df;
}
.twt-feed h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
.twt-feed a {
  border: 8px solid #fff;
  border-radius: 50%;
  -webit-border-radius: 50%;
  display: inline-block;
  margin-bottom: -55px;
}
.twt-feed a img {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  -webit-border-radius: 50%;
}
.twt-category {
  display: inline-block;
  margin-bottom: 11px;
  margin-top: 55px;
  width: 100%;
}
.profile-widget-data {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
}
.twt-category ul li,
.profile-widget-data ul li,
.profile-nav ul>li {
  color: #89817f;
  font-size: 13px;
  border-bottom: none;
}
.twt-category h5 {
  font-size: 20px;
  font-weight: 300;
}
.twt-write .t-text-area {
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.twt-footer {
  padding: 10px 15px;
}
.btn-space {
  padding-left: 11.6%;
  padding-right: 11%;
}
.p-head {
  color: #f77b6f;
  font-weight: 400;
  font-size: 14px;
}
.cmt-head {
  font-weight: 400;
  font-size: 13px;
}
.p-thumb img {
  width: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tasi-tab .media-body p {
  /*color: #b8bac6;*/
}

/*Timeline chat*/
.chat-form {
  margin-top: 25px;
  clear: both;
}
.chat-form .input-cont {
  margin-bottom: 10px;
}
.chat-form .input-cont input {
  margin-bottom: 0px;
}
.chat-form .input-cont input {
  border: 1px solid #d3d3d3 !important;
  margin-top: 0;
  min-height: 45px;
}
.chat-form .input-cont input {
  background-color: #fff !important;
}
.chat-features a {
  margin-left: 10px;
}
.chat-features a i {
  color: #d0d0d0;
}
.profile-activity:before {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  top: 0;
  width: 2px;
}

/*.profile-activity:before, .act-time:before, .act-time .text:before {

    content: "";

    left: 60px;

    position: absolute;

    top: -2px;

}*/
.profile-activity,
.act-time,
.profile-activity .act-in,
.profile-activity .act-out {
  position: relative;
}
.profile-activity .act-in .arrow {
  /*border-right: 8px solid #F4F4F4 !important;*/
}
.profile-activity .act-in .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}
.profile-activity .act-out .arrow {
  /*border-right: 8px solid #34aadc !important;*/
}
.profile-activity .act-out .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 13px;
  width: 0;
}
.act-time:first-child:before {
  margin-top: 16px;
}
.act-time:before {
  background: #CCCCCC;
  border: 2px solid #FAFAFA;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height: 14px;
  margin: 23px 0 0 -6px;
  width: 14px;
}
.act-time:hover:before {
  background: #34aadc;
}
.act-time:first-child {
  padding-top: 0;
}
.activity-img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.activity-img img {
  display: block;
  height: 44px;
  width: 44px;
}
.activity-body {
  /*margin-left: 80px;*/
}
.act-time .act-in .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.act-time .act-out .text {
  border: 1px solid #e3e6ed;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.act-time p {
  margin: 0;
}
.act-time .attribution {
  font-size: 11px;
  margin: 0px 0 5px;
}
.act-time {
  overflow: hidden;
  padding: 8px 0;
}
.act-in a,
.act-in a:hover {
  color: #b64c4c;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.act-out a,
.act-out a:hover {
  color: #288f98;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.messages-wrapper {
  position: relative;
}
.message {
  border-radius: 20px 20px 20px 20px;
  margin: 0 15px 10px;
  padding: 5px 20px;
  position: relative;
}
.message.to {
  background-color: #2095FE;
  color: #fff;
  margin-left: 80px;
}
.message.from {
  background-color: #E5E4E9;
  color: #363636;
  margin-right: 80px;
}
.message.to+.message.to,
.message.from+.message.from {
  margin-top: -7px;
}
.message:before {
  border-color: #2095FE;
  border-radius: 50% 50% 50% 50%;
  border-style: solid;
  border-width: 0 20px;
  bottom: 0;
  clip: rect(20px, 35px, 42px, 0px);
  content: " ";
  height: 40px;
  position: absolute;
  right: -50px;
  width: 30px;
  z-index: -1;
}
.message.from:before {
  border-color: #E5E4E9;
  left: -50px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*custom select*/
span.customSelect {
  font-size: 12px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #EAEAEA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #A4AABA;
}
span.customSelect.changed {
  background-color: #fff;
}
.customSelectInner {
  background: url(../img/customSelect-arrow.gif) no-repeat center right;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

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

.now-page {
  background-color: lightgray!important;
  font-weight: bold!important;
}

.nav.pull-right.top-menu{
  display: flex;
  align-items: center; 
}

