﻿.body {
    font-family: 'segoe ui';
    background-color: white;
    padding: 10px;
}

.space {
    height: 10px;
}

.checkbox * {
    box-sizing: border-box;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox {
    display: inline-block;
}

    .checkbox > input {
        display: none;
    }

    .checkbox > label {
        vertical-align: top;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0px;
    }

    .checkbox > [type="checkbox"] + label:before {
        color: #777;
        content: '';
        position: absolute;
        left: -30px;
        display: inline-block;
        min-height: 16px;
        height: 16px;
        width: 16px;
        border: 2px solid #777;
        font-size: 15px;
        vertical-align: top;
        text-align: center;
        transition: all 0.2s ease-in;
        content: '';
        padding-left: 0px
    }

    .checkbox.radio-square > [type="checkbox"] + label:before {
        border-radius: 0px;
    }

    .checkbox.radio-rounded > [type="checkbox"] + label:before {
        border-radius: 25%;
    }

    .checkbox.radio-blue > [type="checkbox"] + label:before {
        border: 2px solid #ccc;
    }

    .checkbox > [type="checkbox"] + label:hover:before {
        border-color: lightgreen;
    }

    .checkbox > [type="checkbox"]:checked + label:before {
        width: 8px;
        height: 16px;
        border-top: transparent;
        border-left: transparent;
        border-color: green;
        border-width: 4px;
        transform: rotate(45deg);
        top: -4px;
        left: -25px;
    }

.datePicker {
    width: 8em;
}

.timePicker {
    width: 6em;
}

.timeDDHours {
    width: 2.9em;
    padding: 0;
    float: left;
    display: inline;
    border: none;
    height: 1.5em;
    background-color: transparent;
}

.timeDDMins {
    width: 2.9em;
    padding: 0;
    border: none;
    border-left: 1px solid #aaaaaa;
    height: 1.5em;
    float: left;
    display: inline;
    background-color: transparent;
}


.table-striped > tbody > tr:nth-child(2n) td select.timeDDMins {
    background-color: #FFFFFF;
}

.timeDDMinsDiv {
    width: 1.5em;
    padding: 0;
    overflow: hidden;
    margin-left: -18px;
    float: left;
    display: inline;
    margin-top: 0px;
    height: 1.5em;
    background-color: inherit;
}

.tdTime {
    padding-left: 6px;
    padding-right: 4px;
}

.panel-hscroll {
    overflow-x: auto!important;
}

.panel-vscroll {
    overflow-y: auto!important;
}

#planEditModal .modal-body {
    min-height: 500px;
}

.modal-fullscreen {
    width: 98%;
    height: 92%;
    padding: 0;
}


.modal-open {
    overflow: scroll;
}

.dropdown-menu-sm {
    font-size: 12px;
}

    .dropdown-menu-sm > li > a {
        padding: 2px 20px;
    }

.editing, .editingButtons {
    background-color: yellow !important;
}

.deleting, .deletingButtons {
    background-color: yellow !important;
}


.row-planEditor {
    margin-left: -15px !important;
}

.btn-nav {
    width: 14em;
}

.btn-white {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.clickableRow:hover {
    cursor: pointer;
}

.editModalLink {
    font-size: smaller;
    color: Black;
}

.editIcon:hover {
    cursor: pointer;
}

.editModalLink:hover {
    cursor: pointer;
}

.indexModalLink:hover {
    cursor: pointer;
}

.detailsModalLink:hover {
    cursor: pointer;
}



.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.form-control-small {
    height: 26px;
    padding: 2px 12px;
    display: inline;
}

select.form-control-small {
    padding: 2px 3px;
    width: auto;
}

input[type="checkbox"].form-control {
    margin: 12px 0 0 0;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    height: 18px; border-color:#000000;
}

td input[type="checkbox"].form-control {
    margin: 0;
}


.pagination {
    margin: 0;
}

    .pagination > li > span:hover,
    .pagination > li > span:focus {
        color: #3399f3;
        background-color: inherit;
    }

.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}


.contactname {
    font-weight: bold;
}

.contactdesc {
    font-size: small;
}

.dt_wide {
    width: 250px !important;
}

.active span.glyphicon-folder-open {
    display: inline-block;
    padding-top: 4px;
    color: #888888;
}

.active span.glyphicon-folder-close {
    display: none;
}

.inactive span.glyphicon-folder-close {
    display: inline-block;
    padding-top: 4px;
    color: #888888;
}

.inactive span.glyphicon-folder-open {
    display: none;
}



.filter-group-header {
    background-image: linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4);
    padding: 0 5px 0 5px;
}

.filter-group {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .filter-group .filter-group {
        padding: 0 5px 0 15px;
    }

    .filter-group input {
        margin-right: 5px !important;
    }

    .filter-group label {
        margin-top: 5px !important;
        font-weight: normal !important;
    }


.fileinput-button {
    overflow: hidden;
    position: relative;
}

    .fileinput-button input {
        cursor: pointer;
        direction: ltr;
        font-size: 200px;
        margin: 0;
        opacity: 0;
        position: absolute;
    }

.panel-nav {
    padding-top: 10px;
    list-style: none;
}




    .panel-nav a, a:hover {
        color: #777777;
        text-decoration: none;
    }

.panel-body a {
    color: #3399f3;
    text-decoration: none;
}

    .panel-body a:hover {
        color: #777777;
        text-decoration: none;
    }

.reminder {
    padding: 3px 15px 3px 15px;
    margin-bottom: 5px;
}

tr.cancelled {
    font-style: italic;
    color: #B4B4B4;
}

tr.returned {
    color: #00AA00;
}

p.overTheLimit {
    color: red;
    font-size: larger;
}

.marketingLinks {
    font-size: larger;
    font-weight: bold;
    color: #000000;
}

    .hoverBlue a:hover {
        color: #3399f3;
    }

    .marketingLinks a {
        color: #000000;
        text-decoration:underline;
    }
    .marketingLinks a:hover {
         color: #3399f3;
    }

    .linkButton{
        color: #000000;
        text-decoration: underline;
        font-weight:bold;
    }

    .loginBox{
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:10px;
    }