body{
	background-color: #313131;
}
.navbar-labels{
	color: #fff;
	font-size: 17px;
}

#logout-btn{
	background-color: #0058A5;
	padding: 1px 10px;
    font-size: 17px;
    margin: 1px 5px 0 0;
}

#logout-btn:hover{
	background-color: #004895;
}

#navbar{
	line-height: 2.0em;
	background: linear-gradient(to bottom, #0e76cc 0%,#005baa 100%);
	min-height: auto;
	border-color: #2167D0;
}

#content{
	width: 100%;
	height: 100%;
	padding-top: 50px;
}

.panel-body{
	padding: 5px;
	line-height: 2.3em;
}

#clarify-list{
}

#clarify-list-body{
	padding:20px 40px;
}

.dropdown{
	margin-bottom: 10px;
}

.menu-icon{
	font-size: 20px;
    float: right;
    margin-left: 5px;
}

.view-btn{
	padding: 0;
    width: 100px;
    height: 30px;
}

#table-container{
	width: 100%;
	overflow-x: scroll;
}

#view-ticket-btn-group > button, #new-ticket-btn-group > button{
	margin-right: 7px;
}

#table-list td, #table-list th {
    white-space: nowrap;
}
#table-list td{
    font-size: 14px;
}

#table-list td:last-child > button{
	padding: 2px 10px;
}

#ui-datepicker-div{
	font-size: 12px;
}

#table-list > tbody > tr:hover > td{
	background-color: rgba(0,0,0,.1);
}
#table-list th{
	background-color: #7CB2E0;
}
#clarify-form label{
	white-space: nowrap;
}

@media all and (max-width: 360px){
	.nomargin{
		margin: 0 !important;
	}
	#clarify-list-body{
		padding: 15px;
	}
	.transform-xs{
		width: 100%	;
	}
}

#loading-screen{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    background-color: rgba(0,0,0,.5);
    z-index: 1050;
}

#loading-content{
	margin: 0 auto;
	margin-top: 20%;
	width: 50px; 
	height: 50px; 
	background: url(images/loading.gif) center center no-repeat transparent;
	background-size: cover; 
}

#message-screen{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    background-color: rgba(0,0,0,.5);
    z-index: 1050;
}

#message-content{
	margin: 0 auto;
	margin-top: 20%;
	width: 100px; 
	height: 50px;
	background-size: cover; 
}

.disclaimerLblLOOK {
	color: #4169E1;
	width: 320px;
	text-align: justify;
	font: 7px Arial;
}