﻿/*I've copied over only the styles we need from bootstrap.css to here.*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-footer .btn + .btn {
    margin-left: 20px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #adadad;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        margin-right: 4px;
    }

        .nav-tabs > li > a {
            display: block;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            padding: 10px 20px;
        }

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #e40646;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #9c0202;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.radio, .checkbox {
    display: block;
    padding: 15px 0 5px 0;
}

/*DATE TIME PICKER*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.bootstrap-timepicker {
    position: relative;
}

.dropdown-menu, .dropdown-menu-timepicker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 5px;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.form-control[readonly] {
    /*cursor:not-allowed;*/
    cursor: help;
    background-color: #eee;
    height: 28px;
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid #adadad;
}

#slot_date_add {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

.glyphicon-time {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-left: 1px solid #adadad;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .glyphicon-time:before {
        content: "\e023";
    }

.bootstrap-timepicker .open {
    display: block !important;
    top: -120px !important;
}

    .bootstrap-timepicker .open:before {
        content: none;
    }

.bootstrap-timepicker table td {
    text-align: center;
}

    .bootstrap-timepicker table td input[type="text"] {
        width: 50px;
        text-align: center;
    }

    .bootstrap-timepicker table td a {
        text-decoration: none;
        color: #e40646;
    }

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.datepicker .table-condensed > tbody > tr > td.day:hover {
    cursor: pointer;
}

/*************************************************************************************************************************************\
												LESS THAN OR EQUAL TO 800PX
\*************************************************************************************************************************************/
@media (max-width: 800px) {
    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #9b0158;
        background-color: #eee;
        text-decoration: none;
    }

    .nav-tabs > li > a {
        padding: 10px 5px;
        font-size: 14px;
    }
}

/*************************************************************************************************************************************\
                                                GREATER THAN OR EQUAL TO 801PX
\*************************************************************************************************************************************/
@media (min-width: 801px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
