﻿@-ms-viewport {
    width: auto !important;
}

.form-control[readonly] {
    cursor: auto;
    background-color: #FFF;
}

    .form-control[readonly]:disabled {
        cursor: not-allowed;
        background-color: #EEE;
    }

.form-group-sm .form-label, .form-group-sm .checkbox, .form-group-sm .radio, .form-group-sm .help-block {
    font-size: 12px;
}

.form-group-sm .input-group-addon, .form-group-sm .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: initial;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin: 4px 0 0;
}

.table {
    margin-bottom: 0;
}

.table-responsive {
    margin-bottom: 0;
}

    .table-responsive > .alert {
        margin-bottom: 0;
    }

a:focus {
    outline: none;
}

.pagination {
    margin: 0;
}

.checkbox-inline ~ .form-control-feedback,
.radio-inline ~ .form-control-feedback {
    margin-left: 15px;
}

.input-group-addon > .checkbox label::after {
    padding-left: 1px;
    padding-top: 3px;
}

.text-start-not-xs, .text-start-not-sm, .text-start-not-md, .text-start-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-end-not-xs, .text-end-not-sm, .text-end-not-md, .text-end-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (min-width: 550px) and (max-width: 767px) {
    .text-start-not-xs, .text-center-not-xs, .text-end-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-start-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-end-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-start-not-sm, .text-center-not-sm, .text-end-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-start-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-end-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-start-not-md, .text-center-not-md, .text-end-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-start-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-end-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-start-not-lg, .text-center-not-lg, .text-end-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-start-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-end-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.checkbox.checkbox-notext label, .radio.radio-notext label, .checkbox label:empty, .radio label:empty {
    padding: 0;
}

.datepicker.dropdown-menu {
    border-radius: 0;
}

.datepicker-dropdown:before {
    top: 0;
    margin-top: -7px;
}

.datepicker-dropdown:after {
    top: 0;
    margin-top: -6px;
}

/*.modal-dialog {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(-50%,-75%);
    -ms-transform: translate(-50%,-75%);
    -o-transform: translate(-50%,-75%);
    transform: translate(-50%,-75%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.modal-footer {
    padding: 15px 20px;
}*/

.checkbox-inline, .radio-inline {
    cursor: default;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0;
    }

    .checkbox-inline:not(:last-child), .radio-inline:not(:last-child) {
        margin-right: 10px;
    }

.panel {
    margin-bottom: 0;
}

.tab-content {
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-top: 0;
    /*padding: 10px 15px;*/
}
