.forecasttop {
    min-height: 30px;
    line-height: 30px;
    color: #010101;
    background: #e2f0d9;
    padding: 0 10px;
    width: 100%;
}
.leftforecasttop {
    font-size: 15px;
    float: left;
    padding:0 10px 0 33px;
    position: relative;
    cursor: pointer;
}
.leftforecasttop:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 22px;
    display: block;
    background: url(../images/arrowdown.png) no-repeat center center;
     -webkit-background-size: auto 16px;
    background-size: auto 16px;
}
.leftforecasttop.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.leftforecasttop span { display: block; float: left; }
.leftforecasttop span strong { font-weight: 600; }
.leftforecasttop span:nth-child(2) { margin-left: 20px; }
.rightforecasttop { float: right; }
.btn-return,
.btn-back {
    float: left;
    margin-top: 2px;
    width: 28px;
    height: 26px;
    padding: 0;
    cursor: pointer;
}
.btn-return {
    background: #894F76 url(../images/icon-return2.png) no-repeat center center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    border-radius: 2px;
}
.btn-return:hover {
    background: #894F76 url(../images/icon-return2hover.png) no-repeat center center;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}
.btn-back { margin-right: 10px; width: 26px; }
.btn-back img {
    display: block;
    max-width: 100%;
    height: auto;
}
.runningtotal {
    background: #85cdc1;
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    overflow: hidden;
}
.runningtotaltitle { float: left; }
.runningtotal ul {
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}
.runningtotal ul li {
    float: left;
    position: relative;
    margin-left: 13px;
}
.runningtotal ul li:before {
    content: '';
    width: 1px;
    height: 16px;
    float: left;
    display: block;
    background: #131111;
    position: absolute;
    left: -7px;
    top: 7px;
}
.forecastcomparedate { display: none; }
.forecastrow { margin-top: 10px; }
.btn-compareto,
.btn-datadisplay,
.btn-editpickup {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-decoration: none !important;
    color:#fff !important;
    background: #7F7DA0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 100px;
    float: left;
    padding: 0 10px;
    margin: 0;
    text-decoration: none !important;
    cursor: pointer;
}
.btn-editpickup { margin: 0 5px; }
.forecastrowright {
    height: 30px;
    margin-left: 110px;
}
.forecastcheckoption {
    position: relative;
    display: block;
    float: left;
    padding: 0;
    background: #f5f5f5;
    margin-right: 5px;
    background: -moz-linear-gradient(top, #eee 0%,  #c5c5c5 100%) !important;
    background: -webkit-linear-gradient(top, #eee 0%, #c5c5c5 100%) !important;
    background: linear-gradient(to bottom, #eee 0%, #c5c5c5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#c5c5c5',GradientType=0 ) !important;
}
.forecastcheckoption div {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    padding:0 0 0 34px;
    width: 106px;
}
.forecastcheckoption div small {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 15px;
}
.forecastcheckoption .ncheck {
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.forecastcheckoption .ncheck {
    position: absolute;
    left: 10px;
    top: 6px;
}
.forecastcheckoption .ncheck input { position: absolute; opacity: 0; }
.forecastcheckoption .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    display: block;
    border: 1px solid #4ca354;
    background-color: #fff;
}
.forecastcheckoption .ncheck:hover input ~ .checkmark { background-color: #fff; }
.forecastcheckoption .ncheck input:checked ~ .checkmark { background-color: #fff; }
.forecastcheckoption .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.forecastcheckoption .ncheck input:checked ~ .checkmark:after { display: block; }
.forecastcheckoption .ncheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #4ca354;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forecastcheckoption1 { padding-right: 14px; }
.forecastcheckoption1 div.widthauto {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    padding:0 0 0 34px;
    width: auto;
}
.checkfcstsessions .fiscalactiveitem { display: none; padding-right: 10px; margin-left: 10px; float: left; }
.checkfcstsessions .fiscalactiveitem.active { display: block; }
.forecastcheckoption .checkfcstsessions small {
    float: left;
    display: block;
    max-width: 100%;
    width: inherit;
    padding: 0;
    overflow: hidden;
}
.forecastcheckoption .checkfcstsessions {
    position: relative;
    min-width: 150px;
}
.forecastcheckoption div ul {
    width: 130px;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 1px solid #bcbcbc;
    position: absolute;
    left: 28px;
    top: 26px;
    z-index: 150;
    overflow: hidden;
    display: none;
}
.forecastcheckoption div ul li {
    height: 26px;
    line-height: 26px;
    list-style: none;
    padding: 0 5px;
    background: #fff;
    cursor: pointer;
}
.forecastcheckoption div.checkoption3 { width: 116px; }
.fiscalcontentouter {
    float: left;
    margin:0 10px;
}
.fiscalrowcontent2 {
    background: #f5f5f5;
    min-height: 30px;
    padding: 2px 0 0 0;
    float: left;
}
.fiscalrowcontent2 .radio { float: left; display: block; margin: 0; }
.fiscalrowcontent2 > .radio.radiospace1 { width: 108px; }
.fiscalrowcontent2 > .radio.radiospace2 { width: 104px; }
.fiscalrowcontent2 > .radio.radiospace3 { width: 108px; }
.fiscalrowcontent2 > .radio.radiospace4 { width: 108px; }
.fiscalrowcontent2 > .radio.radiospace5 { width: auto; }
.fiscalrowcontent2 > .radio.radiospace6 { width: 188px; }
.fiscalrowcontent2 > .radio.radiospace7 { width: 124px; }
.fiscalrowcontent2 > .radio.radiospace8 { width: 120px; }
.fiscalrowcontent2 > .radio.radiospace9 { width: 90px; }
.fiscalrowcontent2 > .radio.radiospace10 { width: 90px; }
.fiscalrowcontent2 .radio.active,
.fiscalrowcontent2 .radio:hover {
    background: -moz-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
    background: -webkit-linear-gradient(top, #ebebeb 0%, #d1d1d1 100%) !important;
    background: linear-gradient(to bottom, #ebebeb 0%, #d1d1d1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d1d1d1',GradientType=0 ) !important;
}
.fiscalrowcontent2 .radio label {
    display: block;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    padding-left: 10px;
    font-size: 15px;
    color: #131111;
}
.fiscalrowcontent2 .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.fiscalrowcontent2 .radio .cr {
    position: relative;
    display: block;
    background: #37c5ab;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 26px;
    float: left;
    margin: 5px 5px 0 0;
}
.fiscalrowcontent2 .radio .cr i {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    background: #000;
    opacity: .55;
}
.fiscalrowcontent2 .radio label input[type="radio"] { display: none; }
.fiscalrowcontent2 .radio label input[type="radio"] + .cr > i { opacity: 0; transition: all .3s ease-in; }
.fiscalrowcontent2 .radio.active label input[type="radio"] + .cr > i { opacity: .55; }
.fiscalrowcontent2 .radio label input[type="radio"]:checked + .cr > i { opacity: .55; }
.fiscalrowcontent2 .radio label input[type="radio"]:disabled + .cr { opacity: .5; }
.fiscalrowcontent2 .radio .cr.color1 { background: #26c6da; }
.fiscalrowcontent2 .radio .cr.color2 { background: #ba68c8; }
.fiscalrowcontent2 .radio .cr.color3 { background: #fc91ad; }
.fiscalrowcontent2 .radio .cr.color4 { background: #3d5afe; }
.fiscalrowcontent2 .radio .cr.color5 { background: #fb8c00; }
.fiscalrowcontent2 .radio .cr.color6 { background: #ef5350; }
.forecastrow .btn-export {
    display: block;
    float: left;
    width: 88px;
    height: 30px;
    margin: 0;
    background: #e3f1fa url(../images/icon-export.png) no-repeat right top;
    cursor: pointer;
    font-size: 15px;
    color: #010101;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
}
.forecastrow .btn-export:hover { text-decoration: none; color: #010101; }
.fiscalrowcontent2 .radiofcstsessions label { display: block; float: left; padding-right: 10px; }
.fiscalrowcontent2 .radiofcstsessions .fiscalactiveitem {
    float: left;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    font-size: 15px;
    color: #131111;
}
.fiscalactiveitem { display: none; padding-right: 10px; margin-left: 10px; }
.fiscalactiveitem.active { display: block; }
.radiofcstsessions ul {
    width: 150px;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 1px solid #bcbcbc;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 150;
    display: none;
}
.radiofcstsessions ul li {
    height: 26px;
    line-height: 26px;
    list-style: none;
    padding: 0 10px;
    background: #fff;
    cursor: pointer;
}
.gotoselectarea {
    margin: 2px 10px 0 0;
    width: 135px;
    float: left;
}
.gotoselectarea .form-control {
    height: 26px;
    border-radius: 0;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
}
.gotoselectarea span.multiselect-native-select {
    position: relative;
    display: block;
    margin: 0 !important;
    background: none !important;
}
.gotoselectarea .multiselect,
.gotoselectarea .dropdown-toggle,
.gotoselectarea .btn,
.gotoselectarea .btn-default,
.gotoselectarea .multiselect-native-select,
.gotoselectarea .multiselect-native-select .multiselect {
    width: 100% !important;
    display: block;
    border: none;
    border-radius: 0;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #131111;
    background: #f5f5f5;
    cursor: pointer;
}
.gotoselectarea .multiselect-native-select { width: 100% !important; padding: 0; }
.gotoselectarea .multiselect-native-select .btn-group { display: block; margin-bottom: 0; }
.gotoselectarea .btn-group.open .dropdown-toggle { background: #f5f5f5; }
.gotoselectarea .multiselect-container { top: 26px; }
.gotoselectarea .multiselect-container,
.gotoselectarea .multiselect-container li {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 0;
    border-radius: 0;
}
.gotoselectarea .multiselect-container li a,
.gotoselectarea .multiselect-container li.active a { background: none; }
.gotoselectarea .multiselect-container li.active label  {
    height: 26px;
    line-height: 26px;
    display: block;
    color: #131111;
}
.gotoselectarea .multiselect-container li.active label  {
    background:  url(../images/icon-tick.png) no-repeat 98% center !important;
}
.gotoselectarea .multiselect-container li label { margin-right: 0; }
.gotoselectarea .report-row .radio:hover { background: none; }
.gotoselectarea .multiselect-container>li>a>label.radio>input[type=radio] { display: none !important; }
.gotoselectarea .multiselect-container>li>a>label>input[type=checkbox] { display: none !important; }
.gotoselectarea .multiselect-container>li>a>label {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}
.gotoselectarea .multiselect-native-select .multiselect .caret {
    height: 18px;
    width: 18px;
    display: block;
    border: none;
    top: 5px;
    right: 5px;
    background: url(../images/arrowright.png) no-repeat 0 0;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.gotoselectarea .multiselect-native-select .multiselect-selected-text {
    text-align: left;
    display: block;
    float: none;
}

/* Table */
.table-roomforcast .btn-save,
.table-roomforcast .btn-edit {
    height: 22px;
    line-height: 22px;
    min-width: 70px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    padding-left: 35px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.table-roomforcast .btn-edit:hover { text-decoration: none; color: #fff; }
.table-roomforcast .btn-edit {
    background: #894F76 url(../images/icon-edit.png) no-repeat 11px center;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
}
.table-roomforcast .btn-save {
    background: #894F76 url(../images/icon-save.png) no-repeat 11px center;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
}

.roomsforecast-content2 .table-responsive { position: relative; max-height: 100%; }
.table.table-roomforcast { border: none !important; }
.table.table-roomforcast tr th,
.table.table-roomforcast tr td {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: #000 !important;
    text-align: center;
    background: #b3c6e8;
    border-right: 1px solid #fff !important;
    vertical-align: middle;
}
.table.table-roomforcast tr th {  background: #98bad6; border-top: none !important; }
.table.table-roomforcast tr td {  background: #fff; border-top: 1px solid #fff; min-width: 75px; }
.table.table-roomforcast tr td:nth-child(2) {
    background: #d6def3;
    border-top: 1px solid #fff;
    min-width: 110px;
}
.table.table-roomforcast tr td.minusvalue { color:#ff0000 !important; }
.table.table-roomforcast > thead > tr > th,
.table.table-roomforcast > tr > td { border-bottom: 1px solid #fff; }
.table.table-roomforcast tr td:nth-child(1) { text-align: left !important;  }
.table.table-roomforcast tr.gradient td:nth-child(1),
.table.table-roomforcast tr.gradient td:nth-child(2) {
    height: 20px !important;
    line-height: 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.table.table-roomforcast tr.gradient td:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    color: #424242 !important;
    background: -moz-linear-gradient(top, #eee 0%,  #a6a6a6 100%) !important;
    background: -webkit-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
    background: linear-gradient(to bottom, #eee 0%, #a6a6a6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#a6a6a6',GradientType=0 ) !important;
}
.table.table-roomforcast tr.gradient td:nth-child(2) {
    background: -moz-linear-gradient(top, #eeeeee 0%,  #dddddd 100%) !important;
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%) !important;
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ) !important;
}
.table.table-roomforcast tr td { height: 24px; line-height: 24px; }
.table.table-roomforcast tr td:nth-child(1) { min-width: 250px; width: 250px; background: #f9f9f9; }
.table.table-roomforcast tr.fhighlightrow1 td { background: #ccecff; }
.table.table-roomforcast tr.fhighlightrow2 td { background: #f9f9f9; }
.table.table-roomforcast tr.fhighlightborder td { border-top: 1px solid #bdbdbd !important; }
.table.table-roomforcast tr.fhighlightrow3 td { background: #eff1f7; }
.table.table-roomforcast tr.fhighlightrow4 td { background: #e2f0d9; }
.table.table-roomforcast tr.fhighlightrow2 td.fixscrollcelltotal,
.table.table-roomforcast tr.fhighlightrow3 td.fixscrollcelltotal,
.table.table-roomforcast tr.fhighlightrow4 td.fixscrollcelltotal { background: #d4d9e8; }
.table.table-roomforcast tr.fhighlightrowedit td.celledit { padding: 0 !important; margin: 0 !important; }
.table.table-roomforcast tr.fhighlightrowedit td.celledit input {
    padding: 0 10px !important;
    margin: 0 !important;
    display: block;
    border-radius: 0;
    height: 24px;
    background: #ffffc1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
}
.table.table-roomforcast tr th.celledit { padding: 0 !important; margin: 0 !important; }
.forecastmethod .form-control {
    width: 100% !important;
    display: block;
    border: none;
    border-radius: 0;
    height: 22px;
    line-height: 22px;
    padding: 0 4px 0 4px !important;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #131111;
    margin: 0;
    background: #98bad6;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.forecastmethod .form-control option {
    background: #fff;
    padding: 0;
}
.btn-autoadjust {
    float: left;
    width: 125px;
    height: 26px;
    line-height: 26px;
    margin-top: 2px;
    display: block;
    text-align: center;
    margin-right: 0;
    background: #894F76 ;
    color: #fff;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    cursor: pointer;
    text-decoration: none;
}
.btn-autoadjust:hover {
    background: #894F76 ;
    color: #72caaf;
    text-decoration: none;
}

/* Fixing */
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell2 > div,
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell > div,
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcelltotal > div {
    position: absolute !important;
    left: inherit;
    top: inherit;
    z-index: 1000;
    display: block;
    padding: 0 10px;
}
.roomsforecast-content2 .table.table-roomforcast tr { overflow: hidden; }
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell2 > div {
    height: 19px !important;
    line-height: 19px;
    margin-top: -9px;
    margin-left: -10px;
    padding: 0 8px;
    width: 361px;
    background: -moz-linear-gradient(top, #eee 0%,  #a6a6a6 100%) !important;
    background: -webkit-linear-gradient(top, #eee 0%, #a6a6a6 100%) !important;
    background: linear-gradient(to bottom, #eee 0%, #a6a6a6 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#a6a6a6',GradientType=0 ) !important;
}
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcell > div {
    height: 24px;
    line-height: 24px;
    margin-left: -10px;
    padding: 0 8px !important;
    width: 251px;
    margin-top: -12px;
    border-right: 1px solid #fff;
    background: red;
}
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcelltotal {
    width: 110px;
    max-width: 110px;
}
.roomsforecast-content2 .table.table-roomforcast tr .fixscrollcelltotal > div {
    height: 24px;
    line-height: 24px;
    margin-left: -10px;
    padding: 0 8px;
    width: 110px;
    margin-top: -12px;
    border-right: 1px solid #fff;
}
.roomsforecast-content2 .table.table-roomforcast tr td > div {
    border-right: 1px solid #e3e7f2;
}
.roomsforecast-content2 .table.table-roomforcast tr:nth-child(2n-1) td div {
    border-right: 1px solid #fff;
}
.roomsforecast-content2 .table.table-roomforcast { overflow: hidden; }
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcell { height: 51px; }
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcell > div {
    margin:0 0 0 -10px;
    padding: 3px 0 !important;
    top: -1px;
    left: -1px;
    width: 251px !important;
    max-width: 251px !important;
    background: #98bad6;
    height: 28px;
    border-right: 1px solid #fff;
}
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcell > div.fixmethod {
    top: 27px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 !important;
    border-top: 1px solid #fff;
}
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcell div > span {
    display: block;
    padding: 0 10px !important;
    margin: 0 !important;
    height: 22px;
    line-height: 22px;
    text-align: left;
}
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcell div > span span {
    text-align: left;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcelltotal {
    width: 110px;
    max-width: 110px;
}
.roomsforecast-content2 .table.table-roomforcast tr th.fixscrollcelltotal > div {
    background: #98bad6;
    height: 52px;
    line-height: 52px;
    top: -1px;
    margin:0 0 0 -10px;
    padding: 0 8px !important;
    border-right: 1px solid #fff;
    width: 110px;
}
.table.table-roomforcast tr td { padding: 0 !important; height: 25px; line-height: 24px; }
.table.table-roomforcast tr.fhighlightrow1 .fixscrollcell > div { background: #ccecff; }
.table.table-roomforcast tr.fhighlightrow2 .fixscrollcell > div { background: #f9f9f9; }
.table.table-roomforcast tr.fhighlightrow3 .fixscrollcell > div { background: #eff1f7; }
.table.table-roomforcast tr.fhighlightrow4 .fixscrollcell > div { background: #e2f0d9; }
.table.table-roomforcast tr td > div { background: #d4d9e8; }
.table.table-roomforcast tr.fhighlightrow1 td > div { background: #ccecff; }
.roomsforecast-content2 .table.table-roomforcast tr th.festivaldays { color: #fff !important; }

/* Transition */
.btn-return,
.btn-back,
.btn-autoadjust {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.tableroomspace-content { overflow: hidden; width: 100%; }
.fiscal-top .btn-addfiscal,
.fiscal-top .btn-fiscal { background: #894F76; }
.fiscaldaterangewrap { margin-top: 20px; }

/* Responsive */
@media (max-width: 1120px) {
    .forecasttop { padding-bottom: 2px; }
    .leftforecasttop { float: none; }
    .rightforecasttop { float: none; clear: both; }
    .runningtotal { background: #85cdc1; float: none; padding: 0 10px; margin-right: 0; }
    .gotoselectarea { clear: both; }
    .btn-compareto, .btn-datadisplay {float: none; width: 100%; margin-bottom: 5px; }
    .fiscalcontentouter {float: none; margin: 0; }
    .fiscalcontentouter .fiscalrowcontent2 {float: none; height: auto; margin-bottom: 5px; }
    .forecastrowright {height: auto; margin-left: 0; float: none; }
    .forecastcheckoption {float: none; overflow: hidden; margin-bottom: 5px; margin-right: 0; }
}
@media (max-width: 640px) {
    .fiscalrowcontent2 { float: none; height: auto; margin-bottom: 5px; }
    .btn-editpickup { float: none; width: 100%; margin: 0; margin-bottom: 5px; }
}
@media (max-width: 567px) {
    .leftforecasttop span:nth-child(2) { margin-left: 0; float: none; display: block; clear: both; }
}


    .roomsforecast-content {
        overflow: hidden;
        margin-top: 6px;
        min-height: 340px;
        padding: 4px 5px;
    }
    .fiscaldaterangewrap2 { overflow-y: scroll; overflow-x:auto; margin-top: 20px; }
    .fiscaldaterange { margin-top: 0; }
    .fiscal-action { padding-right: 3px; }
.fiscalouterwrap { width: 100%; min-height: 340px; overflow-x: auto; }

@media (min-width: 1201px) {
    .fiscal-section { width: 100%; }
    .fiscaldaterangewrap2 .fiscaldaterange .fiscal-section { width: 100%; }
}
@media (min-width: 1441px) { .tableroomspace-content { width: 100%; padding-right: 3px; } }
@media screen and (max-width: 1201px) { .fiscalpopup { width: 99%; } }
@media screen and (max-width: 768px) { .fiscalpopup {width: 98.8%; } }
@media screen and (max-width: 640px) { .fiscalouterwrap { min-height: 0; overflow-x: auto; } }
@media (max-width: 479px) {
    .fiscalpopup .daterange-row { min-height: 220px; }
    .fiscalpopup .dropdown-menu { font-size: 12px; width: 48%; }
    .fiscalpopup .daterange .input-group .form-control { width: 48%; }
    .fiscalpopup .table-condensed { width: 100%; }
}
@media screen and (max-width: 320px) {
    .fiscalpopup .daterange-row { min-height: 202px; }
    .fiscalpopup .dropdown-menu { font-size: 11px; width: 49%; min-width: 49%; }
    .fiscalpopup .daterange .input-group .form-control { width: 49%; }
    .fiscalpopup-content { overflow: hidden; clear: both; }
    .fiscalpopup .daterange .table-condensed > thead > tr > td,
    .fiscalpopup .daterange .table-condensed > thead > tr > th { padding: 0 0; }
    .fiscalpopup .datepicker td,
    .fiscalpopup .datepicker th {
        text-align: center;
        width: 18px;
        height: 18px;
    }
}

