@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Karla:700|Nunito+Sans:600,700");
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara&display=swap');
@import './bootstrap.min.css';
@import '../bootstrap-select/bootstrap-select.min.css';

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
}
#intro1 {
  width: 80px;
  height: 80px;
  background: url("../images/img_intro01.svg") 0 0 no-repeat;
  text-align: center;
  display: inline-block;
}
#intro2 {
  width: 80px;
  height: 80px;
  background: url("../images/img_intro02.svg") 0 0 no-repeat;
  text-align: center;
  display: inline-block;
}
#intro3 {
  width: 80px;
  height: 80px;
  background: url("../images/img_intro03.svg") 0 0 no-repeat;
  text-align: center;
  display: inline-block;
}
.page-title-box {
  line-height: 20px;
  padding: 10px 0; 
}
.page-title-box .page-title {
  font-size: 36px;
  font-family: "Hind Vadodara", sans-serif;
  color: #000000;
  margin-top: 0;
  font-weight: 600; 
  text-align: center; 
}
.page-title-box .page-detail {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600; 
  text-align: center;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 80px; 
}
#topnav .container-fluid {
  max-width: 100%;
  height: 80px;
}
#topnav .topbar-main {
  background-color: #ffffff;
}
#topnav .topbar-main .logo {
  color: #3078C9 !important;
  font-size: 30px;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 80px;
  float: left; 
}
#topnav .topbar-custom {
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 0; 
}
#topnav .topbar-custom .nav-link {
  padding: 0;
  line-height: 80px;
}
#topnav .topbar-custom .dropdown-toggle:after {
  content: initial; 
}
/* #topnav .topbar-custom .menu-left {
  overflow: hidden; 
} */
#topnav .navbar-dropdown {
  display: block; 
}
#topnav .navbar-toggle {
  display: none;
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer; 
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navbar-custom {
  font-family: "Hind Vadodara", "Microsoft JhengHei", Bengali;
  font-size: 20px;
  letter-spacing: 0;
}
#topnav .navigation-menu {
  list-style: none;
  line-height:80px;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  display: inline-block;
  position: relative; 
}
#topnav .navigation-menu > li:first-child {
  margin-left: 1em;
}
#topnav .navigation-menu > li:nth-child(n+4) {
  display: none;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #282C3B;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px; 
}
#topnav .navigation-menu > li > a:hover {
  color: #282C3B; 
  background-color: transparent;
}
#topnav .navigation-menu > li > a:focus {
  color: #282C3B; 
  background-color: transparent;
}
#topnav .navigation-menu > li > a:active {
  color: #282C3B; 
}
#topnav #menu-item-dark {
  vertical-align: middle ;
  margin:20px;
  width: 40px;
  height: 40px;
  background: url("../images/ic_nav_more_n.svg") 0 0;
}
#topnav #menu-item-white {
  vertical-align: middle ;
  margin:20px;
  width: 40px;
  height: 40px;
  background: url("../images/ic_nav-index_more_n.png") 0 0;
}
#topnav .language-title {
  width: auto;
  font-size: 20px;
}
#topnav #language-item-dark {
  vertical-align: sub;
  width: 24px;
  height: 24px;
  background: url("../images/ic_nav_language_n.svg") 50% 50% no-repeat;
}
#topnav #language-item-white {
  vertical-align: sub;
  width: 24px;
  height: 24px;
  background: url("../images/ic_language_n.svg") 0 0 no-repeat;
}

/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav #navigation {
    display: block !important; 
  }
  /* #topnav #navigation .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px; 
  } */
} /* end @media (min-width: 992px) */
@media (max-width: 991px) {
  .container {
    width: auto !important; 
  }
  #topnav .navbar-custom .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left; 
  }
  #topnav .navigation-menu > li {
    display: block; 
  }
  #topnav .navigation-menu > li:first-child {
    margin-left: 0;
  }
  #topnav .navigation-menu > li:nth-child(n+4) {
    display: block;
  }
  #topnav .navigation-menu > li:hover, 
  #topnav .navigation-menu > li:focus {
    background-color: #F5F7FC;
  }
  #topnav .navigation-menu > li:active {
    background-color: #E3E5E9;
  }
  #topnav .navigation-menu > li > a {
    padding: 10px 15px; 
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px; 
  }
  #topnav #navigation {
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 10px;
    overflow: auto;
    /* border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7; */
    background-color: #fff; 
  }
  #topnav #navigation.open {
    display: block;
    overflow-y: auto; 
  }
  #topnav .navbar-toggle {
    display: block; 
  }
  #topnav .navbar-dropdown {
    display: none; 
  }
  .left-control {
    top: 50px;
    right: 30px;
    left: 30px;
  }
  .right-control {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 15%;
    right: 10%;
  }

} /* end @media (max-width: 991px) */
@media (min-width: 768px) {

} /* end @media (min-width: 768px) */
@media (max-width: 768px) {
    img[alt="give-me-background"] {
        height: 500px;
    }
  /* #topnav .navbar-toggle {
    display: block; 
  }
  #topnav .navbar-dropdown {
    display: none; 
  } */
} /* end max-width: 768px */

/* Home Custom */
.carousel-control {
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: auto;
}
.carousel .item-title {
    font-size: 56px;
    font-family: "Hind Vadodara", sans-serif;
    letter-spacing: 0;
    color: #5AACFF;
    text-shadow: 0px 1px 3px #00000026;
}
.carousel .item-content {
    font-size: 18px;
    font-family: "Hind Vadodara", sans-serif;
    color: #FFFF;
    text-shadow: 0px 1px 3px #00000026;
}
.carousel-indicators {
    bottom: 0;
    margin: 0;
    padding: 0;
    justify-content: left;
}
.carousel-indicators > li { 
    width: 14px;
    height: 14px;
    border-radius: 14px;
}

.page-second .card-body {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.page-second .card-body .card-title {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 22px;
}
.page-second .card-body .card-detail {
    font-size: 16px;
    font-family: "Noto Sans", Bengali;
    font-weight: normal;
    color: #646464;
    padding: 20px;
    letter-spacing: 0;
}
.row-reverse {
    flex-direction: row-reverse;
    text-align: center;
}
.page-third .card-body {
    transform: translate3d(10px, 20px, 10px);
    flex: none;
}
.page-third .card-body .card-title {
    font-size: 36px;
    padding: 0 20px;
    text-align: left;
    color: #000000;
}
.page-third .card-body .card-detail {
    text-align:left;
    font-size: 20px;
    font-family: "Noto Sans", Bengali;
    font-weight: normal;
    color: #646464;
    padding: 20px;
    letter-spacing: 0;
}
.page-third .card-body ul.card-detail {
    padding-left: 50px;
}

/* Solution Custom */
.table thead {
  width: 100%;
  color: #FFFF;
  background-color: #7A7E8A;
  border-color: #7A7E8A;
}
.table thead tr th {
    /* padding: 30px 20px; */
    font-size: 18px;
    color: #FFFFFF;
    max-width: 50px;
    overflow: hidden; 
    white-space: pre-line;
    /* text-overflow: ellipsis; */
    text-align: center;
    vertical-align: middle;
}
.table thead tr th:first-child {
    width: 20%;
}
.table tbody tr th {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #494949;
    overflow: hidden; 
    white-space: pre-line;
    /* text-overflow: ellipsis; */
    max-width: 50px;
    text-align: right;
    vertical-align: middle;
}
.table tbody tr td {
    padding: 10px 15px;
    font-size: 16px;
    color: #494949;
    overflow: hidden; 
    white-space: pre-line;
    /* text-overflow: ellipsis; */
    max-width: 50px;
    text-align: center;
    vertical-align: middle;
}
tbody tr:nth-child(odd) { background-color:#FFFF; }
tbody tr:nth-child(even) { background-color: #F2F2F2; }
.table .table-list {
    white-space: nowrap;
    text-align: left;
}
.flex-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-check {
    color: #55b55f; 
}
/* .dropdown-menu {
    transform: translate3d(950px, 315px, 0px) !important
}
.btn-dropdown {
    background-color: #7A7E8A !important;
    border: 1px solid #7A7E8A !important;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
} */

/* Contact Custom */
.contact-form .form-control {
    border-radius: 0;
}
.contact-form .form-control::placeholder { 
    color: #A8A8A8; /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
}
.contact-form .form-control:focus::placeholder {
    color: #A8A8A8;
    opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder { 
    /* Internet Explorer 10-11 */
    color: #A8A8A8;
}
.contact-form .form-control:focus:-ms-input-placeholder {
    color: #A8A8A8;
}
.contact-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A8A8A8;
}
.contact-form .form-control:focus::-ms-input-placeholder {
    color: #A8A8A8;
}
.contact-form select {
    color: #A8A8A8;
}
/* Partners Custom */
.form-control.select-partner {
  color: #646464;
  background-color: #fff;
  border: 1px solid #C9DAEB;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;    
  line-height: 1.5em;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.custom-select {
  background-image:
    linear-gradient(45deg, transparent 50%, #4489e4 50%),
    linear-gradient(135deg, #4489e4 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
.card-header.partner-header {
  /*  bg-info text-white font-24 */
  color: #fff;
  background-color: #6FA0CB;
  font-size: 24px;
  border-radius: 0;
  padding: 4.5px 20px;
}
.partner-body img {
  width: inherit;
}
/* .bootstrap-select.btn-group .dropdown-menu > li > a {
    font-size: 1em;
} */
/* Download Custom */
.button-body {
    position: relative;
    display: inline-flex;
    flex: 1 1 auto;
    padding: 1.25em;
    margin: 1em 2em;
    width: 167px;
    height: 65px;
}
.btn-software {
    background-color: #69A7E5;
    border-color: #69A7E5;
    border-radius: 8px;
    min-width: 167px;
    min-height: 65px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-manual {
    background-color: #878B98;
    border-color: #878B98;
    border-radius: 8px;
    min-width: 167px;
    min-height: 74px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre-wrap;
}
/* FAQ Custom */
.accordion .card {
    border: none;
    font-family: "Noto Sans", Bengali;
    font-size: 18px;
  }
.accordion .card-header {
  cursor: pointer;
  background-color: #878B98;
  border-radius: 5px !important;
  padding: 0.25rem 1.25rem;
}
.accordion a {
  display: block;
  position: relative;
  white-space: normal;
  -webkit-appearance: inherit;
}
.accordion a i {
  position: absolute;
  right: 0;
  padding-right: 0;
  font-size: 20px;
}
.accordion a[aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .card-body {
  color: #646464;
}
/* FreeTrial Custom */
img.features-img {
  height: fit-content;
}
.left-control {
    position: absolute;
    bottom: 15%;
    left: 10%;
}
.left-control .item-title {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Hind Vadodara", sans-serif;
    font-size: 56px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
}
.left-control .item-content {
    margin: 0;
    font-family: "Noto Sans", Bengali;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
 }
.right-control {
    margin: 0;
    position: absolute;
    bottom: 15%;
    right: 10%;
}
.freetrial-form .form-control {
    color: #FFFFFF;
    border: 1px solid #aaadbd;
    background-color: #aaadbd;
    border-radius: 0;
    height: 40px;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px);
}
.freetrial-form .form-control.custom-select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
}
.freetrial-form .form-control.custom-select option {
  background-color:  #aaadbd;
}
.freetrial-form .form-group.validate {
  position: relative;
}
.freetrial-form .form-group.validate img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 40px;
}
.freetrial-form .form-control::placeholder { 
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    /* Firefox */
    opacity: 1; 
}
/* .freetrial-form .form-control:focus::placeholder {
    color: #495057;
    opacity: 1;
} */
.freetrial-form .form-control:-ms-input-placeholder { 
    /* Internet Explorer 10-11 */
    color: #ffffff;
}
/* .freetrial-form .form-control:focus:-ms-input-placeholder {
    color: #495057;
} */
.freetrial-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}
/* .freetrial-form .form-control:focus::-ms-input-placeholder {
    color: #495057;
} */

/* Validation */
[data-tip] {
  position: relative;
}
[data-tip]:before {
  content:'';
	/* hides the tooltip when not hovered */
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 165, 233, 0.85);
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
[data-tip]:after {
  display: block;
	content: attr(data-tip);
	position: absolute;
	top: -20px;
	left: 10px;
	padding: 5px 5px;
	background: rgba(0, 165, 233, 0.85);
	color: #fff;
	z-index: 9;
	font-size: 1em;
	line-height: 18px;
	line-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	word-wrap: normal;
}
/* Footer */
.footer {
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  bottom: 0;
  text-align: left !important;
  padding: 20px 0;
  position: relative;
  right: 0;
  font-size: 16px;
  color: #fff;
  background-color: #263344;
  left: 0;
}
.divider-line {
  background-color: #98a6ad;
  height: 1px;
}
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
}
.title_underline {
  margin-top: -8px; /* special */
  width: 80px;
  height: 2px;
  text-align: center;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 166, 236, 1) 0%, rgba(227, 52, 143, 1) 48%, rgba(0, 166, 236, 1) 100%);
}
.above-footer {
  background-color: #263344;
  background-image: linear-gradient(45deg, white 0%, #ffa500 75%, #000000 100%);
  background-image: -moz-linear-gradient(45deg, white 0%, #ffa500 75%, #000000 100%);
  background-image: -o-linear-gradient(45deg, white 0%, #ffa500 75%, #000000 100%);
  height: 8px;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 166, 236, 1) 0%, rgba(227, 52, 143, 1) 48%, rgba(0, 166, 236, 1) 100%);
}

.header-title {
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.02em; */
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  /* font-weight: 700;  */
}
.header-title span {
  color: #E54097;
}
.header-title-sm {
  margin: 0;
  color: #494949;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}
.header-title-sm a {
  text-decoration: underline;
}

/* =============
   Common
============= */
body {
  margin: 0;
  /* padding-bottom: 60px; */
  overflow-x: hidden;
  background-color: #FAFAFA;
  font-size: 14px;
  font-family: "Hind Vadodara", "Microsoft JhengHei", Bengali;
  /* background-color: #f1f1f1;  */
}

html {
  position: relative;
  margin: 0;
  min-height: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #666f7b;
  margin: 10px 0; }

h5 {
  font-size: 15px; }

p {
  line-height: 1.6; }

* {
  outline: none !important; }

a:hover {
  outline: 0;
  text-decoration: none; }
a:active {
  outline: 0;
  text-decoration: none; }
a:focus {
  outline: 0;
  text-decoration: none; }

.container {
  width: 90%; }

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* =============
   Helper classes
============= */
.p-0 {
  padding: 0 !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px; }

.m-0 {
  margin: 0 !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }
  
.m-b-50 {
  margin-bottom: 50px !important; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.center-page {
  float: none !important;
  margin: 0 auto !important; }

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden; }

.font-600 {
  font-weight: 600; }

.font-bold {
  font-weight: 600; }

.font-normal {
  font-weight: normal; }

.font-light {
  font-weight: 300; }

.font-medium {
  font-weight: medium; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px !important; }
.font-24 {
  font-size: 24px !important;
}
.radius-0 {
  border-radius: 0 !important;
}
.wrapper-md {
  padding: 20px; }

.pull-in {
  margin-left: -20px;
  margin-right: -20px; }

.b-0 {
  border: none !important; }

.vertical-middle {
  vertical-align: middle !important; }
.vertical-super {
  vertical-align: super !important;
}
.bx-shadow {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.bx-shadow-none {
  box-shadow: none !important; }

.mx-box {
  max-height: 380px;
  min-height: 380px; }

.thumb-sm {
  height: 36px;
  width: 36px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.thumb-xl {
  height: 120px;
  width: 120px; }

.bg-transparent {
  background-color: transparent !important; }
.bg-white {
  background-color: #F3F3F3;
}

.slimScrollDiv {
  height: auto !important; 
}

/* Card Box */
.card-box {
  padding: 20px;
  /* border: 1px solid #e2e2e2; */
  /* border-radius: 3px; */
  /* margin-bottom: 20px; */
  /* background-color: #ffffff;  */
}

/* =============
   Bootstrap-custom
============= */
.container-fluid {
  max-width: 80%;
  padding: 0;
}
.container-w-lg {
  max-width: 100%;
  padding: 0;
  position: relative;
}

.row {
  margin-right: -10px;
  margin-left: -10px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11,
.col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px; }
/* 
.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0; }
  .breadcrumb a {
    color: #98a6ad; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\f105" !important;
  font-family: FontAwesome !important; }

.media {
  margin-top: 25px; } */

/* Dropdown */
.dropdown-menu {
  font-family: "Microsoft JhengHei";
  padding: 4px 0;
  /* box-shadow: 0 1px 3px fade(#313a46, 20%); */
  letter-spacing: 0.72px;
  /* border: 1px solid fade(#98a6ad, 15%);  */
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  font-size: 30px; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #f3f3f3 !important;
  color: #313a46 !important; }

.dropdown-lg {
  width: 260px !important;}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none; }

.dropdown-item {
  color: #282C3B;
  font-size: 18px;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #F5F7FC;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000000;
  background-color: #E3E5E9; }

.card-title, .card-header {
  margin-top: 0; }

/* Background colors */
.bg-custom {
  background-color: #313a46 !important; }

.bg-primary {
  background-color: #4489e4 !important; }

.bg-success {
  background-color: #32c861 !important; }

.bg-info {
  background-color: #6FA0CB !important; }

.bg-warning {
  background-color: #ffa91c !important; }

.bg-danger {
  background-color: #f96a74 !important; }

.bg-muted {
  background-color: #797979 !important; }

.bg-inverse {
  background-color: #36404c !important; }

.bg-purple {
  background-color: #5553ce !important; }

.bg-pink {
  background-color: #ec6794 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #313a46 !important; }

/* Text colors */
.text-custom {
  color: #282C3B !important; }

.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #f96a74 !important; }

.text-muted {
  color: #646464 !important; }

.text-primary {
  color: #3078C9 !important; }

.text-warning {
  color: #ffa91c !important; }

.text-success {
  color: #32c861 !important; }

.text-info {
  color: #6FA0CB !important; }

.text-inverse {
  color: #36404c !important; }

.text-pink {
  color: #ec6794 !important; }

.text-purple {
  color: #5553ce !important; }

.text-dark {
  color: #313a46 !important; }

/* Labels */
.label {
  display: inline;
  padding: 0.3em .6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty {
  display: none; }

.label-white {
  background-color: fade(#ffffff, 70%);
  color: #313a46 !important; }

.label-default {
  background-color: #313a46; }

.label-primary {
  background-color: #4489e4; }

.label-success {
  background-color: #32c861; }

.label-info {
  background-color: #6FA0CB; }

.label-warning {
  background-color: #ffa91c; }

.label-danger {
  background-color: #f96a74; }

.label-purple {
  background-color: #5553ce; }

.label-pink {
  background-color: #ec6794; }

.label-inverse {
  background-color: #36404c; }

.label-muted {
  background-color: #98a6ad; }

/* Badge */
.badge {
  text-transform: uppercase;
  padding: 3px 5px;
  margin-top: 1px;
  display: inline-block;
  min-width: 10px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #313a46;
  font-family: "Nunito Sans", sans-serif; }

.badge-xs {
  font-size: 9px; }

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-white {
  background-color: fade(#ffffff, 70%);
  color: #313a46 !important; }

.badge-primary {
  background-color: #4489e4; }

.badge-success {
  background-color: #32c861; }

.badge-info {
  background-color: #6FA0CB; }

.badge-warning {
  background-color: #ffa91c; }

.badge-danger {
  background-color: #f96a74; }

.badge-purple {
  background-color: #5553ce; }

.badge-pink {
  background-color: #ec6794; }

.badge-inverse {
  background-color: #36404c; }

.pager li > a, .pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #313a46; }

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #313a46;
  border-color: #313a46; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: fade(#ffffff, 70%); }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.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;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.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.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s 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);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

.waves-effect.waves-light .waves-ripple {
  background-color: fade(#ffffff, 40%); }

.waves-effect.waves-custom .waves-ripple {
  background-color: fade(#313a46, 40%); }

.waves-effect.waves-primary .waves-ripple {
  background-color: fade(#4489e4, 40%); }

.waves-effect.waves-success .waves-ripple {
  background-color: fade(#32c861, 40%); }

.waves-effect.waves-info .waves-ripple {
  background-color: fade(#6FA0CB, 40%); }

.waves-effect.waves-warning .waves-ripple {
  background-color: fade(#ffa91c, 40%); }

.waves-effect.waves-danger .waves-ripple {
  background-color: fade(#f96a74, 40%); }

.waves-effect.waves-pink .waves-ripple {
  background-color: fade(#ec6794, 40%); }

.waves-effect.purple .waves-ripple {
  background-color: fade(#5553ce, 20%); }

.waves-effect.waves-inverse .waves-ripple {
  background-color: fade(#36404c, 40%); }

/* =================
   Popover / Tooltips
==================== */
/* Popover */
.popover {
  font-family: inherit;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.15); }
  .popover .popover-title {
    background-color: transparent;
    color: #313a46;
    padding: 12px 15px;
    font-size: 15px; }
  .popover .arrow {
    border-color: transparent !important; }

/* Tooltips */
.tooltip {
  font-family: "Nunito Sans", sans-serif; }
  .tooltip .tooltip-inner {
    padding: 4px 10px;
    border-radius: 2px;
    background-color: #313a46; }

.tooltip.left .tooltip-arrow {
  border-left-color: #313a46; }

.tooltip.top .tooltip-arrow {
  border-top-color: #313a46; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #313a46; }

.tooltip.right .tooltip-arrow {
  border-right-color: #313a46; }

/* Tooltpster */
.tooltipster-sidetip .tooltipster-box {
  background-color: #313a46;
  border: 2px solid #313a46; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #313a46; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #313a46; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #313a46; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #313a46; }

/* =============
   Buttons
============= */
.btn {
  border-radius: 5px;
  font-size: 18px;
  /* padding: 7px 14px; */
  outline: none !important;
  font-family: "Noto Sans", Bengali; }

.btn-md {
  padding: 9px 18px; }

.btn-group-lg > .btn, .btn-lg {
  padding: 12px 20px !important;
  font-size: 20px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 14px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px !important;
  font-size: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset; }

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-inverse, .btn-purple, .btn-pink, .btn-software, 
.btn-manual {
  color: #ffffff !important; }

.btn-custom {
  background-color: #313a46;
  border-color: #313a46; }

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #272e37 !important;
  border: 1px solid #272e37 !important; }

.btn-custom.focus, .btn-custom:focus, .btn-outline-custom.focus, .btn-outline-custom:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3);
  box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.3); }

.btn-secondary {
  background-color: #ffffff;
  border-color: rgba(49, 58, 70, 0.2);
  color: #797979; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: rgba(49, 58, 70, 0.07) !important;
  border-color: rgba(49, 58, 70, 0.2) !important;
  color: #797979; }

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.1);
  box-shadow: 0 0 0 2px rgba(49, 58, 70, 0.1); }

.btn-primary {
  background-color: #3078C9 !important;
  border: 1px solid #3078C9 !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #3078C9 !important;
  border-color: #3078C9 !important; }

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(68, 137, 228, 0.3);
  box-shadow: 0 0 0 2px rgba(68, 137, 228, 0.3); }

.btn-success {
  background-color: #32c861 !important;
  border: 1px solid #32c861 !important; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #2db457 !important;
  border-color: #2db457 !important; }

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3);
  box-shadow: 0 0 0 2px rgba(50, 200, 97, 0.3); }

.btn-info {
  background-color: #6FA0CB !important;
  border: 1px solid #6FA0CB !important; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #1dcee9 !important;
  border-color: #1dcee9 !important; }

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3);
  box-shadow: 0 0 0 2px rgba(52, 211, 235, 0.3); }

.btn-warning {
  background-color: #ffa91c !important;
  border: 1px solid #ffa91c !important; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #ff9f03 !important;
  border-color: #ff9f03 !important; }

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 169, 28, 0.3); }

.btn-danger {
  background-color: #f96a74 !important;
  border: 1px solid #f96a74 !important; }

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #f8515d !important;
  border-color: #f8515d !important; }

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3);
  box-shadow: 0 0 0 2px rgba(249, 106, 116, 0.3); }

.btn-inverse {
  background-color: #36404c !important;
  border: 1px solid #36404c !important; }

.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: #2b333d !important;
  border-color: #2b333d !important; }

.btn-inverse.focus, .btn-inverse:focus, .btn-outline-inverse.focus, .btn-outline-inverse:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3);
  box-shadow: 0 0 0 2px rgba(54, 64, 76, 0.3); }

.btn-purple {
  background-color: #5553ce !important;
  border: 1px solid #5553ce !important; }

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #413fc8 !important;
  border-color: #413fc8 !important; }

.btn-purple.focus, .btn-purple:focus, .btn-outline-purple.focus, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3);
  box-shadow: 0 0 0 2px rgba(85, 83, 206, 0.3); }

.btn-pink {
  background-color: #ec6794 !important;
  border: 1px solid #ec6794 !important; }

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #e95084 !important;
  border-color: #e95084 !important; }

.btn-pink.focus, .btn-pink:focus, .btn-outline-pink.focus, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3);
  box-shadow: 0 0 0 2px rgba(236, 103, 148, 0.3); }

.btn-bordered {
  background-color: transparent !important; }

.btn-bordered.btn-secondary {
  background-color: #ffffff;
  border: 2px solid rgba(49, 58, 70, 0.15) !important; }

.btn-bordered.btn-white {
  border: 2px solid #FFFFFF !important;
  box-shadow: 0px 6px 30px #16171140; 
}

.btn-bordered.btn-custom {
  color: #313a46 !important;
  border: 2px solid #313a46 !important; }
  .btn-bordered.btn-custom:hover, .btn-bordered.btn-custom:focus, .btn-bordered.btn-custom:active {
    background-color: #313a46;
    color: #ffffff !important;
    border: 2px solid #222931 !important; }

.btn-bordered.btn-primary {
  color: #3078C9 !important;
  border: 2px solid #3078C9 !important; }
  .btn-bordered.btn-primary:hover, .btn-bordered.btn-primary:focus, .btn-bordered.btn-primary:active {
    background-color: #3078C9;
    color: #ffffff !important;
    border: 2px solid #3078C9 !important; }

.btn-bordered.btn-success {
  color: #32c861 !important;
  border: 2px solid #32c861 !important; }
  .btn-bordered.btn-success:hover, .btn-bordered.btn-success:focus, .btn-bordered.btn-success:active {
    background-color: #32c861;
    color: #ffffff !important;
    border: 2px solid #2bab53 !important; }
.btn-success-bordered-bottom {
  background-color: #ffffff;
  color: rgba(49, 58, 70, 0.8);
  border-bottom: 2px solid #32c861 }
  .btn-success-bordered-bottom:hover, .btn-success-bordered-bottom:focus, .btn-success-bordered-bottom:active {
    background-color: #f3f3f3;
    /* color: #2bab53 */
    /* border: 2px solid #2bab53 !important */
  }
.btn-bordered.btn-info {
  color: #6FA0CB !important;
  border: 2px solid #6FA0CB !important; }
  .btn-bordered.btn-info:hover, .btn-bordered.btn-info:focus, .btn-bordered.btn-info:active {
    background-color: #6FA0CB;
    color: #ffffff !important;
    border: 2px solid #17cae5 !important; }

.btn-bordered.btn-warning {
  color: #ffa91c !important;
  border: 2px solid #ffa91c !important; }
  .btn-bordered.btn-warning:hover, .btn-bordered.btn-warning:focus, .btn-bordered.btn-warning:active {
    background-color: #ffa91c;
    color: #ffffff !important;
    border: 2px solid #f79a00 !important; }

.btn-bordered.btn-danger {
  color: #f96a74 !important;
  border: 2px solid #f96a74 !important; }
  .btn-bordered.btn-danger:hover, .btn-bordered.btn-danger:focus, .btn-bordered.btn-danger:active {
    background-color: #f96a74;
    color: #ffffff !important;
    border: 2px solid #f84854 !important; }

.btn-bordered.btn-inverse {
  color: #36404c !important;
  border: 2px solid #36404c !important; }
  .btn-bordered.btn-inverse:hover, .btn-bordered.btn-inverse:focus, .btn-bordered.btn-inverse:active {
    background-color: #36404c;
    color: #ffffff !important;
    border: 2px solid #272e37 !important; }

.btn-bordered.btn-purple {
  color: #5553ce !important;
  border: 2px solid #5553ce !important; }
  .btn-bordered.btn-purple:hover, .btn-bordered.btn-purple:focus, .btn-bordered.btn-purple:active {
    background-color: #5553ce;
    color: #ffffff !important;
    border: 2px solid #3a38c5 !important; }

.btn-bordered.btn-pink {
  color: #ec6794 !important;
  border: 2px solid #ec6794 !important; }
  .btn-bordered.btn-pink:hover, .btn-bordered.btn-pink:focus, .btn-bordered.btn-pink:active {
    background-color: #ec6794;
    color: #ffffff !important;
    border: 2px solid #e8477e !important; }

.btn-rounded {
  border-radius: 2em; }
.btn-light {
  border-radius: 2px;
}


/* Social Buttons */
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important; }

.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !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: #517fa4 !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; }

/* =============
   Portlets
============= */
.portlet {
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition: opacity 3s ease-in-out;
  -o-transition: opacity 3s ease-in-out;
  opacity: 1; }
  .portlet .portlet-heading {
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    padding: 12px 20px; }
    .portlet .portlet-heading .portlet-title {
      color: #ffffff;
      float: left;
      font-size: 16px;
      margin: 6px 0 0 0;
      letter-spacing: 0.03em; }
    .portlet .portlet-heading .portlet-widgets {
      display: inline-block;
      float: right;
      font-size: 18px;
      line-height: 30px;
      padding-left: 15px;
      position: relative;
      text-align: right; }
      .portlet .portlet-heading .portlet-widgets .divider {
        margin: 0 5px; }
      .portlet .portlet-heading .portlet-widgets .collapsed .mdi-minus:before {
        content: "\F415" !important; }
    .portlet .portlet-heading a {
      color: #999999;
      padding: 0 2px; }
  .portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px; }

.portlet-default .portlet-title {
  color: #797979 !important; }

.portlet .portlet-heading.bg-custom a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff; }

.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  left: 0;
  cursor: wait;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0; }

.loader-1 {
  width: 30px;
  height: 30px;
  background-color: #313a46;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px; }

/* =============
   Checkbox and Radios
============= */
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px; }
  .checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #98a6ad;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -17px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important; }
  .checkbox label::after {
    color: #797979;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -17px;
    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; }
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome'; }
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e2e2e2;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute; }
.checkbox.checkbox-single label {
  height: 18px;
  width: 18px; }
  .checkbox.checkbox-single label:before {
    margin-left: 0; }
  .checkbox.checkbox-single label:after {
    margin-left: 0; }

.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #313a46;
  border-color: #313a46; }
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #4489e4;
  border-color: #4489e4; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f96a74;
  border-color: #f96a74; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #6FA0CB;
  border-color: #6FA0CB; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffa91c;
  border-color: #ffa91c; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #32c861;
  border-color: #32c861; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #5553ce;
  border-color: #5553ce; }
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #ec6794;
  border-color: #ec6794; }
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #36404c;
  border-color: #36404c; }
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff; }

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px; }
  .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 #98a6ad;
    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.1s 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.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #797979;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px; }
.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-custom input[type="radio"] + label::after {
  background-color: #313a46; }
.radio-custom input[type="radio"]:checked + label::before {
  border-color: #313a46; }
.radio-custom input[type="radio"]:checked + label::after {
  background-color: #313a46; }

.radio-primary input[type="radio"] + label::after {
  background-color: #4489e4; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #4489e4; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #4489e4; }

.radio-danger input[type="radio"] + label::after {
  background-color: #f96a74; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f96a74; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f96a74; }

.radio-info input[type="radio"] + label::after {
  background-color: #6FA0CB; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #6FA0CB; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #6FA0CB; }

.radio-warning input[type="radio"] + label::after {
  background-color: #ffa91c; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffa91c; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffa91c; }

.radio-success input[type="radio"] + label::after {
  background-color: #32c861; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #32c861; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #32c861; }

.radio-purple input[type="radio"] + label::after {
  background-color: #5553ce; }
.radio-purple input[type="radio"]:checked + label::before {
  border-color: #5553ce; }
.radio-purple input[type="radio"]:checked + label::after {
  background-color: #5553ce; }

.radio-pink input[type="radio"] + label::after {
  background-color: #ec6794; }
.radio-pink input[type="radio"]:checked + label::before {
  border-color: #ec6794; }
.radio-pink input[type="radio"]:checked + label::after {
  background-color: #ec6794; }

/* =============
   Modals
============= */
.modal .modal-dialog .close {
  top: 0;
  position: absolute;
  right: 0;
  height: 36px;
  width: 36px;
  background-color: #313a46;
  opacity: 1;
  border: 2px solid #ffffff;
  text-shadow: none;
  color: #ffffff;
  border-radius: 50%;
  padding: 0; }
.modal .modal-dialog .modal-title {
  margin: 0; }
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px; }

.modal-full {
  width: 98%; }

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0; }
.modal-content .panel-group {
  margin-bottom: 0; }
.modal-content .panel {
  border-top: none; }

/* Custom-modal */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none; }
  .modal-demo .close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #e2e2e2; }

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #313a46;
  color: #ffffff;
  text-align: left;
  margin: 0; }

.custom-modal-text {
  padding: 20px; }

.custombox-modal-wrapper {
  text-align: left; }

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999; }

/* =============
   Tabs
============= */
.tab-content {
  padding: 20px 0 0 0; }

.nav-tabs > li > a, .nav-pills > li > a {
  color: #313a46;
  font-weight: 600; }

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #313a46; }

/* Vertial tab */
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: top; }
.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px; }
  .tabs-vertical-env .nav.tabs-vertical li > a {
    color: #313a46;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 2px; }
  .tabs-vertical-env .nav.tabs-vertical li > a.active {
    background-color: #313a46;
    border: 0;
    color: #ffffff; }

.tabs-vertical-env-right .tab-content {
  padding: 0 20px 0 0; }

.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important; }
  .tabs-bordered .nav-item {
    margin-bottom: -2px; }

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important; }

.tabs-bordered li a.active {
  border-bottom: 2px solid #313a46 !important; }

/* Navpills */
.nav-pills > li > a {
  color: #313a46; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #313a46; }

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f3f3f3;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden; }

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px; }

.progress.progress-sm {
  height: 5px !important; }
  .progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px; }

.progress.progress-md {
  height: 15px !important; }
  .progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px; }

.progress.progress-lg {
  height: 20px !important; }
  .progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px; }

.progress-bar-primary {
  background-color: #4489e4; }

.progress-bar-success {
  background-color: #32c861; }

.progress-bar-info {
  background-color: #6FA0CB; }

.progress-bar-warning {
  background-color: #ffa91c; }

.progress-bar-danger {
  background-color: #f96a74; }

.progress-bar-inverse {
  background-color: #36404c; }

.progress-bar-purple {
  background-color: #5553ce; }

.progress-bar-pink {
  background-color: #ec6794; }

.progress-bar-custom {
  background-color: #313a46; }

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical .progress-bar {
    width: 100%; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }
  .progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0; }

.progress-vertical.progress-sm, .progress-vertical-bottom.progress-sm {
  width: 5px !important; }
  .progress-vertical.progress-sm .progress-bar, .progress-vertical-bottom.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px; }

.progress-vertical.progress-md, .progress-vertical-bottom.progress-md {
  width: 15px !important; }
  .progress-vertical.progress-md .progress-bar, .progress-vertical-bottom.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px; }

.progress-vertical.progress-lg, .progress-vertical-bottom.progress-lg {
  width: 20px !important; }
  .progress-vertical.progress-lg .progress-bar, .progress-vertical-bottom.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px; }

/* =============
   Alerts
============= */
.alert {
  position: relative; }
  .alert .alert-link {
    font-weight: 600; }

.alert-dismissable .close, .alert-dismissible .close {
  opacity: 0.9; }

.alert-icon {
  padding-left: 50px; }
  .alert-icon i {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    top: 0;
    line-height: 50px;
    font-size: 22px; }

.alert-success {
  color: #32c861;
  background-color: #d2f4dd;
  border-color: #81df9e; }
  .alert-success .alert-link {
    color: #289f4d; }
  .alert-success hr {
    border-top-color: #289f4d; }

.alert-info {
  color: #6FA0CB;
  background-color: #d6f6fb;
  border-color: #91e7f4; }
  .alert-info .alert-link {
    color: #15bdd7; }
  .alert-info hr {
    border-top-color: #15bdd7; }

.alert-warning {
  color: #ffa91c;
  background-color: #ffedcf;
  border-color: #ffd082; }
  .alert-warning .alert-link {
    color: #e89000; }
  .alert-warning hr {
    border-top-color: #e89000; }

.alert-danger {
  color: #f96a74;
  background-color: #fee5e6;
  border-color: #fdcccf; }
  .alert-danger .alert-link {
    color: #f73946; }
  .alert-danger hr {
    border-top-color: #f73946; }

.alert-white {
  background-color: #ffffff !important; }

.jq-toast-single {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #313a46;
  font-size: 13px;
  line-height: 22px; }
  .jq-toast-single h2 {
    font-family: "Nunito Sans", sans-serif; }
  .jq-toast-single a {
    font-size: 14px; }
    .jq-toast-single a:hover {
      color: #313a46; }

.jq-icon-info {
  background-color: #6FA0CB;
  color: #ffffff;
  border-color: #6FA0CB; }

.jq-icon-success {
  background-color: #32c861;
  color: #ffffff;
  border-color: #32c861; }

.jq-icon-warning {
  background-color: #ffa91c;
  color: #ffffff;
  border-color: #ffa91c; }

.jq-icon-error {
  background-color: #f96a74;
  color: #ffffff;
  border-color: #f96a74; }

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #313a46;
  border-radius: 50%;
  text-align: center;
  line-height: 32px; }

.jq-toast-loader {
  height: 3px;
  border-radius: 0; }

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: "Open Sans", sans-serif; }
  .swal2-modal .swal2-title {
    font-size: 28px; }
  .swal2-modal .swal2-content {
    font-size: 16px; }
  .swal2-modal .swal2-spacer {
    margin: 10px 0; }
  .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 2px solid #98a6ad;
    font-size: 16px;
    box-shadow: none !important; }

.swal2-icon.swal2-question {
  color: #313a46;
  border-color: #313a46; }

.swal2-icon.swal2-success {
  border-color: #32c861; }
  .swal2-icon.swal2-success .line {
    background-color: #32c861; }
  .swal2-icon.swal2-success .placeholder {
    border-color: #32c861; }

.swal2-icon.swal2-warning {
  color: #ffa91c;
  border-color: #ffa91c; }

.swal2-icon.swal2-error {
  border-color: #f96a74; }
  .swal2-icon.swal2-error .line {
    background-color: #f96a74; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #313a46; }

/* =============
   Widgets
============= */
.widget-box-one .widget-one-icon {
  position: absolute;
  right: 30px;
  font-size: 72px !important;
  top: 0;
  color: #f3f3f3;
  overflow: hidden;
  vertical-align: middle;
  line-height: 2 !important; }
.widget-box-one .wigdet-one-content {
  position: relative; }

.widget-box-two {
  text-align: right; }
  .widget-box-two p {
    font-size: 14px; }
  .widget-box-two .widget-two-icon {
    position: absolute;
    left: 30px;
    font-size: 36px !important;
    top: 30px;
    overflow: hidden;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 74px;
    border-radius: 50%; }
  .widget-box-two .wigdet-two-content {
    position: relative; }

.widget-two-custom .widget-two-icon {
  color: #313a46;
  border: 4px double #313a46; }

.widget-two-primary .widget-two-icon {
  color: #4489e4;
  border: 4px double #4489e4; }

.widget-two-success .widget-two-icon {
  color: #32c861;
  border: 4px double #32c861; }

.widget-two-warning .widget-two-icon {
  color: #ffa91c;
  border: 4px double #ffa91c; }

.widget-two-info .widget-two-icon {
  color: #6FA0CB;
  border: 4px double #6FA0CB; }

.widget-two-danger .widget-two-icon {
  color: #f96a74;
  border: 4px double #f96a74; }

.widget-two-inverse .widget-two-icon {
  color: #36404c;
  border: 4px double #36404c; }

.widget-two-purple .widget-two-icon {
  color: #5553ce;
  border: 4px double #5553ce; }

.widget-two-pink .widget-two-icon {
  color: #ec6794;
  border: 4px double #ec6794; }

.widget-two-default {
  background-color: #ffffff; }
  .widget-two-default .widget-two-icon {
    color: silver;
    border: 2px solid silver; }

.widget-box-three img {
  height: 48px;
  width: 48px;
  line-height: 80px; }
.widget-box-three .bg-icon {
  height: 80px;
  width: 80px;
  line-height: 76px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  background-clip: padding-box;
  border: 1px dashed #98a6ad;
  background-color: #f3f3f3;
  margin-right: 20px; }
  .widget-box-three .bg-icon i {
    vertical-align: middle;
    font-size: 36px;
    color: #98a6ad; }

.widget-user {
  position: relative; }
  .widget-user img {
    width: 60px;
    height: 60px; }

.widget-box-four {
  position: relative; }
  .widget-box-four .widget-box-four-chart {
    position: absolute;
    right: 20px;
    bottom: 25px; }
  .widget-box-four .wigdet-four-content {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative; }
  .widget-box-four h3 {
    font-size: 22px; }

/* Inbox-widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid rgba(243, 243, 243, 0.9);
  overflow: hidden;
  padding: 10px 0;
  position: relative; }
  .inbox-widget .inbox-item .inbox-item-img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 40px; }
  .inbox-widget .inbox-item img {
    width: 40px; }
  .inbox-widget .inbox-item .inbox-item-author {
    color: #313a46;
    display: block;
    margin: 0;
    font-family: "Nunito Sans", sans-serif; }
  .inbox-widget .inbox-item .inbox-item-text {
    display: block;
    font-size: 12px;
    margin: 0;
    color: #98a6ad; }
  .inbox-widget .inbox-item .inbox-item-date {
    font-size: 11px;
    position: absolute;
    right: 7px;
    top: 2px; }

.user-position {
  position: absolute;
  top: 0;
  border-left: 1px solid #e2e2e2;
  bottom: 0;
  width: 44px;
  font-size: 16px;
  text-align: center;
  right: 0;
  left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row; }
  .user-position span {
    transform: rotate(90deg); }

/* Avatar box */
.avatar-sm-box {
  height: 32px;
  width: 32px;
  color: #ffffff;
  display: block;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px; }

/* Table with Action */
.table-actions-bar tr td {
  vertical-align: middle !important; }
.table-actions-bar .table-action-btn {
  color: #98a6ad;
  display: inline-block;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 20px; }
  .table-actions-bar .table-action-btn:hover {
    color: #313a46;
    border-color: #313a46; }

/* =============
   Form
============= */
/* Form components */
label {
  font-size: 14px;
  color: #313a46;
  letter-spacing: 0.01em;
  font-family: "Nunito Sans", sans-serif; }

select[multiple] option + option, select[size] option + option {
  margin-top: 1px; }

select[multiple] option, select[size] option {
  padding: 6px 12px;
  border-radius: 2px; }

textarea.form-control {
  resize: none;
  min-height: 200px; }

.form-control {
  border: 1px solid #C9DAEB;
  border-radius: 4px;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.form-control:focus {
  /* color: #A8A8A8; */
  border: 1px solid #C9DAEB;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-btn .btn {
  padding: 7px 12px; }

.input-group-btn .btn-sm {
  padding: 5px 10px; }

.input-group-btn .btn-md {
  padding: 8px 14px; }

.input-group-btn .btn-lg {
  padding: 10px 17px; }

/* == Form Advanced */
/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  box-shadow: none;
  padding: 5px 7px 5px;
  width: 100%;
  border: 1px solid #e3e3e3; }
  .bootstrap-tagsinput .label-info {
    background-color: #313a46 !important;
    display: inline-block;
    padding: 5px;
    margin: 3px 1px; }

/* Bootstrap select */
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block; 
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none; }

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0; }

.bootstrap-select .check-mark::after {
  content: "\F12C";
  font-family: "Material Design Icons"; }

.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  margin-top: 0; }

/* Select 2 */
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    border: 1px solid #E3E3E3 !important;
    height: 38px !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px !important;
      padding-left: 12px !important; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 34px;
      width: 34px;
      right: 3px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border-color: #999 transparent transparent transparent;
        border-width: 6px 6px 0 6px; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent !important;
  border-width: 0 6px 6px 6px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #313a46; }

.select2-results__option {
  padding: 6px 12px; }

.select2-dropdown {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.select2-search input {
  border: 1px solid #e3e3e3 !important; }

.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #e3e3e3 !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0 !important; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 1px;
    padding: 0 7px; }

/* AUTOCOMPLETE */
.autocomplete-suggestions {
  border: 1px solid #f9f9f9;
  background: #ffffff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: rgba(152, 166, 173, 0.3);
  cursor: pointer; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #313a46; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #313a46;
  display: block; }

/* Bootstrap-select */
.bootstrap-select.btn-group {
  display: block;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: inherit
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }
.bootstrap-select .glyphicon {
  padding-right: 6px; }

/* Bootstrap filestyle */
.icon-span-filestyle {
  padding-right: 5px; }

.bootstrap-filestyle label {
  margin-bottom: 0; }

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px; }
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px; }

/* Form validation */
.parsley-errors-list {
  margin: 0;
  padding: 0; }

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f96a74;
  margin-top: 5px;
  padding-left: 20px;
  font-weight: 600;
  position: relative; }
  .parsley-errors-list > li:before {
    content: "\F159";
    font: normal normal normal 14px/1 "Material Design Icons";
    position: absolute;
    left: 2px;
    top: 2px; }

.bootstrap-timepicker-widget table td input {
  border: 1px solid rgba(49, 58, 70, 0.3);
  width: 35px; }

.datepicker-dropdown {
  padding: 10px !important; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px; }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #313a46 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important; }

.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-color: #32c861 !important;
  color: #ffffff !important;
  background-image: none !important; }

.datepicker-inline {
  border: 2px solid rgba(49, 58, 70, 0.1);
  width: 240px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #313a46; }

.daterangepicker .input-mini.active {
  border: 1px solid rgba(49, 58, 70, 0.3); }

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #313a46;
  font-weight: 600;
  font-size: 12px; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid rgba(49, 58, 70, 0.3);
  padding: 2px;
  width: 60px; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #313a46;
  border: 1px solid #313a46;
  color: #ffffff; }

/* Bootstrap Touchspin */
.bootstrap-touchspin .input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #313a46;
  text-align: center;
  background-color: #efefef;
  border: 1px solid rgba(49, 58, 70, 0.15); }
.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px; }
.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* =============
   Form wizard
============= */
.stepy-step {
  padding: 0 20px; }

.stepy-header {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .stepy-header li {
    cursor: pointer;
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 20px 0;
    text-align: center;
    position: relative; }
    .stepy-header li:after, .stepy-header li:before {
      content: '';
      display: block;
      position: absolute;
      top: 43px;
      width: 50%;
      height: 2px;
      background-color: #313a46;
      z-index: 9; }
    .stepy-header li:before {
      left: 0; }
    .stepy-header li:after {
      right: 0 !important; }
    .stepy-header li:first-child:before, .stepy-header li:last-child:after {
      content: none; }
    .stepy-header li span {
      display: block;
      margin-top: 10px;
      color: #999;
      font-weight: 600; }
    .stepy-header li div {
      background-color: #313a46;
      font-size: 0;
      position: relative;
      color: #ffffff;
      margin-left: auto;
      margin-right: auto;
      width: 48px;
      height: 48px;
      border: 2px solid #313a46;
      z-index: 10;
      line-height: 44px;
      text-align: center;
      border-radius: 50%; }
      .stepy-header li div:after {
        font-family: "Material Design Icons";
        -webkit-font-smoothing: antialiased;
        line-height: 44px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-osx-font-smoothing: grayscale;
        content: "\F12D";
        display: inline-block;
        font-size: 24px;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }
  .stepy-header li.stepy-active:after,
  .stepy-header li.stepy-active ~ li:after,
  .stepy-header li.stepy-active ~ li:before {
    background-color: #e2e2e2; }
  .stepy-header li.stepy-active ~ li div {
    border-color: #e2e2e2;
    background-color: #ffffff;
    color: #797979;
    font-size: 18px;
    font-weight: 600; }
    .stepy-header li.stepy-active ~ li div:after {
      content: none; }
  .stepy-header li.stepy-active div {
    cursor: auto;
    border-color: #313a46;
    background-color: #ffffff;
    color: #313a46; }
    .stepy-header li.stepy-active div:after {
      content: "\F64F"; }
  .stepy-header li.stepy-active span {
    color: #313a46; }

@media (max-width: 769px) {
  .stepy-header {
    margin-bottom: 20px; }
    .stepy-header li {
      display: block;
      float: left;
      width: 50%;
      padding-bottom: 0; }
      .stepy-header li:first-child:before, .stepy-header li:last-child:after {
        content: ''; }
    .stepy-header li.stepy-active:last-child:after {
      background-color: #313a46; }
}
@media (max-width: 480px) {
  .stepy-header li {
    width: 100%; }
  .stepy-header li.stepy-active:after {
    background-color: #313a46; } 
}
.stepy-navigator {
  text-align: right;
  margin-bottom: 0;
  margin-top: 20px; }

/* =============
   Tables
============= */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 12px 10px; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 7px; }

.table-sm td, .table-sm th {
  padding: .3rem !important; }

th {
  font-family: "Nunito Sans", sans-serif; }

.table-centered td {
  vertical-align: middle !important; }

/* Data table */
.dataTables_wrapper.container-fluid {
  max-width: 100%;
  padding: 0; }

div.dt-button-info {
  background-color: #313a46;
  border: none;
  color: #ffffff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

table.dataTable {
  margin-top: 10px !important;
  margin-bottom: 18px !important; }

.table-bordered.dataTable > thead > tr > td, .table-bordered.dataTable > thead > tr > th {
  border-bottom-width: 1px !important; }

/* Fixed Header table */
.fixedHeader-floating {
  top: 70px !important;
  z-index: 99; }

/* Key Table border */
table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #313a46 !important;
  outline-offset: -1px;
  background-color: #313a46;
  color: #ffffff; }

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
  background-color: #32c861; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #f96a74; }

table.dataTable > tbody > tr.child span.dtr-title {
  font-family: "Nunito Sans", sans-serif; }

/* ColVid Tables */
div.ColVis {
  float: none;
  margin-right: 30px; }

button.ColVis_Button,
.ColVis_Button:hover {
  float: none;
  border-radius: 3px;
  outline: none !important;
  background: none;
  box-shadow: none;
  color: #ffffff !important;
  background-color: #313a46 !important;
  border: 1px solid #313a46 !important; }

.dataTables_length {
  float: left; }

div.ColVis_collectionBackground {
  background-color: transparent; }

ul.ColVis_collection {
  padding: 10px 0 0 0;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: none; }

ul.ColVis_collection li {
  background: transparent !important;
  padding: 3px 10px !important;
  border: none !important;
  box-shadow: none !important; }

#datatable-colvid_info {
  float: left; }

/* Responsive Table */
.table-rep-plugin .dropdown-menu li.checkbox-row {
  padding: 2px 15px !important; }
.table-rep-plugin .table-responsive {
  border: none !important; }
.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }
.table-rep-plugin .checkbox-row {
  padding-left: 40px; }
  .table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative; }
    .table-rep-plugin .checkbox-row label::before {
      -o-transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #98a6ad;
      content: "";
      display: inline-block;
      height: 17px;
      left: 0;
      margin-left: -20px;
      position: absolute;
      transition: 0.3s ease-in-out;
      width: 17px;
      outline: none !important; }
    .table-rep-plugin .checkbox-row label::after {
      color: #f3f3f3;
      display: inline-block;
      font-size: 11px;
      height: 16px;
      left: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      position: absolute;
      top: -1px;
      width: 16px; }
  .table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important; }
    .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome'; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #e2e2e2;
    cursor: not-allowed; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #313a46; }
  .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #313a46; }
.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background-color: #313a46;
  color: #ffffff;
  border-color: #313a46; }
.table-rep-plugin .sticky-table-header.fixed-solution {
  top: 144px !important; }
.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(49, 58, 70, 0.3); }
.table-rep-plugin .btn-group.pull-right {
  float: right; }
  .table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: auto;
    right: 0; }

/* Data table editable */
/* .add-edit-table td, .add-edit-table th {
  vertical-align: middle !important; }
.add-edit-table td {
  border: 0 !important; }

#datatable-editable .actions a {
  padding: 5px; }

#datatable-editable .form-control {
  background-color: #ffffff;
  width: auto; }

#datatable-editable .fa-trash-o {
  color: #f96a74; }

#datatable-editable .fa-times {
  color: #f96a74; }

#datatable-editable .fa-pencil {
  color: #313a46; }

#datatable-editable .fa-save {
  color: #32c861; }

#datatable td {
  font-weight: normal; }

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left; }

.dt-buttons {
  float: left; }

div#datatable-buttons_info {
  float: left; }

table.dataTable thead th {
  position: relative;
  background-image: none !important; } */

/* Tablesaw Tables */
.tablesaw thead {
  background: rgba(243, 243, 243, 0.7);
  background-image: none;
  border: none; }
  .tablesaw thead th {
    text-shadow: none;
    letter-spacing: 0.06em; }
  .tablesaw thead tr:first-child th {
    font-weight: 600;
    border: none;
    font-family: "Nunito Sans", sans-serif; }
.tablesaw td {
  border-top: 1px solid rgba(243, 243, 243, 0.7) !important; }

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important; }

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175"; }

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px; }

.tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none; }

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff; }

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: #313a46 !important;
  background-color: #f3f3f3;
  outline: none !important;
  box-shadow: none !important;
  background-image: none; }

/* Footable */
.footable-odd {
  background-color: #ffffff; }

.footable-detail-show {
  background-color: #e6e6e6; }

.footable > thead > tr > th > span.footable-sort-indicator {
  float: right; }

.footable-pagination li {
  margin-left: 5px;
  float: left; }
  .footable-pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #313a46;
    background-color: #ffffff;
    border: 1px solid #e2e2e2; }
.footable-pagination li.active a {
  color: #ffffff; }

/* Table colored-bordered */
.table-colored-bordered thead th {
  border-bottom: 0 !important;
  color: #ffffff; }

.table-colored-bordered.table-bordered-primary {
  border: 2px solid #4489e4; }
  .table-colored-bordered.table-bordered-primary thead th {
    background-color: #4489e4; }

.table-colored-bordered.table-bordered-success {
  border: 2px solid #32c861; }
  .table-colored-bordered.table-bordered-success thead th {
    background-color: #32c861; }

.table-colored-bordered.table-bordered-info {
  border: 2px solid #6FA0CB; }
  .table-colored-bordered.table-bordered-info thead th {
    background-color: #6FA0CB; }

.table-colored-bordered.table-bordered-custom {
  border: 2px solid #313a46; }
  .table-colored-bordered.table-bordered-custom thead th {
    background-color: #313a46; }

.table-colored-bordered.table-bordered-warning {
  border: 2px solid #ffa91c; }
  .table-colored-bordered.table-bordered-warning thead th {
    background-color: #ffa91c; }

.table-colored-bordered.table-bordered-danger {
  border: 2px solid #f96a74; }
  .table-colored-bordered.table-bordered-danger thead th {
    background-color: #f96a74; }

.table-colored-bordered.table-bordered-inverse {
  border: 2px solid #36404c; }
  .table-colored-bordered.table-bordered-inverse thead th {
    background-color: #36404c; }

.table-colored-bordered.table-bordered-pink {
  border: 2px solid #ec6794; }
  .table-colored-bordered.table-bordered-pink thead th {
    background-color: #ec6794; }

.table-colored-bordered.table-bordered-purple {
  border: 2px solid #5553ce; }
  .table-colored-bordered.table-bordered-purple thead th {
    background-color: #5553ce; }

/* Table full colored */
.table-colored-full {
  color: #ffffff; }
  .table-colored-full thead th {
    border-bottom: 0 !important;
    padding: 10px !important; }
  .table-colored-full tbody td, .table-colored-full tbody th {
    border: 0 !important; }

.table-colored-full.table-full-primary {
  background-color: rgba(68, 137, 228, 0.8); }
  .table-colored-full.table-full-primary thead th {
    background-color: #4489e4; }
  .table-colored-full.table-full-primary tbody tr:hover {
    background-color: #4489e4; }

.table-colored-full.table-full-success {
  background-color: rgba(50, 200, 97, 0.8); }
  .table-colored-full.table-full-success thead th {
    background-color: #32c861; }
  .table-colored-full.table-full-success tbody tr:hover {
    background-color: #32c861; }

.table-colored-full.table-full-info {
  background-color: rgba(52, 211, 235, 0.8); }
  .table-colored-full.table-full-info thead th {
    background-color: #6FA0CB; }
  .table-colored-full.table-full-info tbody tr:hover {
    background-color: #6FA0CB; }

.table-colored-full.table-full-custom {
  background-color: rgba(49, 58, 70, 0.8); }
  .table-colored-full.table-full-custom thead th {
    background-color: #313a46; }
  .table-colored-full.table-full-custom tbody tr:hover {
    background-color: #313a46; }

.table-colored-full.table-full-warning {
  background-color: rgba(255, 169, 28, 0.8); }
  .table-colored-full.table-full-warning thead th {
    background-color: #ffa91c; }
  .table-colored-full.table-full-warning tbody tr:hover {
    background-color: #ffa91c; }

.table-colored-full.table-full-danger {
  background-color: rgba(249, 106, 116, 0.8); }
  .table-colored-full.table-full-danger thead th {
    background-color: #f96a74; }
  .table-colored-full.table-full-danger tbody tr:hover {
    background-color: #f96a74; }

.table-colored-full.table-full-inverse {
  background-color: rgba(54, 64, 76, 0.8); }
  .table-colored-full.table-full-inverse thead th {
    background-color: #36404c; }
  .table-colored-full.table-full-inverse tbody tr:hover {
    background-color: #36404c; }

.table-colored-full.table-full-pink {
  background-color: rgba(236, 103, 148, 0.8); }
  .table-colored-full.table-full-pink thead th {
    background-color: #ec6794; }
  .table-colored-full.table-full-pink tbody tr:hover {
    background-color: #ec6794; }

.table-colored-full.table-full-purple {
  background-color: rgba(85, 83, 206, 0.8); }
  .table-colored-full.table-full-purple thead th {
    background-color: #5553ce; }
  .table-colored-full.table-full-purple tbody tr:hover {
    background-color: #5553ce; }

/* =================
   Spinners
==================== */
.sk-rotating-plane, .sk-double-bounce .sk-child, .sk-wave .sk-rect, .sk-wandering-cubes .sk-cube, .sk-spinner-pulse,
.sk-chasing-dots .sk-child, .sk-three-bounce .sk-child, .sk-circle .sk-child:before, .sk-cube-grid .sk-cube,
.sk-fading-circle .sk-circle:before, .sk-folding-cube .sk-cube:before {
  background-color: #313a46; }

.sk-fading-circle .sk-circle {
  margin-top: 0; }

/* =================
   Typehead
==================== */
.twitter-typeahead {
  display: inherit !important; }

.tt-query,
.tt-hint {
  padding: 8px 12px;
  line-height: 30px;
  outline: none; }

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-hint {
  color: #98a6ad; }

.tt-menu {
  width: 100%;
  padding: 8px 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(49, 58, 70, 0.2);
  border: 1px solid rgba(152, 166, 173, 0.15); }

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #313a46; }

.tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #313a46; }

.tt-highlight {
  font-family: "Open Sans", sans-serif; }

.tt-suggestion p {
  margin: 0; }

.typeahead-empty-message {
  padding: 5px 10px;
  color: #f96a74; }

.league-name {
  padding: 3px 20px; }

@media (max-width: 648px) {

}
@media (max-width: 520px) {
  .table thead tr th {
    display: none;
  }
  .table tbody tr th {
    display: flex;
    max-width: none;
    justify-content: center;
    line-height: 3;
    font-size: 18px;
  }
  .table tbody tr td {
    display: flex;
    max-width: none;
    min-height: 50px;
    line-height: 2;
    justify-content: space-between;
  } 
  .table tbody tr td:before {
    content: attr(data-head);
    left: 15px;
    color: #494949;
    font-weight: bold;
    font-size: 18px;
  }
}

/* =============
   About Us
============= */
.border {
  height: 4px;
  width: 48px;
  border-radius: 5px;
  background-color: #4489e4; }

.about-features-box {
  margin: 20px 0; }

.about-features-box p {
  line-height: 24px;
  width: 90%;
  margin: 0 auto; }

.feature-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 36px;
  color: #ffffff;
  line-height: 80px; }

.about-team img {
  max-width: 150px;
  margin: 0 auto; }

.about-team .about-team-member {
  margin: 30px 0; }

.about-team .about-team-member h4 {
  padding-top: 10px;
  font-weight: 600; }

.about-team .about-team-member p {
  color: #98a6ad; }

/* =============
   Contact Us
============= */
.contact-map {
  background-color: #f3f3f3; }

.contact-box {
  padding: 30px; }

.contact-detail {
  margin-bottom: 40px; }

.contact-detail i {
  float: left;
  width: 32px;
  font-size: 20px; }

.contact-detail p, .contact-detail address {
  overflow: hidden; }

.contact-detail a {
  color: #496174; }

/* =============
   Members list
============= */
.member-card .member-thumb {
  position: relative; }
.member-card .member-star {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center; }

.member-card-alt .member-thumb {
  position: relative; }
.member-card-alt .member-card-alt-info {
  margin-left: 140px; }
.member-card-alt .member-star {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center; }

.social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, 0.8);
  display: inline-block;
  height: 30px;
  line-height: 27px;
  border: 2px solid rgba(121, 121, 121, 0.5);
  text-align: center;
  width: 30px; }
  .social-links li a:hover {
    color: #797979;
    border: 2px solid #797979; }

@media (max-width: 992px) {
}
@media (max-width: 767px) {

}

/* =============
   Account Pages
============= */
.home-wrapper {
  margin: 10% 0; }

.bg-accpunt-pages {
  background: #4489e4;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4489e4, #5691c8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4489e4, #5691c8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 0;
  min-height: 100px !important; }

.wrapper-page {
  display: table;
  height: 100vh;
  width: 100%; }

.account-pages {
  display: table-cell;
  vertical-align: middle; }

.account-box {
  position: relative;
  max-width: 460px;
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px; }
  .account-box .account-content {
    padding: 30px; }
  .account-box .account-btn {
    position: absolute;
    left: 0;
    right: 0; }

.account-logo-box {
  padding: 30px 30px 0 30px; }

.text-error {
  color: #4489e4;
  text-shadow: rgba(68, 137, 228, 0.3) 5px 1px, rgba(68, 137, 228, 0.2) 10px 3px;
  font-size: 84px;
  font-weight: 700;
  line-height: 90px; }

.checkmark {
  width: 100px;
  margin: 0 auto;
  padding: 20px 0; }

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out; }

.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* =============
   Maintenance
============= */
.svg-computer {
  stroke-dasharray: 1134;
  stroke-dashoffset: -1134;
  animation: draw-me 5s infinite;
  animation-direction: normal;
  height: 200px; }

@keyframes draw-me {
  from {
    stroke-dashoffset: -1134; }
  to {
    stroke-dashoffset: 0; } }
.svg-rocket {
  height: 200px; }

.rocket-clouds__bubble, .rocket-clouds__cloud, .rocket-rocket, .rocket-inner__rocket-and-lines {
  fill: #ffffff; }

/* ====
Lightbox
===== */
.lb-data .lb-caption {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 2em; }
.lb-data .lb-number {
  color: rgba(255, 255, 255, 0.7); }

/* ===========
File Manager
============== */
.file-man-box {
  padding: 20px;
  border: 2px solid #dfe3e6;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px; }
  .file-man-box .file-close {
    color: #f15642;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden; }
  .file-man-box .file-img-box {
    line-height: 120px;
    text-align: center; }
    .file-man-box .file-img-box img {
      height: 64px; }
  .file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px; }
    .file-man-box .file-download:hover {
      color: #313a46; }
  .file-man-box .file-man-title {
    padding-right: 25px; }
  .file-man-box:hover {
    border-color: #4489e4; }
    .file-man-box:hover .file-close {
      visibility: visible; }

/* ===========
Slider
============== */
.slick-prev, .slick-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  background-color: #313a46 !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02); }

.slider-padding div {
  margin: 5px; }

.slick-prev:before, .slick-next:before {
  color: #313a46; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots li button::before {
  font-size: 10px;
  color: #313a46 !important;
  border: 2px solid #313a46 !important;
  border-radius: 50%;
  line-height: 18px; }

.slick-center img {
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  opacity: 1;
  transform: scale(1.01);
  border: 3px solid #313a46; }

.slider-syncing-nav {
  margin-top: 10px; }
  .slider-syncing-nav div {
    border-left: 3px solid #ffffff; }

/* ===========
Tickets
============== */
.tickets-list a {
  color: #797979;
  white-space: nowrap; }
.tickets-list img {
  height: 32px;
  width: 32px; }

/* ===========
Companies
============== */
.card-box.features-card  {
  padding: 20px 60px;
}
.features-card .features-box {
  display: flex;
  align-items:center;
  margin-bottom: 20px;
}
.features-card .features-logo {
  flex: none;
  height: 100px;
  width: 100px; 
  vertical-align: middle;
}
.features-card .features-title {
  color: #6FA0CB;
  font-size: 18px;
  line-height: 1;
  padding-left: 20px;
  font-family: "Noto Sans";
}
.features-card .features-content {
  color: #646464;
  font-size: 16px;
  font-family: "Noto Sans";
}

/* =============
   Tree view page
============= */
.jstree-default {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  .jstree-default .jstree-clicked {
    background: rgba(49, 58, 70, 0.1); }
  .jstree-default .jstree-hovered {
    background: rgba(49, 58, 70, 0.2);
    box-shadow: none; }
  .jstree-default .jstree-wholerow-clicked {
    background: rgba(49, 58, 70, 0.4); }
  .jstree-default .jstree-wholerow-hovered {
    background: rgba(49, 58, 70, 0.2); }

.jstree-anchor {
  padding: 0 6px 0 2px; }

.jstree-themeicon.mdi {
  font-size: 18px; }

/* =============
   Sitemaps
============= */
.sitemap > li > ul {
  margin-top: 1.5rem;
  padding-left: 0; }

ul.sitemap {
  list-style: none;
  padding-left: 0; }
  ul.sitemap li {
    line-height: 2.5rem;
    vertical-align: top;
    list-style: none;
    position: relative; }
    ul.sitemap li a {
      text-decoration: none;
      color: #7c8d96;
      display: inline-block; }
      ul.sitemap li a:hover {
        color: #313a46; }
  ul.sitemap ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 10px; }
    ul.sitemap ul li {
      position: relative; }
      ul.sitemap ul li::before {
        content: "";
        display: inline-block;
        width: 3rem;
        height: 100%;
        border-left: 1px solid rgba(152, 166, 173, 0.5);
        position: absolute;
        top: -2.5/2; }
      ul.sitemap ul li::before {
        content: "";
        display: inline-block;
        width: 3rem;
        height: 2.5rem;
        border-bottom: 1px #ccc solid;
        position: absolute;
        top: -1.25rem; }
      ul.sitemap ul li a {
        margin-left: 3.75rem; }

ul.sitemap-icon ul li a {
  margin-left: 2.75rem; }

/* =============
   Profile
============= */
.profile-bg-picture {
  position: relative;
  min-height: 300px;
  margin: 0 -20px 0px -20px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }

.profile-bg-picture > .picture-bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../images/img_bg_Free-trial.png');
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%); }

.profile-user-box {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  margin-top: -65px;
  position: relative;
  border-radius: 5px; }

/* =============
   Search result
============= */
.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none; }
.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px; }

/* =============
   Task board
============= */
.taskList {
  min-height: 40px;
  margin-bottom: 0; }
  .taskList li {
    background-color: #ffffff;
    border: 1px solid rgba(121, 121, 121, 0.2);
    border-left-width: 3px;
    padding: 10px;
    margin-bottom: 15px; }
    .taskList li:last-of-type {
      margin-bottom: 0; }
  .taskList .task-success {
    background-color: #e7f9ec;
    border-left-color: #32c861; }
  .taskList .task-info {
    background-color: #eefbfd;
    border-left-color: #6FA0CB; }
  .taskList .task-warning {
    background-color: #fff2de;
    border-left-color: #ffa91c; }
  .taskList .task-danger {
    background-color: #fee9eb;
    border-left-color: #f96a74; }
  .taskList a {
    font-size: 13px; }
  .taskList .checkbox {
    margin-left: 20px;
    margin-top: 5px; }

.task-placeholder {
  border: 1px dashed rgba(226, 226, 226, 0.9) !important;
  background-color: rgba(226, 226, 226, 0.2) !important;
  padding: 20px; }

/* Task Detail */
.task-detail .task-dates li {
  width: 50%;
  float: left; }

.task-detail .task-tags .bootstrap-tagsinput {
  padding: 0px;
  border: none; }

.task-detail .assign-team a {
  display: inline-block;
  margin: 5px 5px 5px 0px; }

.task-detail .files-list .file-box {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box; }

.task-detail .files-list .file-box img {
  line-height: 70px; }

.task-detail .files-list .file-box p {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* =============
   Print css
============= */
@media print {
  #topnav, .page-title-box {
    display: none !important;
    margin: 0;
    padding: 0; }

  .card-box, body {
    border: none;
    padding: 0;
    margin-bottom: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden; }

  .fixedHeader-floating {
    top: 60px !important; } 
  }
@media (max-width: 768px) {
  body {
    overflow-x: hidden; }

  .topbar-left {
    width: 70px !important; }
    .topbar-left span {
      display: none !important; }
    .topbar-left i {
      display: block !important;
      line-height: 70px !important; }

  .topbar .topbar-left {
    height: 70px; }

  .navbar-nav.navbar-right {
    float: right; }

  .content-page {
    margin-left: 0 !important; }

  .enlarged .left.side-menu {
    margin-left: -70px; }

  .header .wrapper .footer {
    left: 0 !important;
  }

  .mobile-sidebar {
    left: 0; }

  .mobile-content {
    left: 250px;
    right: -250px; }

  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left; }

  div#datatable-buttons_info {
    float: none; }

  .ms-container {
    width: 100%; }

  .m-t-sm-50 {
    margin-top: 50px !important; }

  .fixedHeader-floating {
    top: 60px !important; } }
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0; }
    .navbar-nav .open .dropdown-menu li {
      display: block; }

  .navbar-nav {
    margin: 0;
    display: inline-block; }
    .navbar-nav li {
      display: inline-block;
      line-height: 1px; }
  .dropdown-lg {
    width: 200px !important; }

  .user-box {
    float: right; }

  .dataTables_length {
    float: none;
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important; }

  .button-menu-mobile {
    display: block; }

  .search-bar {
    display: none !important; }

  .logo-lg {
    display: none; }

  .logo-sm {
    display: inline-block !important; } 
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important; } }
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px; } 
  }
@media (min-width: 992px) {
  .container-alt {
    width: 970px; } }
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px; } }
@media (max-width: 419px) {
  .hidden-xxs {
    display: none; }

  .topbar-left {
    width: 70px !important; }

  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important; }
  .logo span {
    display: none !important; }

  .content-page {
    margin-left: 70px; }

  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1); }

  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important; }

  .page-title {
    font-size: 15px;
    white-space: nowrap; }

  .navbar-default {
    padding: 0; }
    .navbar-default .navbar-left {
      padding-left: 0 !important; }
      .navbar-default .navbar-left li {
        padding: 0 5px; }

  .topbar-left {
    display: none; }

  .editable-responsive {
    overflow-x: auto; }

  .page-title-box .breadcrumb {
    display: none; }

  .navbar-nav .open .dropdown-menu {
    margin-right: -20px; }

  .user-box .dropdown-menu {
    margin-right: 0 !important; }

  .dropdown-lg {
    width: 200px !important; }

  .user-list .user-list-item .icon, .user-list .user-list-item .avatar {
    display: none; }

  .user-list .user-list-item .user-desc {
    margin-left: 0; } }

/*# sourceMappingURL=style.css.map */
