﻿/* ==================================================
*
*  Project:  Apartment List Manager
*  Version:  1.0
*  Author:   On-Line Residential, Inc.
*  Website:  www.OLR.com
*
================================================== */

html, body { height: 100%; }
body { min-height: 100%; width: auto; position: relative; background: #eee; color: #666; letter-spacing: 0px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 13px; text-shadow: none; }
a { color: #0274AB; text-decoration: none; }
    a:hover { color: #444444; text-decoration: none; }
    a:active { color: #333333; }
    a img { border: 0; }
p { line-height: 150%; }

h1, h2, h3, h4 { margin-top: 0; }
h2 { color: rgb(81,118,158); font-size: 16px; padding: 15px 0 0; margin: 0; text-transform: uppercase; }
.button.submit { background-color: #3E6372; border-color: #36516D; color: #fff; }
.button.submit:hover { background-color: #6A95C3; }
    .button i { display: inline-block; margin-right: 5px; }
.title { display: block; font-weight: 600; text-transform: uppercase; font-size: 20px; letter-spacing: 1px; }
.no-wrapping { white-space: nowrap; }
.container { width: 100% !important; max-width: 1400px !important; }

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

/*header { display: block; background-color: #fff; border-top: 5px solid #3E6372; padding: 5px 0; margin-bottom: 25px; -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true)"; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#4d000000,Positive=true); }*/
header { display: block; background-color: #fff; padding: 10px 0; margin-bottom: 0; }
    header .logo { margin: 0; padding: 8px 0 0; font-weight: 600; font-size: 18px; color: #3E6372; }
        header .logo a { color: #454545; }
    header .mega-menu li { line-height: 30px; }
        header .mega-menu li a { letter-spacing: 1px; padding: 0 12px; text-transform: none; border: 1px solid transparent; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
            .mega-menu li:hover > a, .mega-menu li.current > a {
                /*border-color: #3498db;
                color: #0274AB;
                background: none;*/
                color: #fff;
                background-color: #357ebd;
                border-color: #326eb1;
            }

/* ==========================================================================
   Login/Logout
   ========================================================================== */

.login-box { display: block; width: 400px; margin: 25px auto; background-color: #fff; }
.login-button { display: inline-block; background-color: #eee; padding: 0 10px; text-transform: uppercase; }
    .login-button a { display: inline-block; color: #0274AB; font-weight: bold; padding: 0 !important; }
        .login-button a:hover { color: #333; }
    .login-box #UserName, .login-box #Password { display: block; width: 100%; }

    .login-box input[type=checkbox], .checkbox input[type=checkbox] { position: static; outline: none; border:1px solid #c0c0c0;margin:0 .5em 0 0;padding:0;line-height:1em;width:1.25em;height:1.25em;background:#fff;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));-moz-appearance:none;-webkit-appearance:none;-webkit-box-shadow:1px 1px 1px #fff;-moz-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;-moz-box-shadow:1px 1px 1px #fff;-webkit-border-radius:.25em;-moz-border-radius:.25em;-ms-border-radius:.25em;border-radius:.25em;vertical-align:text-top;display:inline-block;cursor:pointer;}
.login-box input[type=checkbox]:checked::after, .checkbox input[type=checkbox]:checked::after{content:"✔";display:block;text-align:center;font-size:12px;height:12px;}
.checkbox label { padding-left: 0; }
/* ==========================================================================
   Internal Pages
   ========================================================================== */

.page, .main-content { display: block; padding: 20px; background-color: #fff; -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.20); -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.20); box-shadow: 0px 1px 2px rgba(0,0,0,0.20); -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59000000,Positive=true)"; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#59000000,Positive=true); position: relative; margin-bottom: 15px; }
.panel { background-color: #2A3A48; color: #fff; margin-top: -15px; margin-left: -15px; margin-right: -15px; }
    .panel .padding-xs { padding-top: 10px; padding-bottom: 10px; }
    .panel label { margin-bottom: 0; }
    .panel .innerPanel { background: rgba(255,255,255,0.15); padding-top: 10px; padding-bottom: 10px; }
    .panel .building-name { display: inline-block; font-weight: 700; }
    .panel .divider { margin: 0 15px 10px; border-bottom: 1px solid rgba(255,255,255, 0.5); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.edit-building-info span { display: inline-block; min-width: 80px; font-weight: 600; }
.building-notes { margin: 0 -15px 30px; padding: 0 15px; background-color: #eee; border-bottom: 1px solid #ddd; }
    .building-notes label span { font-weight: 400; }
    .building-notes small { font-size: 13px; }
.divider { display: block; border-bottom: 1px solid #ddd; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; margin: 20px -15px 15px; }
.padding-20 { padding-top: 20px; padding-bottom: 20px; }

/* Auto Complete */
.ui-autocomplete { list-style: none; margin: 0; padding: 0; }
    .ui-autocomplete li { display: block; width: 100%; }
        .ui-autocomplete li:hover { background: transparent; }
        .ui-autocomplete li a { display: block; width: 100%; padding: 3px 10px; cursor: pointer; }
            .ui-autocomplete li a:hover { background-color: #ddd; color: #333; }

/* Table Drag */
.tDnD_whileDrag { background-color: rgba(255, 102, 0, 0.15); box-shadow: 0 1px 1px rgba(0,0,0,0.3); position: relative; z-index: 5 }

.apartment-grid-title { display: block; border-bottom: 1px solid #ccc; margin-bottom: 5px; }
#facebox .title { display: block; border-bottom: 1px solid #ccc; }
.home-table { max-width: 100%; }
.ellipsis { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; display: block; width: inherit; }
.no-wrap { white-space: nowrap; }

/* ==========================================================================
   Alerts and Errors
   ========================================================================== */

.message-info { border: 2px solid; clear: both; padding: 10px 20px; }
.message-error { clear: both; color: #e80c4d; font-size: 1.1em; font-weight: bold; margin: 20px 0 10px 0; }
.message-success { color: #7ac0da; font-size: 1.3em; font-weight: bold; margin: 20px 0 10px 0; }
.error { color: #e80c4d; }

/* styles for validation helpers */
.field-validation-error { background-color: #d80000; color:#fff; padding: 2px 5px; }
.field-validation-valid { display: none; }
input.input-validation-error { border-color: #d80000; }
input[type="checkbox"].input-validation-error { border: 0 none; }
.validation-summary-errors { color: #d80000; font-weight: bold; font-size: 1.1em; }
.validation-summary-valid { display: none; }

.alert.error ul { margin: 0; color: #333; text-shadow: none; font-weight: 600; }
.alert.error:empty { display: none; }

.alert.alert-one-line {
    margin:0; padding: 7px;
}

.site-config-group {
    padding: 8px;
    border: 1px solid transparent;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #f2f4f6;
}

    .site-config-group .form-group {
        margin-bottom: 0;
    }

/* dialog */
.system-data {
    display: block;
    background-color: rgb(236,240,244);
    border: 1px solid rgb(176,194,208);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-bottom: 10px;
}
.form-group, .form-group * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.k-window .form-horizontal .form-group { margin-left: 0; margin-right: 0; }
.k-window .form-horizontal .form-group label { font-size: 13px; padding-right: 0; }
textarea.form-control { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.k-widget.k-dropdown.k-header.form-control { border: none; }
.button-container { display: block; margin-top: 10px; border-top: 1px solid #e5e5e5; padding-top: 10px; }

/* ==========================================================================
   Footer
   ========================================================================== */

.foot-holder { display: block; width: 100%; min-height: calc(100% - 69px); }
footer { display: block; width: 100%; margin-top: 23px; background-color: #fff; position: relative; bottom: 0; border-top: 1px solid #ddd; height: 45px; padding-top: 15px; }
    footer .foot-links a { display: inline-block; padding: 0 10px; text-transform: uppercase; font-size: 13px; color: #666; }
        footer .foot-links a:hover { color: #3E6372; }

.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; margin-top: -3px; margin-left: -3px; margin-right: -3px; background: #3E6372; border: none; color: #fff; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.back-to-list { background-color: rgba(0,0,0,0.05); padding: 5px 10px; position: relative; top: -10px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
    .back-to-list i { display: inline-block; margin-right: 5px; }
    .back-to-list:hover { background-color: rgba(0,0,0,0.1); }

.remove-label-style label { font-weight: normal; font-size: 14px; }

/* ==========================================================================
   Overwrite Foundation
   ========================================================================== */

.button { padding: 3px 15px; width: auto; }
.button.dark { background-color: #363636; border-color: #363636; color: #fff; }
    .button.dark:hover { background-color: #555; border-color: transparent; color: #fff; }
.button.orange { background-color: #FF6900; border-color: #FF6900; color: #fff; }
    .button.orange:hover { background-color: #EB6202; color: #fff; }
.button.save { padding: 2px 10px 3px; border: 2px solid #FCD59C; outline: none; background-color: #ff6600; color: #fff; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff4984d,endColorstr=#ffe27012,GradientType=0)"; background-image: linear-gradient(180deg,rgb(244,152,77) 0%,rgb(226,112,18) 100%); }
    .button.save:hover { background-color: #f60; background-image: none; }
.button.caution { background-color: #FF6900; }
select, input, textarea, .input input, .textarea textarea { padding: 3px 10px; height: 31px; border-width: 1px; border-color: rgba(0,0,0,0.2); }
.box .content { padding: 15px; }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { padding: 8px 5px; font-family: sans-serif; font-size: 12px; }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { vertical-align: middle; }
.table .sortable-thead { background-color: #eee; }
.table .sortable-thead tr th { background: url('Images/Icons/sort.png') no-repeat center right; }
.table .sortable-thead tr th:hover { background: url('Images/Icons/sort_blank.png') no-repeat center right; }
.table .sortable-thead tr th.sortable-asc { background: url('Images/Icons/sort_down.png') no-repeat center right; }
.table .sortable-thead tr th.sortable-desc { background: url('Images/Icons/sort_up.png') no-repeat center right; }
.table.hover > tbody > tr:hover > td, .table.hover > tbody > tr:hover > th { background-color: rgba(178, 212, 220, 0.35); }
.table.apartmentgrid > tbody > tr > td { text-align: center; }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

header .content-wrapper {
    padding-top: 20px; 
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: right;
    display: inline-block;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
    }

        ul#menu li a {
            background: none;
            color: #666;
            text-decoration: none;
            font-weight: normal;
            font-size: 14px;display: block;
            border: 1px solid transparent;
            padding: 3px 10px;
            border-radius: 3px;
        }

        ul#menu li a:hover {
            color: #0274AB;
            border-color: #0093d9;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #3498db;
    margin-bottom: 20px;
}

    .featured .content-wrapper {
        color: #3e5667;
        padding: 20px 0;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
            display: block;
            padding: 5px 0;
            font-size: 21px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h1 {
    font-weight: normal;
    margin-top: 10px;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }




/* tables
----------------------------------------------------------*/


    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

.jumbotron { 
    background-color: #fff;
    padding: 30px !important;
    border: 1px solid #dfe8f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jumbotron h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

.jumbotron p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

ul.tools {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

ul.tools:before,ul.tools:after {
    content:" ";/* 1 */
    display:table;/* 2 */
}

ul.tools:after {
    clear:both;
}

ul.tools li {
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
    width: 25%;
    float: left;
}

ul.tools li a {
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px 20px;
    border: 1px solid #dfe8f1;
    color: #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.tools li a:hover {
    border-color: #0093d9;
    color: #0093d9;
}

ul.tools span {
    display: block;
    text-align: center;
    font-size: 16px;
}

ul.tools i {
    font-size: 56px;
    margin-bottom: 20px;
}

#profile .k-grid tbody tr {
    cursor: default;
}

.rc-select {
    width: 350px;
}

/* BUTTONS */

.button,
.k-button {
    display: inline-block;
    height: 29px;
    padding: 3px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #316a9b;
    color: #fff;
    text-shadow: none;
    background-color: #3775aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover,
.k-button:hover {
    color: #fff;
    background-color: #357ebd;
    border-color: #326eb1;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    transition:all .1s linear;
    text-decoration: none;
}

.button:focus,
.k-button:focus:not(:disabled) {
    outline: 0!important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none;
    color: #fff;
}

.button:active,
.k-button:active,
.k-button.active {
    color: #fff!important;
    background-image: none;
    outline: 0!important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2) !important;
    text-decoration: none;
    background-color: #357ebd!important;
    border-color: #326eb1!important;
}

.k-button.cancel {
    border: 1px solid #316a9b;
    background-color: #3775aa;
}

.k-button.cancel:hover,
.k-button.cancel:active {
    background-color: #357ebd!important;
    border-color: #326eb1!important;
}

/*.k-button.cancel {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.k-button.cancel:hover,
.k-button.cancel:active {
    background-color: #fff!important;
    border-color: #999!important;
    color: #333!important;
}*/

.k-button.save {
    background-color: #3a6699;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top,#548ac7 0%,#3a6699);
    background: -webkit-gradient(linear,left top,left bottom,from(#548ac7),to(#3a6699));
    background: -webkit-linear-gradient(top,#548ac7,#3a6699);
    background: -o-linear-gradient(top,#548ac7,#3a6699);
    background: linear-gradient(top,#548ac7,#3a6699);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#548ac7,endColorStr=#3a6699)";
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#548ac7,endColorStr=#3a6699)";
}

.k-button.save:hover,
.k-button.save:active {
    background-color:#335a87;
    -o-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
    background:-moz-linear-gradient(top,#417dc1 0%,#335a87);
    background:-webkit-gradient(linear,left top,left bottom,from(#417dc1),to(#335a87));
    background:-webkit-linear-gradient(top,#417dc1,#335a87);
    background:-o-linear-gradient(top,#417dc1,#335a87);
    background:linear-gradient(top,#417dc1,#335a87);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#417dc1,endColorStr=#335a87)";
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#417dc1,endColorStr=#335a87)";
}

.k-button.btn-action {
    border: 1px solid #316a9b;
    background-color: #3775aa;
}

.k-button.btn-action:hover,
.k-button.btn-action:active {
    background-color: #357ebd!important;
    border-color: #326eb1!important;
    text-decoration: none;
}

.k-window-content .k-button {
    margin: 0 6px;
}

.k-button[disabled],
.k-button[disabled]:hover,
.k-button[disabled]:active,
.k-button[disabled]:focus {
    color: #999!important;
    border-color: #ccc!important;
    background-color: #fff!important;
    background-image: none!important;
    box-shadow: none!important;
}

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    /*background-image: url(../../Content/kendo/2014.3.1316/Bootstrap/sprite_w.png);*/
}

.k-button .k-icon {
    display: none;
}

/* Rental Company Management */

.web2print-grig-box {
    min-height:250px;
    width:100% !important;
    margin-top:15px;
    margin-bottom:15px;
}

.date-range {
    display:inline-block;
    width: 205px;
    padding: 5px 10px;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
}

.date-range-box {
    display:inline-block;
    line-height: 32px;
    vertical-align: middle;
}

.form-field-box {
    display:inline-block;
    padding-left:6px;
}

.form-field-box label {
    font-size:13px;
}

.table-with-toolbar .add-rc-container {
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: #f5f5f5;
}

.table-with-toolbar .add-rc-container + .mapped-compnies-box > .k-grid {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-with-toolbar .k-grid th {
    border-radius: 0;
}

.k-grid tr td.no-data {
    padding-left: 20px;
    font-style: italic;
}

.title-of-section {
    margin-top:2em;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: darkblue;
}

[class^="col-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*.results-box {
    width: 272px;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

.results-box .row {
    margin:0;
}

.results-box [class^="col-"] {
    padding: .5em .6em .4em .6em;
}

.results-box .row + .row [class^="col-"] {
    border-top: 1px solid #ccc;
}

.results-box [class^="col-"]:first-child {
    background-color: #fcfcfc;
}

.results-box [class^="col-"] + [class^="col-"] {
    border-left: 1px solid #ccc;
}*/

.results-box {
    width: 272px;
    margin-bottom: 1em;
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
    border-width: 0;
    outline: 0;
}
table.results-box {
    min-width: 272px;
    width: unset;
}
.results-box th,
.results-box td {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: .5em .6em .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
}
tr.space-divider th, tr.space-divider td { 
    padding: 0; 
    height: 12px; 
    border-width: 1px 0 0 0;
    background-color: inherit;
}
.results-box th {
    font-weight: normal;
    background-color: #fcfcfc;
}

.results-box td {
    text-align: right;
    border-right-width: 1px;
}

.results-box tr:last-child th,
.results-box tr:last-child td {
    border-bottom-width: 1px;
}

/* Spinner */

.web2print-grig-box .k-grid-content {
    min-height: 31px;
}

.k-loading-mask {
    position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.k-loading-text, .k-loading-image {
    display: none!important;
}

.k-loading-mask > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4.5em!important;
    height: 1.2em!important;
    text-align: center;
}

.k-loading-mask > div > div {
    width: 1.2em!important;
    height: 1.2em!important;
    background: #3498db!important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    filter:alpha(opacity=100);
	opacity:1;
}

.k-loading-mask > div > .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.k-loading-mask > div > .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*---*/

#logGrid tr td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*---*/

@media (min-width: 992px) {
    .container { max-width: 100%; }
}

@media (min-width: 1200px) {
    .container { max-width: 1170px; }
}


@media (max-width: 991px) {
    .ellipsis { white-space: normal; }
}

@media screen and (max-width: 1070px) {
    .k-grid table {
        overflow-x: auto;
        display: block;
    }
    header .mega-menu li a { letter-spacing: 1px; padding: 0 10px; }
}

@media screen and (max-width: 1024px) {
    ul.tools li { width: 50%; }
    header { height: 60px; }
}

@media screen and (max-width: 480px) {
    ul.tools li { width: 100%; }
    footer p { text-align: center; }
    .login-button { padding: 10px 10px; line-height: 20px; text-align: center; }
}

.bullet-item + .bullet-item {
    margin-left: 1em;
}

.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 0.25em;
    background: #333;
    border-radius: 50%;
}

.bullet-red {
    background: red;
}

.bullet-orange {
    background: orange;
}

.k-checkbox {
    height: 0;
}