﻿.bodyBackground {
    background-image:url("../images/login bg.png");
    background-repeat:no-repeat;
}

.loginLogo {
    display:table;
    margin:0 auto;
    width:50%;
    margin-top: 80px;
    margin-bottom: 30%;
}

input[type="text"] , input[type="password"], input[type="number"] {
  display: block;
  margin: 0;
  width: calc(100% - 50px);
  font-family: 'Open Sans Hebrew', serif;
  font-size: 23px;
  border:none;
  display:table;
  margin:0 auto;
  height:50px;
  color: gray;
  text-align:right;
  padding-right: 50px;
  border:1px solid gray;
  margin-bottom:6px;
}

input[type="text"]:focus , input[type="password"]:focus , input[type="number"]:focus {
  outline: none;
}

.passwordInput {
    background-image: url("../images/lock.png");
    background-position-x: 98%;
    background-position-y: 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

.loginMiddle {
    width:95%;
    display:table;
    margin:0 auto;
}

#loginBtn {
    line-height:48px;
}

#loginStatus {
    display:table;
    margin:0 auto;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 23px;
    color:#cd1c22;
    font-weight:bold;
    margin-top:15px;
}

.btn {
    width: calc(100% + 1px);
    height:50px;
    background-color: #005292;
    font-family: 'Open Sans Hebrew', serif;
    font-weight:bold;
    font-size: 23px;
    color:white;
    display:table;
    margin:0 auto;
    text-align:center;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 20px 100%, 0% 30px);
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 20px 100%, 0% 30px);
    cursor:pointer;
}

.publicChatBtnDiv {
    width: 96%;
    margin: 0 auto;
    background-color: white;
    position: relative;
    margin-top: 15px;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #00a6ce;
    text-align: center;
    margin-left: 2%;
    padding: 6px;
    cursor: pointer;
}


#registerDiv {
    display:none;
    /*overflow-x: scroll;*/
}

#publicChatDiv {
    display: none;
    height: 100%;
}

#registerClientDiv {
    display: none;
}

.driverRegisterBtn
{
    float:right;
    width:44%;
    right:5%;
    height:100%;
    background-color:#015495;
    top:5%;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#clientRegisterBtn
{
    width:90%;
    right:5%;
    height:35%;
    background-color:#80B539;
    top:10%;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


#chooseRegisterDiv {
    display:none;
}

.headerRegister {
    top:70px;
    right:20px;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 23px;
}

.chooseTruckRegister {
    top: 0px;
    font-size: 23px;
    right: 19px;
    height: 50px;
    font-size: 23px;
    width: calc(100% - 54px);
    padding-right: 10px;
    background-color: white;
}

.center {
    width:88% !important;
}

.multiSelect .helperButton:not( .reset ) {
    display:none;
}

@media screen and (min-width: 1000px) {
    .bodyBackground
    {
        background-size: cover;
        background-attachment: fixed;
    }
}

.mainAllPublicChats {
    height: calc(100% - 70px);
    overflow-y: scroll;
}

.publicChatAddDiv {
    height: 35px;
    background-color: #005292;
    width: 100%;
}

.addChatBtn {
    font-family: 'Open Sans Hebrew', serif;
    font-size: 18px;
    top: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.addIconBtn {
    float: left;
    height: 28px;
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.publicChat {
    background-color:white;

    min-height: 100px;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #00a6ce;
    position: relative;
    margin-top: 10px !important;

    width: 93%;
    margin: 0 auto;
}

.data {
    font-weight: normal;
    color: #929497 !important;
    font-size: 14px;
}

.buyOrSale {
    position:absolute;
    width: 70px;
    border: 1px solid #00a6ce;
    height: 20px;
    left: 20px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    top: -1px;
    color: white;
}

.loading {
    font-family: 'Open Sans Hebrew', serif;
    display: table;
    margin: 0 auto;
    font-size: 30px;
    top: 200px;
    color: gray;
}

.dialogHeader {
    font-size: 20px;
    color:#005292;
    font-weight: bold;
    text-align: center;
}

.smallHeaderForData {
    color: #005292;
    font-weight: bold;
    font-size: 16px;
}

.btnToAddPublicChat {
    background-color: #80b539;
}

.green {
    background-color: #80b539;
}

.blue {
    background-color: #005292;
}

.dateChat {
    font-family: 'Open Sans Hebrew', serif;
    margin-right: 4%;
    position: relative;
    font-size: 20px;
    top: 20px;
}

.chatBorder {
    border: 1px solid #929497;
}