﻿

/*.floating-placeholder{ 
  position:relative; 
  margin-bottom:25px; 
}
.input {
  font-size:18px !important;

  padding:13px 5px 0px 10px;  
  display:block !important;
  width:80% !important;
  border:none !important;

  border-bottom:1px solid #EBEBEB !important;
   color:#000;
}
.input:focus { outline:none;}

.mylabel  {
  color:#999 !important; 
  font-size:17px !important;
  font-weight:normal !important;
  position:absolute !important;
  pointer-events:none !important;
  left:5px !important;

  transition:0.2s ease all !important; 
  -moz-transition:0.2s ease all !important; 
  -webkit-transition:0.2s ease all !important;
  
}

.input:valid ~ .mylabel {
 top:-10px;
  font-size:17px;

    color:#000;

}


.input:focus ~ .mylabel {

  top:-19px ;
  font-size:14px ;
  color:#00b9f5 !important;
  
}



.bar{ position:relative; display:block; width:80%; }
.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px;
  position:absolute;
  background:#00b9f5; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

.input:focus ~ .bar:before,.input:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
  height:60%; 
  width:100%; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}


.input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
  to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
  to{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
  to { width:0; background:transparent; }
}*/


.list2 {
    border: 1px solid #ccc;
    list-style-type: none;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #FFF;
    text-align: left;
    padding-left: 5px;
    height: 200px;
}

ul.list2 li {
    padding: 5px 10px;
    line-height: 30px;
    /*width: 100%;*/
}

.list3 {
    border: 1px solid #ccc;
    list-style-type: none;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #FFF;
    text-align: left;
    padding-left: 5px;
    height: 200px;
    width:150px;
    }

ul.list3 li {
    padding: 5px 10px;
    line-height: 30px;
    width:145px;
}

.listitem3 {
    /*color: #999;*/
    /*width: 100%;*/
    font-weight: 300;
    line-height: 30px;
    width:150px;
}

.hoverlistitem3 {
    background-color: #3c8dbc;
    color: #FFF;
    cursor: pointer;
    line-height: 30px;
    width:145px;
}


.listitem2 {
    /*color: #999;*/
    /*width: 100%;*/
    font-weight: 300;
    line-height: 30px;
}

.hoverlistitem2 {
    background-color: #3c8dbc;
    color: #FFF;
    cursor: pointer;
    line-height: 30px;
    /*width: 100%;*/
}

.divwidth {
    width: 150% !important;
    /*font-family: 'Segoe UI','Segoe','SegoeUI-Regular-final',Tahoma,Helvetica,Arial,sans-serif;*/
    margin: 0;
    /*width: auto;*/
    overflow-y: scroll;
}

.Headings {
    /*color: #7e7e7e !important;*/
    color: #000 !important;
    font-size: 10.5px !important;
    font-weight:700 !important;
    /*font-weight:bold;*/
}

.contents {
    color: #000 !important;
    font-size: 10px !important;
}

.contents1 {
    color: #000 !important;
    font-size: 14px !important;
}

.errorTextbox {
    background-color: Red;
    color: White;
}

/*.form_dropdown {  
      color:#999 !important; 
  font-size:18px !important;
    font-weight: 300;
    height: 2rem;
    background: none !important;
    outline: none !important;
    border: 0 !important;
    
}
     .bar1 {       
    position: relative;
    width:100%;
    border-bottom: 2px solid #AAAAAA;
    display: block;        
        }*/

/*thead {
   color:#AAAAAA !important;
   text-align:left;    
     
}
th {
    font-size: 18px;     
           font-weight: normal;
             vertical-align: top !important;
}*/


/*** Text format ***/
.mGrid {
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    width: 100%;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/*** End of file ***/



.mGrid2 {
    background-color: #fff;
    margin: 0px 0 5px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid2 td {
        padding: 1px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid2 th {
        padding: 1px 1px;
        color: #fff;
        background: #424242 url(grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.8em;
    }

    .mGrid2 .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid2 .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid2 .pgr table {
            margin: 3px 0;
        }

        .mGrid2 .pgr td {
            border-width: 0;
            padding: 0 4px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 8px;
        }

        .mGrid2 .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid2 .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


a {
    color: #0254EB;
}

    a:visited {
        color: #0254EB;
    }

    a.morelink {
        text-decoration: none;
        outline: none;
    }

.morecontent span {
    display: none;
}

.comment {
    /*width: 400px;
	background-color: #f0f0f0;
	margin: 10px;*/
}


.div-Table {
    display: table;
    width: 110px;
    /*border: 1px solid #666666;
    border-spacing: 5px;*/
     /*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.div-Row {
    display: table-row;
    width: auto;
}

.div-Cell {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
    width: auto;
}

.headerV {
    font-weight: bold;
    position: absolute;
}

.tobox {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 3px 0 0;
    width: 18px;
    /*font-size: x-small;*/
    font-size: smaller;
    text-align:right;
}


.tobox20 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 3px 0 0;
    width: 22px;
    /*font-size: x-small;*/
    font-size: smaller;
       text-align:right;
}

.tobox28 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 3px 0 0;
    width: 28px;
       /*font-size: x-small;*/
    font-size: smaller;
      
}

.tobox32 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 3px 0 0;
    width: 32px;
    /*font-size: x-small;*/
    font-size: smaller;
      
}

.tobox40 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 40px;
     /*font-size: x-small;*/
    font-size: smaller;
      text-align:right;
 
}


.tobox60 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 45px;
     /*font-size: x-small;*/
    font-size: smaller;
     
}

.tobox55 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 55px;
    /*font-size: x-small;*/
    font-size: smaller;
      
}

.tobox80 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 90px;

}

.toboxSmall60 {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 60px;
     /*font-size: x-small;*/
    font-size: smaller;
     
}

.file-upload {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center; /* Cosmetics */
    border: 1px solid #cfcfcf;
    background: #e2e2e2; /* Nice if your browser can do it */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .file-upload:hover {
        background: #e9e9e9;
    }

    .file-upload.focus {
        outline: 1px solid yellow;
    }

    .file-upload input {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        font-size: 10pt;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload strong {
        padding-top: 5px;
        font-size: 9pt;
        font-weight: normal;
    }

    .file-upload span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        display: inline-block; /* Adjust button text vertical alignment */
    }

/* Adjust the button size */
.file-upload {
    height: 22px;
}

    .file-upload, .file-upload span {
        width: 75px;
    }


.leftText {
    text-align:left;
}

.rightNo {
    text-align:right !important;
}
