﻿body
{
}
.loading
{
    background-image: url('../../Content/images/generated-image.gif');
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 200px;
    height: 300px;
}
.hideloading
{
    display: none;
}
.inithiddenitem
{
    display: none;
}
.txtbox1
{
    border-radius: 8px;
    width: 95%;
    border: 1px solid #E56717;
    height: 25px;
    border-spacing: 1px;
    font-weight: normal;
}
.txtbox2
{
    border-radius: 3px;
    width: 80px;
    border: 1px solid #E56717;
    height: 20px;
    border-spacing: 1px;
    font-weight: normal;
}

.head
{
    color: #E44F2B;
    font-size: 25px;
    padding-bottom: 15px;
    padding-left: 20px;
}

table.form
{
    border-spacing: 2px;
    font-family: @Gulim;
    font-weight: bold;
    text-align: right;
    padding-left: 0px;
}

.btn1
{
    border-radius: 24px;
    color: #E44F2B;
    background-color: #FFF;
    font-weight: bold;
    line-height: 20px;
}

.button1
{
    border-top: 1px solid #f797b2;
    background: #d66c65;
    background: -webkit-gradient(linear, left top, left bottom, from(#c24823), to(#d66c65));
    background: -webkit-linear-gradient(top, #c24823, #d66c65);
    background: -moz-linear-gradient(top, #c24823, #d66c65);
    background: -ms-linear-gradient(top, #c24823, #d66c65);
    background: -o-linear-gradient(top, #c24823, #d66c65);
    padding: 5px 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #faf2fa;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
.button1:hover
{
    border-top-color: #E44F2B;
    background: #E44F2B;
    color: #ccc;
}
.button1:active
{
    border-top-color: #cf5821;
    background: #cf5821;
}
.Search
{
    width: 95%;
    border: 1px solid #E56717;
    height: 25px; /* opacity: 0.5;*/
    font-style: italic;
    font-weight: normal;
}
.Search.PlaceHolder
{
}

.SearchCust
{
    position: absolute;
    background-color: #1980A0;
    max-width: 610px;
    width: auto;
    max-height: 1000%;
    height: auto;
    z-index: 10;
}
.SearchCust table
{
    font-family: arial;
    border: solid 2px white;
    min-width: 250px;
    margin: 6px;
}

#xxDlg_Bck_xxOvrlay
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.6;
}

.NdmxxDialogxxDivxx_IDxx
{
    text-align: center;
    position: fixed;
    padding: 3px;
    width: 430px;
    min-height: 140px;
    height: auto;
    background-image: url('../../Content/images/titlebar00.jpg');
    background-repeat: repeat-x;
    background-color: #000;
    border: ridge 3px silver;
    color: #FFF;
    font-family: Consolas, Segoe UI;
    font-size: 0.9em;
    display: none;
}




.DiagInfoButton
{
    font-family: Consolas;
    font-weight: bold;
    padding: 3px 20px;
    margin: 5px 5px 15px 5px;
}

.buttonOKay
{
    border-top: 1px solid #000000;
    background: #611806;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed5611), to(#611806));
    background: -webkit-linear-gradient(top, #ed5611, #611806);
    background: -moz-linear-gradient(top, #ed5611, #611806);
    background: -ms-linear-gradient(top, #ed5611, #611806);
    background: -o-linear-gradient(top, #ed5611, #611806);
    padding: 7.5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    font-size: 10px;
    font-family: Georgia, Serif;
    text-decoration: none;
    vertical-align: middle;
}
.buttonOKay:hover
{
    border-top-color: #d9481c;
    background: #d9481c;
    color: #ffffff;
}
.buttonOKay:active
{
    border-top-color: #cf5821;
    background: #cf5821;
}



/* Auto filling Div*/
.DivTeacher
{
    position: absolute;
    background-color: transparent;
    max-width: 610px;
    width: auto;
    max-height: 1000%;
    height: auto;
    color: Orange;
    z-index: 2;
}

.DivTeacher table
{
    background-color: white;
    font-family: arial;
    border: solid 3px #E44F2B;
    min-width: 250px;
    margin-left: 13px;
}
.DivTeacher table th
{
    border-style: solid;
    border-color: silver;
    border-width: 1px 0 1px 0;
    background-color: #E44F2B;
    color: #FFF;
    height: 40px;
    padding: 1px;
    text-align: center;
    font-size: 18px;
    font-variant: small-caps;
    font-family: serif;
}
.DivTeacher table td
{
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px silver;
    border-right: solid 1px transparent;
    color: #E44F2B;
}



.DivLoginDetails
{
    position: absolute;
    background-color: white;
    max-width: 610px;
    width: auto;
    max-height: 1000%;
    height: auto;
    color: Orange;
}

.DivLoginDetails table
{
    font-family: arial;
    border: solid 3px #E44F2B;
    min-width: 250px;
    margin-left: 13px;
}
.DivLoginDetails table th
{
    border-style: solid;
    border-color: silver;
    border-width: 1px 0 1px 0;
    background-color: #E44F2B;
    color: #FFF;
    height: 40px;
    padding: 1px;
    text-align: center;
    font-size: 18px;
    font-variant: small-caps;
    font-family: serif;
}
.DivLoginDetails table td
{
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px silver;
    border-right: solid 1px transparent;
    color: #E44F2B;
}

/* Auto filling Div*/

/*Photo Upload CSS*/
.FileUpldInlineProgrss
{
    height: 26px;
    width: 166px;
    background-image: url('../../Content/images/spinner.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.FileUpldInlneComplete
{
    height: 28px;
    width: 20px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

.UpldFilSel
{
    font-family: Segoe UI;
    font-size: 1.0em;
    margin-top: 57px;
    background-color: #FF8A4A;
}

.UploadInfoButton
{
    font-family: Consolas;
    font-weight: bold;
    padding: 0px 2px;
    margin: 3px 8px;
}

.UploadInfoHeader
{
    font-family: Segoe UI;
    margin: 0px 4px -48px -34px;
    color: #000;
}

.NdmxxUPWxxDiv_ID
{
    position: fixed;
    padding: 2px 0px 0px 160px;
    width: 430px;
    height: 170px;
    background-image: url('../../Content/images/titlebar00.jpg');
    background-repeat: repeat-x;
    background-color: #FF8A4A;
    background-position: 0 -1px;
    border: ridge 4px #000;
    display: none;
}

.FilUpldWinTitle
{
    color: #FFF;
    font-family: fantasy;
    font-weight: bold;
    font-size: 11px;
    padding-top: 2px;
}
/**/



.buttonUPload
{
    border-top: 1px solid #96d1f8;
    background: #81bee6;
    background: -webkit-gradient(linear, left top, left bottom, from(#dde2e6), to(#81bee6));
    background: -webkit-linear-gradient(top, #dde2e6, #81bee6);
    background: -moz-linear-gradient(top, #dde2e6, #81bee6);
    background: -ms-linear-gradient(top, #dde2e6, #81bee6);
    background: -o-linear-gradient(top, #dde2e6, #81bee6);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #000000;
    font-size: 13px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
.buttonUPload:hover
{
    border-top-color: #e9eef2;
    background: #e9eef2;
    color: #000000;
}
.buttonUPload:active
{
    border-top-color: #b4babf;
    background: #b4babf;
}


.xxDlg_Img_xxDiv
{
    position: fixed;
    width: 730px;
    height: 567px;
    background-image: url('../../Content/images/titlebar00.jpg');
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: 5px 0px center center;
    border: ridge 4px #000;
    display: none;
    top: 25px;
    left: 295px;
}

.xxDlg_Img_xxDivInner
{
    overflow: auto;
    height: 505px;
    width: 730px;
    margin-top: 4px;
    margin-bottom: 5px;
    background-color: #112233;
}
.reporttable tr:nth-child(odd) td
{
    border: 1px solid white;
    background-color: #FBF2E9;
    color: #000000; /* text-align:center;*/
    height: 2px;
    padding: 0px 10px 0px 10px;
}

.reporttable tr:nth-child(even) td
{
    border: 1px solid white;
    background-color: #FFEDE6;
    color: #000000; /* text-align:center;*/
    height: 2px;
    padding: 0px 10px 0px 10px;
    
}
.reporttable tr th
{
    border: 1px solid white;
    text-align: center;
    background-color: #E44F2B;
    color: #FFFFFF;
    font-size: 16px;
    height: 2px;
    padding: 0px 10px 0px 10px;
}

td.right
{
    text-align: right !important;
}
td.left
{
    text-align: left !important;
}
td.center
{
    text-align: center !important;
}
.waiting
{
    background-image: url('../../Content/images/Waiting-image.gif');
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 200px;
    height: 200px;
}
.Loginwaiting
{
    background-image: url('../../Content/images/newLogin-image.gif');
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 200px;
    height: 200px;
}
.buton1
{
    background: #FF9797;
    border-radius: 5px;
}
.collectiontable tr:nth-child(odd) td
{
    /* text-align:center;*/
    height: 4px;
    padding: 0px 20px 0px 20px;
}

.collectiontable tr:nth-child(even) td
{
    /* text-align:center;*/
    height: 4px;
    padding: 0px 20px 0px 20px;
}
.collectiontable tr th
{
    text-align: center;
    font-size: 16px;
    height: 2px;
}
.txtbox3
{
    border-color: rgb(229, 103, 23);
    width: 75px;
    height: 30px;
    border-radius: 10px;
    background-color: white;
}

.reporttable1 tr td
{
    border: 1px solid white;
    background-color: #FBF2E9;
    color: #000000; /* text-align:center;*/
    height: 2px;
    padding: 0px 10px 0px 10px;
}


.reporttable1 tr th
{
    border: 1px solid white;
    text-align: center;
    background-color: #E44F2B;
    color: #FFFFFF;
    font-size: 16px;
    height: 2px;
}
/*.reporttable1 thead, tbody { display: block; }

.reporttable1 tbody {
    height: 100px;       
    overflow-y: auto;   
 
}*/

.AppSentLoad
{
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 100;
}
#overlay {
  position: absolute; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1); /* Black background with opacity */
  z-index: 999999999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
