/*body {
    background: #f5f6f7;
}*/

#appWizard .container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#appWizard .btn {
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  display: inline;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 40px;
  margin: 15px 15px;
  padding-bottom: 10px;
}

#appWizard table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 300px;
  height:200px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.2);
}
#appWizard table thead {
  color: #fff;
  background: #0e6bd3;
}
#appWizard table thead td {
  padding: 1px;
  text-align: center;
  border-left: 1px solid #fff;
}
#appWizard table thead td:first-child {
  border-left: none;
}
#appWizard table tr {
  color: #6c6c6c;
  background: #e0e0e0;
}
#appWizard table tr td {
  padding: 5px;
  text-align: center;
  border-right: 2px solid #fff;
  border-bottom:2px solid #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}

/* Customize Scheduling Wizard */
#appWizard .overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #1d2d3d;
    z-index: 1;
    opacity: 0.5;
    top: 0;
}

#appWizard .main-container {
    /*max-width: 1170px;*/
        /*max-width: 970px;*/
    max-width: 100%;
    margin: 15px !important;
    min-height: 97vh;
    position: relative;
    z-index: 10;
}

#appWizard .custom-container {
    width: 100%;
    /*max-width: 970px;*/
    /*padding: 0 15px;*/
}

#appWizard .panel {
    border: 1px solid #e3e8ed;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#appWizard .panel-heading {
    padding: 10px 15px;
    background: #507eac;
    margin: 0 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

#appWizard .panel-body {
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

#appWizard .panel-body .btn {
    height: 34px;
    padding: 6px 10px;
    margin: 0 !important;
    background: #13c4a5;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    border-width: 0;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    font-weight: 600;
    text-transform: uppercase;
}

#appWizard .box-left-movies,
#appWizard .box-right-selected-movies {
    border: 1px solid #e3e8ed;
    margin: 15px 0;
    border-radius: 4px;
}

#appWizard .panel-left {
    width: 38%;
    margin-right: 1%;
    margin-left: 1%;
}

#appWizard .panel-right {
    width: 58%;
    margin-left: 1%;
    margin-right: 1%;
}

#appWizard .h-movie-list-container {
    /*width: 22%;*/
    /*margin-right: 1%;*/
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap !important;
}

#appWizard .h-movie-list-container .btn-gray {
    margin: 0 5px 5px;
    max-width: 220px;
}

#appWizard .panel-right-2 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border: none;
}

#appWizard .custom-input > div {
    width: 100% !important;
}

#appWizard .btn-gray {
    height: 34px;
    line-height: 27px;
    padding: 4px 12px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
    border-width: 1px;
    border-color: #c3c6c9;
    color: #657483;
    background-color: #f5f6f7;
    font-size: 14px;
    margin: 5px 15px 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#appWizard .btn-info {
    height: 34px;
    line-height: 27px;
    padding: 4px 12px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    border-width: 1px;
    color: #fff;
    border: none;
    background-color: #5191d1;
    font-size: 14px;
    margin: 5px 15px 0;
}

#appWizard .btn-container-panel {
    border-radius: 0;
    border-width: 0 0 1px 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: right;
    /*justify-content: flex-end !important;*/
}

#appWizard .btn-container-panel .btn-success {
    margin: 0 15px 0 0;
    font-size: 20px;
    height: 34px;
    line-height: 27px;
    padding: 4px 12px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
    border-width: 1px;
    border-color: #c3c6c9;
    color: #657483;
    background-color: #f5f6f7;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#appWizard .btn-container-panel .btn-success:hover {
    background-color: #c3c6c9;
    border-color: #c3c6c9;
    color: #657483;
}

#appWizard .btn-container-panel .btn-info {
    margin-top: 0;
    font-size: 20px;
}

#appWizard .btn-container-panel .btn-info:hover {
    color: #ffffff;
}

#appWizard .chosen-container {
    min-width: 200px;
}

/* Tabs */
#appWizard .rc-tabs {
    text-align: center;
    padding: 0 0 10px 0;
}

#appWizard .rc-tabs .btn {
    height: 34px;
    padding: 6px 10px;
    margin: 0 !important;
    border-width: 0 1px 0 0;
    border-color: #c3c6c9;
    color: #657483;
    background-color: #f5f6f7;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    font-weight: 600;
    text-transform: uppercase;
    float: none;
}

#appWizard .rc-tabs .btn.active {
    background: #13c4a5;
    color: #fff;
}

#appWizard .rc-tabs .btn:last-child {
    border: none;
}

/* Salas */
#appWizard .row-function .function-name {
    /*width: 100%;
    max-width: 140px;*/
    padding: 0 9px 0 8px;
    min-height: 70px;
    background: #33789e;
    position: relative;
    width: 30px;
}

#appWizard .row-function:nth-child(odd) .function-name {
    background: #2e6b8c;
}

#appWizard .function-name .rc-v-box {
    text-align: center;
}

#appWizard .function-name .level2 {
    font-size: 12px;
    font-weight: 400;
}

#appWizard .row-function .function-name .rc-v-box,
#appWizard .row-function .function-name .rc-md-icon-button {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#appWizard .row-function .function-name .rc-v-box {
    margin: 0 -22px 0 !important;
}

#appWizard .row-function .function-name .rc-md-icon-button {
    position: absolute;
    top: 8px;
    left: 5px
}

/* Box movie det */
#appWizard .row-function .rc-popover-anchor-wrapper {
    min-width: 185px;
}

#appWizard .row-function .rc-popover-anchor-wrapper .rc-point-wrapper{
    justify-content: center;
}

#appWizard .movie-box-det {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    position: relative;
    width: 100%;
    max-width: 175px;
}

#appWizard .movie-box-det .level2{
    width: 100%;
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#appWizard .movie-box-det .rc-h-box > .level2 {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#appWizard .movie-box-det .rc-md-icon-button {
    position: absolute;
    top: -13px;
    left: 3px;
    background: darkred;
    color: #fff;
    font-size: 14px;
    height: 18px;
    line-height: 1.5;
}

#appWizard .room-cont {
    background: #507eac;
    padding: 5px;
    min-width: 185px;
    text-align: center;
    position: relative;
}

#appWizard .room-cont:nth-child(odd) {
    background: #4a76a0;
}

#appWizard .room-cont .level2 {
    font-size: 14px;
    font-weight: 400;
}

#appWizard .room-cont .rc-md-icon-button {
    position: absolute;
    right: 10px;
}

#appWizard .left-cont{
    /*margin-top:-33px;
    margin-left:600px;
    position:relative;*/
    display: inline-block;
    margin-left: 20px;
}

#appWizard .float-right{
    margin-left:1000px;
    float:right;
    width:100%;
}

#appWizard .alert {
    margin: 5px 15px;
}

#appWizard .schedul-drag-cont {
    overflow-x: scroll;
    overflow-y: hidden;
}

#appWizard .datepicker {
    margin-left: 0 !important;
}

#appWizard .datepicker td.today,
#appWizard .datepicker td.today:hover {
    border-radius: 4px;
    border: none;
}

#appWizard .datepicker td.active,
#appWizard .datepicker td.active:hover {
    height: 52px;
    border: none;
}

#appWizard .chosen-drop .chosen-search {
    display: none !important;
}

#appWizard .title-compelx-name {
    margin: 5px 0 0 10px !important;
}

#appWizard .time-entry {
    width: 38px;
    text-align: center;
    padding: 0;
    line-height: 1.5;
}

#appWizard .time-entry:focus {
    outline: none;
    border: 1px solid darkred;
}

#appWizard .data-move-cont {
    font-size: 12px;
}

#appWizard .type-movie-flag {
    background: #13c4a5;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    transform: translateX(32%) translateY(-55%);
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}
