﻿
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),*/ /* Modern Browsers */
       url('fonts/opensanshebrew-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-bold-webfont.svg#8b4b25a9e6dee2304c08fefb363a9190') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-bolditalic-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-bolditalic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-bolditalic-webfont.svg#c21c03ab7080535ee57497eccfdf86e3') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  700;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-extrabold-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-extrabold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-extrabold-webfont.svg#f7e80113069d64680d94be62885b159d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  900;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-extrabolditalic-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-extrabolditalic-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-extrabolditalic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-extrabolditalic-webfont.svg#0aa7139bf6d3c365c59c140c3c8e269e') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  900;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-italic-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-italic-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-italic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-italic-webfont.svg#c710e2592c6201f5dff5fe5ae74e9d58') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-light-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-light-webfont.svg#1e3cbe1d61c0f2b766b8aff35f09f556') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-lightitalic-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensanshebrew-lightitalic-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensanshebrew-lightitalic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-lightitalic-webfont.svg#c137a74dd645478d57aebcd9a32af039') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  200;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('fonts/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),*/ /* Modern Browsers */
       url('fonts/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensanshebrew-regular-webfont.svg#265e1bf8eadfa92b8d955acd546bd2c3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


 

body {
  /*background: #e6e6e6;*/
  font-family:'open sans hebrew',Arial,Helvetica,sans-serif;
   color:#4e4e4e;
   font-size:16px;
	line-height:24px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin:0;padding:0;
   /*background:#2d3d64;
  background: linear-gradient(to right bottom, #415382 20%, #2d3d64 10%);*/
transition: all 0.3s;
 
  background:#2d3d64;
  background: linear-gradient(to right bottom, rgba(0,0,0,.1) 50%, rgba(0,0,0,.125) 10%);

  /*text-shadow: -1px -1px 0 rgba(0,0,0,0.65);*/
	 
	/*background: #c6b6a4;
	background: rgb(239,231,220); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%, rgba(198,182,164,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(239,231,220,1)), color-stop(100%,rgba(198,182,164,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe7dc', endColorstr='#c6b6a4',GradientType=1 ); 
	color: #25201e;*/
}
.LogInCarouselwidth {
    /*width: 170px;*/
}
.LogInCarousel {
   /* position: absolute;
    left: 40px;
    top: 20px;
   
    z-index: 999999;*/
}
    .LogInCarousel img {
        
    }
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: url("../img/ajax_loading_large_100x100.gif") no-repeat 50% 50% rgba(255, 255, 255, 0.90);
}
small {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.btn-link {
    cursor: pointer;
    
}
.lblLastKm {
    position: absolute;
    top: 90px;
    right: 15px;
    font-size: 14px !important;
    color: #008000 !important;
    font-weight:600;
}
.lblEndGaranteeDate1 {
    /* margin-top:5px;
    border: 2px solid #ffd800;
    background-color:#ffd800;
    border-radius:5px;
    padding:2px;
    font-size: 16px !important;*/
    font-size: 16px !important;
    margin-top: 5px;
    color: #008000 !important;
    font-weight: 600;
}
.lblEndGaranteeDate0 {
    /* margin-top:5px;
    border: 2px solid #ffd800;
    background-color:#ffd800;
    border-radius:5px;
    padding:2px;
    font-size: 16px !important;*/
    font-size: 16px !important;
    margin-top: 5px;
    color: #ff0000 !important;
    font-weight: 600;
}
.btn-link i {
    /*  font-weight: 500;
    color: #868484 !important;*/
    font-size: 18px !important;
}
.btn-link:hover,
.btn-link:focus {
     
    text-decoration: none;
 
}
.btn-clipboardDIV {
    position:absolute;
    left:0px;
}
.btn-clipboardDIV-card {
    position: absolute;
    top:-5px;
    left: 5px;
}
.btn-ImgBarcode {
    position: absolute;
    top: 0px;
    left: 5px;
  }
    .btn-ImgBarcode img {
      /*  width: 140px;*/
        height:42px;
    }
.btn-clipboardDIV-mca {
    position: absolute;
    top: 0px;
    left: 0px;
}
.btn-clipboard {
    /*background-color: rgb(219, 237, 255);*/
    background-color: #e4e3e3;
}
.btn-clipboard i {
    font-weight: 500;
    color: #868484 !important;
    font-size: 20px;
}
.btn-refresh {
    color: #fff !important;
    background-color: #2E2E2E;
}

    .btn-refresh i {
        font-weight: 500;
        color: #fff !important;
        font-size: 20px;
    }
.popover-title {
   font-size: 16px;
 }
.popover-content {
    font-size: 16px;
}
.full-width-row {
    overflow-x: hidden;
}
.full-width-row > div {
        padding: 0px;
}

.full-width-main-row {
    overflow-x: hidden;
 }
    .full-width-main-row > div {
        /*padding: 5px;*/
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
.full-width-main-menu-row {
    overflow-x: hidden;
}

    .full-width-main-menu-row > div {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .full-width-main-menu-row:first-child {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 0px;
       
    }

.div_pass {
    background-color: #00c1cc;
}
video#video {
    display: none;
    width: 100%;
}
video#videoview {
   width: 100%;
   height:180px;
}
#duration {
    display: none;
    padding-top:10px;
    font-weight:600;
}

#txtBase64, #txtFileName, #txtFileExtension {
    display: none;
}
/*progress {
    width: 100%;
  
    
}*/
progress {
    text-align: center;
    height: 1.5em;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    /* Set the progressbar to relative */
    position: relative;
}

    progress:before {
        content: attr(data-label);
        font-size: 1em;
        font-weight: 600;
        vertical-align: 0;
        /*Position text over the progress bar */
        position: absolute;
        left: 0;
        right: 0;
    }

    progress::-webkit-progress-bar {
        background-color: #c9c9c9;
    }

    progress::-webkit-progress-value {
        background-color: #7cc4ff;
    }

    progress::-moz-progress-bar {
        background-color: #7cc4ff;
    }
#Progresstext {
    text-align: right !important;
    font-weight: 600;
    color: #ff0000 !important;
    font-size: 14px;
}
/*.container-fluid {
    padding: 0px;
}

@media (max-width:480px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}*/
::selection {
    background: #2E2E2E;
    color: #fff;
}
strong{
color:#4e4e4e;
} 

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  color:#4e4e4e;
}

h1{
  font-size: 30px;
  color:#4e4e4e;
}
    h1.Contacts {
        margin-top:0px;
        padding-top:0px;
        font-size: 28px;
        color: #000;
    }
h2{
  font-size: 20px;
}


h3{
  font-size: 18px;
  color: #2E2E2E;
  font-weight: 600;
  
}

h4{
  font-size: 16px;
}

a {
  color: #4e4e4e;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover {
  color: #ccc !important;
  text-decoration: none;
  outline: none;
}
a:focus {
    text-decoration: none;
    outline: none;
}
.text-right{
    text-align:right !important;
    direction:rtl;
}
.flot-right {
    float: right !important;
    
}
.text-strong{
    font-weight:600;
}
.selectedimages {
    position:absolute;
    top:50px;
    right:10px;
    color: #008000 !important;
    font-size: 16px;
    font-weight: 600;
    float: right;
    
}
.fileSelected {
    right: 10px;
    color: #008000 !important;
    font-size: 14px;
    font-weight: 600;
    text-align:right;
}
.refrashework i {
    color: #333 !important;
    text-decoration: none;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    background-color: transparent !important;
}
.refrashework:hover i {
    color: #7e7d7d !important;
   }

.spinner i {
    color: rgb(77, 70, 67);
 }
.spinner i:hover {
    color: #000;
}
.lblfile {
   /* float: right;*/
 /*  position:absolute;
   left:2px;
   top:2px;*/
   text-align:right;
    font-size: 12px;
    font-weight: 600;
    color: #0026ff;
}
   
.ImagePicLine {
    max-height: 250px;
}
.BrowserInfo {
  font-weight:600;
}
.offline-blocker {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c52d2f;
    opacity: 1;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    z-index: 999;
}
.alert-banner {
  color: #8a6d3b;
  background-color: #f5f5f5;
  border-color: #ccc;
}
.alert-gray {
    color: #8a6d3b;
    background-color: #edeaea;
    border-color: #e4e3e3;
}
.Panel_SignatureText textarea {
    /*margin: 5px -5px -5px -5px;*/
   
    color: #222;
    font-weight: 600;
}
#signature {
    width: 100%;
    height: 100%;
    padding: 5px 0 0 0;
    margin: 20px 0 0 0;
    text-align: center;
} 
 #jSignature {

    background-color:White !important;

}
canvas {
    height: 150px;
    width: 280px;
    min-height: 150px;
    min-width: 280px;
    max-width: 350px;
    background-color: #ecf6ff !important;
    -webkit-box-shadow: 0px 0px 0px 4px #362f2d;
    -moz-box-shadow: 0px 0px 0px 4px #362f2d;
    box-shadow: 0px 0px 0px 4px #362f2d;
    /*border:2px solid #085c9d !important;*/
} 
.circleico{
    /*position:absolute;
    top:175px;left:42%;*/
    margin:0 auto;
    text-align:center;
    border-radius: 50%;
    text-align:center !important;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border:0px solid #035f98;
   
}
.circleico img{
   width:30px;
   margin-left:5px;
}
/*.circleico i{
   font-size:30px;
   margin-top:9px;
   margin-left:2px;
   background: #fff;
   color:rgba(8,92,157,1);
    
}*/
/*.imgOK1 {
    display: inline-block;
    position: absolute;
    bottom: 60px;
    margin: auto;
    width: 100%;
    z-index:999;

}*/
.sigagree {
    margin-top: -15px;
    text-align: center;
   /* background-color: #f9f9f9;*/
    border: 0px solid #035f98;
    position: center;
   /* border-radius: 25px;*/
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
    .sigagree i {
        color: #362f2d;
       /* background-color: #ffbd20;*/
        /* padding: 2px 5px 1px 5px;
        border-radius: 20px;*/
        cursor: pointer;
        text-shadow: 1px 0px #ccc;
    }
.signatureText {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    
    padding-top: 10px;
}
.help-text {
    padding-top: 10px;
    color: #fff;
    text-align: center !important;
    font-size: 18px;
    font-weight: 600;
}
/*#signatureparent {
  color:darkblue;
  background-color:lightgrey;
  max-size: 824px;
}

#signature {
  padding: 0 0 0 0; 
  margin: 0 0 0 0;
  width: 100%;
}*/
.fancybox-slide--iframe .fancybox-content {
	width  :  100%;
	height :  100%;
	max-width  : 100%;
	max-height : 100%;
	margin: 0;
    background: #dbd7d7 !important;
}
.lblcancelbtn {
    padding: 5px;
    /*margin-right:20%;*/
    font-size: 16px;
    text-align: center !important;
    margin-top: 25px;
   
    /*background-color:#284b91;*/
    background-color: #c52d2f;
    border: none;
    color: #fff;
    border: 0px;
    border-radius:  5px;
    cursor: pointer;
     
}
.lblsavebtn{
    font-weight:600;
  padding: 15px;
  /*margin-right:10px;*/
  font-size:16px; 
  text-align:center !important;
/*background-color:#284b91;*/
  background-color:#008000;
  border:none;
  color:#fff;
  border:0px;
  border-radius: 5px;
  cursor:pointer;
  width:auto; 
}
.lblsavebtn:hover {
  color: #fff;
 }
.lblsavebtn:active {
    color: #fff;
}
.lblsigbtn{
  padding: 10px;
  font-size:18px; 
  text-align:center !important;
  
   width:100%; 
   height:45px;
  /*background-color:#284b91;*/
  background-color:#4e4e4e;
  border:none;
  color:#fff;
  border:0px;
  border-radius:25px;
  cursor:pointer;
}
.lblsighelp{
 padding: 4px 6px 4px 6px;
 margin-top:30px;
 font-size:14px; 
 font-weight:600;
  text-align:center !important;
  background-color:#e4e3e3;
  border:none;
  color:#362f2d;
  border:0px;
  border-radius:25px;
  cursor:pointer;
  -webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.lblsighelp:visited,.lblsighelp:hover,.lblsighelp:focus{
  background-color:rgba(0,0,0,.125);
  color:#362f2d !important;
 }
.lblMessagesListmain {
    padding: 4px 6px 4px 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    line-height:35px;
}
 

   .lblMessagesListmain:hover, .lblMessagesListmain:focus {
        color: #e8e6e6 !important;
    }
    .lblMessagesListmain:hover > i, .lblMessagesListmain:focus > i {
        color: #ffbd20 !important;
    }

.keypreplink {
    font-size: 16px;
    font-weight: 800;
    text-align: center !important;
    border: none;
    background-color:transparent;
    color: #ff6a00 !important;
    border: 0px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    }


    .keypreplink:hover, .keypreplink:focus {
        color: #e8e6e6 !important;
    }

        .keypreplink:hover > i, .keypreplink:focus > i {
            color: #ffbd20 !important;
        }
.lblMessagesList {
    padding: 4px 6px 4px 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: rgba(0,0,0,.125);
    color: #362f2d !important;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
   
    .lblMessagesList:visited, .lblMessagesList:hover, .lblMessagesList:focus {
        background-color: rgba(0, 0, 0, 0.16);
        color: #362f2d !important;
    }

.tagscontainer{
    line-height:35px;
}
.lblsync {
    padding: 8px 6px 8px 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    background-color: #e4e3e3;
    border: none;
    color: #362f2d;
    border: 0px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.lblsync:visited,.lblsync:hover{
  background-color:rgba(0,0,0,.125);
  color:#362f2d !important;
 }


.lblsighelpbig{
 padding: 8px 8px 8px 8px;
 margin-top:30px;
 font-size:18px; 
 font-weight:500;
 width:30%;
  text-align:center !important;
  background-color:#db3615;
  border:none;
  color:#fff;
  border:0px;
  border-radius:25px;
  cursor:pointer;
  -webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.lblsighelpbig:visited,.lblsighelpbig:hover,.lblsighelpbig:focus{
  background-color:#fa3e3e;
  color:#ccc !important;
}
 .lblsighelpcontainer {
     background-color:#f9f9f9 !important;
    display: none;
    max-width:400px;
    text-align:right !important;
    direction:rtl;
 }
  .lblsighelpcontainer h2{
      margin-top:0px;
   color:#333;text-align:center !important;
 }
   .lblsighelpcontainer p{
   color:#000;
   font-size:18px; 
   line-height:20px;
 }
   .lblsighelpcontainer a{
   color:#333 !important;
   
 }
   .lblsighelpcontainer img{
    text-align:center !important;
    padding-top:10px;
 }

.ImgCreatedDate {
    font-weight: 600;
    color: #303641;
    line-height: 18px;
    font-size: 14px;
    padding-top:5px;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}








.page-margin{
    margin-bottom:15px !important;
}
.page-manu-margin{
    margin-bottom:8px !important;margin-top:-10px !important;
}
.media{
   margin:0 -10px 0 0 ;
}
.media-heading{
    color:#284b91 !important; 
   margin-right:10px !important;
   font-weight:600;
   width:100%;
   max-width:92%;
   white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block !important;
}
.media-heading-desc{
    color:#4e4e4e !important; 
   margin:8px 10px !important;
   font-weight:600;
   width:100%;
   max-width:90%;
   white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block !important;
}
.media-heading-desc-small{
   color:#6f6e6e !important; 
   margin:10px 10px 0px 0 !important;
   font-weight:600;
   width:100%;
   max-width:90%;
   white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block !important;
}
.media-heading-desc-ad{
   color:#424242 !important; 
   margin:10px 10px 0px 0 !important;
   font-size:16px;
   font-weight:500;
   width:100%;
   max-width:90%;
   line-height:18px;
   white-space: normal !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block !important;
}
.media-heading-desc-FixedMessages {
    color: #424242 !important;
    margin: 10px 10px 0px 0 !important;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 90%;
    line-height: 18px;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
}
.media-body {
   margin-right:10px !important;
   font-size:16px;
}
.media a:hover  {
  color:#25408a !important; 
  outline: none;
  text-decoration: none;
} 
.media .media-left{
    color:#3b3b3b !important; 
    font-size:1.4em;
    font-weight:600;
    width:100px;
    height:100px;
    padding-left:5px !important;
    border-left:1px solid #ccc;
}
    .media .media-left#FixedMessages {
        color: #3b3b3b !important;
        font-size: 1.4em;
        font-weight: 600;
        text-align:center;
        width: 100px;
        height: 20px;
        padding-left: 5px !important;
        border-left: 1px solid #ccc;
    }
    .media .media-left .span_aprox_time {
        position: absolute;
        top: 105px !important;
        right: 0px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #4e4e4e;
        padding: 0 0 0 6px;
        border-radius: 25px;
        background-color: #ffd800;
    }
        .media .media-left .span_aprox_time i {
            font-size: 14px;
            color: #333 !important;
        }
    .media .media-left .span_aprox_overtime {
        position: absolute;
        top: 105px !important;
        right: 0px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding: 0 0 2px 6px;
        border-radius: 25px;
        background-color: #ff0000;
    }

        .media .media-left .span_aprox_overtime i {
            font-size: 14px;
            color: #fff !important;
        }
.span_aprox_Clocking_overtime {
    position: absolute;
    top: 15px !important;
    right: 20px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 0 4px 0px 4px;
    border-radius: 25px;
    background-color: #ff0000;
}
.span_aprox_Clocking_time {
    position: absolute;
    top: 15px !important;
    right: 20px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #1c1c1c;
    padding: 0 4px 0px 4px;
    border-radius: 25px;
    background-color: #ffd800;
}
         
.FixedMessagesCount {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    min-width: 8px;
    padding: 4px 8px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #362f2d;
    text-align: center;
    white-space: nowrap;
    background-color: #ccc;
    border-radius: 25px;
}
.media .media-left i {
    color: #d5d5d5 !important;
    font-size: 2.4em;
    font-weight: 500;
    padding-top: 8px !important;
    padding-right: 8px !important;
}
    .media .media-left i.faclockoover {
        color: #ff0000 !important;
    }
    .media .media-left i#ico {
        color: #ed4d13 !important;
        font-size: 1.6em;
        font-weight: 500;
        padding-top: 5px !important;
        padding-right: 8px !important;
    } 
.media .media-left a img:hover{
   opacity:0.6;
}

.display-none{
    display:none;
}

.display-block{
    display:block;
}
.tooltip {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    z-index: 1070;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.right {
  margin-top:10px;
  padding:0 5px;
  margin-left: 3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px 12px;
    color: #000;
    text-align: center;
    background-color: #ffbd20;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffbd20 !important;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffbd20 !important;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffbd20 !important;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffbd20;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffbd20;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffbd20 !important;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffbd20 !important;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffbd20 !important;
}
/*.list-group-item {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}*/


.list-group-item {
  position: relative;
  display: block;
  padding: 18px 5px 18px 5px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.Image_noti_new {
    display: inline-block;
    float: left;
    position: absolute;
    bottom:10px;
    left:10px;
    width:50px;
}
.list-group-item-today {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: -1px;
    background-color: #ffd87a !important;
    border: 1px solid #ddd;
}

.list-group-item-c {
    position: relative;
    display: block;
    padding: 5px 10px 10px;
    margin-bottom: -1px;
    background-color: #ffbd20 !important;
}
.list-group-item:first-child {
    margin-top:10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item:nth-of-type(odd){
    background: #f2f2f2 !important;
}
.list-group-item:nth-of-type(even) {
    background: #fff !important;
}
a.list-group-item,
button.list-group-item {
  color: #284b91;
}

.list-group-item-text{
  color: #333 !important;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #4e4e4e;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555 !important;
  text-decoration: none;
  background-color: #FFFAAB !important;
}

 
    
.RefreshPage{
    background-color:transparent !important;
}
 
.footer {
  border-top: 3px solid #284b91;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  color:#fff; 
  background-color: #212121;
  text-align: center;
  padding:0 10px 0 10px;
}
 
.LastSync{
  display:block;
  width: 100%;
  padding-left: 10px;
  color: #fff !important;
  margin:7px 0 5px 2px;
  padding: 0px 0px 2px 0px;
  font-size: 14px;
  line-height: 18px;
  text-align:center !important;
   
}
.footerAll {
  border-top: 3px solid #284b91;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  color:#fff; 
  background-color: #212121;
  text-align: center;
  padding:0 10px 0 10px;
}
.LastSyncAll{
  display:block;
  width: 100%;
  padding-left: 10px;
  color: #fff !important;
  margin:2px 0 2px 2px;
  padding: 0px 0px 2px 0px;
  font-size: 14px;
  line-height: 18px;
  text-align:center !important;
   
} 
.spasediv2{
    position:relative;
   
     vertical-align:middle;
     padding: 5px 0px 2px 0px;
    margin:20px 0px 0px 0px !important;
    line-height: 18px;
}
.open-blink-green {
            content: ' ';
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0px 5px;
            border-radius: 50%;
            background-color: #45BF55;
             -webkit-animation-name: flash;
            animation-name: flash;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            /*-webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;*/

       
}
 
.open-blink-green:before {
            content: ' ';
            position: absolute;
            top: -8px;
            left: -8px;
            display: inline-block;
            width: 30px;
            height: 30px;
            opacity: 0.1;
            border-radius: 50%;
            background-color: #4caf50;
           
}

.open-blink-yellow {
            content: ' ';
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0px 5px;
            border-radius: 50%;
            background-color: #ffbd20; /*צהוב*/
             -webkit-animation-name: flash;
            animation-name: flash;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            /*-webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;*/

       
}
 
.open-blink-yellow:before {
            content: ' ';
            position: absolute;
            top: -8px;
            left: -8px;
            display: inline-block;
            width: 30px;
            height: 30px;
            opacity: 0.1;
            border-radius: 50%;
            background-color: #4caf50;
           
}


.open-blink-red {
            content: ' ';
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0px 5px;
            border-radius: 50%;
            background-color: #ff0000;
            -webkit-animation-name: flash;
            animation-name: flash;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
 
.open-blink-red:before {
            content: ' ';
            position: absolute;
            top: -8px;
            left: -8px;
            
            display: inline-block;
            width: 30px;
            height: 30px;
            opacity: 0.1;
            border-radius: 50%;
            background-color: #4caf50;
}



.nesupd-blink-green {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 2px;
    border-radius: 50%;
    background-color: #45BF55;
   
}


.nesupd-blink-red {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 2px;
    border-radius: 50%;
    background-color: #ff0000;
 
}

 

.SavedCards_link{
     position:absolute;
     top:44px;
     left:48px;
     background-color:transparent !important;
    margin:-35px 0 5px 10px;
   }
.SavedCards_link i:hover{
    color:#fff; 
   }
.SavedCards_link i{

     font-size:28px;
     color:#ffbd20;
    }
 
.allCards_link{
     position:absolute;
     top:44px;
     left:40px;
     background-color:transparent !important;
    margin:-35px 0 5px 10px;
   }
.allCards_link i:hover{
    color:#fff; 
   }
.allCards_link i{

     font-size:28px;
     color:#ffbd20;
    }

.GetTodayCards_link{
     position:absolute;
     top:42px;
     left:80px;
     background-color:transparent !important;
    margin:-35px 0 5px 10px;
   }
.GetTodayCards_link i:hover{
    color:#fff; 
   }
.GetTodayCards_link i{

     font-size:24px;
     color:#ffbd20;
    }

.GetTesterCards_link {
    position: absolute;
    top: 42px;
    left: 115px;
    background-color: transparent !important;
    margin: -35px 0 5px 10px;
    border:none;
}

    .GetTesterCards_link i:hover {
        color: #fff;
    }

    .GetTesterCards_link i {
        font-size: 24px;
        color: #ffbd20;
    }

 
.nav , .navbar-nav li a{
     -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
color: #fff !important;
 }
.nav , .navbar-nav li a:hover{
  color: #ddd !important;
  text-decoration: none;
  outline: none; 
 }
.navbar-header {
    /*float: left;*/
  }
.lblformtext{
    color: #000;
    margin:10px 0px 10px 0px;
  }
.lblvalue{
  display:inline-block;
}
.AddMakafDesc {
    color: #008000;
    font-weight: 500;
    font-size: 12px;
}
.DonotAddMakafDesc {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 12px;
}
.lblformtext img:hover{
  cursor:pointer !important;
 box-shadow:inset 0px -3px 7px 0px #284b91;
 -webkit-box-shadow:inset 0px -3px 7px 0px #284b91;
 -moz-box-shadow:inset 0px -3px 7px 0px #284b91;
}
input[type=radio]{
   cursor:pointer !important;
}
 
input[type='radio']:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        top: -6px;
        left: 10px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
       
    }

    input[type='radio']:checked:after {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        top: -6px;
        left: 10px;
        position: relative;
        background-color: #284b91;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #ffa500 !important;
    }
    label{
        font-family:'open sans hebrew',Arial,Helvetica,sans-serif !important; 
    }
.label-default-cardno {
  background-color: #666;
   color: #fff;
   padding:2px;
  font-size:18px;
}
.label-default-img-source {
    background-color: #035f03;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px 2px 8px !important;
}
.label-default-card-source {
    background-color: #284b91;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px 2px 8px !important;
}
.label-sync-img {
    background-color: #348934;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px 2px 8px !important;
    margin-right:2px;
}
.label-nosync-img {
    background-color: #ff042b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px 2px 8px !important;
    margin-right: 2px;
}
.label-add {
    background-color: #fe4e4e !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fe3232;
    display: block;
    padding: 6px 4px 6px 4px !important;
}

.label-tipul {
    background-color: #FF6138 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #f84314;
    display: block;
    padding: 6px 4px 6px 4px !important;
}

.label-tipul2 {
    background-color: #0099FF !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #088fe9;
    display: block;
    padding: 6px 4px 6px 4px !important;
}

.label-close {
    background-color: #64a310 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #6db211;
    display: block;
    padding: 6px 4px 6px 4px !important;
}


.well-sm {
    padding: 0px !important;
    border-radius: 3px;
    
    
}
.well-smfixheight img {
   height:150px;
}
.lblformtext2{
    float:left;
    padding:8px 8px 8px 8px !important;
    margin:0px 4px 0px 0px !important;
 }
.lblformtext3 {
    color: #000;
    margin: 0px 0px 2px 0px;
}

.clock {
    color: #4e4e4e;
    float: left;
}
 .btnmobileallClock { 
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin:18px 0 25px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 2em;
}
 
hr {
  border-top: 1px solid #a8a7a7;
  border-bottom: 1px solid #edecec;

  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-item-title-btn{
    margin:-5px 0px 2px 0px;
} 
.cart-item-title-row{
margin:5px 0px  10px 5px;
line-height:20px;
}
.cart-item-title-row-clock{
margin:5px 0px  10px 5px;
line-height:20px;
}

.half-rule { 
    margin-left: 0;
    text-align: left;
    width: 50%;
 }
.logomenu{
    
    margin-top: -2px;
}

 .fontsig{
     font-size:22px;
 }

.stat_activeMAX1 {
    /*background-color: #008000;*/
    background-color: #284b91;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    max-width: 100%;
    padding: 2px 5px;
    margin: 5px 0 0px 0;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 60px;
    top: -15px;
}
.lblSelectCardMsg {
    padding: 11px;
    position:absolute;
    left:15px;
    top:0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width:auto;
}


    .lblSelectCardMsg:hover{
        color: #ffbd20 !important;
    }

    .lblSelectCardMsg:hover > i{
        color: #ffbd20 !important;
    }



.lblAddWork {
    padding: 4px 10px 6px 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}


    .lblAddWork:hover {
        color: #ffbd20 !important;
    }

        .lblAddWork:hover > i {
            color: #ffbd20 !important;
        }

.lblSaveWork {
    clear:both;
    float:left;
    padding: 10px 14px 10px 14px;
    margin-bottom:10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}


    .lblSaveWork:hover{
        color: #ffbd20 !important;
    }

        .lblSaveWork:hover > i{
            color: #ffbd20 !important;
        }
.MoreCardmsg {
    padding: 4px 7px 4px 7px !important;
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}
    .MoreCardmsg:hover {
        color: #ffbd20 !important;
    }
        .MoreCardmsg:hover > i {
            color: #ffbd20 !important;
        }


.MoreTestermsg {
    padding: 4px 7px 4px 7px !important;
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}

.MoreTestermsg:hover {
    color: #ffbd20 !important;
}

    .MoreTestermsg:hover > i {
        color: #ffbd20 !important;
    }
.smalltext-govbtndiv {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 9px;
    color: #0765f4;
}
.carinfodiv {
    position: absolute;
    top: 10px;
    left: 5px;
    float: left;
    padding: 9px 9px 6px 9px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #f1f7ff;
    color: #0765f4 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
    
}
    .carinfodiv:focus {
        color: #62a0ff !important;
    }

        .carinfodiv:hover > i {
            color: #62a0ff !important;
        }
.carinfo {
    padding: 9px 9px 6px 9px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #f1f7ff;
    color: #0765f4 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}

.carinfo:hover {
    color: #62a0ff !important;
}

    .carinfo:hover > i {
        color: #62a0ff !important;
    }
.mcainfo {
    padding: 9px 9px 6px 9px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #f1f7ff;
    color: #0765f4 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}

    .mcainfo:hover {
        color: #62a0ff !important;
    }
    .mcainfo img {
       text-align:center;
       vertical-align:auto;
    }
.mcatitleinfo {
    color: #284b91 !important;
}

.shinuabtn {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #666;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}

    .shinuabtn:hover {
        color: #ffbd20 !important;
    }

        .shinuabtn:hover > i {
            color: #ffbd20 !important;
        }

.addorder {
    padding: 6px 6px 6px 6px !important;
    position: fixed;
    line-height: 20px;
    left: 15px;
    bottom: 60px;
    font-size: 16px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #c52d2f;
    color: #f9f9f9 !important;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}
    .addorder i {
        font-size:16px;
    }
    .addorder:hover {
        color: #d4d2d2 !important;
    }

        .addorder:hover > i {
            color: #d4d2d2 !important;
        }

.stat_overMAX:empty {
display:none;} 
 .smstext{
 margin:-8px 0px 10px 0 !important;
 display:inline-block;
 color:#284b91;
font-size:14px;
font-weight:600;
line-height:18px;
 }
.live_button
{
  color:white;
  animation: blinker 1s linear infinite;
  box-shadow: 0 0 3px 3px #ff0000;
}

@keyframes blinker {  
  50% { box-shadow: 0 0 3px 3px rgba(255,255,255,0);
       
  }
}

.live_button:hover
{
    /*color:#ffbe00;*/
    animation:none;
    /*box-shadow: 0 0 2px 2px #ffbe00;*/
}


.live_buttonclocking {
    color: white;
    animation: blinkerclocking 1s linear infinite;
    box-shadow: 0 0 3px 3px #fff;
}
    .live_buttonclocking:hover {
        /*color:#ffbe00;*/
        animation: none;
        /*box-shadow: 0 0 2px 2px #ffbe00;*/
    }
@keyframes blinkerclocking {
    50% {
        box-shadow: 0 0 3px 3px #ff0000;
    }
}


.live_button_menu
{
  color:#fff;
  font-weight:600;
  min-width: 10px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  background-color: transparent;
  border-radius: 2px;
  animation: blinker 2s linear infinite;
  box-shadow: 0 0 3px 3px #fa3e3e;
}
.live_button_menu:hover
{
    color:#4e4e4e !important;
    animation:none;
    /*box-shadow: 0 0 2px 2px #ffbe00;*/
}

.live_button_menu:empty {
  display: none;
}

@keyframes blinker {  
  50% { box-shadow: 0 0 3px 3px rgba(255,255,255,0);
       
  }
}
.LoginAttemptText {
    margin-top: -5px;
   
  
}
.panelalert {
    padding: 10px;
    margin: 10px 0px 0 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #414040;
    background-color: #FFF995;
    border-color: #f5ff9b;
    font-size: 14px;
    font-weight: 600;
    /*text-indent:0px;*/
}
   
  .panelalert a{
    color: #282828 !important; 
 
}

.panelContacts {
    margin:10px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    color: #2E2E2E;
    display: inline-block;
   }





.panelalertUMI {
    padding: 35px 10px 65px 10px;
    margin: 0 auto;
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 260px;
    /*width: 100vw;
    height: 80vh;*/
    color: #414040;
    background-color: #FFF995;
    border-color: #f5ff9b;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .panelalertUMI i {
        font-size: 40px;
        margin-bottom:10px;
    }
    .panelalertUMI .btnok {
        opacity: 1;
        padding: 20px 50px 18px 50px;
        text-align: center !important;
        border: none;
        font-size: 32px;
        background-color: #242e88;
        color: #fff !important;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
        .panelalertUMI .btnok:hover {
            background-color: #3f4cbb;
        }
    .panelalertUMI a.close {
        margin:0 auto !important;
        text-align: center !important;
        color: #242e88 !important;
        font-size: 30px;
    }
    .panelalertUMI a {
        color: #2E2E2E !important;
    }
    .panelalertError{
    padding: 15px; margin: 20px 0px 0 0px; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    color: #FAFAFA; 
    background-color: #e24f43; 
    border-color: #fa3e3e; 
    font-size: 20px;
}
  .panelalertError a{
    color: rgba(0,0,0,.05) !important; 
 
}
 
  .reqfild{
     color: #db3615; 
     font-size: 20px;
     position:relative;
     float:right;
   }
.panelalertpadding {
    padding: 10px 12px;
    /* border: 1px solid transparent;*/
    border-radius: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #030304;
    font-weight: 700;
    background: rgb(255,121,0);
    background: linear-gradient(90deg, rgba(255,121,0,1) 62%, rgba(255,61,0,1) 100%);
    /* background: transparent linear-gradient(93deg, #025fdb, #025fdb 35%, #0b3668) 0 0 no-repeat padding-box;*/
    /*background-color: #ff5400;*/
    border: 1px solid #e85309;
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    box-shadow: 0 3px 9px 0 rgb(239 34 34 / 29%);
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
.panelalertpaddingadmin {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    text-shadow: 0 1px 0 #030304;
    font-weight: 600;
    background-color:  rgba(102, 175, 233, .6);
    border-color: #fbf9f9;
    font-size: 20px;
    
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
.alert-head {
  color: #a94442;
  background:#ffa500;
  
   background: linear-gradient(to right bottom, #FAD648 50%, #ffcc33 10%);
  /*background: linear-gradient(to right bottom, #8ed825 50%, #A6F23A 10%); ירוק*/
  box-shadow:inset 0px -3px 7px 0px #e6ad24;
 -webkit-box-shadow:inset 0px -3px 7px 0px #e6ad24;
 -moz-box-shadow:inset 0px -3px 7px 0px #e6ad24;
}
.badgenoty {
    position: absolute;
    top: 15px !important;
    left: 13px;
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    background-color: #fa3e3e;
    border-radius: 25px;
    border: 2px solid #fff;
    /* ADD THE OVERFLOW */
    overflow-x:inherit !important;
   
}
.badgenoty:empty {
  display: none;
}
.badgenoty_menu {
  position:relative;
  display: inline-block;
  float:left;
  min-width: 10px;
  padding: 4px 8px;
  margin-top:4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  /*background-color: #fa3e3e;*/
  border-radius: 2px;
}
.badgenoty_menu_card {
  position:relative;
  display: inline-block;
  float:left;
  min-width: 10px;
  padding: 4px 8px;
  margin-top:0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  /*background-color: #fa3e3e;*/
  border-radius: 2px;
}
    .badgenoty_menu_card:empty {
        display: none !important;
    }
.badgenoty_img_count {
    position: relative;
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    /*background-color: #fa3e3e;*/
    border-radius: 2px;
}
.badgenoty_menu_red{
 background-color: #fa3e3e;
}
.badgenoty_menu:empty {
  display: none !important;
}
.badgenoty_menu_ord {
  position:relative;
  display: inline-block;
  min-width: 12px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin:10px;
  /*vertical-align: middle;*/
  background-color: #4e4e4e;
  border-radius: 2px;
}
.badgenoty_menu_ord:empty {
  display: none;
}
.LOGO_HEAD{
    display: inline-block;
    margin:6px 0 -5px 0px !important; 
}
.badgenoty_menu_time_in_header {
  position:relative;
  /*left:150px;*/
   /*left:15px;
  top:12px;*/
  display: inline-block;
  float:left !important;
  min-width: 10px;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin:10px 0 0 8px; 
  border-radius: 2px;
}
.badgenoty_menu_time_in_header a {
  color: #fff;
}
.badgenoty_menu_time_in_header a:hover {
  color: #fff !important;
}
.badgenoty_menu_time_in_header:empty {
  display: none;
}

.badgenotycardclocking {
    position: relative;
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /*vertical-align: middle;*/
    background-color: #fa3e3e;
    border-radius: 25px;
    text-align: center;
    white-space: nowrap;
    
    
    /* ADD THE OVERFLOW */
    overflow-x: inherit !important;
    /*animation: blinker 2s linear infinite;*/
}

    .badgenotycardclocking:empty {
        display: none;
    }


.bell_header {
    position: absolute;
    left:50px;
    margin: 8px 0 0 0px;
    }
.bellnoty {
    position: absolute;
    top: -2px;
    left: 20px;
    display: inline-block;
    font-size: 0.85714em;
    font-weight: 600;
    line-height: 1.45em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fa3e3e;
    border-radius: 1.75em;
    height: 1.75em;
    min-width: 1.55em;
    height: 1.55em;
    padding: 0 5px;
    z-index: 999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.video_header {
    position: absolute;
    right: 60px;
    /*left: 80px;*/
    margin: 8px 0 0 0px;
}
    /*

    .bellnoty {
    position: absolute;
    top: -2px;
    left: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fa3e3e;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    z-index: 999999;
}
*/
    .bellnoty:empty {
        display: none !important;
    }
/*.badgenotyNew {
  position:absolute;
  top:35px;
  left:20px;
  display: inline-block;
  min-width: 10px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fa3e3e;
  border-radius: 2px;
}*/
.badgenotyNew {
  display: inline-block;
  min-width: 10px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fa3e3e;
  border-radius: 2px;
}
.badgenotyNew:empty {
  display: none;
}
.arrow_box {
    position: relative;
    background: #fa3e3e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    min-width: 12px;
    padding: 2px 6px;
    border-radius: 2px;
    white-space: nowrap;
}

    .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(250, 62, 62, 0);
        border-top-color: #fa3e3e;
        border-width: 6px;
        margin-left: -6px;
    }
.home_header {
  position:absolute;
  right:10px;
  top:-2px;
  display: inline-block;
  float:right !important;
  min-width: 10px;
  padding: 0px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  /*background-color: #fa3e3e;*/
  border-radius: 2px;
}
.badgenotyclockings {
  position:absolute;
  top:12px;
  left:16px;
  display: inline-block;
  min-width: 10px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  background-color: transparent;
  border-radius: 2px;
}
.badgenotyclockings:empty {
  display: none !important;
}
.home_header_refrase {
  position:absolute;
  right:80px;
  top:0px;
  display: inline-block;
  float:right !important;
  min-width: 10px;
  padding: 0px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /*vertical-align: middle;*/
  /*background-color: #fa3e3e;*/
  border-radius: 2px;
}
.navbar-brand {
   position:absolute;
  left:0px;
  top:-8px;
 }
 
 /*.navbar-brand {
margin-left:auto;
margin-right:auto;
 text-align: center;  
}*/
.cart-item-title-td td{
    width:80%;
    /*margin:15px 10px 0px 0px !important;*/
    font-size:16px;
    font-weight:600;
}
 .cart-item-title-div{
     margin:5px 2px 0px 0px !important;
     font-size:18px;
     color:#4e4e4e; 
 }
.tdcards{
    background-color: #53413D;
}
.label.rank-label-cards {
    background-color: #53413D;
    padding: 6px 2px 6px 2px;
    border-radius: 2px;
    font-size:22px;
    color:#fff; 
    display: inline-block !important;
    width:100% !important;
    min-width:140px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    font-weight:500;
}

.tdmony{
    background-color: #ed4d13;
}
.label.rank-label-mony {
    background-color: #ed4d13;
    padding: 6px 2px 6px 2px;
    border-radius: 2px;
    font-size:22px;
    color:#fff; 
    display: inline-block !important;
    width:100% !important;
    min-width:80px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    font-weight:500;
}

.tdsales{
    background-color: #284b91;
}
.label.rank-label-sales {
    background-color: #284b91;
    padding: 6px 2px 6px 2px;
    border-radius: 2px;
    font-size:22px;
    color:#fff; 
    display: inline-block !important;
    width:100% !important;
    min-width:140px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
    font-weight:500;
}
.btn-selectcard {
    padding: 5px;
    font-size: 20px;
    color: #ffd800 !important;
}
    .btn-selectcard:hover, .btn-selectcard:active, .btn-selectcard:focus {
        color: #ffa233 !important;
    }
.btn-menu {
    padding: 20px;
    font-size: 20px;
    margin-top: 5px;
    text-align: center !important;
    /*color:#284b91;*/
    width: 100%;
    height: 125px;
    
    /*background-color:#284b91;  background-color: #242e88;*/
    background-color: #041442;
    border: none;
    color: #fff;
    border: 0px;
    box-sizing: border-box;
    outline: none;
    border-radius: 4px;
   /*  transition: all .2s ease-in-out;*/
    
    /*-------------------*/
    /*box-shadow:inset 0px 0px -3px 0px 0px #ffd800;
 -webkit-box-shadow:inset 0px -3px 0px 0px #ffd800;
 -moz-box-shadow:inset 0px -3px 0px 0px #ffd800;*/
}

    .btn-menu:hover, .btn-menu:active, .btn-menu:focus, .btn-menu-disable:hover, .btn-menu-disable:active, .btn-menu-disable:focus {
        color: #fff !important;
        /*      background-color: #303641 !important;
         box-shadow: 0 -5px 0px 0 #fff inset;  
   -webkit-box-shadow: 0 -5px 0px 0 #fff inset;
   -moz-box-shadow: 0 -5px 0px 0 #fff inset;*/
    }
  .btn-menu div{
  transition: all 0.3s;
  line-height:20px;
  text-align:center !important;
}
 .btn-menu i{
  
  font-size:40px; 
   
  /*box-shadow:inset 0px -3px 7px 0px #fff;
 -webkit-box-shadow:inset 0px -3px 7px 0px #fff;
 -moz-box-shadow:inset 0px -3px 7px 0px #fff;*/
}

.btn-menu-disable {
    padding: 20px;
    font-size: 20px;
    margin-top: 5px;
    text-align: center !important;
    /*color:#284b91;*/
    width: 100%;
    height: 125px;
    border: 0px;
    color: #fff;
  /*  transition: all .2s ease-in-out;
    background-color: #303641 !important;
    box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    -webkit-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    -moz-box-shadow: 0 -5px 0px 0 #ff8a00 inset;*/
}
    
.btn-menu-disable i{
  
  font-size:40px; 

}
 .btn-menu-disable div{
  transition: all 0.3s;
  line-height:20px;
  text-align:center !important;
}

.partheader{
    margin-top:55px;
}
.partheader-main{
    margin-top:65px !important;
}




.work_desc_color {
    color: #082aec;
    
}
.btn-menu-emp {
    padding: 8px 2px 0px 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    text-align: center !important;
    /*color:#284b91;*/
    width: 100%;
    height: 128px;
    /*background-color:#284b91;*/
    background-color: #fff;
    border: none;
    color: #000;
    border: 0px;
    transition: all .2s ease-in-out;
    border-radius: 0px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102, 175, 233, .6);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102, 175, 233, .6);*/

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-menu-fixedmsg {
    padding: 8px 0 0px 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    text-align: center !important;
    /*color:#284b91;*/
    width: 100%;
    height: 60px;
    /*background-color:#284b91;*/
    background-color: #fff;
    border: none;
    color: #000;
    border: 0px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block;
    transition: all .2s ease-in-out;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102, 175, 233, .6);
}
    .btn-menu-fixedmsg:focus, .btn-menu-fixedmsg:hover {
        color: #636262 !important;
    }
    .btn-menu-emp small.label-dpt{
  font-weight:600;
  font-size:12px;
  color:#494747; 
 
 }
 
.btn-menu-emp:hover {
    color: #000 !important;
    background-color: #EBFFFB;
}
  .btn-menu-emp div{
  transition: all 0.3s;
  line-height:18px;
  text-align:center !important;
    width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 

}
   .btn-menu-emp img{
       width:26px;
  transition: all 0.3s;
  line-height:20px;
  text-align:center !important;
}


 
.btn-social {
    padding: 15px 2px 10px 2px;
    font-size: 16px;
    font-weight: 600;
    /*height: 22vh;
    min-height: 22vh;*/
    text-align: center !important;
    width: 100%;
    color: #fff;
}
    .btn-social small {
        font-weight: 500;
    }
.btn-social i {
    font-size: 40px;
}

    .btn-social:hover, .btn-social:focus {
        color: #000 !important;
    }
    .btn-social.CallToTevel {
        background-color: #BF591F;
    }
    .btn-social.CallTosales {
        background-color: #6B00E8;
    }
    .btn-social.AddActv {
        background-color: #F80652;
    }
.btn-social.facebook {
    background-color: #3C5A99;
}
    .btn-social.YouTube {
        background-color: #FF0000;
    }
    .btn-social.Instagram {
        /*background-color: #E1306C;*/
        /*background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);*/
        /*background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
        /*background: linear-gradient( #400080, transparent), linear-gradient( 200deg, #d047d1, #ff0000, #ffff00);*/
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }
    .btn-social.tevelsoft {
        background-color: #0B7232;
    }
    .btn-social.crm {
        background-color: #002F87;
    }
    .btn-social.contact {
        background-color: #03949b;
    }
    .btn-social.develop {
        background-color: #5A142A;
    }





.btn-st {
    padding: 25px 2px 15px 2px;
    font-size: 16px;
    font-weight: 600;
    /*height: 22vh;
    min-height: 22vh;*/
    text-align: center !important;
    width: 100%;
    color: #fff;
}

    .btn-st small {
        font-weight: 500;
    }

    .btn-st i {
        font-size: 40px;
    }

    .btn-st:hover, .btn-st:focus {
        color: #000 !important;
    }

    .btn-st.tevelsoft {
        background-color: #0B7232;
    }
    .btn-st.crm {
        background-color: #002F87;
    }

    .btn-st.contact {
        background-color: #362f2d;
    }

/*
     .signer-save{
 

   color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;

 width:250px;
 height:46px;
 border:3px solid #fff;
 box-shadow:inset 0px -3px 7px 0px #29bbff;
 -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
 -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
 color:#ffffff;font-weight:700;font-size:32px;
 font-family:Arial;
 background-color:#2dabf9;
 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
 background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
 background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
 background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
 background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
 background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2dabf9, endColorstr=#0688fa,GradientType=0);
 text-align:center;
 bottom:3px;
 left:40%;
 margin:0 0 0 -46px;
 position:absolute;
 z-index:1;
 padding:6px;
 cursor:pointer;
  border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;box-shadow:0 2px 2px rgba(0,0,0,.1);
 }

*/
  
 
    
/*BootstrapFileField*/
 .displaynone{
     display:none !important;
 }
 .displayblock{
     display:block !important;
 }
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
ul.fileList.thumbs {
    clear: both;
    overflow: auto;
}
    ul.fileList.thumbs li {
        float: left;
        position: relative;
        margin: 5px 5px 5px 5px;
    }
    ul.fileList.thumbs li img {
        height: 130px !important;
        vertical-align: middle;
    }

ul.fileList.thumbs li img.icon {
    background-color: #ddd;
}

ul.fileList.thumbs li span.file-name {
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
    /*width: 56px;*/
    overflow-wrap: break-word;
     padding :2px 4px;
     line-height:16px;
    font-size: 12px;
    color: #fff;
    background: #000;
    border-radius: 2px;
    max-width:280px;
    margin-right:10px;
    opacity:0.8;
    text-align:left;
}

ul.fileList.thumbs li img:not(.icon)+span.file-name {
    /*display: none;*/
}

/*BootstrapFileField*/

.btn-form {
    /*  background-color: #2b2ae7;*/
    background-color: #2b2ae7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    margin-bottom: 20px;
    padding: 16px 18px;
    border: none;
    min-width: 24%;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
.btn-form i {
   padding-left:8px; 
}
    .btn-form:hover, .btn-form:focus, .btn-form:active {
        color: #fff !important;
        /*background-color: #061d5e !important;
        box-shadow: 0 -5px 0px 0 #ff8a00 inset;
        -webkit-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
        -moz-box-shadow: 0 -5px 0px 0 #ff8a00 inset;*/
    }
     




.btn-form-confTFA {
    background-color: #2b2ae7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #ffa500;
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 2px;
    border: none;
    min-width: 50%;
    box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    -webkit-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    -moz-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-form-confTFA i {
        padding-left: 8px;
    }

    .btn-form-confTFA:hover {
        color: #fff;
        background-color: #061d5e !important;
        box-shadow: 0 -5px 0px 0 #ff8a00 inset;
        -webkit-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
        -moz-box-shadow: 0 -5px 0px 0 #ff8a00 inset;
    }

    .btn-form-confTFA:focus {
        color: #fff;
    } 


 .btn-filtr {
    color: #362f2d;
    font-size: 14px;
    font-weight: 600;
    border:0px solid #ffa500;
    margin-bottom: 20px;
    padding :5px 0 5px 0;
    line-height:30px;
    border-radius: 2px;
    height:90px; 
    text-align:center;
    background: #fff !important;
    box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;  
   -webkit-box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;
   -moz-box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;

     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 .btn-filtr:active, .btn-filtr.active {
    /*background: #ffd87a !important;*/
     background: #FFFAAB !important;
    box-shadow: 0 -4px 0px 0 #868484 inset !important;  
   -webkit-box-shadow: 0 -4px 0px 0 #868484 inset !important;
   -moz-box-shadow: 0 -4px 0px 0 #868484 inset !important;
 }
  .btn-filtr:hover{
    background: #FFFAAB !important;
    box-shadow: 0 -4px 0px 0 #868484 inset !important;  
   -webkit-box-shadow: 0 -4px 0px 0 #868484 inset !important;
   -moz-box-shadow: 0 -4px 0px 0 #868484 inset !important;
 }
.btn-filtrtot{
    margin-top:-2px;
    line-height:14px;
    font-size: 14px;
    font-weight: 600;
    text-align:center;
}

.btn-filtr-offer {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0px solid #ffa500;
    padding: 18px 0 10px 0;
    line-height: 16px;
    border-radius: 0px;
    height: 70px;
    width: 20%;
    text-align: center;
    /* background: #fff !important;*/
    /* box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;
    -webkit-box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;
    -moz-box-shadow: 0 -4px 0px 0 #FFFAAB inset !important;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn-filtr-offer:active, .btn-filtr-offer.active {
        /*  background: #FFFAAB !important;*/
         box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
        -webkit-box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
        -moz-box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
    }

    .btn-filtr-offer:hover {
        box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
        -webkit-box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
        -moz-box-shadow: 0 -4px 0px 0 #ffd800 inset !important;
    }
.Offerall {
    background-color: #FFFAAB;
    color: #362f2d;
}
.Offerwarning {
    background-color: #EF6C00;
   
}

.Offerdanger {
    background-color: #ff0000;
    
}

.Offerofferdeny {
    background-color: #bc1888;
    
}

.Offersuccess {
    background-color: #008000;
  
}

.btn-form-card {
    background-color: #2b2ae7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    margin-bottom: 20px;
    padding: 18px 0 20px 0;
    line-height: 15px;
    min-width: 19%;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
.btn-form-card i {
   padding-left:8px; 
}
    .btn-form-card:hover {
        color: #fff !important;
      
    }
    .btn-form-card:focus {
        color: #fff !important;
   }






.btn-form-card-mca {
    background-color: #e1e7f0 !important;
    color: #01a5af;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid #ffa500;
    margin-bottom: 20px;
    padding: 16px 15px;
    
    border-radius: 2px;
    min-width: 19%;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    transition: all .2s ease-in-out;
}
    .btn-form-card-mca:hover, .btn-form-card-mca:focus, .btn-form-card-mca:active {
        color: #01a5af !important;
    }

  
 
.smalltext-mcabtn {
    position: absolute;
    top: 90px;
    left: 85px;
    font-size: 9px;
    color: #01a5af;
}
.smalltext-govbtn {
    position: absolute;
    top: 90px;
    right: 25px;
    font-size: 9px;
    color: #0765f4;
}
.umiinfo {
    padding: 9px 9px 9px 9px !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
    border: none;
    background-color: #f1f7ff;
    color: #0765f4 !important;
    border: 0px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: auto;
}

    .umiinfo:hover {
        color: #62a0ff !important;
    }

    .umiinfo img {
       
        padding-bottom:2px;
    }
.smalltext-umibtn {
    /*position: absolute;
    top: 86px;
    left: 22px;*/
    font-size: 14px;
    color: #372d9b !important;
}

.btn-form-delete {
    background: #c52d2f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /*border-bottom:5px solid #ffa500;*/
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 2px;
    min-width: 24%;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.btn-form-delete  i {
   padding-left:5px; 
}
    .btn-form-delete:hover, .btn-form-delete:focus, .btn-form-delete:active {
        color: #fff !important;
        /* background: #4e4e4e !important;*/
        /*border-bottom:5px solid #D34836;*/
    }
     
.btn-form-delete2 {
    background: #4e4e4e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /*border-bottom:5px solid #ffa500;*/
    margin-bottom: 20px;
    padding: 12px 18px;
    border-radius: 2px;
    min-width: 29%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-form-delete2  i {
   padding-left:8px; 
}
    .btn-form-delete2:hover {
        color: #fff !important;
        background: #4e4e4e !important;
        /*border-bottom:5px solid #D34836;*/
    }



.btn-form-delete3 {
    background: #008000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /*border-bottom:5px solid #ffa500;*/
    margin-bottom: 20px;
    padding: 12px 18px;
    border-radius: 2px;
    min-width: 24%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor:pointer;
}

    .btn-form-delete3 i {
        padding-left: 8px;
    }

    .btn-form-delete3:hover {
        color: #fff !important;
        /*border-bottom:5px solid #D34836;*/
    }

    .btn-form-delete3:focus {
        color: #fff !important;
    }


.btn-form-delete4 {
    background: #c52d2f !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    /*border-bottom:5px solid #ffa500;*/
    margin-top:8px !important;
    padding: 4px 8px;
    border-radius: 2px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-form-delete4 i {
        padding-left: 8px;
    }

    .btn-form-delete4:hover {
        background: #4e4e4e !important;
        /*border-bottom:5px solid #D34836;*/
    }

    .btn-form-delete4:focus {
        color: #fff !important;
    }


.modal {
   z-index: 1100;
  
}
.modal-title {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
.modal-header .close {
    margin-top: -35px;
}
.modal-header .close span {
   font-size:30px !important;
}
.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
 
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
  cursor:pointer;
} 
.btn-primary2 {
  padding: 8px 20px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary2:hover, 
.btn-primary2:focus{
  background: #ddd;
  outline: none;
  box-shadow: none;
}


.btn-success {
    color: #fff;
    background-color: #348934;
    border-color: #348934;
   
}


.btn_small {
    margin-top: 2px;
    margin-bottom: 6px;
}

.btn_small_primary {
  padding: 4px 20px;
  background: #284b91;
  color: #fff;
  border-radius: 2px;
  border:none;
}

.panel-primary {
  border-color: #c52d2f;
  border:1px solid #c52d2f !important;
   
}
.panel-heading a {
    color: #fff !important;
    background-color: #666;
    border-color: #666;
    /*background-color: #c52d2f;
    border-color: #c52d2f;*/
}
.panel-heading a:hover {
  color: #d1cece !important;
  
}
.panel-primary > .panel-heading {
  color: #fff !important;
  background-color: #c52d2f;
  border-color: #c52d2f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c52d2f;
}
.panel-primary > .panel-heading .badge {
  color: #c52d2f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c52d2f;
}

.panel {
  border:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.colorw{
color:#fff !important;
}
.panel .panel-heading {
  /*line-height: 20px;*/
  color:#fff !important;
  padding: 8px 15px 5px 5px;
  min-height: 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;  
  position: relative;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);  
}
.panel-default .panel-heading{
    color: #fff !important;
}
.panel-default .panel-heading#panelheadingbody {
color: #362f2d !important;
background-color: #e6e6e6;
padding: 2px;
border: none;
}
.panel .panel-heading .panel-title {
  line-height: 40px;
}
.panel .panel-heading i {
  /*width: 30px;
  display: inline-block;
  font-size: 14px;
  border-right:1px solid #e6e6e6 ;*/
}
.panel .panel-heading ul li {
  border-top:1px solid #e6e6e6 ;
  border-left:1px solid #e6e6e6 ;
  border-right:1px solid #e6e6e6 ;
}
.panel .panel-heading h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.panel .panel-heading .panel-actions {
  float: right;
  margin-right: -15px;
  height: 40px;
  font-size: 0;
}
.panel .panel-heading .panel-actions i {
  display: inline-block;
  text-align: center;
  width: 34px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  font-size: 14px;
}
.panel .panel-heading .panel-actions a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #fff;
  border-left: 1px solid rgba(0,0,0,.09);
}
.panel-actions .btn-setting:hover,
.panel-actions .btn-minimize:hover,
.panel-actions .btn-close:hover {
  background-color: rgba(0,0,0,.05);
}
.panel .panel-heading .switch {
  margin: 10px;
}
.panel .panel-body {
  border-width: 1px 1px 2px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
  color:#4e4e4e;
 
 
}
.panel-body#panelcardlist {
  padding: 10px 0px 30px 0px;
}
.panel-body#panel-dayinfo {
  padding: 10px 0px 0px 0px;
}
  
.h350{
     min-height:350px;
}
.panel .panel-body-map {
  border-width: 1px 1px 2px;
  border-style: solid;
  background:#eef3f7;
  height:380px;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}
.panel .panel-body-msg {
  border-width: 0px 0px 0px;
  border-style: solid;
  background:#fff;
  height:100%;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;
}
.panel .panel-body.no-padding {
  padding: 0;
}
.panel .panel-body.padding-horizontal {
  padding: 0 15px;
}
.panel .panel-body.no-padding-bottom {
  padding-bottom: 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel .panel-footer {
  border-width: 0 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;    
  position: relative;  
}
.panel.panel-default {  
  border-radius: 0px;
  color: #000 !important;
  border-top: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
  background: #e6e5e5  !important;   
  
}
}
.panel.panel-default.panel-heading {
  background: #d4d4d4  !important;   
}
.panel.panel-default .panel-footer {
  background: #f5f5f5;
}
.panel.panel-primary {
  border-color: #20a8d8;
}
.panel.panel-primary .panel-heading,
.panel.panel-primary .panel-footer {
  background: #5dc3e7;
  color: #092f3d;
  border-color: #20a8d8;
}
.panel.panel-success {
  border-color: #79c447;
}
.panel.panel-success .panel-heading,
.panel.panel-success .panel-footer {
  background: #a3d781;
  color: #284315;
  border-color: #79c447;
}



.panel.panel-success2 .panel-heading,
.panel.panel-success2 .panel-footer {
    /*background: #394a59;*/
    background: #3d3c3c;
    color: #fff !important;
    border-bottom: 2px solid #ff8a00;
}
.panel.panel-newsnes2go .panel-heading,
.panel.panel-newsnes2go .panel-footer {
  background: #284b91;
  color: #fff !important;
  border-bottom:5px solid #4e84f1;
  
}
.panel.panel-successOffer .panel-heading,
.panel.panel-successOffer .panel-footer {
      /*background: #394a59;*/
  background: #734F2F;
  color: #fff !important;
  border-bottom:5px solid #9d714a;
 
}
.panel.panel-order .panel-heading,
.panel.panel-order .panel-footer {
      /*background: #394a59;*/
  background: #00717D;
  color: #fff !important;
  border-bottom:5px solid #1394a1;
 
}
.panel.panel-imgres .panel-heading,
.panel.panel-imgres .panel-footer {
      /*background: #394a59;*/
      font-family:'open sans hebrew',Arial,Helvetica,sans-serif !important; 
      cursor:pointer;
  background: rgba(0,0,0,.125);
  color: #4e4e4e !important;
  border-bottom:0px solid #838383 !important;
 }
.panel.panel-part-order .panel-heading,
.panel.panel-part-order .panel-footer {
    background: #0B7232;
  color: #fff !important;
  border-bottom:5px solid #27a557;
 
}
.btn-lg {
  padding: 16px 24px !important;
  font-size:18px !important;
  font-weight:500;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}



.dropdown-menu_ {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

 


.LTR{
    text-align:left;
    direction:ltr !important;
    direction: ltr !important;
      unicode-bidi: bidi-override;
}


 
 

table {
  color:#4e4e4e; 
  border-spacing: 0;
 
}
.tabletr {
    text-align: right;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size:14px;
}
.table-no-bordered th,
  .table-no-bordered td {
    border:none !important;
  }
/**************************
********* Pricing Table CSS *
**************************/

#tbllink td a {
    display: block;
}
#tbllink tr a {
    color: #362f2d !important;
}
   /* #tbllink tr a:hover, #tbllink tr a:visited, #tbllink tr a:active {
        color: #757373 !important;
    }*/
#tbllink td:hover {
    cursor: pointer;
}


#tblpartworkUMI > tbody > tr > td{
    height: 20px;
    padding: 0px;
    border-top: 0px;
    font-size:14px;
    
}
.tdtest {
    /*background: #ff0000 !important;*/
   cursor: default !important;
}
 
/*#tbllink > tbody > tr > td, #tbllink > tbody > tr > th, #tbllink > tfoot > tr > td, #tbllink > tfoot > tr > th, #tbllink > thead > tr > td, #tbllink > thead > tr > th {
    padding: 16px;
    margin-bottom: -20px !important;
    border-top: 1px solid #ddd;
} 
*/
#tblpartworkUMI td:hover, #tblpartworkUMI tr:hover {
    cursor: default !important;
}
.tsumidesc {
    margin-right: -8px;
    margin-left: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

/*td a {
    display: block;
    border: 1px solid black;
    padding: 5px;
}*/
.badge {
    color: #fff;
    position: relative;
    font-weight: 500;
}
.start{
    background-color:#008000;
}
.end{
    background-color:#db3615;
}

 

/******************
 404 page css
 ******************/

/*#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}*/

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}





.font-bold{
    font-weight:600;
}

.Validators {
   color:#db3615;
    font-weight:bold;
    font-size:16px;
}
.Validators2 {
      color: #fff !important;
      background-color: #fa3e3e;
      border-color: #fa3e3e;
      font-weight:bold;
      font-size:16px;
      padding:0 6px 1px 6px;
      border-radius: 2px !important;
}  
 .txtblue {
  
    border: 1px solid #ffbd20 !important;
    border-radius: 2px !important;
  
}
  .txtlogin {
  
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
  
}
.txtorder {
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
}
.txtCard {
    padding-left:45px !important;
}
      .txtorderMultiLine {
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    padding-top:20px;
  
}
.input-lg {
    height: 46px;
    padding: 8px 6px;
}

.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;
     
    				
}

.LastSync_div{
   padding: 25px 0px 30px 0px;
   margin: 0px 5px 0px 5px; 
   border: 1px solid transparent; 
   border-radius: 4px; 
   color: #2f2d2d; 
   background-color: #fff; 
   border-color: #ffffff; 
   font-size: 19px;
   font-weight:600;
   min-height:650px;
} 
.nes2go_news_div{
   padding: 10px 0px 30px 0px;
   margin: 0px 5px 0px 5px; 
   border: 1px solid transparent; 
   border-radius: 4px; 
   color: #000; 
   background-color: #fff; 
   border-color: #ffffff; 
   font-size: 18px;
   font-weight:500;
   min-height:650px;
   line-height:28px;
}
    .nes2go_news_div img {
        
        max-width: 100%;
        height: auto;
    }
     
 .nes2go_news_div ul {
    list-style: none;
     
}
.nes2go_news_div ul li{
   padding: 5px 0px 0px 0px;
   margin: 0px -15px 0px 5px; 
   text-indent: -1.0em;
 }
.nes2go_news_div ul li:before {
    content: '\25A0';
    font-size: 100%;
    padding-left:7px;
    color: #ef822c; /* or whatever color you prefer */
}
.panel-body{
    padding-top:5px;
    padding-bottom:0px !important;
    background-color:#fff;
  
}
.panel-body-bottom{
 padding-bottom:20px !important;
 border-bottom:1px solid #ddd;
}
.panel-heading {
  padding: 16px 17px;
  
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  
}


.Label_Garage_name{
    color:#fff;
    font-weight:600;
    font-size:26px;
    padding:8px 20px 10px 5px;
    margin:0px 0px 0px 0px;
    width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  text-shadow: 0 1px 0 rgba(119, 119, 119, 0.29);
  background-color:#ff4929;
  /*background-color:#F0C148;*/
}
 .Label_Garage_nameerrpr{
    color:#fff;
    font-weight:600;
    font-size:26px;
    padding:10px 10px 10px 5px;
    margin:0px -10px 0px 0px;
    width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  text-shadow: 0 1px 0 rgba(119, 119, 119, 0.29);
  background-color:#303641;
  /*background-color:#F0C148;*/
}
.Label_Garage_name2{
    color:#222;
    font-weight:500;
    font-size:32px;
    line-height:32px;
    padding:2px 0px 10px 5px;
    margin:55px 0px 0px 0px;
    width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
    cursor:pointer;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.Label_Garage_name2 i{
   font-size:26px !important;
   
    }
.Label_cards{
    color:#000;
    font-weight:500;
    font-size:24px;
    padding:0px 2px 10px 5px;
    margin:-10px 0px 0px 0px;
    
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
}
.card_type{
    position:absolute;
    left:2px;
    top:18px;
    color:#000;
    font-weight:600;
    font-size:16px;
    padding:0px 0px 0px 0px;
    float:left;
    /*width:80px;
    max-width:80px;*/
    text-align:center;
    /*white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display:inline-block;*/ 
   }
.cli_name_cli{
    color:#284b91;
    font-weight:600;
    font-size:16px;
    padding:0px 2px 0px 1px;
    width:100%;
    max-width:100%;
    white-space:  normal !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: inline-block;
   
}

.cli_name{
    color:#284b91;
    font-weight:600;
    font-size:16px;
    padding:5px 2px 0px 1px;
    
    /*position:absolute;
    top:20px;
    right:5px;*/
    width:70%;
    max-width:70%;
    white-space:  normal !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: inline-block;
   
}
.card_comp {
    color: #4e4e4e;
    font-weight: 600 !important;
    font-size: 16px;
    width: 70%;
    max-width: 70%;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block;
}
.Label_cards2{
    color:#fff;
    font-weight:500;
    font-size:24px;
    line-height:30px;
    padding:0px 0px 0px 5px;
    margin:0px 0px 5px 0px;
    
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
}

.Label_cards3{
    color:#fff;
    font-weight:500;
    font-size:24px;
    line-height:28px;
    padding:0px 0px 0px 5px;
    margin:0px 0px 5px 0px;
    
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
}
.todaymsg {
    position: absolute;
    top: -12px;
    right: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #fff;
    padding: 0 8px 0 8px;
    border-radius: 25px;
    background-color: #4caf50;
}
.aprox_time {
    position: absolute;
    top: -10px;
    right: 145px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #4e4e4e;
    padding: 0 8px 0 8px;
    border-radius: 25px;
    background-color: #ffd800;
}
.aprox_time_ovettime {
    position: absolute;
    top: -10px;
    top: -10px;
    right: 145px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #fff;
    padding: 0 8px 0 8px;
    border-radius: 25px;
    background-color: #ff0000;
}

.aprox_time_infocard {
    
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #4e4e4e;
    padding: 0 8px 0 8px;
    border-radius: 5px;
    background-color: #ffd800;
}

.aprox_time_ovettime_infocard {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #fff;
    padding: 0 8px 0 8px;
    border-radius: 5px;
    background-color: #ff0000;
}

.testerlable {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    z-index: 999;
    color: #284b91;
    padding: 8px 10px 8px 10px;
    border-radius: 0px !important;
    background: #f2f2f2 !important;
}
.testerlableCarInfo {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    z-index: 999;
    color: #284b91;
    padding: 0px 0px 8px 0px;
    margin-bottom:10px !important;
    border-radius: 0px !important;
    background-color:transparent !important;
}
/*.testerlable {
    position: absolute;
    top: -12px;
    left: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    color: #fff;
    padding: 2px 10px 2px 10px;
    border-radius: 2px;
    background-color: #686868;
}*/
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.table-hover > tbody > tr:hover {
  background-color: #FFFFBF;
}

.strongtabletr {
    font-weight: 600 !important;
    background-color: #FFFFBF !important;
}


    .MCA_ico img {
        width: 100px;
    }




.print_offer_ico {
    cursor: pointer;
    margin: -35px 0 5px 10px;
   
}
.print_offer_ico i{
    font-size:25px;
   }
.print_offer_ico.remove i{
    color:#ffbd20;
   }
    .print_offer_ico a {
        background-color: transparent !important;
    }
.cards_open_ico{
    margin:-30px 0 0px 10px;
   }
.cards_open_ico i{
    font-size:25px;
   }
.cards_open_ico a{
 background-color:transparent;
}

.youtube_ico {
    top: 5px;
    position: absolute;
    padding: 0px;
 
}

 
.alert-info{
    /*color:#fff;
    background-color:#ffa500;
     border-color: #ffa500;*/
    color:#34495e;
font-size:18px;
}
.badge-info {
  background-color: #3a87ad !important;
}
.badge-info:hover {
  background-color: #2d6987 !important;
}
.badge-inverse {
  background-color: #6aa42f !important;
}
.badge-inverse:hover {
  background-color: #1a1a1a !important;
}

.label-status {
    position:absolute;
    left:2px;
    display:inline-block;
    width:100px;
    max-width:100px;
    font-weight:600;
    text-align:center;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display:inline-block; 
  /*background-color: #6aa42f !important;*/
}
  
   
.label-status:hover {
  /*background-color: #1a1a1a !important;*/
}
.label-status2 {
    
    float:left;
    display:inline-block;
     margin:2px;
    font-weight:600;
    color:#f2f2f2;
  background-color: #c52d2f !important;
}
.label-statusLogOut {
   display:inline-block;
     margin:2px;
    font-weight:600;
    color:#f2f2f2;
  /*background-color: #c52d2f !important;*/
} 
 .label-statusLogOut i {
   
    font-size:20px;
   
}

 .label-status_car_no {
    width:150px;
    max-width:150px;
    font-weight:600;
    text-align:center;
    border-radius:25px;
    background-color: #F53A33 !important;
    color:#fff;
}
 .label-status_car_no_reg {
    font-weight:600;
 }
.label-cardstatus {
    padding:2px 4px 4px 4px;
    margin:0px;
    text-align:center;
    display:inline-block;
    /*width:105px;*/
    font-weight:600;
    font-size:18px !important;
    color:#000;
}
.label-cardstatus-out {
    padding:2px 4px 4px 4px;
    margin:0px;
    text-align:center;
    display:inline-block;
    /*width:105px;*/
    font-weight:600;
    font-size:18px !important;
    color:#fff !important;
}
.label-cardstatus:hover {
  /*background-color: #1a1a1a !important;*/
}
 .label-status-Today_open_dt {
    position:absolute;
    left:2px;
    bottom:10px;
    display:inline-block;
    width:100px;
    max-width:100px;
    font-weight:600;
    text-align:center;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display:inline-block; 
    color: #fff;
    background-color: #008000 !important;
}
 .label-status-open_dt {
    position:absolute;
    left:2px;
    bottom:10px;
    display:inline-block;
    width:100px;
    max-width:100px;
    font-weight:600;
    text-align:center;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display:inline-block; 
    color: #333;
    background-color: #FAFAFA !important;
}  
 .btn-info {
  color: #fff;
  font-size:16px !important;
  background-color: #284b91 !important;
  border-color: #284b91 !important;
}
  .btn-home {
      /*float:right;*/
  margin:0 5px 0 5px; 
  color: #fff;
  font-size:16px !important;
  background-color: transparent;
 }
    .btn-home i {
  
  font-size:20px !important;
 
}
      .btn-home-main {
      /*float:right;*/
  margin:10px 20px 0 0px !important;
  padding-top:2px !important;
  padding:0; 
  color: #fff;
  font-size:16px !important;
  background-color: transparent;
 }
    .btn-home-main i {
  
  font-size:20px !important;
 
}
.label-primary{
   
    font-size:18px;
    padding:5px 10px 8px 10px;
}

 
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.vhc_cli_details{
    color:#212121;
    font-weight:500;
    font-size:18px;
    padding:10px 5px 10px 0px;
    border-bottom:1px solid #e6e5e5;
}
.vhc_cli_details a:hover{
    color:#858586 !important;
  }
    .vhc_cli_details:first-child {
        
        /*padding:15px 15px 5px 0px;*/
    }
.vhc_cli_details:last-child{
    
    /*border-bottom:none;*/
}
 


.vhc_cli_detailsSUM{
    color:#000;
    font-weight:500;
    font-size:18px;
    border-top:none; 
    border-bottom:0px solid #e6e5e5;
    
}
.vhc_cli_detailsSUM:first-child{
   border-top:0px solid #e6e5e5;
   
}
.vhc_cli_detailsSUM:last-child{
    
    border-bottom:none;
    margin-bottom:50px;
}

.vhc_cli_detailsTOTSUM{
    color:#212121;
    background-color:#fef6df;
    font-weight:500;
    font-size:18px;
    line-height:30px;
    border-top:none; 
    border-bottom:1px solid #e6e5e5;
      -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.vhc_cli_detailsTOTSUM:hover{
    background-color:#fee397;
    
}
.vhc_cli_detailsTOTSUM:last-child{
    border-bottom:none;
    margin-bottom:30px;
}

.vhc_cli_detailsoffer {
    background-color: #f9f9f9;
}
.divimg {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /*max-height:500px;*/
}
.divimg2{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height:500px;
}
.divMoreCards{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height:180px;
}
.panel-info > .panel-heading {
  color: #F0F0F0;
  background-color: #333;
  border-color: #000;
}
.success.btn-default:active,
.success.btn-default.active
 {
  color: #fff;
  background-color: #008000;
  border-color: #046204;
}

#warning.btn-default:active,
#warning.btn-default.active {
  color: #fff;
  background-color: #ffa500;
  border-color: #d4880f;
}

#danger.btn-default:active,
#danger.btn-default.active{
  color: #fff;
  background-color: #ff0000;
  border-color: #d00606;
}

.btn-default {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
  font-weight:600;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #284b91;
  border-color: #284b91;
}
.btn-default:hover {
  color: #fff;
  background-color: #284b91;
  border-color: #284b91;
}

.btn-reset-sig {
  color: #000 !important;
  background-color: #fff;
  border-color: #ccc;
  font-weight:600;
  font-size:16px;
}
.btn-reset-sig:focus,
.btn-reset-sig.focus {
  background-color: #ccc;
  border-color: #ccc;
}
.btn-reset-sig:hover {
  background-color: #ccc;
  border-color: #ccc;
}

.btn-Load-More {
  color: #fff;
  background-color: #333;
  border-color: #333;
  font-weight:600;
}
.btn-Load-More:focus{
   color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-Load-More:hover {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-default-att-umi {
  width:100%;
  display:inline-block;
  color: #4e4e4e;
  background-color: #f9f9f9;
  border-color: #ccc;
  font-weight:600;
  font-size:18px;
  margin:0px 0 0px 0 !important;
  padding:10px 0 10px 0 !important;
}
.btn-default-att-umi:hover {
  cursor:pointer;  
  color: #787373 !important;
}
.btn-default-att-umi:visited {
  cursor:pointer;  
  color: #4e4e4e;
}
.btn-default-att-umi i{
  font-size:18px;
  color: #4e4e4e;
}
.btn-default-att-umi i:hover{
  font-size:18px;
  color: #787373 !important;
}
 
.btn-default-att-umi input[type=file]:disabled {
 background-color: #ffbd20 !important;
}
.btn-default-att-umi input[type=file]:hover {
 background-color: #ffbd20 !important;
 cursor:pointer;
}
.btn-default-att {
    width:100%;
  color: #4e4e4e;
  /*background-color: transparent !important;*/
  /*border-color: #797878;*/
  font-weight:600;
}
.btn-default-att:hover {
  cursor:pointer;  
}
.btn-default-att i{
  font-size:50px;
  color: #4e4e4e;
}
.btn-default-select-more {
  width:100%;
  color: #284b91 !important;
  background-color: transparent !important;
  /*border-color: #797878;*/
  font-weight:600;
}
.btn-default-select-more:visited{
  color: #3969c7 !important;
 }
.btn-default-select-more.active.focus, .btn-default-select-more.active:focus, .btn-default-select-more.focus, .btn-default-select-more:active.focus, .btn-default-select-more:active:focus, .btn-default-select-more:focus{
color: #3969c7 !important;
}


.btn-default-select-more-50 {
  width:100%;
  color: #3b3838 !important;
  /*border-color: #797878;*/
  font-weight:600;
  padding :20px 2px 20px 2px !important;
  margin-bottom:50px;
  margin-top:10px;
}
.btn-default-select-more-50:hover {
  background-color: #b1aaaa !important;
 } 
/*.btn-default-att:focus,
.btn-default-att.focus {
  color: #f2f2f2;
  background-color: #646262;
  border-color: #646262;
}*/
/*.btn-default-att:hover {
  color: #f2f2f2;
  background-color: #646262;
  border-color: #646262;
  cursor:pointer;
}*/

.plate_input_bg {
    font-size: 28px;
    font-weight: 800;
    color: #0a0b0c !important;
    background-color: #fbbb3b !important;
    border: 2px solid #fdab07 !important;
    border-radius: 5px !important;
    background-image: url(../img/plate_IL.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
 
.label-plate {
     background:  url(../img/plate.png)  no-repeat right;
     width:180px;
     height:45px;
  /*background-color: #ffd203;*/
  color: #000;
  font-size:22px;
  font-weight:600;
  text-align:center;
  padding: 12px 0px 6px 44px;
 /*border:2px solid #000;*/
  border:0px !important;
} 
.label-plate2 {
     background:  url(../img/plate.png)  no-repeat right;
     width:180px;
     height:45px;
  /*background-color: #ffd203;*/
  color: #000;
  font-size:20px;
  font-weight:600;
  text-align:center;
  padding: 15px 0px 6px 44px;
  border:6px solid #000;
  border:0px !important;
}
.label-fixsize-danger {
    padding:6px;
    display: inline-block;
    background-color: #ff0000;
    min-width: 120px !important;
}
.label-fixsize-offerdeny {
    padding: 6px;
    display: inline-block;
    background-color: #bc1888;
    min-width: 120px !important;
}
.label-fixsize-success {
    padding: 6px;
    display: inline-block;
    background-color: #008000;
    min-width: 120px !important;
}
.label-fixsize-warning {
    padding: 6px;
    display: inline-block;
    background-color: #EF6C00;
    min-width: 120px !important;
}
.label-warning {
  background-color: #EF6C00;
  width:110px !important;
}
.label-warning.enpname {
    background-color: #EF6C00;
    width: auto !important;
}
    .label-warning.labeldesc {
        background-color: #EF6C00;
        display: inline-block;
        width: 100% !important;
        padding: 10px 20px
    }
.label-danger {
  background-color: #ff0000;
  width:110px !important;
}
.label-offerdeny {
    background-color: #bc1888;
    width: 110px !important;
}
.label-success {
  background-color: #008000;
  width:110px !important;
}
.label-keyboard {
    background-color: #e9e9e9;
    width: 90px !important;
}
 .none{
     display:none;
 }

.btn-lg,
.btn-group-lg > .btn {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-lg2,
.btn-group-lg2 > .btn {
  padding: 14px 40px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  font-weight:600;
}
.panel {
    margin-bottom: 10px !important;
    
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  /*color: #333;*/
  background-color: #424242;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.venobox img {
    /*-webkit-transform: scale(1);
	transform: scale(1);*/
    /*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
    /*opacity: 1;*/
}
.venobox img:hover {
   /*-webkit-transform:scale(1.03);-moz-transform:scale(1.03);-ms-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03)*/
   /*opacity:0.8;*/
 }
.textdayname{
    color: #4e4e4e;
   padding:10px 0px 4px 0px;
   font-size:18px;
  font-weight:600;
}
.HL_next{
    line-height:10px;
    display:inline-block;
    margin:2px 10px 0 0;
}
.HL_next i{
   font-size:16px;
}
.HL_prev{
    line-height:10px;
    display:inline-block;
    margin:2px 0 0 10px;
}
.HL_prev i{
   font-size:16px;
}                        
 /*ORD STAT*/
.label-HOSMAN{
  background-color: #0182c4;
   color: #fff;
   padding:4px 2px 4px 2px;
  font-size:14px;
}
.label-HITKABL {
    background-color: #8D07F6;
    color: #fff;
    padding: 4px 2px 4px 2px;
    font-size: 14px;
}
.label-TIPUL{
  background-color: #d4880f;
   color: #fff;
   padding:4px 2px 4px 2px;
  font-size:14px;
}
.label-MOCHAN {
    background-color: #348934;
    color: #fff;
    padding: 4px 2px 4px 2px;
    font-size: 14px;
}
.label-BOTZA {
    background-color: #797778;
    color: #fff;
    padding: 4px 2px 4px 2px;
    font-size: 14px;
}
.label-BOTAL {
    background-color: #ff0000;
    color: #fff;
    padding: 4px 2px 4px 2px;
    font-size: 14px;
}
/*ORD STAT*/
             
.label-default {
  background-color: #e7e7e7;
   color: #333;
   padding:4px;
  font-size:16px;
}
.label-SavedCards {
   color: #fff !important;
   padding:4px;
  font-size:20px;
  font-weight:600;
  padding:0px 2px 2px 2px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin-top:10px !important;
    margin-right:10px !important;
    
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
 
.CheckBox3{
  font-size:18px;
  margin-top:-10px;
 
}
.CheckBoxCheckBox input[type="checkbox"]{
   zoom:1.8;
   display:block;
  
}
.checkbox label{
font-size: 16px !important;
font-weight:600;
color:#000;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .20em;
    width: 1.3em;
    height: 1.3em;
    float: right;
    margin-right: -15px;
    margin-left: 10px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.highlight{
    background-color:#ffd640 !important;
    border-radius: 4px;
    padding: 1px 0px;
}

.no-results a{
   background-color:transparent !important;
   width:100%;
} 


#custom-search-input{
    padding: 8px;
    border: solid 1px #E4E4E4;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom:0px;
 }

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-weight:600;
    font-size:18px;
}



    #custom-search-input .button {
        margin: 0px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #002F87;
        padding: 0 10px 0 8px;
        border-right: none;
    }

        #custom-search-input .button:hover {
            border: 0;
            box-shadow: none;
        }

    #custom-search-input .buttonkeyboard {
        margin: 0 5px 0 5px;
        /*background-color: #e9e9e9 !important;*/
        color: #002F87;
        padding: 0 5px 0 5px;
        /*border: 1px solid #e9e9e9;*/
        width: 50px;
    }
        /*.buttonkeyboard .keyboardtext {
           
            font-weight: 600;
        }*/
        #custom-search-input .buttonkeyboard:hover {
            /*background-color: #e9e9e9 !important;*/
            color: #008000 !important;
        }

        #custom-search-input .buttonkeyboard:focus {
            /*background-color: #e9e9e9 !important;*/
            color: #008000 !important;
        }


    #custom-search-input .buttonbarcode {
        margin: 0 5px 0 5px;
        /*background-color: #e9e9e9 !important;*/
        color: #002F87;
        padding: 0 5px 0 5px;
        /*border: 1px solid #e9e9e9;*/
        width: 50px;
    }

        #custom-search-input .buttonbarcode:hover {
            /*background-color: #e9e9e9 !important;*/
            color: #008000 !important;
        }

        #custom-search-input .buttonbarcode:focus {
            /*background-color: #e9e9e9 !important;*/
            color: #008000 !important;
        }

.BarcodeText {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-size-upd {
    width: 30%;
    height: 30%;
}

.btn-group.display-only label.btn {
    pointer-events: none;
    cursor: not-allowed;
}
.btn-group.display-only label.btn.active {
    opacity: 1;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
  border:none;

}

 
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 98px; border-radius: 50%; background: #c52d2f; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 42px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -28px; background: rgba(0, 0, 0, 0.06); border: 1px solid #e0e0e0; padding: 15px 0 20px 0; min-height:450px; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.02); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-size: 26px; color: #284b91; font-weight: 600; }
.box > .icon > .info > p { font-size: 20px; color: #424242; line-height: 1.5em; margin: 20px;}
.box > .icon > .info > p span { font-size: 30px; color: #000; line-height: 1.2em; margin: 20px;display:block;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #4e4e4e; }
.box > .icon > .info > .more a { font-size: 16px; color: #222; line-height: 10px; margin-bottom:10px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a {color: #fff !important; padding: 8px 12px; background-color: #D34836; }
.box .space { height: 30px; }

.login-form {
    max-width: 800px;
    margin: 10px auto 0;
   
}
#msg{color: #fff !important;font-size: 16px;}

.box2 > .icon {
    text-align: right;
    position: relative;
}
.box2 > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #000;  }
.box2 > .icon:hover > .image { background: #333; }
.box2 > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box2 > .icon:hover > .image > i { color: white !important; }
.box2 > .icon > .info { margin-top: 0px; background:#FAFAFA; border: 1px solid #FAFAFA;height:420px;}
.box2 > .icon:hover > .info {  border-color: #ddd; }
.box2 > .icon > .info > p.title { font-size: 16px; color: #424242; font-weight: 600; padding-top:15px;padding-right:20px;padding-left:8px; }
.box2 > .icon > .info > div {text-align:right !important; font-size: 20px; color: #666; line-height: 1.5em; margin: 20px;}
.box2 > .icon > .info > p span { font-size: 30px; color: #000; line-height: 1.2em; margin: 20px;display:block;}
.box2 > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box2 > .icon > .info  .checkbox { font-weight: 600;font-size: 14px;display:inline-block;line-height:10px; cursor:pointer;}
.box2 > .icon > .info > .more {margin-top:-15px !important; float:left !important; }
/*.box2 > .icon > .info > .more a {border-radius:4px; font-size: 18px; font-weight:600; color: #fff;background-color: #D34836; line-height: 10px;padding: 14px 18px; text-decoration: none; text-align:center !important;  }
.box2 > .icon:hover > .info > .more > a {color: #fff;  background-color: #ea5743; }*/
.box2 .space { height: 10px; }


 .logotop{
     margin-top:5px;
    
 }

 
.open-blink {
            content: ' ';
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 5px 5px;
            border-radius: 50%;
            background-color: #4caf50;
            -webkit-animation-name: flash;
            animation-name: flash;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
 
.open-blink:before {
            content: ' ';
            position: absolute;
            top: -8px;
            left: -8px;
            display: inline-block;
            width: 30px;
            height: 30px;
            opacity: 0.1;
            border-radius: 50%;
            background-color: #4caf50;
}


/*https://bootsnipp.com/snippets/featured/progress-bar-tiles*/
.lblcliname {
    margin-top:40px !important;
    color: #fff !important;
    font-size:18px;
}
h1{
    color: #fff;
    font-size:28px;
    font-weight:500;
}
.UMI_ico {
    margin: -40px 0 5px 0px;
}

    .UMI_ico img {
        width: 48px;
    }
.Lubinski_Close_ico {
    margin: -40px 0 5px 15px;
    
    
}
    .Lubinski_Close_ico:hover {
        opacity: 0.6;
        -webkit-transition: opacity ease-in-out 200ms;
        -moz-transition: opacity ease-in-out 200ms;
        -o-transition: opacity ease-in-out 200ms;
        transition: opacity ease-in-out 200ms;
    }
/*.cards-bg {
    background-image: url("../img/carstat.png");
    background-position: top left;
    background-repeat: no-repeat;
   
   
}*/
 /*.btnmobile + .btnmobile {
  margin-left: 5px !important;
  margin-right: 5px !important;
}*/
.well {
  min-height: 10px;
  padding: 10px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
    .well.TFA {
        background-color: #FFFAAB;
        border: 1px solid #f5e401;
    }
    .well.cat {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
        background-color: rgba(0,0,0,.125);
        border: 1px solid #e3e3e3;
      /*  background: url(../img/camera.png) no-repeat top left rgba(0,0,0,.125);
        background-size: 50px 50px;*/
    }
    .well.cat-multiple {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
        background-color: #F2DD72;
        border: 1px solid #e3e3e3;
       /* background: url(../img/camera.png) no-repeat top left #F2DD72;
        background-size: 50px 50px;*/
    }
    .well#PanelCliCardCopywell {
        background: url(../img/pdf_file.png) no-repeat top left;
        background-size:  40px 50px;
    }
        .well#PanelCliCardCopywell span#info-circle {
            margin-right: 4px;
            color: #121212;
        }
    .well#PanelFileAtt {
        background: url(../img/iconfinder_files_774685.png) no-repeat top left;
        background-size: 40px 50px;
    }
    .well#PanelBrowser {
        background: url(../img/browser.png) no-repeat top left;
        background-size: 58px 48px;
    }
        .well#PanelFileAtt span#info-circle {
            margin-right: 4px;
            color: #121212;
        }
    .well#Divcardimg {
        background: url(../img/iconfinder_jpgs_774688.png) no-repeat top left;
        background-size: 40px 50px;
    }
    .well#Divcardvid {
        background: url(../img/video_file.png) no-repeat top left;
        background-size: 40px 50px;
    }

.cardimg {
   
    max-width: 100%;
    max-height: 100%;
}
.bg-opacity{
     margin-bottom:0px;
     opacity:1;
     -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
.tile-progress {
   -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
    min-height:250px;
    background-color: #303641;
    color: #fff;
}
.tile-progress {
background: #00a65b;
color: #fff;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-background-clip:  padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
    .tile-progress .tile-header h1 {
           
    
    width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
        }

.tile-progress .tile-header {
padding: 15px 20px;
padding-bottom: 40px;
}
.tile-progress .tile-progressbar {
height: 2px;
background: rgba(0,0,0,0.18);
margin: 0;
}
.tile-progress .tile-progressbar span {
background: #fff;
}
.tile-progress .tile-progressbar span {
display: block;
background: #fff;
width: 0;
height: 100%;
-webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
}
.tile-progress .tile-footer {
padding: 10px 20px 20px 20px;
text-align: center;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 0 3px 3px;
-moz-background-clip: padding;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
 
.tile-progress2 {
color: #fff;
padding:20px;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;

}
.tile-progress2 h1{
    margin-top: -10px;
margin-bottom: 25px;
 
}
 



.pct-counter{
font-size:40px;
}
.tile-progress.tile-red {
background-color: #734F2F;
/*background-color: #e14932;*/
color: #fff;
}
.tile-progress {
background-color: #303641;
color: #fff;
}
.tile-progress.tile-blue {
background-color: #203340;
/*background-color: #082a6f;*/
color: #fff;
}
.tile-progress.tile-aqua {
background-color: #00c0ef;
color: #fff;
}
.tile-progress.tile-green {
background-color: #0B7232;
color: #fff;
}
.tile-progress.tile-cyan {
background-color: #00b29e;
color: #fff;
}
.tile-progress.tile-purple {
background-color: #00717D;
color: #fff;
}
.tile-progress.tile-pink {
background-color: #ec3b83;
color: #fff;
}
.tile-progress.tile-gray {
background-color: #1B1D26;
color: #fff;
}
.tile-progress2.tile-gray {
/*background-color: #262626;*/
background: #362f2d;
	background: rgb(107,95,89); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%, rgba(54,47,45,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(107,95,89,1)), color-stop(100%,rgba(54,47,45,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5f59', endColorstr='#362f2d',GradientType=1 ); 
	color: #ffffff;
}
.cli_address{
color: #fff;
font-size:20px;
margin-bottom:8px;

}


a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #000;
  text-decoration: none;
  background-color: #FFFAAB !important;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
.font-size20{
    font-size:20px !important;
}
.sumcolor {
    border-top: 2px solid #626060;
    background-color: #ffee80;
}

.titleMenu h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: #f5f5f5;
    margin: 2px 0 0 0;
    padding: .4em 10px;
    /*background: #4e4e4e;*/
    background: #041442;
    text-align: center;
}

.pricemenu p.bestPlanPrice {
    /*background: #ea9a07;*/
    margin: 0px 0 20px 0;
    padding: 1.6em 10px;
    text-align: center;
    color: #362f2d;
    font-size: 1.8em;
    font-weight: 500;
    background: rgba(0,0,0,.1);
    background: linear-gradient(to right bottom, #FAFAFA 80%, #ff8a00 10%);
    /*box-shadow:inset 0px -3px 7px 0px #ddd;
 -webkit-box-shadow:inset 0px -3px 7px 0px #ddd;
 -moz-box-shadow:inset 0px -3px 7px 0px #ddd;*/
}
.flotrimobile{
        float:left;
        margin-top:10px;
    }
.panelimgrestopmardin {
    padding-top: 15px !important;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /*.btn-social {
        font-size: 25px;
        font-weight: 500;
        height: 25vh;
        min-height: 25vh;
    }*/
}
@media (min-width: 768px) and (max-width: 1024px) {

    /*.btn-social {
        font-size: 20px !important;
       
        height: 22vh;
        min-height: 22vh;
    }*/
}
 
/*@media screen and (min-width: 320px) and (max-width:568px)*/
@media screen and (max-width: 979px) {
   /* .category-button-container {
        margin-top: -10px;
        margin-bottom: -150px !important;
     
        background-color:aquamarine;
    }*/
    .LOGO_HEAD {
        margin: 6px -10px 0 0 !important;
    }
     .btn-form-card {
    padding :16px 0 20px 0;
    line-height:30px;
    }
    .panelalertpadding{
   margin-top:5px;
   margin-bottom:5px;
}
       .partheader-main{
    margin-top:55px !important;
}
        /*.badgenoty_menu_time_in_header {
  left:150px;
 }*/
     .page-manu-margin{
    margin-bottom:10px !important;margin-top:-10px !important;
}
     .UMI_ico{
    margin:-40px 0 5px 0px;
   }
     .UMI_ico img{
  width:48px;
   }
     .table-responsive {
    margin-bottom: 0px;
  }
  .btnmobile { 
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 14px 13px;
  font-size: 16px;
  line-height: 1.33em;
} 
  
 .btnmobile + .btnmobile {
  margin-top: 15px;
}
    .tile-progress2 .tile-footer2 {
      
     min-height:760px;
    }
    .bg-opacity{
   margin-bottom:20px;
    
}
    
}
@media screen and (min-width: 320px) and (max-width:480px) {
   
    
    .flotrimobile{
        float:right;
         margin-top:0px;
    }
    .cli_address{
        padding-top:15px;
    }
    .tile-progress {
   
    min-height:150px;
   
}
.tile-progress {
 
margin-bottom: 10px;
 
}
.tile-progress .tile-header {
padding: 15px 20px;
padding-bottom: 10px;
}
    .tile-progress .tile-header {
padding: 5px 10px;
padding-bottom: 20px;
}
        .tile-progress .tile-header h1 {
            text-align:center;
        font-size:20px;
        width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
        }
         
             .tile-progress2  h1 {
           
        font-size:20px;
        width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
        }
          .tile-progress .tile-header h1 i {
      display:none;
        }
              .pct-counter {
                font-size:24px !important;
                }
.btn-primary2 {
  padding: 10px 0px 10px 0px;
   
  margin-top: 5px;
}


    .bg-opacity{
   margin-bottom:20px;
    
}
   
 .tile-progress2 .tile-footer2 {
      
     min-height:920px;
    }
}
@media (max-width:480px) {
    
    .badgenoty {
        top: 10px !important;
    }
  .btn-home {
    margin:0 5px 0 0px; 
 }
    .LOGO_HEAD{
text-align:right; 
margin:6px -10px 0 0 !important; 
}
     
    .SavedCards_link{
     top:42px;
     left:46px;
   }
    .SavedCards_link i{
     font-size:28px;
   }
    .badgenoty_menu {
   margin-top:2px;
 }
    .btn-form-card {
    padding :16px 0 20px 0;
    line-height:30px;
    }
    .panelalertpadding{
   margin-top:0px;
   margin-bottom:15px;
}
    .badgenoty {
    top:10px;
  }
    .partheader-main{
    margin-top:55px !important;
}
  
    /*.container-fluid{
    padding-right: 2px !important;
    padding-left: 0px !important;
     margin-left: -15px;
}*/
    /*.badgenoty_menu_time_in_header {
  left:145px;
 }*/
    .UMI_ico{
    margin:-41px 0 5px 0px;
   }
     .UMI_ico img{
  width:48px;
   }
    .page-manu-margin{
    margin-bottom:5px !important;margin-top:-10px !important;
}
    
    .LastSync_div{
   font-size: 18px;
   min-height:250px;
}
     .pricemenu p.bestPlanPrice {
	padding: 0.6em 10px;
    font-size: 1.4em;
  }
    .cart-item-title-td td{
    width:60%;
    /*margin:15px 10px 0px 0px !important;*/
    font-size:16px;
  }

    .btn-menu {
        padding: 15px 0 5px;
        font-size: 18px;
        margin-top: 5px;
        text-align: center !important;
        /*color:#284b91;*/
        height: 105px;
    }

 .btn-menu:hover{
     color:#fff !important;
   
 }
   
  .btn-menu div{
  transition: all 0.3s;
  line-height:18px;
  text-align:center !important;
}
 .btn-menu i{
  
  font-size:32px; 
   
  /*box-shadow:inset 0px -3px 7px 0px #fff;
 -webkit-box-shadow:inset 0px -3px 7px 0px #fff;
 -moz-box-shadow:inset 0px -3px 7px 0px #fff;*/
}

 .btn-menu-disable{
 padding: 15px 0 5px;
  font-size:18px; 
  margin-top: 5px;
  text-align:center !important;
  /*color:#284b91;*/
  height:105px; 
  color:#fff;
   transition: all .2s ease-in-out;  
  /*box-shadow:inset 0px -3px 7px 0px #fff;
 -webkit-box-shadow:inset 0px -3px 7px 0px #fff;
 -moz-box-shadow:inset 0px -3px 7px 0px #fff;*/
}
.btn-menu-disable i{
  
  font-size:32px; 

}
 .btn-menu-disable div{
  transition: all 0.3s;
  line-height:18px;
  text-align:center !important;
}
  .print_offer_ico{
    margin:-32px 0 5px 5px;
   } 
   /*.no-gutters {
  margin-right: 0;
  margin-left: -10px;

   
}*/ 
    /*.divimg{
  display:none !important;
}*/
   .flotrimobile{
        float:right;
         margin-top:0px;
    }
    .btn-form {
     
        padding: 20px 18px !important;
    }
    .btn-form-delete {
       
        padding: 20px 18px !important;
    }
    .btnmobileallClock {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 10px 16px;
        margin: 18px 0px 18px 0px;
        font-size: 20px;
        line-height: 2em;
    }
   .btnmobile { 
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 18px;
  font-size: 20px;
  } 
  
 .btnmobile + .btnmobile {
  margin-top: 15px;
}

  .btnmobile80 { 
  display: inline-block;
  
  padding-left: 0;
  padding-right: 0;
  margin:0px 0 0px;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 1.38;
  border-radius: 6px;
  
 } 
   
  .btn-menu{
      font-size:18px; 
      }      
     
.Label_Garage_name{
   font-size:18px;
  
}
.Label_Garage_nameerrpr{
   
    font-size:18px;
   
}
    .vhc_cli_detailsSUM{
   
    font-size:16px;
  }
 .font-size20{
    font-size:16px;
}
  
    .vhc_cli_details{
    font-size:16px;
    /*padding:2px 10px 5px 0px;*/
}
    .vhc_cli_details:first-child{
   
    padding:5px 10px 5px 0px;
   
}
    
.pct-counter{
    font-size:36px;
    }
.Label_Garage_name2{
    color:#222;
    font-weight:500;
     text-align:center;
     font-size:24px;
    line-height:25px;
    padding:2px 0px 0px 5px;
    margin:50px 0px 5px 0px;
   
    
}
 
.Label_Garage_name2 i{
   font-size:20px !important;
   
    }

.Label_cards{
   
    font-size:18px;
    
}
.Label_cards2{
    color:#fff;
    font-weight:500;
    font-size:20px;
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
    
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
   
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);*/
}
 
 .fontsig{
     font-size:20px;
     width:100%;
     margin:10px 0 0 0;
 }
    .fontsigsuccsess {
        padding: 16px 0 16px 0;
        
    }
 .fontsiglast-child{
     
     margin:10px 0 15px 0;
 }
 .img-checked{
    position:absolute;
    top:30px;
    left:-10px;
}
h3{
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 600;
  
}
}
@media (max-width:320px) {
     
        .btn-home {
    margin:0 -5px 0 0px; 
 }
     .LOGO_HEAD{
 
margin:12px -20px 0 0 !important; 
}
    .cli_name{
    
    padding:0px 2px 0px 1px;
    width:45%;
    max-width:45%;

     
}
    /*.divimg{
  display:none;
}*/
    .flotrimobile{
        float:right;
         margin-top:0px;
    }
    .btn-menu{
      font-size:16px; 
      }
    .cli_address{
        padding-top:15px;
    }
     .tile-progress2  h1 {
           
        font-size:18px;
        width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
        }

       .tile-progress {
   
    min-height:120px;
   
}
.tile-progress {
 
margin-bottom: 10px;
 
}
.tile-progress .tile-header {
padding: 15px 20px;
padding-bottom: 5px;
}
    .tile-progress .tile-header {
padding: 5px 10px;
padding-bottom: 20px;
}
        .tile-progress .tile-header h1 {
            text-align:center;
        font-size:16px;
          width:100%;
    max-width:100%;
    white-space: nowrap !important ; overflow: hidden !important; text-overflow:ellipsis !important;display: block; 
        }
          .tile-progress .tile-header h1 i {
      display:none;
        } 

    .pct-counter {
    font-size:22px !important;
    }
.btn-primary2 {
  padding: 10px 0px 10px 0px;
  font-size:14px; 
  margin-top: 5px;
}



     .fontsig{
     font-size:20px;
 }
       .vhc_cli_detailsSUM{
   
    font-size:14px;
  }
 .font-size20{
    font-size:14px;
}
    h1{
    font-size:24px;
 }
    .Label_Garage_name2{
    text-align:center;
    font-size:22px;
   
}
    .pct-counter{
    font-size:32px;
    }
     .Label_cards i{
   
   display:none;
    
}
     
}
 



 
  

/* menu */
.wrapper {
    display:block;
}
#content{
    display: inline-block;
    margin-top:10px;
    float: left !important;
    cursor:pointer;
}
#sidebar {
    min-width: 280px;
    max-width: 280px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    /* top layer */
    z-index: 9999;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9998;
}

#dismiss {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: #fa3e3e;
    position: absolute;
    top: 10px;
    left: 10px; 
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #424242;
}
a[data-toggle="collapse"] {
    position: relative;
    background-color:transparent !important;
}
    a[data-toggle="collapse"].in {
        color: #002F87 !important;
    }
    a[data-toggle="collapse"].in:hover {
        color: #008000 !important;
    }
       


/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: inline-block;
    position: absolute;
    left: -20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1.2em;
    margin-right:2px;
    padding-right:20px;
    color:#4e4e4e;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}*/
#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #343333;
    color: #fff !important;
    font-weight:500;
    transition: all 0.3s;
    overflow-y: scroll;

}

#sidebar .sidebar-header{
    color: #fff !important;
    padding: 20px;
    /*background: #4e4e4e;*/
    border-bottom: 1px solid #272626;
}

/*#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #272626;
}*/
#sidebar ul.components .border-top {
   padding: 10px 0;
   border-top: 1px solid #272626;
}
#sidebar ul.components .border-bottom {
   padding: 10px 0;
   border-bottom: 1px solid #272626;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    color: #fff !important;
    padding: 15px 25px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #000 !important;
    background: #fff;
}
 
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #343333;
}
ul ul a {
    font-size: 1em !important;
    padding-right: 30px !important;
    background: #4e4e4e;
}

    #sidebar {
        margin-right: -280px;
    }
    #sidebar.active {
        margin-right: 0;
    }
 
/* menu */

/* Fullscreen overlay for modal background */
#active-popup {
  background-color: #284b91;
  /*position: absolute;*/
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* Modal container */
#popup-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    top: 8%;
    position: fixed;
    left: 5%;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: none;
    color: #333;
}

 

#popup-window { position: relative; }


 select {
     width:100% !important;
     /*background-color: #fff5ae !important;*/
}
   .dropdown{
  
  vertical-align:top;
}

.dropdown{
  display:block;
  position: relative;
  overflow:hidden;
  background:#f2f2f2;
  border:0px solid;
  /*border-color:white #f7f7f7 whitesmoke;*/
   
  background-image: -webkit-linear-gradient(top,transparent,rgb(0,0,0,0.06));
  background-image: -moz-linear-gradient(top,transparent,rgb(0,0,0,0.06));
  background-image: -o-linear-gradient(top,transparent,rgb(0,0,0,0.06));
  background-image: linear-gradient(top,transparent,rgb(0,0,0,0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
 
}

.dropdown:before, .dropdown:after{
  content: '';
  position:absolute;
  z-index:2;
  top:11px;
  left:10px;
  width:0;
  height:0;
  border:4px dashed;
  border-color: #888888 transparent;
}

.dropdown:before{
  border-bottom-style:solid;
  border-top:none;
}

.dropdown:after{
  margin-top:7px;
  border-top-style:solid;
  border-bottom:none;
}

.dropdown-select{
  position:relative;
  width:100% !important;
  margin:0;
  padding:8px 8px 8px 10px;
  height:32px;
  line-height:16px;
  font-size:14px;
  color:#717171;
  text-shadow: none !important;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
  /*background: #f2f2f2;
  background:rgba(0,0,0,0) !important;*/
  border:0 !important;
  border-radius: .25em;
  -webkit-appearance:none;
}
 

.dropdown-select:focus{
  outline:none;
}

.dropdown-select > option{
  margin:3px;
  padding:6px 8px;
  text-shadow:none;
  background:#f2f2f2;
  border-radius:3px;
  cursor:pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

/* Close button */
/*#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 9px 6px 10px;
  line-height: 1.4em;
  text-align: center;
  background: #000 !important;
  border: 4px solid #362f2d;
  cursor: pointer;
  color:#ffffff;
  opacity:1;
}*/

.nav-tabs {
    /*border-bottom: 2px solid #FFF;*/
    border-bottom: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        padding: 15px 0;
        border: none;
        color: #787878;
        /*background: #EF6C00;*/
        font-weight: 600;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #362f2d !important;
            background: #fff;
            /*background: #fff;*/
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #787878;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

    /*UMI*/
/*https://bootsnipp.com/snippets/33Rxn*/
.well.CarDetails {
    background: #0765f4;
    color: #fff;
}
span.CarDetails {
    color: #0765f4;
    border: 0;
    background-color: transparent;
}

li.active span.CarDetails {
    background-color: transparent;
    border: 0;
    color: #0765f4;
}


 


.well.CarCampaign {
    background: #4caf50;
    color: #fff;
}
span.CarCampaign {
    color: #4caf50;
    border: 0;
}

li.active span.CarCampaign {
    background-color: transparent;
    border: 0;
    color: #4caf50;
}

 
 

.well.CarHistory {
    background: #ffa500;
    color: #fff;
}
span.CarHistory {
    color: #ffa500;
    border: 0;
}

li.active span.CarHistory {
    background-color: transparent;
    border: 0;
    color: #ffa500;
}


 



    .nav-tabs#UmiCarBag > li.active > a,
    .nav-tabs#UmiCarBag > li.active > a:focus,
    .nav-tabs#UmiCarBag > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs#UmiCarBag > li > a {
        padding: 15px 0;
        border: none;
        color: #787878;
        /*background: #EF6C00;*/
        font-weight: 600;
    }

        .nav-tabs#UmiCarBag > li.active > a,
        .nav-tabs#UmiCarBag > li > a:hover {
            border: none;
            color: #362f2d !important;
            background: #fff;
            /*background: #fff;*/
        }

        .nav-tabs#UmiCarBag > li > a::after {
            content: "";
            background: #787878;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs#UmiCarBag > li.active > a::after,
    .nav-tabs#UmiCarBag > li:hover > a::after {
        transform: scale(1);
    }
/*UMI*/


.tab-nav > li > a::after {
    background: #242e88 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 0;
}

.tab-content {
    height:100%;
}

.nav-tabs > li {
    
    width: 33%;
    text-align: center;
}

.card {
    background-color:transparent;
    
    
}



@media all and (max-width:724px) {
    /*.nav-tabs > li > a > span {
        display: none;
    }*/

    .nav-tabs > li > a {
        padding: 15px 0;
    }
}


/*Minimal Back To Top Button In Pure JavaScript – up-button*/

.up-btn {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
    opacity: 0.9;
    background: #333;
    cursor: pointer;
    position: fixed;
    z-index: 2000;
    transition: all .4s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
}

    .up-btn.up-btn__hide {
        opacity: 0;
        transform: scale(0);
        transition: all .4s ease-in-out;
    }

    .up-btn:hover {
        opacity: 1;
    }

    .up-btn.up-btn_circle {
        border-radius: 50%;
    }

.up-btn__img {
    width: 100%;
    max-width: 100%;
}


input.es-input {
    padding-left: 20px !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) left center no-repeat;
}

    input.es-input.open {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

.es-list {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid #d1d1d1;
    display: none;
    z-index: 1000;
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
}

    .es-list li {
        display: block;
        padding: 5px 10px;
        margin: 0;
    }

        .es-list li.selected {
            background: #f3f3f3;
        }

        .es-list li[disabled] {
            opacity: .5;
        }


/*Barcode*/

main {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reader {
    width: 90%;
    
    border: 0px solid silver !important;
}

#result {
    text-align: center;
    font-size: 1.5rem;
}



/* CSS by Github. Source: https://getcssscan.com/css-buttons-examples */
button.html5-qrcode-element,
select.html5-qrcode-element,
button.scanapp-button {
    appearance: none;
    background-color: #272626;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 20px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    margin-bottom: 10px;
}

select.html5-qrcode-element,
button.scanapp-button {
    appearance: none;
    background-color: #272626;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 12px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    margin-bottom: 10px;
}



    button.html5-qrcode-element:hover,
    select.html5-qrcode-element:hover,
    button.scanapp-button:hover {
        background-color: #272626;
        text-decoration: none;
        transition-duration: 0.1s;
    }

    button.html5-qrcode-element:disabled,
    select.html5-qrcode-element:disabled,
    button.scanapp-button:disabled {
        background-color: #4b4949;
        border-color: rgba(27, 31, 35, 0.15);
        color: #fff;
        cursor: default;
    }

    button.html5-qrcode-element:active,
    select.html5-qrcode-element:active,
    button.scanapp-button:hover {
        background-color: #272626;
        box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
        transition: none 0s;
    }

    button.html5-qrcode-element:focus,
    select.html5-qrcode-element:focus,
    button.scanapp-button:focus {
        outline: 1px transparent;
    }

    button.html5-qrcode-element:before,
    select.html5-qrcode-element:before,
    button.scanapp-button::before {
        display: none;
    }

    button.html5-qrcode-element:-webkit-details-marker,
    select.html5-qrcode-element:-webkit-details-marker,
    button.scanapp-button:-webkit-details-marker {
        display: none;
    }

    /* Torch button. */
    button#html5-qrcode-button-torch.html5-qrcode-button-torch-on,
    button.scanapp-button.enticing {
        background-color: #fff000;
        color: #000;
        cursor: pointer;
        font-weight: bold;
        transition: 200ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

        button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):hover,
        button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:not(:disabled):focus,
        button.scanapp-button.enticing:not(:disabled):hover,
        button.scanapp-button.enticing:not(:disabled):focus {
            outline: 0;
            background: #f4e603;
        }

        button#html5-qrcode-button-torch.html5-qrcode-button-torch-on:disabled,
        button.scanapp-button.enticing:disabled {
            filter: saturate(0.2) opacity(0.5);
            -webkit-filter: saturate(0.2) opacity(0.5);
            cursor: not-allowed;
        }


/*background: transparent linear-gradient(93deg, #025fdb, #025fdb 35%, #0b3668) 0 0 no-repeat padding-box;*/


/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/

 
  





 