﻿.OverHide
{
    overflow: hidden;
}
.SPositionAbsolute
{
    position: absolute;
}
.SComboNoBorder
{
    border-style:none;
}
.SBackTransBlack
{
    background-color: rgba(0,0,0,0.6);
}
.STextRound
{
    height: 30px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    color: Black;
    font-family: 'Tahoma';
    font-size: 14px;
    background-color: White;
    border: solid 1px #CCCCCC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@font-face {
  font-family: 'Segoe Condensed';
  src: url('Fonts/segoe.eot?#') format('eot'),
       url('Fonts/segoe.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitra';
  src: url('Fonts/BMitra.eot?#') format('eot'),
       url('Fonts/BMitra.woff') format('woff'),
       url('Fonts/BMitra.ttf') format('truetype');
}
@font-face {
  font-family: 'Yekan';
  src: url('Fonts/BYekan.eot?#') format('eot'),
       url('Fonts/BYekan.woff') format('woff'),
       url('Fonts/BYekan.ttf') format('truetype');
}
@font-face {
  font-family: 'AtrinSign';
  src: url('Fonts/atringroupsigns.eot?#') format('eot'),
       url('Fonts/atringroupsigns.woff') format('woff'),
       url('Fonts/atringroupsigns.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica 95 Black';
  src: url('Fonts/HelveticaNeue-Black.eot') format('eot'),
       url('Fonts/HelveticaNeue-Black.eot?#iefix') format('embedded-opentype'),
       url('Fonts/HelveticaNeue-Black.woff') format('woff'),
       url('Fonts/HelveticaNeue-Black.ttf') format('truetype');
}

.STicketMain
{
    min-width: 980px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
}

.STicketMainC
{
    position: relative;
    left: 10px;
    right: 510px;
    float: left;
    text-align: left;
    z-index: 5020;
    overflow: hidden;
}
.STicketMainR
{
    position: relative;
    float: right;
    width: 500px;
    text-align: left;
    z-index: 5020;
    overflow: hidden;
}


.SOrderCard
{
    width: 480px;
    height: auto;
    /*background: #F0F0F0;*/
    border: solid 1px #4696DC;
    padding: 5px 0px 10px 0px;
    font-family: 'Yekan';
    font-size: 14px;
    color: #FFAA00;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.SOrderCardTitle
{
    float: left;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #6E6E6E;
    text-align: center;
    direction: rtl;
}
.SOrderCardAddKey
{
    font-family: Tahoma;
    font-size: 11px;
    color: White;
    text-align: center;
    padding-top: 5px;
    width: 96px;
    height: 22px;
    background-color: #2378FF;
    border: solid 1px #FFAA00;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    
}
.SOrderCardAddKey:hover
{
    font-family: Tahoma;
    font-size: 11px;
    color: #2378FF;
    text-align: center;
    padding-top: 5px;
    width: 96px;
    height: 22px;
    background-color: #FFFFFF;
    border: solid 1px #FFAA00;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.SOrderCardRemoveKey
{
    color: White;
    font-family: 'AtrinSign';
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SOrderCardRemoveKey:hover
{
    color: #FFAA00;
    font-family: 'AtrinSign';
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.SOrdTable
{
    width: 480px;
}
.SOrdTr
{
    background-color: Transparent;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SOrdTr:hover
{
    /*background-color: #2378FF;*/
    background-color: rgba(35, 120, 255, 0.3);
}
.SOrdTd
{
    border-bottom: solid 1px #999999;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: top;
    color: White;
    font-size: 13px;
}

.STicketMainCLR
{
    position: relative;
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.SServiceBody
{
    width: 470px;
    background-color: White;
    border: solid 1px #969696;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.SServiceBodyPosition
{
    width: 2px;
    height: 2px;
    position: absolute;
}
.SServiceTitle
{
    width: 100%;
    padding: 10px 0px 10px 0px;
    direction: rtl;
    text-align: center;
}
.SServiceTitleInfo
{
    width: 60px;
    height: 20px;
    float: left;
    margin-left: 20px;
    padding-top: 15px;
    font-family: 'AtrinSign';
    font-size: 22px;
    text-align: center;
    color: #B0B0B0;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SServiceTitleInfo:hover
{
    width: 60px;
    height: 20px;
    float: left;
    margin-left: 20px;
    padding-top: 15px;
    font-family: 'AtrinSign';
    font-size: 22px;
    text-align: center;
    color: #509600;
    cursor: pointer;
}
.SServiceTitleTextBox
{
    width: auto;
    height: auto;
    float: right;
    margin-right: 15px;
    font-family: 'Mitra';
    font-weight: normal;
    direction: rtl;
    text-align: right;
}
.SServicePic
{
    width: 100%;
    height: 300px;
    text-align: left;
    background-color: Black;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.SServicePicAnim
{
    width: 470px;
    height: 300px;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20000;
}
.SServicePicSignOFF
{
    position: absolute;
    width: 142px;
    height: 91px;
    margin-left: 328px;
    margin-top: 250px;
    z-index: 100;
    line-height: 12px;
    word-spacing: 0px;
    font-family: 'Helvetica 95 Black';
    font-weight: normal;
    font-size: 12px;
    color: White;
    background-image: url('ImagesOffice/Sign-Off.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.SServiceTimes
{
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
}
.SServiceTimesItems
{
    width: 450px;
    margin-left: 0px;
    padding: 7px 0px 7px 10px;
    border-bottom: solid 1px #4682FF;
}
.SServiceTimesItemsTitle
{
    float: left;
    text-align: center;
    direction: rtl;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Yekan';
    color: #969696;
}
.SServiceTimesItemsDet
{
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Yekan';
    color: Black;
}
.SServiceTimesItemsDetPackage
{
    float: left;
    width: 60px;
    height: 22px;
    padding-top: 2px;
    background-color: #DEDEDE;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Yekan';
    color: Black;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SServiceTimesItemsDetPackage:hover
{
    float: left;
    width: 60px;
    height: 22px;
    padding-top: 2px;
    background-color: #005AC8;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Yekan';
    color: White;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.SServiceCount
{
    width: 40px;
    height: 30px;
    border: solid 1px #A0A0A0;
    font-family: 'Tahoma';
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.SClr
{
    width: 100%;
    clear: both;
}












.SRoomsReserveBar
{
    width: 100%;
    height: 50px;
    background-color: #E6E6E6;
    clear: both;
}
.SOrderReserveKey
{
    background-image: url('ImagesOffice/Sign-ArrowL1.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    padding: 2px 0px 0px 20px;
    margin: 10px;
    background-color: #2378FF;
    border: solid 2px #FFAA00;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: White;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SOrderReserveKey:hover
{
    background-image: url('ImagesOffice/Sign-ArrowL2.png');
    background-color: #FFFFFF;
    color: #2378FF;
}

.SRoomsReservePrice
{
    float: right;
    width: auto;
    height: 40px;
    padding-top: 10px;
    margin-right: 20px;
    font-family: 'Segoe Condensed';
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    direction: ltr;
    color: Black;
}
.SRoomsReservePrice1
{
    float: right;
    width: auto;
    height: 35px;
    padding-top: 15px;
    margin-right: 5px;
    font-family: 'Yekan';
    font-size: 13px;
    text-align: right;
    direction: rtl;
    color: Black;
}












.STicketSort1
{
    background-image: url('ImagesOffice/TicketSort1.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #006EDC;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.STicketSort1:hover
{
    background-image: url('ImagesOffice/TicketSort1.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #002850;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
}
.STicketSort1A
{
    background-image: url('ImagesOffice/TicketSort1A.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #FFB400;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: Black;
    cursor: pointer;
}
.STicketSort2
{
    background-image: url('ImagesOffice/TicketSort4.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #005FC8;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.STicketSort2:hover
{
    background-image: url('ImagesOffice/TicketSort4O.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #002850;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
}
.STicketSort2A
{
    background-image: url('ImagesOffice/TicketSort4A.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #FFB400;
    width: 33%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: Black;
    cursor: pointer;
}
.STicketSort3
{
    background-image: url('ImagesOffice/TicketSort5.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #0050B4;
    width: 34%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.STicketSort3:hover
{
    background-image: url('ImagesOffice/TicketSort5O.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #002850;
    width: 34%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: White;
    cursor: pointer;
}
.STicketSort3A
{
    background-image: url('ImagesOffice/TicketSort5A.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #FFB400;
    width: 34%;
    height: 75px;
    text-align: left;
    float: left;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: Black;
    cursor: pointer;
}
.STicketSortText
{
    margin: 5px 0px 0px 10px;
}






.STicketFilterBackB
{
    background-image: url('ImagesOffice/TicketFilterBackB.png');
    background-position: center center;
    background-repeat: repeat;
    border: solid 2px #4696DC;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.STicketFilterBackW
{
    background-image: url('ImagesOffice/TicketFilterBackW.png');
    background-position: center center;
    background-repeat: repeat;
}
.STicketFilterSign
{
    float: right;
    width: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 10px;
    text-align: center;
    font-family: 'AtrinSign';
    font-size: 22px;
    color: White;
}
.STicketFilter1
{
    float: right;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    direction: rtl;
    font-family: 'Tahoma';
    color: White;
}
.STicketFilter2
{
    float: right;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    direction: rtl;
    font-family: 'Tahoma';
    color: #FFBE00;
}

.STicketFilterSearchW
{
    float: right;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    direction: rtl;
    font-family: 'Tahoma';
    color: White;
}
.STicketFilterSearchY
{
    float: right;
    width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    direction: rtl;
    font-family: 'Tahoma';
    color: #FFBE00;
}

.STicketFilterTitles
{
    float: right;
    width: 100%;
    margin: 8px 20px 12px 0px;
    text-align: right;
    font-family: 'Yekan';
    font-size: 17px;
    font-weight: normal;
    color: #FFAA00;
    direction: rtl;
    clear: both;
}
.STicketFilterItemsCheck0
{
    background-image: url('ImagesOffice/Sign-Check.png');
    background-position: right 4px;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 27px;
    margin: 5px 20px 5px 0px;
    padding-right: 35px;
    text-align: right;
    font-family: 'Yekan';
    font-size: 14px;
    color: White;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.STicketFilterItemsCheck1
{
    background-image: url('ImagesOffice/Sign-Check.png');
    background-position: right -116px;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 27px;
    margin: 5px 20px 5px 0px;
    padding-right: 35px;
    text-align: right;
    font-family: 'Yekan';
    font-size: 14px;
    color: White;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.STicketFilterItemsCheckS0
{
    background-image: url('ImagesOffice/Sign-Check.png');
    background-position: right 4px;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 27px;
    margin: 5px 20px 5px 0px;
    padding-right: 35px;
    text-align: right;
    font-family: 'AtrinSign';
    font-size: 22px;
    letter-spacing: 7px;
    color: White;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.STicketFilterItemsCheckS1
{
    background-image: url('ImagesOffice/Sign-Check.png');
    background-position: right -116px;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 27px;
    margin: 5px 20px 5px 0px;
    padding-right: 35px;
    text-align: right;
    font-family: 'AtrinSign';
    font-size: 22px;
    letter-spacing: 7px;
    color: White;
    direction: rtl;
    cursor: pointer;
    clear: both;
}

.STicketFilterSearchBox
{
    background-color: White;
    float: right;
    width: 60%;
    height: 27px;
    border: none;
    padding-right: 10px;
    padding-top: 2px;
    margin: 4px 20px 4px 0px;
    font-family: Tahoma;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    color: Black;
    direction: rtl;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 6px;
}
.STicketFilterSearchKey
{
    background-color: #FFAA00;
    float: right;
    width: 40px;
    height: 27px;
    border: none;
    padding-top: 3px;
    margin-top: 4px;
    font-family: 'AtrinSign';
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    color: White;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
}








.SArrowDown1
{
    width: 785px;
    height: 46px;
    background-color: #0050B4;
    background-image: url('ImagesOffice/Sign-Down.png');
    background-repeat: no-repeat;
    background-position: center 30px;
    padding: 7px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #FFAA00;
    direction: rtl;
    cursor: pointer;
}
.SArrowUp1
{
    width: 785px;
    height: 46px;
    background-color: #0050B4;
    background-image: url('ImagesOffice/Sign-Up.png');
    background-repeat: no-repeat;
    background-position: center 30px;
    padding: 7px 10px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #FFAA00;
    direction: rtl;
    cursor: pointer;
}
.SPanelPardakht
{
    width: 785px;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #EFEFEF;
    border: solid 2px #7DA0DC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.SPanelRoundFree
{
    border: solid 2px #7DA0DC;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}
.STextPassenger
{
    width: 150px;
    height: 22px;
    font-family: Tahoma;
    font-size: 13px;
    background-color: White;
    color: Black;
    border: solid 1px #969696;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.STextPassengerEmpty
{
    width: 150px;
    height: 22px;
    font-family: Tahoma;
    font-size: 13px;
    background-color: White;
    color: Black;
    border: solid 1px #C80000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}