/* GENERAL
---------------------- */
body {
	background: #002e52;
}
h1{
	font-size: 25px;
	margin-top: 0;
	margin-bottom:0;
	color: #1d71b8;
        position: relative;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
.both{
	clear: both;
}
.bottom-mar-zero{
	margin-bottom:0!important;
}
#page-container{
	position: relative;
	background: #fff;
	width: 100%;
}
.no-show {
    display: none;
}
.text-bold {
    font-weight: bold;
}
.text-blue {
    color: #1d71b8;
}
.sub-client-logo {
    max-width: 100px;
    max-height: 50px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.no-border {
    border: none !important;
}

/* ORDER LOADER OVERLAY */
.loading-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.loading-overlay .loading-info {
    padding-top: 10%;
    text-align: center;
}
.loading-overlay img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.loading-overlay .loading-info p{
    color: #fff;
    font-weight: bold;
}


/*
** REPORT
*/
.message{
	padding: 10px 0;
	margin: 20px 0px!important;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.message p{
	color: #fff;
	padding:0;
	margin:0;
}
.success {
	background: #749e03;
}
.error {
	background: #fc5252;
}
.repair-confirmation {
    background: #f9f9f9;
    border: 5px solid #1d71b8;
    padding: 30px;
    font-size: 16px;
    margin-bottom: 15px;
}


/*
** LOGIN
*/
#login-outer{
	display: table;
    height: 100%;
    width: 100%;
	position: absolute;
}
#login-inner{
	padding: 0 10px;
	display: table-cell;
    vertical-align: middle;
}
.login-box{
	max-width: 400px;
	margin: 0px auto;
	padding:20px;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.login-box img{
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
	height: auto;
	width: 100px;
}
.login-box .submit-button{
	display: block;
	border:0;
	margin-top: 20px;
	padding: 20px;
	background: #1d71b8;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	text-transform:uppercase;
	width: 100%;
}
.login-box .text-input{
	padding: 10px 5px 10px 15px;
	margin: 0px 0 5px 0;
	color: #333;
	border:1px solid #ddd;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	background:#fcfcfc;
	width: 100%;
	height: 50px!important;
}

.login-box label {
	color: #002e52;
	font-size: 14px;
	display: block;
	font-weight: normal;
	padding-top: 20px;
	text-transform: uppercase;
}

/*
** Header
*/
#header-top{
	background: #fff;
	height: 70px;
	border: 2px solid #1d71b8;
	border-width: 1px 0 0 0;
}

#logo-vale {
	display: block;
	float: left;
	padding: 0px 20px 0 5px;
	margin: 10px 0 0 0;
	width: auto;
	height: 50px;
}
#logo-client{
        display: block;
        float: left;
        padding: 0px 0 0 20px;
        margin: 17px 0 0 0;
        width: auto;
        height: 35px;
        border: 2px solid #ccc;
        border-width: 0 0 0 2px;
}
#logo-sub-client{
        display: block;
        float: left;
        padding: 0px 0 0 20px;
        margin: 17px 0 0 20px;
        width: auto;
        height: 35px;
}

#logo-portal{
	display: none;
}
#search-desktop{
	display: none;
}
#portal-desktop {
	display: none;
}
#logout-desktop {
	display: none;
}
#logout-mobile{
	display: inline-block;
	float: right;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 5px;
}
#header-bar{
	background: #1d71b8;
	position: relative;
}
#header-bar ul{
	padding-left: 0;
	margin-left: 0;
	display: inline-block;
	margin:0;
}
#header-bar ul li{
	display: inline-block;
	color: #fff;
	padding: 0 20px 0 10px;
	background: url(../images/bar-separator.png) no-repeat center right;
	margin: 0;
	line-height: 40px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 46px;
        font-size: 15px;
        font-weight: 700;
        padding-right: 40px;
        padding-left: 20px
}
#header-bar ul li#car-icon{
	display: none;
}
#header-bar ul li:last-child{
	background: none;
	padding-right: 0;
}
#header-bar ul li#car-icon{
        display: inline-block;
        padding-left: 10px
}
#header-bar ul li#car-icon img{
        padding:0 0 2px 10px;
        margin:0;
}
#header-bar ul li#portal-mobile{
        display: none;
}
#header-bar ul li#vehicle-count{
        display: none;
}
.vehicle-count-mobile {
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.account-info {
    padding: 5px 10px 0px 0;
    text-align: right;
}
.account-info span i {
    cursor: pointer;
    color: #1d71b8;
}

/* RIGHT LINKS */
#header-bar ul.right-links{
	display: inline-block;
        float: right;
        margin: 0;
        padding: 0;
        background: rgba(0,0,0,0.1);
}
#header-bar ul.right-links li{
	display: inline-block;
	color: #fff;
	padding: 0;
	background: none;
	margin: 0;
	text-transform: uppercase;
	line-height: 46px;
        font-size: 15px;
        font-weight: normal;
}
#header-bar ul.right-links li a{
	display: inline-block;
        padding: 0 10px;
        font-size: 20px;
        color: #fff;
}
#header-bar ul.right-links li a:hover{
	background: rgba(0,0,0,0.1);
}
#header-bar ul.right-links li#help-link{
    display: none;
}


#search-toggle{
	height: 40px;
	width: 30px;
	position: absolute;
	right: 3px;
	top: 0;
	z-index: 10;
	background: url(../images/icon-search.png) no-repeat center center;
	cursor: pointer;
	margin:0;
}

#search-bar{
	background: #f0f0f0;
	position: relative;
	display: block;
	padding-top: 15px;
        padding-bottom: 15px;
}
#search-bar #search-form{
	display: block;
	width: 85%;
	margin: 0 auto;
	position: relative;
	
}
#search-bar #search-form input{
	height: 40px;
	border:0;
	margin:0;
	vertical-align: top;
}
#search-bar #search-form .head-search-input, #search-bar #search-form .search-submit {
		border: 1px solid #e9e9e9;
}
#search-bar #search-form .head-search-input{
	width: 98%;
	color: #666;
	padding-left: 15px;
	font-size: 15px;
	border-width: 1px 0 1px 1px;
}
#search-bar #search-form .search-submit{
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	
	color: #fff;
	border-width: 1px 1px 1px 0;
	background: url(../images/icon-search.png) no-repeat center center #1d71b8;
}
.search-results {
    text-align: center;
}
.search-results p {
    margin: 0;
}
.search-results p:first-child {
    margin-top: 10px;
}
.search-results p span {
    font-weight: bold
}
.search-results p a {
    display: inline-block;
    padding-right: 20px;
}



/*
** CONTENT
*/
#content{
	padding: 20px 5px;
        position: relative;
        
}
#client-name{
	color: #555;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}
/* List Page */
#fleet-table{
	color: #333;
	width: 100%;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}
#fleet-table tr{
	height: 35px;
	cursor: pointer;
}
#fleet-table tr#table-head{
	font-weight: bold;
	background: #1d71b8;
	color: #fff;
	font-size: 15px;
	height: 40px;
	border: none;
}
#fleet-table tr#table-head td{
	border: none;
}
#fleet-table tr#table-head i{
	font-size: 25px;
}
#fleet-table tr#table-head td.pdi{
	background: url(../images/icon-report.png) no-repeat!important;
	background-position: 5px center;
	
}
#fleet-table tr#table-head td.repair{
	background: url(../images/icon-report.png) no-repeat!important;
	background-position: 5px center;
	
}
#fleet-table tr#table-head td.storage{
	background: url(../images/icon-callendar.png) no-repeat!important;
	background-position: 5px center;
}
#fleet-table tr#table-head td.images{
	background: url(../images/icon-camera.png) no-repeat!important;
	background-position: 5px center;
	width: 60px;
}
#fleet-table tr#table-head td img{
	position: relative;
	top: -2px;
}
#fleet-table td{
	border: 1px solid #d0d0d0;
	padding-left: 5px;
}
#fleet-table td span{
	display: block;
}
#fleet-table td#view{
	width: 100px;
}
.grey-bg{
	background: #f9f9f9;
}
.table-row-hover{
	background: #1d71b8;
	color: #fff;
}
table#fleet-table tr td.storage-hide, table#fleet-table tr td.storage, table#fleet-table tr td.repair-hide, table#fleet-table tr td.repair,  table#fleet-table tr td.pdi-hide, table#fleet-table tr td.image-hide, table#fleet-table tr td.pdi, table#fleet-table tr td.view, table#fleet-table tr td.images{
	/*display: none;*/
}
#fleet-table tr td.reg{
	width: 100px;
}
#fleet-table tr td.pdi, #fleet-table tr td.images{
	background: url(../images/icon-tick-blue.png) no-repeat;
	background-position: 5px center ;
}
#fleet-table tr td.pdi:first-child{
	background: none;
}
.white-tick{
	background: url(../images/icon-tick-white.png) no-repeat!important;
	background-position: 5px center!important ;
}
.vehicle-filter-form {
    padding: 5px 0 5px 0;
    display: inline-block;
}
.vehicle-filter-form p{
    float: left;
    font-size: 13px;
    padding-right: 10px;
    display: inline-block;
    padding-bottom: 0;
    margin: 0;
    line-height: 26px;
}
.vehicle-filter-form select{
    padding: 3px;
    color: #333;
}
.no-vehicles {
    padding: 30px 0;
    font-size: 15px;
    font-weight: bold;
}
.archive-button, .current-button {
    display: inline-block;
    padding: 5px 10px;
    background: #dd9118;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 10px;
}
.archive-button:hover {
    color: #fff;
    text-decoration: none;
    background: #c68215;
}
.archive-loader {
    display: block;
    width: 35px;
    height: 35px;
    margin: 20px auto;
}
.archive-link {
    cursor: pointer;
}
.archive-link img{
    height: 25px;
}
.archive-data {
    background: #f9f9f9;
}
.current-button {
    background: #a8af3f;
}
.archive-button:hover, .current-button:hover {
    color: #fff;
    text-decoration: none;
    background: #c68215;
}
.current-button:hover {
    background: #8f9536;
}
.archived {
    color: #7f2b1f;
}
#fleet-table2{
	color: #333;
	width: 100%;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
        border-collapse: collapse;
}
#fleet-table2 tr{
	height: 35px;
}
#fleet-table2 td{
	border: 1px solid #d0d0d0;
	padding-left: 5px;
}
#fleet-table2 tr#table-head{
	font-weight: bold;
	background: #1d71b8;
	color: #fff;
	font-size: 15px;
	height: 40px;
	border: none;
}
#fleet-table2 tr#table-head td{
	border: none;
}
.archive-table {
    border: none;
    margin: 20px 10px;
}
.archive-table tr td{
    border: none !important;
}
.archive-table tr td:first-child {
    font-weight: bold;
    width: 200px;
}
.arch-damage-table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.arch-damage-table tr td:first-child{
    font-weight: normal;
    width: auto;
}
.arch-damage-table tr:first-child td{
    font-weight: bold !important;
}
.arch-damage-table tr td{
    vertical-align: top;
    border: 1px solid #ddd !important;
    padding: 5px !important;
}

/* Details Page */
.back{
	display: block;
	padding-bottom: 0px;
}
.vehicle-info-plate{
	background: #f9f9f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 0px 10px 0;
	width: 90%;
	margin: 20px auto;
	text-align: center;
	width: 300px;
	border: 1px solid #e9e9e9;
        position: relative;
}
.info-plate-title {
    font-size: 15px;
    padding: 10px 5px;
    background: #d9d9d9;
    color: #000;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}
.info-plate-storage {
    padding:0;
    margin:0;
    border-bottom: 1px solid #e9e9e9;
}
.info-plate-status {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.vehicle-info-plate p span{
    display: block;
    font-size: 25px;
    font-weight: bold;
}
span.new-link {
    color: #749e03;
    font-size: 13px !important;
    display: inline-block !important;
    position: absolute;
    right: 10px;
    line-height: 23px;
    cursor: pointer;
}
span.small{
    font-size: 15px !important;
}
.infoplate-suffix {
    font-size: 12px;
    padding-top: 5px;
}
.registration-ui {
	background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
	padding: .25em 1em .25em 1.75em;
	font-weight: bold;
	font-size: 2em;
	border-radius: 5px;
	border: 1px solid #999;
	box-shadow: 1px 1px 1px #ddd;
	position: relative;
        font-family: helvetica, ariel, sans-serif;
        display: inline;
}

.registration-ui:before {
	content: 'GB';
	display: block;
	width: 30px;
	height: 100%;
	background: #063298;
	position: absolute;
	top: 0;
        left: 0px;
	border-radius: 5px 0 0 5px;
	color: #f8d038;
	font-size: .5em;
	line-height: 75px;
	padding-left: 0px;
        padding-bottom: 10px;
}

.registration-ui:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	border: 1px dashed #f8d038;
}
.number-plate{
	display: inline-block;
	background: #ec0;
	color: #000;
	padding: 10px 15px;
	font-size: 40px;
	line-height: 40px;
	/*font-family: 'Exo 2', sans-serif;*/
        font-family: 'arial';
	font-weight: 900;
	letter-spacing: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4);
	margin: 0 auto;
}
/*.vehicle-info-plate p {
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom:0;
	padding-bottom:0;
}*/

.download-button{
	display: block;
	color: #fff;
	
	text-align: center;
	font-size: 16px;
	background: #1d71b8;
	width: 300px;
	margin: 0 auto;
        padding: 15px 5px;
}
.download-button:hover{
	color: #fff!important;
	background: #002e52;
        text-decoration: none;
}
.download-button:visited{
	color: #fff!important;
	background: #1d71b8;
        text-decoration: none;
}
.download-button-waiting{
	display: block;
	color: #333;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	background: #ddd;
	width: 300px;
	margin: 0 auto;
        padding: 10px 5px;
}
.image-gallery{
	margin: 30px 5px;
	padding: 20px 5px;
	text-align: center;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
        min-height: 0px;
}
.image-gallery img{
	width: 150px;
	height: auto;
	padding: 10px;
	margin: 10px;
	border: 1px solid #e9e9e9;
	background: #fff;
}
.comment-block {
    margin: 20px 0;
    padding: 0 10px;
}
.comment-block span{
    font-weight: bold;
    display: block;
}
#owner-form {
    padding-top: 10px;
}
#owner-form select {
    display: block;
    width: 95%;
    height: 35px;
    font-size: 15px;
    margin: 5px auto;
    border: 1px solid #ccc;
}
.owner-changed {
    margin: 3px 10px;
    font-size: 15px !important;
    background: #1d71b8;
    padding: 8px 0;
    color: #fff;
}

/* SPLAT */
.splat-container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.splat-container .splat-diagram {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.damage-dot, .damage-dot-multi {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    /*background: rgba(29,113,184,0.8);*/
    background: url(../images/circle-blue.png) no-repeat center center;
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
    transition: all 0.2s ease-out;
}
.damage-dot:hover, .damage-dot-multi:hover {
    background: rgba(29,113,184,1);
    animation: pulse 0.3s 1 ease-out;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(29,113,185,1)
    }
    100% {
        box-shadow: 0 0 0 20px rgba(29,113,185,0)
    }
}
/* REPAIR SELECTOR */
.repair-selector{
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}
.repair-selector .rs-title, .repair-selector .rs-title-existing {
    background: url(../images/dropdown-arrow-blue.png) no-repeat top right #f9f9f9;
    font-size: 18px;
    line-height: 45px;
    text-indent: 15px;
    margin: 0;
    cursor: pointer;
}

.repair-selector .rs-dropdown, .repair-selector .rs-dropdown-existing {
    display: none;
}
#repair-table {
    margin: 20px 10px;
    width: 100%;
}
#repair-table td{
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    padding: 0;
    border: solid #ddd;
    border-width: 0 0 1px 0;
}
#repair-table td div.tick-box{
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
}
.tick-grey {
    background: url(../images/form-tick-grey.png) no-repeat center center;
}
.tick-blue {
    background: url(../images/form-tick-blue.png) no-repeat center center;
}

#repair-table td.damage-details{
    padding-top: 4px;
}
#repair-table td img{
    padding: 0;
    margin: 0;
}
.damage-photo {
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}
.rs-total {
    margin-right: 40px;
}
.rs-total tr td{
    font-size: 15px !important;
}
.button-submit-repair {
    background: #1d71b8;
    border: none;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}
.repair-download-link {
    background: url(../images/repair-download-link.png) no-repeat center center;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 30px;
}
p.repair-title{
    
    margin: 0;
    padding: 0 20px 0 0;
    display: inline-block;
    position: relative;
    top: -5px;
}

@media all and (min-width: 900px){
	.left{
		float: left;
		width: 280px;
	}
	.vehicle-info-plate{
		margin: 15px 0 0 0;
		width: 260px;
	}
	.download-button{
		width: 260px;
		margin: 20px 0 20px 0;
	}
        .download-button-waiting{
                width: 260px;
		margin: 20px 0 20px 0;
        }
	.image-gallery{
		display: block;
		margin: 15px 0;
		padding: 20px 5px;
		margin-left: 280px;
	}
        .repair-selector{
		display: block;
		margin: 15px 0;
		
		margin-left: 280px;
	}
        
	.number-plate{
		padding: 10px 10px;
	}
}
@media all and (min-width: 1100px) and (max-width: 1270px){
	
        .image-gallery img{
            width: 150px;
        }
	
}
@media all and (min-width: 1271px){
	
        .image-gallery img{
            width: 150px;
        }
	
}

/*
** FOOTER
*/
#footer-logout{
	display: block;
	background: #1d71b8;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}
#footer-text{
	background: #222;
	padding: 30px 5px 25px 5px;
	color: #ddd;
	text-align: center;
}
#footer-text img{
	position: relative;
	left: 3px;
}
#footer-text p{
	padding-top: 20px;
	font-size: 14px;
}
#contact p{
	padding:0;
	margin:0;
}


@media all and (min-width: 450px){
	#logo-client{
		display: block;
		float: left;
		padding: 0px 0 0 20px;
		margin: 17px 0 0 0;
		width: auto;
		height: 35px;
		border: 2px solid #ccc;
		border-width: 0 0 0 2px;
	}
        #logo-sub-client{
		display: block;
		float: left;
		padding: 0px 0 0 20px;
		margin: 17px 0 0 20px;
		width: auto;
		height: 35px;
	}
	#logout-mobile{
		display: inline-block;
		float: right;
		line-height: 70px;
		padding-right: 5px;
		padding-top: 0;
		font-size: 14px;
	}
	table#fleet-table tr td.pdi, table#fleet-table tr td.pdi-hide{
		display: table-cell;
	}
}

@media all and (min-width: 550px){
	table#fleet-table tr td.images, table#fleet-table tr td.image-hide{
		display: table-cell;
	}
        table#fleet-table tr td.repair, table#fleet-table tr td.repair-hide{
		display: table-cell;
	}
}

@media all and (min-width: 650px){
	table#fleet-table tr td.storage, table#fleet-table tr td.storage-hide{
		display: table-cell;
	}
        
}

@media all and (min-width: 800px){
	#page-container{
		margin: 20px auto 30px auto;
		width: 95%;
		max-width: 1200px;
	}
	#content{
		padding: 25px 10px;
	}
	#search-toggle, #header-bar ul li#portal-mobile, #logout-mobile{
		display: none;
	}
	#header-top{
		height: 100px;
		border: none;
	}
	#logo-vale {
		padding: 0px 20px 0 10px;
		margin: 17px 0 0 0;
		height: 65px;
	}
	#logo-client{
		margin: 25px 0 0 0;
		height: 50px;
	}
        #logo-sub-client{
		margin: 25px 0 0 20px;
		height: 50px;
	}
	#logo-portal{
		display: block;
		position: absolute;
		right: 10px;
		top: 25px;
	}
	#header-bar ul li {
		line-height: 46px;
		font-size: 15px;
		font-weight: 700;
		padding-right: 40px;
		padding-left: 20px
	}
        
	#header-bar ul li#car-icon{
		display: inline-block;
		padding-left: 10px
	}
	#header-bar ul li#car-icon img{
		padding:0 0 2px 10px;
		margin:0;
	}
	#header-bar ul li#vehicle-count{
		background: url(../images/bar-separator.png) no-repeat center right;
                display: inline-block;
	}
	#header-bar ul li#reg{
		color: yellow;
	}
        
        .vehicle-count-mobile {
            display: none;
        }
	
	#logout-desktop{
		display: inline-block;
		float: right;
		line-height: 46px;
		color: #fff;
		text-transform: uppercase;
		padding-right: 15px;
	}
	#search-bar #search-form{
		width: 700px;
	}
	#search-bar {
		display: block!important;
		background: #f0f0f0;
	}
	#search-close {
		display: none;
	}
	#search-bar #search-form .head-search-input, #search-bar #search-form .search-submit {
		border: 1px solid #e9e9e9;
	}
	#search-bar #search-form .head-search-input{
		border-width: 1px 0 1px 1px;
		
	}
	#search-bar #search-form .search-submit{
		border-width: 1px 1px 1px 0;
	}
        
        /* RIGHT LINKS */
        #header-bar ul.right-links li a{
                padding: 0 15px;
                font-size: 20px;
        }

	
}

/* PASS RESET */
#change-pass-toggle {
	font-size: 12px;
	color: red;
	cursor: pointer;
}
#pass-form {
	display: none;
	padding: 15px;
	background: #f9f9f9;
}
.input-password {
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	width: 150px;
}
.button-submit {
	border: none;
	display: inline-block;
	height: 30px;
	font-size: 13px;
	background: #e78301;
	color: #fff;
	text-align: center;
}
.warning {
	color: #e72c01;
	font-size: 13px;
}
textarea.damage {
   border: 1px solid #ddd;
    width: 100%;
    min-height: 130px;
    padding: 9px;
    color: #333;
}
.damage-email-block {
    padding: 10px;
    display: none;
}
.damage-email-block .button-submit {
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
    cursor: pointer;
}
.table-key-toggle {
    line-height: 45px;
    cursor: pointer;
    text-align: right;
}
.table-key {
    display: none;
    padding: 20px;
}
.table-key span {
    display: inline-block;
    font-size: 15px;
    margin-right: 25px;
}
.table-key span i{
    color: #1d71b8;
}

div.no-work-required {
    background: #d5d71f;
    border: 2px solid #333;
    padding: 5px;
    margin: 10px 0;
}
div.no-work-required span{
    font-size: 11px;
}
div.no-work-required input[type=checkbox] {
  transform: scale(1.5);
}
div.re-enable-work{
    padding: 15px;
    margin: 15px;
    border: 5px solid #1d71b8;
}

.imageset-return, .imageset-remarketing {
    display: none;
}
h4.image-set-title {
    text-align: left;
    padding-left: 15px;
}
h4.image-set-title span a{
    color: green;
    font-size: 13px;
    cursor: pointer;
}

