/* CSS Document */

.navbar-brand  {
	padding: 0;
}
div#contractsmap {
	height: 500px
}
div#contractmap_add {
	height: 255px
}
div#contractmap_edit {
	height: 182px
}

.btn  {
	padding-top: 8px;
	padding-bottom: 4px;
}

.btn-table  {
	padding-top: 3px;
	margin-left: 3px;
	line-height: 0px;
}
.form-control {
	padding-top: 9px;
	padding-bottom: 5px;	
}

.infobox {
	display: inline-block;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 7px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: none;
    color: #000;
    margin: 0 auto;
    min-width: 180px;
    padding: 0px 5px;
    position: relative;
    text-align: right;    
    z-index: 1000;
}
.infobox-content {
    padding: 10px;
}
.infobox-body {
    max-height: 210px;    
    width: 100% !important;
	text-align: center;
	font-size: 12px;
}
.infobox-header {
    font-size: 22px;
    text-align: left;
    overflow: hidden;  
}
.infobox-header-name {
    display: inline-flex;
    font-size: 25px;
    font-weight: 400;
    padding-top: 10px;     
}.infobox-header-type {
    font-size: 18px;
    font-weight: 100;
    margin-top: -5px;
}
.infobox-header-icon {
    float: left;
    padding-right: 20px;
}

.arrow1 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    bottom: -17px;

    position: relative;
	z-index: 1001;
}
.arrow1:after, .arrow1:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.arrow1:after {
    border-color: white transparent transparent;
    border-width: 30px;
    margin-left: -30px;
    margin-top: -10px;
}
.arrow1:before {
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    border-width: 30px;
    margin-left: -30px;
}

.btntable {
	width: 30px;
	height: 30px;
	font-size: 16px;
}
.btncell {
	white-space: pre !important;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: center;
	width: 1px;
}
.graph {
	height: 300px;
}
.smallgraph {
	height: 250px;
}
.graphl {
	float: left;
}
.graphr {
	float: right;
}
.tabledetails {
	background-color: #EEE;
	font-size: 12px;
}
dl.showdata dt {
    clear: both;
    float: left;
	text-align: left;
	font-weight: normal;
}
dl.showdata dd {
	float: right;
	text-align: right;
	font-weight: bold;
}
button.btn-alt1  {
	background-color: #9F5DD9;
	color: #FFFFFF;
	border: solid #9050C8 1px;
}
button.btn-alt1:hover, button.btn-alt1:visited, button.btn-alt1:active, button.btn-alt1:focus {
	background-color: #9050C8;
	color: #FFFFFF;
	border: solid #874ABC 1px;
}
button.btn-alt2  {
	background-color: #D6C900;
	color: #FFFFFF;
	border: solid #C2B600 1px;
}
button.btn-alt2:hover, button.btn-alt2:visited, button.btn-alt2:active, button.btn-alt2:focus {
	background-color: #C2B600;
	color: #FFFFFF;
	border: solid #B6AB00 1px;
}
button.btn-alt3  {
	background-color: #2EE4B7;
	color: #FFFFFF;
	border: solid #2CD9AE 1px;
}
button.btn-alt3:hover, button.btn-alt3:visited, button.btn-alt3:active, button.btn-alt3:focus {
	background-color: #2CD9AE;
	color: #FFFFFF;
	border: solid #27BD98 1px;
}
div.noimage {
	width: 300px;
	height: 100px;
	border: 1px solid #CCC;
	background-color: #DDD;
	text-align: center;
}
.sidebar ul li a.active, .sidebar ul li a:hover {
    background-color: #074755;
	color: #FFF;
}	

.tdt {
	border-top: dotted 0.4mm #30B8C5
}	
.tdtr {
	border-top: dotted 0.4mm #30B8C5;
	text-align: right
}	
.tdt1 {
	border-bottom: dotted 0.4mm #30B8C5
}	
.tdtr1 {
	border-bottom: dotted 0.4mm #30B8C5;
	text-align: right
}
.int {
	color:#30B8C5;
	font-weight: bold;
}
.en{ 
	margin: 2px;
	border-radius:13px;
	padding: 4px 0 0 8px;
	height: 28px;
	z-index:3;
	position:relative;
	font-size: 12px;
	white-space:nowrap;
}
.subdetleft {
    width:50%;
    padding: 10px;
    border-right: 1px solid red;
}
.subdetright {
    width:50%;
    padding: 10px;
}
.subdettop {
    vertical-align: top;
}

@media (max-width:1600px){
	dl.showdata dt {
		font-size: 12px;
	}
	dl.showdata dd {
		font-size: 12px;
	}
	.huge {
		font-size: 25px;
	}
	.fa-5x {
		font-size: 3em;
	}
}
@media (max-width:1200px){
	img#loginimg {
		width: 250px;
	}
	dl.showdata dt {
		font-size: inherit;
	}
	dl.showdata dd {
		font-size: inherit;
	}
	.huge {
		font-size: 22px;
	}
	.fa-5x {
		font-size: 2em;
	}
}
@media (max-width:900px){
	.graphr {
		float: left;
		margin-top: 10px;
	}
}
@media (max-width:400px){
	img#logoimg {
		width: 200px;
		margin-top: 10px;
	}
	img#loginimg {
		width: 200px;
	}
	div#contractsmap {
		height: 300px
	}
}
