﻿.tab-wrapper{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    
}

.wizard-center{
    border: 1px solid #ddd;
    box-shadow: 5px #dddddd;
    background: #ffffff;
}


.steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 4px;
    /*border-bottom: 2px solid #000;*/
}

.btn-step {
    display: inline-block;
    padding: 1rem 2rem 1rem 4rem;
    background: #CCC;
    color: #000;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*overflow: hidden;*/
    font-size: 16px;
}

.btn-step > span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: #B1810B;*/
    color: #000;
    padding: 10px 10px;
    font-size: 24px;
    line-height: 1em;
    background: #b68611;
}

.step-active{
    background: #e2a91e;
    font-weight: bold;
}

.step-line-complete{
    display: inline-flex;
    width: 100px;
    height: 2px;
    background: #000;
}

.progress{
    border-bottom: 2px solid black;
    border-top :2px solid black;
}
#rowNav{
    border-radius: 5px;
    background: #eee;
}
#btnPrev, #btnNext, #btnSubmit{
    color: #000;
    background:#e2a91e;
    border-radius: 10px;
    border: 1px solid #ab7e0f;
    font-weight:bold;
    margin: 4px;
}

#btnQuickSave{
    position: absolute;
    color: #000;
    background:#e2a91e;
    border-radius: 10px;
    border: 1px solid #ab7e0f;
    font-weight:bold;
    margin-top:4px;
    right:40px;
}

.channel-list:hover{
    background:#dddddd;
}



/*#accordion-view .panel{
    margin-top: 0px;
}

#accordion-view .badge{
    background: #e2a91e;
    color: black;
    font-size: 15px;
}

#accordion-view .panel-heading{
    cursor: pointer;
}*/


.helper{
    position: fixed;
    top: 60% !important;
    right: 0;
    /*color: rgb(0, 129, 194);*/
    width:50px;
    height:50px;
    border-radius: 5px 25px 5px;
    background: #dfeef6;
    
}
.helper > .help-icon:before{
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0081C2;
    content: "\f129";
    margin-top:5px;
}
.helper > i.fa-info-circle{
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}



.introjs-tooltiptext p{
    margin-left: 10px;
    margin-right: 10px;
}


p.intro-header{
    font-size: 17px;
    color: #a3792c;
    text-align: center;
    margin-left:-5px;
}

.em-text{
    font-weight: bold;
    color: #B1810B;
    font-size:medium;   
}

.intro-list li{
    list-style-type: none;
    margin-left: -30px;
    margin-bottom: 25px;
}
.intro-list li:after{
    
}



.toggle {
  display: inline-block;
  line-height: 1;
  font-size: 1.2em;
}
.toggle input {
  display: none;
}
.toggle i {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: .15em 1.7em .15em .15em;
  border-radius: 1em;
  cursor: pointer;
  background-color: #b3b3b3;
}
.toggle :checked + i {
  padding-right: .15em;
  padding-left: 1.7em;
}
.toggle :checked + i::after {
  content: 'Yes';
  padding: 0 2em 0 .5em;
}
.toggle i::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: white;
}
.toggle i::after {
  content: 'No';
  margin: auto;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 .5em 0 2em;
  width: 100%;
  box-sizing: border-box;
  height: 1em;
  text-align: center;
  line-height: 1;
  font-size: .6em;
  font-style: normal;
  color: #fff;
  font-weight: 900;
}

.toggle-yes-no i::after {
  content: 'No';
}
.toggle-yes-no :checked + i::after {
  content: 'Yes';
}

.toggle-muted :checked + i {
  background-color: #e6e6e6;
}

.toggle-success :checked + i {
  background-color: #7fbb40;
}

.toggle-primary :checked + i {
  background-color: #5899db;
}

.toggle-accent :checked + i {
  background-color: #3a7ec7;
}

.toggle-info :checked + i {
  background-color: #80b4ec;
}

.toggle-warning :checked + i {
  background-color: #ffc627;
}

.toggle-danger :checked + i {
  background-color: #c1272d;
}

.toggle [disabled] + i {
  opacity: .5;
}

.toggle-xs {
  font-size: .8em;
}

.toggle-sm {
  font-size: 1.4em;
}

.toggle-md {
  font-size: 1.8em;
}

.toggle-lg {
  font-size: 2em;
}

.toggle-xlg {
  font-size: 2.5em;
}


#allDayChk label:first-child{
  margin-left: 5px;
}

/** Custom Select **/
.custom-select-wrapper {
  /*position: relative;
  display: inline-block;*/
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position:relative;
  float:left;
  display: inline-block;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  width:100%;
  margin-bottom: 0;
  /*margin-left:15px;*/
  padding-left:0px;
  /*z-index: 2l;*/
}
.first_cube,
.second_cube {
  position: relative;
  display: block;
  padding: 2px 0 0 18px;
  font-size: 16px;
  /*font-weight: 300;*/
  color: #000;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.first_cube:after,
.second_cube:after {
  position: absolute;
  display: block;
  content: '';
  width: 12px; 
  height: 12px;
  top: 50%; right: 25px;
  margin-top: -3px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: all .5s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .first_cube:after,
.custom-select.opened .second_cube:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  /*position: absolute;
  display: block;*/
  /*top: 100%; left: 0; right: 0;
  min-width: 200%;*/
  max-height: 250px;
  overflow-y: auto;
  position: absolute;
  margin: 7px 0;
  z-index: 3;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.07);
  background: #fff;
  transition: all .5s ease-in-out;
    
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 10px; 
  height: 10px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}

.custom-options::-webkit-scrollbar {
    width: 20px;
    height: 15px;
} 
.custom-options::-webkit-scrollbar-track {
  
  background: #A3D6D7;
  -webkit-box-shadow: inset 0 0 6px rgb(91, 104, 112);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.custom-options::-webkit-scrollbar-thumb {
  background: #7CA6C0;
  -webkit-box-shadow: inset 0 0 6px rgb(46, 175, 155);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.custom-option {
  /*position: relative;
  float:left;
  display: flex;
  justify-content: space-between;
  width:50%;
  padding: 0 14px;*/
      
  /*border-top: 1px solid #b5b5b5;*/
  font-weight: 600;
  color: #000;
  line-height: 2.7em;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.custom-options > .row {
  border-bottom: 1px solid #b5b5b5;
}

.custom-option{
  height: 100%;
}
.custom-option:first-of-type {
  /*border-radius: 4px 4px 0 0;*/
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover {
  background: #49b887f0;
  background: rgba(184, 135, 15, 0.60);
  /*border: 1px solid #a3792c;*/
}
.custom-option.selection {
  background: #e2a91e;
  background: rgba(226, 169, 30, 0.3);
}



.cubeshape {
	height: 45px;
}

.cube {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s; /* Animate the transform properties */
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; 
}


.first_cube,
.second_cube {
  display: block;
	background: #A3D6D7;
  line-height: 2em;
	height: 40px;
	/*width: 100%;*/
      -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
        position: absolute;
    width: 100%;
}

.first_cube {
  z-index: 2;
	border-bottom: 4px solid #7CA6C0;
  /*-webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);  
  transform: rotateX(-180deg);*/  
}

.second_cube {
	border-top: 4px solid #7CA6C0;
	    z-index: 1;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);  
    transform: rotateX(-180deg);  
}

.cube:hover .first_cube{
  z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.cube:hover .second_cube{
      z-index: 2;   
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*.cube:hover {
	        transform: rotateX(95deg);
      -ms-transform: rotateX(95deg);
  -webkit-transform: rotateX(95deg);
}*/

div#tri-select{
  border: 1px solid black;
  border-radius: 20px !important;
  color: #000;
  height: 30px;
}

#tri-select > div{
  padding-left: 0;
  padding-right: 0;
	z-index: 4; /* needs to be greater than the location input div */
}

#tri-select label{
  font-size: 14px;
  padding: 4px 4px 4px 4px;
  width: 100%;
  text-align:center;
}

#tri-select .selected{
  color: #000;
  display: inline-block;
  background:#e2a91e;
}

#tri-select > div:first-child > label.selected{
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#tri-select > div:last-child > label.selected{
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.location{
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #b5b5b5;
  padding: 20px 15px 5px 15px;
  margin: -18px 0 0 0;
  /*position: absolute;*/
  z-index: 3;
}
.ms-select {
  max-height: 200px;
  overflow-y: scroll;
}

.ms-select::-webkit-scrollbar {
    width: 15px;
    height: 15px;
} 
.ms-select::-webkit-scrollbar-track {
  background: #A3D6D7;
  -webkit-box-shadow: inset 0 0 6px rgb(91, 104, 112);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.ms-select::-webkit-scrollbar-thumb {
  background: #7CA6C0;
  -webkit-box-shadow: inset 0 0 6px rgb(46, 175, 155);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.hosting-department {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e2a91e;
}
.hosting-department:first-child {
  border-top: none;
}
.hosting-department:last-child{
  border-bottom: none;
}

#btnDownloadAttachment{
  font-size: 14px;
  padding: 5px 8px;
}
.text-center > .control-label{
  text-align: center;
}


.attachment-view{
  border-bottom: 1px solid #e2a91e;
}
.attachment-view:last-child{
  border-bottom:none;
}

.wizard-page-break {
  width: 100%;
  border-top: 1px solid #e2a91e;
  margin-top: 7px;
  margin-bottom: 7px;
}
#btnReservation{
  margin-bottom: 10px;
}