@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

body, * {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;;
}
#app{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._spinner{
  display: none;
  top:0;
  position: absolute;
  width: 100%;
  height: 100%;
}
._loading ._spinner{
  display: block;
  z-index: 2000;
}
._requesting ._spinner{
  display: block;
  z-index: 2000;
}

.help-block {
  float: right;
  font-size: 12px;
  font-style: italic;
  font-family: 'Lato', sans-serif;;
  color: #a1a1a1;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

#sidebar-toggle{
  display: none;
  position: absolute;
}

#sidebar-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 3000;
}

#header{
  position: absolute;
  width: 100%;
  height: 62px;
  padding-left: 220px;
  background-color: #ffffff;
  z-index:1;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.07);
}

#header a {
  color: #AE903F;
  padding: 0 28px 0 6px;
  font-family: 'Lato', sans-serif;;
}


#sidebar{
  position: absolute;
  width: 200px;
  margin-top: 0;
  margin-left: -1px;
  height: 100%;
  border-radius: 0;
  z-index: 2;
  background-color: #efefef !important;
  overflow-y: auto;
  overflow-x: hidden;
}
#sidebar-button{
  display: none;
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 20px;
  padding: 6px 10px;
  background-color: #545454;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
#sidebar .user-management{
  background-color: #35651c;
  color: #ffffff;
}

#content{
  height: 100%;
  overflow: hidden;
}

#messages{
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3000;
}

.page-content{
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-content{
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 400px;
  position: relative;
}
.scroll-x {
  overflow-x: auto;
}

/* Slideshow */
.slideshow {
  width: 300px;
  height: 700px;
  overflow: hidden;
}

.slideshow-container {
  width: 900px;
  height: 700px;
  font-size: 0;
  transition: 0.3s ease-in;
  animation: slide 16s ease infinite;
}

.slideshow-container:hover {
  animation-play-state: paused;
}

.slideshow-container img{
  width: 300px;
  height: 700px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}

.admin-top-menu.menu-section {
  float: right;
  margin-right: 20px;
}
.admin-top-menu .dropdown {
  padding: 0 5px;
}
.admin-top-menu .dropdown .user-img img {
  height: 24px;
  width: 24px;
}
.admin-top-menu .dropdown span {
  font-size: 14px;
}
.admin-top-menu .dropdown-content {
  top: 35px;
  left: 0;
  min-width: 150px;
  padding: 10px 0;
}
.admin-top-menu .dropdown-content a {
  display: block;
  padding: 7px !important;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  40% {
    transform: translateX(-33.33%);
  }
  60% {
    transform: translateX(-33.33%);
  }
  80% {
    transform: translateX(-66.66%);
  }
  100% {
    transform: translateX(-66.66%);
  }
}
/* Slideshow */

/* Dropdown */
.dropdown {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  background-color: #f2f2f2;
}
.dropdown span {
  color: #38454E;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 2px 5.66px 20px 0px rgba(136, 136, 136, 0.2);
  padding: 12px 0px;
  z-index: 1;
  text-align:left;
}
.dropdown:hover .dropdown-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dropdown-content > a {
  padding: 10px;
  font-size: 13px;
  color: #737373;
  font-weight: 400;
}
.dropdown-content > a:hover {
  background-color: #f2f2f2;
  color: #38454E;
}
.dropdown-content .log-out {
  color: #ff5250;
}
.dropdown-content .log-out:hover {
  color: #ff201d;
}
.user-img {
  height: 32px;
  width: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  margin-right: 7px;
}
.user-img img {
  width: 32px;
}
/* Dropdown */

/* Login Page */
.menu-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-section .steps {
  background-color: #232320 !important;
  margin-right: 2em;
  margin-bottom: 0;
  border-radius: 30px;
  padding: 0.65em 1.5em;
}
.menu-section .steps:hover {
  background-color: #ff6c00 !important;
  border-color: #ff6c00 !important;
}
.user-login{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50em;
  padding: 2em 2em;
  border-radius: 0.3rem;
  border: 1px solid #E2E7F0;
  background-color: #fff;
  box-shadow: 0.1rem 0.2rem 0.2rem rgba(200, 200, 200, 0.3);
}
.user-login .left-container {
  position: relative;
  background-color: #fff;
  padding: 2rem 2rem 2rem 0;
}
.user-login .left-container > .heading {
  font-size: 1.4em;
  color: #4C4978;
  letter-spacing: 1px;
  text-align: center;
}
.user-login .left-container > .element {
  padding-top: 4rem;
}
.user-login .left-container > .element span {
  color: #A2ADBE;
  letter-spacing: 0.5px;
}
.user-login .left-container .element input {
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
  border-bottom: 1px solid #EBECEE;
  font-size: 1em;
  font-weight: 300;
  color: #4C4978;
  display: inline;
  padding: 1rem 0.5rem;
}
.user-login .left-container .element input:focus,
.user-login .left-container .element input.active {
  border-color: #ff6c00;
}
.user-login .left-container > .btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.user-login .left-container input[type="checkbox"]{
  float: left;
  margin: 3px 3px 0 0;
}
.user-login .left-container > .btn-container > .login-btn {
  background-color: #ff6c00;
  padding: 0.6rem 1.5rem;
  border-radius: 2em;
  cursor: pointer;
  transition: box-shadow 0.5s ease-out;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
  color: white;
  letter-spacing: 1px;
  border: none;
}
.user-login .left-container > .btn-container > .login-btn:hover {
  box-shadow: none;
  background-color: #454545;
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.1);
}
.user-login .left-container .show-password {
  position: relative;
  top: -30px;
  float: right;
  font-size: 20px;
  color: #ff6c00;
}
.user-login .right-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30em;
  background: linear-gradient(to top, #f5f5f5, #f9f9f9);
}
.user-login .right-container > .text {
  color: #498781;
  font-size: 2.2em;
  margin: 18px 0px;
  font-weight: bold;
  letter-spacing: 2px;
}
.user-login .right-container > .image {
  text-align: center;
}
.user-login .m-v-20 {
  margin: 20px 0 !important;
}
.user-login .right-container > .image img {
  max-width: 70%;
}
/* Login Page */

/* Welcome */
.welcome-bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4em;
}
.welcome-bottom .left-wrapper{
  margin-right: .2em;
}
.welcome-bottom .left-wrapper img{
  width: 90%;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.4);
  border-radius: 4px;
}
.welcome-bottom #video-title {
  font-size: 2em;
}
.welcome-bottom .content-area {
  text-align: justify;
  margin: 2.5em 0;
}
/* Welcome */

/* Intro */
.intro-section .video-header{
  margin-top: 120px;
}
.intro-section .video-header #video-title{
  font-size: 2.5em;
  color: #454545;
  text-align: center;
}
.intro-section .video-container{
  margin-top: 5px;
}
.intro-section .video-bottom {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
.intro-section .scroll-content h2{
  color:#454545;
  font-size: 2em;
  text-align: center;
  margin-bottom: 15px;
}
.intro-section .row:after {
  content: "";
  display: table;
  clear: both;
}
.intro-section .column {
  float: left;
  width: 23.9%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
  margin-right: 10px;
  border-radius: 4px;
  padding: 5px 5px 0 5px;
  margin-bottom: 10px;
}
.intro-section .column:hover{
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.1);
}
.intro-section .scroll-content{
  margin-top: 40px;
}
/* Intro */

/* Single Video */
.single-video .left-wrapper{
  width: 72%;
  margin-right: 25px;
}

.single-video .left-wrapper .video-header #video-title{
  font-size: 2.5em;
  color: #ff6c00;
  text-align: left;
}
.single-video .left-wrapper .video-container{
  margin-top: 5px;
}
.single-video .right-wrapper{
  width: 26%;
  padding-top: 1.2em;
  margin-top: 42px;
}
.single-video .right-wrapper img{
  width: 300px;
}
.single-video .file-area{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0;
}
.single-video .file-area .section{
  padding: 18px;
  min-height: 100px;
  height: auto;
  width: 44%;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
  background-color: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.04);
}
.single-video .file-area .section h4{
  color: #ff6c00;
  font-size: 20px;
  display: inline-block;
}
.single-video .file-area .section h4 i{
  font-size: 24px;
  margin-right: 12px;
}
.single-video .file-area .section audio,
.single-video .file-area .section a{
  width: 100%;
  border-radius: 4px;
}

.single-video .ui.button{
  padding: 13px;
  color: #ffffff;
  background-color: #464646;
}
.single-video .ui.button:hover{
  color: #ffffff;
  background-color: #ff6c00;
}


.bottom-button{
  margin-bottom: 25px;
}
.bottom-button button{
  width: 100%;
  font-size: 20px !important;
}
/* Single Video */

.profile-update {
  display: inline-block;
  border-bottom: 4px solid #f9d6d5;
  padding-bottom: 0.2em;
  color: #646560;
}
.all-steps-unlock {
  text-align: center;
  font-size: 26px;
  color: #e94343;
  text-shadow: 1px 0 rgba(0,0,0,0.07);
}
.media-set{
  display: flex;
  justify-content: left;
  font-size: 1.2em;
  color: #686868;
}
.media-set i{
  margin-right: 15px;
  color: #2ea198;
}

#sidebar, #header, #content {
  transition: transform 0.3s cubic-bezier(0, 0.9, 0.5, 1);
}

#sidebar-toggle:checked + #app > #header {
  transform: translateX(200px);
}
#sidebar-toggle:checked + #app > #sidebar {
  transform: translateX(200px);
}

#sidebar-toggle:checked + #app > #content {
  transform: translateX(200px);
}

#sidebar-toggle:checked + #app #sidebar-overlay {
  display: block;
}

.ui.vertical.menu .item{
  font-size: 1.3em;
  color: #232320 !important;
  display: block;
}
.ui.vertical.menu .item i{
  margin-right: 0.3em;
}
.ui.vertical.menu .active.item,
.ui.vertical.menu .item:hover,
.ui.vertical.menu .active.item:hover{
  color: #ffffff !important;
  background-color: #232320;
}
#sidebar-logo {
  padding-top: 6px;
}

/*In Mobile View*/
@media only screen and (max-width: 480px) {

  #header {
    padding-left: 0px;
  }
  #sidebar {
    margin-left: -200px;
  }
  #content {
    padding-left: 0;
  }
  .page-content {
    padding-left: 12;
    padding-right: 12;
  }
  #sidebar-button{
    display: block;
  }
  ._requesting ._spinner{
    left: 0px;
  }
  .login-header img{
    width: 100%
  }
}

.logo {
  text-align: center;
  width: 100%;
  padding: 6px;
  margin-top: -2px;
  margin-left: -1px;
  display: block;
  z-index: 2;
}

.logo img{
  width: 100%;
}


.dropdown.icon{
  font-family: 'FontAwesome';
}

.dropdown .text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 1000;
}


.ui.loading.dropdown .dropdown.icon{
  padding: 1.44285714em 1.07142857em !important;
}

.dropdown .item .icon.right{
  color: #777;
  float: right !important;
  margin-right: -6px !important;
}


.space-between{
  display: flex;
  padding: 10px;
  justify-content: space-between;
}


.space-between .label{
  padding: 8px 0;
}

.space-between .ui.button{
  background: transparent;
}

.space-between-item{
  text-align:center;
}

.ui.modal{
  position: static !important;
}

.modal-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
}

.ui.small.modal {
  width: 100% !important;
  margin: 0 !important;
}

.ui.medium.modal {
  margin: 0 !important;
}

.ui.large.modal {
  margin: 0 !important;
}

.icon {
  font-family: 'FontAwesome' !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.ui.dropdown > .dropdown.icon {
  font-family: 'FontAwesome';
  color: #777;
  top: 0.7em !important;
  font-size: 1em !important;
}



.page-header {
  color: #454545;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;;
}
.page-header i {
  font-size: 1.2em;
  margin-right: 0.2em;
}
#header .row a{
  color: #454545;
}

.ui.table td.action {
  text-align: right;
  min-width: 180px;
}


.ui.table thead tr:first-child td {
  border-bottom: 2px solid #232320;
}

.button.transparent,
.button.transparent:hover,
.button.transparent:focus,
.button.transparent:active {
  color: #000 !important;;
  margin: 1px !important;;
  padding: 1px !important;;
  background: transparent !important;
}

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


.ui.dropdown.link{
  border: none !important;
}


.ui.selection.dropdown.link{
  min-width: 6em;
}

.ui.selection.dropdown.link .menu{
  min-width: 14em;
}


.ui.selection.active.dropdown.link{
  box-shadow: none !important;
}


.ui.selection.active.dropdown.link .menu{
  border-radius: 5px;
  border-top: 1px solid #96C8DA !important;
}


.login-header{
  position: relative;
  background: #a4a4a4;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 5px solid #dededf;
  padding: 5px 20px;
  margin-bottom: -16px;
  z-index: 1;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #292b2c;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
  border-color: #ddd;
}
.panel-heading {
  background: #eeeeee;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
}
.panel-title {
  font-family: 'Lato', sans-serif;;
}
.panel .panel-body {
  padding: 15px;
}
.alert {
  border: 1px solid #292b2c;
  border-radius: .25rem;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #efe7c1;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.default,
.btn-default {
  background-color: #232320 !important;
  color: #FFFFFF !important;
  font-family: 'Lato', sans-serif;;
}
.text-center {
  text-align: center !important;
}
.text-right,
.pull-right {
  text-align: right !important;
}
.text-left,
.pull-left {
  text-align: left !important;
}



.ui.container{
  flex-direction: column;
}
.top-bar,
.nav-bar{
  display: flex;
  width: 100%;
  flex-direction: row;
}
.top-bar{
  justify-content: space-between;
  padding: 10px 0;
}
.ui.button.login{
  background-color: #ff6c00;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.3s ease;
  align-self: center;
}
.ui.button.login:hover{
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}
.nav-bar .item::before{
  content: none !important;
}
.ui.container{

}
.ui.text.container {
  margin-top: 120px;
  max-width: 100% !important;
}
.ui.menu .nav-bar a.item:hover,
.ui.menu .nav-bar a.active{
  background-color: #ff6c00;
  color: #ffffff;
}
.ui.fluid.input,
.ui.fluid.file,
.ui.fluid.textarea{
  margin-bottom: 1.5em;
}
.ui.fluid.textarea textarea{
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0.67857143em 1em;
  resize: vertical;
  width: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none;
  outline: none;
  text-align: left;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.21428571em;
}
.ui.fluid.textarea textarea:focus{
  border-color: #85B7d9;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.ui.fluid.file input[type="file"] {
  display: none;
}
.ui.fluid.file button{
  padding: 9px 24px;
  background: #c62f2f;
  display: table;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.ui.fluid.file button:hover{
  background: #bc6e6e;
}
.ui.fluid.file input[type="file"] {
  display: none;
}
.short-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-text * {
  display: inline-block;
}
.sub-text {
  font-size: 10px;
  color: #9dabbd;
  margin-top: 5px;
}
.con-details {
  font-size: 10px;
  color: #9dabbd;
}
.ui.button{
  background-color: #363632;
  border-color: #363632;
  color: #ffffff;
}
.ui.button:hover{
  background-color: #232320;
  border-color: #232320;
  color: #ffffff;
}
a.ui.blue.label:hover,
.ui.blue.labels .label:hover{
  background-color: #ff6c00 !important;
  border-color: #ff6c00 !important;
  color: #FFFFFF !important;
}

.video-listings-area{
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.video-listings-area li{
  margin-bottom: 1.5em;
  margin-top: 1.2em;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
  background: #fcfcfc;
  border-radius: 4px;
  width: 30%;
  cursor: no-drop;
  height: 16.9rem !important;
}
.video-listings-area li.unlock{
  cursor: pointer;
}
.video-listings-area li.unlock:hover{
  box-shadow: 0 4px 7px 0 rgba(0,0,0,0.1);
}
.video-listings-content{
  background-color: #d6dae6;
  position: relative;
  color: #ffffff;
  padding: 12px;
  text-align: left;
}
.unlock .video-listings-content{
  background-color: #fd974c;
}
.video-listings-content.lock{
  background-color: #d6dae6;
}
.video-listings-content h4.short-text{
  font-size: 20px;
  margin: 0;
}
.video-listings-content div.short-text h4 {
  font-size: 16px;
  margin: 10px 0 0 0;
}
.top-vid{
  position: relative;
  margin-bottom: -8px;
  overflow: hidden;
}
.play-vid{

}
.top-vid .play-vid{
  opacity: 0.5;
  width: 100%;
  overflow: hidden;
}
.unlock .top-vid .play-vid {
  opacity: 1;
}
.top-vid .play-control{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  padding-left: 12px;
  transform: translate(-50%,-50%);
  background-color: rgba(255,255,255,0.88);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-vid .play-control.lock{
  padding-left: 0;
  background-color: rgba(0,0,0,0.33);
}

.top-vid .play-icon{
  width: 34px;
}
.top-vid .lock-icon{
  position: absolute;
  z-index: 2;
  top: calc(50% - 44px);
  left: calc(50% - 35.5px);
}
#single-video-player{
  width: 100%;
  height: 100%;
}
.dashboard-wrapper .ui.segments{
  transition: box-shadow 0.3s ease;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
  border: none;
}
.dashboard-wrapper .ui.segments:hover{
  box-shadow: 0 4px 9px 0 rgba(0,0,0,0.2);
}


.video-container {
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.07);
  background: #fcfcfc;
  border-radius: 4px;
  margin: 0 auto;
}
.video-container .video-content{
  background-color: #f8c6a5;
  color: #ffffff;
  position: relative;
  text-align: left;
}
.video-container .video-content h4 {
  font-size: 24px;
  margin-top: 5px;
  color: #454545;
}
.video-container .video-content p{
  font-size: 16px;
}
.ui.button.watched{
  background-color: #ff6c00;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s ease;
}
.ui.button.watched:hover{
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.1);
}
.content-area{
  width: 95%;
  margin: 30px auto;
}
.content-area h4{
  font-size: 26px;
}
.content-area p{
  font-size: 16px;
}
.ui.footer {
  border-radius: 0;
  margin: 0;
}
.ui.footer.bottom-one{
  background-color: #5e6376;
}
.ui.footer.bottom-two{
  background-color: #5a5c6b;
}
.bottom-inner-section{
  padding-left: 5em;
  padding-right: 5em;
}
.social-section{
  padding-right: 40px;
}
.social-section img{
  margin-right: 25px;
}

.dashboard-header{
  margin: 1em 0 0 0 !important;
  text-align: left;
  padding: 0.3em 0.3em 0 0.3em !important;
  color: #454240 !important;
  display: inline-block;
}
.dashboard-table .ui.image.header img {
  margin-right: 0 !important;
}




.profile-pic {
  text-align: center;
  margin-left: 25px;
  width: 130px;
  margin-top: 10px;
  border-radius: 50%;
  border: 4px solid #76777F;
  height: 130px;
  font-size: 8em;
  background-color: #AE903F;
  display: block;
  line-height: 1;
}
.profile-name {
  text-align: center;
  text-transform: uppercase;
  color: #AE903F;
  font-size: 18px;
  font-family: 'Lato', sans-serif;;
  margin-top: 10px;
  margin-bottom: 35px !important;
}

.sub-heading {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;;
}
.equation-info {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;;
}
.equation-info b {
  font-weight: 900;
  font-size: 14px;
}
.equation-info2 {
  color: #de1a82;
  font-size: 11px;
}
.top-info {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.top-menu {
  cursor: pointer;
}

[data-tooltip]:before {
  background: #232320 !important;
  box-shadow: 1px 1px 0px 0px #232320 !important;
}
[data-tooltip]:after {
  text-align: left;
  word-wrap: break-word;
  font-size: 14px;
  border: 1px solid #232320;
  line-height: 20px;
  width: 300px;
  max-width: 300px;
  background: #232320;
  color: #AE903F;
}

.form-wrapper-dark {
  border: 1px solid #76777F;
  padding: 10px;
  margin: 20px 2px;
}
.form-wrapper-dark .ui.fluid.labeled.input input {
  border: 1px solid #76777F;
  border-radius: 0;
  border-left: 0;
}
.form-wrapper-dark .ui.fluid.labeled.input .label {
  background-color: #EAE8E8;
  border: 1px solid #76777F;
  border-radius: 0;
}
.form-wrapper {
  border: 1px solid #76777F;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.form-wrapper > .col-xs-7 {
  padding: 0;
  border-right: 1px solid #76777F;
}

.heading-dark {
  border: 2px solid #76777F;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;;
  background-color: #AE903F;
  color: #000000;
  margin-bottom: 15px !important;
  padding-top: 7px;
}
.heading-light {
  border: 2px solid #76777F;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;;
  background-color: #FFFFFF;
  color: #000000;
  margin-bottom: 15px !important;
  padding-top: 7px;
}


.form-wrapper-dark .sub-heading-left {
  float: left;
  width: 40%;
  text-align: left;
  margin-bottom: 45px;
  margin-left: 60px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Lato', sans-serif;;
  padding-top: 8px;
}
.ui.fluid.labeled.input.form-input-left {
  float: right;
  width: 50%;
  margin-bottom: 40px;
}
.ui.fluid.labeled.input.form-input-left input {
  border: 1px solid #76777F;
  border-radius: 0;
  border-left: 0;
  font-family: 'Lato', sans-serif;;
}
.ui.fluid.labeled.input.form-input-left .label {
  background-color: #EAE8E8;
  border: 1px solid #76777F;
  border-radius: 0;
}
.ui.fluid.labeled.input.form-input-left input:disabled {
  background-color: #D8D8D8;
  font-size: 14px;
  -webkit-text-stroke: 1px #00A752;
  text-shadow: 1px solid #000;
  font-family: 'Lato', sans-serif;;
}

.sub-heading-right {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Lato', sans-serif;;
  margin-top: 50px !important;
  margin-bottom: 6px !important;
}
.ui.fluid.labeled.input.form-input-right {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #76777F;
  background-color: #D8D8D8;
}
.ui.fluid.labeled.input.form-input-right input {
  border: 1px solid #76777F;
  border-radius: 0;
  border-left: 0;
  font-family: 'Lato', sans-serif;;
}
.ui.fluid.labeled.input.form-input-right .label {
  background-color: #EAE8E8;
  border: 1px solid #76777F;
  border-radius: 0;
}
.ui.fluid.labeled.input.form-input-right input:disabled {
  background-color: #D8D8D8;
  font-size: 18px;
  font-family: 'Lato', sans-serif;;
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke: 2px #00A752;
}
.ui.vertical.menu > .item:last-child,
.ui.vertical.menu > .active.item:last-child{
  border-radius: 0;
}



.form-wrapper-light {
  padding-top: 20px;
  background-color: #D8D8D8;
}
.form-wrapper-light .sub-heading-left,
.form-wrapper-blank .sub-heading-left {
  float: left;
  width: 100%;
  text-align: left;
  margin-left: 20px;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Lato', sans-serif;;
  padding-top: 8px;
}
.form-wrapper-light .sub-heading-right {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Lato', sans-serif;;
  margin-top: 63px !important;
}
.form-input-left2 {
  border: 1px solid #77767f;
  width: 100%;
  float: right;
  margin-bottom: 10px;
  margin-right: -35px;
}
.ui.fluid.labeled.input.form-input-left2 input {
  border: none;
  border-radius: 0;
  border-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Lato', sans-serif;;
}
.ui.fluid.labeled.input.form-input-left2 .label {
  border-right: 1px solid #76777F;
}
.ui.fluid.labeled.input.form-input-left2 input:disabled {
  background-color: #D8D8D8;
  font-size: 14px;
  -webkit-text-stroke: 1px #00A752;
  font-family: 'Lato', sans-serif;;
}
.sub-heading-left2 {
  color: #AE903F;
  font-size: 20px;
  float: left;
  width: 100%;
  text-align: left;
  margin-left: 20px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;;
  padding-top: 8px;
}


.form-wrapper-blank {
  padding-top: 20px;
  height: 100%;
  position: relative;
}
.right-last-section{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.offer-section{
  background-color: #cdf2c7;
  border-top: 2px solid #AE903F;
  padding-top: 25px;
  position: absolute;
  right: -0.5rem;
  left: -0.5rem;
  bottom: 0;
}

.top-label {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'Lato', sans-serif;;
}

.worksheet-wrapper {
  border: 1px solid #76777F;
  padding: 0;
  width: 100%;
  background-color: #D8D8D8;
  margin: 0 7px 25px 7px;
}


.login-panel {
  margin-top: 100px;
}
.login-panel input[type="text"],
.login-panel input[type="password"] {
  font-family: 'Lato', sans-serif;;
}
.login-panel input[type="checkbox"] {
  margin: 10px 3px 0 2px;
}
.login-panel .remember {
  margin: 7px 0 0 4px;
}
.login-panel .panel-body .col-sm-12 {
  margin-bottom: 20px;
}
.login-panel .label {
  margin-top: 2px;
  font-size: 15px;
  margin-right: 0;
}
.login-panel .login-check {
  margin: 7px 0 0 9px;
}

.login-panel .login-header {
  font-size: 26px;
  text-align: center;
  color: #FFFFFF;
}
.login-panel .fluid {
  margin-bottom: 20px;
}
.login-panel .fluid:first-child {
  margin-top: 20px;
}
.login-panel .ui.segment {
  min-height: 200px;
}
.schedule-header {
  font-family: 'Lato', sans-serif; !important;
  font-size: 30px !important;
}
.calendar {
  padding: 20px 0;
  text-align: left !important;
  border: none !important;
}
.calendar .control {
  margin-bottom: 15px;
}
.calendar .month h2 {
  font-size: 24px;
  color: #2b7cf0;
  font-weight: normal;
}
.calendar .ui.table th {
  font-size: 16px;
  text-align: center;
  color: #2b7cf0;
  font-weight: normal;
}
.calendar .ui.table td {
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.ui.primary.buttons .button,
.ui.primary.button,
.ui.blue.labels .label,
.ui.blue.label,
.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #232320 !important;
  font-family: 'Lato', sans-serif;;
}
.table-container {
  height:350px;
  border:1px solid #e8e8e9;
  border-radius:0.28571429rem;
  overflow-y:scroll;
}
.table-container table {
  padding:0;
  border:none !important;
}
.page-label {
  color: #232320;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;;
}
.schedule-date h2 {
  color: #000000 !important;
}
.data-schedule thead th {
  color: #000 !important;
  font-weight: bold !important;
}
.data-schedule tbody td {
  font-size: 16px !important;
  padding: 10px !important;
  text-align: left !important;
}


.modal-calendar .calendar-text {
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif; !important;
}
.modal-calendar .calendar-table thead th {
  font-family: 'Lato', sans-serif; !important;
  text-align: center;
  font-size: 16px;
  color: #232320;
}
.modal-calendar .calendar-table tbody td {
  font-family: 'Lato', sans-serif; !important;
  text-align: center !important;
  cursor: pointer !important;
  font-size: 18px !important;
  padding: 15px 0 !important;
}

.pending {
  color: #FBBD08;
  letter-spacing: 1px;
  font-size: 14px;
}
.success {
  color: #21BA45 ;
  letter-spacing: 1px;
  font-size: 14px;
}
.danger {
  color: #DB2828;
  letter-spacing: 1px;
  font-size: 14px;
}

.count-section .ui.segments {
  background: #EEEEEE;
  min-height: 140px;
}
.count-section .ui.segments span {
  font-size: 95px;
  margin-right: 5px;
  margin-top: 5px;
  color: #c6ccd4;
}

.count-section .ui.segments .page-header {
  font-size: 44px;
  margin: 15px 0 35px 5px;
  float: left;
  width: 50%;
}
.count-section .ui.segments .label {
  font-size: 24px;
  float: left;
  width: 50%;
  margin-left: 5px;
}
.count-section .ui.segments .view-details {
  background: #FF6C00;
  color: #ffffff;
  float: left;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 5px;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

.calendar .date-selected,
.calendar .date-calendar tbody td:hover {
  background: #eaf2fe !important;
}
.calendar .today {
  background: #232320 !important;
  color: #FFFFFF;
}

.date-calendar tbody td span {
  float: right;
  margin-top: -26px;
  margin-right: 6px;
  font-size: 16px;
  color: #2b7cf0;
}

.list-calendar {
  margin-bottom: 30px !important;
}
.list-calendar table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed;
}
.list-calendar thead {
  overflow: auto;
  width: 100%;
}
.list-calendar thead tr th {
  font-size: 16px !important;
  padding: 5px 0 !important;
  background: #eaf2fe !important;
}
.list-calendar thead tr th:first-child {
  width: 150px !important;
}
.list-calendar tbody {
  overflow: auto;
  height: 300px;
}
.list-calendar tbody tr td {
  font-size: 14px !important;
  padding: 10px 0 !important;
  cursor: default !important;
}
.list-calendar tbody tr td:first-child {
  border-right: 1px solid #CCCCCC;
}
.list-calendar td img {
  float: left;
  margin: 0 5px;
  border: 1px solid #cccccc;
  padding: 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.list-calendar tbody tr td span {
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list-calendar tbody tr td small {
  color: #2a7cee;
  font-size: 11px;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
