﻿.menuBase .changeHolder {
  height: 100%;
  position: relative;
}
.menuBase .changeHolder img {
  height: 85%;
  position: absolute;
  max-width: none;
  width: auto;
  left: 10px;
}
.menuBase .changeHolder .up {
  top: -7px;
}
.menuBase .changeHolder .down {
  bottom: -7px;
}
.menuBase .menuIcon {
  float: right;
  margin-top: 2px;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.menuBase .currentMenu {
  min-width: 40px;
  color: #4d4d4d;
  text-shadow: none;
}
.menuBase .currentMenu i {
  font-size: 25px;
}
.menuBase .currentMenu div {
  float: left;
}
.menuBase .currentMenu .title {
  font-size: 18px;
  padding: 3px;
  margin-left: 10px;
}
.menuBase .info {
  position: relative;
}
.ui-dialog.actionsheet .ui-dialog-contain {
  margin-top: 0;
}
.ChangePositionModal {
  background-color: #ecebe5;
}
.ChangePositionModal .closeImg {
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.ChangePositionModal .titleText {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 27px;
}
.ChangePositionModal input {
  float: left;
  width: 108px;
}
.ChangePositionModal button {
  float: left;
}
.ChatWindow {
  position: relative;
}
.ChatWindow .chatHolder {
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.ChatWindow .inputHolder {
  display: table;
  width: 100%;
}
.ChatWindow .inputHolder .inputField {
  border: 1px solid #ccc;
  padding: 4px 6px;
  margin: 17px 0 4px;
}
.ChatWindow .inputHolder .inputField textarea {
  width: 100%;
  border: none;
  height: 40px;
  padding: 0;
}
.ChatWindow .chatText {
  overflow: auto;
  height: 0;
  padding: 20px;
}
.ChatWindow .chatPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: white;
  border-top: 1px solid #ccc;
}
.ChatWindow .chatPanel textarea {
  height: 100px;
  width: 100%;
  border: none;
  padding: 0;
}
.ChatWindow .chatPanel .send {
  height: 40px;
  width: 80px;
  position: absolute;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: 0;
  bottom: 0;
}
.CompanyCard {
  width: 300px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  background-color: #f3f7fa;
}
.CompanyCard .inner {
  padding: 10px;
}
.CompanyCard .inner .header {
  font-weight: bold;
}
/*StartCRMFront*/
.CRMFront {
  height: 100%;
}
.CRMFront .CRMMainContent {
  background-color: whitesmoke;
  border: 1px solid #ddd;
  height: 100%;
}
.CRMFront .menu li {
  background-color: white;
}
/*ENDCRMFront*/
.drivingListCompanyPicker {
  background-color: #ecebe5;
}
.drivingListCompanyPicker .closeImg {
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.drivingListCompanyPicker .title {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px;
}
.drivingListCompanyPicker .inputWrapper {
  text-align: center;
  position: relative;
}
.drivingListCompanyPicker .inputWrapper input {
  width: 330px;
  padding-right: 30px;
}
.drivingListCompanyPicker .inputWrapper img {
  position: absolute;
  right: 27px;
  height: 30px;
}
.drivingListCompanyPicker .addNewButton {
  padding: 6px 6px 10px 6px;
  border-bottom: #ddd 1px solid;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
.drivingListCompanyPicker .addNewButton:hover {
  background-color: #ffdb00;
}
.drivingListCompanyPicker .drivingListHolder {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.drivingListCompanyPicker .drivingListHolder .drivingList {
  padding: 6px 6px 10px 6px;
  border-bottom: #ddd 1px solid;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}
.drivingListCompanyPicker .drivingListHolder .drivingList:hover {
  background-color: #ffdb00;
}
.drivingListInfo .info {
  height: 600px;
}
.drivingListInfo .info img {
  max-width: none;
}
.drivingListInfo .data {
  height: 600px;
}
.drivingListInfo .data .listHolder {
  height: 550px;
}
.drivingListInfo .data .nameHolder {
  height: 50px;
}
.drivingListPicker {
  background-color: #ecebe5;
}
.drivingListPicker .closeImg {
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.drivingListPicker .title {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px;
}
.drivingListPicker .inputWrapper {
  text-align: center;
  position: relative;
}
.drivingListPicker .inputWrapper input {
  width: 180px;
  padding-right: 30px;
}
.drivingListPicker .inputWrapper img {
  position: absolute;
  right: 27px;
  height: 30px;
}
.drivingListPicker .addNewButton {
  padding: 6px 6px 10px 6px;
  border-bottom: #ddd 1px solid;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
.drivingListPicker .addNewButton:hover {
  background-color: #ffdb00;
}
.drivingListPicker .drivingListHolder {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.drivingListPicker .drivingListHolder .drivingList {
  padding: 6px 6px 10px 6px;
  border-bottom: #ddd 1px solid;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
.drivingListPicker .drivingListHolder .drivingList:hover {
  background-color: #ffdb00;
}
.DrivingListPopUp {
  background-color: #ecebe5;
}
.DrivingListPopUp .closeImg {
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.DrivingListPopUp .titleText {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 27px;
}
.DrivingListPopUp button {
  float: right;
}
/*StartFront*/
.front {
  height: 100%;
}
.front .mainContent {
  margin-left: 2px;
  margin-right: 2px;
}
.front .navbar .brand {
  height: 20px;
  width: 130px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
.front .navbar .brand img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -60px;
}
/*EndFront*/
.menuHolder {
  height: 100%;
  width: 100%;
  position: relative;
}
.menuHolder .innerContent {
  margin-top: 5px;
  width: 100%;
}
.menuHolder .top {
  height: 25px;
}
.menuHolder .top div {
  float: left;
}
.menuHolder .top i {
  font-size: 25px;
  cursor: pointer;
}
.menuHolder .top .menuName {
  font-size: 18px;
  padding: 3px;
}
.menuHolder .hider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.menuItems {
  max-width: 200px;
  position: absolute;
  top: 0;
  right: 27px;
  background-color: white;
  z-index: 1000;
  border: 1px solid #ddd;
  width: 200px;
}
.menuItems .menuItem {
  float: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #0088cc;
  border-top: 1px solid #ddd;
}
.menuItems .menuItem:hover {
  background-color: #ddd;
}
.menuItems .menuItem:first-of-type {
  border-top: 0 solid #ddd;
}
.myPage {
  height: 100%;
}
.myPage .row-fluid {
  height: 100%;
}
.myPage .span4,
.myPage .span6,
.myPage .span8 {
  height: 100%;
}
.myPage .countPannel {
  width: 100%;
}
.myPage .countPannel .countItem {
  cursor: pointer;
  background-color: gainsboro;
  font-weight: bold;
  border: 1px solid #c9c9c9;
}
.myPage .countPannel .countItem .countItemName {
  font-weight: bold;
  padding: 10px;
}
.myPage .countPannel .countItem .countItemCount {
  width: 35px;
  background-color: white;
  text-align: center;
}
.numbersCard {
  text-align: center;
  color: #565656;
  padding: 20px 0;
  height: 100%;
  overflow: hidden;
}
.numbersCard .headerText {
  text-transform: uppercase;
  margin: 0 30px 20px;
  padding-bottom: 10px;
  font-size: 1em;
  border-bottom: 1px solid #d4d4d4;
  font-weight: bold;
}
.numbersCard .innerCard {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.numbersCard .innerCard .mainText {
  font-size: 2em;
  font-weight: 300;
  color: #565656;
}
.numbersCard .innerCard .descriptText {
  font-size: 1em;
}
/*StartSignIn*/
.signIn {
  text-align: center;
  box-shadow: 0 0 1em black;
  width: 300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #ffdb00;
}
.signIn img {
  margin-top: 5px;
  margin-bottom: 50px;
}
.signIn label {
  text-align: left;
  color: #2C3539;
}
.signIn .loginButton {
  text-align: right;
  position: relative;
}
.signIn .lang {
  padding: 7px;
  text-transform: uppercase;
  border-color: #fe0008;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
}
/*EndSignIn*/
.TimeoutAlert {
  /*box-shadow: 0 0 1em black;*/
  text-align: center;
  padding: 20px;
  background-color: #ffdb00;
}
.TimeoutAlert img {
  margin-bottom: 20px;
}
.TimeoutAlert input.error {
  background-color: #FF3300;
}
.SimpleInfoView {
  width: 100%;
  height: 100%;
  position: relative;
}
.SimpleInfoView .frontLoader {
  margin-left: -16px;
  margin-top: -16px;
  left: 50%;
  top: 50%;
  position: absolute;
}
.SimpleInfoView table {
  width: 100%;
  margin-top: 18px;
}
.SimpleInfoView table tr {
  border-bottom: 1px solid #d4d4d4;
}
.SimpleInfoView table tr:last-child {
  border-bottom: none;
}
.SimpleInfoView table tr td {
  padding: 10px 0 10px 4px;
}
.SimpleInfoView table tr td.name {
  border-right: 1px solid #d4d4d4;
}
.SimpleInfoViewMob h2 {
  position: relative;
}
.SimpleInfoViewMob h2 .leftHeading {
  position: absolute;
  right: 0;
  top: 0;
}
.Alert {
  background-color: #ecebe5;
}
.Alert .closeImg {
  position: absolute;
  width: 40px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
.Alert .text {
  font-weight: bold;
  margin-bottom: 27px;
}
.Alert .titleText {
  font-weight: bold;
  margin-bottom: 27px;
  font-size: 20px;
}
.Alert .messageText {
  font-weight: bold;
  margin-bottom: 27px;
  font-size: 14px;
}
.Alert button {
  float: right;
}
html,
body {
  height: 100%;
  background-color: #ffdb00;
  -ms-scroll-chaining: none;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
textarea {
  resize: none;
}
.centered {
  min-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.loadImage {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -90px;
}
.newLine {
  margin-top: 12px;
  margin-bottom: 22px;
}
.newLine.showLine {
  border-bottom: 1px solid #ccc;
}
.select2-results .select2-disabled {
  text-decoration: line-through;
  background-color: white;
}
.select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}
.select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}
.select2-selection--multiple,
.select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
}
.select2-offscree {
  width: 0px;
}
.selectDependentButtonField .select2-container {
  width: 80.6% !important;
}
.requierd .select2-container a {
  border-color: #3a87ad;
}
.requierdMobile div {
  border-color: #3a87ad;
}
.errorFound input {
  background-color: #CAE1F9;
  color: black;
}
.errorFoundMobile .ui-input-text.ui-shadow-inset {
  background-color: #CAE1F9;
  color: black;
}
.ui-header .ui-title,
.ui-li-heading {
  text-shadow: none;
}
.btnHead {
  font-size: 25px;
}
.btnHead:active i {
  color: #3366FF;
  text-shadow: none;
}
.btnHead i {
  min-width: 40px;
  text-align: center;
  color: #4d4d4d;
  text-shadow: none;
}
.buttonClicked i {
  color: #3366FF;
}
.ui-btn-right,
.ui-btn-left {
  padding: 2px;
}
.control-group {
  margin-bottom: 0px;
}
a {
  cursor: pointer;
}