﻿#mr_draggable_items .mr_item {
    float: left;
    width: 100%;
    height: 84px;
    text-align: center;
    cursor:pointer;
}

#mr_draggable_items i {
    display: block;
    font-size: 30px;
    margin: 12px auto;
}

#mr_draggable_items .mr_item_name {
    font-size: 17px;
}

.mr_item_holder {
    margin: 5px 0px;
}

.marina_calendar .facilityItem[data-type="place_availability_modal"]{
    min-height:115px;
}

.mr_no_bold{
    font-weight:200;
}

.marina_calendar .facilityItem {
    width: 100%;
}

#mr_availability_calendar{
    margin: 30px 0px;
}

.mr_calendar_helper{
    margin-top:15px;
}

.marina_calendar .modal .modal-header{
    cursor:move;
}

.marina_calendar .modal.in .modal-dialog{
    position:absolute !important;
    width: 30vw !important;
    top:20vh;
    left:5vw;
    margin:0px !important;
}

.marina_calendar .modal.in{
    width:0px;
    overflow:visible;
}

.marina_calendar .modal .modal-body .row{
    margin-bottom:15px;
}

[class*="fv-icon"].glyphicon-ok{
    color:green;
}
[class*="fv-icon"].glyphicon-remove{
    color:red;
}
[class*="fv-icon"]{
    position: absolute;
    right: 21px;
    margin-top: 10px;
}

.icon-chevron-up:before{
    font: normal normal normal 14px/1 FontAwesome;
    content:"\f077";
}
.icon-chevron-down:before{
    font: normal normal normal 14px/1 FontAwesome;
    content:"\f078";
}

[for="mr_full_day"] {
    margin-top: 27px;
}

.fc-event-container{
    font-size:15px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}


.stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step a{
    background-color: rgb(140,198,43) !important;
    border: rgb(140,198,43);
}
.stepwizard-row::before{
    background-color: rgb(140,198,43) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 6px;
    background-color: #39b54a;
    z-order: 0;

}


.stepwizard-step .btn-default {
    background-color: #f4f4f4 !important;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33.33%;

}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429;
    border-radius: 50% !important;
}
.panel-default>.panel-heading{
    background-color: #fafafa;
}
.mr_step_percentage{
    margin: 35px 0px 30px;
}

.mr_manage_tabs {
    margin-bottom: 30px;
}

.mr_manage_tabs li a {
    padding: 10px 60px;
}

.marina_calendar .mr_single_facility span, .marina_calendar .mr_single_facility  div {
    display: none;
}

.mr_single_facility {
    min-height: 0px;
    float: left;
}

.fc-title i{
    float:left;
    font-size:15px;
}

/* Progress Bar */

.meter {
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(43,194,83)),
            color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43,194,83) 37%,
            rgb(84,240,84) 69%
    );
    -webkit-box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow:
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image:
    -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image:
    -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}


.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;
    background-image: none;
}

.mr-10{
    margin-right:10px !important;
}

.mrMultiHead{
    display:none;
}


#stepsSupport {
    width: 100px;
    position: relative;
    left: 38px;
    border-radius: 2px !important;
    /*padding-bottom: 20px;*/
}

#stepsHelp {
    width: 65px;
    position: relative;
    left: 75px;
    border-radius: 2px !important;
    /*padding-bottom: 20px;*/
}
#uploader_browse{
    background-color: #37B7FF;
    border-color: #37B7FF;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 2px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    font-size:13px;
    padding:5px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

#uploader_browse:hover{
    background-color: #30a5e8;
    border-color: #37B7FF;
    color: #FFFFFF;
}

input[value="Continue"]{
    padding-left:3px;
    padding-right: 3px;
}

.plupload_droptext{
    display: none !important;
}

.plupload_logo{
    display: none !important;
}

.plupload_header{
    display: none;
}

#mrFacilitySearch{
    margin-top:-5px;
}

.extraFeeWrapper [class*="col-lg"]:not(:last-child) {
    padding-top: 12px;
}

.extraFeeWrapper .btn {
    margin-top: 5px;
}

.removeFee{
    margin-left:10px;
}

#appreciations {
    padding-bottom: 10px;
}

.marina_calendar{
    float: left;
    width: 100%;
    display: inline-block;
}

.select2 .select2-selection__rendered, .select2 .select2-selection {
    padding: 2px;
    height: auto !important;
}

.select2-selection__arrow {
    height: 36px !important;
}

#content{
    width:100%;
}

.eventTitleContainer {
    white-space: pre-wrap;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
span.mr_empty_regions {
    color: red;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
 .validationFailed{border: 1px solid red; }

input[type="text"].error, textarea.error {
    border: 2px solid red;
}