﻿* {
    position:relative;
}

html , body {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

.center {
    margin: auto;
    max-width:500px;
    width:90%;
    padding: 10px;
}

.topHeader {
    width:100%;
    height:35px;
    background-color:#005292;
}

#logOut {
    position:absolute;
    font-family: 'Open Sans Hebrew', serif;
    font-size:18px;
    font-weight:bold;
    float:left;
    top:5px;
    left:10px;
    color:white;
    cursor:pointer;
}

.logOut
{
    position:absolute;
    font-family: 'Open Sans Hebrew', serif;
    font-size:18px;
    font-weight:bold;
    float:left;
    top:5px;
    left:10px;
    color:white;
    cursor:pointer;
}

#hello {
    position:absolute;
    font-family: 'Open Sans Hebrew', serif;
    font-size:18px;
    font-weight:bold;
    float:right;
    top:5px;
    right:55px;
    color:white;
}

#userName {
    font-weight:normal;
}

#commentsDiv , #auctionCommentDiv, #auctionAmountDiv, #auctionAmountDriverDiv, #routeCommentsDiv {
    width: 200px;
    left: calc(50% - 140px);
}

.closeCommentPopup {
    width: 15px;
    top: -25px;
    right: -30px;
    cursor: pointer;
}

.btnDisplayComment {
    cursor: pointer;
}

.btnDisplayComment:hover {
    text-decoration:underline;
}

.btnSaveComment {
    width: 50%;
    height: 50px;
    font-size: 35px;
    background-color: #80b539;
    font-family: 'Open Sans Hebrew', serif;
    color:white;
    margin:0 auto;
    cursor:pointer;
    text-align: center;
}

.btnSaveComment:hover {
    font-size: 37px;
}

.datePickerDiv {
    background-color:#d7d7d7;
    width:100%;
    height:52px;
}

.arrowLeft {
    position:absolute;
    float:left;
    top:12px;
    left:10px;
    cursor:pointer;
    width:18px;
}

.arrowRight {
    position:absolute;
    float:right;
    top:12px;
    right:10px;
    cursor:pointer;
    width:18px;
}

#selectedDate {
    color:#00a6ce;
    font-family: 'Open Sans Hebrew', serif;
    font-size:22px;
    font-weight:bold;
    display:table;
    margin:0 auto;
    top: 11px;
    cursor:pointer;
}

#bkLogoSmall
{
    float:right;
    height: 85%;
    top: 2px;
    right:4px;
}

select {
   border: 1px solid #111;
   /*background-color: #ebebeb;*/
   width: 80%;
   padding: 0px 3px 5px 5px;
   font-family: 'Open Sans Hebrew', serif;
   font-size: 16px;
   color: #757575;
   border: 1px solid #a1a1a1;
   height: 22px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   /*background: url('../images/arrowDownBlue.png') 10px / 20px no-repeat #eee;*/
   background: url('../images/arrowDownBlue.png') 10px / 20px no-repeat;
   -ms-box-sizing:content-box;
   -moz-box-sizing:content-box;
   box-sizing:content-box;
   -webkit-box-sizing:content-box; 
   top:-10px;
   right:5%;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #757575;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #757575;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #757575;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #757575;
}





#container {
   height:100%;
}

#bottom
{
    width: 100%;
    height: 10px;
    background-color:#005292;
    bottom: 0px;
    position: absolute;
    z-index: 6;
}

.newBottom {
    width: 100%;
    height: 40px;
    background-color:#005292;
    bottom: 0px;
    position: absolute;
    z-index: 6;
    font-size: 21px;
    font-family: 'Open Sans Hebrew', serif;
    color:#929497;
    font-weight: bold;
}

#wrap { 
    height:calc(100% - 40px);
}

.pagefooter, .push { width:100%; height:40px; bottom: 0px; float: left; }

.tbl
{
    width:100%;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 16px;
    direction:rtl;
    border-collapse: collapse;
}

.tbl tr th
{
    color:white;
    font-weight:300;
    font-size: 18px;
    border-right: 1px solid white;
    background-color:#0093bb;
}

.tblOver tr:hover {
    background-color: #a6e1ec !important;
    cursor: pointer;
}

.selected td {
    background: #ffef8f !important;
}

.tbl tr td {
    padding-right: 5px;
    border: 1px solid white;
    color: #252525;
    /*word-break: break-all;*/
}

.tbl tr th:first-child {
    border-right:none;
}

.tbl tr:nth-child(even)
{
    background-color: #d7e7ef;
}

.tbl tr:nth-child(odd)
{
    background-color: #e7f1f6;
}



.tblData, .tblData2, .tblData3, .tblData4, .tblData5, .tblData6, .tblData7, .tblData10 {
    overflow-y: auto;
    overflow-x: hidden;
    direction: ltr;
}

.topDivLine {
    margin-top:10px;
    width:100%;
    height:4px;
    background-color: #005292;
}

.textClass {
   border: 1px solid #111;
   /*background-color: #ebebeb;*/
   padding: 3px 5px 5px 5px;
   font-family: 'Open Sans Hebrew', serif;
   font-size: 16px;
   color: #404040;
   border: 1px solid #a1a1a1;
   height: 19px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -ms-box-sizing:content-box;
   -moz-box-sizing:content-box;
   box-sizing:content-box;
   -webkit-box-sizing:content-box;
    margin-top: 7px;
    margin-left: 10px;
}

.plusIcon
{
    height:22px;
    float: right;
    top: 4px;
    right: 8px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0093bb;
    top:4px;
    width: calc(100% - 2px);
}

.inputTiny
{
    width:calc(10% - 26px);
}

.inputSmall
{
    width:calc(15% - 26px);
}

.inputMeduim
{   
    width:calc(20% - 26px);
    min-width: 90px;
}

.inputBig
{
    width:calc(25% - 26px);
}

.inputHuge
{
    width:calc(40% - 26px);
}

.userInput {
    background-image: url("../images/man.png");
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.userInputSmall {
    background-image: url("../images/man.png");
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

#blockUI {
    position: fixed !important;
    width: 102% !important;
    height: 100% !important;
    margin-right: -2%;
    background: rgba(0, 0, 0, .6);
    z-index: 10001;
    display: none;
    font-family: 'Open Sans Hebrew', serif;
}

#blockUICenter {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 300px;
    top: 40%;
    left: calc(50% - 150px);
    text-align: center;
    color: #464646;
    border: 2px solid #aaa;
    background-color: #fff;
    cursor: wait;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 80px;
}

.btnOK {
    width: 50%;
    height:100%;
    background-color: #80b539;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 15px;
    color:white;
    display:table;
    margin:0 auto;
    cursor:pointer;
    float:right;
    text-align: center;
}

.btnOK:hover {
    font-size: 16px;
}

.btnOrange {
    background-color: rgb(242, 121, 4);
}

.btnGray {
    background-color: #bababa !important;
}

.btnPriceBy {
    cursor:pointer;
    color: #252525;
    text-align:center;
}

.btnCancel {
    width: 50%;
    height:100%;
    background-color: #E63C41;/*Red*/
    font-family: 'Open Sans Hebrew', serif;
    font-size: 15px;
    color:white;
    display:table;
    margin:0 auto;
    cursor:pointer;
    float:right;
    text-align: center;
}

.btnCancel:hover {
    font-size: 16px;
}

#notifier {
    position:fixed;
    top:-80px;
    width:350px;
    left:calc(50% - 175px);
    min-height:32px;
    background-color:#0093bb;
    color:white;
    font-family: 'Open Sans Hebrew', serif;
    font-weight: normal;
    font-size: 20px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index:3000;
}

.tdFirstColumnInPriceList {
    width:9%;
}

.insideNotifier {
    width:90%;
    margin-right:5%;
    text-align:center;
}

#confirmationText {
    width:100%;
    text-align:center;
    font-size:24px;
}


.cancelDriverInOrder {
    cursor:pointer;
}

.cancelDriverInOrder:hover {
    text-decoration:underline;
}



/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 1009;
    display: none;
    top: 0;
    left: 0;
    font-family: 'Open Sans Hebrew', serif;
}

.reveal-modal {
    visibility: hidden;
    top: 120px;
    /*background: #eee url('../images/modal-gloss.png') no-repeat -200px -80px;*/
    background-color: white;
    position: absolute;
    z-index: 2010;
    padding: 30px 40px 34px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-family: 'Open Sans Hebrew', serif;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal h1
{
    text-align:center;
    color:#464646;
    font-family: 'Open Sans Hebrew', serif;
    font-size:25px;
}

.reveal-modal h2
{
    font-size:14px;
}

.btnProductsCancel {
    width: 100px;
    height:31px;
    margin-top: 5px;
    background-color: #bababa;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 21px;
    color:white;
    text-align:right;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 15px 100%, 0% 20px);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 15px 100%, 0% 20px);
    cursor:pointer;
    right:2%;
    float:right;
}

.btnAddDriver {
    width: 130px;
    height:31px;
    background-color: #80b539;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 21px;
    color:white;
    display:table;
    margin:0 auto;
    text-align:right;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 15px 100%, 0% 20px);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 15px 100%, 0% 20px);
    cursor:pointer;
    float:right;
    top: 5px;
    right: 7px;
}



.magnify {width: 600px; margin: 20px auto; position: relative; cursor: none}

/*Lets create the magnifying glass*/
.large {
	width: 175px; height: 175px;
	position: absolute;
	border-radius: 100%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*hide the glass by default*/
	display: none;
    z-index: 2;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }


#pictureImage, #pictureImage3 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

      #pac-input {
        margin-top: 9px;
        font-family: 'Open Sans Hebrew', serif;
        background-color: #fff;
        font-size: 15px;
        font-weight: 300;
        margin-left: 10px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

.pac-container {
    z-index: 100000;
    margin-left: -17px;
}

.payerHeader {
    color: #00a6ce;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 22px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    top: 11px;
    text-align:center;
}

.clientContainerDiv {
    width: 46%;
    margin: 0 auto;
    background-color: white;
    position: relative;
    margin-top: 15px;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #00a6ce;
    float: left;
    text-align: center;
    margin-left: 2%;
}

.clientHeaderInPayerPage {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 26px;
    text-align: center;
    top: 10px;
    text-decoration: underline;
    color: #005292;
}


.partnerHeaderInsteadOf12 {
    width: 1% !important;
}

.widthMax500 {
    max-width: 500px !important;
}

.widthMax350 {
    max-width: 350px !important;
}