#wrapper {
    /*margin: 0 auto;*/
    margin: 0;
    width: 1280px;
	background:url(../images/cms_1280/body_bg_repeat.png) repeat-y;
	height:auto;
	float:left;
}

#overlay {
    display: none; /* ensures it’s invisible until it’s called */
    border: 2px solid #cdcfce;
    background-color: #ffffff;
    /*width: 50%;
    height: 50%;*/
    z-index: 9999; /* makes the div the top layer, so it’ll lay on top of the other content */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#popupContainer {
    position: relative; /* makes the div go into a position that’s absolute to the browser viewing area */
    margin: 25px; 
}
#fade {
    display: none;  /* ensures it’s invisible until it’s called */
    position: absolute;  /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: #1E2225;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9991; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1d1b1b !important;
  /* color: #afafaf !important; */
}
::-moz-placeholder { /* Firefox 19+ */
    color: #1d1b1b !important;
  /* color: #afafaf !important; */
}
:-ms-input-placeholder { /* IE 10+ */
    color: #1d1b1b !important;
  /* color: #afafaf !important; */
}
:-moz-placeholder { /* Firefox 18- */
    color: #1d1b1b !important;
  /* color: #afafaf !important; */
}
input {
    color: #1d1b1b !important;
    /* color: #afafaf !important; */
 }
select{
  color: #1d1b1b !important;
  /* color: #afafaf !important; */
}
select option { 
    color: black; 
}
select option:first-child{
    color: #1d1b1b !important;
  /*color: #afafaf !important;*/
}
select.dropdown-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown_select_arrow.png) no-repeat;
    background-color: #fbfbfb;
    background-position: 97% 13px;
    background-size: 10px 7px;
    margin-right: 4px;
}

.dropdown-toggle::after { 
    content: \e094;

}

.mob-display {
    display: flex;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -webkit-flex;
}
.row-display {
    display: flex;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -webkit-flex;
}
.report-row {
    display: flex;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -webkit-flex;
    margin: 45px auto 15px auto;
    text-align: center;
    width: 220px;
    border-radius: 4px;    
    border: solid 1px #ef8555;
}
.inner-wrapper {
    background-color: #f8f8f8;
    /* color: #afafaf; */
    color: #525556 !important;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.inner-wrapper-2 {
    background-color: #f8f8f8;
    color: #afafaf;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
    .form-group {
        margin-bottom: 0px;
    }
    .rai-vehicle-title {
        text-align: left;
        color: #ef8555;
        font-size: 16px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .rai2-vehicle-title {
        text-align: left;
        /* color: #ef8555; */
        color: #3F51B5;
        font-size: 16px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        position: sticky !important;
        background-color: #f8f8f8;

    }
    .rai-vehicle-content {
        background-color: #ffffff;
    }
    .inner-vehicle-content {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }
    .inner-vehicle-content-3 {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }
    .violation-add {
        color: #6b6b6b;
        font-weight: 600;
    }
    .vehicle-details {
        color: #6b6b6b;
        font-weight: 600;
        margin-top:15px;
    }
    .vehicle-details-2 {
        color: #4a4545;
        font-weight: 600;
        margin-top: 30px;
    }
    .seperator-line {
        height: 1px;
        background-color: #e7e7e7;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .seperator-line-2 {
        height: 1px;
        background-color: #e7e7e7;
        width: 100%;
        margin-top: 7px;
        margin-bottom: 2px;
    }
    .vehicle-input {
        margin-top: 12px;
        background-color: #fbfbfb;
    }
    .map-notice {
        margin-top: 15px;
    }
    .map-cotainer {
        border: solid 1px #e7e7e7;
        height: 150px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .r-pad {
        padding-right: 0px;
    }
    .veh-num {
        width:40%;
        padding-left: 15px;
    }
    .veh-num-inner {
        width: 90%;
    }
    .black-dot {
        width: 10%;
        line-height: 34px;
        margin-top: 8px;
        text-align: center;
        color: #000;
    }
    .veh-info {
        width: 20%;
        padding-right: 15px;
    }
    .veh-radio {
        display: flex;
        display: -webkit-inline-box;
        display: inline-flex;
        display: -webkit-flex;
        float: left;
    }
    .radio-container {
        width: 90px;
    }
    .radio-container span {
        padding-left: 8px;
        height: 20px;
    }
    .radio-row {
        color: #6b6b6b;
        /*padding-top: 8px;
        padding-bottom: 8px;*/
    }
    .veh-month-name {
        height: 34px;
        line-height: 34px;
    }
    .veh-month-name-1 {
        height: 34px;
        line-height: 34px;
    }
    .month-input {
        background-color: #fbfbfb;
        width: 40%;
        margin-left: 40px;
    }
    .jig-jag-img {
        background-image: url("../images/jig-jag.jpg");
        background-repeat: repeat-x;
    }
    .grey-body {
        background-color: #f8f8f8;
    }
    .add-media {
        margin-top: 12px;
        color: #444444;
    }
    .add-media-btn-container {
        margin-bottom: 12px;
    }
    .add-media-btn {
        /* background-color: #f18753; */
        background-color: #3F51B5;
        border-radius: 4px;
        color: #ffffff;
        padding: 10px 12px;
        height: 40px;
        float: right;
        cursor: pointer;
        margin-left: 12px; 
        text-align: center;
        margin-top: 12px;
    }
.top-notice-bar {
    width:100%;
    background-color: #fedab8;
    border: solid 1px #fedab8;
    height: 28px;
    line-height: 26px;
    color: #9a9c9b;
    padding-left: 20px;
    padding-right: 20px;
}
.abandoned-body-content {
    width:100%;
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    padding: 20px 20px 20px 20px;
}
.abandoned-report-title {
    color: #66d8ce;
    font-size: 28px;
}
    .abd-data-row {
        width: 100%;
        margin-top: 17px;
        margin-bottom: 10px;
    }
    .abd-data-div {
        width: 100%;        
    }
    .abd-data-div-30 {
        width: 210px;        
    }
    .abd-data-div-40 {
        width: auto;        
    }
    .abd-data-title {
        text-transform: uppercase;
        font-size: 13px;
        color: #f68421;
        font-weight: 600;
        margin: 2px 0;
    }
    .abd-reported-data {
        color: #919b9d;
        font-size: 13px;
        margin: 7px 0 2px 0;
    }
    .abd-veh-detls-title {
        width: 320px;
    }
    .abd-veh-detls-reported-data {
        width: auto;
    }
    .report-active {
        text-transform: uppercase;
        text-align: center !important;
        width: 50%;
        background-color: #ef8555;
        color: #ffffff;
        border-right: solid 1px #ef8555;
        font-size: 11px;
        font-weight:600;
        line-height: 12px;
        padding: 8px 0;
    }
    .report-inactive {
        text-transform: uppercase;
        text-align: center !important;
        width: 50%;
        color: #9d9d9d;
        font-size: 11px;
        font-weight:600;
        line-height: 12px;
        padding: 8px 0;
    }
    .step-num {
        text-align: right;
        font-size: 11px;
        font-weight:600;
        color: #444444;
        padding-top: 25px;
        padding-bottom: 20px;
        position: sticky !important;
        background-color: #f8f8f8;
    }
.rai2-form-title {
    color: #444444;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 7px;
}

.rai2-form-label {
    color: #444444;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
.background-temp {
    background-color: #3F51B5 !important;
}

.rai2-form-body {
    margin-bottom: 18px;
	margin-top: 12px;
}
.rai2-map-cotainer {
    border: solid 1px #e7e7e7;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 15px;
}
   /* centered columns styles */
.row-centered {
    text-align:center !important;
}
.col-centered {
    display:inline-block !important;
    float:none !important;
    text-align:left !important;
    margin-right:-4px !important;
	padding: 5px !important;
}
.left-hr {
	float:left;
}
.hr-spacing-1 {
	margin: 12px 0;	
}
.main-body-container {
	width:100%;
	float:left;
}
.second-container {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.rni-title {
	margin-top:50px;
	width: 98%;
    margin-left: 1% !important;
	margin-right: 1% !important;
}
.rni-title p {
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	font-size:19px;	
}
.issuetype-title {
	text-transform: capitalize;
	margin-top: 19px;
}
.issuetype-title p {
	margin:0px;
	padding:0px;
	text-align: center;
	font-size: 12px;
}
.issuetype-outerbox {
	width:calc(100% / 3);
}
.issuetype-box {
    background-color: #fbfbfb;
    border-radius: 5px;
    border: solid 1px #ececec;
    cursor: pointer;
    float: left;
    width: 100%;
}
/*.issuetype-box:hover, .issuetype-box:focus {
	background-color:#7e89a2;
	color:#ffffff;
}*/
.issuetype-container {
	width:100%;
}
.issuetype-icon-box {
	/*width:36px;
	height:36px;*/
    height: 83px;
    width: 83px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align: center;
}
.issuetype-icon-box img {
	width:100% !important;
	margin-left:auto;
	margin-right:auto;
}
.issuetype-name {
    color: #464646;
    margin: 8px 0;
}
.issuetype-name p {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 8px;
    font-weight: 600;
    min-height: 50px;
}
    
.orange-select-btn {
    text-align: center;
    color: #ef8555;
    text-transform: uppercase;
    background-color: #f7f7f7;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: solid 1px #ececec;        
}
.orange-select-btn p {
    margin-bottom: 0;        
}
.report-2-row {
    display: flex;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -webkit-flex;
    /*margin: 45px auto 15px auto;*/
    text-align: center;
    width: 220px;
    border-radius: 4px;
    border: solid 1px #ef8555;
    float:right;
}
.line-div {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 6px;
    padding-top: 5px;
}
.line-div-2 {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 15px;
    padding-top: 15px;
}
.left-report-title {
    color: #444444;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 31px;
}
.row-div-dt {
    /*display: flex;
    display: -webkit-inline-box;
    display: inline-flex;
    display: -webkit-flex;*/
    float: left;
    width: 100%;
    }
.bottom-drop {
    width:50%;
    padding-right:12px;
    float: left;
}
.top-map {
    width:50%;
    padding-left:12px;
    float:right;
}
.ri-assigned {
    width:80px;
    color: #f4a639;
    border: solid 1px #f4a639;
    border-radius: 3px;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    float: left;
    height: 28px;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}
.ri-resolved {
    width:80px;
    color: #fe4141;
    border: solid 1px #fe4141;
    border-radius: 3px;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    float: left;
    height: 28px;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}
.ri-new {
    width: 80px;
    color: #4cc417;
    border: solid 1px #4cc417;
    border-radius: 3px;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    float: left;
    height: 28px;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}
.ri-reffered {
    width:80px;
    color: #f4a639;
    border: solid 1px #f4a639;
    border-radius: 3px;
    padding: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    float: left;
    height: 28px;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}
.veh-dp-title {
    font-size: 12px;
    width: 60%;
}
    .ri-title-name {
        font-size:12px;
        line-height: 13px;
        padding: 6px 0 0 0;
    }
    .ri-title-date {
        font-size:12px;
        line-height: 13px;
        padding: 6px 0 0 0;
    }
    .ri-title-date span {
        text-transform: capitalize;
        color:#9d9d9d;
    }
    .cus-panel {
        background-color: #ffffff;
    }
    .veh-drop-body {
        border-top: none !important;
        background-color: #f8f8f8;
        font-size: 12px;
    }
    .dp-body-1 {
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        /* border-bottom: solid 1px #e7e7e7; */
        float: left;
        width: 100%;
    }
    .dp-body-1-line {
        background-color: #e7e7e7;
        height: 1px;
        width: 100%;
        float: left;
    }
    .veh-row-2 {
        float: left;
        width: 100%;
    }
    .veh-sub-title {
        float:left;
        width:40%;
    }
    .veh-sub-title p {
        line-height: 18px;
        text-transform: capitalize;
        margin: 0 0 10px;
        color: #9d9d9d;
    }
    .veh-sub-data {
        float:left;
        width:60%;
        color: #454545;
    }
    .veh-sub-data p {
        line-height: 18px;
        text-transform: none;
        margin: 0 0 10px;
    }
    .dp-body-2 {
        padding-top:8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 100%;
    }
    .veh-admin-type {
        width:50%;
        float: left;
        color: #454545;
    }
    .veh-admin-date {
        width:50%;
        float: left;
        text-align: right;
        color: #9d9d9d;
    }
    .veh-admin-type p {
        line-height: 18px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }
    .veh-admin-date p {
        line-height: 18px;
        margin: 0 0 10px;
    }
    .veh-admin-desc {
        width:100%;
        float: left;
        color: #454545;
        text-transform: none;
        font-size: 12px;
    }
    .veh-admin-desc p {
        line-height: 18px;
        margin: 0 0 5px;
    }
    .veh-admin-desc span {
        color: #f4a639;
        text-transform: uppercase;
    }
    .veh-admin-dp {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        float: left;
        margin-bottom: 10px;
    }
    .dp-body-3 {
        padding-top:8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-top: solid 1px #e7e7e7;
        float: left;
        width: 100%;
    }
.orange-btn {
    background-color: #f18753;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 20px;
    height: 34px;
    float: right;
    cursor: pointer;
    margin-left: 12px;
    text-align: center;
    margin-top: 12px;
    line-height: 22px;
    font-weight:600;
}
.orange-btn:hover {
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f18753;
    color: #f18753;
    padding: 6px 19px;
    height: 34px;
    line-height: 20px;
}
.cancel-btn {
    border-radius: 4px;
    color: #454545;
    padding: 6px 20px;
    height: 34px;
    float: right;
    cursor: pointer;
    margin-left: 12px;
    text-align: center;
    margin-top: 12px;
    line-height: 22px;
    font-weight:600;
}
.more-btn {
    background-color: #f18753;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 10px;
    height: 34px;
    /* float: right; */
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 105px;
    text-align: center;
    /* margin-top: 12px; */
    line-height: 22px;
}
.more-btn:hover {
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f18753;
    color: #f18753;
    padding: 6px 10px;
    height: 34px;
    line-height: 20px;
}
.cancel-btn:hover {
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #4ab6ee;
    color: #454545;
    padding: 6px 19px;
    height: 34px;
    line-height: 20px;
}
.l-myreport {
    width:50%;
}
.r-myreport {
    width:50%;
}
.bottom-btn-div {
    margin-bottom: 20px;
}

.rai-signup-space {
        padding: 0;
        margin: 15px 0 0;
    }
    .no-l-padding {
        padding-left: 0;
    }
    .no-r-padding {
        padding-right: 0;
    }
    .signup-title { 
        height: 34px;
        padding: 6px 0px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.42857143;
        color: #444444;
    }
    .rai-signup-body {
        margin-bottom: 10px;
    }
    .signup-input {
        background-color: #fbfbfb;
    }
    .row-input-div {
        width: 100%;
        float: left;
    }
    .row-half-div {
        width: 50%;
        float: left;
    }
    .row-half-div-mob {
        width: 50%;
        float: left;
        padding-right:7.5px;
    }
.mrai-signup-line {
    background-color:#e7e7e7;
    height:1px;
    margin: 20px 15px 10px 15px;
}
.alert-div {
    background-color: #ffffff;
    color:#444444;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.alert-header {
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: solid 1px #e7e7e7;
}
.alert-body {
    
}
.forgot-passwd {
    height: 34px;
    margin-top: 12px;
    line-height: 22px;
}
.forgot-passwd p {
    color: #ef8555;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 6px 0px;
}
.forgot-passwd a {
    color: #afafaf;
    font-size: 13px;
    font-weight: 600;
}
.alert-inner-content-1 {
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e7e7e7;
}
.alert-inner-content-2 {
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
    text-align: center;
}
.alert-inner-content-3 {
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e7e7e7;
    text-align: center;
}
.alert-inner-content-4 {
    padding-top: 0px;
    padding-bottom: 20px;
    border-top: solid 1px #e7e7e7;
    text-align: center;
}
.orange-border-btn {
    border:solid 1px rgb(241, 135, 83);
    color: rgb(241, 135, 83);
    height: 34px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
    line-height: 22px;
    border-radius: 4px;
    padding: 6px 20px;
    font-weight: 600;
}
.orange-border-btn:hover {
    border:solid 1px rgb(241, 135, 83);
    background-color: rgb(241, 135, 83);
    color: #ffffff;
    height: 34px;
    line-height: 22px;
}
.orange-full-btn {
    border: solid 1px #f18753;
    background-color: #f18753;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 20px;
    height: 34px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
    line-height: 22px;
    font-weight: 600;
}
.orange-full-btn:hover {
    background-color: #fff;
    border-radius: 4px;
    color: #f18753;
    padding: 6px 20px;
    height: 34px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
    line-height: 22px;
    font-weight: 600;
}
.frgt-passwd-instrc {
    text-align:center;
    color:#afafaf;
    font-size:13px;
    padding:5px 40px 15px 40px;
}
.rai-thnku {
    text-align:center;
    width:80px;
    height:68px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 40px;
}
.rai-thnku img {
    width:100%;
}    
    
    
    
@media only screen and (max-width: 768px) {
    .rai-signup-space {
        padding: 0;
        margin: 0px 0 0;
    }
    .alert-div {
        width: 420px;
    }
    .frgt-passwd-instrc {
        padding: 5px 36px 15px 36px;
        text-transform: uppercase;               
    }
    .alert-top-spc {
        margin-top: 12px;
    }
    .forgot-passwd p {
        text-align: center;
    }
    .l-myreport {
        display: none;
    }
    .r-myreport {
        width:100%;
    }    
    .row-div-dt {
        display:block !important;
    }
    .bottom-drop {
        width:100%;
        padding-right:0px; 
        float: none;
    }
    .top-map {
        width:100%;
        padding-left:0px;
        float: none;
    }
    .orange-btn {
        float: none;
        margin-left: 0px;
    }
    .cancel-btn {
        float: none;
        margin-left: 0px;
    }
    .report-2-row {
        width: 100%;
        float: none;
    }
    .more-btn {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .more-btn:hover {
        padding: 6px 10px;
        height: 34px;
        line-height: 20px;
    }
    .bottom-btn-div {
        padding: 0 15px;
    }
    .rai-vehicle-title {
        text-align: center;
    }
    .rai2-vehicle-title {
        text-align: center;
        color: #ef8555;
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 3px;
        position: sticky !important;
        background-color: #f8f8f8;
    }
    .rai2-form-title {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .step-num {
        text-align: center;
        font-size: 11px;
        font-weight:600;
        color: #444444;
        padding-top: 1px;
        padding-bottom: 8px;
        position: sticky !important;
        background-color: #f8f8f8;
    }
    .r-pad {
        padding-right: 15px;
    }
    .mob-display {
        display: block;
    }
    .veh-num-inner {
        width: 100%;
    }
    .black-dot {
        display: none;
    }
    .veh-num {
        width:100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .veh-info {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .veh-radio {
        float: right;
    }
    .radio-row {
        color: #6b6b6b;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .radio-row-line {
        height: 1px;
        background-color: #e7e7e7;
        margin: 8px 0px;
    }
    .radio-container {
        width: 60px;
        text-align: right;
    }
    .month-input {
        width: 100%;
        margin-left: 0px;
    }
    .vehicle-input {
        margin-top: 8px;
    }
    .signup-title {
        margin-top: 8px;
        margin-bottom: 3px;
        padding: 6px 0px;
        font-size: 12px;
        line-height: 1.42857143;
    }
    .row-half-div-mob {
        width: 100%;
        float: left;
        padding-right:0px;
    }
}
    
    @media only screen and (max-width: 450px) {
    .issuetype-name p {
        font-size: 9px;
        padding: 6px;
        font-weight: 600;
        min-height: 40px;
    }
    .issuetype-icon-box {
        height: 63px;
        width: 63px;
        margin-top: 15px;
    }
    .issuetype-name {
        margin: 6px 0;
    }
    .grey-body {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-vehicle-content {
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
    }
    .inner-vehicle-content-3 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0px;
        height: 100%;
    }
    .mob-signup-btn3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mob-map-padd {
        padding-left: 0px;
        padding-right: 0px;
    }
    .vehicle-details-2 {
        margin-top: 20px;
    }
    .no-mob-margin {
        margin-left: 0;
        margin-right: 0;
    }
    .add-media-btn {
        background-color: #f18753;
        border-radius: 4px;
        color: #ffffff;
        padding: 8px 12px;
        height: 36px;
        float: right;
        cursor: pointer;
        margin-left: 0px; 
        text-align: center;
        margin-top: 21px;
    }
    .veh-month-name-1 {
        height: auto;
        line-height: 21px;
    }
    .month-top-spc {
        margin-top: 12px;
    }    
}
@media only screen and (max-width: 320px) {
    .inner-vehicle-content {
        padding-left: 7px;
        padding-right: 7px;
        height: 100%;
    }
}