html,
body {
    height: 100%;
}

.full-screen{
	min-height: 100%;
    min-width: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
	padding-top: 70px;
}


.jumbotron{
	padding-bottom: 0;
}


.site-index{
	
}

.site-index-parts{
	padding-top: 2%;
	padding-bottom: 2%;
}

@media screen and (max-width: 992px) {
	.site-index-parts {
	padding-top: 0;
	padding-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.site-index-parts {

	}
}
@media screen and (min-width: 1200px) {
	.site-index-parts {
		padding-top: 3%;
		padding-bottom: 3%;
	}
}

.site-index-parts a.btn{
	font-size: 21px;
    padding: 14px 24px;
}

.viewcontent {
	font-size:1.5em;
	min-height: 5em;   
	word-break: break-all;
	background-color: white;   
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);   
	border-radius: 0.5em;
	text-align: justify;
	padding: 1em 1em;
}

.viewtip {
	color: #333;
	font-style:italic;
	font-size:0.95em;
}

.footer {
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 18px;
}

.footer a {
	color: #777;
}

ul.footer-links{
	padding-left: 0;
}

ul.footer-links li{
	display: inline-block;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron img{
	width: 140px;
	height: 140px;
}

.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;
}

/* 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;
}

._litpddspfc8 {
    margin: 20px 0;
}

.qa-sdk-wrapper {
    position: fixed;
    width: 400px;
    right: -600px;
    max-height: 530px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    background: #fff;
    }

    .qa-sdk-close-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    }

    .qa-sdk-close-btn:hover {
    border-radius: 50%;
    background-color: #d5d9df;
    }

    #qa-sdk-iframe {
    width: 400px;
    }

    @media (min-width: 1024px) and (max-width: 1366px) {
    .qa-sdk-wrapper{
        width: 356px;
    }
    #qa-sdk-iframe {
        width: 356px;
    }
    }
    		
		.fl{
			float:left;
		}
		.fr{
			float:right;
		}
		.cl999{
			color:999;
		}
		.font12{
			font-size:12px;
		}
		.middle {
    vertical-align: middle;
    display: inline-block;
}
.common_icon {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.row-col{
	height:12em;
	margin-bottom:15px;
}
.pleft15{
	padding-left:15px;
}
.list-row-content{
	height:100%;
	border-radius: 6px;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}
.list-row-content-top{
	margin:0.03em;
	height:70%;
	padding:0.8em;
	word-break:break-all;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-row-content-top a{
	line-height:1.8em;
	color:#333;
}
.list-row-content-buttom{
	height:20%;
}
.list-row-content-buttom .spanl{
	text-align:left;
	padding-left:0.8em;
}
.list-row-content-buttom .spanr{
	text-align:right;
	padding-right:0.8em;
}
.list-row-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}