﻿.modal-golfratebasic {
    width: 1100px;
}

.modal-lodgingratebasic {
    width: 1200px;
}

.modal-carratebasic {
    width: 800px;
}

.modal-lodgingratepromo {
    width: 1200px;
}

.modal-editprocessqueue {
    width: 800px;
}

.modal-editkeyspace {
    width: 1000px;
}

.modal-edittripparticipant {
    width: 800px;
}
.modal-proposalEmailContent {
    height: 70% !important;
    width: 92% !important;
}

.modal-xl {
    width: 80%;
}

.row-header {
    font-weight: bold;
    color: #14548d;
    /*border-bottom: #14548d solid 1px;*/
}

.timestamp {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 3px !important;
    white-space: nowrap !important;
    font-size: 110% !important;
    font-weight: 700 !important;
    background-color: yellow;
    color: gray;
}

.timestamp-dev {
    color: white !important;
    background-color: lightseagreen !important;
}

.timestamp-qa {
    color: white !important;
    background-color: darkorange !important;
}

.timestamp-hiddenlinks_proposal {
    color: white !important;
    background-color: darkorange !important;
}

.datepicker {
    z-index: 9999 !important
}

.ui-datepicker {
    position: relative;
    z-index: 10000 !important;
}

.growl-item {
    box-shadow: 10px 10px 5px #888888;
}

.keyspaceeditlistsummaryitem {
    margin-top: 1px;
    padding-top: 1px;
    border-top: dotted;
    border-top-width: 1px;
    border-top-color: darkseagreen;
}

.horizontalflip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.block-ui-message {
    display: inline-block;
    text-align: center;
    background-color:white;
    color: black;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:25px;
    padding-right:25px;
    border-radius: 4px;
    border: 2px solid gray;
    font-size: 110%;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}
