﻿
html {
    /*    font-family: Arial, Helvetica, sans-serif !important;*/
    font-family: 'times New Roman', Arial, verdana, 'sans serif' !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.has-error {
    color: #b94a48;
}

input.textRequid, select.textRequid {
    border-color: red;
}

input.english {
    direction: ltr;
    text-align: left;
}

input.ltr {
    direction: ltr;
}

div#waitspinner {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    /*background: url(Images/Loading40x40.gif) no-repeat center #fff;*/
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 0px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
    display: none;
}

.navbar-brand {
    font-size: 18px !important;
}

/* ------- Fix Bootstrap RTL ------------*/
.form-control-feedback {
    text-align: inherit !important;
    right: 0px !important;
}

.form-control-feedback-right {
    right: 20px;
}

.form-control-feedback-date {
    left: 40px;
}

.navbar-brand {
    font-family: Arial !important;
}

.navbar-brand-company-logo {
    float: right;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0px 15px 0px;
}

.radio label,
.checkbox label {
    padding-right: 20px !important;
}



.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}


.textaligncenter {
    text-align: center
}

#BusStopImg {
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

    #BusStopImg:hover {
        opacity: 0.7;
    }

.table.tr {
    border: 1px solid #CDCDCD;
    background-color: #fafafa;
    padding: 4px 10px 10px 4px;
    /*border-bottom:*/
}

.imgBanner {
    BORDER-TOP-STYLE: none;
    MARGIN-BOTTOM: 5px;
    BORDER-BOTTOM-STYLE: none;
    PADDING-BOTTOM: 5px;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    width: 217px;
    height: 65px;
    margin: 0px 0px 5px 0px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}