/* global css file for ebix exchange*/

/*styles for navbar css*/
#navID .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #1060D0; /*Sets the text hover color on navbar*/
}

#navID .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: white; /*BACKGROUND color for active*/
	background-color: #030033;
}
.nav navbar-nav navbar-right >li>a{
	font-size: 16px;
}

#navID {
	background-color: #0B9CE0;
	border-color: #0A0033;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: silver; /*Change rollover cell color here*/
}

#navID .navbar-nav>li>a {
	color: white; /*Change active text color here*/
	font-size: 16px;
}

#modalContainer {
	margin-top: 90px;
	margin-bottom: 50px;
}

body {
	background-color: #F4F4F4;
}

.navbar .navbar-brand img {
	height: 50px;
}

.navbar .navbar-brand {
	padding-top: 0px;
	margin-left: 15px;
}

#navID .navbar-brand {
	color: #f5f5f5;
}

@media ( max-width : 768px) {
	#modalContainer {
		margin-top: 10px;
		margin-bottom: 50px;
	}
	#collapsibleButton {
		background-color: aliceblue;
	}
}

#img {
	height: 50px;
	width: 192px;
}

@media ( max-width : 330px) {
	#img {
		height: 50px;
		width: 180px;
	}
}

.modal-header>h3>span {
	color: #0000DA;
}

#loginModalHeader {
	background-color: white;
}

#mainHeader {
	color: white;
	margin-top: 15px;
}

#mainFrameContainer {
	margin-top: 10px;
}

/*wrapper styles*/
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	position: fixed;
	left: 250px;
	z-index: 1000;
	overflow-y: auto;
	margin-left: -250px;
	width: 0;
	height: 100%;
	background: #000;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.01s ease;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}

#page-content-wrapper {
	padding: 15px;
	width: 100%;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	color: #999999;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	background: none;
	color: #fff;
}

@media ( min-width : 768px) {
	#wrapper {
		padding-left: 250px;
	}
	#wrapper.toggled {
		padding-left: 0;
	}
	#sidebar-wrapper {
		width: 250px;
	}
	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}
	#page-content-wrapper {
		padding: 20px;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

/*styles for panel group*/
#logsTitle {
	color: white;
	margin-left: 50px;
}

#panelGroup {
	padding-left: 3px;
}

@media screen and (max-width: 900px) and (min-width: 520px) {
	#panelGroup {
		width: 39%;
	}
}

@media screen and (max-width: 1150px) and (min-width: 901px) {
	#panelGroup {
		width: 30%;
	}
}

@media screen and (max-width: 550px) and (min-width: 320px) {
	#panelGroup {
		width: 110%;
		padding-right: 0px;
	}
	#username, #password, #login {
		margin-bottom: -15px;
		margin-top: -10px;
	}
}

/* dropdown-submenu */
body {
	margin-top: 50px;
}

.glyphicon {
	margin-right: 10px;
}

.panel-body {
	padding: 0px;
}

.panel-body table tr td {
	padding-left: 15px
}

.panel-body .table {
	margin-bottom: 0px;
}

.panel-body .table tr td a {
	color: #337ab7;
}

div#accordion {
	margin-right: 30px;
	margin-bottom: 5px;
}

/*styles for about page*/
#aboutCol1 {
	width: 15%;
}

#aboutCol2 {
	width: 25%;
}

/* styles for logout File */
.logoutBody {
	margin-top: 0px;
}

.logoutMsg {
	align: center;
	color: red;
}
/* default styles and styles for generic file*/
table {
	table-layout: fixed;
	WIDTH: 100%;
}

thead {
	background: #0B9CE0;
	color: #ffffff;
	word-wrap: break-word;
	text-align: center;
}

tbody {
	word-wrap: break-word;
	font-size: 15px;
}

caption {
	color: black;
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover {
	background-color: #D1F2FA;
}

.defaultmargin {
	margin-bottom: 0px;
}

.genTBody {
	background: #0B9CE0;
	color: #ffffff;
	word-wrap: break-word;
	text-align: center;
}

#genMainBody{
	word-wrap: break-word;
	font-size: 16px;
	text-align: center;
}

#genericCaption{
	text-transform: capitalize;
}

@media screen and (max-width: 800px) and (min-width: 320px) {
	tbody {
		word-wrap: break-word;
		font-size: 13px;
	}
	caption {
		font-size: 16px;
	}
}

#logTable>tbody {
	font-size: 16px;
	word-wrap: break-word;
}

#logCol1, #logCol2 {
	width: 25%;
}

#logCol3 {
	width: 45%;
}
/*media queries for modal in generic logs*/
#stackTrace,#headers {
	width: 98%;
}

@media only screen and (max-width : 320px) {
	#stackTrace,#headers {
		height: 120px;
	}
}

@media only screen and (max-width : 330px) {
	#stackTrace,#headers {
		height: 140px;
	}
}

@media only screen and (max-width : 340px) {
	#stackTrace,#headers {
		height: 140px;
	}
}

@media only screen and (min-width : 350px) {
	#stackTrace,#headers {
		height: 130px;
	}
}

@media only screen and (min-width : 390px) {
	#stackTrace,#headers {
		height: 135px;
	}
}

@media only screen and (min-width : 400px) {
	#stackTrace,#headers {
		height: 140px;
	}
}

@media only screen and (min-width : 450px) {
	#stackTrace,#headers {
		height: 130px;
	}
}

@media only screen and (min-width : 480px) {
	#stackTrace,#headers {
		height: 120px;
	}
}
/* Small viewport or screen */
@media only screen and (min-width : 768px) {
	#stackTrace,#headers {
		height: 150px;
	}
}

/* Medium viewport or screen */
@media only screen and (min-width : 992px) {
	#stackTrace,#headers {
		height: 180px;
	}
}

/* Large viewport or screen */
@media only screen and (min-width : 1200px) {
	#stackTrace,#headers {
		 height: 280px;
	}
	#headers {
		 height: 200px;
	}
}

textarea {
	readonly: true;
	width: -webkit-fill-available;
	margin-left: 10px;
	margin-right: 10px;
}

.StackTraceWord {
	margin-top: -15px;
	text-shadow: 1px 1px 1px white, 2px 2px 3px #0B9CE0;
}

.errorPopUpBody {
	align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #FFFFFF;
}

.collapse1 {
	overflow-y: scroll;
	height: 230px;
	overflow-x: hidden;
}

.selected {
	background-color: #9DE6F8 !important;
}

.bootstrap-dialog-footer {
	text-align: center;
}

.center {
	text-align: center;
}

.modal-content {
	background-color: #F4F4F4;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.modal-header {
	color: white;
	background-color: #0B9CE0;
}

.modal-footer {
	border-top: 0px;
	text-align: center;
	padding-top: 0px;
}

.fontClass {
	font-size: 14px;
}

.wordWrap {
	word-wrap: break-word;
}

#col1 {
	width: 20%;
}

#col2 {
	width: 72%;
}

@media only screen and (max-width: 767px) {
	#col1 {
		width: 28%;
	}
	#col2 {
		width: 72%;
	}
}

@media only screen and (max-width: 767px) {
	#logCol1 {
		width: 15%;
	}
	#logCol2 {
		width: 15%;
	}
	#logCol3 {
		width: 40%;
	}
}
/*css for lifespeed and related Logs*/
#headTr {
	background: #0B9CE0;
	color: #ffffff;
	text-align: center;
}

/*media queries for lifespeed and other logs*/
@media ( min-width : 992px) {
	.inbound {
		width: 12%;
	}
	.btn-space {
		margin-right: 15px;
	}
}

@media ( max-width :760px ) {
	.DivMargin{
		margin-bottom: -12px;
	}
}

@media screen and (max-width: 2500px) and (min-width: 1500px) {
	#resultdiv {
		font-size: 17px;
	}
}

@media screen and (max-width: 1500px) and (min-width: 760px) {
	#resultdiv {
		font-size: 15px;
	}
}

@media screen and (max-width: 700px) and (min-width: 320px) {
	#resultdiv {
		font-size: 13px;
	}
}

/* styles for config and stp */
@media screen and (max-width: 1020px) and (min-width: 320px) {
	#checkboxCol {
		width: 25px;
	}
}

@media screen and (max-width: 2600px) and (min-width: 360px) {
	#templateName {
		margin-bottom: 10px;
	}
}

.paginationDiv {
	width: 100%;
	height: 10%;
	overflow: auto;
	margin-bottom: 15px;
}

.page {
	font-size: 15px;
	margin-bottom: 20px;
}

#errorMsgBody {
	text-align: center;
}

.DBLogBody {
	margin-top: 10px;
}

.noOfRecords {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	width: 100%;
}

.blockUIClass {
	color: blue;
}

@media ( max-width :761px ) {
	.blockUIClass {
		font-size: 15px;
	}
}

#footer {
	background-color: black;
	color: white;
}

.searchWidth {
	width: auto;
}
/*styles for config section*/
.addButton {
	text-align: right;
	padding-right: 25px;
}

.widthClass {
	width: 13%;
}

.hiddenDiv {
	margin-bottom: 10px;
}

#sitename {
	margin-bottom: 10px;
}

#stpRow {
	margin-bottom: -15px;
}

.noRecFound, .errorModal {
	text-align: center;
}

#status, #requesttype {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.marginAuto{
	margin-right: auto;
	 margin-top: -8px;
}	
.margin{
	margin-right: 0px;
	margin-left: 0px;
}
.selectOption{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.gotoPage{
	width: 56px;
	height:60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}
/*stp configuration*/
#UlFont{
	font-size: 15px;
}
#UlPadding{
	padding-left:15px;
}
#samlpanel{
	margin-bottom:70px;
}
#TemplateTitle{
	color: white;
	margin-left: 15px;
}
.Application{
	margin-bottom: 10px;
	margin-top: 15px;
 }
 
.Operation{
 	text-align:right;
 	padding-right: 30px;
 }
 
.StpFrame {
 	overflow-x: hidden;
}
#dataTr > td{
    text-align: center;
}

.choiceOpt{
	height:30px;
	width:76%;	
}
.bottomMargin{
	margin-bottom: 40px;
}
.negativeBottomMargin{
	margin-bottom:-20px;
}
.updateButton{
	margin:8px;
}
.ConfigHead{
	background-color: #0B9CE0;
}
.ConfigHeadText{
	text-align: center;
	margin:5px;
	color:white;
}
.DefaultWidth{
	width:100%;
	font-size: 15px;
	padding-left: 10px;
}
.TdNameWidth{
	width:17%;
}
#labeltd{
	padding-left: 15px;
}
.TestButtonWidth{
	width:5%;
	
}
#testbutton{
	padding-left: 11px;
}

.CfgName{
	width:60%;
}
.EditConfigBody{
  	overflow-x:hidden;
}

.TemplateName{
	font-size:14px;
}
@media screen and (max-width: 600px) and (min-width: 360px) {
	#gotopage{
	padding-left: 0px;
   }
 }
.NoLogsFound{
	margin-top:80px;
}
.fa-th-list{
	    margin-top: 15px;
	}
.stpfawesome{
	padding: 5px;
}
.editCfgRow{
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 
}

@media screen and (max-width: 425px) and (min-width: 375px) {
	.TdNameWidth,.TestButtonWidth{
		 width: 18%;
	}
	#testbutton {
    padding-left: 5px;
   }
}
@media screen and (max-width: 375px) and (min-width: 320px) {
	.TdNameWidth,.TestButtonWidth{
		 width: 22%;
	}
	#testbutton {
    padding-left: 2px;
   }
}

#ReportPanel{
	margin-bottom: 56px;
}
 #configData{
	margin-top: 15px;
}
.FromDate{
	    width: 10%;	
}

@media screen and (max-width: 2500px) and (min-width: 705px) {
	.Datemargin{
    margin-left: 15px;
 }	
 
 }
.hide{
	display: none;
}
.hidebuttonDiv{
	margin-bottom:10px;	
}
/*****/

#DataTable>tbody>tr>td{
	padding: 1px;
} 

.FileTbody{
font-size: 14px;
}

.thTime{
width: 9.9%;
}
.tdTime{
		width: 10%; 
	}

.thUserId{
		width: 20%;
	}

@media screen and (max-width: 705px) and (min-width: 320px) {
	.tdTime{
		width: 25%; 
	}
	.thUserId{
		width: 25%;
	}
}

.tdRequestType,.tdStatus{
	width: 10%;
}
.tdUserId{
	width: 20%;
}
.tdTrackingId{
	width: 20%;
}
.tdSOContext,.tdTpt{
	width: 10%;
}
.tdLpt{
	width: 10.2%;
}

/*MS IE browser specific css */

_:-ms-fullscreen, :root #DataTable>tbody>tr>td{
	padding: 0px;
}
_:-ms-fullscreen, :root #DataTable tbody {
	  height: 400px;
	  overflow-y: auto;
	  width: 100%;
}
_:-ms-fullscreen, :root .tdRequestType{
	  width: 10.3%;
}
_:-ms-fullscreen, :root .tdStatus {
	  width: 10.2%;
}
_:-ms-fullscreen, :root .tdUserId {
	  width: 20.5%;
}
_:-ms-fullscreen, :root .tdTrackingId {
	  width: 20.2%;
}

_:-ms-fullscreen, :root .tdSOContext {
	  width: 10.2%;
}

_:-ms-fullscreen, :root .tdTpt {
	  width: 10.2%;
}
_:-ms-fullscreen, :root .tdLpt {
	  width: 10%;
}	
_:-ms-fullscreen, :root .DefaultWidth{
	width:100%;
	font-size: 15px;
	padding-left: 10px;
	line-height:0px;
	height:35px;
}
_:-ms-fullscreen, :root .noRecFoundForDb{
	text-align: center;
	 width: 539%;
}
/*ends*/

 .block {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

 #DataTable>thead>tr>td {
    vertical-align: middle;
   }
   
   #recordsShown{
   	width:13%;
    padding-right: 0px;
    padding-left: 35px;
   }
   
   #totalRecord{
   	width:11%;
   }
  
  @media screen and (max-width: 705px) and (min-width: 320px) {
	#recordsShown{
   	width:45%;
   }
   
   #totalRecord{
   	width:39%;
   }
} 
@media screen and (max-width: 1150px) and (min-width: 705px) {
	#recordsShown{
   	width:16%;
   }
   
   #totalRecord{
   	width:14%;
   }
} 

@media screen and (max-width: 374px) and (min-width: 320px) {
	.noRecFoundForDb{
	text-align: center;
	 width: 122%;
 }
}
@media screen and (max-width: 424px) and (min-width: 375px) {
	.noRecFoundForDb{
	text-align: center;
	  width: 144%;
 }
}
@media screen and (max-width: 760px) and (min-width: 425px) {
	.noRecFoundForDb{
	text-align: center;
	 width: 164%;
 }
}
@media screen and (max-width: 990px) and (min-width: 767px) {
	.noRecFoundForDb{
	text-align: center;
	 width: 302%;
 }
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
	.noRecFoundForDb{
	text-align: center;
	 width: 404%;
 }
}
@media screen and (max-width: 1440px) and (min-width: 1150px) {
	.noRecFoundForDb{
	text-align: center;
	 width: 534%;
 }
}

 /*specific styles for Internet Explorer browser to fix table header*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.theadfixed thead {
    text-align:left;
    display: block;
    float: left;
    width: 100%;
}
.theadfixed thead tr {
    display: table-row !important;
    width: 100% !important;
}
.theadfixed tbody {
    display: block;
    height: 480px;
    overflow: auto;
    float: left;
    width: 100%;
}
.theadfixed tbody tr {
    display: table-row !important;
    width: 100% !important;
 }
}
