/* Add here all your CSS customizations */

.form-control {
	box-shadow:none !important;
	width: 100% !important;
}
.body-sign {
	max-width:560px !important;
}

.delete-row {
	color:#FF0004 !important;
}

.showpage-record {
	padding-top:7px !important;
}
.showpage-label {
	font-weight:bold;
	text-align:right !important;
}
.showpage-detials-block {
	background:#efefef; border:2px solid #DADADA; margin-bottom:20px;
}
.showpage-detials-row {
	border-bottom:1px solid  #DADADA; padding:10px; margin:0px;
}

 .no-bottom-border {
	border-bottom:0px !important;
}

.add-button {
	padding-top:20px!important;
	padding-bottom:20px!important;	
}

.showparagraph-in-line {
	padding-top: 7px !important;
}
@media only screen and (max-width: 768px){
    .body-sign img{
         max-width:70%;
    }

    .page-header{
    	display: none;
    }
}

.sraButtons .view,
.sraButtons .edit,
.sraButtons .delete{
	display: inline-block;
}

.customSRAmodal ul{
	list-style: none;
	padding-left: 0;
}

.customSRAmodal .modal-body{
	text-align: left;
}

.customSRAmodal ul li.mainList{
	padding: 5px 20px;
}

.customSRAmodal ul li.mainList:nth-child(odd){
	background-color: #d9d9d9;
}

.customSRAmodal .itemDetails ul{
	width: 100%;
}
.customSRAmodal .itemName b{
    word-wrap: break-word;
    white-space: pre-line;
}

a.absoluteExport{
	position: absolute;
    right: 15px;
    top: 25%;
    font-size: 12px;
    padding: 5px 10px;
}
.loginError{
	color: red;
    font-weight: 700;
}

.body-locked .current-user{
	margin-top: 0;
}