div.input-append{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width:80%;
}

div.input-append .addon{
	height:38px;
	margin:0px !important;
	display:inline;
	border-top: 1px solid #cccccc !important;
	border-bottom: 1px solid #cccccc !important;
}
div.input-append .addon:not(input){
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	
	white-space: nowrap;
    vertical-align: middle;
	
	padding: 5px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
	
	min-width:auto !important;
	
}
div.input-append .addon:not(:first-child){
	border-left: 0;
	border-right: 1px solid #cccccc !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
div.input-append *:not(:last-child){
	border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

div.input-append input.addon{
	position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.input-append *[type=button].addon{
	box-shadow:none !important;
}
div.input-append *[type=button].addon:hover{
	background-color: rgba(204, 204, 204, 0.6);
	transition: all 0.4s ease 0s !important;
	
}

div.input-append[class*=popup-btn] .addon:not(input){
	min-width:50px !important;
	text-align:center !important;
}
div.input-append[class*=popup-btn] .addon .glyphicon{
	line-height: 16px;
}
.btn-arrow{
	/*background-color: #E69A8B;
	border:1px solid #E69A8B;*/
	background-color: transparent;
	height:30px;
	padding:3px 10px 0px 6px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	-webkit-appearance:inherit !important;
}

.line-center th{
	/*min-width: 150px !important;*/
}
.line-center{
	width: 100% !important;
	background-size: 100% 150px !important;
	background-position: center -10px !important;
	background-repeat: no-repeat !important;
	table-layout: fixed;
}
.line-center th:first-child{
	/*text-align: left;*/
}
.line-center th:last-child{
	/*text-align: right;*/
}
button:focus, a:focus{
	outline: none;
}
.area{
	height:70px !important;
	width:100% !important;
}

.loader{
	background-image: url(../img/enter_score_loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	min-height: 90px;
	width: 100%;
	height: 100%;
}
#frm_subject .table-responsive{
	position: relative;
	min-height: 100px;
}
.custom-control-indicator{
	top: 0.5rem;
}
input[type=radio].form-control{
	width: unset;
	display: inline-block;
}

.line-center{
	background:none !important;
}
.line-center th{
	padding-left:30px;
	background-image: url("../img/right-arrow.png");
	background-repeat: no-repeat;
    background-position: 0% 37%;
	background-size: 20px 24px;
}
.line-center th button.btn-no{
	background-color:#a0a0a0;
	font-size:36px;
}
.line-center th button i{
	font-size: 36px;
}
.line-center th.approve_status1 + th{
	background-image: url("../img/right-arrow-yellow.png");
}
.line-center th.approve_status1 + th button{
	background-color:#ec971f;
}
.line-center th.approve_status2{
	background-image: url("../img/right-arrow-red.png") !important;
}
.line-center th.approve_status2 button{
	background-color:#d9534f !important;
}
.line-center th.cancel{
	background-image: url("../img/right-arrow-red.png") !important;
}
.line-center th.cancel button{
	background-color:#d9534f !important;
}
.line-center th.approve_status1{
	background-image: url("../img/right-arrow-green.png") !important;
}
.line-center th.approve_status1 button{
	background-color:#5cb85c !important;
}
.line-center th:first-child{
	background-image: none !important;
}