﻿/* Global Styles */
.MSRS-RVC .NormalButton table,
.MSRS-RVC .HoverButton table,
.MSRS-RVC .DisabledButton table,
.MSRS-RVC .aspNetDisabled table {
    width: 56px;
    height: 100%;
}
body:nth-of-type(1) img[src*="Blank.gif"] {
    display: none;
}

body{
    font-family:Tahoma, 'Times New Roman', Times, serif;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 999999999 !important;
}

.navbar-nav > li > .dropdown-menu
{
    max-height:450px;
    overflow:auto;
}

html, body {
    height: 100%;
    margin: 0 auto;
}

input[type='file'] {
    color: transparent; /* Hides your "No File Selected" */
}

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.downlaod > img{
    vertical-align:top !important;
}

.uppercase {
    text-transform: uppercase;
}


.imageUploaderField input {
    width: 100% !important;
}

.tabBottom {
    border-bottom: solid 1px #ccc !important;
    width: 100%;
}

.datapager {
    padding: 0 3px;
}

.paddingTop {
    padding-top: 5px;
}

.table {
    margin-bottom: 0px !important;
}

.nodisplay {
    display: none;
}

.cpframe {
    border: solid 1px #ddd;
    background-color: #FFFFFF;
    padding: 10px;
}

.cptitle {
    font-weight: bold;
    padding: 10px;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}


.table-clear {
    border: 0px solid #ddd;
    width: 100%;
}

    .table-clear > thead > tr > th,
    .table-clear > tbody > tr > th,
    .table-clear > tfoot > tr > th,
    .table-clear > thead > tr > td,
    .table-clear > tbody > tr > td,
    .table-clear > tfoot > tr > td {
        border: 0px solid #ddd;
    }

.gvheader {
    border-bottom: solid 1px #cccccc;
    height: 30px;
}

.gvheaderRight {
    text-align: right !important;
}

.gvheaderCenter {
    text-align: center !important;
}

.gvalternaterow {
    background-color: #fcf8e3;
}

hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    border: 0;
    margin: 5px;
}

.username {
    font-size: 12px;
}

.text-control {
    font-size: 12px;
}



.tbBar {
}

    .tbBar tr {
        vertical-align: middle;
    }

.tbColumn {
    padding: 0px 2px 2px 2px;
    width: 20px;
}

    .tbColumn:hover {
        color: #4c6bc1;
    }

    .tbColumn A {
        color: #000000;
        font-weight: normal;
        padding: 0px 0px 4px 2px;
        text-decoration: none;
    }

        .tbColumn A:hover {
            color: #4c6bc1;
        }

.nav > li > a {
    padding: 15px 8px !important;
}

@media (min-width: 768px) {
    .loginBorder {
        border: solid 1px #000;
        margin: -30px;
        padding: 10px;
    }
}

@media (max-width: 920px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.errorlabel {
    color: red;
}

/** Data Pager **/
.pgBar {
    border-top: solid 1px #ddd;
    color: #697e47;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    background-color: White;
}

.pgFindPage {
    color: #697e47;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

.pgFindNumber {
    color: #697e47;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.copyright-section {
    padding: 10px 0;
    font-size: 9px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255,255,255,.06);
}

    .copyright-section p {
        font-size: 9px;
        text-transform: uppercase;
        color: white;
    }

.nav-tabs > li.static > a,
.nav-tabs > li.static > a:hover,
.nav-tabs > li.static > a:focus {
    color: #555;
    cursor: auto;
    background-color: #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .nav-tabs > li.static > a.selected,
    .nav-tabs > li.static > a.selected:hover,
    .nav-tabs > li.static > a.selected:focus {
        color: #000;
        cursor: auto;
        background-color: #ddd;
        border: 1px solid #ddd;
        border-bottom-color: transparent !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

.myform {
    padding: 10px;
}

.searhform {
    width: 95%;
}

.row {
    padding-bottom: 10px !important;
}

.checkBoxList > tbody > tr > td > label {
    font-weight: normal !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    font-weight: normal !important;
}

.checkBoxList label {
    font-weight: normal !important;
    padding-left: 3px !important;
    padding-right: 10px !important;
    font-weight: normal !important;
}

/***** Update Progress  ****/
.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10000;
}

.progressBox {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    z-index: 10001;
    background-color: #ffffff;
    border: solid 1px #000000;
}

.progressText {
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
}

.downloadProgressBox {
    background-color: #b7b6b6;
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
}
/***** Update Progress  ****/

/***** Modal Popup ****/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}
/***** Modal Popup ****/


/*Calendar*/
.DayHeader {
    font-weight: bold;
    text-align: center;
}

.TitleStyle {
    border-bottom: solid 3px #000;
    background-color: white;
    font-weight: bold;
    color: #333399;
    height: 50px;
}

.radioButtonList label {
    display: inline;
    padding: 0 20px;
}

/*tooltip Info*/
.popInfo {
    position: relative;
    display: inline-block;
}

    .popInfo i {
        color: dodgerblue;
    }

    .popInfo .popInfotext {
        visibility: hidden;
        min-width: 120px;
        white-space: nowrap;
        background-color: black;
        color: #fff;
        border-radius: 6px;
        padding: 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .popInfo:hover .popInfotext {
        visibility: visible;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.largeCheck {
    zoom: 2;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.blinking {
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    50% {
        color: red;
    }

    100% {
        color: #000;
    }
}

.font-weight-bold {
    font-weight: bold;
}

.section {
    padding: 5px;
    border: solid 1px #ddd;
    background-color: #b1e3f9;
}

/*Self Registration*/
.registratioPage {
    font-family: Tahoma, 'Century Gothic';
    font-size: 14px;
    color: black;
    padding-top: 30px;
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right top;
    background-image: url("images/bg2.jpg");
}

@media (max-width: 767px) {
    .registratioPage {
        background-position: center top;
    }
}

.registratioCopyright {
    padding-bottom: 20px;
    color: #000 !important;
    font-size: 11px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.registratioLogo {
    margin: auto;
    height: 50px;
    padding: 5px;
}

/*Login*/

.loginjumbotron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.LoginTextbox {
    background: white;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 0 3px #999 inset;
    color: #666;
    padding-left: 5px;
    outline: none;
}

.loginpage {
    font-family: Tahoma, 'Century Gothic';
    font-size: 14px;
    color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("images/bg.jpg");
}

.loginBtn {
    text-align: center;
    color: white !important;
    width: 200px !important;
    background-color: #00b0f0 !important;
}

    .loginBtn:hover {
        color: white !important;
        background-color: #095683 !important;
    }

.LoginCopyright {
    position: absolute;
    color: #000 !important;
    font-size: 11px;
    text-align: center;
    bottom: 20px;
    left: auto;
    width: 100%;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .awicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        color: #4c6bc1;
    }

/* align icon */
.left-addon .awicon {
    left: 0px;
}

.right-addon .awicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.manforceLogo {
    margin: auto;
    height: 70px;
    padding: 5px;
}


.header-big{font-size:2.5em !important;}
.header-medium {
    font-size: 2.2rem !important;
}
.header-small {
    font-size: 1.8rem !important;
}

.boxup{
    border:2px solid #fff;
    border-radius:5px;
    padding:5px 3px 3px 3px;
}

.boxup-black{
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px 3px 3px 3px;
}
