@CHARSET "ISO-8859-1";

/* common css */
	.marg_bott_none{margin-bottom:0!important;}
	label {display: inline-block;font-size: 1.4rem;margin-bottom: 0.35em;}
	.field_value ul li input{float:left;margin-right:5px}
	.field_value ul li label{vertical-align:middle;}
	
	.tab-pane{height:300px; overflow:auto;padding-right:1em}
	.blue_b{font-weight:700;padding-top:6px;font-size:1.2em}
	.float_r {float: right;}
	.float_l {float: left;}
	.pad2 {padding-top: 20px;}
	.pad3 {padding-right: 20px !important;}
	.pad4{padding-top:0;height:36px}
	.pad7{padding-bottom: 15px; padding-top: 15px;}
	
	#detail_tbl table.pagination tr td {border: 0 none;padding: 3px 8px 0 0;}
	.pagination img{position:relative;bottom:5px}
	img {border: 0 none;}
	.pagination tr td select{height:25px;width:100%}
	
	input[type="checkbox"] {
	    line-height: normal;
	    margin: 4px 6px 0!important;
	}

	h2 label{
	    font-size: 2.4rem;
	    line-height: 1.3;
	    margin-bottom: 0.7em;
	}

#waitDiv
{
    opacity:0.5;
    background-color:#000;
    color:#fff;
    z-index:9999;
    height:100%;
    max-height:100%!important;
    min-height:100%!important;
    width:100%;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
}

body.theme--applications ul.nav-breadcrumb li {
    display: block;
}

body.theme--applications ul.nav-breadcrumb li:nth-last-child(2) a::before { content:"" }

/* common css end here */


@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#detail_tbl{overflow:auto}
	.tabbox{width:98%;float:none;border-bottom:1px dotted #ccc}
	.marg1{margin-right:0}
	.marg2{margin:2em 0}
	.exportActivityButton {margin-bottom: -30px;}
	/*.nav-tabs > li > a{border-top:1px dotted #ccc;background:url("../images/tab_bg.png") repeat-x;}
	.nav-tabs > li > a:hover{background:#d0d6e5;border-top:1px solid #b4b7b6;text-decoration:underline;height:24px}
	
	.nav-tabs > li, .nav-pills > li {float: none;}
	.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	text-decoration:underline;
	background:url("../images/tab_bg.png") repeat-x#afbad3;
	height:24px;
	border:none!important;
    border-color: #B4B7B6 #B4B7B6 rgba(0, 0, 0, 0);
    color: #526897;
    cursor: default;
}

*/
}


@media only screen and (min-width:1024px) and (max-width: 5000px) {
	.detail_tbl{}
	.tabbox{width:47%;float:left;border-bottom:1px dotted #ccc}
	.marg1{margin-right:3em}
	.marg2{margin:0}
	.exportActivityButton {float:right; margin-top: 30px;}
}

.theme--applications {
	background: none;
}

.container {
	margin-top: 4.5em;
}