/*MOBILE <=500*/

@media (max-width: 500px) {
    .navbar-nav {
      margin: 39.5px -15px !important;
    }

    .signup-page .wrapper .card-signup {
        margin: 234px 0 40px;
    }

    .title {
        font-size: 18px;
        color: #3C4858;
    }

    h3, .h3 {
        font-size: 18px;
        font-weight: Bolder;
        line-height: 1.4em;
        margin: 20px 0 10px;
    }

    .desktop,
    .col-md-2.text-center.desktop,
    .text-center.active.desktop,
    .text-center.desktop,
    .td-actions.text-center.desktop,
    .text-center.active.desktop.datetime
    {
        display:none;
    }

    .desktop-array{
        display: inherit;/*flex;*/

    }

    .alert .alert-icon {
        display: contents;
    }
}

@media screen
and (min-width: 501px)
and (max-width: 800px) {

    .report-page{
        height:200px;
    }

    .section {
        padding: 8px 0px 30px 3px !important;
    }

}

.section {
    padding: 0px 0;
}

.table.list-vehicle {

    width: 91%;
    max-width: 100%;
    margin-bottom: 20px;
    margin: auto;

}


.text-center.active.desktop.datetime{
    font-size:12px;
}

h3, .h3 {
    font-weight: Bolder;
    line-height: 1.4em;

}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(10, 46, 3, 0.3) !important;
    background: white;
    padding: 20px 20px;
}

.link-table{
    font-size: 14px;
    font-family: "Roboto";
    font-style: italic;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: #fff;
 display: table-cell;
 vertical-align: middle
}
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
 background-color: #eee;
 display: table-cell;
 vertical-align: middle
}

.table-striped>thead>tr>th {
   background-color: #eee;
   display: table-cell;
   vertical-align: middle
}
.headingr{
    font-family: "Arial";
    font-weight: bolder;
    font-size: 14px;
    line-height: 0.8;
    padding: 30 0 35px 51px;
    margin:auto;
}

.modal-body{
    font-family: "Arial";
    font-size: 20px;
    line-height: 0.8;
    padding: 10 0 35px 51px;
    margin:auto;
}

.modal-body p{
    line-height: 1.5;
}

.fa-info-circle{
    color:#3d8b40;
    font-size: 38px;
}

ol li {
    background: #fff;
    padding: 5px;
    margin-left: 4px;
  }

img.image_carousel {
    margin-right: 14px;
    margin-left: 35px;
    box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 5px 4px 1px #bbb;
    -moz-box-shadow: 3px 3px 1px #ccc;

  }

.modal-header {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    background-color:rgb(155, 7, 37);
    color: white;
  }

.modal-content .modal-header {
    border-bottom: none;
    margin-top: 50%;
    padding-top: 9px;
    padding-right: 24px;
    padding-bottom: 7px;
    padding-left: 24px;
}
.modal-footer {
    padding: 2px 2px;
    /*background-color: #5cb85c;*/
    background-color:rgb(155, 7, 37);
    color: white;
  }
  .modal .modal-header .close {
    color:#fff;
    font-size: 20px;
    font-weight: bolder;
}

.badge {
    border: 1px solid #000;
}

.badge {
    display: inline-block;
    /*padding: 0.25em 0.4em;
    font-size: 75%;*/
    padding: 6px 15px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #9c27b0;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #771e86;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #4caf50;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
color: #fff;
text-decoration: none;
background-color: #3d8b40;
}

.badge-info {
color: #fff;
background-color: #00bcd4;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
color: #fff;
text-decoration: none;
background-color: #008fa1;
}

.badge-warning {
/*color: #212529;*/
background-color: #ff9800;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
color: #212529;
text-decoration: none;
background-color: #cc7a00;
}

.badge-danger {
color: #fff;
background-color: #f44336;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
color: #fff;
text-decoration: none;
background-color: #ea1c0d;
}

.badge-light {
color: #212529;
background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #dae0e5;
}

.badge-dark {
color: #fff;
background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
color: #fff;
text-decoration: none;
background-color: #1d2124;
}

.form-control.ideauto{
    background-image: linear-gradient(#18640e, #18640e), linear-gradient(#b41d1d, #3b0404)

}

a.btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .navbar .navbar-nav > li > a.btn.btn-fab.btn-fab-mini, .btn-group-sm .navbar .navbar-nav > li > a.btn.btn-fab {
    height: 21px;
    min-width: 21px;
    width: 21px;
    font-size: 14px;
    font-weight: bolder;
    background-color: #ffe159;
    color:#1d2124;
    padding-top: 3px;

}

.alert.alert-warning {
    background-color: #fbc53c;
    color: #151615;
    font-weight: bolder;
}

.alert.alert-warning p{
margin: 0 0 10px;
display: flow-root;
font-size: 18px;
}

p.alert-error{
    margin: 0 0 10px;
    color:#b41d1d;
    display: flow-root;
    font-size: 18px;
    font-style: italic;
}

a.alert-info{
    color:#ad9732;
    background-color: transparent;

}

.container.warning{
    margin-right: auto;
    margin-left: auto;
    padding-left: -15px;
    padding-right: 15px;
}


.loaderImage.is-active{
    display: block;
    z-index: 9999;
}

/*
.loaderImage{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;

}*/

.loaderImage {
    display: none;
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.loaderImage::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:rgb(25, 70, 11);
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin 1.8s linear infinite;
    animation: spin 1.8s linear infinite;
}

.team {
    margin-top: 0px !important;
  }




/* MODAL FORM UPLOAD SUCCESS  */

/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}
#ignismyModal .modal-header{
    border:0px;
}



#mySuccessForceAlertMesg,#myErrorForceAlertMesg {
    margin: 22px 0 29px 0;
    font-size: 18px;
    line-height: 1.4;
}
/*--thank you pop ends here--*/

.alert-response{
    margin: 0px;
    height: 200px;
    width: 500px;
    font-size: 14px;
}


/*.container-chart{
    height: 3100px !important;
}*/
