﻿.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

/*.iffyTip {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}*/

#loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: 99999;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 0px;
}

#register {
    margin-left: 100px;
}

    #register label {
        margin-right: 5px;
    }

    #register input {
        padding: 5px 7px;
        border: 1px solid #d5d9da;
        box-shadow: 0 0 5px #e8e9eb inset;
        width: 250px;
        font-size: 1em;
        outline: 0;
    }

#result {
    margin-left: 5px;
}

#result .short {
    color: #FF0000  !important;
}

#result .weak {
    color: #E66C2C !important;
}

#result .good {
    color: #2D98F3 !important;
}

#result .strong {
    color: #006400 !important;
}

#tblAllAppointmentDetails{
    width:100% !Important;
}
#ModelNEwAppointment {
    width :800px !important;
    margin-left :-350px !important;
}

.fa {
font-size:20px;
}