﻿body
{
    margin: 0;
    background-color: #ffebdc;
}
body, div, p, table
{
    font-family: Tahoma;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.divBlank
{
    clear: both;
    width: 100%;
    height: 15px;
}
.divBlank2
{
    clear: both;
    width: 100%;
    height: 20px;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
table
{
    direction: rtl;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}
.banner
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #1d444f;
    width: 100%;
    height: 30px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    text-align: right;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #0033CC;
}

input.textEntry, input.textEntry2
{
    height: 20px;
    width: 320px;
    border: 1px solid #ccc;
    font-family: tahoma;
}
.lblProj
{
    font-size: 13pt;
    font-weight: bold;
    font-family: tahoma;
    color: Gray;
}
select.selectEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.textEntry:hover, input.textEntry2:hover, input.textEntry:focus, .selectEntry:hover, .selectEntry:focus
{
    border: 1px solid #9dc95f;
    background-color: khaki;
}
input.passwordEntry:hover, input.passwordEntry:focus
{
    border: 1px solid #9dc95f;
    background-color: khaki;
}


input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 44%;
    float: right;
    margin: 5px;
}
div.ViewProfile
{
    width: 48%;
    float: right;
    margin: 5px;
    text-align: right;
}

.lblView
{
    text-align: center;
}

.topic
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma;
    height: 35px;
    width: 850px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    background: #3887be no-repeat 2px center;
    z-index: 100;
}
.topic:hover
{
    background-color: rgb(59, 178, 208);
    cursor: pointer;
    font-weight: bold;
}
div.totalViewGroup
{
    width: 850px; /*   min-height: 450px;*/
    height: auto;
    border: 2px solid #3887be;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

div.SecretInfo
{
    width: 850px;
    min-height: 80px;
    height: auto;
    border: 2px solid #3887be;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
div.PartInfoRight
{
    width: 27%;
    float: right;
    padding-right: 10px;
    text-align: justify;
}
div.PartInfoLeft
{
    width: 35%;
    float: right;
    padding-right: 10px;
    text-align: justify;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 11pt;
    color: #FF3300;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*   For Register Page    */
/* Buttons */
div.DivButton
{
    width: 98%;
    float: right; /*height: 30px;*/
    min-height: 30px;
    height: auto;
    padding: 8px;
    margin-bottom: 5px;
    background-color: #FFFFCC;
    background-image: url('../Images/bg3.gif');
    direction: rtl;
}

.button
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 10pt tahoma;
    height: 35px;
    width: 110px;
    text-align: right;
    padding-right: 2px;
    box-shadow: 3px 3px 3px 0px;
}
.button:hover
{
    background-color: #FFCC00;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 1px 0px;
}
.btnreserve
{
    background: khaki url('../Images/icons/reserve.png') no-repeat 3px center;
}
.btnbasket
{
    background: khaki url('../Images/icons/basket.png') no-repeat 3px center;
}
.btnconfirm
{
    background: khaki url('../Images/icons/yes.png') no-repeat 3px center;
}
.btnnotconfirm
{
    background: khaki url('../Images/icons/no.png') no-repeat 3px center;
}

.btnsave
{
    background: khaki url('../Images/icons/Saveicon.png') no-repeat 3px center;
}
.btnnew
{
    background: khaki url('../Images/icons/new.png') no-repeat 3px center;
}
.btnsend
{
    background: khaki url('../Images/icons/send.png') no-repeat 3px center;
}
.btnErase
{
    background: khaki url('../Images/icons/eraser.png') no-repeat 3px center;
}
.btnEnter
{
    background: khaki url('../Images/icons/Login.png') no-repeat 3px center;
}
.btnInActive
{
    background: khaki url('../Images/icons/Close.png') no-repeat 3px center;
}
.btnActive
{
    background: khaki url('../Images/icons/Active.png') no-repeat 3px center;
}
.btnkey
{
    background: khaki url('../Images/icons/key.png') no-repeat 3px center;
}
.btnReturn
{
    background: khaki url('../Images/icons/Return.png') no-repeat 3px center;
}
.btnNextProfile
{
    clear: both;
    background: khaki url('../Images/icons/nextIcon.png') no-repeat 3px center;
}
.btnBeforeProfile
{
    clear: both;
    direction: ltr;
    background: khaki url('../Images/icons/beforeicon.png') no-repeat 3px center;
}
.btnSearch
{
    background: khaki url('../Images/icons/search.png') no-repeat 3px center;
}
.btnShowAll
{
    background: khaki url('../Images/icons/checklist-icon.png') no-repeat 3px center;
}
.btnPeriorityReset
{
    background: khaki url('../Images/icons/no.png') no-repeat 2px center;
}
.btnAccess
{
    background: khaki url('../Images/icons/access.png') no-repeat 3px center;
}

label
{
    width: auto;
    font-weight: bold;
}

/* Add Request */

div.RequestInfo .accountInfo
{
    width: 30%;
    float: right;
    margin: 5px;
}

div.RequestInfo
{
    width: 100%;
    float: right;
    margin: 2px;
}


input.RequestText
{
    width: 200px;
    border: 1px solid #ccc;
}



.Tabbutton
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma !important;
    height: 40px;
    width: 200px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}
.Tabbutton:hover
{
    background-color: #FFCC00 !important;
    cursor: pointer !important;
    font-weight: bold !important;
}


.btnAccountInfo
{
    background: #9dc95f url('../Images/icons/Y-icon.png') no-repeat 2px center !important;
    width: 170px;
}


.btnMyInfo
{
    background: #9dc95f url('../Images/icons/checklist-icon.png') no-repeat 2px top !important;
    width: 170px;
}

.btnMyWifeInfo
{
    background: #9dc95f url('../Images/icons/X-icon.png') no-repeat 2px center !important;
    width: 170px;
}


.btnPeriorityInfo
{
    background: #9dc95f url('../Images/icons/Periority.png') no-repeat 2px center !important;
    width: 170px;
}


.empty
{
    clear: both;
}


.lblFemale
{
    height: 35px;
    width: 80px;
    border: 1px solid #9dc95f;
    background-color: khaki;
    background: #9dc95f url('../Images/icons/X-icon.png') no-repeat 2px center;
    font-family: Tahoma;
    text-align: right;
}



.lblmale
{
    height: 35px;
    width: 80px;
    border: 1px solid #9dc95f;
    background-color: khaki;
    background: #9dc95f url('../Images/icons/Y-icon.png') no-repeat 2px center;
    font-family: Tahoma;
    text-align: right;
}


.lblFemale:hover, .lblmale:hover
{
    background-color: #f18103;
    font-weight: bold;
}



/* Admin Page  */


.SearchDiv
{
    width: 100%;
    float: left;
}


.Prioritybutton
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma;
    height: 35px;
    width: 133px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    background: #30B866 no-repeat 2px center;
}
.Prioritybutton:hover
{
    background-color: #FFCC00;
    cursor: pointer;
    font-weight: bold;
}

.Prioritybutton:disabled
{
    color: Black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma;
    height: 35px;
    width: 130px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    background: #30B866 no-repeat 2px center;
    background-image: url('../Images/icons/tick.png');
}

.ViewPriority
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma;
    height: 40px;
    width: 120px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    background-color: transparent;
}


.btn1
{
    background: #9dc95f url('../Images/Numbers/number_1.png') no-repeat 2px center;
}

.btn2
{
    background: #9dc95f url('../Images/Numbers/number_2.png') no-repeat 2px center;
}

.btn3
{
    background: #9dc95f url('../Images/Numbers/number_3.png') no-repeat 2px center;
}

.btn4
{
    background: #9dc95f url('../Images/Numbers/number_4.png') no-repeat 2px center;
}

.btn5
{
    background: #9dc95f url('../Images/Numbers/number_5.png') no-repeat 2px center;
}

.btn6
{
    background: #9dc95f url('../Images/Numbers/number_6.png') no-repeat 2px center;
}

.btn7
{
    background: #9dc95f url('../Images/Numbers/number_7.png') no-repeat 2px center;
}

.btn8
{
    background: #9dc95f url('../Images/Numbers/number_8.png') no-repeat 2px center;
}

.btn9
{
    background: #9dc95f url('../Images/Numbers/number_9.png') no-repeat 2px center;
}

.btn10
{
    background: #9dc95f url('../Images/Numbers/number_10.png') no-repeat 2px center;
}

.lblWrap
{
    white-space: pre-line;
}


.btnPrev, .btnNext, .btnLast, .btnFirst
{
    width: 60px;
    height: 27px;
}
.btnNext
{
    background: #9dc95f url('../Images/icons/next.png') no-repeat 2px center;
    background-position: right;
    text-align: left;
}
.btnPrev
{
    background: #9dc95f url('../Images/icons/previous.png') no-repeat 2px center;
    background-position: left;
    text-align: right;
}
.btnLast
{
    background: #9dc95f url('../Images/icons/Last.png') no-repeat 2px;
    background-position: right;
    text-align: left;
}
.btnFirst
{
    background: #9dc95f url('../Images/icons/first.png') no-repeat 2px;
    background-position: left;
    text-align: right;
}
/*Search*/

.divwife
{
    width: 850px;
    float: right;
}
.topicSearch
{
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    font: 9pt tahoma;
    height: 35px;
    width: 850px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    background: #3887be no-repeat right center;
    z-index: 100;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    color: White;
    background-image: url('../Images/Icons/nav_left_green.png');
}
.topicSearch:hover
{
    background-color: rgb(59, 178, 208);
    cursor: pointer;
    font-weight: bold;
}

.selectCheck
{
    border: 1px solid #ccc;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

.selectCheck:hover, .selectCheck:focus
{
    border: 1px solid #9dc95f;
    background-color: khaki;
}

select.SearchDropdown
{
    width: 250px;
    height: 20px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma;
}

select.SearchDropdown:hover, select.SearchDropdown:focus
{
    border: 1px solid #9dc95f;
    background-color: khaki;
}


.imageInWhiteChair
{
    max-height: 450px;
    max-width: 450px;
}

#viewProjector
{
    background-color: #FFFFCC;
    border-radius: 5px;
    -moz-border-radius: 3px;
    border: solid 3px khaki; /*height: 450px;*/
    direction: rtl;
    width: 85%;
    margin-top: 20px;
    padding: 20px;
    float: right;
    border: 4px solid red;
    border-style: double;
    border-radius: 8px;
}

.RadioAccess
{
    font-family: tahoma;
    font-size: 11px;
    color: #000000;
    text-align: right;
}


/*baraye peygham dar profile*/
.btnMessage
{
    background: khaki url('../Images/icons/address.png') no-repeat 2px center;
}
.btnSuggestion
{
    background: khaki url('../Images/icons/lamp.png') no-repeat 2px center;
}
.btnSendMessage
{
    background: khaki url('../Images/Icons/Tik.png') no-repeat 2px center;
}
#modal
{
    visibility: hidden;
    width: 510px;
    height: 445px;
    padding: 8px;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute !important;
    bottom: 50% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -180px !important;
    z-index: 101;
}


#heading, .popheading
{
    width: 360px;
    height: 36px; /* border-bottom: 1px solid #bababa;*/
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    color: #666666; /* text-shadow: 0px 1px 0px #fff;*/
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
}
#content
{
    width: 850px;
}
#content2
{
    width: 1000px;
    height: 500px;
    overflow: scroll;
}
.popcontent
{
    width: 700px;
}
#content, .popcontent
{
    padding: 5px;
    height: auto;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#content p
{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    color: #555555;
    width: 100%;
    float: left;
    margin: 19px 0;
}



.reveal-modal-bg
{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px)
{


    .button img
    {
        width: 23px;
        height: 23px;
    }


    .red.closePop
    {
        width: 30px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        border: none;
        font: 10pt tahoma;
        height: 35px;
        width: 110px;
        text-align: right;
        padding-right: 2px;
        box-shadow: 3px 3px 3px 0px;
    }
}
.cpanel
{
    border: 2px solid olive;
    padding-top: 5px;
    left: 900px !important;
}
.btnInfo
{
    background: khaki url('../Images/icons/info.png') no-repeat 3px center;
    width: 140px;
}
