﻿
/* For station details page */



.fcell {
    border-right-color: #000084;
    border-top-color: #000084;
}

.fcell1 {
    border-left-color: #000084;
    border-top-color: #000084;
}

.hiddencol {
    display: none;
}

.highlight {
    background-color: #fff34d !Important;
    color: Blue !Important;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}


/* datagrid style used on emission web site - murat converted from page*/

.datagrid {
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
    Width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    /*word-break: break-all;*/
    word-wrap: break-word;
    text-align: center;
}

.datagridheader {
    color: White;
    background-color: #000084;
    font-weight: bold;
    font-style: normal;
    word-wrap: break-word;
    white-space: normal;
    /*background: url('data:image/gif;base64,R0lGODlhEgAZAMQAAJW45pO25JG04pCz4I6x34yv3Yqt24mr2Yeq14Wo1YOm04Kk0oCi0H6gznyezHqdynmbyHeZxnWXxHeVvXOVw3GUwXCSv26QvQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAASABkAAAWF4CSOZDkCaKquaeC+cPwKdG3f9aDvfL8TwKBwGCwYj8jk0cBsOp/Ng3RKrU4R2Kx2m014v+DwV0Eum8/lhXrNbq8Z8Lh8Hm/Y7/j83cHv+/99D4KDhIWDEIiJiouJEY6PkJGPEpSVlpeVFJqbnJ2bFaChoqOhFqanqKmnF6ytrq+tJrIlIQA7') repeat-x;*/
}

    .datagridheader td {
        padding: 4px;
    }

/*RowStyles*/
.datagrid .datagridRowStyle td th, .datagridAltRowStyle td th, .datagridSelectedRowStyle td th, .datagridEditRowStyle td th /*Common Styles*/ {
    display: table-cell;
    vertical-align: inherit;
    padding: 3px;
    text-align: center;
    border: 1px solid #999999;
}

.datagrid .datagridRowStyle td {
    /*background-color:#EEEEEE;*/
    background-color: #E4E4E4;
    padding: 2px 3px 2px 3px; /*padding: <padding-top> || <padding-right> || <padding-bottom> || <padding-left>*/
}

.datagrid .datagridheader th {
    padding: 5px;
    color: #FFF;
}

.datagrid .datagridAltRowStyle td {
    background-color: Gainsboro;
    background-color: #fff;
    padding: 2px 3px 2px 3px;
}

.datagrid .datagridSelectedRowStyle td {
    background-color: #FF9;
}

.datagrid .datagridPagerStyle table {
    margin: auto;
}

.datagrid .datagridPagerStyle td {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 3px 6px;
}
/* End Of DataGrid style*/

.hide, .cmt, .cmtdmv, .auditid {
    display: none;
}

.breakword {
    padding: 5px 5px 5px 20px;
    font-size: 12px;
    color: darkblue;
    background-color: #FFFFCC;
    /*word-break: break-all;*/
    word-wrap: break-word;
    max-width: 96%;
    white-space: normal;
}

.cmtnotes {
    color: darkblue;
    background-color: #FFFFCC;
    word-wrap: break-word;
    white-space: normal;
}

.topcornercurved10 {
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.allcornercurved5 {
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
}

.Buttons {
    -moz-box-shadow: inset 0px 0px 0px -50px #bbdaf7;
    -webkit-box-shadow: inset 0px 0px 0px -50px #bbdaf7;
    box-shadow: inset 0px 0px 0px -50px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
    background-color: #7795BD;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px 5px 20px;
    text-decoration: none;
    text-shadow: 1px 0px 0px #528ecc;
}

    .Buttons:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');*/
        background-color: #378de5;
    }

    .Buttons:active {
        position: relative;
        top: 1px;
    }

.Items {
    padding-left: 5px;
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #bbdaf7;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 12px;
    color: #000000;
    height: 20px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .Items:hover, .Items:focus {
        border: 2px solid red;
        background-color: #ddFFCC;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
    }

.highlight {
    background-color: #fff34d;
    color: Blue;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}


#spttcmt, #spttcmtdmv, #textcmtdmv, #spppcmt, #spppcmtdmv {
    display: block;
    width: 540px;
    word-wrap: break-word;
    white-space: normal;
}

.popupbody {
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 72.5%;
}

#textcmtdmv {
    padding: 5px;
    width: 100%;
}

#updatecmtdmv {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#editcmtdmv {
    float: right;
}

.ccbtnpopup {
    background: #4f8ff5;
    background-image: -webkit-linear-gradient(top, #4f8ff5, #0560fc);
    background-image: -moz-linear-gradient(top, #4f8ff5, #0560fc);
    background-image: -ms-linear-gradient(top, #4f8ff5, #0560fc);
    background-image: -o-linear-gradient(top, #4f8ff5, #0560fc);
    background-image: linear-gradient(to bottom, #4f8ff5, #0560fc);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    /*font-family: Arial;*/
    color: #ffffff;
    font-size: 12px;
    padding: 0px 7px 0px 7px;
    text-decoration: none;
}

    .ccbtnpopup:hover {
        background: #94adf7;
        text-decoration: none;
    }

.btnclear {
    margin-right: 10px;
}

.hlreview {
    background: none !important;
    border: none;
    color: blue;
    color: -webkit-link;
    text-decoration: underline;
    cursor: pointer;
}

.static {
    padding: 1.25px;
    font-size: 8px;
    font-family: Verdana;
    font-weight: bold;
}


.datagridwrap {
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}

.wraparight {
    word-wrap: break-word;
    white-space: normal;
    text-align: right;
}

.labelnowrap {
    white-space: nowrap;
}

.uccenter {
    text-align: center;
}

.errorselection {
    color: red;
    font-weight: bold;
}


.centered {
    text-align: center;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
}


/***************************************************Spinner Start********************************************************/
.spinner-container {
    width: 102%;
    height: 103%;
    position: fixed;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
    top: -9px;
    left: 0px;
    z-index: 99999;
    visibility: hidden;
    cursor: progress;
}

.avs-mask-load {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0px;
    opacity: 0.01;
}

.mask-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1;
}

.spinner {
    margin: 0 auto;
    top: 50% !important;
    left: 50% !important;
}

.ui-datepicker {
    font-size: 10px;
    padding: 2px;
}


/***************************************************Spinner END********************************************************/

.messagetextarea1 {
    display: block;
    border-radius: 10px;
    border: 3px solid #d3d3d3;
    padding: 10px;
    word-wrap: break-word;
    width: 400px;
    /* white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
}

.btnprint {
    margin: 10px;
}

.messagetexttable {
    width: 600px;
    border-color: #111111;
    text-align: center;
    border: 0;
    padding: 0;
    text-wrap: normal;
    word-wrap: break-word;
}

/*PSR2650*/
/***************************************************EC21 Form CSS Begin********************************************************/
#tbl_formEC21 td {
    padding-bottom: 10px;
}

#btn_div {
    text-align: center;
}

    #btn_div input {
        margin: 24px 16px 8px 16px;
        padding: 4px 8px;
        border-radius: 5%;
    }

        #btn_div input:hover {
            cursor: pointer;
            background-color: powderblue;
        }
/***************************************************EC21 Form CSS End********************************************************/
