html,
body {
    height: 100%;
}

.awrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.awrap > .container {
    padding: 60px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

/*control for mobile device*/
@media screen and (max-width : 420px)
{
	.footer .container p
	{
		font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
		font-size: small;
		line-height: 1.42857143;
	}
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* start custom css here*/
.text-bold{
	font-weight: bolder;
}
.my-mobile-wrap{
	padding-bottom: 0px !important;
}

.my-mobile-wrap > .container {
    padding: 0px 15px !important;
}

.my-mobile-wrap > .container .pageheader {
    padding: 0px 15px;
}

.my-mobile-wrap > .container .pageheader h3{
	margin-top:10px;
}

.my-mobile-wrap .my-gridview .panel{
	border: 0 !important;
	box-shadow: none !important;
}

.my-mobile-wrap .my-gridview .panel > .kv-panel-before {
	padding: 0px !important;
	border-bottom: 0 !important;
}

.my-mobile-wrap .my-gridview .btn-group-justified .btn {
	border-radius: 0px !important;
}

.my-mobile-wrap .my-gridview .btn-group-justified .btn:last-child{
	border-right:0px;
}

.my-mobile-wrap .my-gridview .btn-group-justified {
	margin-bottom: 5px;
	margin-left: 0px !important;
	
}

.my-mobile-wrap .breadcrumb{
	margin-top: 55px;
	margin-bottom: 5px;
}

.my-mobile-wrap .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|\00a0" !important;
}

.my-mobile-wrap table.kv-grid-table {
	border-top: 1px solid #ddd !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border: 1px solid transparent;
}

/**
 * Responsive table wrapping
 */
.my-mobile-wrap .my-mobile-responsive-wrap table,
.my-mobile-wrap .my-mobile-responsive-wrap tbody, 
.my-mobile-wrap .my-mobile-responsive-wrap tfoot, 
.my-mobile-wrap .my-mobile-responsive-wrap tr, 
.my-mobile-wrap .my-mobile-responsive-wrap th, 
.my-mobile-wrap .my-mobile-responsive-wrap td {
    display: block; /* Set all of our table elements to display type block */
}

.my-mobile-wrap .my-mobile-responsive-wrap thead,
.my-mobile-wrap .my-mobile-responsive-wrap td.kv-grid-hide{
	display : none !important;
}

.my-mobile-wrap .my-mobile-responsive-wrap td {
	border: 0 !important;
}

.my-mobile-wrap .my-mobile-responsive-wrap td.wrap-left{
	box-sizing: content-box !important;
   /*  width: 35px !important; */
    float: left !important;
	margin: 0px !important;
	border: 0 !important;
	
}

.my-mobile-wrap .my-mobile-responsive-wrap td.wrap-center-left{
	text-align: left !important;
	padding: 5px 5px 0px;
	box-sizing: border-box;
	max-width: none !important;
	/* width: auto !important; */
}

.my-mobile-wrap .my-mobile-responsive-wrap td.wrap-center-right{
	box-sizing: content-box;
	padding: 0px 5px 5px;
	float: right;
}
.my-mobile-wrap .my-mobile-responsive-wrap tr{
	border-top: 1px solid #ddd !important; 
	border-top-color: rgba(0, 0, 0, 0.3);
	/* clear:both; */
}

.my-mobile-wrap .my-mobile-responsive-wrap td.wrap-clearfix{
	display: block !important;
	padding: 0px; 
	margin: 0px;
	border: 0; 
	clear: both;
	box-sizing: border-box;
	width: auto;
}

/* scrollbar */
.my-gridview .kv-grid-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
.my-gridview .kv-grid-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 3px;
}
 
.my-gridview.kv-grid-container::-webkit-scrollbar-thumb {
    background-color: lightslategray  ;
    outline: 0.5px solid slategrey;
	border-radius: 3px;
}

.my-gridview .kv-grid-container::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.ai-tgrid-item{
	position:relative; 
	display:inline;
}

.ai-tgrid-row .kv-align-top div{
	vertical-align: top !important;
}

.ai_table th, 
.ai_bold{
	font-weight: 900;
}

.ai_red{
	color: #ff0000;
}

.btn{
	overflow: hidden;
	text-overflow: ellipsis;
}

.figure-caption{
    font-size: 90%;
    color: #6c757d;
}

.form-control[readonly]{
    background-color: white; !important
}
div.required-label > label.control-label:after {
	content: " *"; 
	color: red;
}

/* td a, td a:hover, th a, th a:hover{
    color: black;
    display: block;
    width: 100%;
    text-decoration: none;
} */

/* Loading  */
.my-loading {
    position: relative;
    overflow: hidden;
}

.my-loading .my-loader-overlay {
    display: block;
}

.my-loader-overlay {
    background: #fff;
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
	z-index: 99;
}

.my-loader {
    position: absolute;
    background: #fff url('../images/loading.gif') center center no-repeat!important;
    width: 100%;
    height: 100px;
    top: 50%;
}

/* button */
@media (min-width: 768px){
	.btn-down{
		margin-top:22px;
	}
}

/* Modal */

.modal-header .close{
	color: rgba(255, 255, 255, 0.8);
}

.modal-header{
	color: #fff;
	font-weight: bold;
	background-color: #343a40;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/* Spinner */
/* https://icons8.com/cssload/en/spinners/2 */
.wrap-spinner-backdrop{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 990;*/
    z-index: 1100;
	background: rgba(255, 255, 255, 0.7);
}
	
.cssload-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1100;
	width: 70px;
	height: 70px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 1200px;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.cssload-text{
	position: absolute;
	width: 100%;
	top: calc(50% + 48px);
	font-weight: 900;
	text-align: center;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid rgb(235,23,58);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid rgb(0, 163, 0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

.required label.control-label:after {
  content:" * ";
  color:red;
}