﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #F2F4F8;
    height: auto;
    
  background: linear-gradient(to top left, white 65%,rgba(0, 0, 0, 0.13) 100%);
     height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a:link
{
    color: #57728D;
    font-size: medium;
    border: thin;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    color: #344F95;
    font-size: medium;
    border: thin;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}
a.LinkAsButton
{
    background: url(../../Content/Images/new.jpg) no-repeat top left;
     display: block;
     width: 150px;
     height: 150px;
     text-indent: -9999px; /* hides the link text */
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
   width: 98%;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    direction: rtl;
    height: auto;
    
}

.PageTitle
{
    color: blue;
    font-size: x-large;
    font-weight: bold;
}

#header
{
   
    /*margin-top: 0.5%;*/
    /*margin-right: auto;
    margin-left: auto;
    width: 92%;*/
    /*border-radius: 10px;*/
    height: 100px;
    margin-bottom:6%;

    /*border-style: solid;
    border-width: 0.1px;*/
    /*border-color: #C3D8F1;*/
    /*background-image: url('../../Content/Images/bgHeader.jpg');*/
}

#loggedUser
{
    margin-right: auto;
    margin-left: auto;
    width: 91%;
   
    font-size: medium;
    height: 66px;
}
#LogOut
{
   
     color:    #C19555;
    font-size: medium;
   
   
    position:absolute;
    top:15%;
    left:1%;
    width:40%;
}
#WG_LogOut
{
   
    color:    #C19555;
    font-size: medium;
   
   
    position:absolute;
    top:15%;
    left:1%;
    width:40%;
}

#mainMenu
{
   
  
    margin-right: 2%;
    position:absolute;
    top:19%;
    width: 60%;
    height: auto;
}


#main
{

   border-radius: 10px;
    height: auto;
     background-color:transparent;
    /*margin-top: 2%;*/
    margin-right: auto;
    margin-left: auto;
   
   
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
#footer
{
     position:fixed !important;
    width:100%;
    bottom:0;
    text-align:center;
    padding:5px 0;
   background:#f0f0f0;
    border-top:1px solid #C3D8F1;
    font-size:medium;
     font-family: 'Times New Roman';
     font-weight:bold;
}

/* TAB MENU   

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#blink {

margin: 0;
padding:20px;
}

#blink span {
font-size:1.4em;
font-weight:bold;

}
#AlertDialog_Message {
    font-size:medium;
}
#ConfirmDialog_Message{
    font-size:medium;
}
Label
{
    font-size: large;
    font-weight: bold;
}

.Alert
{
    color: #FF0000;
    font-weight: bold;
    font-size: medium;
}

.AlertBlack {
    color: black;
    font-weight: bold;
    font-size: medium;
}

fieldset
{
     border: 1px solid #CCC;
    width:100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 5%;
   margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}



    fieldset p
    {
        margin: 2px 12px 10px 10px;
        height: 49px;
    }

legend
{
    font-size: 1.5em;
    color: #929292;
    font-weight: bold;
    margin-left: 110px;
    padding: 5px 10px;
    border: 1px solid #929292;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
    -khtml-border-radius: 5px;
    text-transform: capitalize;
    border-radius: 5px;
}

 input[type="SubMit"],input[type="button"]
{
   font-weight:bold;
   font-size: medium;
   width:100%;
   height:38px;
   margin-bottom:5px
}


input[type="text"], input[type="password"], textarea
{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    background-color:#F2F4F8;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 2.2rem;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}
.required,
textarea:required {
  border-color: #C19555 !important;
}




    input[type="text"]:focus, input[type="password"]:focus, textarea:focus
    {
        background: #fafafa;
        border-color: #999999;
        outline: none;
    }

select
{
   
    width: 100%;
 
    color: #74646e;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;
   
    background-color: transparent;
}
.alert-box
{
    border-style: solid;
    border-radius:5px;
    border-width: 1px;
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    margin-right:auto;
    margin-left:auto;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #57728D;
    border-color: orange;
    color: #FFFFFF;
}

  
table
{
    border: none;
   table-layout:fixed;
    /*background-color:#F2F4F8;*/
    margin-right:auto;
    margin-left:auto;
   
    width:98%;
}

    table td
    {
        padding: 5px;
        border: solid 0px #e8eef4;
        font-size: medium;
        border-radius: 4px;
        word-wrap:break-word;
      
    }

.CellBorderedLabel
{
    background-color: #E3EEFF;
    border-style: solid;
    border-width: .5px;
    /*font-size:small;
    font-weight:normal;*/
}

.CellBordered
{
    background-color: #EDF1F8;
    border-style: solid;
    border-width: .5px;
}

table th
{
  
    text-align: center;
    font-size:medium;
 
  
  
 
}


.showValue {
    border:1px solid #888;
    text-align:center;
}

.header
{
    color: white;
}



/* MISC  
----------------------------------------------------------*/
/*#submit {
  border-radius: .4em .4em 2em 2em ;
   color: hsl(39, 100%, 30%);
 background-color: hsl(39, 100%, 50%); 
   }*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 0px;
}

.DivSystemName
{
    font-size: xx-large;
    color: #004694;
    font-family: Arial;
}

.LinkBar
{
    border: thin solid #C0C0C0;
    background-color: #FFDF9D;
    margin-right: 3%;
}

.DivGridTitle
{
    height: 35px;
    font-size: large;
    background-color: #57728D;

    color: white;
}

.DivCompanyName
{
    margin-right: 2%;
    color: black;
    font-family: Arial;
    font-size: large;
}

.DivMainMenu
{
    font-size: smaller;
    font-family: Arial;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

div#backGround
{
    background-color: #ca3434;
    margin: 1em 0;
    padding: 1em;
    font-size: medium;
    border: 1px solid #CCC;
}

.SiteMapBar
{
    margin-right: 10px;
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
}

.cell-label
{
    width: 100px;
    font-weight: bold;
    font-size: medium;
    color: Gray;
    float: right;
    border-left-style: solid;
    border-left-width: thin;
    border-radius: 5%;
}


.short-cell-Data
{
    width: 218px;
    font-size: medium;
    color: black;
    float: left;
    border: thin;
}

.long-cell-Data
{
    width: 375px;
    font-size: medium;
    color: black;
    float: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited
    {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover
    {
        color: white;
        text-decoration: none;
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.error-message
{
    color: #ff0000;
    font-size: medium;
    font-weight: bold;
    text-decoration: blink;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.HR
{
    width: 400px;
    height: 1px;
    background-color: #AA3804;
}

p
{
    padding: 5px 0;
}






.editor-field
{
    font-size: medium;
    font-family: Arial;
    margin: 0.5em 0;
    height: 17px;
    text-align: right;
    width: 150px;
}

.text-editor-field
{
    font-size: medium;
    font-family: Arial;
    margin: 0.5em 0;
    height: auto;
    text-align: right;
    width: auto;
}

.short-display-field
{
    font-size: medium;
    font-family: Arial;
    height: 25px;
    width: 120px;
}

.display-field
{
    float: right;
    margin-right: 5px;
}

.long-display-field
{
    font-size: medium;
    font-family: Arial;
    height: 25px;
    width: 236px;
    margin-top: 0px;
}



.text-box
{
    width: 30em;
}

    .text-box.multi-line
    {
        height: 4.5em;
    }

.tri-state
{
    width: 6em;
}


.t-edit-form-container
{
    width: 350px;
    margin: 1em;
    direction: rtl;
    background-color: white;
    height: auto;
}

    .t-edit-form-container .editor-label,
    .t-edit-form-container .editor-field
    {
        padding-bottom: 1em;
        float: right;
    }

    .t-edit-form-container .editor-label
    {
        width: 30%;
        text-align: right;
        padding-right: 3%;
        clear: left;
    }

    .t-edit-form-container .editor-field
    {
        width: 60%;
        font-size: large;
        font-family: Arial;
    }

div.t-dropzone
{
    border: 1px solid #d2dfe6; /* For Vista; Different for each theme */
}

    div.t-dropzone em
    {
        visibility: visible;
    }


div.menu3
{
    /*width:500px;margin:0 auto;*/ /*Uncomment this line to make the menu center-aligned.*/
    text-align: center;
    font-size: 0;
    height: 25px;
    *position: relative;
    *top: 1px; /*Hacks for IE6 & IE7 */
}

    div.menu3 a
    {
        display: inline-block;
        padding: 0 20px;
        margin-right: 1px; /* It specifies the distance between each tab */
        background: #F7F7F7;
        color: Black;
        text-decoration: none;
        font: normal 12px Arial;
        line-height: 24px;
        border: 1px solid #CAD0DB;
        border-bottom: 0;
        color: #666;
        vertical-align: top; /*ChangeSet#2*/
        text-decoration: none;
    }

        div.menu3 a:hover, div.menu3 a.current
        {
            background: #E9ECF0;
            line-height: 25px;
            color: #000;
        }

div.menu3sub
{
    height: 6px;
    border: 1px solid #CAD0DB;
    background: #E9ECF0;
}
/*@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);*/
/*===== nav style ======*/

/* Base Styles */

#ShowUpload
{
    cursor: pointer;
}

#ShowCamera
{
    cursor: pointer;
}
.floatright {
    float:right;
}
.floatLeft {
    float:left;
}
.form-style-10{
    width:60%;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.Note{
    
    width:25%;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    font-size:medium;
    background-color:transparent;
    /*visibility:hidden;*/
}
.Note label{
    display: block;
   
    font: 15px Arial, Helvetica, sans-serif;
    color: #888;
    font-weight:bold;
    margin-bottom: 15px;
}
.Note span{
    display: block;
   
    font: 17px Arial, Helvetica, sans-serif;
    color:#2A88AD ;
    font-weight:bold;
    margin-bottom: 15px;
}
.form-style-10 .inner-wrap{
    padding: 30px;
    background: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px;
   
}

.form-style-10 h1{
     background: linear-gradient(to top left, white 20%,rgba(0, 0, 0, 0.13) 100%);
   
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: black;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
    display: block;
    margin-top: 1px;
    font: 16px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
   
    width:auto;
    font: 15px Arial, Helvetica, sans-serif;
    color: #888;
    font-weight:bold;
    margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
    margin-right:-20px;
      margin-top: -27px;
}
.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.form-style-10 input[type="button"],
.form-style-10 input[type="reset"],
.form-style-10 input[type="submit"]{
    background: #105208;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    font-weight:bold;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 17px;
}
.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="reset"]:hover,
.form-style-10 input[type="submit"]:hover{
    background: #105208;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}
/* Table Layout
-----------------------------------------------------------*/
div.tableRow
{
    height: 22px;
    margin: 0 0 0 10px ;
}

div.tableColumnSeperator
{
    float: left;
    width: 20px;
}
div.tableFieldSeperator
{
    float: left;
    width: 10px;
}
div.tableButtonRow
{
    height: 22px;
    margin: -37px 0 10px 0;
    position: absolute; 
    top:100%; 
}
#DialogOk_Button,#DialogCancel_Button {
   font-weight:bold;
   font-size: medium;
   width:45%;
 
  
}


.messages {
        display: inline-block;
        background: pink;
        text-align: center;
        color: #FFF;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        line-height: 45px;
   }
