/*** GENERAL ***/

/* Fix HREF Attributes */
.nav, .pagination, .carousel, .panel-title, .clickable, a, input[type=checkbox] { cursor: pointer; }

/* Don't allow text highlighting */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=number] {
    text-align: right;
}

.blocked {
    background-color: #337AB7 !important;
}

.blocked.blocked-start {
    background-color: #2EC734 !important;
    z-index: 1000;
}

.blocked.blocked-start span.label {
    margin-top:6px;
    margin-left: 5px;
    display: inline-block;
    overflow: visible;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding:3px;
    text-align: left;
}

.blocked.blocked-start span .title {
    font-size: 12px;
}
.blocked.blocked-start span .creator {
    line-height: 15px;
    font-size: 10px;
    font-weight: normal;
}

.blocked.blocked-end {
    background-color: #2EC734 !important;
}


/*** GENERAL LAYOUT ***/

/* Top Margin */
.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top25 {
    margin-top: 25px;
}

.top50 {
    margin-top: 50px;
}

.right5 {
    margin-right: 5px !important;
}

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


  

/**** SECTIONS ***/




/* Login */

.form-signin {
    margin: 10% auto;
}
.form-signin .form-control {
    margin-bottom: 20px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:focused {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-transition-delay: 9999s;
    -webkit-tranistion: #333 9999s ease-out, #fff 9999s ease-out;
}



/*=================== AVAILABILITY CALENDAR ===================*/

.calendar {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
    min-height:45px;
}

.calendar .row-months {
    position: relative;
    white-space: nowrap;
    height:25px;
}

.calendar .row-days {
    position: relative;
    white-space: nowrap;
    height:45px;
    margin-top: -1px;
}

.calendar .row-days .days {
    position: absolute;
    display: block;
    vertical-align: middle;
    text-align: center;
    width:35px;
    height: 45px;
    border:1px solid #9BB8C3;
    border-right: none;
    cursor: pointer;
}

.calendar .row-months .months {
    position: absolute;
    display: block;
    font-size: 16px;
    cursor:default;
}

.calendar .row-days .days:last-child {
    border-right:1px solid #9BB8C3;
}

.calendar .row-days .days.weekend {
    background-color: #eee;
}

.calendar .row-days .days.new-month:not(:first-child) {
    background-color: #fee;
}

.calendar .row-days .days .date {
    font-weight: bold;
    font-size: 16px;
}

.calendar .row-days .days .dow {
    font-size: 11px;
}

/* reservations */

.reservation-container {
    position:relative;
    margin-top:-45px;
    height:45px;
}

.width-2170 {
    width:2171px;
    overflow: hidden;
}

.width-2370 {
    width:2371px;
    overflow: hidden;
}


.reservation {
    position: absolute;
    cursor: pointer;
    top:0px;
    padding: 0 10px;
    -webkit-transform: skew(-38deg);
    -moz-transform: skew(-38deg);
    transform: skewX(-38deg);
    height:43px;
    overflow:hidden;
    margin-top: 1px;
    font-size: 16px;
    background-color: rgba(154, 203, 4, 0.7);
    border-left: 2px solid #7397A7;
    border-right: 2px solid #7397A7;
}

.reservation.selected {
    background: repeating-linear-gradient(
        38deg,
        rgba(154, 203, 4, 0.7),
        rgba(154, 203, 4, 0.7) 6px,
        rgba(70, 199, 27, 0.7) 6px,
        rgba(70, 199, 27, 0.7) 12px)
}

.budget-too-small {
    background: repeating-linear-gradient(
            45deg,
            rgba(128, 128, 0, 0.2),
            rgba(128, 128, 0, 0.2) 6px,
            rgba(255, 255, 0, 1) 6px,
            rgba(255, 255, 0, 1) 12px)
}

.missing-nights {
    background: repeating-linear-gradient(
            45deg,
            rgba(128, 0, 0, 0.2),
            rgba(128, 0, 0, 0.2) 6px,
            rgba(255, 0, 0, 0.5) 6px,
            rgba(255, 0, 0, 0.5) 12px)
}

.legend {
    width:20px;
    height:20px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid black;
}

.reservation .text {
    color: #ffffff;
    -webkit-transform: skew(38deg);
    -moz-transform: skew(38deg);
    transform: skewX(38deg);
    font-size: smaller;
    line-height: 46px;
    white-space: nowrap;
    margin-left:14px;
}

/* reservations:hover */

.reservation:hover {
    overflow: visible;
}

.reservation:hover .text {
    color: white;
    line-height:17px;
    background-color: rgba(0,0,0,0.55);
    border-radius: 3px;
    border: 0px;
    padding: 3px 4px 2px 4px;
    white-space: nowrap;
    height: 22px;
    margin-top:12px;
    font-size: 14px;
    overflow: visible;
    display:inline-block;

}


/* scrollbar */

.calendar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.calendar::-webkit-scrollbar:vertical {
    width: 11px;
}

.calendar::-webkit-scrollbar:horizontal {
    height: 11px;
}

.calendar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #9ACB04;
    cursor: -webkit-grabbing;
}

.calendar::-webkit-scrollbar-track { 
    background-color: #ccc; 
    border-radius: 8px; 
} 









.email-layout {
    width: 600px;
}

/*
.selected-quotes td {
    width: 20%;
}
*/


tr th.table-cell-small {
    max-width: 100px;
}


/** Checkbox **/

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #337AB7;
    border-color: #337AB7;
}


/*** Gallery ***/

.box-shadow {
    box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.2);
}

.gallery-image-container {
    margin-bottom: 30px;
    /*width:250px;
    display: inline-block;
    margin-right:10px;
    margin-bottom:10px;*/
}

.gallery-image {
    height:160px;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #9BB8C3;
    border-radius: 4px;
}

.gallery-image-container .heading {
    font-size:16px;
}
.gallery-image-container .subtitle {
    font-size:12px;
}
.gallery-image img {
    margin-top: -25px;
    width:100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}



.gallery-image div.overlay div.icons {
    text-align: right;
    margin-right:5px;
    margin-top:3px;
    /*margin-bottom: 60px;*/
    font-size:16px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.gallery-image div.overlay div.icons a {
    color:white;
    text-decoration: none;
}

/*.gallery-image-container div.heading input, .gallery-image-container div.subheading textarea {
    width: 250px;
}*/

.gallery-image-container div.heading input {
    font-weight: bold;
}

.gallery-image-container div.subheading textarea {
    resize: none;
}


/** COMPONENTS ***/



/* tabs */

.tab-content {
    padding-top: 20px;
}

/* Tables */

::-webkit-scrollbar,
::-ms-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical,
::-ms-scrollbar:vertical{
    width: 12px;
}

::-webkit-scrollbar:horizontal,
::-moz-scrollbar:horizontal{
    height: 12px;
}

::-webkit-scrollbar-thumb,
::-ms-scrollbar-thumb{
    background-color: #2EC732;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track,
::-ms-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}



/* Map */
.map {
    position:relative;
    height:60vh;
    padding: 0px
}

/* alerts */

.alert {
    padding: 6px 12px;
}


/* Availability Calendar */

.availability-calendar {
    border: 1px solid #ccc;
}

.property-list {
    border-right: 1px solid #CCC;
    float: left;
    width: 20%;
}

.availability-calendar h5 {
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    height: 40px;
    margin-bottom: 0;
}

.calendar-grid {
    float:right;
    width: 80%;
    overflow: scroll;
}

.property-list ul {
    list-style: none;
    margin-left: -40px;
}

.property-list li {
    height: 40px;
    font-weight: bold;
    margin-bottom: 0;
}

.calendar-grid div {
    width: 800px;
}

.calendar-grid span {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 40px;
    height: 40px;
}

.form-required{
    color: #f00;
}

