﻿
.errorClass {
    border: 1px solid red;
    border-radius: 5px;
    background: url(../images/inputBg.gif) repeat-x top left;
    font-size: 13px;
    color: #515151;
    padding: 6px;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

.pageloaddiv {
    
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000000000;
    background: url('/images/fbloader.gif') no-repeat center center;
}

/*#rightSection .modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: gray;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}*/

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 20000;
}

.tableBackground {
    background-color: lightgreen;
    opacity: 0.9;
}

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}



#Progress {
    position: fixed;
    top: 10%;
    left: 10px;
    width: 300px;
    height: 50px;
    text-align: center;
    background-color: White;
    border: solid 3px black;
}

#scroll {
    width: 99%;
    height: 500px;
    border: 4px ridge;
    overflow: auto;
    white-space: nowrap; /*box-shadow: 0 0 10px #000;*/
}

.scrollClass {
    width: 99%;
    height: 500px;
    overflow: auto;
    white-space: nowrap; /*box-shadow: 0 0 10px #000;*/
}

input[type=text]:focus, textarea:focus { /*box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);*/
}

.heading {
    margin-bottom: 7px;
    background-color: rgb(23, 161, 235);
    color: white;
    padding: 5px;
    text-shadow: 2px 2px 2px gray;
    box-shadow: 2px 2px 2px gray;
    font-size: 20px;
}

input[type=text]:focus { /*box-shadow: 3px 3px 3px gray;*/
}

textarea:focus {
    box-shadow: 3px 3px 3px gray;
}

select:focus {
    box-shadow: 3px 3px 3px gray;
}

input[type=submit]:hover {
    cursor: pointer;
    background-color: rgb(99, 160, 224);
}

.fLft {
    float: left;
}

.fRyt {
    float: right;
}

.clear {
    clear: both;
}

.ul-contnt {
    padding: 0;
    list-style: none;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 1px solid gray;
    background-color: white;
    z-index: 1002;
    overflow: auto; /*box-shadow: 0 0 1em #666;*/
    box-shadow: 0 0 20px #000;
}

.btnCss {
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 8px 13px;
    color: #fff;
    font-family: 'Helvetica Neue',sans-serif;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9;
    width: 98%;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
}


.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/correct.png');
    text-align: left;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

/*<div class="info">Info message</div>
        <div class="success">Successful operation message</div>
        <div class="warning">Warning message</div>
        <div class="error">Error message</div>*/

#logout-btn .dropbtn {
    background-color: transparent;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#logout-btn .dropdown {
    position: relative;
    display: inline-block;
}

#logout-btn .dropdown-content {
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    #logout-btn .dropdown-content a {
        text-align: left;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        #logout-btn .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

#logout-btn .dropdown:hover .dropdown-content {
    display: block;
}

#logout-btn .dropdown:hover .dropbtn {
}


.imgClass {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.glyphicon-search {
    font-size: 12px;
}
