﻿/*************************************
    Common
*************************************/

body{
    color: #FFF;
}

.main-content {
    margin-top: 50px; 
    margin-bottom: 50px;
}
a {
    color: #741b17;
}
a:hover {
    color:#95231d;
}

hr {
    border-color: #741b17 !important;
}

.ce-btn {
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    border: 0;
    background: transparent;
    cursor:pointer;
}
    .ce-btn:active, .ce-btn:focus{
        text-decoration: none;
    }
    .ce-btn.orange {
        color: #fff;
        background: rgba(231,129,1,0.7);
    }
    .ce-btn.orange:hover {
        color: #fff;
        background: rgba(231,129,1,0.5);
        text-decoration:none;        
    }
    .ce-btn.red {
        color: #fff;
        background: #741b17;
    }
    .ce-btn.red:hover {
        color: #fff;
        background: #6a1915;
        text-decoration:none;
    }

.datepicker {
    cursor: pointer;
}

ul.horizontal-list {
    display: inline-block;   
    margin-bottom: 10px;
}
ul.horizontal-list > li {
    list-style: none;
    display: inline;   
    margin-right: 15px;   
    text-wrap:none;
    white-space:nowrap;
}
ul.horizontal-list > li:last-child {  
    margin-right: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    width:inherit;
    text-align: center;
    color: #fff;
}

/*************************************
    Booking
*************************************/

input[type="file"] {
    display:none;
    height: 0;
    max-height: 0;
}

.file-upload {
    width: 100%;
    display: block;
    background-color : rgba(231,129,1,0.7) !important;
    border: 1px solid rgba(231,129,1,0.1) !important;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    cursor:pointer;
}

.mask {
    margin-top: 40px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    border: 0;
    border: 1px solid rgba(1,1,1,0.15);
    border-radius: 15px;
    padding: 15px 0;
}

.mask h4.headline {
    margin-top: 30px;
    background-color: rgba(1,1,1,0.1);
    padding: 10px 20px;
    border-bottom: 1px solid rgba(1,1,1,0.15)
}

    .mask label{
        font-weight:normal;        
    }

    .mask .group-box {
        padding: 0 15px;
    }
    .mask .form-control {
        background-color : rgba(231,129,1,0.7) !important;
        border-color : #985401 !important;
        color: #fff;
    }

    .mask select {
        cursor:pointer;
    }
    .mask select option {
        background-color : rgba(231,129,1,1) !important;
    }
    .mask select option:hover {
        background-color : rgba(231,129,1,1) !important;
    }

    .mask input[type="email"], textarea, select, .mask input[type="select"], .mask input[type="password"], .mask input[type="text"], .mask input[type="file"] {
        background-color : rgba(231,129,1,0.7) !important;
        border-color : rgba(231,129,1,0.1) !important;
        color: #fff;
        width: 100% !important;
        margin-right: 15px;
    }
    .mask input[type="email"]:focus, textarea:focus, .mask input[type="select"]:focus, .mask input[type="password"]:focus,.mask input[type="text"]:focus {
        box-shadow: 0 0 5px 5px rgba(194,83,30,0.4) !important;
    }

    textarea{
        max-width: 531px;
        min-height: 200px;
    }

    .mask select:active, .mask select:hover, .mask select:focus {
      outline: none;
      box-shadow: none;
    }

    .mask .text-danger {
        color: rgb(238, 173, 170) !important;
    }
    .mask a {
        color: #e79935;
    }

    .mask ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #f6f6f6;
    }
    .mask ::-moz-placeholder { /* Firefox 19+ */
      color: #f6f6f6;
    }
    .mask :-ms-input-placeholder { /* IE 10+ */
      color: #f6f6f6;
    }
    .mask :-moz-placeholder { /* Firefox 18- */
      color: #f6f6f6;
    }

    input[type=checkbox] {
        vertical-align:middle;
        position:relative;
        bottom:2px;
    }

    .mask label > input[type=checkbox] {
        margin-right: 5px;
    }

    .job {
        margin-top: 50px;
    }
    .job:first-child{
        margin-top: 0;
    }

    .job-header {
        font-size : 18pt;
    }

/*************************************
    jQuery UI datepicker
*************************************/

div#ui-datepicker-div {
    font-family: inherit !important;
    background-color: rgba(231,129,1,1);
    border: 1px solid #454545;
    box-shadow: 4px 4px 10px 5px rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 10px;
}
div.ui-datepicker-header {
    background-color: #985401;
    border: 1px solid #454545;
    color: #fff;
    border-radius: 10px;
}

.ui-state-highlight {
    background-color: #f6f6f6 !important;
    border: 1px solid #454545 !important;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover{
    border-radius: 10px;
    background-color: rgba(231,129,1,0.3);
    border: 0;
    cursor: pointer;
}

/*************************************
    jQuery UI select
*************************************/

.ui-selectmenu-button {
    font-family: inherit !important;
    background-color : rgba(231,129,1,0.7) !important;
    border-color : rgba(231,129,1,0.1) !important;
    color: #fff;
    width: 100% !important;
}
.ui-selectmenu-button:hover, .ui-selectmenu-button:active, .ui-selectmenu-button:focus {
    color: #fff;
}
.ui-menu-item {
    background-color : rgba(231,129,1,1) !important;
    color: #fff !important;
}
.ui-state-active {
    background:#985401 !important;
    border: 1px solid transparent !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid rgba(0,0,0,0.3) !important;
}

.ui-button .ui-icon, .ui-button:hover .ui-icon, .ui-button:active .ui-icon, .ui-button:focus .ui-icon  {
    background-image: url(../lib/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png);
}