body{
	font-family:  Inter,apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Fira Sans",Roboto,Oxygen,Ubuntu,"Droid Sans",Arial,sans-serif;
	font-size: 13px;
}

.font-10{ font-size: 10px; }
.font-12{ font-size: 12px; }
.font-14{ font-size: 14px; }
.font-16{ font-size: 16px; }
.font-18{ font-size: 18px; }
.font-20{ font-size: 20px; }
.font-22{ font-size: 22px; }
.font-24{ font-size: 24px; }
.font-26{ font-size: 26px; }
.font-28{ font-size: 28px; }

.cursor-pointer{
	cursor: pointer;
}

.shadow {
  box-shadow: 2px 4px 10px rgba(88,88,88,0.5);
}

.greyscale{
  filter: grayscale(100%);
}

.tableheader{
	background: #727272;
  color: #ffffff;
}

.text-darkgrey
{
	color: #646464;
}

.form-control,.btn{
	font-size: 13px;
	padding: 5px 20px;
}

.hoverselect:hover{
	background: #efefef;
	cursor: pointer;
}

.dot.active{
	 font-size: 8px;
	 color: #32ff0a;
}

.dot.inactive{
	 font-size: 8px;
	 color: #ff0707;
}

.display tbody tr{
	cursor: pointer;
}

.dataTables_wrapper .dataTables_filter input {
	border-radius: 25px;
	padding: 5px 12px;
	margin-left: 10px;
}

.dataTables_wrapper .dataTables_length select {
	border-radius: 25px;
	padding: 5px 12px;
	margin-left: 5px;
	margin-right: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	border-radius: 25px;
	padding: 5px 12px;
	min-width: 50px;
}

.dataTables_wrapper .dataTables_filter input:focus-visible{
	outline: none !important;
}

.dataTables_wrapper .dataTables_length select :focus-visible{
	outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #fd8e19;
  background-color: #fd8e19;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8e19), color-stop(100%, #fd8e19));
  background: -webkit-linear-gradient(top, #fd8e19 0%, #fd8e19 100%);
  background: -moz-linear-gradient(top, #fd8e19 0%, #fd8e19 100%);
  background: -ms-linear-gradient(top, #fd8e19 0%, #fd8e19 100%);
  background: -o-linear-gradient(top, #fd8e19 0%, #fd8e19 100%);
  background: linear-gradient(to bottom, #fd8e19 0%, #fd8e19 100%);

}


.btn-primary{
	background-color: #ffea17!important;
  color: #282828 !important;
  border-color: #ffea17!important;
  /*background-image: linear-gradient(to bottom, #e9d10c, #e9cd0b, #e9c80b, #e9c40b, #e9c00c);*/
}

.btn-primary:hover {
    background-color: #efdc14!important;
    border-color: #efdc14!important;
    /*background-image: linear-gradient(to bottom, #d6c008, #d9be07, #dbbc06, #deba06, #e0b807);*/
}


.btn-danger{
  background-color: #dc3545!important;
  color: #ffffff !important;
  border-color: #dc3545!important;
  /*background-image: linear-gradient(to bottom, #e9d10c, #e9cd0b, #e9c80b, #e9c40b, #e9c00c);*/
}

.btn-danger:hover {
    background-color: #aa202d!important;
    border-color: #aa202d!important;
    /*background-image: linear-gradient(to bottom, #d6c008, #d9be07, #dbbc06, #deba06, #e0b807);*/
}

.pagetitle{
  font-weight: bold;
  font-size: 20px;
}

.headerBg{
	/*background-image: linear-gradient(to right top, #fc9c1a, #f0841a, #e36c1b, #d4551d, #c33d1e);*/
	background: #330169;
	box-shadow: 1px 0px 10px #909090;
}

.headerMenu{
	height: 55px;
}

.headerMenu .title{
	color: #f27439;
	font-weight: bold;
	font-size: 1em;
}

.mainContainer{
	height:calc(100vh - 55px);
}

.mainLogo{
	height:100px;
}

.mainLogo2{
  height:35px;
}

.loginBg{
	/*background: #5f03c4;*/
  background-image: linear-gradient(to bottom, #5f03c4, #5002a4, #410186, #330169, #25014d);
}

.loginPanel{
	width:400px;
	border-radius: 25px;
	padding: 40px 30px;
	/*background: rgb(255 255 255 / 50%);*/
	z-index: 1;
}

.btn.roundedItem{
	min-width: 130px;
}

.roundedItem{
	border-radius: 25px;
}

.loginbtn{
	min-width: 60%;
}

.loginContainer{
	width: 100vh;
  height: 100vh;
}

.portalName{
  border-radius: 30px;
  font-size: 13px;
  padding: 4px 15px;
  font-weight: bold;
  background: #7417f1;
  color: #ffffff;
  box-shadow: 2px 1px 8px rgba(88,88,88,0.5);
  /*background-image: linear-gradient(to left top, #f57d47, #e16c38, #ce5b29, #ba4a19, #a73908);*/
}

.contentArea{
	padding-left: 60px;
	height: calc(100vh - 55px);
	overflow-y: scroll;
}

.ql-editor img{
  width: 100%;
}

.menuIcon{
	height:30px;
	width: 30px;
	border-radius: 25px;
	background: #efefef;
	color: #292929;
	border: 1px solid #d2d2d2;
}

.userIcon{
	height:30px;
	border-radius: 25px;
	background: #efefef;
	color: #292929;
	border: 1px solid #d2d2d2;
	padding: 0px 15px;
	font-weight: bold;
	cursor: pointer;
}

.userIcon span{
	font-size: 12px;
	margin-left: 5px;
}


@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
}
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
.fa-2x {
font-size: 2em;
}
.main-menu .fas {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.main-menu li{
	border-left: 2px solid rgba(0,0,0,0);
}

.main-menu li.current{
	border-left: 2px solid #5f03c4;
}



.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
background:rgba(41,41,41,0.95);
border-right:1px solid #e5e5e5;
position:absolute;
top:0;
bottom:0;
height:100%;
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:99;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#ffffff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
cursor: pointer;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5f03c4;
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}













.loadingpanel{
	z-index: 99999;
	position:fixed;
	width: 100vw;
	height:100vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}


.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #7417f1 #7417f1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}


.loader2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #afafaf #afafaf transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader2::after,
.loader2::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader2::before {
  width: 32px;
  height: 32px;
  border-color: #afafaf #afafaf transparent transparent;
  animation: rotation 1.5s linear infinite;
}

.viewpanelbg{
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100vw;
	height:100vh;
	left: ;:0;
	top: 0;
	z-index: 100;
}

.viewpanel1{
	background: #ffffff;
	position: fixed;
	width: 400px;
	height:100vh;
	right:0;
	top: 0;
	z-index: 101;
}

.panelShow{
	right:0px;
}

.panelHide{
	right:-500px;
}

.bootstrap-select .dropdown-toggle{
	background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 25px;
}

.bootstrap-select .dropdown-toggle:focus-visible,.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select .dropdown-toggle:active,.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	background-color: #ffffff !important;
	border-color: 1px solid #ced4da !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 15px;
}

.bs-searchbox input{
	border-radius: 25px;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0px;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #c3c3c3;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }
.form-switch input { display: none; }
.form-switch input:checked + i { background-color: #4BD763; }
.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }
.form-switch span{ align-self: center!important; }

.fitselect.bootstrap-select .dropdown-menu {
    max-width: -webkit-fill-available;
    /* position: fixed!important; */
}


.viewFullpanel{
	background: #ffffff;
	position: fixed;
	width: calc(100vw - 60px);
	height:calc(100vh - 55px);
	right:0;
	top: 55px;
	z-index: 2;
}

.fullPanelShow{
	right:0px;
}

.fullPanelHide{
	right: calc(-100vw - 60vw);
}

.fullclosebtn{
	position: absolute;
	top: 15px;
	right:20px;
	cursor: pointer;
	z-index: 1;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 13px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 13px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 2px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #fd8e19;
  color: #ffffff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fd8e19;
  width: 100%;
  top: 13px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}


.stepper-item.active .step-counter {
	background: #fd8e19;
	color: #ffffff;
}

.compulsary{
	color: #ff0707;
	margin-left: 3px;
}

.tabbar{
	width: 100%;
	height:3px;
	background: #efefef;
}

.colortab{
	font-weight: bold;
	cursor: pointer;
	user-select: none;
}

.colortab .tabbar{
	width: 100%;
	height:3px;
	background: #efefef;
	margin-top: 3px;
	position: relative;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #9368c0;
   
}

.colortab .tabbar.active .fill{
	width: 100%;
	 transition: width 0.8s; /* Transition for width change */
}

.form-check-input {
    margin-top: 0.2rem;
}

.textbox-container {
  position: relative;
}

.textbox-container input[type="text"]{
	width: 100%;
  padding: 10px;
  border: none;
}

.textbox-container input[type="text"]:focus-visible{
	outline: none !important;
}

.clear-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #858585;
  cursor: pointer;
}

.hovertablecolumn{
  cursor: pointer;
}

.hovertablecolumn:hover{
  background: #fd8e19!important;
  cursor: pointer;
  color: #ffffff!important;
}

/*.timetable .weekend{
  background: #fdb964;
}

.hovertablecolumn.weekend{
  background: #fdb964;
  cursor: pointer;
}

.hovertablecolumn.weekend:hover{
  background: #fd8e19;
  cursor: pointer;
  color: #ffffff;
}*/

.timetable th.weekend{
  color: #fd8e19;
}

.timetable th.holiday{
  color: #00a14d;
}

.timetable td.weekend{
  background: #fdeed6;
}

.timetable td.holiday{
  background: #ecffe6;
}



.timetable.table-bordered td, .timetable.table-bordered th {
  padding: 0.3rem 0.25rem;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem - 0.5px) !important;
}

.timetable .titletype{
  background: #cdcdcd;
  padding: 1px 1px!important;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-style: italic;
}

.timetable .datecol{
  width: 45px;
  text-align: center;
}

.timetable .totalcol{
  width: 50px;
  text-align: center;
}

.timetable .codecol{
  width: 120px;
  text-align: center;
}

.timetable .totalrow{
  font-weight: bold;
  color: #004cc1;
  border-top: 4px solid #cdcdcd !important;
  background: #f3f3f3;
}

.timetable .OTrow{
  font-weight: bold;
  color: #dc3545;
  background: #f3f3f3;
}

#periodResultTable td.draft{
  font-weight: bold;
  color:#898989;
}

#periodResultTable td.submitted{
  font-weight: bold;
  color:#4BD763;
}


.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
}
.pcss3t > input {
  position: absolute;
  left: -9999px;
}
.pcss3t > label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.1s;
  -o-transition: all 0.1s;  
  -ms-transition: all 0.1s; 
  -moz-transition: all 0.1s;  
  -webkit-transition: all 0.1s;
}
.pcss3t > label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 17px;
}
.pcss3t > input:checked + label {
  cursor: default;
}
.pcss3t > ul {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 13px;
}
.pcss3t > ul > li {
  position: absolute;
  width: 100%;
  overflow: auto;
  /*padding: 30px 40px 40px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;  
  -ms-transition: all 0.5s; 
  -moz-transition: all 0.5s;  
  -webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
  z-index: 1;
  background: #f8f8f8;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1,1);
  -webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
  height: auto !important;
}
.pcss3t-height-auto > ul > li {
  position: static;
  display: none;
  height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
  display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}
.pcss3t .grid-row:after {
  content: '';
  display: table;
  clear: both;
}
.pcss3t .grid-row:first-child {
  margin-top: 0;
}
.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}
.pcss3t .grid-col:first-child {
  margin-left: 0;
}
.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
}
.pcss3t .grid-col-1 {
  width: 15%;
}
.pcss3t .grid-col-2 {
  width: 32%;
}
.pcss3t .grid-col-3 {
  width: 49%;
}
.pcss3t .grid-col-4 {
  width: 66%;
}
.pcss3t .grid-col-5 {
  width: 83%;
}
.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
  margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
  margin-left: 36%; 
}
.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: Gabriela, Georgia, serif;
  text-align: left;
  color: #333;
}
.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}
.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
  margin-top: 5px;
}
.pcss3t .typography ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}
.pcss3t .typography ol {
  counter-reset: list1;
}
.pcss3t .typography ol > li:before {
  counter-increment:list1;
  content: counter(list1)'.';
  position: absolute;
  top: 0;
  left: 0;
}
.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}
.pcss3t .typography a:hover {
  text-decoration: none;
}
.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
  display: block;
}
.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}
.pcss3t .typography .link:hover {
  text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
  margin-top: 0;
}
.pcss3t .typography .text-center {
  text-align: center;
}
.pcss3t .typography .text-right {
  text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
  cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
  -webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
  -webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
  top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
  left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
  top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
  left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
  float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
  text-align: center;
}
.pcss3t-icons-top > label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-right > label i {
  float: right;
  margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
  text-align: center;
}
.pcss3t-icons-bottom > label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-only > label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}

/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  .pcss3t > label {
    display: block;
  }
  .pcss3t > .right {
    float: none;
  }
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label { 
  padding: 0 20px;
  background: #e5e5e5;
  font-size: 13px;
  line-height: 35px;
}
.pcss3t > label:hover {
  background: #f2f2f2;
}
.pcss3t > input:checked + label {
  background: #f8f8f8;
}
.pcss3t > ul {
  background: #fff;
  text-align: left;
}
.pcss3t-steps > label:hover {
  background: #e5e5e5;  
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background: #d6d6d6;
  box-shadow: 0 2px #e9e9e9;
  color: #777777;
  opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
  background: #c8c8c8;
  opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
  margin-bottom: 0;
/*  padding-bottom: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
  color: #212529;
  opacity: 1;
}
.pcss3t-theme-1 > ul {
  border-radius: 5px;
  /*box-shadow: 0 3px rgba(0,0,0,0.2);*/
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
  /*border-top-left-radius: 0;*/
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-1 > label {
    margin-right: 0;
  }
  .pcss3t-theme-1 > input:checked + label {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-radius: 5px;
  }
  .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 5px;
  }
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
  padding: 5px;
  background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
  margin-right: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  color: #fff;
  opacity: 1;
}
.pcss3t-theme-2 > label:hover {
  background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
  padding-bottom: 0;
  background: #fff;
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  color: #822bd9;
}
.pcss3t-theme-2 > ul {
  margin: 0 -5px -5px;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-2 > ul {
    margin-top: 5px;
  }
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
  background: rgba(0,0,0,0.8);  
}
.pcss3t-theme-3 > label {
  background: none;
  border-right: 1px dotted rgba(255,255,255,0.5);
  text-align: center;
  color: #fff;
  opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
  background: none;
  color: #d9d92b;
  opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
  background: #d9d92b;
  color: #000;
  opacity: 1;
}
.pcss3t-theme-3 > ul {
  border-top: 4px solid #d9d92b;
  border-bottom: 4px solid #d9d92b;
  border-radius: 0;
  box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background: #78c5fd;
  background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
  background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
  box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
  line-height: 39px;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  color: #fff;
}
.pcss3t-theme-4 > label:hover {
  background: #90cffc;
  background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
  background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
  background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
  top: 1px;
  background: #5f9dc9;
  background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
  background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
  text-shadow: none;
}
.pcss3t-theme-4 > ul {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-4 > label {
    margin-right: 0;
  }
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
  padding: 15px;
  border-radius: 5px;
  background: #ad6395;
  background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
  background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
  margin-right: 10px;
  margin-bottom: 15px;
  background: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  opacity: 1;
}
.pcss3t-theme-5 > label:hover {
  background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
  background: rgba(255,255,255,0.3);
  color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
  margin: 0 -15px -15px;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-5 > input:checked + label:after {
    display: none;
  }
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
  /*height: 370px;*/
  height: calc(100vh - 175px);
}


.multioption {
    background: #fafafa;
    border-radius: 35px;
    padding: 4px 4px;
}

.multioption .opt{
    padding: 5px 10px;
    cursor: pointer;
}

.multioption .opt.active{
    padding: 5px 10px;
    background: #d94f1b;
    color: #ffffff;
    border-radius: 35px;
}

.multioption .opt:hover{
    padding: 5px 10px;
    background: #fbece6;
    border-radius: 35px;
}

.multioption .opt.active:hover{
    padding: 5px 10px;
    background: #d94f1b;
    color: #ffffff;
    border-radius: 35px;
}

.empty-class{
   background: #f6f6f6;
}

.empty-class .name{
  font-weight: normal!important;
  font-style: italic;
}

.empty-class img{
   display: none;
}

.booked-class{
  color: #ffffff;
  background: #4a2c6a;
}

