﻿

/*
Default*/
body
{
    padding: 0;
    color: dimgray;
    font-size: 13px;
    line-height: 1.6;
    background: #fff;
}

.AdminFrame {
    padding-left: 15px;
    margin-top: 10px;
    height: 1500px;
}

p, a, li
{
    color: #555;
    line-height: 1.6;
}

a, a:focus, a:hover, a:active
{
    outline: 0 !important;
}
a:hover
{
    color: #387491;
    text-decoration: underline;
}

/* Style section*/
.glyphicon {
    margin-right: 5px;
}
.DN
{
    display: none;
}

.MT-20
{
    margin-top: 20px;
}

.MB-20
{
    margin-bottom: 20px;
}

/* Style Header bar*/

.colHeader
{
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.colHeader h3, .colHeader h4
{
    color: dimgray;
    margin: 0 0 -2px 0;
    padding-right: 10px;
    display: inline-block;
    text-shadow: 0 0 1px #f6f6f6;
    border-bottom: 2px solid #387491;
}

.headerBar
{
    padding: 30px 10px 20px 10px;
    box-shadow: inset 0 0 4px #eee;
}
.headerBar .container
{
    padding: 0 20px;
}
.headerBar .container .span9
{
    margin-right: 20px;
}
.headerBar span
{
    color: #666;
    display: block;

    /*QC 8279*/
    font-size: 26px; /*32px*/
    line-height: 26px; /*35px*/
    margin-bottom: 6px; /*12px*/
}
.headerBar a.btn-buy
{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 22px;
    font-weight: bold;
    border-radius: 2px;
    background: #387491;
    display: inline-block;
    text-decoration: none;
    padding: 12px 28px 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #51a00b;
}
.headerBar a.btn-buy:hover
{
    color: #fff;
    background: #68af28;
    text-decoration: none;
    box-shadow: 0 0 5px #c0c2c1;
}

/*section*/
.section
{
    margin-bottom: 10px;
    padding: 0px 0px 10px;
    max-width: 400px;
}


.section:hover, .section:hover:not(.lateral-navbar)
{
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 0 8px #ddd;
    background: #fcfcfc;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

.navBarWFD:hover{
  box-shadow: none !important;
}

.section:hover i
{
    color: #656565;
}
.section i
{
    float: left;
    color: #387491;
    padding: 6px;
    font-size: 33px;
}
.section i.icon-cogs
{
    font-size: 37px;
}
.section .desc
{
          margin:5px;
}
.section .desc p
{
          margin-top:3px;
}
.section .desc h4
{
    font-size: 22px;
    line-height: 25px;
    display: inline-block;
}
.section .sectionLink {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:inline;
    background-image: url("about:blank");
}


/*badge*/

.label, .badge
{
    background-color: #c00050;
    position: absolute;
    margin-left: 5px;
    padding: 3px 7px !important;
    line-height: initial;
}

.container h4 .badge
{
    margin-top: -5px;
    vertical-align: top;
    margin-left: 10px;
}

footer
{
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    padding: 35px 0px 10px 0px;
}

.footer .fwidget
{
    font-style: italic;
    margin-bottom: 30px;
}

.footer .fwidget h4
{
    font-size: 26px;
    color: #eee;
    font-style: normal;
}

footer hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: #000 1px solid;
    border-bottom: #212121 1px solid;
}

.footerSection p, .footerSection a
{
    background-color: #1f2224;
    color: #dbdada;
}

.btn-info {
background-color: #2a7a9b;
}

.nav > li > a:hover, .nav > li > a:focus {
background-color: #cccccc;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd !Important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus 
{
    background-color: #2a7a9b;
}


/* ********************************************* */
/* The loading screen */

#loading {
	width: 280px;
	height: 177px;
	
	background: url('/img/Loading/bg.png');
	
	position: fixed;
	z-index: 999;
	
	top: 50%;
	left: 50%;

	margin-top: -88.5px;
	margin-left: -140px;
	
	text-align: center;
}

#loading:after {
	display: block;
	
	height: 32px;
	width: 32px;
	
	position: absolute;
	left: 50%;
	top: 68px;
	
	margin-left: -16px;
	margin-top: -16px;
	
	background: url('/img/loading/spinner.gif');
	
	content: ' ';
}

#loading-overlay {
	position: fixed;
	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background: rgba(0,0,0,0.5);
	background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
	
	z-index: 998;
}

#loading span {
	display: inline-block;

	position: relative;
	top: 123px;
}

.loader .page-progress-bar
{
    margin: 14px 0 0 0;
}

.loader
{
    visibility: hidden;
}
.loader.active
{
    visibility: visible;
}

.has-error {
    border: 1px solid darkred;
}

/* Box
=================================================================== */
.box
 {
    margin: 0px 0px 20px 0px;
}
.box menu {
	display: inline;
}
.box menu a {
	font-size: 11px;
}
.box-header {
	height: 47px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #f1f1f1;
	border-bottom: 2px solid dimgrey;
	margin-bottom: -1px;
	padding: 2px;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: none;
		-moz-box-shadow: none;
		  box-shadow: none;
	-webkit-border-radius: 5px 5px 0px 0px;
	   -moz-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}

.box h4 i
{
    float: left;
    color: #387491;
    padding: 6px;
    font-size: 23px;
}

.box-header h4{
	float:left;
	margin-top: 11px;
    color: #387491;
}

.box-header h4 i{
	margin: -13px 3px 0 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .break{
	border-left: 1px solid #EDEDED; /* rgba(0,0,0,.05); */
	border-right: 1px solid #FEFEFE; /* rgba(255,255,255,.95); */
	margin: -12px 10px -10px 10px;
	padding: 15px 0px 25px 0px;
	
}

.box-header .box-icon {
	float:right;
}

.box-header .box-icon i {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.box-header .box-icon a {
	margin: 7px 10px;
}
.box-header a
{
    margin: 9px 5px 0 20px;
    display: -webkit-inline-box;
    color: #387491;
}
.box-header a:hover
{
   color: #656565;
}
.box-content {
	position: relative;
	z-index: 50;
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
			border-radius: 0px 0px 5px 5px;
	background-color: #fcfcfc;
}

.box-content:before {
	content:"";
	width:98%;
	height:2px;
	position:absolute;
	bottom:-4px;
	left:1%;
	background:#fcfcfc;
	border:1px solid #f1f1f1;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
			border-radius: 0px 0px 15px 15px;
}

.box-content:after {
	content:"";
	width:96%;
	height:1px;
	position:absolute;
	bottom:-6px;
	left:2%;
	background:#f9f9f9;
	border:1px solid #f1f1f1;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
			border-radius: 0px 0px 5px 5px;
}


.modal-body {
overflow: auto;
}

.noMarginLeft {
    padding-left: 0;
    margin-left: 0;
}

.sterling-tooltip {
    
}

.tooltip-inner {
    max-width: 350px;
    z-index: 200;
}

.has-switch label {
    z-index: 0 !Important;
}

.rowbold td {
  font-weight:bold !important;
}
/* Tooltip container WFD */
.tooltipCount {
  position: relative;
  border-bottom: 1px dotted black;
}

  /* Tooltip text */
  .tooltipCount .tooltiptextCount {
    visibility: hidden;
    width: 60px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 50%;
    margin-left: 27px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

    /* Tooltip arrow */
    .tooltipCount .tooltiptextCount::after {

    }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltipCount:hover .tooltiptextCount {
    visibility: visible;
    opacity: 1;
  }


