/*----------------------------------------
  General Layout Style
------------------------------------------*/
html {
  font-size: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
html.boxed {
  background: #dddddd;
}
body {
  background-color: #F5F5F5;
  color: #757575;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  min-height: 100%;
}
body.boxed {
  margin: 0 auto !important;
  max-width: 90%;
  width: 90%;
  min-height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
body.boxed .page-topbar {
  max-width: 90%;
  width: 90%;
  margin-left: 5% !important;
}
.vertical-rhythm {
  position: absolute;
  top: 0px;
  z-index: 9999999;
  background: transparent;
  height: 0px;
  width: 40px;
  right: 0px;
  display: none !important;
}
.vertical-rhythm hr {
  display: none;
}
.vertical-rhythm.vertical-test-on {
  /*    background: url("../img/vertical-30px.png");*/
  left: 0px;
  width: 100%;
  /*    height: 5000px;*/
}
.vertical-rhythm.vertical-test-on hr {
  margin: 0;
  margin-bottom: 14px;
  display: block !important;
  /* border-bottom: 1px solid #00bcd4; */
  /* margin: 0; */
  border-color: #00bcd4;
}
.vr-switch {
  position: fixed;
  background-color: #ffffff;
  font-size: 21px;
  color: #333333;
  float: right;
  padding: 20px 40px 20px 20px;
  top: 0;
  right: 0;
  z-index: 99999999;
  cursor: hand;
  cursor: pointer;
  text-align: center;
  line-height: 5px !important;
}
.content-wrapper {
  display: inline-block;
  padding: 30px 20px 0 20px;
  width: 100%;
}
/*body *{  vertical-align: top; }*/
.paddingLeft0 {
  padding-left: 0px;
}
.paddingRight0 {
  padding-right: 0px;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.top15 {
  margin-top: 15px;
}
.right15 {
  margin-right: 15px;
}
.left15 {
  margin-left: 15px;
}
.padding-5 {
  padding: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-35 {
  padding: 35px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-horizontal-5 {
  padding: 0 5px !important;
}
.padding-horizontal-10 {
  padding: 0 10px !important;
}
.padding-horizontal-15 {
  padding: 0 15px !important;
}
.padding-horizontal-20 {
  padding: 0 20px !important;
}
.padding-vertical-10 {
  padding: 10px 0 !important;
}
.padding-vertical-15 {
  padding: 15px 0 !important;
}
.padding-vertical-20 {
  padding: 20px 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.inline {
  display: inline;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.no-display {
  display: none !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}
ol,
ul {
  padding-left: 20px;
}
.clickable {
  cursor: pointer!important;
}
.chaton-window #main-content,
.page-chatapi,
.page-topbar,
.page-sidebar,
.page-topbar .logo-area,
.page-topbar .quick-area .pull-right,
.collapse-wraplist,
.profile-info,
.wraplist,
.chatapi-windows {
  transition: 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.main-wrapper {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0 0px;
}
@media only screen and (max-width: 600px) {
  .page-sidebar.collapseit {
    width: 60px;
    margin-left: 0px !important;
    z-index: 99;
  }
}
.page-sidebar.chat_shift {
  width: 60px;
  margin-left: 0px !important;
  z-index: 99;
}
#main-content {
  margin-left: 200px;
  display: block;
}
#main-content.hor_menu {
  margin-left: 0px;
}
#main-content.chat_shift {
  margin-left: 60px !important;
  margin-right: 0px !important;
}
@media only screen and (max-width: 600px) {
  #main-content.sidebar_shift {
    margin-left: 60px;
    margin-right: 0px;
  }
}
#main-content.sidebar_shift.hor_menu {
  margin-left: 0px;
}
@media only screen and (max-width: 600px) {
  .page-topbar.chat_shift {
    margin-left: -140px !important;
  }
  .page-topbar.chat_shift .quick-area .pull-right {
    /*margin-right: 140px !important;*/
    margin-right: 240px !important;
  }
  .page-topbar.sidebar_shift .logo-area {
    width: 60px;
  }
  .page-topbar.chat_shift .logo-area {
    width: 200px;
  }
  .boxed .page-topbar.chat_shift .logo-area {
    width: 60px;
  }
}
.page-chatapi.hideit {
  width: 0px;
  height: 658px;
}
.page-chatapi.showit {
  /*width: 200px;*/
  width: 380px;
  max-width: 100%;
  height: 100%;
}
.page-chatapi {
  height: auto;
  position: fixed;
  padding: 0px;
  background-color: #232227;
  margin-top: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
.page-chatapi .chat-wrapper {
  padding-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -3px 0px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -3px 0px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -3px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -3px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -3px 0px 2px rgba(0, 0, 0, 0.1);
}
.boxed .page-chatapi {
  right: 5%;
  overflow: hidden;
}
.boxed .page-topbar.chat_shift {
  padding-right: 140px;
}
.chatapi-windows {
  position: fixed;
  bottom: 0px;
  right: 280px;
  height: 300px;
  max-height: 300px;
  display: inline-block;
  z-index: 9999;
}
.boxed .chatapi-windows {
  right: 350px;
}
/*collapsed menu and chat open states*/
.page-topbar.sidebar_shift .logo-area {
  background-color: #82724d;
}
.page-topbar.chat_shift .logo-area {
  background-color: #82724d;
}
.chatapi-windows.hideit {
  bottom: -300px;
}
.chatapi-windows.showit {
  height: 300px;
  bottom: 0px !important;
}
/*--------------------------------------------
  COLLAPSED MENU
---------------------------------------------*/
@media only screen and (max-width: 600px) {
  .page-sidebar.chat_shift .wraplist,
  .page-sidebar.collapseit .wraplist {
    background-color: #232227;
    width: 60px;
  }
  .page-sidebar.chat_shift .wraplist .sub-menu,
  .page-sidebar.collapseit .wraplist .sub-menu {
    display: none;
  }
  .page-sidebar.chat_shift .wraplist li,
  .page-sidebar.collapseit .wraplist li {
    position: relative !important;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li a .title,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li a .title,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li a .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li a .arrow {
    display: none;
    margin-left: 0px;
    text-align: left;
    padding-left: 30px;
    background-color: transparent;
    line-height: 25px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li a:hover .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li a:hover .arrow,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li.active:hover a .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li.active:hover a .arrow {
    display: block;
    right: 0px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li.active:hover a .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li.active:hover a .arrow {
    top: 10px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li.active:hover .sub-menu a .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li.active:hover .sub-menu a .arrow {
    top: 1px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li a:hover .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li a:hover .arrow {
    top: 10px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu a:hover .arrow,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu a:hover .arrow {
    top: 1px;
  }
  .page-sidebar.chat_shift .wraplist li:hover,
  .page-sidebar.collapseit .wraplist li:hover {
    background: transparent;
  }
  .page-sidebar.chat_shift .wraplist .sub-menu li:hover,
  .page-sidebar.collapseit .wraplist .sub-menu li:hover {
    background: transparent;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li a:hover,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li a:hover {
    background-color: #212026;
    border-left: 3px solid transparent;
    color: #9E9E9E;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.active a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.active a,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu a {
    background-color: transparent;
    border-left: 3px solid transparent;
    color: #9E9E9E;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu .active a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu .active a {
    background-color: #161e22;
    border-left: 3px solid #82724d;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.active .sub-menu a {
    width: 170px !important;
    /*    border-top: 0px;
		border-bottom: 0px;*/
  }
  /*.page-sidebar.chat_shift #main-menu-wrapper .wraplist .sub-menu li.active a .arrow,
	.page-sidebar.collapseit #main-menu-wrapper .wraplist .sub-menu li.active a .arrow{
	    display: block !important;
	}*/
  .page-sidebar.chat_shift .profile-info,
  .page-sidebar.collapseit .profile-info {
    width: 60px;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
  }
  .page-sidebar.collapseit .profile-image,
  .page-sidebar.collapseit .profile-image a,
  .page-sidebar.chat_shift .profile-image,
  .page-sidebar.chat_shift .profile-image a {
    height: 45px;
  }
  .page-sidebar.collapseit .profile-info .profile-image .profile-status,
  .page-sidebar.chat_shift .profile-info .profile-image .profile-status {
    left: 35px;
  }
  .page-sidebar.chat_shift .profile-info .profile-image,
  .page-sidebar.collapseit .profile-info .profile-image {
    width: 100%;
    padding: 0;
  }
  .page-sidebar.chat_shift .profile-info .profile-image img,
  .page-sidebar.collapseit .profile-info .profile-image img {
    height: 40px;
    width: 40px;
    top: 10px;
  }
  .page-sidebar.chat_shift .profile-details,
  .page-sidebar.collapseit .profile-details {
    display: none;
  }
  .page-sidebar.chat_shift .project-info,
  .page-sidebar.collapseit .project-info {
    display: none;
  }
  /*
	#main-menu-wrapper li a:hover,
	#main-menu-wrapper li.active a {
	background-color: @primary;
	}
	#main-menu-wrapper li .sub-menu a {
	color: rgba(174,178,183,1.0);
	margin-bottom: 2px;
	padding-left: 15px;
	border-left: 3px solid transparent;
	}

	*/
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu {
    display: block;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu .sub-menu,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu .sub-menu {
    display: none;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu .active .sub-menu,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu .active .sub-menu {
    display: block;
    height: auto !important;
    overflow: auto;
    opacity: 1;
    padding-left: 20px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 220px !important;
    background: #232227;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto !important;
    background: #232227;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    position: relative;
    margin-top: 0px;
  }
  .page-sidebar.chat_shift,
  .page-sidebar.collapseit,
  .page-sidebar.chat_shift #main-menu-wrapper,
  .page-sidebar.collapseit #main-menu-wrapper {
    overflow: visible !important;
  }
  .page-sidebar.chat_shift .ps-scrollbar-y-rail,
  .page-sidebar.collapseit .ps-scrollbar-y-rail {
    display: none;
  }
  .page-sidebar.chat_shift,
  .page-sidebar.collapseit {
    position: absolute !important;
  }
  .page-sidebar.chat_shift #main-menu-wrapper,
  .page-sidebar.collapseit #main-menu-wrapper,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist {
    /*height: 3000px !important;*/
  }
  .page-sidebar.chat_shift #main-menu-wrapper,
  .page-sidebar.collapseit #main-menu-wrapper {
    padding-top: 0px;
    background-color: #232227;
    /*top: -79px;*/
  }
  .page-sidebar.chat_shift .wraplist li:hover .title,
  .page-sidebar.collapseit .wraplist li:hover .title {
    float: left;
    padding-left: 15px;
    width: 220px;
    background: #232227;
    display: inline-block !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu .title,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu .title {
    padding-left: 0px;
    background: transparent;
    display: inline-block;
    width: auto;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu .arrow,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu .arrow {
    display: inline-block;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .material-icons,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .material-icons,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .fa,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .fa .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .fas,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .fas {
    float: left;
    font-size: 17px;
    height: auto;
    line-height: 17px;
    width: 60px;
    top: 0px;
    margin-left: 0px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover a {
    width: 280px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li a {
    padding-left: 0px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu a {
    padding-left: 12px;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu {
    margin-top: 45px !important;
    padding-left: 30px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu .sub-menu,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu .sub-menu {
    margin-top: 0px !important;
    padding-left: 0px !important;
    display: none;
    left: 0px;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li:hover .sub-menu a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li:hover .sub-menu a {
    width: 190px;
    color: #9E9E9E;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu .sub-menu .active a,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li.active .sub-menu a:hover,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu a:hover,
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu .active .sub-menu a:hover,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu .active a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li.active .sub-menu a:hover,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu a:hover,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu .active .sub-menu a:hover {
    background-color: #161e22;
    border-left: 3px solid transparent;
    color: #9E9E9E;
  }
  .page-sidebar.chat_shift #main-menu-wrapper .wraplist li .sub-menu .active .sub-menu a,
  .page-sidebar.collapseit #main-menu-wrapper .wraplist li .sub-menu .active .sub-menu a {
    background-color: transparent;
    border-left: 3px solid transparent;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu li,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu li {
    padding-left: 0px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu li .title,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu li .title {
    padding-left: 0px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu li li .title,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu li li .title {
    padding-left: 15px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu li li li .title,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu li li li .title {
    padding-left: 30px !important;
  }
  .page-sidebar.chat_shift .wraplist li:hover .sub-menu li li li li .title,
  .page-sidebar.collapseit .wraplist li:hover .sub-menu li li li li .title {
    padding-left: 45px !important;
  }
}
/*--------------------------------------------
    CHAT API
---------------------------------------------*/
.chat-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 9;
  height: 100%;
  position: absolute;
  /*width: 280px;*/
  width: 370px;
}
.page-chatapi .search-bar {
  display: inline-block;
}
.page-chatapi .search-bar input {
  background-color: transparent;
  color: #78909C;
  font-size: 14px;
  border: 0px;
  width: 220px;
  margin: 20px 20px 0 20px;
  border-bottom: 2px solid #151419;
}
.page-chatapi .search-bar input:focus,
.page-chatapi .search-bar input:hover {
  border: 0px;
}
.page-chatapi .chatapi-head {
  padding: 0px 30px 0 30px;
  font-size: 18px;
  margin: 0px 0 0px 0;
  color: #ffffff;
  background-color: #82724d;
  height: 60px;
  line-height: 60px;
}
.page-chatapi .group-head {
  color: #B0BEC5;
  padding: 15px 30px 0 30px;
  font-size: 14px;
  margin: 0px 0 15px 0;
}
.page-chatapi .group-list,
.page-chatapi .contact-list {
  padding: 0 15px;
}
.page-chatapi .contact-list .user-row {
  display: block;
  padding: 15px;
  margin: 0 0 5px 0;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.page-chatapi .group-list .group-row.active,
.page-chatapi .group-list .group-row:hover,
.page-chatapi .group-list .group-row:active,
.page-chatapi .group-list .group-row:focus,
.page-chatapi .contact-list .user-row.active,
.page-chatapi .contact-list .user-row:hover,
.page-chatapi .contact-list .user-row:active,
.page-chatapi .contact-list .user-row:focus {
  background-color: #151419;
}
.page-chatapi .contact-list .user-img {
  float: left;
  width: 40px;
  display: inline-block;
  padding: 0px 0 0 0;
  margin-top: -5px;
}
.page-chatapi .contact-list .user-img img {
  border-radius: 50% 50%;
  width: 40px;
  height: 40px;
}
.page-chatapi .contact-list .user-status {
  float: right;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 15px;
}
.page-chatapi .contact-list .user-status i {
  font-size: 10px;
  height: 10px;
  width: 10px;
  float: right;
  margin-right: 0px;
}
.page-chatapi .group-list .group-status.available i,
.chatapi-windows .user-window .controlbar .status.available i,
.page-chatapi .contact-list .user-status.available i {
  color: #46be8a;
}
.page-chatapi .group-list .group-status.busy i,
.chatapi-windows .user-window .controlbar .status.busy i,
.page-chatapi .contact-list .user-status.busy i {
  color: #ef5350;
}
.page-chatapi .group-list .group-status.away i,
.chatapi-windows .user-window .controlbar .status.away i,
.page-chatapi .contact-list .user-status.away i {
  color: #82724d;
}
.page-chatapi .contact-list .user-info {
  padding-left: 55px;
  display: block;
  margin-right: 15px;
}
.page-chatapi .group-list .group-info h4,
.page-chatapi .contact-list .user-info h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  display: block;
}
.page-chatapi .group-list .group-info h4 a,
.page-chatapi .contact-list .user-info h4 a {
  color: #B0BEC5;
  display: block;
  text-decoration: none;
}
.page-chatapi .contact-list .user-info .status {
  margin: 0 0 0px 0;
  font-size: 10px;
  color: #aaaaaa;
  display: block;
  line-height: 10px;
}
.page-chatapi .group-list .group-row {
  display: block;
  padding: 10px 15px 5px 15px;
  margin: 0 0 5px 0;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.page-chatapi .group-list .group-status {
  float: left;
  margin: 0 10px 0 15px;
}
.page-chatapi .group-list .group-status i {
  margin: 0 0 0px 0;
  font-size: 14px;
  color: #aaaaaa;
  display: block;
  line-height: 14px;
}
/*-----------------------------------------------------------
    CHAT API Windows
----------------------------------------------------------*/
.chatapi-windows .user-window {
  display: block;
  min-width: 250px;
  min-height: 300px;
  background-color: #32323a;
  margin: 0 2px 0 0;
  float: right;
}
.chatapi-windows .user-window .controlbar .tooltip {
  display: none !important;
}
.chatapi-windows .user-window.minimizeit .controlbar .tooltip {
  display: block !important;
}
.chatapi-windows .user-window.minimizeit .controlbar .tooltip .tooltip-inner {
  white-space: nowrap;
}
.chatapi-windows .user-window.minimizeit {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  bottom: 0px;
  top: 260px;
  position: relative;
}
.chatapi-windows .user-window.minimizeit .controlbar .name,
.chatapi-windows .user-window.minimizeit .controlbar i,
.chatapi-windows .user-window.minimizeit .typearea,
.chatapi-windows .user-window.minimizeit .chatarea {
  display: none;
}
.chatapi-windows .user-window.minimizeit .controlbar {
  padding: 10px;
  height: 40px;
}
.chatapi-windows .user-window.minimizeit .controlbar img {
  font-size: 18px;
  color: #999999;
  margin: 0 0 0 0px;
  line-height: 22px;
  cursor: hand;
  cursor: pointer;
}
.chatapi-windows .user-window .controlbar {
  display: block;
  height: 30px;
  padding: 5px 15px;
  background-color: #151419;
  color: #78909C;
}
.chatapi-windows .user-window .controlbar .name {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  top: -5px;
  position: relative;
}
.chatapi-windows .user-window .controlbar img {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  top: -5px;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.chatapi-windows .user-window .controlbar .status {
  float: none;
  display: inline-block;
  margin: 0px 5px 0 0;
}
.chatapi-windows .user-window .controlbar .status i {
  margin: 0px;
  font-size: 8px;
}
.chatapi-windows .user-window .controlbar i {
  font-size: 12px;
  float: right;
  color: #F5F5F5;
  margin: 0 0 0 5px;
  line-height: 20px;
  cursor: hand;
  cursor: pointer;
}
.chatapi-windows .user-window .controlbar i:hover {
  color: #78909C;
}
.chatapi-windows .user-window .typearea {
  display: block;
  height: 40px;
  padding: 0px 15px 0px 15px;
  background-color: #151419;
}
.chatapi-windows .user-window .typearea input {
  background-color: transparent;
  color: #78909C;
  font-size: 14px;
  border: 0px;
  width: 220px;
  margin: 0px 0px;
  height: 40px;
}
.chatapi-windows .user-window .typearea input:focus,
.chatapi-windows .user-window .typearea input:hover {
  border: 0px;
}
.chatapi-windows .user-window .chatarea {
  display: block;
  height: 230px;
  padding: 15px 15px 0 15px;
  background-color: #32323a;
  color: #B0BEC5;
  overflow: hidden;
  position: relative;
  max-width: 250px;
}
/* inner chat discussion*/
/*
.chatmsg {
    display: block;
    padding: 0 5px 15px 5px;
    position: relative;
}

.chatmsg .name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #999999;
}

.chatmsg .text {
    display: block;
    font-size: 13px;
    padding-left: 0px;
    color: #bbbbbb;
    word-wrap: break-word;
}

.chatmsg .ts {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 10px;
    color: #F5F5F5;
}
*/
/*----------------------------------------*/
.chaton {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #232227;
  top: 0px;
  right: 0px;
}
.chaton-window {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 60px;
  right: 0px;
  width: 100%;
  color: #ffffff;
  height: 100%;
}
.chaton .closewindow {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
  font-size: 18px;
}
.chatmsg {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding: 10px 15px;
}
.chatmsg.msg_receive .msg_info {
  padding-left: 60px;
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
}
.chatmsg.msg_sent .msg_info {
  padding-right: 50px;
  display: inline-block;
  width: 100%;
  float: right;
  text-align: right;
}
.chatmsg .user-img img {
  width: 40px;
  border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  float: left;
}
.chatmsg.msg_receive .user-img img {
  float: right;
}
.chatmsg.msg_receive .user-img {
  float: left;
  left: 20px;
  position: absolute;
  top: 10px;
}
.chatmsg.msg_sent .user-img {
  float: right;
  right: 10px;
  position: absolute;
  top: 10px;
}
.chatmsg .msg_info .name {
  display: block;
  color: #999999;
}
.chatmsg .msg_info .text {
  display: block;
  color: #bbbbbb;
}
.chatmsg .msg_info .ts {
  display: block;
  color: #F5F5F5;
  font-size: 12px;
}
.chatmsg .name .status {
  font-size: 8px;
  margin: 5px;
  top: -2px;
  position: relative;
}
.chatmsg .name .status.busy {
  color: #f05050;
}
.chatmsg .name .status.available {
  color: #66bd78;
}
.chatmsg .name .status.away {
  color: #82724d;
}
.chatmsg .name .status.offline {
  color: #a9a9a9;
}
.typearea {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 20px;
}
.typearea i {
  position: absolute;
  top: 32px;
  left: 25px;
  color: #607D8B;
  font-size: 18px;
  z-index: 2;
  cursor: hand;
  cursor: pointer;
}
.typearea i.primary {
  color: #82724d;
}
.typearea input {
  color: #B0BEC5;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #607D8B;
  height: 40px;
  padding-left: 35px;
  z-index: 1;
}
.typearea input:focus {
  color: #B0BEC5;
  background-color: transparent;
  border-bottom: 2px solid #82724d;
}
.ps-messages-widget > div > .jumbotron h2 {
  font-size: 24px;
}
.ps-messages-widget > div > .jumbotron .banner-text {
  font-size: 16px;
  line-height: 20px;
}
/*---------------------------------
  Section or Content Box
----------------------------------*/
section.box {
  background-color: transparent;
  margin: 15px 0 15px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 4px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 4px 4px rgba(0, 0, 0, 0.2);
}
section header {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0px solid #232227;
  vertical-align: top;
  position: relative;
}
section header .title {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 10px 18px 0 30px;
  line-height: 30px;
  color: #6e6e6e;
  font-weight: 600;
  display: inline-block;
  margin: 0 0px;
  border: 0px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0px;
  text-transform: uppercase;
}
section .content-body {
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0.12);
}
.btn,
.transition {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
section.box.nobox {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
section.nobox header {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0px solid transparent;
}
section.nobox header .title {
  padding-left: 0px;
}
section.nobox .content-body {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0 0px 0px 0px;
}
section.box .actions {
  margin: 0px;
  line-height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
}
section.box .actions i {
  color: #bdbdbd;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 14px;
  cursor: hand;
  cursor: pointer;
  z-index: 2;
  position: relative;
  display: block;
  float: left;
}
section.box .actions i:hover {
  color: #9E9E9E;
}
section.box .actions i.box_toggle {
  font-size: 21px;
  margin-top: 12px;
}
section.box .actions i.box_close {
  font-size: 16px;
}
section.box .actions i.box_setting {
  font-size: 14px;
}
section.collapsed .content-body {
  height: 15px !important;
  overflow: hidden;
  max-height: 15px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
section.collapsed .content-body * {
  display: none !important;
}
section.box.collapsed {
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
}
section.box.collapsed header {
  padding-bottom: 0px;
}
/*Slant effect */
.box .panel_header .title div {
  z-index: 2;
  position: relative;
}
.box .panel_header .title:before {
  /*width: 100%;
  position: absolute;
  background-color: #ffffff;
  height: 1px;
  bottom: -1px;
  content: " ";
  left: 0px;*/
}
.box .panel_header .title {
  height: 40px;
  width: auto;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #FFF;
  position: relative;
}
.box .panel_header .title.tab-title {
  background-color: #FFF;
  color: inherit;
  transition: 200ms all ease-in-out;
  border-bottom: 1px solid #ececec;
}
.box .panel_header .title.tab-title *,
.box .panel_header .title.tab-title:after {
  transition: 200ms all ease-in-out;
  border-bottom: 1px solid #ececec;
}
.box .panel_header .title.tab-title:hover {
  background-color: #54525d;
  color: #fff;
}
.box .panel_header .title.tab-title:hover:after {
  background-color: #54525d;
  color: #fff;
}
.box .panel_header .title.tab-title.active {
  background-color: #232227;
  color: #fff;
}
.box .panel_header .title.tab-title.active:after {
  background-color: #232227;
  color: #fff;
}
.box .panel_header .title:after {
  display: block;
  content: " ";
  width: 30px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  right: -12px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  z-index: 1;
  top: 0px;
  border-right: 0px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 1px 0px 0px rgba(100, 100, 100, 0.05);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 1px 0px 0px rgba(100, 100, 100, 0.05);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 1px 0px 0px rgba(100, 100, 100, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 1px 0px 0px rgba(100, 100, 100, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 1px 0px 0px rgba(100, 100, 100, 0.05);
}
.box .panel_header .actions:before {
  display: block;
  content: " ";
  width: 35px;
  height: 35px;
  background-color: #FFF;
  position: absolute;
  left: -15px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  z-index: 1;
  top: 0px;
  border-left: 0px solid rgba(0, 0, 0, 0.12);
  border-top: 0px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -1px 0px 0px rgba(100, 100, 100, 0.05);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -1px 0px 0px rgba(100, 100, 100, 0.05);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -1px 0px 0px rgba(100, 100, 100, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -1px 0px 0px rgba(100, 100, 100, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), -1px 0px 0px rgba(100, 100, 100, 0.05);
}
.box .panel_header .actions {
  background-color: #ffffff;
  border-right: 0px solid rgba(0, 0, 0, 0.12);
  border-top: 0px solid rgba(0, 0, 0, 0.12);
  padding-right: 15px;
  padding-left: 5px;
}
/*--------ui panels section for different colors--------*/
/*----all colors----*/
section.primary header.panel_header .title,
section.primary .content-body,
section.primary .panel_header .actions,
section.primary .panel_header .actions:before {
  background-color: #232227;
  color: #f5f5f5;
}
section.accent header.panel_header .title,
section.accent header.panel_header .title:after,
section.accent .content-body,
section.accent .panel_header .actions,
section.accent .panel_header .actions:before {
  background-color: #82724d;
  color: #f5f5f5;
}
section.success header.panel_header .title,
section.success header.panel_header .title:after,
section.success .content-body,
section.success .panel_header .actions,
section.success .panel_header .actions:before {
  background-color: #46be8a;
  color: #f5f5f5;
}
section.warning header.panel_header .title,
section.warning header.panel_header .title:after,
section.warning .content-body,
section.warning .panel_header .actions,
section.warning .panel_header .actions:before {
  background-color: #ffc94c;
  color: #f5f5f5;
}
section.danger header.panel_header .title,
section.danger header.panel_header .title:after,
section.danger .content-body,
section.danger .panel_header .actions,
section.danger .panel_header .actions:before {
  background-color: #ef5350;
  color: #f5f5f5;
}
section.info header.panel_header .title,
section.info header.panel_header .title:after,
section.info .content-body,
section.info .panel_header .actions,
section.info .panel_header .actions:before {
  background-color: #0288D1;
  color: #f5f5f5;
}
section.primary header .title,
section.accent header .title,
section.success header .title,
section.warning header .title,
section.danger header .title,
section.info header .title {
  color: #fcfcfc;
  margin-top: 0px;
}
section.box.primary .actions i,
section.box.accent .actions i,
section.box.success .actions i,
section.box.warning .actions i,
section.box.info .actions i,
section.box.danger .actions i {
  color: #F5F5F5;
}
section.box.primary .actions i:hover,
section.box.accent .actions i:hover,
section.box.success .actions i:hover,
section.box.warning .actions i:hover,
section.box.info .actions i:hover,
section.box.danger .actions i:hover {
  color: #f5f5f5;
}
section.primary .content-body,
section.accent .content-body,
section.success .content-body,
section.warning .content-body,
section.danger .content-body,
section.info .content-body {
  color: #ffffff;
}
/*----------------------------------------
  Sidebar Main Menu
------------------------------------------*/
.page-sidebar {
  height: 100%;
  width: 200px;
  position: fixed;
  padding: 0px;
  background-color: #232227;
  margin-top: 60px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 3px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 3px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 3px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 3px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 3px 2px 2px rgba(0, 0, 0, 0.1);
}
#main-menu-wrapper {
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  height: 253px;
}
#main-menu-wrapper ul {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#main-menu-wrapper ul.wrapper-menu {
  padding-top: 0px;
  vertical-align: top;
}
#main-menu-wrapper ul.wraplist {
  padding-bottom: 0px;
}
#main-menu-wrapper li ul.sub-menu {
  padding-left: 45px;
}
#main-menu-wrapper li ul.sub-menu ul.sub-menu {
  padding-left: 20px;
}
#main-menu-wrapper li ul.sub-menu {
  /*    display: none;*/
  list-style-type: none;
  font-size: 16px;
  width: 100%;
}
#main-menu-wrapper li a {
  display: block;
  line-height: auto;
  min-height: 45px;
  height: auto;
  color: #F5F5F5;
  color: #B0BEC5;
  text-decoration: none;
  padding: 10px 0;
  clear: both;
  text-align: center;
  position: relative;
}
#main-menu-wrapper li a .title {
  display: block;
  line-height: 25px;
}
#main-menu-wrapper li .sub-menu a {
  line-height: 24px;
  min-height: 30px;
  padding: 3px 15px;
  text-align: left;
}
#main-menu-wrapper li .sub-menu a {
  color: #9E9E9E;
  margin-bottom: 0px;
  padding-left: 12px;
  border-left: 3px solid transparent;
  cursor: hand;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
#main-menu-wrapper li .sub-menu a:before {
  /*display: block;

	width: 20px;
	height: 33px;
	background-color: transparent;
	position: absolute;
	left: -12px;
	-moz-transform: skewX(30deg);
	-o-transform: skewX(30deg);
	transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	-webkit-transform: skewX(30deg);
	z-index: 1;
	top: 0px;*/
}
#main-menu-wrapper li.active .sub-menu .active a,
#main-menu-wrapper li.active .sub-menu .active .sub-menu .active a,
#main-menu-wrapper li.active .sub-menu .active .sub-menu a:hover,
#main-menu-wrapper li.active .sub-menu a.active,
#main-menu-wrapper li.active .sub-menu a:hover,
#main-menu-wrapper li .sub-menu a:hover {
  background-color: #161e22;
  border-left: 3px solid transparent;
}
#main-menu-wrapper li.active .sub-menu .active a:before,
#main-menu-wrapper li.active .sub-menu .active .sub-menu .active a:before,
#main-menu-wrapper li.active .sub-menu .active .sub-menu a:hover:before,
#main-menu-wrapper li.active .sub-menu a.active:before,
#main-menu-wrapper li.active .sub-menu a:hover:before,
#main-menu-wrapper li .sub-menu a:hover:before {
  background-color: #161e22;
}
#main-menu-wrapper li.active .sub-menu .active .sub-menu a {
  background-color: transparent;
  border-left: 3px solid transparent;
}
#main-menu-wrapper li.active .sub-menu .active .sub-menu a:before {
  background-color: transparent;
}
#main-menu-wrapper li a:hover,
#main-menu-wrapper li.active a {
  background-color: #151419;
  color: #F5F5F5;
  position: relative;
}
#main-menu-wrapper li.active ul {
  background-color: #151419;
  padding-bottom: 10px;
}
#main-menu-wrapper li.active li {
  padding-bottom: 0px;
}
#main-menu-wrapper li.subgroup {
  padding-left: 10px;
  line-height: 35px;
  height: 35px;
  color: #B0BEC5;
}
#main-menu-wrapper li a:hover .arrow:before,
#main-menu-wrapper li.active a .arrow:before {
  color: #f5f5f5;
}
#main-menu-wrapper li .sub-menu a:hover .arrow:before,
#main-menu-wrapper li.active .sub-menu a .arrow:before {
  color: #B0BEC5;
}
#main-menu-wrapper li.active .sub-menu a {
  background-color: transparent;
  color: #9E9E9E;
}
#main-menu-wrapper li a i {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 0px;
  position: relative;
  margin-bottom: 3px;
}
#main-menu-wrapper li.active a i {
  float: left;
  display: inline-block;
  font-size: 18px;
  width: auto;
  margin-left: 45px;
}
#main-menu-wrapper li.active a.nosub i {
  float: none;
  display: inline-block;
  font-size: 24px;
  width: auto;
  margin-left: auto;
}
#main-menu-wrapper li.active a .title {
  display: inline-block;
  line-height: 23px;
  float: left;
  margin-left: 15px;
}
#main-menu-wrapper li.active a.nosub .title {
  display: block;
  line-height: 25px;
  float: none;
  margin-left: auto;
}
#main-menu-wrapper li.active .arrow {
  top: 10px;
}
#main-menu-wrapper li.active .sub-menu .arrow {
  top: 3px;
}
#main-menu-wrapper li a .arrow {
  float: right;
  margin-top: 1px;
  margin-right: 25px;
  display: inline;
  font-size: 21px;
  height: auto;
  text-shadow: none;
  color: #B0BEC5;
}
/*#main-menu-wrapper li.active a .arrow.open:before {
    content: "\f107";
}*/
#main-menu-wrapper li.featured ul,
#main-menu-wrapper li.featured a {
  background: #82724d;
  color: white;
}
#main-menu-wrapper li.featured .sub-menu a {
  color: white;
}
#main-menu-wrapper li.featured a:hover,
#main-menu-wrapper li.featured .sub-menu a:hover {
  background: #ff5722;
  color: white;
}
#main-menu-wrapper li a .arrow {
  float: none;
  position: absolute;
  top: 24px;
  right: 0px;
}
#main-menu-wrapper .fa {
  font-size: 21px;
}
#main-menu-wrapper li .label {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 3px 7px;
  float: right;
  margin: 15px 15px 0 0;
}
#main-menu-wrapper li .label.nosubmenu {
  margin-right: 41px;
}
.page-sidebar.chat_shift #main-menu-wrapper li .label,
.page-sidebar.collapseit #main-menu-wrapper li .label {
  display: none;
}
.page-sidebar.chat_shift #main-menu-wrapper li:hover .label,
.page-sidebar.collapseit #main-menu-wrapper li:hover .label {
  display: inline-block;
  margin-top: -30px;
  margin-right: 35px;
}
/*----------------------------------------
  Sidebar User Profile
------------------------------------------*/
.profile-info.ng-hide-add {
  display: none !important;
}
.page-sidebar .profile-info {
  background: transparent;
  padding-top: 30px;
  display: inline-block;
  vertical-align: top;
}
.page-sidebar .profile-image,
.page-sidebar .profile-image a {
  display: inline-block;
  height: 60px;
  position: relative;
}
.profile-info .profile-image img {
  height: 60px;
  width: 60px;
  margin-top: 0px;
  background-color: #F5F5F5;
  border-radius: 50% 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.profile-info .profile-details h3 {
  margin: 0px 0 0px 0;
  text-align: center;
  position: relative;
  height: 30px;
}
.profile-info .profile-details h3 a {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #F5F5F5;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  white-space: nowrap;
}
.profile-info .profile-details .profile-title {
  color: #B0BEC5;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}
.info-menu .profile .profile-status,
.profile-info .profile-image .profile-status {
  height: 14px;
  width: 14px;
  border: 2px solid #232227;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50px;
}
.page-topbar .quick-area .info-menu .profile .profile-status {
  position: absolute;
  top: 7px;
  left: 14px;
  height: 12px;
  width: 12px;
}
.profile-status.available,
.uprofile-status.available {
  background-color: #46be8a;
}
.profile-status.busy,
.uprofile-status.busy {
  background-color: #ef5350;
}
.profile-status.idle,
.uprofile-status.idle {
  background-color: #82724d;
}
.profile-status.away,
.uprofile-status.away {
  background-color: #ffc94c;
}
.profile-status.offline,
.uprofile-status.offline {
  background-color: #9E9E9E;
}
/*----------------------------------------
  Sidebar Fixed Bottom Graphs
------------------------------------------*/
.collapseit .sidebar-graphs,
.chat_shit .sidebar-graphs {
  display: none;
}
.sidebar-graphs {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.sidebar-graphs h5 {
  color: #B0BEC5;
}
/*
.page-sidebar .project-info {
    position: relative;
    bottom: 0px;
    height: 40px;
    background-color: rgba(70, 70, 78, 1.0);
    width: 100%;
    display: block;
    overflow: hidden;
}

.page-sidebar .project-info .block1 {
    display: inline-block;
    height: 40px;
    padding: 8px 0 5px 30px;
}

.page-sidebar .project-info .block2 {
    display: inline-block;
    height: 40px;
    padding: 8px 0 5px 15px;
}

.page-sidebar .project-info .graph {
    float: left;
    width: 55px;
    padding: 5px 5px 5px 5px;
}

.page-sidebar .project-info .data {
    float: left;
    font-size: 10px;
    color: #aaaaaa;
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding-right: 5px;
}

.page-sidebar .project-info .data .title {
    display: block;
    line-height: 15px;
}

.page-sidebar .project-info .data .total {
    color: #dddddd;
    line-height: 12px;
    display: block;
    font-size: 11px;
}*/
/*----------------------------------------
    Page Title and Breadcrumb
------------------------------------------*/
.page-head {
  background-color: #f8f8f8;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.page-title h1 {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #4a4a4a;
  margin-bottom: 5px;
  margin-top: 10px;
}
.page-title .breadcrumb {
  padding: 0px;
  margin: 15px 0;
}
.page-title {
  display: inline-block;
  width: 100%;
}
/*----------------------------------------
  Page Top Bar
------------------------------------------*/
.page-topbar {
  min-height: 60px;
  position: fixed;
  width: 100%;
  background-color: #232227;
  top: 0px;
  left: 0px;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  max-height: 60px;
}
.page-topbar .logo-area {
  width: 200px;
  background-color: #82724d;
  display: block;
  min-height: 60px;
  float: left;
}
.page-topbar .quick-area .info-menu {
  height: 60px;
  margin: 0;
  line-height: 60px;
  padding: 0;
}
.page-topbar .quick-area .info-menu li {
  position: relative;
  z-index: 2;
}
.page-topbar .quick-area .info-menu li.profile a img,
.page-topbar .quick-area .info-menu li.profile a span {
  top: -7px;
  position: relative;
}
.page-topbar .quick-area .info-menu li.profile a i {
  top: 2px;
  position: relative;
  font-size: 14px;
}
.page-topbar .quick-area .info-menu li a.toggle,
.page-topbar .quick-area .info-menu li a.toggle_chat,
.page-topbar .quick-area .info-menu li a.sidebar_toggle,
.page-topbar .quick-area .info-menu li a.profile_toggle {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #B0BEC5;
  position: relative;
}
.page-topbar .quick-area .info-menu li a.sidebar_toggle {
  color: #ffffff;
}
.page-topbar .quick-area .info-menu li a.sidebar_toggle i {
  font-size: 24px;
  margin-top: 18px;
}
.page-topbar .quick-area .info-menu li.dropdown a i,
.page-topbar .quick-area .info-menu li.chat-toggle-wrapper a.toggle_chat i {
  margin-top: 24px;
}
.page-topbar .quick-area .info-menu li a.toggle .badge,
.page-topbar .quick-area .info-menu li a.toggle_chat .badge,
.page-topbar .quick-area .info-menu li a.sidebar_toggle .badge {
  position: absolute;
  font-size: 10px;
  padding: 5px 3px;
  margin: 10px 0 0 -8px;
  width: auto;
  height: 20px;
}
@media only screen and (min-width: 601px) {
  .page-topbar .quick-area .info-menu li a.sidebar_toggle {
    display: none;
  }
}
.page-topbar .quick-area .info-menu li a.toggle_chat i {
  font-size: 18px;
}
.page-topbar .quick-area .info-menu li.profile a {
  width: auto;
  text-decoration: none;
  position: relative;
}
.page-topbar .quick-area .info-menu li.profile img {
  height: 30px;
  width: 30px;
  top: 0px;
  right: 10px;
  position: relative;
  background-color: #999999;
}
.page-topbar i {
  font-size: 18px;
}
/*slant effect*/
.page-topbar .quick-area .slantit {
  position: relative;
}
.page-topbar .quick-area .slantit .info-menu {
  background-color: #82724d;
  padding: 0 0px 0 0px;
}
.page-topbar .quick-area .slantit .info-menu li {
  position: relative;
  z-index: 2;
}
.page-topbar .quick-area .pagetitle {
  position: relative;
}
.page-topbar .quick-area .pagetitle h1:after {
  display: block;
  content: " ";
  width: 40px;
  height: 60px;
  background-color: #232227;
  position: absolute;
  right: -18px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  z-index: 1;
  top: 0px;
}
.page-topbar .chat-slant:before,
.page-topbar .quick-area .pagetitle h1:before {
  display: block;
  content: " ";
  width: 40px;
  height: 60px;
  background-color: #82724d;
  position: absolute;
  left: -18px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  z-index: 1;
  top: 0px;
}
.page-topbar.chat_shift .quick-area .info-menu li.chat-slant {
  margin-left: 30px;
}
.page-topbar.chat_shift .quick-area .info-menu li.chat-slant,
.page-topbar.chat_shift .chat-slant:before {
  background-color: #82724d;
  padding: 0px;
}
.page-topbar .chat-slant:before,
.page-topbar .quick-area .info-menu li.chat-slant {
  background-color: transparent;
  padding: 0;
  height: 60px;
}
.page-topbar .quick-area .info-menu li.chat-slant a {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 40px;
  height: 60px;
}
.page-topbar.chat_shift .quick-area .info-menu li.chat-slant a {
  color: #ffffff;
}
.page-topbar .quick-area .pagetitle div:after {
  height: 5px;
  width: 100%;
  background-color: #F5F5F5;
  position: absolute;
  content: " ";
}
.page-topbar .quick-area .pagetitle div:before {
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #82724d;
  content: " ";
  bottom: 0px;
  left: 58px;
  z-index: -1;
}
.page-topbar .quick-area .pagetitle div {
  height: 5px;
  width: 100%;
  padding-left: 33px;
  position: absolute;
  content: " ";
  bottom: -10px;
  overflow: hidden;
}
.page-topbar .quick-area .pagetitle .line {
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #82724d;
  content: " ";
  top: 15px;
  left: 55px;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
/*page title*/
.mobile-pagetitle h1,
.page-topbar .quick-area .pagetitle h1 {
  font-weight: 600;
  color: #455A64;
  padding: 25px 45px 0 55px;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0px 0 -5px 0;
  background-color: #F5F5F5;
  position: relative;
  text-shadow: 2px 2px rgba(100, 100, 100, 0.1);
}
/*------- Drop Down ----------*/
.page-topbar .quick-area .info-menu li .dropdown-menu {
  width: 360px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 23px;
  font-size: 14px;
  padding-bottom: 0px;
  border: 0px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  padding-top: 0px;
}
/*---- top arrow - start ----- */
.page-topbar .dropdown-menu {
  background: #ffffff;
  border: 1px solid #f5f5f5;
}
.page-topbar .dropdown-menu:after,
.page-topbar .dropdown-menu:before {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-topbar .dropdown-menu.dropdown-menu-right:after,
.page-topbar .dropdown-menu.dropdown-menu-right:before {
  right: 22px;
  left: auto;
}
.page-topbar .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
.page-topbar .dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(80, 80, 80, 0.1);
  border-width: 10px;
  margin-left: -10px;
}
/*---- dropdown list ----- */
.page-topbar li .dropdown-menu .list {
  overflow: hidden;
  max-height: 300px;
  height: 300px;
}
.page-topbar li .dropdown-menu li li {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #E0E0E0;
}
.page-topbar li .dropdown-menu li li:last-child {
  border-bottom: 0px;
}
.page-topbar li .dropdown-menu li a {
  text-decoration: none;
  color: #757575;
}
.page-topbar li .dropdown-menu li .name,
.page-topbar li .dropdown-menu li .desc {
  display: block;
  position: relative;
}
.page-topbar li .dropdown-menu li .user-img img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px 12px 0 0;
  opacity: 1;
}
.page-topbar li .dropdown-menu li .profile-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 30px;
  border: 2px solid #ffffff;
}
.page-topbar li .dropdown-menu li .name {
  color: #aaaaaa;
}
.page-topbar li .dropdown-menu li .name .time {
  color: #cccccc;
}
.page-topbar li .dropdown-menu li .desc {
  color: #999999;
  margin-top: 5px;
  font-size: 14px;
  padding-left: 51px;
}
.page-topbar li .dropdown-menu li .user-img img {
  opacity: 1;
  margin-bottom: 20px;
}
.page-topbar li .dropdown-menu li.unread .name {
  color: #757575;
}
.page-topbar li .dropdown-menu li .name h4 {
  margin-bottom: 5px;
}
.page-topbar li .dropdown-menu li.unread .name .time {
  color: #aaaaaa;
  display: block;
}
.page-topbar li .dropdown-menu li.unread .desc {
  color: #9e9e9e;
}
.page-topbar li .dropdown-menu li.external a:hover,
.page-topbar li .dropdown-menu li.external {
  height: auto;
  background: #F5F5F5;
}
.page-topbar li .dropdown-menu li.external a {
  display: block;
  padding: 15px 30px;
  color: #999999;
  font-size: 13px;
}
/* ---- notifications page top bar ----- */
.page-topbar li .dropdown-menu.notifications li .name .time {
  display: block;
  position: relative;
}
.page-topbar li .notifications .notice-icon i {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  float: left;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  color: #ffffff;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.page-topbar li .notifications .total {
  padding: 0px 30px 0px 30px;
}
.page-topbar li .notifications .total span {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #E0E0E0;
  display: block;
}
.page-topbar li .notifications .available .notice-icon i {
  background-color: #66bd78;
}
.page-topbar li .notifications .busy .notice-icon i {
  background-color: #f05050;
}
.page-topbar li .notifications .away .notice-icon i {
  background-color: #fdb45c;
}
.page-topbar li .notifications .idle .notice-icon i {
  background-color: #82724d;
}
.page-topbar li .notifications .offline .notice-icon i {
  background-color: #a9a9a9;
}
/*---- profile drop down -----*/
.page-topbar li .dropdown-menu.profile {
  max-width: 180px;
  height: auto;
  padding: 0px;
}
.page-topbar li .dropdown-menu.profile li {
  line-height: 40px;
  display: block;
  height: 40px;
  margin: 0px;
}
.page-topbar li .dropdown-menu.profile li i {
  margin-right: 10px;
  line-height: 36px;
  height: 36px;
  width: auto;
  text-align: center;
  margin-top: 0px !important;
}
.page-topbar li .dropdown-menu.profile li a {
  display: block;
  border-bottom: 1px solid #F5F5F5;
}
.page-topbar li .dropdown-menu.profile li.last a,
.page-topbar li .dropdown-menu.profile li a:hover {
  background: #F5F5F5;
}
@media (max-width: 450px) {
  .profile .toggle span {
    display: none;
  }
  .page-topbar .quick-area .info-menu li.profile img {
    right: 0px;
  }
  .page-topbar .quick-area .info-menu li.profile .dropdown-menu {
    right: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-topbar .profile .dropdown-menu:after,
  .page-topbar .profile .dropdown-menu:before {
    right: 22px;
    left: auto;
  }
  .page-topbar .quick-area .info-menu li .dropdown-menu {
    width: 290px;
  }
}
@media (max-width: 680px) {
  .profile .toggle span {
    display: none;
  }
  .page-topbar .quick-area .info-menu li.profile img {
    right: 0px;
  }
  .page-topbar .quick-area .pull-left ul.info-menu {
    padding-right: 0px;
  }
  .page-topbar .quick-area .pull-right ul.info-menu {
    padding-left: 0px;
  }
}
@media (max-width: 245px) {
  .page-topbar .quick-area .pull-left {
    display: none;
  }
}
@media (max-width: 860px) {
  .hidden-gxs {
    display: none !important;
  }
}
/*@media (max-width: 767px) {
    body .page-topbar .quick-area .pagetitle h1 {
        font-size: 21px;
    }
}*/
@media (max-width: 610px) {
  body .page-topbar {
    min-width: 100%;
  }
}
/*--- Search Form ----*/
.page-topbar .searchbar {
  position: relative;
  z-index: 3;
}
.page-topbar .searchbar .info-menu {
  padding: 0;
}
.page-topbar li.searchform {
  height: 60px;
  margin-left: 5px;
}
.page-topbar li.searchform form {
  z-index: 1;
  position: relative;
}
.page-topbar li.searchform .input-group {
  width: 30px;
  cursor: hand;
  cursor: pointer;
  height: 60px;
  margin-top: -3px;
}
.page-topbar li.searchform .input-group-addon {
  border: none;
  background: transparent;
  border-radius: 0px;
  color: #607D8B;
  padding: 0;
  min-width: 30px;
  margin-left: 0;
  z-index: 2;
  position: relative;
}
.page-topbar li.searchform .form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  width: 200px;
  color: #607D8B;
  padding: 0px 30px;
  border-bottom: 2px solid transparent;
  height: 30px;
  margin-left: -28px;
  margin-top: 22px;
}
.page-topbar li.searchform i {
  color: #B0BEC5;
  padding-top: 14px;
  margin-top: -2px;
}
.page-topbar li.searchform.focus .form-control {
  display: block;
}
.page-topbar li.searchform.focus .input-group {
  width: 260px;
  height: 60px;
}
.page-topbar li.searchform.focus .input-group,
.page-topbar li.searchform .form-control:focus {
  background: transparent;
  width: 200px;
}
.page-topbar li.searchform .form-control:focus {
  border-bottom: 2px solid #82724d;
}
.page-topbar li.searchform input[type="submit"] {
  display: none;
}
.page-topbar li.searchform.focus i,
.page-topbar li.searchform .material-icons.primary {
  color: #82724d;
}
@media (min-width: 992px) and (max-width: 1270px) {
  .page-topbar li.searchform {
    display: none !important;
  }
}
/*---------------------------------------------
      Navigation Bars
--------------------------------------------*/
.navbar-inverse {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar-default {
  background-image: none;
  background: #f5f5f5;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  border-color: #E0E0E0;
}
.navbar-default li a,
.navbar-default li a {
  line-height: 36px;
}
.navbar-default li .dropdown-menu a {
  line-height: 25px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #E0E0E0;
}
.navbar-default .navbar-toggle {
  border-color: #E0E0E0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 8px;
  margin-top: 9px;
  margin-right: 15px;
  margin-bottom: 9px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 14px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #E0E0E0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #F5F5F5;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.navbar {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 53px;
}
.navbar-inverse {
  background-image: none;
}
.navbar-inverse {
  background-color: #232227;
  border-color: transparent;
  color: #9E9E9E;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #9E9E9E;
  background-color: #212026;
  background-image: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #9E9E9E;
  background-color: transparent;
}
.navbar-inverse li a,
.navbar-inverse li a {
  line-height: 36px;
}
.navbar-brand {
  font-size: 17px;
}
.navbar.navbar-primary {
  background-image: none;
}
.navbar.navbar-primary {
  background-color: #232227;
  border-color: transparent;
  color: #f5f5f5;
}
.navbar.navbar-primary .navbar-nav > .active > a,
.navbar.navbar-primary .navbar-nav > .active > a:hover,
.navbar.navbar-primary .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgba(100, 100, 100, 0.2);
  background-image: none;
}
.navbar.navbar-primary .navbar-nav > li > a:hover,
.navbar.navbar-primary .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-primary .navbar-brand {
  color: #f5f5f5;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar-primary .navbar-nav > li > a {
  color: #f5f5f5;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #bcbcbc;
}
.navbar-primary .navbar-toggle {
  border-color: rgba(50, 50, 58, 0.1);
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-toggle:focus {
  background-color: rgba(50, 50, 58, 0.4);
}
.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
  border-color: rgba(50, 50, 58, 0.2);
}
/*---------------------------------------------
    Sponsor Resources
----------------------------------------------*/
@media (max-width: 700px) {
  .sponsor-resource-img {
    display: none;
  }
}
/*---------------------------------------------
    Team Members
----------------------------------------------*/
.team-member .social-icons {
  margin-top: 30px;
}
.team-member .team-info {
  position: relative;
}
.team-member .social-icons a {
  display: inline-block;
  margin-bottom: 5px;
}
.team-member .social-icons i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding: 7px !important;
  text-align: center;
}
.team-member {
  display: inline-block;
  padding: 0px 0;
  width: 100%;
  border: 0px solid transparent;
  margin: 0 0 30px 0;
  background-color: transparent;
}
.team-img {
  padding: 0px;
}
.team-info {
  margin: 0px 0;
  display: inline-block;
  padding: 0px;
}
.team-info h4 {
  margin: 10px 0 5px 0 !important;
}
.team-info h4 a {
  color: #212121;
  text-decoration: none;
  font-size: 16px;
}
.team-info p,
.team-info span {
  font-size: 13px;
  margin-top: 5px !important;
}
.team-info span {
  color: #aaaaaa;
}
.team-member-edit {
  float: right;
  position: absolute;
  top: 15px;
  right: 0px;
}
.team-member-edit a {
  text-decoration: none;
}
.team-member.col .team-member-edit {
  top: 0px;
}
.team-member.col .team-info {
  padding-left: 15px;
}
.team-member.col .team-info h4 {
  margin: 0px 0 5px 0 !important;
}
/*----------------------------------------------------------------
    Login and Registration Page - Transparent Background Style
------------------------------------------------------------------*/
.loginpage form textarea {
  background: rgba(69, 69, 69, 0.7) !important;
  border: 1px solid #ececec !important;
  border-radius: 2px;
  padding: 5px!important;
}
.loginpage form select option {
  color: #0a0a0a;
}
.loginpage {
  padding: 70px 40px 40px 40px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 450px;
  width: 450px;
  min-width: 380px;
}
.loginpage.login-registration {
  width: 1200px;
  max-width: 1200px;
}
.loginpage h1 a {
  height: 92px;
  margin: 0px auto 0px auto;
  padding: 0;
  text-decoration: none;
  background-size: 314px 59px;
  background-color: transparent;
  min-height: 92px;
  width: auto;
  background-image: url("/webapp/img/login-logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}
.social_media.loginpage h1 a {
  background-image: url("/webapp/img/soc-login-logo.png");
}
.loginpage form {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 0;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  overflow: hidden;
  background-color: transparent;
}
.loginpage form .forgetmenot {
  width: 100%;
  display: block;
  margin: 12px 0 11px 0!important;
  font-weight: 400;
  float: left;
  margin-bottom: 0px;
}
.loginpage form p.submit {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.loginpage label {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}
.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  /* text-shadow: 1px 1px 1px rgba(200,200,200,.1); */
  font-weight: 500;
}
.loginpage form .input,
.loginpage input[type=text] {
  font-size: 19px;
  width: 100%;
  line-height: 25px;
  margin: 5px 0 15px 0;
  border: 0px solid transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
  color: #ffffff;
  background: transparent;
  font-weight: 500;
}
.loginpage #nav a,
.loginpage a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.loginpage #nav a:hover,
.loginpage a:hover,
.loginpage #nav a:active,
.loginpage a:active {
  color: #ffffff;
}
.loginpage,
.loginpage form label,
.loginpage form,
.loginpage .message {
  color: #ffffff;
}
.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
  background-color: transparent;
  outline: none;
  padding-left: 0px;
}
.loginpage form .input:hover,
.loginpage form input[type=checkbox]:hover,
.loginpage input[type=text]:hover,
.loginpage form .input:focus,
.loginpage form input[type=checkbox]:focus,
.loginpage input[type=text]:focus {
  background-color: transparent;
  outline: none;
  border-bottom: 2px solid #ffffff;
}
.loginpage .message,
.loginpage .message a,
.loginpage #login_error,
.loginpage #login_error a {
  margin-bottom: 20px;
  background-color: transparent;
  color: #cccccc;
}
.register-social {
  margin: 30px 0;
}
.register-social a {
  margin: 5px 5px 5px 5px;
}
body .login_page {
  background: url('/webapp/img/bg2.jpg') fixed;
  background-size: cover;
  /* height: 100%; */
  /* max-height: 100%; */
  min-height: 100%;
  /* overflow: hidden; */
  width: 100%;
  display: block;
  position: absolute;
  padding: 0!important;
}
.register-wrapper {
  /* height: 100%; */
  /* overflow: auto; */
  /* overflow-x: hidden; */
  display: flex;
  justify-content: center;
}
#register,
#forgotpass {
  padding-bottom: 50px;
}
.login-wrapper {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.login_page::-webkit-input-placeholder {
  color: #d5d5d5;
}
.login_page:-moz-placeholder {
  /* Firefox 18- */
  color: #d5d5d5;
}
.login_page::-moz-placeholder {
  /* Firefox 19+ */
  color: #d5d5d5;
}
.login_page:-ms-input-placeholder {
  color: #d5d5d5;
}
/*-----------------------------------------------------------
    Display Code Wrappers
----------------------------------------------------------*/
kbd {
  color: #fff;
  background-color: #555;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(100, 100, 100, 0.25);
}
pre {
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0 0 20px 0;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #ef5350;
  background-color: #f9f2f4;
  border-radius: 2px;
}
/*----------------------------------------------
      Mailbox
-----------------------------------------------*/
.mail_content {
  padding: 0 30px 30px 30px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  min-height: 514px;
}
.mail-wrapper {
  background-color: #232227;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mail-wrapper-label {
  background-color: #eeeeee;
  color: #787878;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mail_tabs {
  margin-bottom: 0px;
}
.mail-head-btn {
  background-color: #eeeeee;
  padding: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.mail_tabs li {
  display: block;
}
.mail_tabs li a {
  display: block;
  color: #ffffff;
  padding: 11px 15px;
  text-decoration: none;
  background-color: transparent;
  margin-bottom: 0px;
}
.mail-wrapper-label .mail_tabs li a {
  color: #787878;
}
.mail-wrapper-label form {
  margin-top: 15px;
  padding: 0 15px 15px 15px;
}
.mail_tabs li a i {
  font-size: 14px;
  margin-right: 10px;
}
.mail_tabs li.active a,
.mail_tabs li a:hover {
  background-color: #82724d;
  color: #ffffff;
}
.mail-labels-head {
  padding-top: 17px;
  padding-left: 15px;
  color: #999999;
  margin-bottom: 5px;
}
.mail-addlabel .focus .btn {
  border-bottom: 2px solid #232227;
}
.mail-addlabel.ng-invalid .focus .btn {
  border-bottom: 2px solid #ef5350;
}
.mail-addlabel .btn {
  border-bottom: 2px solid #e1e1e1;
  background-color: transparent;
}
.pager.mail_nav i {
  position: relative;
  top: 4px;
}
.mail_head {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0 15px 0 0;
}
.mail_head_icon {
  margin: 7px 15px 0 0px;
  cursor: hand;
  cursor: pointer;
}
.mail_head_icon.pull-right {
  margin: 7px 0px 0 15px;
}
.mail_more_btn,
.mail_nav,
.mail_count_nav {
  margin: 25px 0;
}
.mail_count_nav {
  line-height: 34px;
  margin-right: 15px;
}
.mail_list table tr td {
  padding: 15px;
}
.mail_list table tr td:nth-child(4) {
  font-size: 95%;
}
.mail_list table tr td:nth-child(5) {
  font-size: 85%;
}
.mail_list table tr.unread td:nth-child(3) {
  font-weight: 700;
}
.mail_list table tr td.brief {
  width: 80%;
}
.mail_list table tr td.brief a {
  padding-left: 20px;
}
.mail_list table tr td.brief img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  float: left;
}
.mail_list table tr td.brief .label {
  margin-top: -8px;
}
.mail_list table tr td.fromnow {
  padding-top: 27px;
}
/*.mail_list table tr td:nth-child(3), .mail_list table tr td:nth-child(4), .mail_list table tr td:nth-child(5), .mail_list table .star {
    cursor: hand;
    cursor: pointer;
}*/
.mail_view_title {
  margin: 30px 0 15px 0;
}
.mail_view_title h3 {
  margin: 0px;
}
.mail_view {
  margin: 30px 0;
}
.mail_view_attach li .file {
  display: block;
  width: 200px;
  max-width: 200px;
  height: auto;
  max-height: auto;
  cursor: hand;
  cursor: pointer;
  margin-bottom: 10px;
}
.mail_view_attach li .file img {
  width: 200px;
  max-width: 200px;
  height: auto;
  max-height: auto;
}
.mail_view_attach li .title {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #757575;
  text-decoration: none;
  padding: 0 5px;
}
.mail_view_attach li .title span {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 90%;
  color: #aaaaaa;
}
.mail_view_attach li .actions {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0 5px;
}
.mail_view_attach li .actions a {
  color: #F5F5F5;
  text-decoration: none;
  font-size: 90%;
  color: #999999;
}
.mail_view_reply {
  margin: 15px 0 0 0;
}
.mail_cc_bcc .labels {
  float: right;
}
.mail_cc_bcc .labels .label {
  cursor: hand;
  cursor: pointer;
}
.mail_compose_cc,
.mail_compose_bcc {
  display: none;
}
.bootstrap-tagsinput {
  width: 100%;
}
.bootstrap-tagsinput input {
  color: #757575;
  margin-top: 5px;
  line-height: 20px;
  height: 20px;
}
.msgtext,
.msgtext:hover,
.mailmsgfrom,
.mailmsgfrom:hover {
  color: #757575;
  text-decoration: none;
}
.unread .msgtext {
  font-weight: 700;
}
.mailmsgfrom {
  color: #212121;
  font-size: 90%;
}
.msg_time {
  font-size: 90%;
}
/*------------------------------------------
    Dashboard
------------------------------------------*/
.db_box {
  padding: 15px;
}
.r1_maingraph.db_box {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  z-index: 10;
  padding: 0px;
}
.r1_maingraph.db_box .hideit {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
}
.r1_maingraph.db_box .showit {
  opacity: 1;
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
}
.r1_maingraph.db_box .graph-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}
.r1_graph1,
.r1_graph2,
.r1_graph3 {
  min-height: 80px;
  width: 100%;
  margin-bottom: 30px;
}
.r1_graph4,
.r1_graph5 {
  min-height: 135px;
  width: 100%;
  margin-bottom: 30px;
}
.r1_maingraph {
  width: 100%;
  background: #ffffff;
  margin-bottom: 0px;
}
.r1_maingraph .switch {
  cursor: hand;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 99;
}
.r1_maingraph .switch .icon-secondary {
  opacity: 0.8;
}
.r1_graph1 {
  background: #232227;
  color: #ffffff;
}
.r1_graph2 {
  background: #847f9f;
  color: #ffffff;
}
.r1_graph3 {
  background: #ffc94c;
  color: #ffffff;
}
.r1_graph4 {
  background: #82724d;
  color: #ffffff;
}
.r1_graph4 {
  text-align: center;
}
.r1_graph4 span {
  text-align: left;
  display: block;
}
.r1_graph4 #gauge-meter {
  margin-top: -8px;
}
.r1_graph4 #gauge-meter-text {
  position: absolute;
  top: 105px;
  width: 100%;
  text-align: center;
  margin-left: -30px;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 700;
}
.r1_graph4 #gauge-meter-text:after {
  content: "MB";
  font-size: 13px;
  font-weight: 400;
}
.r1_graph5 {
  background: #ffc94c;
  color: #ffffff;
}
.r1_graph5 .icon-1,
.r1_graph5 .icon-2 {
  font-size: 10px;
}
.r1_graph5 .icon-2 {
  color: #E0E0E0;
}
.r2_status1 section.box {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 0px;
}
.r2_status1 .task {
  margin-bottom: 10px;
}
.r2_graph1 {
  min-height: 200px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}
.r2_graph1 .rickshaw_legend .line {
  float: left;
  width: auto;
  margin-right: 3px;
  clear: none;
  padding: 2px 6px;
  display: inline-block;
}
.r2_graph1 .rickshaw_legend .action {
  font-size: 10px;
  margin-right: 2px;
}
.r2_graph1 .rickshaw_legend .line .swatch {
  display: inline-block;
  margin-right: 2px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 10px;
  width: 10px;
}
.r2_graph1 .rickshaw_legend .label {
  display: inline;
  font-size: 12px;
  background-color: transparent;
  color: #F5F5F5;
  font-weight: 400;
  line-height: 19px;
}
.r2_graph1 #offset_form,
.r2_graph1 #interpolation_form {
  display: none;
}
.r2_graph1 .rickshaw_sliders {
  display: inline-block !important;
}
.r2_graph1 .rickshaw_sliders section {
  width: 47%;
  margin-right: 1%;
  float: left;
  display: inline-block;
  padding-right: 10px;
}
.r2_graph1 #legend ul {
  display: inline-block;
  margin: 0px;
}
.r2_graph1 #renderer_form.toggler {
  margin: 0 0 10px 0;
  text-align: right;
}
.r2_counter1,
.r2_counter2 {
  min-height: 70px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 30px;
}
.r2_counter1 {
  background: #232227;
  color: #ffffff;
}
.r2_counter2 {
  background: #847f9f;
  color: #ffffff;
}
.r3_todo {
  background: #ffffff;
  margin-bottom: 30px;
  min-height: 400px;
}
.r4_counter {
  margin-bottom: 15px;
  background: #ffffff;
}
.r4_counter .stats {
  padding-left: 55px;
}
.r4_counter .stats span {
  font-weight: 400;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  line-height: 19px;
}
.r4_counter .stats span.light {
  font-weight: 500;
  opacity: 0.7;
}
.r4_counter i {
  line-height: 63px;
  font-size: 42px;
}
.r4_counter h3 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin: 0px 0 0px 0;
  color: #757575;
  padding-top: 4px;
}
/*-----------------------------------------------------------
    Messages widget (Dashboard)
----------------------------------------------------------*/
.messages-widget {
  display: inline-block;
  width: 100%;
  position: relative;
}
.messages-widget li {
  padding: 15px;
  overflow: hidden;
  height: auto;
  display: block;
  background: #f5f5f5;
  margin: 0 0 15px 0;
}
.messages-widget li a {
  text-decoration: none;
  color: #757575;
}
.messages-widget li .name,
.messages-widget li .desc {
  display: block;
  position: relative;
}
.messages-widget li .user-img img {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px 12px 0 0;
  opacity: 1;
}
.messages-widget li .profile-status {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.messages-widget li .name {
  color: #aaaaaa;
}
.messages-widget li .name .time {
  color: #cccccc;
}
.messages-widget li .desc {
  color: #999999;
}
.messages-widget li.unread .user-img img {
  opacity: 1;
}
.messages-widget li.unread .name {
  color: #757575;
}
.messages-widget li.unread .name .time {
  color: #aaaaaa;
}
.messages-widget li.unread .desc {
  color: #757575;
}
.messages-widget li.external a:hover,
.messages-widget li.external {
  height: auto;
  background: #F5F5F5;
}
.messages-widget li.external a {
  display: block;
  padding: 15px 30px;
  color: #999999;
  font-size: 13px;
}
.wid-notification {
  background: #ffffff;
  margin-bottom: 0px;
  min-height: 360px;
}
.messages-widget li.status-available {
  background-color: rgba(102, 189, 120, 0.1);
}
.messages-widget li.status-away {
  background-color: rgba(253, 180, 92, 0.1);
}
.messages-widget li.status-busy {
  background-color: rgba(240, 80, 80, 0.1);
}
.messages-widget li.status-idle {
  background-color: rgba(250, 133, 100, 0.1);
}
.messages-widget li.status-offline {
  background-color: rgba(169, 169, 169, 0.1);
}
/*------------------------------------------
  Error pages 404, 505
-------------------------------------------*/
.page_error_code {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 170px;
  line-height: 250px;
  font-weight: 400;
  margin: 50px 0 0 0;
}
.page_error_info {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  margin: 15px 0;
}
.page_error_search {
  margin: 45px 0;
}
.page_error_search input[type='text'] {
  margin: 0 auto;
  padding: 15px 15px;
  font-size: 19px;
  height: 45px !important;
}
.page_error_search input[type='submit'] {
  visibility: hidden;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
}
.page_error_search .input-group.transparent .input-group-addon {
  background-color: #f8f8f8;
  padding: 6px 12px 6px 20px;
}
.page_error_btn {
  margin: 30px 0 0 0;
}
.bgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("/webapp/img/bg3.png");
  background-size: cover;
}
.error_page::-webkit-input-placeholder {
  color: #ffffff;
}
.error_page:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.error_page::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.error_page:-ms-input-placeholder {
  color: #ffffff;
}
/*-----------------------------------------------------------
    UI Lockscreen
----------------------------------------------------------*/
.lockscreen_icon i {
  font-size: 110px;
  text-align: center;
  margin: 90px auto;
  display: block;
}
.lockscreen_info img {
  border-radius: 50% 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.lockscreen_info {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  margin: 15px 0;
}
.lockscreen_search {
  margin: 15px 0;
}
.lockscreen_search input[type='password'] {
  margin: 0 auto;
  padding: 15px 0px;
  font-size: 17px;
  height: 45px !important;
  color: #ffffff;
}
.lockscreen_search input[type='submit'] {
  visibility: hidden;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
}
.lockscreen_search .input-group.transparent .input-group-addon {
  padding: 6px 12px 6px 20px;
}
.lockscreen_btn {
  margin: 30px 0 0 0;
}
.lockscreen_search i {
  font-size: 21px;
}
.lockscreen_tagline {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  color: #E0E0E0;
  font-weight: 400;
  margin: 15px 0;
}
/*-----------------------------------------------------------
    Search page
----------------------------------------------------------*/
.search_result {
  margin: 0 0px 30px 0;
  display: inline-block;
  width: 100%;
}
.search_result img {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
}
.ecommerce_product,
.music_genre {
  margin: 0 0px 30px 0;
  display: inline-block;
}
.ecommerce_product img,
.music_genre img {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
}
.ecommerce_product .product-info h4,
.music_genre .song-info h4,
.tab-content .ecommerce_product .song-info h4,
.tab-content .music_genre .song-info h4 {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  margin: 10px 0 0px 0;
  margin-bottom: 0px;
}
.ecommerce_product .product-info h4 a,
.music_genre .song-info h4 a,
.tab-content .ecommerce_product .song-info h4 a,
.tab-content .music_genre .song-info h4 a {
  text-decoration: none;
  color: #212121;
}
.ecommerce_product .product-info p a,
.music_genre .song-info p a,
.tab-content .ecommerce_product .song-info p a,
.tab-content .music_genre .song-info p a {
  color: #757575;
  font-size: 13px;
}
.ecommerce_product .product-info p.price {
  font-size: 15px;
  text-decoration: none;
}
.ecommerce_product .thumb,
.music_genre .thumb {
  position: relative;
}
.ecommerce_product .thumb img,
.music_genre .thumb img {
  position: relative;
  z-index: 1;
}
.ecommerce_product .thumb:hover .overlay,
.music_genre .thumb:hover .overlay {
  opacity: 1;
}
.ecommerce_product .thumb .overlay,
.music_genre .thumb .overlay {
  color: #ffffff;
  background-color: rgba(33, 33, 33, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.ecommerce_product .thumb .overlay a i,
.music_genre .thumb .overlay a i {
  opacity: 1;
  color: #232227;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ecommerce_product .thumb .overlay a:hover i,
.music_genre .thumb .overlay a:hover i {
  font-size: 50px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.search_data .nav-tabs {
  padding-right: 0px;
}
.search_data .nav-tabs > li {
  display: block;
  width: 100%;
}
.search_data .nav-tabs > li > a {
  background-color: #e5e5e5;
  display: block;
  margin: 0px;
  border: 0px;
}
.search_data .nav > li > a.active,
.search_data .nav > li > a:hover,
.search_data .nav > li > a:focus {
  background-color: #ffffff;
}
.search_data .tab-content {
  padding: 30px 15px 30px 15px;
  border-left: 0px;
  border: 0px solid transparent;
}
.search_data .tab-content h4 {
  margin-bottom: 10px;
}
.search_data .tab-pane {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.search-paging .pagination {
  margin: 0px;
}
.ecommerce_product_data.search_data .tab-pane,
.music_genre_data.search_data .tab-pane {
  height: 1400px;
}
/*-----------------------------------------------------------
    Blogs
----------------------------------------------------------*/
.blog_post {
  display: inline-block;
  width: 100%;
  margin: 0 0 60px 0;
}
.full_blog_post {
  margin: 0 0 0px 0;
}
.blog_post h3 {
  margin: 0 0 15px 0;
}
.blog_post h5 {
  margin: 0 0 15px 0;
}
.blog_info {
  margin: 0 0 15px 0;
}
.blog_info a,
.blog_info i {
  margin-right: 5px;
}
.blog-content {
  margin: 0px 0 30px 0;
  display: inline-block;
  width: 100%;
}
.media-object {
  margin: 15px 0 30px 0;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.full_blog_post .comment-block img {
  width: 100%;
  height: auto;
  max-width: 66px;
}
.full_blog_post .comment-block .img-area {
  padding: 0px;
}
.full_blog_post .comment-block.level-2 {
  margin-left: 45px;
}
.full_blog_post .comment-block.level-3 {
  margin-left: 90px;
}
/*-----------------------------------------------------------
    Invoice
----------------------------------------------------------*/
.invoice-title h2 {
  display: block;
  color: #ffffff;
  height: 50px;
  line-height: 80px;
  height: 90px;
  margin: 0px;
}
.invoice-head {
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
}
.invoice-title {
  padding-left: 0px;
}
.invoice-logo {
  padding-right: 0px;
  height: 90px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .invoice-title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .invoice-logo {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.invoice-logo img {
  width: auto;
  height: 60px;
  margin-top: 15px;
  float: right;
}
.invoice-due h2,
.invoice-due h3 {
  display: inline-block;
}
.invoice-head-info {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  font-size: 14px;
}
.invoice-head-info:last-child {
  padding-left: 0px;
}
.invoice-head-info:first-child {
  padding-right: 0px;
}
.table.invoice-table > tbody > tr > .no-line {
  border-top: none;
}
.table.invoice-table > thead > tr > .no-line {
  border-bottom: none;
}
.table.invoice-table > tbody > tr > .thick-line {
  border-top: 1px solid #aaaaaa;
}
.table.invoice-table > thead > tr {
  background-color: #f5f5f5;
  color: #757575;
}
.table.invoice-table > thead > tr td {
  padding: 10px;
}
.table.invoice-table .thick-line h4,
.table.invoice-table .thick-line h3,
.table.invoice-table .no-line h4,
.table.invoice-table .no-line h3 {
  margin: 0px;
}
.table.invoice-table > thead > tr > td > h4 {
  color: #757575;
  margin: 0;
}
/*-----------------------------------------------------------
    Logo
----------------------------------------------------------*/
.page-topbar .logo-area {
  background-image: url('/webapp/img/logo.png');
  background-repeat: no-repeat;
  background-size: 175px auto;
  background-position: 5px 15px;
}
@media only screen and (max-width: 600px) {
  .page-topbar.sidebar_shift .logo-area {
    background-image: url('/webapp/img/logo-folded.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
}
.page-topbar.chat_shift .logo-area {
  background-image: url('/webapp/img/logo-folded.png');
  background-repeat: no-repeat;
  background-position: right top;
}
/*-----------------------------------------------------------
    Profile Page
----------------------------------------------------------*/
.uprofile-image {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0px 0 15px 0;
  text-align: center;
}
.uprofile-wrapper {
  padding: 0px 0 0 0;
  width: 100%;
  display: inline-block;
  background-color: #232227;
  color: #fff;
}
.uprofile-image img {
  height: auto;
  width: 100%;
  background-color: #999999;
  border-radius: 0% 0%;
  display: inline-block;
  margin: 0 auto;
}
.uprofile-name {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.uprofile-name h3 {
  text-align: center;
  font-size: 23px;
  margin: 10px 0 5px 0;
}
.uprofile-name h3 a {
  text-decoration: none;
  color: #fff;
}
.uprofile-name .uprofile-title {
  color: #a4a4a4;
}
.uprofile-name .profile-text {
  margin: 30px 0 0 0;
  padding: 0 15px;
  color: #757575;
}
.uprofile-info {
  padding: 25px 40px 15px 40px;
  background: #82724d;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.uprofile-info li {
  display: block;
  margin: 0px 0 5px 0;
  color: #ffffff;
}
.uprofile-info li i {
  margin-right: 5px;
}
.uprofile-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.uprofile-buttons {
  margin-top: 0px;
  padding: 15px 15px 0 0;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  position: relative;
}
.uprofile-buttons a.btn {
  margin: 0 10px 15px 0px;
  width: auto;
}
.uprofile-social {
  margin: 0 0 15px 15px;
}
.uprofile-social .btn {
  margin: 0 0px 6px 3px;
}
.uprofile-content {
  background-color: #ffffff;
  display: inline-block;
  min-height: 600px;
  width: 100%;
  padding: 0 30px;
}
.enter_post {
  margin: 30px 0 0px 0;
}
.enter_post textarea {
  width: 100%;
  height: 70px;
  padding: 0px;
  overflow: hidden;
  word-wrap: break-word;
  resize: horizontal;
}
.enter_post .form-group,
.enter_post .form-group .controls {
  margin: 0px;
}
.enter_post_btns {
  margin: 0px;
  padding: 0px;
  margin: 10px 0;
}
.enter_post_btns .btn-link {
  margin: 0 10px 0 0px;
  color: #999999;
  padding-left: 5px;
  padding-right: 5px;
}
.uprofile_wall_posts {
  padding-top: 10px;
}
.uprofile_wall_posts .pic-wrapper {
  padding: 0px 0 0px 0;
}
.uprofile_wall_posts .pic-wrapper img {
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  margin: 0px 0 10px 0;
  background: #aaaaaa;
  height: 60px;
  width: 60px;
  float: right;
}
.uprofile_wall_posts .info-wrapper .info {
  margin: 5px 0 10px 0;
}
.uprofile_wall_posts .info-wrapper .info-details,
.uprofile_wall_posts .info-wrapper .info-actions {
  font-size: 85%;
}
.uprofile_wall_posts .comment {
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.uprofile_wall_posts .comment .info-wrapper {
  padding-left: 10px;
}
.uprofile_wall_posts .comment .pic-wrapper img {
  min-width: 35px;
  min-height: 35px;
  height: 35px;
  width: 35px;
}
.comment-input {
  padding: 0 0 0px 0;
}
.uprofile_wall_posts .comment-input .pic-wrapper img {
  min-width: 28px;
  min-height: 28px;
  margin: 0px 0 10px 0;
}
.register-row {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 20px 0 0;
  margin: 20px 0;
}
.register-row p {
  font-weight: bold;
  color: white;
  font-size: 15px;
  margin: 0 15px 0 0;
  padding: 0;
}
.app-store {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-y: scroll;
}
.app-store .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-store .container .row {
  display: flex;
  background: rgba(0, 0, 0, 0.77);
  padding: 35px 50px;
  margin-top: 0;
  align-items: stretch;
  justify-content: center;
}
.app-store .container .row .app-store-info,
.app-store .container .row .intro-info-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.app-store .container .row .intro-info-content {
  padding: 0;
  color: white;
}
.app-store .container .row .intro-info-content h1 {
  margin: 0;
}
.app-store .container .row .intro-info-content h1 a {
  background-position: left center;
  margin-left: -10px;
  background-size: 280px auto;
  height: auto;
}
.app-store .container .row .intro-info-content h4 {
  color: white;
  text-align: left;
  font-size: 20px;
}
.app-store .container .row .intro-info-content p {
  font-size: 13px;
}
.app-store .container .row .app-store-image {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 450px;
}
.app-store .container .row .app-store-image .screenshot_left,
.app-store .container .row .app-store-image .screenshot_right {
  position: absolute;
}
.app-store .container .row .app-store-image .screenshot_left {
  left: 12%;
  margin-top: -5%;
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-store .container .row .app-store-image .screenshot_right {
  left: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .app-store .container {
    width: 100%!important;
  }
  .app-store .container .row {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 728px) {
  .app-store .container {
    width: 100%!important;
  }
  .app-store .container .row {
    justify-content: flex-end;
    padding: 10px;
    position: relative;
    min-height: 100%;
    flex-direction: column-reverse;
  }
  .app-store .container .row .app-store-image {
    align-self: stretch;
    padding: 25px;
    align-items: flex-end;
    justify-content: center;
    min-height: 500px;
  }
  .app-store .container .row .app-store-image .screenshot_left {
    margin-right: -100px;
  }
  .app-store .container .row .app-store-image .screenshot_left,
  .app-store .container .row .app-store-image .screenshot_right {
    width: auto;
    left: auto;
    position: relative!important;
  }
  .app-store .container .row .app-store-image .screenshot_left img,
  .app-store .container .row .app-store-image .screenshot_right img {
    height: 300px;
  }
  .app-store .container .register-row {
    flex-direction: column;
  }
  .app-store .container .register-row .btn {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
}
.loginpage.row {
  position: relative;
}
.loginpage.row .verified-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.loginpage.row .verified-close button {
  background-color: transparent!important;
  border: none!important;
  color: white;
  box-shadow: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-store-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.app-store-links a {
  padding: 0;
}
.app-store-links a img {
  height: 45px;
  margin: 15px 20px 15px 0 ;
}
.sponsors-listview {
  background: #ffffff;
  /* Candidate List */
  /* Candidate Grid */
  /* Widget */
  /* similar-jobs-item */
  /* checkbox */
  /* Job Detail */
}
.sponsors-listview button {
  border-radius: 0;
  box-shadow: none;
}
.sponsors-listview button.btn-sm {
  font-size: 11px;
}
.sponsors-listview .btn-primary.active,
.sponsors-listview .btn-primary:hover,
.sponsors-listview .btn-primary:active,
.sponsors-listview .btn-primary:focus {
  background: #FF5722;
  color: #ffffff;
  border-color: #ff5722;
}
.sponsors-listview .btn-warning.active,
.sponsors-listview .btn-warning:hover,
.sponsors-listview .btn-warning:active,
.sponsors-listview .btn-warning:focus {
  background: #F9A825;
  color: #ffffff;
  border-color: #F9A825;
}
.sponsors-listview .hero-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.sponsors-listview .candidate-list {
  background: #ffffff;
  display: flex;
  border: 1px solid #eeeeee;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.sponsors-listview .candidate-list:hover a.candidate-list-favourite {
  color: #e74c3c;
}
.sponsors-listview .candidate-list .candidate-list-image {
  margin-right: 25px;
  flex: 0 0 80px;
  border: none;
  position: relative;
}
.sponsors-listview .candidate-list .candidate-list-image img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sponsors-listview .candidate-list-title {
  margin-bottom: 5px;
}
.sponsors-listview .candidate-list-title * {
  color: #232227;
}
.sponsors-listview .candidate-list-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sponsors-listview .candidate-list-details .candidate-list-option {
  margin: 5px 0;
  font-size: 13px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.sponsors-listview .candidate-list-details .candidate-list-option span {
  flex-grow: 1;
}
.sponsors-listview .candidate-list .candidate-list-favourite-time {
  text-align: center;
  font-size: 13px;
  flex: 0 0 90px;
}
.sponsors-listview .candidate-list .candidate-list-favourite-time span {
  display: block;
}
.sponsors-listview .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #646f79;
}
.sponsors-listview .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
  background: #ffffff;
  color: #e74c3c;
}
.sponsors-listview .candidate-banner .candidate-list:hover {
  position: inherit;
  box-shadow: inherit;
  z-index: inherit;
}
.sponsors-listview .candidate-list.candidate-grid {
  padding: 0px;
  display: block;
  border-bottom: none;
}
.sponsors-listview .candidate-grid .candidate-list-image {
  text-align: center;
  margin-right: 0px;
}
.sponsors-listview .candidate-grid .candidate-list-image img {
  height: 200px;
  width: 100%;
}
.sponsors-listview .candidate-grid .candidate-list-details {
  text-align: center;
  padding: 20px 20px 0px 20px;
  border: 1px solid #eeeeee;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  align-self: stretch;
}
.sponsors-listview .candidate-grid .candidate-list-details .candidate-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  align-self: stretch;
  margin-top: 5px;
}
.sponsors-listview .candidate-grid .candidate-list-details .candidate-actions button {
  margin: 5px;
}
.sponsors-listview .candidate-grid .candidate-list-details ul {
  justify-content: center;
}
.sponsors-listview .candidate-grid .candidate-list-details ul li {
  margin: 2px 5px;
}
.sponsors-listview .candidate-grid .candidate-list-favourite-time {
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0;
}
.sponsors-listview .candidate-grid .candidate-list-favourite-time a {
  margin-bottom: 0;
}
.sponsors-listview .candidate-grid .candidate-list-favourite-time span {
  display: inline-block;
  margin: 0;
  align-self: center;
}
.sponsors-listview .candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 0px;
}
.sponsors-listview .owl-carousel .candidate-list.candidate-grid {
  margin-bottom: 20px;
}
.sponsors-listview .sidebar {
  padding: 0px;
}
.sponsors-listview .widget .widget-title {
  margin-bottom: 20px;
}
.sponsors-listview .widget .widget-title h6 {
  margin-bottom: 0;
}
.sponsors-listview .widget .widget-title a {
  color: #212529;
}
.sponsors-listview .widget .widget-collapse {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.sponsors-listview .similar-jobs-item .job-list {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.sponsors-listview .similar-jobs-item .job-list:last-child {
  margin-bottom: 0;
}
.sponsors-listview .similar-jobs-item .job-list:hover {
  box-shadow: none;
}
.sponsors-listview .widget .widget-content {
  margin-top: 10px;
}
.sponsors-listview .widget .widget-content .custom-checkbox {
  margin-bottom: 8px;
}
.sponsors-listview .widget .widget-content .custom-checkbox:last-child {
  margin-bottom: 0px;
}
.sponsors-listview .widget .custom-checkbox .custom-control-label {
  line-height: 22px;
  font-size: 13px;
}
.sponsors-listview .widget .custom-checkbox.info .custom-control-label:before {
  background-color: #0288D1;
  border: 2px solid #0288D1;
}
.sponsors-listview .widget .custom-checkbox.info .custom-control-input:checked ~ .custom-control-label:before {
  background: #0288D1;
  border-color: #0288D1;
}
.sponsors-listview .widget .custom-checkbox.accent .custom-control-label:before {
  background-color: #FF5722;
  border: 2px solid #FF5722;
}
.sponsors-listview .widget .custom-checkbox.accent .custom-control-input:checked ~ .custom-control-label:before {
  background: #FF5722;
  border-color: #FF5722;
}
.sponsors-listview .widget .custom-checkbox.success .custom-control-label:before {
  background-color: #46be8a;
  border: 2px solid #46be8a;
}
.sponsors-listview .widget .custom-checkbox.success .custom-control-input:checked ~ .custom-control-label:before {
  background: #46be8a;
  border-color: #46be8a;
}
.sponsors-listview .widget ul {
  margin: 0;
}
.sponsors-listview .widget ul li a:hover {
  color: #21c87a;
}
.sponsors-listview .widget .company-detail-meta ul {
  display: block;
  align-items: center;
}
.sponsors-listview .widget .company-detail-meta ul li {
  margin-right: 15px;
  display: inline-block;
}
.sponsors-listview .widget .company-detail-meta ul li a {
  color: #646f79;
  font-weight: 600;
  font-size: 12px;
}
.sponsors-listview .widget .company-detail-meta .share-box li {
  margin-right: 0;
  display: inline-block;
  float: left;
}
.sponsors-listview .widget .company-detail-meta ul li.linkedin a {
  padding: 15px 20px;
  border: 2px solid #eeeeee;
  display: inline-block;
}
.sponsors-listview .widget .company-detail-meta ul li.linkedin a i {
  color: #06cdff;
}
.sponsors-listview .widget .company-address ul li {
  margin-bottom: 10px;
}
.sponsors-listview .widget .company-address ul li:last-child {
  margin-bottom: 0;
}
.sponsors-listview .widget .company-address ul li a {
  color: #646f79;
}
.sponsors-listview .widget .widget-box {
  padding: 20px 15px;
}
.sponsors-listview .widget .similar-jobs-item .job-list.jobster-list {
  padding: 15px 10px;
  border: 0;
  margin-bottom: 10px;
}
.sponsors-listview .widget .similar-jobs-item .job-list {
  padding-bottom: 15px;
}
.sponsors-listview .widget .similar-jobs-item .job-list-logo {
  margin-left: auto;
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
}
.sponsors-listview .widget .similar-jobs-item .job-list-details {
  margin-right: 15px;
  align-self: center;
}
.sponsors-listview .widget .similar-jobs-item .job-list-details .job-list-title h6 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sponsors-listview .widget .similar-jobs-item .job-list.jobster-list .job-list-company-name {
  color: #21c87a;
}
.sponsors-listview .widget .docs-content {
  display: flex;
  background: #eeeeee;
  padding: 30px;
  border-radius: 3px;
}
.sponsors-listview .widget .docs-content .docs-text {
  align-self: center;
  color: #646f79;
}
.sponsors-listview .widget .docs-content span {
  font-weight: 600;
}
.sponsors-listview .widget .docs-content .docs-icon {
  margin-left: auto;
  flex: 0 0 38px;
}
.sponsors-listview .widget .jobster-company-view ul li {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.sponsors-listview .widget .jobster-company-view ul li:last-child {
  margin-bottom: 0;
}
.sponsors-listview .widget .jobster-company-view ul li span {
  color: #212529;
  align-self: center;
  font-weight: 600;
}
.sponsors-listview .sidebar .widget {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.sponsors-listview .sidebar .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding: 14px 20px;
}
.sponsors-listview .sidebar .widget .widget-content {
  padding: 14px 20px;
}
.sponsors-listview .widget .widget-content {
  margin-top: 10px;
}
.hero-badges {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.hero-badges .badge {
  line-height: normal;
  border-radius: 0!important;
  padding: 2px 3px;
}
/*************************
	WISHLIST ITEMS
***********************/
.wishlist-current {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.wishlist-current textarea {
  min-height: unset!important;
}
.wishlist-current .ps-messages-widget {
  overflow: hidden;
  max-height: unset;
  height: unset;
  position: relative;
}
.wishlist-search .form-group {
  margin-bottom: 0;
}
.wl-item {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 100px;
  flex-direction: row;
  align-self: center;
  text-align: left;
  padding: 10px;
  margin-bottom: 0px;
  border: 1px solid #e5e5e5 !important;
  border-bottom: none;
}
.wl-item .form-group {
  outline: none;
}
.wl-item .form-group * {
  outline: none!important;
}
.wl-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.wl-item .item-image {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wl-item .item-image img {
  max-width: 80px;
  max-height: 60px;
  align-self: center;
}
.wl-item p.donated,
.wl-item p.requests,
.wl-item p.shipped {
  font-size: 11px;
  margin-bottom: 0;
  color: white!important;
  padding: 0px 8px;
  border-radius: 15px;
}
.wl-item p.donated *,
.wl-item p.requests *,
.wl-item p.shipped * {
  color: white!important;
}
.wl-item p.donated i:before,
.wl-item p.requests i:before,
.wl-item p.shipped i:before {
  color: white!important;
}
.wl-item p.donated svg,
.wl-item p.requests svg,
.wl-item p.shipped svg {
  color: white!important;
}
.wl-item p.shipped {
  background-color: #0288D1 !important;
}
.wl-item p.donated {
  background-color: #ffc94c !important;
}
.wl-item p.requests {
  background-color: #232227 !important;
}
.wl-item .wl-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-basis: 50%;
  flex-direction: column;
}
.wl-item .wl-details .name {
  white-space: pre-line;
  overflow: hidden;
  height: 70px;
  word-break: break-all;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.wl-item .wl-details .price {
  color: #ef5350 !important;
  font-weight: 900;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 6px;
  text-align: left;
}
.wl-item .request-count {
  font-style: italic;
  margin-bottom: 1rem;
}
.wl-item button {
  align-self: center;
}
.wl-item .wl-btn {
  width: 80px;
}
.wl-item .wl-checkbox {
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  display: flex;
}
.wl-item .wl-checkbox .custom-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  font-size: 13px;
  white-space: nowrap;
}
.wl-item .wl-checkbox .custom-checkbox input {
  margin: 0;
}
.wl-item .wl-checkbox .custom-checkbox label {
  margin: 0 0 0 5px!important;
}
.wl-item .wl-quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wl-item .wl-quantity .input-group {
  margin: 0!important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wl-item .wl-quantity .input-group .input-group-btn {
  width: unset;
}
.wl-item .wl-quantity button {
  background-color: black!important;
  color: white!important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  width: 20px!important;
  height: 20px!important;
  border-bottom: none;
  line-height: 15px!important;
  padding: 0 0 2px!important;
}
.wl-item .wl-quantity input {
  width: 30px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  border: 1px solid #303030;
  margin: 0 10px;
  height: 30px!important;
}
.wl-item .wl-quantity .bootstrap-touchspin-disabled {
  opacity: 0.3;
}
/*
.modal-body .wl-item .wl-details .name {
    height: 45px;
    align-items: flex-start;
    word-break: break-word;
}
.modal-body .wl-item .wl-details {
	flex-basis: 90%;
}
.modal-body .wl-item .wl-stats {
	width: 0px!important;
}
*/
.heroday-row,
.sponsorship-row {
  padding: 15px 10px;
}
.heroday-row a:active,
.sponsorship-row a:active,
.heroday-row a:focus,
.sponsorship-row a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
.heroday-row .uprofile-image,
.sponsorship-row .uprofile-image {
  max-width: 80px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.heroday-row .uprofile-image img,
.sponsorship-row .uprofile-image img {
  width: 100%;
}
.heroday-row .panel-default,
.sponsorship-row .panel-default {
  border: none!important;
  box-shadow: none!important;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  background-color: transparent!important;
  justify-content: flex-start;
}
.heroday-row .panel-default .panel-heading,
.sponsorship-row .panel-default .panel-heading {
  background-color: transparent!important;
}
.heroday-row .panel-default .panel-heading a,
.sponsorship-row .panel-default .panel-heading a {
  background-color: transparent!important;
  text-align: center;
}
.heroday-row .panel-default .panel-body,
.sponsorship-row .panel-default .panel-body {
  background-color: white;
}
.manage-upcoming-commitment .form-wizard {
  position: relative;
}
.manage-upcoming-commitment .form-wizard .tabhead {
  width: 120px;
  position: absolute;
  margin-left: -60px !important;
  white-space: nowrap;
}
.manage-upcoming-commitment .text-underline {
  text-decoration: underline;
}
.manage-upcoming-commitment .panel-default {
  border: none!important;
  box-shadow: none!important;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  background-color: transparent!important;
  justify-content: flex-start;
}
.manage-upcoming-commitment .panel-default .panel-heading {
  background-color: transparent!important;
}
.manage-upcoming-commitment .panel-default .panel-heading a {
  background-color: transparent!important;
  text-align: center;
}
.manage-upcoming-commitment .panel-default .panel-body {
  background-color: white;
}
.manage-upcoming-commitment .manage-upcoming-select-option,
.manage-upcoming-commitment .manage-upcoming-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.manage-upcoming-commitment .manage-upcoming-select-option h3,
.manage-upcoming-commitment .manage-upcoming-step h3 {
  font-weight: bold;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div,
.manage-upcoming-commitment .manage-upcoming-step > div {
  margin-top: 50px;
  margin-bottom: 30px;
  align-self: stretch;
  justify-content: space-around;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 2px solid #555;
  border-radius: 15px;
  opacity: 0.8;
  color: #555;
  height: 300px;
  width: 300px;
  transition: all 150ms linear;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn i,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn i,
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn h4,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn h4 {
  margin-bottom: 10px;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn:hover,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn:hover {
  opacity: 1;
  border-color: #82724d;
  background-color: #82724d;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn:hover *,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn:hover * {
  color: white;
}
.manage-upcoming-commitment .manage-upcoming-select-option > div .option-selection-btn:hover h4,
.manage-upcoming-commitment .manage-upcoming-step > div .option-selection-btn:hover h4 {
  font-weight: bolder;
}
.manage-upcoming-commitment .donation-wizard-actions {
  padding: 25px 15px;
  border-top: 1px solid #eeeeee;
  margin-top: 35px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.wishlist-items-modal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 20px 10px;
}
.wishlist-items-modal h3 {
  font-weight: bold;
}
.profile-page h4.text-primary {
  font-weight: 600;
}
.profile-page .wishlist-items {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
.profile-page .wishlist-items .text-underline {
  font-weight: 700;
  color: #FF5722;
  transition: all 150ms ease-in;
}
.profile-page .wishlist-items .text-underline:hover,
.profile-page .wishlist-items .text-underline:focus {
  text-decoration: underline;
  color: #d43300;
}
.profile-page .wishlist-items ul {
  margin: 15px 0;
  padding: 0;
}
.profile-page .wishlist-items ul li {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  body * {
    -webkit-print-color-adjust: exact;
  }
}
.wl-print .pages-hint {
  font-weight: 600;
  color: black!important;
}
.wl-print .wl-item {
  align-self: stretch;
}
.empty-impact-section {
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 2px solid #555;
  border-radius: 15px;
  color: #555;
  height: 300px;
  width: 300px;
  text-align: center;
}
.empty-impact-section h4 {
  margin-top: 10px;
}
.empty-impact-section i,
.empty-impact-section h4 {
  margin-bottom: 10px;
}
.empty-impact-section p {
  padding: 0 15px;
}
.heros-list-filters .form-group,
.share-prompt-modal .form-group,
.confirm-heroday-modal .form-group {
  font-size: 14px;
}
.heros-list-filters .form-label,
.share-prompt-modal .form-label,
.confirm-heroday-modal .form-label {
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}
.heros-list-filters select.form-control,
.share-prompt-modal select.form-control,
.confirm-heroday-modal select.form-control {
  border: none!important;
  font-size: 14px!important;
  padding-left: 0!important;
  border-bottom: 1px solid #ced4da !important;
}
.heros-list-filters .custom-control-input:checked ~ .custom-control-label::before,
.share-prompt-modal .custom-control-input:checked ~ .custom-control-label::before,
.confirm-heroday-modal .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #82724d;
  background-color: #82724d;
}
.page-link {
  font-size: 14px;
  color: #82724d;
}
ul.heroday-timeline {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
}
ul.heroday-timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 30px;
  width: 3px;
  z-index: 400;
}
ul.heroday-timeline > li {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 50px;
}
ul.heroday-timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #666537;
  left: 20px;
  width: 23px;
  height: 23px;
  z-index: 400;
}
ul.heroday-timeline > li.complete:before {
  background: #666537;
  border: 3px solid #666537;
  content: "\f00c";
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
  padding-top: 3px;
  padding-left: 2px;
}
ul.heroday-timeline > li > div.row > div.col-md-6 > div.form-group.m-t-10 {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
ul.heroday-timeline > li > i {
  font-size: 12px;
}
.new-heroday-step-number {
  background: black;
  color: white;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  margin-right: 5px;
}
/*---------------------------------------------
    Heroes List
----------------------------------------------*/
.disabled {
  cursor: not-allowed !important;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination > li {
  display: inline;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #82724d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-link:hover {
  z-index: 2;
  color: #82724d;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-position-x: 50%;
  background-position-y: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.sponsors-listview h6 {
  font-size: 1rem;
}
.sponsors-listview .badge {
  font-weight: 700;
}
.justify-center {
  justify-content: center;
}
#create-message-container > textarea {
  color: white;
}
.heroday-show-container .heroday-details > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.heroday-show-container .heroday-details > div section.box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.heroday-show-container .heroday-details > div section.box > .content-body {
  flex: 1;
}
.heroday-show-container .heroday-details .event-row {
  height: 65px;
}
.heroday-show-container .heroday-details .collapse {
  transition: all 250ms ease-in;
}
/*---------------------------------------------
    Register
----------------------------------------------*/
@media (min-width: 700px) {
  .alert-register {
    display: inline;
  }
}
.top-leaderboard {
  display: flex;
}
.top-leaderboard-item {
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  flex: 1;
  margin: 5px;
  border-width: 2px;
  border-style: solid;
}
.top-leaderboard-item .top-leaderboard-trophy {
  margin-top: 10px;
  margin-right: 5px;
}
.top-leaderboard-item .top-leaderboard-trophy span {
  font-weight: bold;
  display: block;
  color: white;
  font-size: 14px;
  margin-left: 0;
  z-index: 100;
  margin-top: -50px;
}
.top-leaderboard-item .top-leaderboard-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.top-leaderboard-item .top-leaderboard-logo {
  max-width: 50px;
  margin-right: 5px;
  height: 50px;
}
.top-leaderboard-item .top-leaderboard-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  line-height: 16px;
}
.top-leaderboard-item .top-leaderboard-metrics {
  font-size: 11px;
  float: right;
  margin-bottom: 0;
}
.top-leaderboard-item:nth-child(1) {
  border-color: #D4AF37;
}
.top-leaderboard-item:nth-child(1) .fa-trophy {
  color: #D4AF37;
}
.top-leaderboard-item:nth-child(2) {
  border-color: #AAA9AD;
}
.top-leaderboard-item:nth-child(2) .fa-trophy {
  color: #AAA9AD;
}
.top-leaderboard-item:nth-child(3) {
  border-color: #A97142;
}
.top-leaderboard-item:nth-child(3) .fa-trophy {
  color: #A97142;
}
/*---------------------------------------------
    Alert Notifications
----------------------------------------------*/
.alert {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-shadow: none;
  background: #E0E0E0;
}
.alert.minimal {
  border: none;
  background-color: #f5f5f5;
  color: #757575;
}
.alert.minimal button.close span {
  color: #757575;
}
.alert.minimal a,
.alert.minimal span {
  color: #757575;
}
.alert-warning {
  border: 1px solid #ffc94c;
  background: #ffc94c;
  color: #ffffff;
}
.alert-warning.minimal {
  border-left: 5px solid #ffc94c;
}
.alert-success {
  border: 1px solid #46be8a;
  background: #46be8a;
  color: #ffffff;
}
.alert-success.minimal {
  border-left: 5px solid #46be8a;
}
.alert-info {
  border: 1px solid #0288D1;
  background: #0288D1;
  color: #ffffff;
}
.alert-info.minimal {
  border-left: 5px solid #0288D1;
}
.alert-danger,
.alert-error {
  border: 1px solid #ef5350;
  background: #ef5350;
  color: #ffffff;
}
.alert-danger.minimal,
.alert-error.minimal {
  border-left: 5px solid #ef5350;
}
.alert button.close span {
  color: #ffffff;
}
.alert button.close {
  opacity: 0.6;
}
.alert {
  padding: 12px 35px 12px 15px;
  text-shadow: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  border: none;
}
.alert *,
.alert a {
  color: #ffffff;
}
.alert a {
  font-weight: bold;
}
.alert button.close span {
  color: #ffffff;
  opacity: 0.7;
}
.alert button.close {
  opacity: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.alert-default *,
.alert-default a,
.alert-default {
  color: #757575;
}
.alert-default.minimal {
  border-left: 5px solid #aaaaaa;
}
.alert.alert-default button.close span {
  color: #F5F5F5;
  opacity: 0.7;
}
.alert.alert-default.minimal button.close span {
  color: #757575;
  opacity: 0.7;
}
.alert-primary {
  background: #232227;
  color: #ffffff;
}
.alert-primary.minimal {
  border-left: 5px solid #232227;
  color: #ffffff;
}
.alert-accent {
  background-color: #82724d;
  color: #ffffff;
}
.alert-accent.minimal {
  border-left: 5px solid #82724d;
}
.notification_btns .btn {
  margin-bottom: 15px;
  margin-right: 15px;
}
/*cg notifications plugin*/
.cg-notify-message {
  background-color: #232227 !important;
  color: #ffffff !important;
  border: 1px solid #232227 !important;
}
.cg-notify-close {
  color: #ffffff !important;
  text-shadow: none !important;
  opacity: 0.7 !important;
}
.btn-cta {
  box-shadow: 0 4px 8px 0 rgba(239, 83, 80, 0.8);
}
.alert-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.85;
  padding: 5px 15px;
  margin: 10px auto;
  clear: both;
  position: relative;
  border: 1px solid #ff0600;
  background-color: #ef5350;
  color: white;
  font-size: 12px;
  box-shadow: 0 4px 8px 0 rgba(239, 83, 80, 0.6);
  border-radius: 4px;
}
.pulsate {
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.95;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(1.02);
    opacity: 0.9;
    box-shadow: 0 4px 8px 0 rgba(239, 83, 80, 0.6);
  }
  50% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(239, 83, 80, 0.85);
  }
  100% {
    transform: scale(1.02);
    opacity: 0.9;
    box-shadow: 0 4px 8px 0 rgba(239, 83, 80, 0.6);
  }
}
/*------------------------------
    BUTTONS
-------------------------------*/
.btn,
.badge,
.label {
  overflow: hidden;
  position: relative;
}
.btn:after,
.badge:after,
.label:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  width: 50px;
  z-index: 2;
}
.btn:hover::after,
.badge:hover::after,
.label:hover::after {
  left: 160%;
}
.btn {
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 15px;
  line-height: 25px;
  position: relative;
}
.btn.btn-round {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.btn.btn-corner {
  border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.btn.btn-border {
  border: 1px solid #E0E0E0;
  color: #333333;
  background: #F5F5F5;
  font-size: 15px;
  font-weight: 400;
}
.btn.btn-border.btn-success {
  border: 1px solid #46be8a;
  color: #46be8a;
  background: transparent;
}
.btn.btn-border.btn-warning {
  border: 1px solid #ffc94c;
  color: #ffc94c;
  background: transparent;
}
.btn.btn-border.btn-danger {
  border: 1px solid #ef5350;
  color: #ef5350;
  background: transparent;
}
.btn.btn-border.btn-info {
  border: 1px solid #0288D1;
  color: #0288D1;
  background: transparent;
}
.btn.btn-border.btn-accent {
  border: 1px solid #82724d;
  color: #82724d;
  background: transparent;
}
.btn.btn-border.btn-primary {
  border: 1px solid #232227;
  color: #232227;
  background: transparent;
}
.btn.btn-border.btn-primary:disabled {
  opacity: 0.6;
}
.btn.btn-border.btn-secondary {
  border: 1px solid #bdbdbd;
  color: #6e6e6e;
  background: transparent;
}
.btn.btn-border,
.btn.btn-border.btn-default {
  border: 1px solid #E0E0E0;
  color: #333333;
  background: transparent;
}
.btn.btn-border.btn-link {
  border: 1px solid transparent;
  color: #337ab7;
  background: transparent;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px;
  outline-offset: 0px;
}
/*colors*/
.btn.btn-success {
  background: #46be8a;
  color: #ffffff;
}
.btn.btn-warning {
  background: #ffc94c;
  color: #ffffff;
}
.btn.btn-danger {
  background: #ef5350;
  color: #ffffff;
}
.btn.btn-highlight {
  background: #FF5722;
  color: #ffffff;
}
.btn.btn-info {
  background: #0288D1;
  color: #ffffff;
}
.btn.btn-accent {
  background: #82724d;
  color: #ffffff;
}
.btn.btn-primary {
  background: #232227;
  color: #ffffff;
  border-color: #232227;
}
.btn.btn-secondary {
  background: #9E9E9E;
  color: #ffffff;
}
.btn,
.btn.btn-default {
  background: #E0E0E0;
  color: #333333;
}
.btn.btn-link {
  background: transparent;
  color: #337ab7;
}
/*size*/
.btn {
  padding: 5px 15px;
}
.btn.btn-lg,
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 18px;
  font-size: 18px;
}
.btn .icon-sm {
  position: relative;
  top: 5px;
}
.btn.btn-lg .icon-sm {
  position: relative;
  top: 2px;
}
.btn.btn-sm,
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 12px;
  font-size: 13px;
}
.btn.btn-xs,
.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 8px;
  font-size: 12px;
}
.btn.btn-block,
.btn-block,
.btn-group-block > .btn {
  padding: 8px 21px;
  font-size: 18px;
  line-height: 22px;
}
.btn-toolbar {
  margin-left: 0px;
}
/*hover state*/
/*.btn:hover, .btn:active, .btn:focus{color:#ffffff;}*/
.btn:hover,
.btn:active,
.btn:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #333333;
  background: #e5e5e5;
  outline: none;
}
.btn-green {
  background-color: #556b2f !important;
  color: white!important;
  border-color: #556b2f;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #2b3618;
  color: white;
  border-color: #2b3618;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #01837a;
  background: transparent;
}
.btn-success.active,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #388E3C;
  color: #ffffff;
}
.btn-warning.active,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background: #F9A825;
  color: #ffffff;
}
.btn-danger.active,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #E53935;
  color: #ffffff;
}
.btn-info.active,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background: #1244B2;
  color: #ffffff;
}
.btn-accent.active,
.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus {
  background: #FF5722;
  color: #ffffff;
}
.btn-highlight.active,
.btn-highlight:hover,
.btn-highlight:active,
.btn-highlight:focus {
  background: #FF5722;
  color: #ffffff;
}
.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #FF5722;
  color: #ffffff;
}
.btn-secondary.active,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #616161;
  color: #ffffff;
}
.btn-default.active,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #BDBDBD;
  color: #333333;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background: #232227 !important;
  color: #ffffff;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  text-shadow: none;
}
.btn-colors .btn {
  width: 120px;
  margin: 0 15px 15px 0;
}
.btn-iconic .btn,
.btn-social .btn {
  width: 50px;
  text-align: center;
  margin: 0 15px 15px 0px;
}
/*social media*/
.facebook {
  background-color: #436cac !important;
  color: #ffffff !important;
}
.twitter {
  background-color: #049bca !important;
  color: #ffffff !important;
}
.google-plus {
  background-color: #313131 !important;
  color: #ffffff !important;
}
.dribbble {
  background-color: #cd4a7e !important;
  color: #ffffff !important;
}
.youtube {
  background-color: #df220c !important;
  color: #ffffff !important;
}
.vimeo {
  background-color: #85af27 !important;
  color: #ffffff !important;
}
.flickr {
  background-color: #df3a7f !important;
  color: #ffffff !important;
}
.rss {
  background-color: #ef7424 !important;
  color: #ffffff !important;
}
.skype {
  background-color: #1fc9fa !important;
  color: #ffffff !important;
}
.linkedin {
  background-color: #3089c3 !important;
  color: #ffffff !important;
}
.android {
  background-color: #98cb02 !important;
  color: #ffffff !important;
}
.apple {
  background-color: #02a7e7 !important;
  color: #ffffff !important;
}
/*----------------------------------------------------
    Drag n Drop panels(section boxes)
----------------------------------------------------*/
.portlet-placeholder {
  border: 1px dashed #cccccc;
  margin: 0 30px 30px 0;
  height: 240px;
}
.sort_panel {
  display: inline-block;
}
.sort_panel section {
  margin-bottom: 30px;
}
/*---------------------------------------------
    Dropdown menu
----------------------------------------------*/
.dropdown-menu {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  border-color: #f5f5f5;
}
/*------------------------------
    FORM ELEMENTS
-------------------------------*/
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 0px solid transparent;
  border-bottom: 2px solid #e1e1e1;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  background: transparent;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  height: 32px;
}
.form-control:focus,
.has-focus .form-control {
  background: transparent;
  border-color: #232227;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
textarea.form-control {
  height: auto;
  min-height: 62px;
}
.form-group.wysiwyg .form-control {
  border: 2px solid #e1e1e1;
  padding: 15px;
}
.form-group,
.input-group {
  margin-bottom: 30px;
}
.bootstrap-filestyle.input-group {
  margin-bottom: 0px;
}
.form-group .controls {
  margin: 0px 0 10px 0;
}
.form-label {
  font-weight: 400;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.form-group .desc {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
  margin-left: 15px;
  font-style: italic;
}
.help-block {
  color: #999999;
  font-style: italic;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  opacity: 0.8;
}
/*----------- input group ----------*/
.input-group {
  width: 100%;
}
.input-group-btn button {
  border: 0px solid #ccc;
  height: 34px;
  border: 0px;
  background-color: transparent;
}
.input-group-btn:first-child button {
  border-right: 0px;
}
.input-group-btn:last-child button {
  border-left: 0px;
}
.input-group .input-group-addon {
  min-width: 25px;
  padding-left: 0px;
  text-align: left;
  border: 0px solid transparent;
  border-bottom: 2px solid #e1e1e1;
}
.input-group.focus .input-group-addon {
  border-bottom: 2px solid #232227;
}
.input-group-addon:last-child {
  min-width: 15px;
  padding-right: 0px;
  text-align: right;
}
.input-group-addon .icheck {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 18px;
}
.input-group.transparent .input-group-btn .btn-default {
  border: 0px;
  background-color: transparent;
}
.input-group .input-group-addon,
.input-group .input-group-btn .btn-default {
  background-color: transparent;
  color: #616161;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.input-group .input-group-btn.input-focus .btn-default,
.input-group .input-group-addon.input-focus {
  border-color: #232227;
  height: 34px;
}
.input-group.transparent {
  border-bottom: 2px solid #e1e1e1;
  height: 28px;
}
.input-group.transparent .input-group-addon {
  background-color: transparent;
  border: 0px solid transparent;
  height: 28px;
}
.input-group.transparent .input-group-btn.input-focus .btn-default,
.input-group.transparent .input-group-addon.input-focus {
  background-color: #f8f8f8;
}
.input-group.transparent .form-control {
  border: 0px solid transparent;
  height: 30px;
}
.input-group.primary .input-group-addon,
.input-group.primary .input-group-btn .btn-default {
  border-color: #232227;
  background-color: transparent;
  color: #232227;
}
.input-group.primary .form-control {
  border-color: #232227;
}
.input-group.accent .input-group-addon,
.input-group.accent .input-group-btn .btn-accent {
  border-color: #82724d;
  background-color: #82724d;
  color: white;
}
.input-group.accent .input-group-addon,
.input-group.accent .input-group-btn .btn-default {
  border-color: #82724d;
  background-color: transparent;
  color: #82724d;
}
.input-group.accent .form-control {
  border-color: #82724d;
}
.input-group-btn .btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-bottom: 2px solid #e1e1e1;
}
/*
.input-group.transparent .form-control{
  border-left: 0px solid transparent;
}

.input-group.transparent .input-group-addon.input-focus {
    background-color: #f8f8f8;
    border: 1px solid @primary;
    border-right: 0px;
}


*/
.input-group .dropdown-menu {
  border-color: #f5f5f5;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
select.input-lg {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
/*Form slider (angular)*/
slider span.bar.selection {
  background-color: #232227 !important;
}
slider span.pointer.active:after {
  background-color: #232227 !important;
}
/*----- fixed colors -----*/
.ng-invalid,
.ng-invalid:focus,
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ef5350;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #ffc94c;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #46be8a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ef5350;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ffc94c;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #46be8a;
}
/*Form bootstrap tagsinput */
.bootstrap-tagsinput {
  border: 0px solid transparent !important;
  border-bottom: 2px solid #e1e1e1 !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -ms-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -o-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  color: #F5F5F5 !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  line-height: 23px !important;
  padding: 4px 0px !important;
}
.wysiwyg-editor {
  overflow: auto !important;
}
.cropArea {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.height-fit {
  min-height: 300px!important;
}
.cropper {
  position: absolute;
  bottom: 70px;
  left: 35px;
}
.filestyle {
  display: inline-block;
}
.filestyle input[type=file] {
  display: none;
}
.filestyle label {
  display: inline-block;
  padding: 5px 15px;
  background: #232227;
  color: #ffffff;
  border-color: #232227;
  border: 0px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-shadow: none;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.hero-profile-question .radio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
/*---------------------------------------------------
   Datepicker, Daterangepicker,  Datetimepicker & Colorpicker
---------------------------------------------------*/
.daterangepicker,
.datetimepicker-days,
.datetimepicker-months,
.datetimepicker-years,
.datepicker-days,
.datepicker-months,
.datepicker-years {
  padding: 10px;
}
.daterangepicker th,
.datetimepicker th,
.datepicker th {
  font-weight: 400;
  color: #616161;
}
.daterangepicker td.off,
.datepicker td.old,
.datepicker td.new {
  color: #aaaaaa;
}
.daterangepicker td,
.daterangepicker th,
.datetimepicker-years .year,
.datetimepicker-months .month,
.datetimepicker td,
.datetimepicker th,
.datepicker-years .year,
.datepicker-months .month,
.datepicker td,
.datepicker th {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  border-color: #232227;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  background-color: #232227;
  background-image: none;
  text-shadow: none;
}
.datetimepicker-years .year,
.datetimepicker-months .month,
.datepicker-years .year,
.datepicker-months .month {
  background-image: none;
  text-shadow: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  border-bottom-color: rgba(200, 200, 200, 0.5);
  top: -7px;
  left: 6px;
}
.inlinedate .btn-default.btn-info .text-info {
  color: #212121;
}
/*----- timepicker ------*/
.bootstrap-timepicker-widget {
  padding: 8px;
}
.bootstrap-timepicker-widget table td input {
  width: 30px;
  padding: 3px;
  border: 0px solid transparent;
  color: #616161;
}
.bootstrap-timepicker-widget .icon-chevron-up,
.bootstrap-timepicker-widget .icon-chevron-down {
  font-size: 12px;
  line-height: 12px;
  color: #aaaaaa;
}
.bootstrap-timepicker-widget table td a {
  padding: 2px 0;
  color: #aaaaaa;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: #f5f5f5;
  border-radius: 0px;
  border-color: #eeeeee;
}
.icon-chevron-up,
.icon-chevron-down {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
/*------ daterangepicker -------*/
.daterangepicker .ranges .input-mini {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.daterangepicker .calendar-date {
  border: 1px solid #eeeeee;
  padding: 10px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
/*----- colorpicker ------*/
.sel-color {
  display: block;
  width: 15px;
  height: 15px;
}
/*-----------------------------------------------------------
    Form Validations
----------------------------------------------------------*/
.form-group .error {
  color: #ef5350;
  font-weight: 400;
  font-size: 13px;
}
.form-group .controls {
  position: relative;
}
.form-group.has-error i,
.form-group.has-success i {
  position: absolute;
  font-size: 14px;
  right: 15px;
  top: 10px;
}
.form-group.has-error i {
  color: #ef5350;
}
.form-group.has-success i {
  color: #46be8a;
}
/*-----------------------------------------------------------
    Form Wizard
----------------------------------------------------------*/
.wizardpills {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.wizardpills ul.form-wizard {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 60px;
  z-index: 2;
  width: 100%;
  padding-right: 15px;
}
.form-wizard .progress,
.wizardpills #bar {
  position: absolute;
  top: 14px;
  left: 0px;
  height: 3px;
  width: 100%;
  margin: 7px 0;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.form-wizard .tab-container {
  position: relative;
  z-index: 2;
}
.form-wizard.nav-pills li.active a,
.form-wizard.nav-pills li.active a:hover,
.form-wizard.nav-pills li.active a:focus {
  /*    color: #fff;*/
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-color: #232227;
  background-color: #232227;
}
.wizardpills .tab-content {
  position: relative;
  top: 60px;
  background-color: #ffffff;
  border: 0px solid transparent;
}
.form-wizard li {
  display: block;
  float: left;
  height: 40px;
  border-radius: 50%;
  position: relative;
  text-align: right;
  width: 25%;
  margin: 0 !important;
}
.form-wizard li a {
  float: right;
  width: 30px;
  height: 30px;
  top: 6px;
  display: block;
  border-radius: 0%;
  position: absolute;
  right: -20px;
  background: #f5f5f5;
  background-image: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 16px;
}
.form-wizard li.complete a {
  border-color: #232227;
  background-color: #232227;
  font-family: FontAwesome;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}
.form-wizard li.complete a .tabhead,
.form-wizard li a .tabhead {
  background-color: transparent;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #757575;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  margin-left: -10px;
}
.form-wizard li a:last-child .tabhead {
  margin-left: -20px;
}
.form-wizard .nav li.disabled a:focus,
.form-wizard .nav li.disabled a:hover {
  background-color: #ffffff;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.form-wizard .nav-tabs,
.form-wizard .tab-content {
  border: 0px solid transparent;
  padding-right: 15px;
}
.form-wizard .tab-content {
  padding: 15px 0;
}
.form-wizard li a:before {
  content: " ";
  margin-left: -2px;
  height: 34px;
  width: 14px;
  display: block;
  margin-left: -7px;
}
.form-wizard li.complete a:before {
  content: "\f00c";
}
.form-wizard li a span {
  position: absolute;
  color: #F5F5F5;
  width: auto;
  display: inline-block;
  margin-left: -25px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  top: 40px;
}
.form-wizard li.complete a span {
  padding-left: 5px;
}
/*---------------------------------------------
    UI Icons
----------------------------------------------*/
.icons-set {
  position: relative;
  width: 100%;
  display: inline-block;
}
.icons-set .img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  cursor: hand;
  cursor: pointer;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.icons-set:hover .img-overlay {
  opacity: 1;
  display: block;
}
.icons-set .img-overlay span {
  padding: 8px 21px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -61px;
}
.icons-set img {
  width: 100%;
}
.glyphicon,
.fa {
  font-size: 14px;
}
.icon-sm {
  font-size: 18px;
}
.icon-xs {
  font-size: 12px;
}
.icon-md {
  font-size: 24px;
}
.icon-lg {
  font-size: 48px;
}
.icon-xlg {
  font-size: 72px;
}
.material-icons.icon-xs {
  font-size: 12px;
  /* Preferred icon size */
  display: inline;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.material-icons.icon-sm {
  font-size: 18px;
  /* Preferred icon size */
  display: inline;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.material-icons.icon-md {
  font-size: 24px;
  /* Preferred icon size */
  display: inline;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.material-icons.icon-lg {
  font-size: 48px;
  /* Preferred icon size */
  display: inline;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.material-icons.icon-xlg {
  font-size: 72px;
  /* Preferred icon size */
  display: inline;
  width: 72px;
  height: 72px;
  line-height: 72px;
}
.icon-rounded {
  border-radius: 50%;
  padding: 15px;
  background-color: #F5F5F5;
  color: #ffffff;
}
.icon-cornered {
  border-radius: 10%;
  padding: 15px;
  background-color: #F5F5F5;
  color: #ffffff;
}
.icon-square {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 15px;
  background-color: #F5F5F5;
  color: #ffffff;
}
.icon-bordered {
  border: 1px solid #F5F5F5;
  padding: 15px;
  border-radius: 50%;
  background-color: transparent;
  color: #F5F5F5;
}
.icon-xs.icon-rounded,
.icon-xs.icon-cornered,
.icon-xs.icon-square,
.icon-xs.icon-bordered {
  padding: 10px;
}
.icon-sm.icon-rounded,
.icon-sm.icon-cornered,
.icon-sm.icon-square,
.icon-sm.icon-bordered {
  padding: 15px;
}
.icon-md.icon-rounded,
.icon-md.icon-cornered,
.icon-md.icon-square,
.icon-md.icon-bordered {
  padding: 20px;
}
.icon-lg.icon-rounded,
.icon-lg.icon-cornered,
.icon-lg.icon-square,
.icon-lg.icon-bordered {
  padding: 25px;
}
.icon-xlg.icon-rounded,
.icon-xlg.icon-cornered,
.icon-xlg.icon-square,
.icon-xlg.icon-bordered {
  padding: 35px;
}
.icon-accent {
  color: #82724d;
}
.icon-primary {
  color: #232227;
}
.icon-success {
  color: #46be8a;
}
.icon-info {
  color: #0288D1;
}
.icon-warning {
  color: #ffc94c;
}
.icon-danger {
  color: #ef5350;
}
.icon-secondary {
  color: #9E9E9E;
}
.icon-default {
  color: #757575;
}
.icon-accent.icon-rounded,
.icon-accent.icon-cornered,
.icon-accent.icon-square {
  background-color: #82724d;
  color: #ffffff;
}
.icon-primary.icon-rounded,
.icon-primary.icon-cornered,
.icon-primary.icon-square {
  background-color: #232227;
  color: #ffffff;
}
.icon-success.icon-rounded,
.icon-success.icon-cornered,
.icon-success.icon-square {
  background-color: #46be8a;
  color: #ffffff;
}
.icon-info.icon-rounded,
.icon-info.icon-cornered,
.icon-info.icon-square {
  background-color: #0288D1;
  color: #ffffff;
}
.icon-warning.icon-rounded,
.icon-warning.icon-cornered,
.icon-warning.icon-square {
  background-color: #ffc94c;
  color: #ffffff;
}
.icon-danger.icon-rounded,
.icon-danger.icon-cornered,
.icon-danger.icon-square {
  background-color: #ef5350;
  color: #ffffff;
}
.icon-secondary.icon-rounded,
.icon-secondary.icon-cornered,
.icon-secondary.icon-square {
  background-color: #9E9E9E;
  color: #ffffff;
}
.icon-default.icon-rounded,
.icon-default.icon-cornered,
.icon-default.icon-square {
  background-color: #F5F5F5;
  color: #ffffff;
}
.icon-accent.icon-bordered {
  border: 1px solid #82724d;
  background-color: transparent;
  color: #82724d;
}
.icon-primary.icon-bordered {
  border: 1px solid #232227;
  background-color: transparent;
  color: #232227;
}
.icon-success.icon-bordered {
  border: 1px solid #46be8a;
  background-color: transparent;
  color: #46be8a;
}
.icon-info.icon-bordered {
  border: 1px solid #0288D1;
  background-color: transparent;
  color: #0288D1;
}
.icon-warning.icon-bordered {
  border: 1px solid #ffc94c;
  background-color: transparent;
  color: #ffc94c;
}
.icon-danger.icon-bordered {
  border: 1px solid #ef5350;
  background-color: transparent;
  color: #ef5350;
}
.icon-secondary.icon-bordered {
  border: 1px solid #9E9E9E;
  background-color: transparent;
  color: #9E9E9E;
}
.icon-default.icon-bordered {
  border: 1px solid #F5F5F5;
  background-color: transparent;
  color: #F5F5F5;
}
.uiicons i {
  margin: 10px 20px 0 0;
  line-height: 117px !important;
}
.bs-glyphicons-list,
.retinaicons {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.bs-glyphicons-list li,
.retinaicons .fa-hover {
  padding: 10px 15px 10px 15px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.bs-glyphicons-list li .glyphicon,
.retinaicons .fa-hover span i {
  min-width: 30px;
  color: #232227;
  display: block;
  font-size: 48px;
  margin: 0 auto 10px auto;
}
.bs-glyphicons-list li,
.retinaicons .fa-hover span {
  display: inline-block;
}
.bs-glyphicons-list li .glyphicon-class,
.retinaicons .fa-hover span span {
  display: inline-block;
  position: relative;
  top: -4px;
}
.bs-glyphicons-list li:hover,
.retinaicons .fa-hover:hover {
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.bs-glyphicons-list li:hover .glyphicon,
.retinaicons .fa-hover:hover i {
  color: #616161;
}
.bs-glyphicons-list .glyphicon,
.retinaicons .fa {
  font-size: 28px;
}
/*-------------------------------
  Page Loading Progress Bar
-----------------------------------*/
#loading-bar .bar {
  background: #847f9f !important;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #847f9f !important;
  border-left-color: #847f9f !important;
}
/*------------------------------------
     Modals
 ------------------------------------*/
.modalbuttons .btn {
  width: 160px;
}
.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.modal-body {
  padding: 30px;
}
.modal {
  z-index: 11040 !important;
}
.modal-dialog {
  margin-top: 80px;
}
/*---------------------------------------------
    Tables
----------------------------------------------*/
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
  background-color: rgba(126, 87, 194, 0.2);
}
.table > thead > tr > td.accent,
.table > tbody > tr > td.accent,
.table > tfoot > tr > td.accent,
.table > thead > tr > th.accent,
.table > tbody > tr > th.accent,
.table > tfoot > tr > th.accent,
.table > thead > tr.accent > td,
.table > tbody > tr.accent > td,
.table > tfoot > tr.accent > td,
.table > thead > tr.accent > th,
.table > tbody > tr.accent > th,
.table > tfoot > tr.accent > th {
  background-color: rgba(255, 152, 0, 0.2);
}
.table > thead > tr > td.secondary,
.table > tbody > tr > td.secondary,
.table > tfoot > tr > td.secondary,
.table > thead > tr > th.secondary,
.table > tbody > tr > th.secondary,
.table > tfoot > tr > th.secondary,
.table > thead > tr.secondary > td,
.table > tbody > tr.secondary > td,
.table > tfoot > tr.secondary > td,
.table > thead > tr.secondary > th,
.table > tbody > tr.secondary > th,
.table > tfoot > tr.secondary > th {
  background-color: #9E9E9E;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: rgba(253, 216, 53, 0.2);
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: rgba(244, 67, 54, 0.2);
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: rgba(76, 175, 80, 0.2);
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: rgba(0, 176, 255, 0.2);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #E0E0E0;
  padding: 12px 15px 11px 15px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-weight: 600;
  color: #424242;
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding: 5px;
}
/*---------------------------------------------
    Data Tables
----------------------------------------------*/
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #bbbbbb;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #bbbbbb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #bbbbbb;
}
.dataTables_wrapper .dataTables_info {
  clear: none;
}
.dataTable .details {
  background-color: #ffffff;
}
/*---------------------------------
    Typography
-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  margin: 0px 0 20px 0;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #505458;
}
h4,
h5,
h6 {
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 44px;
}
.h2,
h2 {
  font-size: 36px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
.light {
  font-weight: 100;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 400;
}
blockquote,
.blockquote-reverse,
blockquote.pull-right {
  font-size: 16px;
  border-color: #232227;
}
blockquote.pull-right {
  width: 100%;
}
blockquote.accent {
  border-color: #82724d;
}
blockquote.background {
  background: #f5f5f5;
}
blockquote.bg-white {
  background: #ffffff;
}
.well {
  box-shadow: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #f5f5f5;
  border-color: #E0E0E0;
}
.well.primary {
  background-color: #232227;
  color: #ffffff;
  border-color: #232227;
}
.well.transparent {
  background-color: transparent;
}
.well h3 {
  margin-bottom: 10px;
}
a {
  color: #232227;
}
a:hover,
a:focus {
  color: #333333;
}
.text-dark {
  color: #333333;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #232227;
}
.text-info {
  color: #0288D1;
}
.text-warning {
  color: #ffc94c;
}
.text-danger {
  color: #ef5350;
}
.text-success {
  color: #46be8a;
}
.text-accent {
  color: #82724d;
}
.text-light {
  color: #f5f5f5;
}
.text-xs {
  font-size: 12px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-strong {
  font-weight: bold;
}
.bg-muted {
  background: #E0E0E0;
  padding: 3px 8px;
}
.bg-white {
  background: #ffffff;
}
.bg-primary {
  background: #232227;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-info {
  background: #0288D1;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-warning {
  background: #ffc94c;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-danger {
  background: #ef5350;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-success {
  background: #46be8a;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-accent {
  background: #82724d;
  padding: 3px 8px;
  color: #ffffff;
}
.bg-secondary {
  background: #9E9E9E;
  padding: 3px 8px;
  color: #616161;
}
.bg-white {
  background: #ffffff;
  padding: 3px 8px;
  color: #757575;
}
/*---------------------------------------------
    Progress Bars
----------------------------------------------*/
.progress {
  background: #f5f5f5;
  background-image: none;
  box-shadow: inset 0 -1px 2px rgba(150, 150, 150, 0.1);
  -ms-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, 0.1);
  -o-box-shadow: inset 0 -1px 2px rgba(150, 150, 150, 0.1);
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.progress.progress-sm {
  height: 5px;
}
.progress.progress-md {
  height: 10px;
}
.progress.progress-lg {
  height: 15px;
}
.progress.progress-xlg {
  height: 25px;
}
.progress-bar {
  background-image: none;
  font-size: 12px;
  line-height: 20px;
  box-shadow: inset 0 -1px 0 rgba(100, 100, 100, 0.15);
  -ms-box-shadow: inset 0 -1px 0 rgba(100, 100, 100, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(100, 100, 100, 0.15);
  background-color: #232227;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-md .progress-bar {
  font-size: 14px;
  line-height: 30px;
}
.progress-lg .progress-bar {
  font-size: 16px;
  line-height: 40px;
}
.progress-xlg .progress-bar {
  font-size: 18px;
  line-height: 50px;
}
.tile-progress .progress.primary .progress-bar,
.progress.primary .progress-bar {
  background-color: #232227;
}
.tile-progress .progress.accent .progress-bar,
.progress.accent .progress-bar {
  background-color: #82724d;
}
.tile-progress .progress.secondary .progress-bar,
.progress.secondary .progress-bar {
  background-color: #9E9E9E;
}
.tile-progress .progress.success .progress-bar,
.progress.success .progress-bar,
.progress-bar-success {
  background-color: #46be8a;
}
.tile-progress .progress.info .progress-bar,
.progress.info .progress-bar,
.progress-bar-info {
  background-color: #0288D1;
}
.tile-progress .progress.warning .progress-bar,
.progress.warning .progress-bar,
.progress-bar-warning {
  background-color: #ffc94c;
}
.tile-progress .progress.danger .progress-bar,
.progress.danger .progress-bar,
.progress-bar-danger {
  background-color: #ef5350;
}
.table tr .progress {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*---------------------------------------------
  General Animation Settings
----------------------------------------------*/
.animated-duration-200ms {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
.animated-duration-400ms {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
.animated-duration-600ms {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}
.animated-duration-800ms {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated-duration-1000ms {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}
.animated-duration-1200ms {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}
.animated-duration-1400ms {
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}
.animated-duration-1600ms {
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
}
.animated-duration-1800ms {
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
}
.animated-duration-2000ms {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}
.animated-duration-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated-duration-2200ms {
  -webkit-animation-duration: 2200ms;
  animation-duration: 2200ms;
}
.animated-duration-2400ms {
  -webkit-animation-duration: 2400ms;
  animation-duration: 2400ms;
}
.animated-duration-3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animated-duration-1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated-delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.animated-delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.animated-delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.animated-delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.animated-delay-1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.animated-delay-1200ms {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.animated-delay-1400ms {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.animated-delay-1600ms {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.animated-delay-1800ms {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.animated-delay-2000ms {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.animated-delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated-delay-2200ms {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.animated-delay-2400ms {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}
/*---------------------------------------------
    Tooltips
----------------------------------------------*/
.tooltip {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-shadow: none;
}
.tooltip-inner {
  max-width: 350px;
  padding: 5px 13px;
  background-color: #616161;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #616161;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #616161;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #616161;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #616161;
}
.tooltip.success .tooltip-inner {
  background-color: #46be8a;
}
.tooltip.success.top .tooltip-arrow {
  border-top-color: #46be8a;
}
.tooltip.success.left .tooltip-arrow {
  border-left-color: #46be8a;
}
.tooltip.success.right .tooltip-arrow {
  border-right-color: #46be8a;
}
.tooltip.success.bottom .tooltip-arrow {
  border-bottom-color: #46be8a;
}
.tooltip.warning .tooltip-inner {
  background-color: #ffc94c;
}
.tooltip.warning.top .tooltip-arrow {
  border-top-color: #ffc94c;
}
.tooltip.warning.left .tooltip-arrow {
  border-left-color: #ffc94c;
}
.tooltip.warning.right .tooltip-arrow {
  border-right-color: #ffc94c;
}
.tooltip.warning.bottom .tooltip-arrow {
  border-bottom-color: #ffc94c;
}
.tooltip.info .tooltip-inner {
  background-color: #0288D1;
}
.tooltip.info.top .tooltip-arrow {
  border-top-color: #0288D1;
}
.tooltip.info.left .tooltip-arrow {
  border-left-color: #0288D1;
}
.tooltip.info.right .tooltip-arrow {
  border-right-color: #0288D1;
}
.tooltip.info.bottom .tooltip-arrow {
  border-bottom-color: #0288D1;
}
.tooltip.danger .tooltip-inner {
  background-color: #ef5350;
}
.tooltip.danger.top .tooltip-arrow {
  border-top-color: #ef5350;
}
.tooltip.danger.left .tooltip-arrow {
  border-left-color: #ef5350;
}
.tooltip.danger.right .tooltip-arrow {
  border-right-color: #ef5350;
}
.tooltip.danger.bottom .tooltip-arrow {
  border-bottom-color: #ef5350;
}
.tooltip.accent .tooltip-inner {
  background-color: #82724d;
}
.tooltip.accent.top .tooltip-arrow {
  border-top-color: #82724d;
}
.tooltip.accent.left .tooltip-arrow {
  border-left-color: #82724d;
}
.tooltip.accent.right .tooltip-arrow {
  border-right-color: #82724d;
}
.tooltip.accent.bottom .tooltip-arrow {
  border-bottom-color: #82724d;
}
.tooltip.primary .tooltip-inner {
  background-color: #232227;
}
.tooltip.primary.top .tooltip-arrow {
  border-top-color: #232227;
}
.tooltip.primary.left .tooltip-arrow {
  border-left-color: #232227;
}
.tooltip.primary.right .tooltip-arrow {
  border-right-color: #232227;
}
.tooltip.primary.bottom .tooltip-arrow {
  border-bottom-color: #232227;
}
.tooltip.secondary .tooltip-inner {
  background-color: #9E9E9E;
}
.tooltip.secondary.top .tooltip-arrow {
  border-top-color: #9E9E9E;
}
.tooltip.secondary.left .tooltip-arrow {
  border-left-color: #9E9E9E;
}
.tooltip.secondary.right .tooltip-arrow {
  border-right-color: #9E9E9E;
}
.tooltip.secondary.bottom .tooltip-arrow {
  border-bottom-color: #9E9E9E;
}
/*---------------------------------------------
    Popovers
----------------------------------------------*/
.popover {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #232227;
  border-bottom: 0px solid #ebebeb;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #ffffff;
}
.popover-content {
  padding: 9px 14px;
}
.popover.top > .arrow {
  border-top-color: #dddddd;
}
.popover.left > .arrow {
  border-left-color: #dddddd;
}
.popover.right > .arrow {
  border-right-color: #dddddd;
}
.popover.bottom > .arrow {
  border-bottom-color: #dddddd;
}
.popover.success .popover-title {
  background: #46be8a;
}
.popover.warning .popover-title {
  background: #ffc94c;
}
.popover.danger .popover-title {
  background: #ef5350;
}
.popover.info .popover-title {
  background: #0288D1;
}
.popover.accent .popover-title {
  background: #82724d;
}
.popover.primary .popover-title {
  background: #232227;
}
.popover.secondary .popover-title {
  background: #9E9E9E;
}
.popover.top > .arrow:after {
  border-top-color: #f5f5f5;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #f5f5f5;
}
.popover.left > .arrow:after {
  border-left-color: #f5f5f5;
}
.popover.right > .arrow:after {
  border-right-color: #f5f5f5;
}
[popover] {
  cursor: hand;
  cursor: pointer;
}
/*---------------------------------------------
      Nestable list
----------------------------------------------*/
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
.dd-handle {
  display: block;
  height: 45px;
  margin: 15px 0 0 0;
  padding: 9px 12px;
  text-decoration: none;
  border: 1px solid #dddddd;
  background: #eeeeee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.dd-handle:hover {
  color: #232227;
  background: #fff;
}
.dd-item {
  cursor: move;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 25px;
  margin: 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #cccccc;
  border: 1px dashed #bababa;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-placeholder {
  border: 2px dashed #bdbdbd;
  background-color: #eeeeee;
}
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  padding: 5px;
}
@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #232227 !important;
}
/*---------------------------------------------
      Accordions
----------------------------------------------*/
.panel-default > .panel-heading,
.panel-group .panel {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #f5f5f5;
}
.transparent .panel-default > .panel-heading,
.transparent .panel-group .panel {
  background-color: transparent;
}
.panel-default {
  border-color: #E0E0E0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f5f5;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  display: block;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: none;
  text-decoration: none;
  display: block;
}
.panel-heading .panel-title a {
  padding: 15px 15px;
  display: block;
  background-color: #f5f5f5;
}
.transparent .panel-heading .panel-title a {
  background-color: transparent;
}
.panel-heading {
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
}
.panel-heading .panel-title i {
  color: #999999;
  font-size: 12px;
  margin-right: 5px;
}
/*primary*/
.accordion.primary .panel-group .panel-default .panel-heading,
.accordion.primary .panel-group .panel-default .panel-heading a {
  background-color: #232227;
  color: #ffffff;
  border-color: #232227;
}
.accordion.primary .panel-group .panel-default {
  border-color: #232227;
}
.accordion.primary .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f5f5;
}
.accordion.primary .panel-group .panel-heading .panel-title i {
  color: #fafafa;
}
/*transparent*/
.accordion.transparent .panel-group .panel-default .panel-heading {
  background-color: transparent;
  color: #333333;
  border-color: #E0E0E0;
}
.accordion.transparent .panel-group .panel-default {
  border-color: #E0E0E0;
}
.accordion.transparent .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f5f5;
}
/*collapsed*/
.accordion.collapsed .panel-group .panel + .panel {
  margin: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.accordion.collapsed .panel-group .panel-default {
  border-bottom: 0px;
}
.accordion.collapsed .panel-group .panel-default:last-child {
  border-bottom: 1px solid #E0E0E0;
}
/*---------------------------------------------
      Tabs
----------------------------------------------*/
.nav-tabs > li.active > a i,
.nav-tabs > li.active > a:hover i,
.nav-tabs > li.active > a:focus i {
  color: #616161;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs > li > a {
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #f5f5f5;
  color: #333333;
  margin-right: 5px;
}
.nav-tabs > li > a i {
  color: #999999;
  font-size: 14px;
  margin-right: 5px;
}
.nav-tabs.nav-justified,
.nav-tabs {
  border-bottom: 1px solid #E0E0E0;
}
.nav-tabs.nav-justified li a,
.nav-tabs li a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a:hover {
  border-color: #E0E0E0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fafafa;
}
.tab-content {
  padding: 15px;
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  border-top: 0px;
}
.nav-tabs.nav-justified > li:last-child > a {
  margin-right: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #E0E0E0;
  border-bottom-color: transparent;
  background-color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #E0E0E0;
}
.nav.primary .open > a,
.nav.primary .open > a:hover,
.nav.primary .open > a:focus {
  background-color: #232227;
  border-color: #232227;
  color: #ffffff;
}
/*transparent*/
.tab-container.transparent .nav-tabs > li > a {
  background-color: transparent;
}
.nav.transparent > li > a:hover,
.nav.transparent > li > a:focus {
  background-color: transparent;
}
.tab-container.transparent .nav-tabs > li.active > a,
.tab-container.transparent .nav-tabs > li.active > a:hover,
.tab-container.transparent .nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-bottom-color: transparent;
}
/*primary*/
.tab-container.primary .nav-tabs > li > a i {
  color: #fafafa;
}
.tab-container.primary .nav-tabs > li.active > a i,
.tab-container.primary .nav-tabs > li.active:hover > a i,
.tab-container.primary .nav-tabs > li.active:focus > a i {
  color: #616161;
}
.tab-container.primary .nav-tabs > li:focus > a i,
.tab-container.primary .nav-tabs > li:hover > a i {
  color: #fafafa;
}
.tab-container.primary .nav-tabs > li > a {
  background-color: #232227;
  color: #ffffff;
  border: 1px solid #232227;
}
.nav.primary > li > a:hover,
.nav.primary > li > a:focus {
  background-color: #fafafa;
  color: #616161;
  border-bottom-color: transparent;
}
.tab-container.primary .nav-tabs > li.active > a,
.tab-container.primary .nav-tabs > li.active > a:hover,
.tab-container.primary .nav-tabs > li.active > a:focus {
  color: #616161;
  background-color: #fff;
  border: 1px solid #232227;
  border-bottom-color: transparent;
}
.tab-container.primary .nav-tabs {
  border-bottom: 1px solid #232227;
}
.tab-container.primary .tab-content {
  border: 1px solid #232227;
  border-top: 0px;
}
/*horizontal right aligned*/
.tab-container.right-aligned .nav-tabs li {
  float: right;
}
.tab-container.right-aligned .nav-tabs li a {
  margin-right: 0px;
  margin-left: 5px;
}
/*vertical */
.tab-container.vertical .nav-stacked {
  border: 1px solid #E0E0E0;
  border-bottom: 0px solid transparent;
}
.tab-content {
  padding: 15px;
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  border-top: 0px;
}
/*---------------------------------------------
      UI Grid
----------------------------------------------*/
.ui-grids .panel {
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #f5f5f5;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.ui-grids .row .col-lg-1 .panel-body {
  padding: 11px;
}
/*---------------------------------------------
      FULL UI Calendar
----------------------------------------------*/
.content-calendar {
  padding-top: 45px;
}
.fc-view .fc-widget-header,
.fc-view .fc-widget-content {
  background-color: #ffffff !important;
}
.fc-view .fc-event {
  padding: 7px 9px !important;
  font-size: 14px !important;
}
.fc-overlay .panel {
  background-color: #f5f5f5 !important;
}
.fc-button {
  min-height: 34px;
  outline: none;
}
.fc-button:hover,
.fc-button:focus,
.fc-button:active {
  outline: none;
}
.fc-state-default {
  background-color: #f5f5f5;
  background-image: none;
  border-color: #E0E0E0;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0px 0 0 0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #E0E0E0;
}
.fc th {
  padding: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  background-color: #847f9f;
}
.fc .fc-content-skeleton td {
  padding: 3px 5px 0px 5px;
}
.fc-event-container .fc-event,
.fc-draggable {
  border: 0px solid transparent;
  padding: 5px;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
  background-color: #82724d;
}
.fc-row table td {
  min-height: 120px;
}
.fc-unthemed .fc-today {
  background: rgba(132, 127, 159, 0.1);
}
.fc-scroller {
  overflow-y: auto !important;
  overflow-x: auto !important;
  height: auto !important;
}
.fc-view-container,
.fc-widget-content {
  background-color: #f5f5f5;
}
.fc-toolbar h2 {
  color: #ffffff !important;
}
.fc-toolbar {
  color: #fff !important;
  background-color: #232227 !important;
  border-radius: 0px 0px 0 0 !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.fc th {
  color: #ffffff !important;
}
.fc-view .fc-widget-header {
  color: #787878 !important;
  background-color: #FFFFFF !important;
}
.fc-events h4 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.fc-events .event {
  background-color: #ffffff;
  border-left: 2px solid #847f9f;
  padding: 10px 10px;
  margin-bottom: 5px;
}
.fc-events .event input,
.fc-events .event input:focus {
  border: 0px solid transparent;
  border-bottom: 1px solid #eeeeee;
  padding-left: 0px;
  background-color: transparent;
}
.fc-events .event .fa {
  color: #cccccc;
  cursor: hand;
  cursor: pointer;
}
.fc-toolbar {
  height: 50px;
  color: #fff;
  background-color: #23b7e5;
  border-radius: 3px 3px 0 0;
  margin: 0;
}
.fc-toolbar .fc-button {
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  height: 50px;
  line-height: 28px;
  padding: 10px;
}
.fc-toolbar h2 {
  font-size: 20px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
}
.fc-overlay {
  display: none;
}
/*---------------------------------------------
      Timeline Centered Style
----------------------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #82724d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  background-color: transparent;
  border: 0px solid #E0E0E0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0px;
  position: relative;
  margin-left: -15px;
  z-index: 11;
  top: 23px;
}
/*
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 21px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #E0E0E0;
    border-right: 0 solid #E0E0E0;
    border-bottom: 15px solid transparent;
}
*/
/*.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 22px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid @primary;
    border-right: 0 solid @primary;
    border-bottom: 14px solid transparent;
    content: " ";
}*/
.timeline > li > .timeline-panel .timeline-heading {
  padding: 25px 15px 0px 15px;
  background-color: #f5f5f5;
  color: #757575;
  margin-top: 0px;
}
.timeline > li > .timeline-panel .timeline-heading h3 {
  font-size: 21px;
  margin-bottom: 0px;
  color: #212121;
}
.timeline-img {
  width: 100%;
  margin-top: 25px;
}
.timeline > li > .timeline-panel .timeline-body {
  padding: 10px 15px 15px 15px;
  background-color: #f5f5f5;
}
.timeline > li > .timeline-panel .timeline-body .date {
  font-size: 80%;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 25px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #82724d;
  z-index: 10;
  border: 3px solid #FFFFFF;
}
.timeline > li > .timeline-badge i {
  font-size: 21px;
  line-height: 35px;
  color: #ffffff;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  margin-right: -15px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #232227 !important;
}
.timeline-badge.success {
  background-color: #46be8a !important;
}
.timeline-badge.warning {
  background-color: #ffc94c !important;
}
.timeline-badge.danger {
  background-color: #ef5350 !important;
}
.timeline-badge.info {
  background-color: #0288D1 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  margin-bottom: 5px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-time {
  padding: 5px 21px;
  background-color: #f5f5f5;
  display: inline-block;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*-----------------------------------------
    Pricing Tables
------------------------------------------*/
.pricing-tables .price-pack.recommended .head {
  margin-bottom: 20px;
}
.pricing-tables.compress .col-sm-4,
.pricing-tables.compress .col-md-4,
.pricing-tables.compress .col-sm-3,
.pricing-tables.compress .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}
.pricing-tables.compress .price-pack {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.pricing-tables.compress .price-pack .head {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.price-pack {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  min-height: 100px;
  background: #fff;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center;
}
.price-pack .head {
  padding: 15px 20px;
  background: #f5f5f5;
  color: #757575;
}
.price-pack {
  border: 1px solid #fafafa;
  border-top: 0px;
  border-bottom: 0px;
}
.compress .price-pack {
  border: 0px solid #fafafa;
}
.price-pack .head h3 {
  color: #757575;
  font-weight: bold;
  font-size: 18px;
}
.recommended.price-pack .head h3 {
  color: #ffffff;
}
.price-pack .head h1,
.price-pack .head h2,
.price-pack .head h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.price-pack .price {
  border-top: 0px solid #E0E0E0;
  margin: 15px auto 0px auto;
  width: 80%;
  padding-top: 15px;
}
.price-pack .price h3 {
  font-size: 82px;
  vertical-align: top;
  line-height: 1;
}
.price-pack .price h3 span {
  font-size: 38px;
  vertical-align: top;
  position: relative;
  margin: 6px 0 0 -7px;
  display: inline-block;
}
.price-pack .price h4 {
  color: #aaa;
  font-size: 14px;
}
.price-pack .btn {
  text-transform: uppercase;
}
.price-pack ul {
  padding: 15px 30px 30px 15px;
  margin-bottom: 0px;
}
.price-pack ul li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.price-pack ul li a {
  text-decoration: underline;
  color: #e6e9ed;
}
.price-pack ul li:last-child {
  border-bottom: none;
}
.price-pack ul strong {
  font-weight: 700;
}
.price-pack.recommended {
  margin-top: 6px;
  box-shadow: 0 0 6px rgba(100, 100, 100, 0.42);
  position: relative;
  z-index: 99;
  background-color: #fafafa;
}
.price-pack.recommended .head {
  background: #232227;
}
/*---------------------------------------------
     jVector Maps
----------------------------------------------*/
.jvectormap-container {
  width: 100% !important;
  height: 100% !important;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 16px !important;
  height: 16px !important;
}
/*-----------------------------------------------------------
    List Group
----------------------------------------------------------*/
.list-group {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  background-color: #ffffff;
  border-color: #E0E0E0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: none;
  background-image: none;
  border-color: #232227;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  background-color: #232227;
  border-color: #232227;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: #ffffff;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #E0E0E0;
}
.list-group-item .list-group-item-text {
  color: #999999;
}
.list-group-item .list-group-item-heading {
  color: #616161;
}
/*-----------------------------------------------------------
    Breadcrumbs
----------------------------------------------------------*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.breadcrumb,
.breadcrumb a {
  color: #757575;
}
.breadcrumb .fa {
  font-size: 14px;
  margin-right: 5px;
}
.breadcrumb.bg {
  background-color: #f5f5f5;
}
.breadcrumb.border {
  border: 1px solid #E0E0E0;
  background-color: transparent;
}
.breadcrumb.primary,
.breadcrumb.primary a,
.breadcrumb.primary li.active {
  color: #232227;
}
.breadcrumb.auto-hidden li a.collapsed {
  width: 50px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb.auto-hidden li a {
  width: auto;
  white-space: nowrap;
  display: inline-block;
}
.breadcrumb > li,
.breadcrumb li a {
  vertical-align: top;
}
/*-----------------------------------------------------------
    Pagination
----------------------------------------------------------*/
.pagination {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0 0 20px 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #757575;
  background-color: #f5f5f5;
  border-color: #E0E0E0;
}
.pagination > li > a,
.pagination > li > span {
  color: #757575;
  border: 1px solid #E0E0E0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #232227;
  border-color: #232227;
}
.pager li > a,
.pager li > span {
  border: 1px solid #E0E0E0;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #f5f5f5;
}
.pager.primary li > a,
.pager.primary li > span {
  border: 1px solid #232227;
  color: #ffffff;
  background-color: #232227;
}
.pager.primary li > a:hover,
.pager.primary li > a:focus {
  background-color: #00837a;
}
/*-----------------------------------------------------------
    Labels
----------------------------------------------------------*/
.label {
  padding: 0.5em 0.9em 0.5em;
  font-size: 75%;
  font-weight: 400;
  color: #fff;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-shadow: none;
  vertical-align: bottom;
  display: inline-block;
}
.label .fa {
  font-size: 100%;
  margin-right: 5px;
}
.label-secondary {
  background-color: #9E9E9E;
}
.label-primary {
  background-color: #232227;
}
.label-accent {
  background-color: #82724d;
}
.label-info {
  background-color: #0288D1;
}
.label-warning {
  background-color: #ffc94c;
}
.label-danger {
  background-color: #ef5350;
}
.label-success {
  background-color: #46be8a;
}
.uilabels .label {
  display: inline-block;
  margin: 5px 5px 0 0;
}
.uilabels.text-md {
  font-size: 16px;
}
.uilabels.text-lg {
  font-size: 18px;
}
/*-----------------------------------------------------------
    Badges
----------------------------------------------------------*/
.badge {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #777;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.badge.badge-md {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.badge.badge-lg {
  font-size: 17px;
  padding: 7px 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.badge .fa {
  font-size: 12px;
}
.badge.badge-md .fa {
  font-size: 14px;
}
.badge.badge-lg .fa {
  font-size: 17px;
}
.badge-secondary {
  background-color: #9E9E9E;
  color: #ffffff;
}
.badge-primary {
  background-color: #232227;
  color: #ffffff;
}
.badge-accent {
  background-color: #82724d;
  color: #ffffff;
}
.badge-info {
  background-color: #0288D1;
  color: #ffffff;
}
.badge-warning {
  background-color: #ffc94c;
  color: #ffffff;
}
.badge-danger {
  background-color: #ef5350;
  color: #ffffff;
}
.badge-success {
  background-color: #46be8a;
  color: #ffffff;
}
.rank-badge {
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.rank-badge i {
  font-size: 17px!important;
  margin-right: 5px;
}
.rank-badge.badge-success {
  background-color: #00b000;
}
.rank-badge.badge-accent {
  background-color: #FF5722;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #232227;
}
.nav-pills > li > a {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.uibadges .badge {
  margin: 5px 5px 0 0;
}
/*-----------------------------------------------------------
    Easy PIE Charts
----------------------------------------------------------*/
.easypiechart {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 200px;
  margin-bottom: 15px;
}
.easypiechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easypiechart .percent {
  display: inline-block;
  line-height: 200px;
  z-index: 2;
  font-size: 1.8em;
  width: 100%;
}
.easypiechart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
/*-----------------------------------------------------------
    Sparkline Charts
----------------------------------------------------------*/
.jqstooltip {
  font: 12px arial, san serif !important;
  padding: 15px !important;
  border: 0px solid white !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
.jqsfield {
  font: 12px arial, san serif !important;
}
/*Rickshaw charts*/
.rickshaw_legend .label:after {
  content: "";
  opacity: 0;
}
.rickshaw_legend .action {
  color: #757575;
  opacity: 1 !important;
  margin-right: 10px;
}
/*Graph Axis Color Box*/
.graph_axis_color span {
  position: relative;
  top: 2px;
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.graph_axis_color {
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 15px;
}
/*-----------------------------------------------------------
    Carousel
----------------------------------------------------------*/
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 1px;
  background-color: #f5f5f5;
}
.carousel-indicators {
  bottom: 15px;
  margin-bottom: 0px;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  margin: 2px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  width: 15%;
  color: #f5f5f5;
  text-align: center;
  text-shadow: 0;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #f5f5f5;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-caption {
  width: 100%;
  padding: 60px;
  text-align: center;
  padding-bottom: 15px;
  background: transparent;
}
.carousel-caption {
  position: absolute;
  z-index: 10;
  padding: 60px 30px 30px 30px;
  color: #f5f5f5;
  text-align: left;
  text-shadow: none;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}
.carousel-caption h3,
.carousel-caption p {
  color: #ffffff;
  text-shadow: none;
  width: auto;
  display: inline-block;
}
.carousel-caption .clearfix {
  width: 100%;
  clear: both;
}
.carousel-caption h3 {
  font-size: 30px;
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
}
.carousel-caption p {
  background: transparent;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0px 15px;
  font-weight: 300;
  color: #f5f5f5;
}
.carousel-demo .carousel-inner > .item > a > img,
.carousel-demo .carousel-inner > .item > img,
.carousel-demo .img-responsive,
.carousel-demo .thumbnail a > img,
.thumbnail > img {
  width: 100%;
}
/*-------------------------------------------------------------
  Visibility Animation in Elements (Viewport)
---------------------------------------------------------------*/
.inviewport,
.hiddenthis {
  opacity: 0;
}
.inviewport.visible {
  opacity: 1;
}
/*----------------------------------------
    UI Dropdowns
------------------------------------------*/
.ui-dropdowns .btn-group {
  margin: 0 15px 15px 0;
}
/*
.bg-muted{ background: #E0E0E0; padding: 3px 8px;}
.bg-primary{ background: @primary; padding: 3px 8px; color: #ffffff;} @primary
.bg-info{ background: rgba(35,183,229,1.0); padding: 3px 8px; color: #ffffff;} #23b7e5
.bg-warning{ background: @warning; padding: 3px 8px; color: #ffffff;}
.bg-danger{ background: rgba(240,80,80,1.0); padding: 3px 8px; color: #ffffff;} #f05050
.bg-success{ background: rgba(102,189,120,1.0); padding: 3px 8px; color: #ffffff;} #66bd78
.bg-accent{ background: @accent; padding: 3px 8px; color: #ffffff;} @accent
.bg-secondary{ background: rgba(169,169,169,1.0); padding: 3px 8px; color: #616161;} #a9a9a9

@warning - @warning
*/
/*
.screen-type {
    display: block;
    width: 30px;
    height: 30px;
    padding: 3px 8px;
    color: #ffffff;
    position: fixed;
    z-index: 9999999999999999999999999;
    top: 0px;
    right: 0px;
    font-size: 12px;
}
.screen-type.visible-xs {
    background-color: rgba(102, 189, 120, 0.7);
}
.screen-type.visible-sm {
    background-color: rgba(35, 183, 229, 0.7);
}
.screen-type.visible-md {
    background-color: rgba(240, 80, 80, 0.7);
}
.screen-type.visible-lg {
    background-color: rgba(132,127,159,.7);
}
*/
/*------------------------------------
    Angular navigation menu
-------------------------------------*/
.active .wraplist-sub .wraplist-sub {
  display: none;
}
.active > .wraplist-sub > .active > .wraplist-sub {
  display: block;
}
.wraplist-sub,
.active .wraplist-sub .wraplist-sub {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.active > .wraplist-sub,
.active > .wraplist-sub > .active > .wraplist-sub,
.app-aside-folded li:hover > .wraplist-sub,
.app-aside-folded li:focus > .wraplist-sub,
.app-aside-folded li:active > .wraplist-sub {
  height: auto !important;
  margin-left: 0;
  overflow: auto;
  opacity: 1;
}
.wraplist-sub-header {
  display: none !important;
}
/*------------------------------------
    angular perfect scrollbar
-------------------------------------*/
.page-topbar li .dropdown-menu .ps-scrollbar {
  padding: 0 30px;
  overflow: hidden;
  max-height: 300px;
  height: 300px;
  position: relative;
}
.search_data .ps-scrollbar {
  overflow: hidden;
  max-height: 800px;
  height: 800px;
  position: relative;
}
.search_data.ecommerce_product_data .ps-scrollbar,
.search_data.music_genre_data .ps-scrollbar {
  max-height: 1400px;
  height: 1400px;
}
.ps-messages-widget {
  overflow: hidden;
  max-height: 500px;
  height: 500px;
  position: relative;
}
.ps-calendar-events {
  padding-right: 20px;
  overflow: hidden;
  max-height: 530px;
  height: 530px;
  position: relative;
  margin-bottom: 30px;
}
.ps-project-tasks {
  overflow: hidden;
  height: 150px;
  position: relative;
}
.ps-project-tasks .task {
  margin-bottom: 5px;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  z-index: 5;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 5px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #82828a;
  border-radius: 0px;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 5px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #82828a;
  border-radius: 0px;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(130, 130, 138, 0.9);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(130, 130, 138, 0.9);
}
/*------------------------------------
    easyPieChart
-------------------------------------*/
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart > div {
  position: relative;
  z-index: 1;
}
.easyPieChart > div .text {
  position: absolute;
  top: 60%;
  width: 100%;
  line-height: 1;
}
.easyPieChart > div img {
  margin-top: -4px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/*------------------------------------
    checkboxes and radio buttons
-------------------------------------*/
.icheck {
  padding-left: 20px;
  cursor: pointer;
}
.icheck input {
  position: absolute;
  margin-left: -20px;
  opacity: 0;
}
.icheck input:checked {
  font-size: 18px!important;
}
.icheck input:checked + i:before {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  /*font-size: 18px!important;*/
}
.icheck input[type="radio"]:checked + i:before {
  content: "\f111";
  font: normal normal normal 9px/1 FontAwesome;
  top: 4px;
  left: 5px;
}
.icheck input:checked + span .active {
  display: inherit;
}
.icheck input[type="radio"] + i,
.icheck input[type="radio"] + i:before {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.icheck input[disabled] + i,
fieldset[disabled] .icheck input + i {
  border-color: #cccccc !important;
}
.icheck input[disabled] + i:before,
fieldset[disabled] .icheck input + i:before {
  color: #cccccc !important;
}
.icheck > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: transparent;
}
.icheck > i:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.icheck input[type="radio"] + i:before {
  top: 4px;
  left: 5px;
  content: "";
  font: normal normal normal 9px/1 FontAwesome;
}
.icheck > span {
  margin-left: -20px;
}
.icheck > span .active {
  display: none;
}
.icheck-sm input + i:before {
  top: 0px;
  left: 0px;
  width: 8;
  height: 8;
  content: "";
}
.icheck-sm input:checked + i:before {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  font: normal normal normal 10px/1 FontAwesome;
}
.icheck-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px;
}
.icheck-lg input + i:before {
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  content: "";
}
.icheck-lg input:checked + i:before {
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  font: normal normal normal 16px/1 FontAwesome;
}
.icheck-lg input[type="radio"] + i:before {
  top: 8px;
  left: 9px;
  width: 12px;
  height: 12px;
}
.icheck-lg input[type="radio"]:checked + i:before {
  top: 8px;
  left: 9px;
  width: 12px;
  height: 12px;
  font: normal normal normal 12px/1 FontAwesome;
}
.icheck-sm input[type="radio"] + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
}
.icheck-sm input[type="radio"]:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  font: normal normal normal 6px/1 FontAwesome;
}
.icheck-lg > i {
  width: 30px;
  height: 30px;
}
/*icheck colors*/
.icheck input:checked + i {
  border-color: #232227;
}
.icheck input:checked + i:before {
  color: #232227;
}
.icheck > i {
  border: 1px solid #232227;
}
.icheck.icheck-white input:checked + i {
  border-color: #ffffff;
}
.icheck.icheck-white input:checked + i:before {
  color: #ffffff;
}
.icheck.icheck-white > i {
  border: 1px solid #ffffff;
}
.icheck.icheck-accent input:checked + i {
  border-color: #82724d;
}
.icheck.icheck-accent input:checked + i:before {
  color: #82724d;
}
.icheck.icheck-accent > i {
  border: 1px solid #82724d;
}
.icheck.icheck-success input:checked + i {
  border-color: #46be8a;
}
.icheck.icheck-success input:checked + i:before {
  color: #46be8a;
}
.icheck.icheck-success > i {
  border: 1px solid #46be8a;
}
.icheck.icheck-danger input:checked + i {
  border-color: #ef5350;
}
.icheck.icheck-danger input:checked + i:before {
  color: #ef5350;
}
.icheck.icheck-danger > i {
  border: 1px solid #ef5350;
}
.icheck.icheck-info input:checked + i {
  border-color: #0288D1;
}
.icheck.icheck-info input:checked + i:before {
  color: #0288D1;
}
.icheck.icheck-info > i {
  border: 1px solid #0288D1;
}
.icheck.icheck-warning input:checked + i {
  border-color: #ffc94c;
}
.icheck.icheck-warning input:checked + i:before {
  color: #ffc94c;
}
.icheck.icheck-warning > i {
  border: 1px solid #ffc94c;
}
/*------------------------------------
    CSS switches
-------------------------------------*/
.iswitch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 0px;
}
.iswitch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.iswitch input:checked + i:before {
  top: 50%;
  right: 5px;
  bottom: 50%;
  left: 50%;
  border-width: 0;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.iswitch input:checked + i:after {
  margin-left: 16px;
}
.iswitch i:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  content: "";
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}
.iswitch i:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  transition: margin-left 0.3s;
}
.iswitch-md {
  width: 40px;
  height: 24px;
}
.iswitch-md input:checked + i:after {
  margin-left: 17px;
}
.iswitch-md i:after {
  width: 22px;
}
.iswitch-lg {
  width: 50px;
  height: 30px;
}
.iswitch-lg input:checked + i:after {
  margin-left: 21px;
}
.iswitch-lg i:after {
  width: 28px;
}
.form-switches .iswitch {
  margin-bottom: 15px;
  margin-right: 15px;
}
/*------------------------------------
    Sortable list and grid
-------------------------------------*/
.sortable-list li {
  margin-bottom: 15px;
  cursor: move;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.nestable-list li i,
.sortable-list li i {
  margin-top: 3px;
  opacity: 0.7;
}
.sortable-grid li i {
  top: 5px;
  position: absolute;
  right: 5px;
  opacity: 0.5;
}
.nestable-list li:hover i,
.sortable-list li:hover i,
.sortable-grid li:hover i {
  opacity: 1;
}
.sortable-grid li {
  height: 100px;
  padding: 35px;
  margin-bottom: 15px;
  margin-right: 15px;
  cursor: move;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.sortable-list li.sortable-dragging,
.sortable-grid li.sortable-dragging {
  background-color: #232227;
  color: #fcfcfc;
}
.sortable-list li:hover,
.sortable-grid li:hover {
  background-color: #ffffff;
}
.sortable-list .sortable-placeholder {
  height: 35px;
  border: 2px dashed #bdbdbd;
}
.sortable-grid .sortable-placeholder {
  width: 25%;
  border: 2px dashed #bdbdbd;
}
/*------------------------------------
    Bootstrap Touchspin
-------------------------------------*/
.bootstrap-touchspin .input-group-btn-vertical > .btn,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-top-right-radius: 0px !important;
  padding: 8px 10px 9px 10px !important;
  border-bottom-right-radius: 0px !important;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px !important;
  left: 7px !important;
}
.focus .bootstrap-touchspin-down,
.focus .bootstrap-touchspin-up {
  border-bottom: 2px solid #232227;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  height: 32px;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  padding: 7px 7px 0 0;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  padding: 7px 0px 0 7px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  box-shadow: none !important;
}
/*------------------------------------
    Bootstrap Chosen
-------------------------------------*/
.chosen-container.chosen-container-multi,
.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active,
.chosen-container-single .chosen-single,
.chosen-container-active .chosen-choices {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-color: #e1e1e1 !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border: 0px solid transparent !important;
  border-bottom: 2px solid #e1e1e1 !important;
}
.chosen-container-multi .chosen-choices {
  border-color: #e1e1e1 !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  border: 0px solid transparent !important;
  border-bottom: 0px solid #e1e1e1 !important;
}
.chosen-container-multi .chosen-choices .search-choice {
  background-color: #0288D1 !important;
  border: 0px solid #cccccc !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  padding: 0.7em 2em 0.5em 0.9em !important;
  font-size: 75% !important;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  top: 8px !important;
  right: 6px !important;
}
/*----------------------------
    Videogular Music Player
----------------------------*/
videogular vg-controls #controls-container {
  opacity: 1 !important;
  filter: none !important;
}
videogular vg-controls {
  top: auto !important;
  bottom: 0;
}
videogular vg-video {
  font-size: 0;
  height: auto !important;
}
videogular vg-poster-image img {
  width: 100% !important;
}
videogular .iconButton {
  font-family: 'FontAwesome' !important;
}
videogular.audio .iconButton,
videogular.audio vg-timedisplay {
  font-size: 16px;
}
videogular vg-scrubbar > div {
  position: relative;
}
videogular vg-title {
  position: absolute;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
}
videogular vg-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
.app-footer videogular vg-play-pause-button,
.app-footer [videogular] vg-play-pause-button {
  color: #ffffff;
}
videogular .iconButton:focus {
  border-width: 0 !important;
}
videogular vg-overlay-play .play:before {
  content: "\f04b" !important;
}
/* Controlbar icons */
videogular vg-play-pause-button .play:before {
  content: "\f04b" !important;
}
videogular vg-play-pause-button .pause:before {
  content: "\f04c" !important;
}
videogular vg-fullscreenButton .enter:before {
  content: "\f065" !important;
}
videogular vg-fullscreenButton .exit:before {
  content: "\f066" !important;
}
videogular vg-mute-button .level3:before,
[videogular] vg-mute-button .level3:before {
  content: "\f028" !important;
}
videogular vg-mute-button .level2:before,
[videogular] vg-mute-button .level2:before {
  content: "\f028" !important;
}
videogular vg-mute-button .level1:before,
[videogular] vg-mute-button .level1:before {
  content: "\f027" !important;
}
videogular vg-mute-button .level0:before,
[videogular] vg-mute-button .level0:before {
  content: "\f027" !important;
}
videogular vg-mute-button .mute:before,
[videogular] vg-mute-button .mute:before {
  content: "\f026" !important;
}
.app-footer {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 1005;
}
.app-footer.app-footer-fixed {
  position: fixed;
  left: 200px;
}
@media only screen and (max-width: 400px) {
  .app-footer.app-footer-fixed.sidebar_shift,
  .app-footer.app-footer-fixed.chat_shift {
    left: 60px;
  }
}
.app-footer videogular vg-time-display,
.app-footer [videogular] vg-time-display {
  font-size: 13px;
}
.app-footer videogular,
.app-footer [videogular] {
  background-color: rgba(55, 71, 79, 0.8);
}
.app-footer videogular vg-controls .controls-container,
.app-footer [videogular] vg-controls .controls-container {
  background-color: transparent;
}
.app-footer .videogular-container.audio,
.app-footer videogular vg-controls,
.app-footer [videogular] vg-controls {
  height: 40px !important;
}
.app-footer videogular vg-controls {
  top: -5px;
}
/*------------------------------
    New Mobile Menu - Since3.0.0
------------------------------*/
.mobile-pagetitle {
  display: none;
}
@media (max-width: 767px) {
  .page-topbar .quick-area .pagetitle {
    display: none;
  }
  .page-topbar .logo-area {
    width: 100%;
  }
  .page-topbar .quick-area .slantit {
    position: fixed;
    top: 0px;
    right: 15px;
  }
  .mobile-pagetitle h1 {
    background-color: #ffffff;
    padding: 15px 0px 15px 15px;
    font-size: 28px;
  }
  .mobile-pagetitle {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    padding: 0px;
    height: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .main-wrapper {
    margin-top: 0px;
  }
  .page-topbar .quick-area .pagetitle {
    width: 100%;
    left: 200px;
  }
  #main-content {
    /* margin-left: 60px; */
    z-index: 999;
  }
  .page-sidebar {
    z-index: 9999;
  }
  .content-wrapper {
    padding: 20px 0px 0 0px;
  }
  .content-wrapper.sponsors-listview {
    padding: 30px 20px 0 20px;
  }
  .page-topbar .quick-area .pagetitle,
  .page-topbar .quick-area .pagetitle h1 {
    background-color: #ececec;
    font-size: 28px;
    padding: 15px 15px 15px 15px;
  }
  .page-topbar .quick-area .pagetitle .line,
  .page-topbar .quick-area .pagetitle div,
  .page-topbar .quick-area .pagetitle h1:before {
    display: none;
  }
  /* quickleft */
  .page-topbar .quickleft {
    position: fixed;
    top: 0px;
    right: 150px;
  }
  .page-topbar .quick-area .info-menu li .dropdown-menu {
    right: 15px;
    position: fixed;
    top: 60px;
    left: auto;
  }
  .page-topbar .quick-area .info-menu li .dropdown-menu:before,
  .page-topbar .quick-area .info-menu li .dropdown-menu:after {
    display: none;
  }
  .page-topbar .quick-area .info-menu .open {
    background-color: #ffffff;
  }
  .page-topbar .quick-area .info-menu li a.toggle,
  .page-topbar .quick-area .info-menu li a.toggle_chat,
  .page-topbar .quick-area .info-menu li a.sidebar_toggle,
  .page-topbar .quick-area .info-menu li a.profile_toggle {
    color: #ffffff;
  }
  .page-topbar .quick-area .info-menu li.open a.toggle {
    color: #757575;
  }
  /* quickright */
  .page-topbar .quickright {
    position: fixed;
    top: 0px;
    right: 50px;
  }
  .info-menu .profile .profile-status,
  .profile-info .profile-image .profile-status {
    border-color: transparent;
    top: 3px !important;
    left: 18px !important;
  }
  .page-topbar .quick-area .info-menu li.dropdown.profile {
    top: -8px;
  }
  .page-topbar .quick-area .info-menu li.dropdown.profile a {
    top: 8px;
  }
  section .content-body {
    overflow: auto;
  }
  .page-topbar.chat_shift {
    margin-left: 0px !important;
  }
  .page-topbar.chat_shift .quick-area .pull-right {
    margin-right: 0px !important;
  }
  .page-topbar.chat_shift .quickleft,
  .page-topbar.chat_shift .quickright {
    display: none;
  }
  .page-chatapi .chatapi-head .toggle_chat {
    display: none;
  }
  .page-chatapi.showit .chatapi-head .toggle_chat {
    display: block;
  }
  .page-chatapi.showit .chatapi-head {
    padding: 0px;
  }
  .chatapi-head .toggle_chat {
    position: absolute;
    right: 20px;
    top: 3px;
    color: #ffffff;
    cursor: hand;
    cursor: pointer;
    font-size: 14px;
  }
  .chatapi-head .toggle_chat i {
    font-size: 18px;
  }
}
@media (max-width: 767px) and only screen and (max-width: 400px) {
  .page-topbar.sidebar_shift .quick-area .pagetitle,
  .page-topbar.chat_shift .quick-area .pagetitle {
    left: 60px;
  }
}
@media (max-width: 767px) and only screen and (max-width: 400px) {
  .page-topbar.sidebar_shift .logo-area {
    width: 100%;
    max-width: 100%;
    background-position: left top;
  }
}
@media (max-width: 500px) {
  .page-topbar .quickleft {
    display: none;
  }
}
.md-ripple-container {
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC") !important;
}
/*!
 * Material Design for Bootstrap 4
 * Version: MDB FREE 4.2.0
 *
 *
 * Copyright: Material Design for Bootstrap
 * http://mdbootstrap.com/
 *
 * Read the license: http://mdbootstrap.com/license/
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */
/*********************
  Mixins
**********************/
.mdb-color.lighten-5 {
  background-color: #D0D6E2 !important;
}
.mdb-color-text.text-lighten-5 {
  color: #D0D6E2 !important;
}
.mdb-color.lighten-4 {
  background-color: #B1BACE !important;
}
.mdb-color-text.text-lighten-4 {
  color: #B1BACE !important;
}
.mdb-color.lighten-3 {
  background-color: #929FBA !important;
}
.mdb-color-text.text-lighten-3 {
  color: #929FBA !important;
}
.mdb-color.lighten-2 {
  background-color: #7283A7 !important;
}
.mdb-color-text.text-lighten-2 {
  color: #7283A7 !important;
}
.mdb-color.lighten-1 {
  background-color: #59698D !important;
}
.mdb-color-text.text-lighten-1 {
  color: #59698D !important;
}
.mdb-color {
  background-color: #45526E !important;
}
.mdb-color-text {
  color: #45526E !important;
}
.mdb-color.darken-1 {
  background-color: #3B465E !important;
}
.mdb-color-text.text-darken-1 {
  color: #3B465E !important;
}
.mdb-color.darken-2 {
  background-color: #2E3951 !important;
}
.mdb-color-text.text-darken-2 {
  color: #2E3951 !important;
}
.mdb-color.darken-3 {
  background-color: #1C2A48 !important;
}
.mdb-color-text.text-darken-3 {
  color: #1C2A48 !important;
}
.mdb-color.darken-4 {
  background-color: #1C2331 !important;
}
.mdb-color-text.text-darken-4 {
  color: #1C2331 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red {
  background-color: #F44336 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.pink.lighten-5 {
  background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.pink.lighten-2 {
  background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.pink.lighten-1 {
  background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.pink {
  background-color: #e91e63 !important;
}
.pink-text {
  color: #e91e63 !important;
}
.pink.darken-1 {
  background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.pink.darken-2 {
  background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
  color: #c2185b !important;
}
.pink.darken-3 {
  background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.pink.darken-4 {
  background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
  color: #880e4f !important;
}
.pink.accent-1 {
  background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.pink.accent-2 {
  background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.pink.accent-3 {
  background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
  color: #f50057 !important;
}
.pink.accent-4 {
  background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
  color: #c51162 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.deep-purple {
  background-color: #673ab7 !important;
}
.deep-purple-text {
  color: #673ab7 !important;
}
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.deep-purple.accent-3 {
  background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.indigo.lighten-2 {
  background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.indigo {
  background-color: #3f51b5 !important;
}
.indigo-text {
  color: #3f51b5 !important;
}
.indigo.darken-1 {
  background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.indigo.darken-2 {
  background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.indigo.darken-3 {
  background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
  color: #283593 !important;
}
.indigo.darken-4 {
  background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.indigo.accent-1 {
  background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.indigo.accent-2 {
  background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.indigo.accent-3 {
  background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.indigo.accent-4 {
  background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue-text {
  color: #03a9f4 !important;
}
.light-blue.darken-1 {
  background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.light-blue.darken-3 {
  background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.light-blue.darken-4 {
  background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.light-blue.accent-4 {
  background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.cyan.lighten-3 {
  background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.cyan.lighten-1 {
  background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.cyan {
  background-color: #00bcd4 !important;
}
.cyan-text {
  color: #00bcd4 !important;
}
.cyan.darken-1 {
  background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.cyan.darken-2 {
  background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.cyan.darken-3 {
  background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
  color: #00838f !important;
}
.cyan.darken-4 {
  background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
  color: #006064 !important;
}
.cyan.accent-1 {
  background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.cyan.accent-2 {
  background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.cyan.accent-3 {
  background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green {
  background-color: #4CAF50 !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.light-green.lighten-2 {
  background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.light-green {
  background-color: #8bc34a !important;
}
.light-green-text {
  color: #8bc34a !important;
}
.light-green.darken-1 {
  background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.light-green.darken-2 {
  background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.light-green.darken-3 {
  background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.light-green.darken-4 {
  background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
  color: #33691e !important;
}
.light-green.accent-1 {
  background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.light-green.accent-3 {
  background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.light-green.accent-4 {
  background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.lime.lighten-2 {
  background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.lime.lighten-1 {
  background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.lime {
  background-color: #cddc39 !important;
}
.lime-text {
  color: #cddc39 !important;
}
.lime.darken-1 {
  background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.lime.darken-2 {
  background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
  color: #afb42b !important;
}
.lime.darken-3 {
  background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.lime.darken-4 {
  background-color: #827717 !important;
}
.lime-text.text-darken-4 {
  color: #827717 !important;
}
.lime.accent-1 {
  background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.lime.accent-2 {
  background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.lime.accent-3 {
  background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.lime.accent-4 {
  background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.amber.lighten-3 {
  background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.amber.lighten-2 {
  background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.amber.lighten-1 {
  background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.amber {
  background-color: #ffc107 !important;
}
.amber-text {
  color: #ffc107 !important;
}
.amber.darken-1 {
  background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.amber.darken-2 {
  background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.amber.darken-3 {
  background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.amber.darken-4 {
  background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.amber.accent-1 {
  background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.amber.accent-2 {
  background-color: #ffd740 !important;
}
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.amber.accent-3 {
  background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.amber.accent-4 {
  background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
}
.deep-orange-text {
  color: #ff5722 !important;
}
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.brown.lighten-5 {
  background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.brown.lighten-2 {
  background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.brown {
  background-color: #795548 !important;
}
.brown-text {
  color: #795548 !important;
}
.brown.darken-1 {
  background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.brown.darken-2 {
  background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.brown.darken-3 {
  background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
  color: #4e342e !important;
}
.brown.darken-4 {
  background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.shades.black {
  background-color: #000000 !important;
}
.shades-text.text-black {
  color: #000000 !important;
}
.shades.white {
  background-color: #FFFFFF !important;
}
.shades-text.text-white {
  color: #FFFFFF !important;
}
.shades.transparent {
  background-color: transparent !important;
}
.shades-text.text-transparent {
  color: transparent !important;
}
.black {
  background-color: #000000 !important;
}
.black-text {
  color: #000000 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.white-text {
  color: #FFFFFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
.danger-color {
  background-color: #ff4444 !important;
}
.danger-color-dark {
  background-color: #CC0000 !important;
}
.warning-color {
  background-color: #ffbb33 !important;
}
.warning-color-dark {
  background-color: #FF8800 !important;
}
.success-color {
  background-color: #00C851 !important;
}
.success-color-dark {
  background-color: #007E33 !important;
}
.info-color {
  background-color: #33b5e5 !important;
}
.info-color-dark {
  background-color: #0099CC !important;
}
.default-color {
  background-color: #2BBBAD !important;
}
.default-color-dark {
  background-color: #00695c !important;
}
.primary-color {
  background-color: #4285F4 !important;
}
.primary-color-dark {
  background-color: #0d47a1 !important;
}
.secondary-color {
  background-color: #aa66cc !important;
}
.secondary-color-dark {
  background-color: #9933CC !important;
}
.elegant-color {
  background-color: #2E2E2E !important;
}
.elegant-color-dark {
  background-color: #212121 !important;
}
.stylish-color {
  background-color: #4B515D !important;
}
.stylish-color-dark {
  background-color: #3E4551 !important;
}
.special-color {
  background-color: #37474F !important;
}
.special-color-dark {
  background-color: #263238 !important;
}
.unique-color {
  background-color: #3F729B !important;
}
.unique-color-dark {
  background-color: #1C2331 !important;
}
.mdb-color {
  background-color: #45526E !important;
}
.rgba-blue-light {
  background-color: rgba(3, 169, 244, 0.3) !important;
}
.rgba-red-light {
  background-color: rgba(244, 67, 54, 0.3) !important;
}
.rgba-pink-light {
  background-color: rgba(233, 30, 99, 0.3) !important;
}
.rgba-purple-light {
  background-color: rgba(156, 39, 176, 0.3) !important;
}
.rgba-indigo-light {
  background-color: rgba(63, 81, 181, 0.3) !important;
}
.rgba-cyan-light {
  background-color: rgba(0, 188, 212, 0.3) !important;
}
.rgba-teal-light {
  background-color: rgba(0, 150, 136, 0.3) !important;
}
.rgba-green-light {
  background-color: rgba(76, 175, 80, 0.3) !important;
}
.rgba-lime-light {
  background-color: rgba(205, 220, 57, 0.3) !important;
}
.rgba-yellow-light {
  background-color: rgba(255, 235, 59, 0.3) !important;
}
.rgba-orange-light {
  background-color: rgba(255, 152, 0, 0.3) !important;
}
.rgba-brown-light {
  background-color: rgba(121, 85, 72, 0.3) !important;
}
.rgba-grey-light {
  background-color: rgba(158, 158, 158, 0.3) !important;
}
.rgba-bluegrey-light {
  background-color: rgba(96, 125, 139, 0.3) !important;
}
.rgba-black-light {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3) !important;
}
.rgba-white-light {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.rgba-blue-strong {
  background-color: rgba(3, 169, 244, 0.7) !important;
}
.rgba-red-strong {
  background-color: rgba(244, 67, 54, 0.7) !important;
}
.rgba-pink-strong {
  background-color: rgba(233, 30, 99, 0.7) !important;
}
.rgba-purple-strong {
  background-color: rgba(156, 39, 176, 0.7) !important;
}
.rgba-indigo-strong {
  background-color: rgba(63, 81, 181, 0.7) !important;
}
.rgba-cyan-strong {
  background-color: rgba(0, 188, 212, 0.7) !important;
}
.rgba-teal-strong {
  background-color: rgba(0, 150, 136, 0.7) !important;
}
.rgba-green-strong {
  background-color: rgba(76, 175, 80, 0.7) !important;
}
.rgba-lime-strong {
  background-color: rgba(205, 220, 57, 0.7) !important;
}
.rgba-yellow-strong {
  background-color: rgba(255, 235, 59, 0.7) !important;
}
.rgba-orange-strong {
  background-color: rgba(255, 152, 0, 0.7) !important;
}
.rgba-brown-strong {
  background-color: rgba(121, 85, 72, 0.7) !important;
}
.rgba-grey-strong {
  background-color: rgba(158, 158, 158, 0.7) !important;
}
.rgba-bluegrey-strong {
  background-color: rgba(96, 125, 139, 0.7) !important;
}
.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7) !important;
}
.rgba-white-strong {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.rgba-blue-slight {
  background-color: rgba(3, 169, 244, 0.1) !important;
}
.rgba-red-slight {
  background-color: rgba(244, 67, 54, 0.1) !important;
}
.rgba-pink-slight {
  background-color: rgba(233, 30, 99, 0.1) !important;
}
.rgba-purple-slight {
  background-color: rgba(156, 39, 176, 0.1) !important;
}
.rgba-indigo-slight {
  background-color: rgba(63, 81, 181, 0.1) !important;
}
.rgba-cyan-slight {
  background-color: rgba(0, 188, 212, 0.1) !important;
}
.rgba-teal-slight {
  background-color: rgba(0, 150, 136, 0.1) !important;
}
.rgba-green-slight {
  background-color: rgba(76, 175, 80, 0.1) !important;
}
.rgba-lime-slight {
  background-color: rgba(205, 220, 57, 0.1) !important;
}
.rgba-yellow-slight {
  background-color: rgba(255, 235, 59, 0.1) !important;
}
.rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1) !important;
}
.rgba-brown-slight {
  background-color: rgba(121, 85, 72, 0.1) !important;
}
.rgba-grey-slight {
  background-color: rgba(158, 158, 158, 0.1) !important;
}
.rgba-bluegrey-slight {
  background-color: rgba(96, 125, 139, 0.1) !important;
}
.rgba-black-slight {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1) !important;
}
.rgba-white-slight {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.blue-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #062a64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#062a64', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.red-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #7d0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#7d0000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.green-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #003830 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#003830', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.purple-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #650696 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#650696', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.dark-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #2e2e2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2e2e2e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.grey-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #4b515d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#4b515d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mdb-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #3f729b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3f729b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.deep-orange-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #8a1a00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#8a1a00', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.graphite-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #37474f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#37474f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/*** Colors ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
.z-depth-1,
.card,
.list-group,
.popover,
.dropdown-menu,
.tag,
.chip,
.pagination .active .page-link,
.btn,
.pager li a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-1-half,
.tooltip .tooltip-inner,
.btn:hover,
.btn-secondary.active,
.btn-secondary.dropdown-toggle,
.btn-primary.active,
.btn-default.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.pager li a:hover,
.btn-elegant.active,
.btn-unique.active,
.btn-pink.active,
.btn-purple.active,
.btn-deep-purple.active,
.btn-indigo.active,
.btn-cyan.active,
.btn-light-green.active,
.btn-dark-green.active,
.btn-lime.active,
.btn-yellow.active,
.btn-amber.active,
.btn-orange.active,
.btn-deep-orange.active,
.btn-brown.active,
.btn-blue-grey.active,
.btn-mdb.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.z-depth-2,
.section img,
.section .view {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.filtered {
  background-color: rgba(169, 169, 169, 0.1);
  padding-top: 15px;
  margin-bottom: 15px;
}
.sponsor-status,
.sponsor-info {
  padding: 0 15px;
}
.nav-item a {
  margin: 0!important;
  border-radius: 0!important;
  cursor: pointer;
}
.nav-item a.active {
  background-color: #82724d;
  color: white;
  border-right: none!important;
  border-left: none!important;
}
.nav-item a.active:hover,
.nav-item a.active:focus {
  background-color: #928056;
  color: white!important;
}
.nav-item a:hover,
.nav-item a:focus {
  color: inherit!important;
}
.pagination.pg-blue .active .page-link {
  background-color: #4285F4;
}
.pagination.pg-red .active .page-link {
  background-color: #ff4444;
}
.pagination.pg-teal .active .page-link {
  background-color: #2BBBAD;
}
.pagination.pg-darkgrey .active .page-link {
  background-color: #37474F;
}
.pagination.pg-dark .active .page-link {
  background-color: #2E2E2E;
}
.pagination.pg-bluegrey .active .page-link {
  background-color: #3F729B;
}
.pagination.pg-amber .active .page-link {
  background-color: #ff6f00;
}
.pagination.pg-purple .active .page-link {
  background-color: #5e35b1;
}
.pager a,
.pager .disabled > a {
  color: #fff;
}
.pager.pg-blue li a {
  background-color: #4285F4;
}
.pager.pg-blue li a:focus {
  background-color: #4285F4;
  color: #fff;
}
.pager.pg-blue li a:hover {
  background-color: #4285F4;
  color: #fff;
}
.pager.pg-red li a {
  background-color: #ff4444;
}
.pager.pg-red li a:focus {
  background-color: #ff4444;
  color: #fff;
}
.pager.pg-red li a:hover {
  background-color: #ff4444;
  color: #fff;
}
.pager.pg-teal li a {
  background-color: #2BBBAD;
}
.pager.pg-teal li a:focus {
  background-color: #2BBBAD;
  color: #fff;
}
.pager.pg-teal li a:hover {
  background-color: #2BBBAD;
  color: #fff;
}
.pager.pg-darkgrey li a {
  background-color: #37474F;
}
.pager.pg-darkgrey li a:focus {
  background-color: #37474F;
  color: #fff;
}
.pager.pg-darkgrey li a:hover {
  background-color: #37474F;
  color: #fff;
}
.pager.pg-dark li a {
  background-color: #2E2E2E;
}
.pager.pg-dark li a:focus {
  background-color: #2E2E2E;
  color: #fff;
}
.pager.pg-dark li a:hover {
  background-color: #2E2E2E;
  color: #fff;
}
.pager.pg-bluegrey li a {
  background-color: #3F729B;
}
.pager.pg-bluegrey li a:focus {
  background-color: #3F729B;
  color: #fff;
}
.pager.pg-bluegrey li a:hover {
  background-color: #3F729B;
  color: #fff;
}
.pager.pg-amber li a {
  background-color: #ff6f00;
}
.pager.pg-amber li a:focus {
  background-color: #ff6f00;
  color: #fff;
}
.pager.pg-amber li a:hover {
  background-color: #ff6f00;
  color: #fff;
}
.pager.pg-purple li a {
  background-color: #5e35b1;
}
.pager.pg-purple li a:focus {
  background-color: #5e35b1;
  color: #fff;
}
.pager.pg-purple li a:hover {
  background-color: #5e35b1;
  color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
  background-color: inerhit !important;
}
.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}
.nav-pills.horizontal-spy .nav-item .active {
  border-bottom: 2px solid #45526E;
  border-left: none;
}
.nav-pills.horizontal-spy .nav-item:hover {
  background-color: transparent;
  color: #45526E;
  font-weight: 500;
  border-left: none;
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: transparent;
  color: #000;
}
.disabled {
  cursor: not-allowed !important;
}
.video-fluid {
  height: auto;
  width: 100%;
}
.card-block h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.card-block h3 {
  margin-bottom: 1rem;
  font-weight: 400;
}
.card-block p {
  margin-bottom: 1rem;
}
.tooltip .tooltip-inner {
  padding: 0.4rem 0.8rem;
}
/*------------------------------------------
    Widget - Tile Counter
---------------------------------------------*/
.tile-counter {
  padding: 15px 30px;
  margin: 0 0 30px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.tile-counter .content {
  display: block;
  text-align: center;
}
.tile-counter i {
  margin-right: 15px;
  font-size: 35px;
  line-height: 35px;
}
.tile-counter span {
  display: block;
  clear: both;
}
.tile-counter h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 35px;
  margin: 0px 0 0 0;
  font-size: 35px;
  display: inline-block;
}
.tile-counter span {
  color: #ffffff;
  display: block;
  margin: 10px 0 0 0;
  font-size: 17px;
  font-weight: 300;
  white-space: nowrap;
}
.tile-counter.bg-secondary i,
.tile-counter.bg-secondary h2 {
  color: #ffffff;
}
.tile-counter.bg-secondary span {
  color: #E0E0E0;
}
.tile-counter.inverted {
  border: 1px solid #eeeeee;
}
.tile-counter.inverted h2,
.tile-counter.inverted span {
  color: inherit;
}
.tile-counter.inverted span {
  opacity: 0.8;
}
/*------------------------------------------
    Widget - Tile Progress widget
---------------------------------------------*/
.tile-progress {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.tile-progress h4 {
  color: #ffffff;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
}
.tile-progress h4 i {
  margin-right: 5px;
}
.tile-progress h4 i {
  margin-right: 5px;
}
.tile-progress.bg-white h4,
.tile-progress.bg-white span {
  color: #212121;
}
.tile-progress.bg-white .progress {
  background-color: #f5f5f5;
}
.tile-progress.text-left h4,
.tile-progress.text-left span {
  text-align: left;
}
.tile-progress span {
  color: #eeeeee;
  display: block;
  text-align: center;
  margin: 0px;
  font-size: 16px;
}
.tile-progress .progress {
  margin: 15px 0 10px 0;
  height: 7px;
  background: rgba(50, 50, 58, 0.5);
}
.tile-progress .progress .progress-bar {
  background: #ffffff;
}
.tile-progress.inverted {
  border: 1px solid #eeeeee;
}
.tile-progress.inverted h4,
.tile-progress.inverted span {
  color: inherit;
}
.tile-progress.inverted span {
  opacity: 0.8;
}
.tile-progress.inverted .progress {
  background: rgba(50, 50, 58, 0.3);
}
.tile-progress.inverted.text-primary .progress .progress-bar {
  background: #232227;
}
.tile-progress.inverted.text-info .progress .progress-bar {
  background: #0288D1;
}
.tile-progress.inverted.text-warning .progress .progress-bar {
  background: #ffc94c;
}
.tile-progress.inverted.text-danger .progress .progress-bar {
  background: #ef5350;
}
.tile-progress.inverted.text-success .progress .progress-bar {
  background: #46be8a;
}
.tile-progress.inverted.text-accent .progress .progress-bar {
  background: #82724d;
}
.tile-progress.inverted.text-secondary .progress .progress-bar {
  background: #9E9E9E;
}
/*-------------------------------------------------
    Widget - To Do Task List
-------------------------------------------------*/
.slant-todo-task {
  padding: 30px;
  margin-bottom: 30px;
}
.wid-task-header {
  display: block;
  margin-bottom: 10px;
}
.wid-task-header .wid-icon {
  float: left;
}
.wid-task-header .wid-icon i {
  font-size: 30px;
  color: #E0E0E0;
  margin: 3px 15px 0 0;
}
.wid-task-header .wid-text h4 {
  color: #ffffff;
  display: block;
  margin: 0px 0 0px 0;
  font-weight: 700;
}
.wid-task-header .wid-text span {
  display: block;
  color: #e1e1e1;
  white-space: nowrap;
}
.wid-add-task {
  margin-top: 15px;
}
.wid-add-task input {
  color: #e5e5e5;
}
.wid-all-tasks {
  display: block;
  color: #ffffff;
  margin: 15px 0;
}
.wid-all-tasks ul .icheck {
  color: #ffffff;
}
.wid-all-tasks ul li label {
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  cursor: hand;
  cursor: pointer;
  width: auto;
}
.wid-all-tasks ul li.checked label {
  color: #dddddd;
}
.wid-all-tasks ul li label:after {
  content: " ";
  height: 1px;
  background-color: transparent;
  position: relative;
  top: -11px;
  width: 100%;
  display: block;
}
.wid-all-tasks ul li.checked label:after {
  background-color: #E0E0E0;
}
.ps-todo-widget {
  overflow: hidden;
  position: relative;
  max-height: 180px;
}
/*-------------------------------------------------
    Widget - Social Media
-------------------------------------------------*/
.wid-social {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 15px 15px;
  margin: 0px 0 30px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wid-social .social-info .percent {
  color: #dddddd;
}
.wid-social .social-info h3,
.wid-social .social-info h4 {
  margin: 0px 0 15px 0;
}
.social-info h3 {
  display: inline-block;
}
/*----------------------------------------
  Widget - Blogs
------------------------------------------*/
.wid-blog {
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wid-blog-title {
  padding: 45px 45px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-image: url('./img/bg3.png');
  background-size: cover;
}
.wid-blog-title .actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wid-blog .wid-blog-title .actions i,
.wid-blog .wid-blog-title .actions i:hover {
  color: #e8e8e8;
}
.wid-blog-title h2 {
  color: #ffffff;
  line-height: 45px;
}
.wid-blog-content {
  padding: 30px;
  display: inline-block;
  vertical-align: top;
}
.info-wrapper {
  padding-left: 30px;
}
.wid-blog-content .info-wrapper h4 {
  margin: 5px 0 10px 0;
}
.wid-blog-content .pic-wrapper {
  padding: 0px 0 0px 0;
}
.wid-blog-content .pic-wrapper img {
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  margin: 0px 0 10px 0;
  background: #aaaaaa;
}
.wid-blog-content .info-wrapper .info {
  margin: 5px 0 10px 0;
}
.wid-blog-content .info-wrapper .info-details,
.wid-blog-content .info-wrapper .info-actions {
  font-size: 85%;
}
.wid-blog-content .comment {
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}
.wid-blog-content .comment .pic-wrapper img {
  min-width: 28px;
  min-height: 28px;
}
/*----------------------------------------
  Widget - Project Report
------------------------------------------*/
.wid-project-report .easyPieChart {
  margin: 0 auto;
}
.wid-project-report .percent {
  font-weight: 600;
  font-size: 18px;
  color: #757575;
}
/*----------------------------------------
  Widget - Sparkline Graphs
------------------------------------------*/
.wid-sparkgraph {
  padding: 15px;
  min-height: 110px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
/*----------------------------------------
  Widget - Vector Map
------------------------------------------*/
.wid-vectormap {
  width: 100%;
  background: #ffffff;
}
.r2_map.wid-vectormap {
  min-height: 400px;
  margin-bottom: 30px;
  padding: 15px 30px;
}
.wid-vectormap .map_progress h4 {
  margin: 0 0 10px 0;
  color: #616161;
}
.wid-vectormap .map_progress .progress {
  margin: 10px 0;
  height: 10px;
}
.wid-vectormap .jvectormap-zoomin,
.wid-vectormap .jvectormap-zoomout,
.wid-vectormap .jvectormap-goback {
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #757575;
  padding: 4px;
  color: white;
  cursor: pointer;
  line-height: 8px;
  height: 16px;
  width: 16px;
  text-align: center;
}
/*----------------------------------------
  Widget - Weather
------------------------------------------*/
.wid-weather {
  display: inline-block;
  width: 100%;
  min-height: 378px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wid-weather .weekdays {
  min-height: 378px;
  display: inline-block;
}
.wid-weather-small .weekdays .ps-weathersmall-widget {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.wid-weather .today {
  display: inline-block;
  color: #ffffff;
  min-height: 378px;
  padding: 30px;
  background-image: url('./img/bg4.png');
  background-size: cover;
}
.wid-weather .today .degree {
  display: block;
  width: 200px;
  text-align: right;
  margin: 60px auto 30px auto;
  padding: 0 30px;
}
.wid-weather .today .degree i {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}
.wid-weather .today .degree span {
  display: inline-block;
  float: left;
  color: #efefef;
  font-weight: bold;
}
.wid-weather .today .degree h3 {
  display: inline-block;
  float: left;
  margin: 0px;
  color: #f5f5f5;
  font-size: 36px;
}
.wid-weather .today .degree .windspeed {
  text-align: center;
  margin: 10px 0 0 0px;
  color: #f5f5f5;
  white-space: nowrap;
  width: 100%;
}
.wid-weather .today .degree .windspeed i {
  margin: 5px 0px 0 0;
  float: none;
}
.wid-weather .today .degree h4 {
  text-align: center;
  margin: 0px;
  color: #f5f5f5;
  margin: 10px 0 10px 0;
  white-space: nowrap;
}
.wid-weather .today .location h3 {
  color: #f5f5f5;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
  font-size: 35px;
}
.wid-weather .today .location span {
  color: #efefef;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.wid-weather .today .location {
  width: 100%;
  display: inline-block;
  margin-top: 60px 0 30px 0;
}
.wid-weather .today .timings {
  margin-top: 30px;
  margin: 30px auto 30px auto;
  width: 100%;
}
.wid-weather .today .timings li,
.wid-weather-small .today .timings li {
  display: inline-block;
  width: 65px;
  margin: 15px 10px 0 0;
  border-right: 1px solid rgba(200, 200, 200, 0.7);
  color: #E0E0E0;
  text-align: center;
  padding: 0 20px 0 0;
}
.wid-weather .today .timings li:last-child {
  border-color: transparent;
}
.wid-weather .today .timings .time,
.wid-weather-small .today .timings .time {
  display: block;
  margin: 0 0 5px 0;
  color: #f5f5f5;
  font-size: 16px;
}
.wid-weather .today .timings i,
.wid-weather-small .today .timings i {
  color: #E0E0E0;
}
.wid-weather .today .timings .temp,
.wid-weather-small .today .timings .temp {
  color: #E0E0E0;
  display: block;
  margin: 5px 0 0px 0;
  color: #f5f5f5;
}
.wid-weather .weekdays {
  padding: 30px;
  color: #999999;
  margin: 0px;
}
.wid-weather .weekdays ul {
  margin: 0px;
}
.wid-weather .weekdays li {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  width: 100%;
  height: 45px;
}
.wid-weather .weekdays li:last-child {
  border-color: transparent;
}
.wid-weather .weekdays li .temp {
  float: right;
  color: #757575;
  font-size: 90%;
}
.wid-weather .weekdays li i {
  margin: 0 5px;
}
.wid-weather .weekdays li .day {
  color: #757575;
  display: inline-block;
  min-width: 60px;
  font-weight: 500;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
/*---- weather small widget ----*/
.wid-weather-small {
  padding: 0px 0 0px 0;
  background-image: url('./img/bg4.png');
  background-size: cover;
  display: inline-block;
  width: 100%;
  min-height: 378px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wid-weather-small .today .timings ul {
  margin: 0px auto 60px auto;
  width: 100%;
  display: block;
}
.wid-weather-small .location span {
  color: #efefef;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.wid-weather-small .degree h3 {
  display: inline-block;
  float: left;
  margin: 0px;
  color: #ffffff;
}
.wid-weather-small .location {
  padding: 60px 30px 0 30px;
}
.wid-weather-small .location h3 {
  color: #f5f5f5;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
  font-size: 35px;
}
.wid-weather-small .degree {
  display: block;
  width: 200px;
  text-align: right;
  margin: 60px auto 30px auto;
  padding: 0 30px;
}
.wid-weather-small .degree i {
  float: left;
  margin-right: 15px;
  margin-top: 0px;
}
.wid-weather-small .degree span {
  display: inline-block;
  float: left;
  color: #efefef;
  font-weight: bold;
  margin-top: -20px;
}
.wid-weather-small .degree h3 {
  display: inline-block;
  float: left;
  margin: 0px;
  color: #f5f5f5;
  font-size: 36px;
}
.wid-weather-small .degree h4 {
  text-align: center;
  margin: 0px;
  color: #f5f5f5;
  margin: 15px 0 15px 0;
  white-space: nowrap;
}
.wid-weather-small .weekdays ul {
  overflow: hidden;
  position: relative;
  height: auto;
}
.wid-weather-small .weekdays {
  padding: 15px 30px 15px 30px;
  color: #999999;
  margin: 0px;
  min-height: 175px;
}
.wid-weather-small .weekdays ul {
  margin: 0px;
  padding-right: 10px;
}
.wid-weather-small .weekdays li {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.4);
  width: 100%;
}
.wid-weather-small .weekdays li .temp {
  float: right;
  color: #757575;
  font-size: 90%;
}
.wid-weather-small .weekdays li i {
  margin: 0 5px;
}
.wid-weather-small .weekdays li .day {
  color: #757575;
  display: inline-block;
  min-width: 60px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  font-weight: 500;
}
/*----------------------------------------
  Widget - User Profile Tile
------------------------------------------*/
.wid-uprofile-wrapper {
  width: 100%;
  margin-top: 35px;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wid-uprofile {
  min-height: 340px;
  display: inline-block;
  width: 100%;
  padding: 0px 0 0 0;
  vertical-align: top;
  margin-top: 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.wid-uprofile .uprofile-image {
  width: 100%;
  display: inline-block;
  margin: 0px 0 15px 0;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  top: -35px;
  z-index: 2;
}
.uprofile-data {
  position: absolute;
  top: 79px;
  display: inline-block;
  width: 100%;
}
.wid-uprofile .uprofile-image img {
  height: 100px;
  width: 100px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}
.wid-uprofile .uprofile-name {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0px 0 5px 0;
  padding: 0 15px;
}
.wid-uprofile .uprofile-name h3 {
  text-align: center;
  font-size: 23px;
  margin: 5px 0 5px 0;
}
.wid-uprofile .uprofile-name h3 a {
  text-decoration: none;
  color: #ffffff;
}
.wid-uprofile .uprofile-name .uprofile-title {
  color: #fafafa;
}
.wid-uprofile .uprofile-status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.wid-uprofile .uprofile-social {
  margin: 0px 0 0 0;
  padding: 10px 15px 15px 15px;
  text-align: left;
  background-color: #ffffff;
  vertical-align: top;
}
.wid-uprofile .uprofile-social .btn {
  margin: 0 2px 5px 3px;
}
.wid-uprofile .uprofile-info {
  padding: 25px 25px 5px 25px;
  background-color: rgba(150, 100, 0, 0.1);
  background-color: #ffffff;
  margin-bottom: 0px;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.wid-uprofile .uprofile-info li {
  display: block;
  margin: 0px 0 5px 0;
  color: #757575;
}
.wid-uprofile .uprofile-info li i {
  margin-right: 5px;
}
/*----------------------------------------
    Widget - Stats
------------------------------------------*/
.wid-stats {
  background-color: #ffffff;
  height: 75px;
  padding: 0 0 15px 0;
  position: relative;
  margin-right: 45px;
  margin-left: 45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  padding-right: 0px;
}
.wid-stats .stats-data {
  position: relative;
  z-index: 2;
  padding: 5px 0px 0 15px;
  display: inline-block;
  width: 100%;
}
.wid-stats:after {
  display: block;
  content: " ";
  width: 60px;
  height: 75px;
  background-color: #ffffff;
  right: -29px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  top: 0px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 2px 2px 2px rgba(0, 0, 0, 0.08);
}
.wid-stats:before {
  display: block;
  content: " ";
  width: 60px;
  height: 75px;
  background-color: #ffffff;
  left: -28px;
  transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  top: 0px;
  position: absolute;
  z-index: 1;
}
.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  text-overflow: clip;
}
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  border-radius: 40px;
}
.enjoyhint_btn,
.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  -webkit-box-sizing: content-box;
}
.enjoyhint_btn,
.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  -moz-box-sizing: content-box;
}
.enjoyhint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  overflow: hidden;
}
.enjoyhint_close_btn,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  z-index: 1012;
  pointer-events: all;
}
.enjoyhint_hide {
  display: none;
}
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before {
  background: #fff;
  border: none;
  color: #000000;
  display: inline-block;
}
.enjoyhint_disable_events {
  position: absolute;
  width: 2000px;
  height: 1500px;
  z-index: 1011;
  pointer-events: all;
}
.enjoyhint_next_btn {
  position: absolute;
  box-sizing: content-box;
  width: 100px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  color: #1ecd97;
  text-align: center;
  letter-spacing: 1px;
  background: 0 0;
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
.enjoyhint_next_btn:hover {
  color: #ffffff;
  background: #1ecd97;
}
.enjoyhint_next_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  transition: none;
}
.enjoyhint_btn,
.enjoyhint_skip_btn {
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
.enjoyhint_skip_btn {
  position: absolute;
  box-sizing: content-box;
  width: 100px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  color: #1ecd97;
  text-align: center;
  letter-spacing: 1px;
  background: 0 0;
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
.enjoyhint_close_btn:active,
.enjoyhint_skip_btn:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.enjoyhint_skip_btn:hover {
  color: #ffffff;
  background: #1ecd97;
}
.enjoyhint_skip_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -o-transition: none;
}
.enjoyhint_close_btn {
  display: inline-block;
  position: absolute;
  box-sizing: content-box;
  width: 0.3em;
  height: 0.3em;
  border: none;
  border-radius: 1em;
  font: 400 8em / normal Arial, Helvetica, sans-serif;
  color: #000000;
  background: 0 0;
  border: 2px solid #21e0a3;
}
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before {
  width: 73%;
  height: 2px;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
}
.enjoyhint_close_btn::before {
  box-sizing: content-box;
  position: absolute;
  content: "";
  top: 48%;
  left: 14%;
  text-shadow: none;
  transform: rotateZ(45deg);
}
.enjoyhint_close_btn::after {
  box-sizing: content-box;
  position: absolute;
  content: "";
  top: 46%;
  left: 15%;
  text-shadow: none;
  transform: rotateZ(-45deg);
}
#kinetic_container,
.enjoyhint_svg_wrapper,
.enjoyhint_svg_wrapper svg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.enjoyhint_close_btn:hover {
  color: #ffffff;
  background: #1ecd97;
  cursor: pointer;
}
.enjoyhint_close_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -o-transition: none;
}
.enjoyhint_btn {
  box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  border-radius: 40px;
  font: normal normal normal 17px/40px "Advent Pro", Helvetica, sans-serif;
  color: #1ecd97;
  text-align: center;
  text-overflow: clip;
  letter-spacing: 1px;
  background: 0 0;
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}
.enjoyhint_btn:hover {
  color: #ffffff;
  background: #1ecd97;
}
.enjoyhint_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  transition: none;
}
.enjoy_hint_label,
.enjoyhint_svg_wrapper {
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}
.enjoyhint div.canvas-container {
  position: absolute;
}
.enjoyhint_canvas {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#kinetic_container {
  pointer-events: none;
  position: absolute;
}
.enjoyhint_svg_wrapper {
  position: absolute;
  z-index: 100;
}
.enjoyhint_svg_wrapper svg {
  position: absolute;
}
.enjoyhint_svg_transparent .enjoy_hint_label,
.enjoyhint_svg_transparent .enjoyhint_svg_wrapper {
  opacity: 0;
}
.enjoy_hint_label {
  position: absolute;
  color: #fff;
  z-index: 107;
  font-size: 22px;
}
div.kineticjs-content {
  position: absolute !important;
}
.enjoyhint_close_btn {
  display: none!important;
}
.st-btn[data-network] {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}
.st-btn:hover {
  opacity: 0.8;
}
.st-btn[data-network='blogger'] {
  background-color: #ff8000;
}
.st-btn[data-network='buffer'] {
  background-color: #323B43;
}
.st-btn[data-network='delicious'] {
  background-color: #205cc0;
}
.st-btn[data-network='diaspora'] {
  background-color: #000000;
}
.st-btn[data-network='digg'] {
  background-color: #262626;
}
.st-btn[data-network='douban'] {
  background-color: #2E963D;
}
.st-btn[data-network='email'] {
  background-color: #7d7d7d;
}
.st-btn[data-network='evernote'] {
  background-color: #5BA525;
}
.st-btn[data-network='facebook'] {
  background-color: #4267B2;
}
.st-btn[data-network='flipboard'] {
  background-color: #e12828;
}
.st-btn[data-network='getpocket'] {
  background-color: #ef4056;
}
.st-btn[data-network='github'] {
  background-color: #333333;
}
.st-btn[data-network='gmail'] {
  background-color: #D44638;
}
.st-btn[data-network='googlebookmarks'] {
  background-color: #4285F4;
}
.st-btn[data-network='hackernews'] {
  background-color: #ff4000;
}
.st-btn[data-network='instapaper'] {
  background-color: #000000;
}
.st-btn[data-network='line'] {
  background-color: #00c300;
}
.st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}
.st-btn[data-network='livejournal'] {
  background-color: #00b0ea;
}
.st-btn[data-network='mailru'] {
  background-color: #168de2;
}
.st-btn[data-network='medium'] {
  background-color: #333333;
}
.st-btn[data-network='meneame'] {
  background-color: #ff6400;
}
.st-btn[data-network='messenger'] {
  background-color: #448AFF;
}
.st-btn[data-network='odnoklassniki'] {
  background-color: #d7772d;
}
.st-btn[data-network='pinterest'] {
  background-color: #CB2027;
}
.st-btn[data-network='print'] {
  background-color: #222222;
}
.st-btn[data-network='quora'] {
  background-color: #a62100;
}
.st-btn[data-network='qzone'] {
  background-color: #F1C40F;
}
.st-btn[data-network='reddit'] {
  background-color: #ff4500;
}
.st-btn[data-network='refind'] {
  background-color: #4286f4;
}
.st-btn[data-network='renren'] {
  background-color: #005baa;
}
.st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}
.st-btn[data-network='skype'] {
  background-color: #00aff0;
}
.st-btn[data-network='sms'] {
  background-color: #ffbd00;
}
.st-btn[data-network='snapchat'] {
  background-color: #fffc00;
}
.st-btn[data-network='soundcloud'] {
  background-color: #ff8800;
}
.st-btn[data-network='spotify'] {
  background-color: #1ED760;
}
.st-btn[data-network='surfingbird'] {
  background-color: #6dd3ff;
}
.st-btn[data-network='telegram'] {
  background-color: #0088cc;
}
.st-btn[data-network='tumblr'] {
  background-color: #32506d;
}
.st-btn[data-network='twitch'] {
  background-color: #6441A4;
}
.st-btn[data-network='twitter'] {
  background-color: #55acee;
}
.st-btn[data-network='vk'] {
  background-color: #4c6c91;
}
.st-btn[data-network='wechat'] {
  background-color: #4EC034;
}
.st-btn[data-network='weibo'] {
  background-color: #ff9933;
}
.st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}
.st-btn[data-network='wordpress'] {
  background-color: #21759b;
}
.st-btn[data-network='xing'] {
  background-color: #1a7576;
}
.st-btn[data-network='yahoomail'] {
  background-color: #720e9e;
}
.st-btn[data-network='yelp'] {
  background-color: #d32323;
}
.st-btn[data-network='youtube'] {
  background-color: #FF0000;
}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*----------------------------------
    Material Icons 
----------------------------------*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    /* Support for all WebKit browsers. */
    
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    
    font-feature-settings: 'liga';
}

/**
 * @license videogular v1.2.7 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
videogular, [videogular] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000000;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  /*****************/
  /* Poster plugin */
  /*****************/
  /**********************/
  /* OverlayPlay plugin */
  /**********************/
  /*********************/
  /* Controlbar plugin */
  /*********************/
  /* IE10 hack */
  /* Controlbar icons */
  /********************/
  /* Buffering plugin */
  /********************/
  /* Loading Spinner
   * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
   */
  /**********************/
  /* IMA ads plugin */
  /**********************/ }
  videogular button, [videogular] button {
    cursor: pointer; }
  videogular.fullscreen, [videogular].fullscreen {
    position: fixed;
    left: 0;
    top: 0; }
  videogular vg-media, [videogular] vg-media {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block; }
    videogular vg-media video, [videogular] vg-media video {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
  videogular .iconButton, [videogular] .iconButton {
    color: #FFFFFF;
    font-family: 'videogular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: none;
    padding: 6px;
    border: none; }
  videogular .iconButton:focus, [videogular] .iconButton:focus {
    border: 1px solid white; }
  videogular vg-poster, [videogular] vg-poster {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    pointer-events: none; }
  videogular vg-poster img, [videogular] vg-poster img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute; }
  videogular vg-poster img.pause,
  videogular vg-poster img.play, [videogular] vg-poster img.pause,
  [videogular] vg-poster img.play {
    display: none; }
  videogular vg-poster img.stop, [videogular] vg-poster img.stop {
    display: block; }
  videogular vg-overlay-play, [videogular] vg-overlay-play {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 2;
    top: 0; }
  videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
    content: "\e000"; }
  videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
    font-size: 100px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: table;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
    vertical-align: middle;
    text-align: center;
    display: table-cell; }
  videogular vg-controls, [videogular] vg-controls {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0; }
  videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: table;
    zoom: 1; }
  videogular vg-play-pause-button, [videogular] vg-play-pause-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-time-display, [videogular] vg-time-display {
    color: #FFFFFF;
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: 75px;
    vertical-align: middle;
    text-align: center;
    cursor: default; }
  videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
    display: table-cell;
    font-family: Arial;
    font-size: 18px;
    width: auto; }
  videogular vg-scrub-bar, [videogular] vg-scrub-bar {
    width: auto;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle; }
  videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
    margin-top: 24px;
    margin-bottom: 24px;
    height: 2px;
    background-color: black;
    position: relative; }
  videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
    border-right: 6px black groove; }
  videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer; }
  videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5; }
  videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
      color: #FFFFFF;
      padding-top: 3px; }
      videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
        position: absolute;
        height: 3px;
        background-color: #FFFFFF; }
  videogular vg-playback-button, [videogular] vg-playback-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume, [videogular] vg-volume {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar, [videogular] vg-volume-bar {
    width: 50px;
    height: 100px;
    top: -100px;
    margin-left: -25px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    cursor: pointer; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    videogular vg-volume-bar, [videogular] vg-volume-bar {
      zoom: 1;
      filter: alpha(opacity=50);
      opacity: 0.5; } }
  videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer; }
  videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
    width: 50px;
    height: 100px;
    background-color: #000000;
    position: absolute; }
  videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
    width: 20px;
    height: 70px;
    left: 15px;
    top: 15px;
    background-color: #222222;
    position: absolute; }
  videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
    width: 20px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute; }
  videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
    width: 20px;
    height: 100%;
    position: absolute; }
  videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
    animation: hideControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: hideControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
  videogular vg-controls .show-animation, [videogular] vg-controls .show-animation {
    animation: showControlsAnimationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: showControlsAnimationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: showControlsAnimationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: showControlsAnimationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/ }
@keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
  videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
    content: "\e000"; }
  videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
    content: "\e001"; }
  videogular vg-mute-button, [videogular] vg-mute-button {
    width: 50px;
    display: block; }
  videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
    content: "\e002"; }
  videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
    content: "\e003"; }
  videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
    content: "\e004"; }
  videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
    content: "\e005"; }
  videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
    content: "\e006"; }
  videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
    content: "\e007"; }
  videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
    content: "\e008"; }
  videogular vg-buffering, [videogular] vg-buffering {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0; }
  videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -50px;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
    background-color: transparent;
    border: 5px solid white;
    opacity: .9;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 35px #FFFFFF;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear; }
  videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
  videogular vg-ima-ads, [videogular] vg-ima-ads {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    display: none; }
/*---------------------------------------------
    Helpers
----------------------------------------------*/
.m-50 {
  margin: 50px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-49 {
  margin: 49px !important;
}
.m-t-49 {
  margin-top: 49px !important;
}
.m-r-49 {
  margin-right: 49px !important;
}
.m-b-49 {
  margin-bottom: 49px !important;
}
.m-l-49 {
  margin-left: 49px !important;
}
.p-49 {
  padding: 49px !important;
}
.p-t-49 {
  padding-top: 49px !important;
}
.p-r-49 {
  padding-right: 49px !important;
}
.p-b-49 {
  padding-bottom: 49px !important;
}
.p-l-49 {
  padding-left: 49px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-t-48 {
  margin-top: 48px !important;
}
.m-r-48 {
  margin-right: 48px !important;
}
.m-b-48 {
  margin-bottom: 48px !important;
}
.m-l-48 {
  margin-left: 48px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-t-48 {
  padding-top: 48px !important;
}
.p-r-48 {
  padding-right: 48px !important;
}
.p-b-48 {
  padding-bottom: 48px !important;
}
.p-l-48 {
  padding-left: 48px !important;
}
.m-47 {
  margin: 47px !important;
}
.m-t-47 {
  margin-top: 47px !important;
}
.m-r-47 {
  margin-right: 47px !important;
}
.m-b-47 {
  margin-bottom: 47px !important;
}
.m-l-47 {
  margin-left: 47px !important;
}
.p-47 {
  padding: 47px !important;
}
.p-t-47 {
  padding-top: 47px !important;
}
.p-r-47 {
  padding-right: 47px !important;
}
.p-b-47 {
  padding-bottom: 47px !important;
}
.p-l-47 {
  padding-left: 47px !important;
}
.m-46 {
  margin: 46px !important;
}
.m-t-46 {
  margin-top: 46px !important;
}
.m-r-46 {
  margin-right: 46px !important;
}
.m-b-46 {
  margin-bottom: 46px !important;
}
.m-l-46 {
  margin-left: 46px !important;
}
.p-46 {
  padding: 46px !important;
}
.p-t-46 {
  padding-top: 46px !important;
}
.p-r-46 {
  padding-right: 46px !important;
}
.p-b-46 {
  padding-bottom: 46px !important;
}
.p-l-46 {
  padding-left: 46px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-t-44 {
  margin-top: 44px !important;
}
.m-r-44 {
  margin-right: 44px !important;
}
.m-b-44 {
  margin-bottom: 44px !important;
}
.m-l-44 {
  margin-left: 44px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-t-44 {
  padding-top: 44px !important;
}
.p-r-44 {
  padding-right: 44px !important;
}
.p-b-44 {
  padding-bottom: 44px !important;
}
.p-l-44 {
  padding-left: 44px !important;
}
.m-43 {
  margin: 43px !important;
}
.m-t-43 {
  margin-top: 43px !important;
}
.m-r-43 {
  margin-right: 43px !important;
}
.m-b-43 {
  margin-bottom: 43px !important;
}
.m-l-43 {
  margin-left: 43px !important;
}
.p-43 {
  padding: 43px !important;
}
.p-t-43 {
  padding-top: 43px !important;
}
.p-r-43 {
  padding-right: 43px !important;
}
.p-b-43 {
  padding-bottom: 43px !important;
}
.p-l-43 {
  padding-left: 43px !important;
}
.m-42 {
  margin: 42px !important;
}
.m-t-42 {
  margin-top: 42px !important;
}
.m-r-42 {
  margin-right: 42px !important;
}
.m-b-42 {
  margin-bottom: 42px !important;
}
.m-l-42 {
  margin-left: 42px !important;
}
.p-42 {
  padding: 42px !important;
}
.p-t-42 {
  padding-top: 42px !important;
}
.p-r-42 {
  padding-right: 42px !important;
}
.p-b-42 {
  padding-bottom: 42px !important;
}
.p-l-42 {
  padding-left: 42px !important;
}
.m-41 {
  margin: 41px !important;
}
.m-t-41 {
  margin-top: 41px !important;
}
.m-r-41 {
  margin-right: 41px !important;
}
.m-b-41 {
  margin-bottom: 41px !important;
}
.m-l-41 {
  margin-left: 41px !important;
}
.p-41 {
  padding: 41px !important;
}
.p-t-41 {
  padding-top: 41px !important;
}
.p-r-41 {
  padding-right: 41px !important;
}
.p-b-41 {
  padding-bottom: 41px !important;
}
.p-l-41 {
  padding-left: 41px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-39 {
  margin: 39px !important;
}
.m-t-39 {
  margin-top: 39px !important;
}
.m-r-39 {
  margin-right: 39px !important;
}
.m-b-39 {
  margin-bottom: 39px !important;
}
.m-l-39 {
  margin-left: 39px !important;
}
.p-39 {
  padding: 39px !important;
}
.p-t-39 {
  padding-top: 39px !important;
}
.p-r-39 {
  padding-right: 39px !important;
}
.p-b-39 {
  padding-bottom: 39px !important;
}
.p-l-39 {
  padding-left: 39px !important;
}
.m-38 {
  margin: 38px !important;
}
.m-t-38 {
  margin-top: 38px !important;
}
.m-r-38 {
  margin-right: 38px !important;
}
.m-b-38 {
  margin-bottom: 38px !important;
}
.m-l-38 {
  margin-left: 38px !important;
}
.p-38 {
  padding: 38px !important;
}
.p-t-38 {
  padding-top: 38px !important;
}
.p-r-38 {
  padding-right: 38px !important;
}
.p-b-38 {
  padding-bottom: 38px !important;
}
.p-l-38 {
  padding-left: 38px !important;
}
.m-37 {
  margin: 37px !important;
}
.m-t-37 {
  margin-top: 37px !important;
}
.m-r-37 {
  margin-right: 37px !important;
}
.m-b-37 {
  margin-bottom: 37px !important;
}
.m-l-37 {
  margin-left: 37px !important;
}
.p-37 {
  padding: 37px !important;
}
.p-t-37 {
  padding-top: 37px !important;
}
.p-r-37 {
  padding-right: 37px !important;
}
.p-b-37 {
  padding-bottom: 37px !important;
}
.p-l-37 {
  padding-left: 37px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-t-36 {
  margin-top: 36px !important;
}
.m-r-36 {
  margin-right: 36px !important;
}
.m-b-36 {
  margin-bottom: 36px !important;
}
.m-l-36 {
  margin-left: 36px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-t-36 {
  padding-top: 36px !important;
}
.p-r-36 {
  padding-right: 36px !important;
}
.p-b-36 {
  padding-bottom: 36px !important;
}
.p-l-36 {
  padding-left: 36px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-34 {
  margin: 34px !important;
}
.m-t-34 {
  margin-top: 34px !important;
}
.m-r-34 {
  margin-right: 34px !important;
}
.m-b-34 {
  margin-bottom: 34px !important;
}
.m-l-34 {
  margin-left: 34px !important;
}
.p-34 {
  padding: 34px !important;
}
.p-t-34 {
  padding-top: 34px !important;
}
.p-r-34 {
  padding-right: 34px !important;
}
.p-b-34 {
  padding-bottom: 34px !important;
}
.p-l-34 {
  padding-left: 34px !important;
}
.m-33 {
  margin: 33px !important;
}
.m-t-33 {
  margin-top: 33px !important;
}
.m-r-33 {
  margin-right: 33px !important;
}
.m-b-33 {
  margin-bottom: 33px !important;
}
.m-l-33 {
  margin-left: 33px !important;
}
.p-33 {
  padding: 33px !important;
}
.p-t-33 {
  padding-top: 33px !important;
}
.p-r-33 {
  padding-right: 33px !important;
}
.p-b-33 {
  padding-bottom: 33px !important;
}
.p-l-33 {
  padding-left: 33px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-t-32 {
  margin-top: 32px !important;
}
.m-r-32 {
  margin-right: 32px !important;
}
.m-b-32 {
  margin-bottom: 32px !important;
}
.m-l-32 {
  margin-left: 32px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-t-32 {
  padding-top: 32px !important;
}
.p-r-32 {
  padding-right: 32px !important;
}
.p-b-32 {
  padding-bottom: 32px !important;
}
.p-l-32 {
  padding-left: 32px !important;
}
.m-31 {
  margin: 31px !important;
}
.m-t-31 {
  margin-top: 31px !important;
}
.m-r-31 {
  margin-right: 31px !important;
}
.m-b-31 {
  margin-bottom: 31px !important;
}
.m-l-31 {
  margin-left: 31px !important;
}
.p-31 {
  padding: 31px !important;
}
.p-t-31 {
  padding-top: 31px !important;
}
.p-r-31 {
  padding-right: 31px !important;
}
.p-b-31 {
  padding-bottom: 31px !important;
}
.p-l-31 {
  padding-left: 31px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-29 {
  margin: 29px !important;
}
.m-t-29 {
  margin-top: 29px !important;
}
.m-r-29 {
  margin-right: 29px !important;
}
.m-b-29 {
  margin-bottom: 29px !important;
}
.m-l-29 {
  margin-left: 29px !important;
}
.p-29 {
  padding: 29px !important;
}
.p-t-29 {
  padding-top: 29px !important;
}
.p-r-29 {
  padding-right: 29px !important;
}
.p-b-29 {
  padding-bottom: 29px !important;
}
.p-l-29 {
  padding-left: 29px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-t-28 {
  margin-top: 28px !important;
}
.m-r-28 {
  margin-right: 28px !important;
}
.m-b-28 {
  margin-bottom: 28px !important;
}
.m-l-28 {
  margin-left: 28px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-t-28 {
  padding-top: 28px !important;
}
.p-r-28 {
  padding-right: 28px !important;
}
.p-b-28 {
  padding-bottom: 28px !important;
}
.p-l-28 {
  padding-left: 28px !important;
}
.m-27 {
  margin: 27px !important;
}
.m-t-27 {
  margin-top: 27px !important;
}
.m-r-27 {
  margin-right: 27px !important;
}
.m-b-27 {
  margin-bottom: 27px !important;
}
.m-l-27 {
  margin-left: 27px !important;
}
.p-27 {
  padding: 27px !important;
}
.p-t-27 {
  padding-top: 27px !important;
}
.p-r-27 {
  padding-right: 27px !important;
}
.p-b-27 {
  padding-bottom: 27px !important;
}
.p-l-27 {
  padding-left: 27px !important;
}
.m-26 {
  margin: 26px !important;
}
.m-t-26 {
  margin-top: 26px !important;
}
.m-r-26 {
  margin-right: 26px !important;
}
.m-b-26 {
  margin-bottom: 26px !important;
}
.m-l-26 {
  margin-left: 26px !important;
}
.p-26 {
  padding: 26px !important;
}
.p-t-26 {
  padding-top: 26px !important;
}
.p-r-26 {
  padding-right: 26px !important;
}
.p-b-26 {
  padding-bottom: 26px !important;
}
.p-l-26 {
  padding-left: 26px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-t-24 {
  margin-top: 24px !important;
}
.m-r-24 {
  margin-right: 24px !important;
}
.m-b-24 {
  margin-bottom: 24px !important;
}
.m-l-24 {
  margin-left: 24px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-t-24 {
  padding-top: 24px !important;
}
.p-r-24 {
  padding-right: 24px !important;
}
.p-b-24 {
  padding-bottom: 24px !important;
}
.p-l-24 {
  padding-left: 24px !important;
}
.m-23 {
  margin: 23px !important;
}
.m-t-23 {
  margin-top: 23px !important;
}
.m-r-23 {
  margin-right: 23px !important;
}
.m-b-23 {
  margin-bottom: 23px !important;
}
.m-l-23 {
  margin-left: 23px !important;
}
.p-23 {
  padding: 23px !important;
}
.p-t-23 {
  padding-top: 23px !important;
}
.p-r-23 {
  padding-right: 23px !important;
}
.p-b-23 {
  padding-bottom: 23px !important;
}
.p-l-23 {
  padding-left: 23px !important;
}
.m-22 {
  margin: 22px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-r-22 {
  margin-right: 22px !important;
}
.m-b-22 {
  margin-bottom: 22px !important;
}
.m-l-22 {
  margin-left: 22px !important;
}
.p-22 {
  padding: 22px !important;
}
.p-t-22 {
  padding-top: 22px !important;
}
.p-r-22 {
  padding-right: 22px !important;
}
.p-b-22 {
  padding-bottom: 22px !important;
}
.p-l-22 {
  padding-left: 22px !important;
}
.m-21 {
  margin: 21px !important;
}
.m-t-21 {
  margin-top: 21px !important;
}
.m-r-21 {
  margin-right: 21px !important;
}
.m-b-21 {
  margin-bottom: 21px !important;
}
.m-l-21 {
  margin-left: 21px !important;
}
.p-21 {
  padding: 21px !important;
}
.p-t-21 {
  padding-top: 21px !important;
}
.p-r-21 {
  padding-right: 21px !important;
}
.p-b-21 {
  padding-bottom: 21px !important;
}
.p-l-21 {
  padding-left: 21px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-19 {
  margin: 19px !important;
}
.m-t-19 {
  margin-top: 19px !important;
}
.m-r-19 {
  margin-right: 19px !important;
}
.m-b-19 {
  margin-bottom: 19px !important;
}
.m-l-19 {
  margin-left: 19px !important;
}
.p-19 {
  padding: 19px !important;
}
.p-t-19 {
  padding-top: 19px !important;
}
.p-r-19 {
  padding-right: 19px !important;
}
.p-b-19 {
  padding-bottom: 19px !important;
}
.p-l-19 {
  padding-left: 19px !important;
}
.m-18 {
  margin: 18px !important;
}
.m-t-18 {
  margin-top: 18px !important;
}
.m-r-18 {
  margin-right: 18px !important;
}
.m-b-18 {
  margin-bottom: 18px !important;
}
.m-l-18 {
  margin-left: 18px !important;
}
.p-18 {
  padding: 18px !important;
}
.p-t-18 {
  padding-top: 18px !important;
}
.p-r-18 {
  padding-right: 18px !important;
}
.p-b-18 {
  padding-bottom: 18px !important;
}
.p-l-18 {
  padding-left: 18px !important;
}
.m-17 {
  margin: 17px !important;
}
.m-t-17 {
  margin-top: 17px !important;
}
.m-r-17 {
  margin-right: 17px !important;
}
.m-b-17 {
  margin-bottom: 17px !important;
}
.m-l-17 {
  margin-left: 17px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-t-17 {
  padding-top: 17px !important;
}
.p-r-17 {
  padding-right: 17px !important;
}
.p-b-17 {
  padding-bottom: 17px !important;
}
.p-l-17 {
  padding-left: 17px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.m-b-16 {
  margin-bottom: 16px !important;
}
.m-l-16 {
  margin-left: 16px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-t-16 {
  padding-top: 16px !important;
}
.p-r-16 {
  padding-right: 16px !important;
}
.p-b-16 {
  padding-bottom: 16px !important;
}
.p-l-16 {
  padding-left: 16px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-14 {
  margin: 14px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-r-14 {
  margin-right: 14px !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-l-14 {
  margin-left: 14px !important;
}
.p-14 {
  padding: 14px !important;
}
.p-t-14 {
  padding-top: 14px !important;
}
.p-r-14 {
  padding-right: 14px !important;
}
.p-b-14 {
  padding-bottom: 14px !important;
}
.p-l-14 {
  padding-left: 14px !important;
}
.m-13 {
  margin: 13px !important;
}
.m-t-13 {
  margin-top: 13px !important;
}
.m-r-13 {
  margin-right: 13px !important;
}
.m-b-13 {
  margin-bottom: 13px !important;
}
.m-l-13 {
  margin-left: 13px !important;
}
.p-13 {
  padding: 13px !important;
}
.p-t-13 {
  padding-top: 13px !important;
}
.p-r-13 {
  padding-right: 13px !important;
}
.p-b-13 {
  padding-bottom: 13px !important;
}
.p-l-13 {
  padding-left: 13px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-r-12 {
  margin-right: 12px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-l-12 {
  margin-left: 12px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-r-12 {
  padding-right: 12px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-l-12 {
  padding-left: 12px !important;
}
.m-11 {
  margin: 11px !important;
}
.m-t-11 {
  margin-top: 11px !important;
}
.m-r-11 {
  margin-right: 11px !important;
}
.m-b-11 {
  margin-bottom: 11px !important;
}
.m-l-11 {
  margin-left: 11px !important;
}
.p-11 {
  padding: 11px !important;
}
.p-t-11 {
  padding-top: 11px !important;
}
.p-r-11 {
  padding-right: 11px !important;
}
.p-b-11 {
  padding-bottom: 11px !important;
}
.p-l-11 {
  padding-left: 11px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-9 {
  margin: 9px !important;
}
.m-t-9 {
  margin-top: 9px !important;
}
.m-r-9 {
  margin-right: 9px !important;
}
.m-b-9 {
  margin-bottom: 9px !important;
}
.m-l-9 {
  margin-left: 9px !important;
}
.p-9 {
  padding: 9px !important;
}
.p-t-9 {
  padding-top: 9px !important;
}
.p-r-9 {
  padding-right: 9px !important;
}
.p-b-9 {
  padding-bottom: 9px !important;
}
.p-l-9 {
  padding-left: 9px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-r-8 {
  margin-right: 8px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-r-8 {
  padding-right: 8px !important;
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.p-l-8 {
  padding-left: 8px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.m-6 {
  margin: 6px !important;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-r-6 {
  margin-right: 6px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-l-6 {
  margin-left: 6px !important;
}
.p-6 {
  padding: 6px !important;
}
.p-t-6 {
  padding-top: 6px !important;
}
.p-r-6 {
  padding-right: 6px !important;
}
.p-b-6 {
  padding-bottom: 6px !important;
}
.p-l-6 {
  padding-left: 6px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-r-4 {
  margin-right: 4px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-r-4 {
  padding-right: 4px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.m-3 {
  margin: 3px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.p-3 {
  padding: 3px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.m-2 {
  margin: 2px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.p-2 {
  padding: 2px !important;
}
.p-t-2 {
  padding-top: 2px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}
.m-1 {
  margin: 1px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.p-1 {
  padding: 1px !important;
}
.p-t-1 {
  padding-top: 1px !important;
}
.p-r-1 {
  padding-right: 1px !important;
}
.p-b-1 {
  padding-bottom: 1px !important;
}
.p-l-1 {
  padding-left: 1px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.text-white {
  color: #fff !important;
}
.alert b,
.alert strong {
  color: #6e6e6e;
}
/*---------------------------------------------
    Nav Menu
----------------------------------------------*/
.nav-warning {
  display: block;
  font-size: 17px;
  margin-top: -42px;
  position: absolute;
  left: 52%;
  z-index: 1000;
  color: #ef5350;
}
/*---------------------------------------------
    Tabs
----------------------------------------------*/
h2.tab-title:focus {
  outline: 0!important;
}
.tab-warning {
  display: inline-block;
  font-size: 12px;
  color: #ef5350;
}
/*---------------------------------------------
    Chat Sidebar
----------------------------------------------*/
.page-chatapi > div > .jumbotron h2,
.page-chatapi > div > .jumbotron p,
.page-chatapi > div > .jumbotron i {
  color: #fff !important;
}
.page-chatapi > div > .jumbotron h2,
.page-chatapi > div > .jumbotron i {
  font-size: 24px;
}
.page-chatapi > div > .jumbotron p {
  font-size: 16px;
  line-height: 20px!important;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .page-sidebar.collapseit #main-menu-wrapper {
    position: fixed;
  }
}
/*---------------------------------------------
    Toasts
----------------------------------------------*/
.md-toast-content {
  background: transparent!important;
  box-shadow: none!important;
}
md-toast {
  position: fixed;
  left: 50%;
  width: 400px;
  min-width: 400px;
  margin-left: -200px;
  margin-bottom: 40px;
}
.md-toast-icon {
  margin-left: -5px;
  font-size: 18px;
  margin-right: 15px;
}
.md-toast-close {
  margin-top: -18px;
  margin-right: -13px;
  font-size: 12px;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.outline-none {
  outline: none!important;
}
.text-underline {
  text-decoration: underline;
}
.hb-badge {
  font-size: 11px;
  margin-bottom: 0;
  color: white;
  padding: 2px 8px;
  display: inline;
  border-radius: 15px;
  white-space: nowrap;
}
.hb-badge * {
  color: white;
}
.hb-badge i:before {
  color: white;
}
.hb-badge svg {
  color: white;
}
.hb-badge.active {
  background-color: #46be8a;
  color: darker(#46be8a, 40%);
}
.hb-badge.paused {
  background-color: #ffc94c;
  color: darker(#ffc94c, 40%);
}
.hb-badge.failed {
  background-color: #ef5350;
  color: darker(#ef5350, 40%);
}
.hb-badge.canceled {
  background-color: #eeeeee;
  color: #9b9b9b;
}
.loader-light,
.loader-dark,
.loader-light-sm,
.loader-dark-sm {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-light,
.loader-light-sm {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
}
.loader-dark,
.loader-dark-sm {
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000;
}
.loader-light,
.loader-light:after,
.loader-dark,
.loader-dark:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-light-sm,
.loader-light-sm:after,
.loader-dark-sm,
.loader-dark-sm:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#create-message-container {
  background-color: #232227;
  border-top: 1px solid #fff;
}
#create-message-container textarea {
  overflow-y: hidden;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #82724d;
  border-color: #82724d;
}
.share-btn-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none!important;
  background: none;
  color: black;
  border: none;
  padding: 0;
  outline: inherit;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.text-black {
  color: black;
}
.text-bold {
  font-weight: bold;
}

