﻿@charset "utf-8";
/* CSS Document */
html,body
{
    height:100%;
}

body {
	background-color: #f3f0eb;	
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #5c5c5c;
    margin-bottom:-10px;
    min-height:100%;
    position:relative;
}
footer
{
    height:10px;
}
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -20px;
  /* Pad bottom by footer height */
  padding: 0 0 10px;
}

* {
    outline:none;
}

a {
	color: #1161a8;
    outline:none !important;
}	

a:hover {
	color: #519fe5;
	text-decoration: none;	
}

h1 {
	font-size: 36px;
	font-weight: 300;
	padding: 0px;
	margin: 32px 0px 26px 0px;	
}

/*Header*/

.header {
    background: #454545;
	background: -webkit-linear-gradient(#3f3f3f, #4b4b4b); 
  	background: -o-linear-gradient(#3f3f3f, #4b4b4b); 
  	background: -moz-linear-gradient(#3f3f3f, #4b4b4b); 
  	background: linear-gradient(#3f3f3f, #4b4b4b); 
	line-height: 41px;	
}

.header a {
	color: #cdcdcd;
	padding: 0px 0px 0px 0px;
}	

.header a:hover {
	color: #fff;
	text-decoration: none;	
}

.header .fa
{
    color: #727272;
}
.header ul li .fa {
	padding: 0px 5px 0px 20px;	
}

.header .fa.fa-chevron-down {
	color: #fff;
}

.header a:hover .fa.fa-chevron-down {
	color: #cdcdcd;	
}
/* Select 2 */
.select2-container
{
    width:100%;
}
.select2-container a .select2-arrow
{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:16px;
    line-height:32px !important;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	background-color: #eeeeee !important; 
    width:42px !important; 
    text-align:center;
}
.select2-container a .select2-arrow:before
{
    color:#767676;
    content:"\f0e7";
}
.select2-chosen
{
    color:#1161a8;
}
/* Bootstrap */

.modal-xl
{
    width:90%;
}

.modal-lg
{
    width:75%;
}

.modal-md
{
    width:50%;
}

.modal-sm
{
    width:25%;
}
.thumbnail
{
    padding:20px;
}
.hr {
	border-bottom: 1px solid #dddad6;
	margin: 10px 0px 7px 0px;	
}
.tablesortable th:after{
    content:" \f0dc";
    font:normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
}
.table-responsive
{
    overflow-x:auto;
}
.widget .input-group-btn .btn-primary
{
    margin:0px 0px 0px -1px;
    padding:6px 12px 6px 12px;
    display:inline-block;
    font-size:14px;

}
div.disabled
{
    color:#C2C2C2;
    cursor:not-allowed;
}
.input-group.date div.disabled.input-group-addon span
{
    cursor:not-allowed;
}
.tooltip-inner
{
    background-color:#1161a8;
    color:white;
}
.popover
{
    background-color:#1161a8;
    color:white;
}


/*site site */

.site-search .form-control-site-search,
.site-search.form-control-site-search:focus {
	background-color: #2f2f2f;
	border: none;
	color: #fff;	
	font-size: 11px;
	height: 30px;
       border-radius: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
      outline:none;
}


.site-search .input-group-addon {
	padding: 0px;
	background-color: #2f2f2f;
	border: none;	
	font-size: 11px;
	height: 30px;
}

.site-search .btn-site-search {
	background-color: #2f2f2f;
	color: #fff;
	border: none;
	font-size: 11px;
	height: 30px;
}

.site-search .btn-site-search :hover {
	background-color: #6a6868;
}	

/*Nav*/

.mainnav .nav {
	background-color: #1161a8;
	color: #fff;
	font-size: 13px;
	padding: 0;
}

.mainnav .nav a {
	color: #fff;
	padding: 12px 8px 12px 8px;
	display: inline-block;
}	

.mainnav .nav a:hover {
	color: #f3f0eb;
	text-decoration: none;	
}

#mainnav .fa {
	font-size: 18px;	
}
#mainnav .fa.fa-chevron-down {
	font-size: 13px;
    padding-left:3px;	
    color:#bebebe;
}
#mainnav a:hover .fa.fa-chevron-down {
    color: #fff;
}
.nav ul
{
    padding:0;
    margin:0;
}
.mainnav .nav li {
	display: inline;	
    float:left;
}

.nav li.active {
    background-color:#09458d;
}

#bars {
	position: absolute; 
	top: 12px; 
	right: 16px;
	z-index: 30;
}
	
#bars .fa-bars {
	color: #fff; 
	font-size: 20px;	
}
/* Side Nav */
#sidenav {
    z-index: 10;
    display: block;
	margin: 8px 0 0 0;
}

#sidenav li { 
	display: inline-block; 
	list-style: none; 
    float:none;
}

#sidenav td {
	margin: 0px 0px 10px 0px; 
	padding: 5px 0px 5px 0px;
}
#sidenav .title {
	background-color: #f5a50a; 
	color: #fff; 
	padding: 3px 0px 3px 10px;
	font-size: 14px;
	width: 100%;
}
#sidenav li:hover.sub ul
{
    right:0px;
}
#sidenav > li > a {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 5px;
}

/*dropdown menus */
li.sub i.fa
{
    font-size:11px;
    padding-right:7px;
}
li.sub i.fa.fa-chevron-down
{
    font-size:10px;
    padding-right:0px;
    padding-left:5px;
}
li:hover.sub { 
	position: relative;
}

li.sub ul {
    background: #fff;
    display: none;
	font-size: 12px;
	box-shadow: 3px 5px 3px #e0ded9;
	color: #5c5c5c;
	text-align: left;
	padding: 10px;
	width: 180px;
	line-height: 25px;
}
#mainnav li.sub ul
{
    background-color:#1161a8;
}
.mainnav .nav li.sub ul a,li.sub ul a
{
    padding:0;
}

li:hover.sub ul {
    display: block;
    position: absolute;
	z-index: 100;
}

li.sub ul li {
	width: 100%;
}
#sidenav li.sub ul li a,#sidenav li.sub ul li a:hover{
    color: #1161a8;
}

li.sub ul li a:hover,#mainnav li.sub ul li a:hover,#sidenav li.sub ul li a:hover { 
	text-decoration: underline;
}
li.sub ul li.sub a .fa
{
    display:none;
}
li.sub ul li.sub ul
{
    box-shadow:none;
}
li.sub ul li.sub ul
{
    position:static;
    padding:0;
    width:100%;
}
li.sub ul li.sub ul li
{
    text-indent:7px;
    padding:0;
}



/* Top Nav*/
#topnav {
    z-index: 10;
    display: block;
	margin: 0px;
}

#topnav li { 
	display: inline-block; 
	list-style: none; 
}

#topnav li.sub ul {
    background: #4b4b4b;
	color: #5c5c5c;
    box-shadow:none;
}
#topnav li.sub ul li a
{
    color:#fff;
}

/*Widget*/

.widget {
    position: relative;
	box-shadow: 3px 3px 3px #e0ded9;
	margin: 0px 0px 30px 0px;	
	background-color: #fff;
	padding: 45px 10px 10px 10px;
}

.widget > .title {
	position: absolute; 
	top: 8px; 
	left: -8px; 
	font-size: 17px; 
	width: 100%; 	
	height: 30px;
	overflow: hidden;
}

.widget > .title .fa {
	margin: 0px 5px 0px 0px;	
}

.widget .fa-file {
	font-size: 16px;
	margin: 0px 20px 0px 0px;	
}

.widget .data {
	border-bottom: 1px solid #e7eff6;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 0px 0px;	
}

.widget .fa-chevron-down {
	color: #e58700;
	font-size: 10px;
	padding: 0px 0px 0px 5px;	
}

.widget .fa-unsorted {
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	color: #8e8e8e;	
}

.widget .row-form-data label {
	font-weight: normal;
	margin: 7px 0px 5px 0px;	
}

.widget .row-form-data {
	line-height: 22px;
	padding-top: 10px; 
    padding-bottom:10px;
}

.widget .row-form-data .col-sm-4 .col-xs-6 {
	padding-bottom: 5px;	
}

.widget .form-control {
	color: #1161a8;	
}

.widget .form-number {
	color: #b8b8b8;	
}

.widget .form-age {
	color: #1161a8;	
	font-size: 16px;
}

.widget .form-title {
	font-size: 14px;
	color: #1ea6a8;
	padding: 10px 15px 10px 15px;	
}

.widget .hr {
	border-bottom: 1px solid #dddad6;
	margin: 10px 0px 7px 0px;	
}

.widget .btn-primary {
	font-size: 12px;
	margin: 4px 2px 5px 0px;	
	background-color: #1161a8;
	border: 1px solid #1161a8;
	padding: 4px 7px 4px 7px;
}

.widget .btn-primary:hover {
	background-color: #064780;
	border: 1px solid #064780;
}

.widget.blue > .title {
	background-color: #1161a8; 
	color: #fff; 
	padding: 3px 0px 3px 8px;
}
/*.blue i
{
    color:#1161a8;
}*/
.widget table .fa
{
    font-size:17px;
}


.widget.purple > .title {
	background-color: #8d11a8; 
	color: #fff; 
	padding: 3px 0px 3px 8px;
}

.widget.green > .title {
	background-color: #11a89f; 
	color: #fff; 
	padding: 3px 0px 3px 8px;
}

.widget.green a {
	color: #11a89f;
}	
.widget.green .btn {
	color: #fff;
}	
.widget.green .btn:hover {
	color: #fff;
}	


.widget.green a:hover {
	color: #4ecdcf;
	text-decoration: none;	
}

.widget.orange .title {
	background-color: #f5a50a; 
	color: #fff; 
	padding: 3px 0px 3px 8px;
}

.widget.white .title {
	padding: 3px 0px 3px 20px;
}

.widget.corner:before {
    content:"";
	position: absolute; 
	top: 38px; 
	left: -8px; 
    width:0;
    height:0;
 	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
}

.widget.corner.blue:before  {
	border-top-color:  #093e6e;
}

.widget.corner.purple:before  {
	border-top-color: #460b88;
}

.widget.corner.green:before  {
	border-top-color: #0b6862;
}

.widget.corner.orange:before  {
	border-top-color:  #ab750b;
}

/*sub widget */

.widget-sub {
	box-shadow: 3px 3px 3px #e0ded9;
	margin: 0px 0px 25px 0px;	
	background-color: #fff;
	padding: 0;
	font-size: 14px;
}

.widget-sub ul {
	padding: 0px;
	margin: 0px;
	list-style: none;	
}

.widget-sub ul li {
	margin: 2px 0px 6px 0px;
	padding: 0px 0px 0px 10px;	
}

.widget-sub .title {
	padding: 7px 0px 7px 0px;
}

.widget-sub .inner {
	padding: 10px;
}

.widget-sub .fa-user {
	font-size: 20px;
}	

/*widget sub blue */

.widget-sub.blue .title {
	background-color: #1161a8; 
	color: #fff; 
}
.widget-sub.blue a {
	color: #4d4d4d;
}	

.widget-sub.blue a:hover {
	color: #1161a8;
	text-decoration: none;	
}

.widget-sub.blue .selected a {
	color: #1161a8;
}	

ul li.selected:before {
    content:"\f0da ";
    font:normal normal normal 14px/1 FontAwesome;
    color:#1161a8;
    text-align:left;
}

.widget-sub.blue .selected a:hover {
	color: #1161a8;
	text-decoration: none;	
}
.widget-sub.green .title {
    background-color: #11a89f; 
	color: #fff; 
}
.widget-sub.green a {
	color: #11a89f;
}	

.widget-sub.green a:hover {
	color: #fff;
	text-decoration: none;	
}

.widget-sub.green .selected a {
	color: #1161a8;
}	

.widget-sub.green .selected a:hover {
	color: #1161a8;
	text-decoration: none;	
}

.widget-sub.orange .title {
	background-color: #f5a50a; 
	color: #fff; 
}

.widget-sub .bigtitle {
	padding: 7px 0px 7px 10px;
	font-size: 17px;	
}

.widget-sub .bigtitle .fa-search {
	padding: 0px 5px 0px 0px;	
}

.widget-sub label {
	font-weight: normal;
	margin: 7px 0px 5px 0px;	
}

.widget-sub .form-group {
	margin: 0px;	
}

/*end widget sub blue */

/*tables */

.table tbody tr td {
	border-top: none;
	border-bottom: 1px solid #e7eff6;	
}
table thead td,table tbody th td
{
    font-weight:700;
}
#dashboards table td
{
    white-space: nowrap;
}
#dashboards section
{
    float:left;
}

/*back link */

.back {
	margin: 15px 0px 0px 0px;	
    display:inline-block;
}

.back a {
	color: #9f9e9b;
	text-decoration: none;	
}

.back a:hover {
	text-decoration: underline;	
}


/* buttons */

.btn-save-top {
	margin-top: 40px;
}

.btn-save-bottom {
   
    margin-bottom:30px;
}

.btn-search {
    margin-bottom:30px;
}

/*search results */


.pagination-search li a {
	margin: 0px 1px 2px 1px;	
	border-radius: 3px;
	border: 1px solid #fff;
}

.pagination-search li a:hover {
	background-color: #1161a8;
	border: 1px solid #1161a8;
	color: #fff;	
}

.pagination-search  li.active a {
	background-color: #1161a8;
	border: 1px solid #1161a8;
	color: #fff;	
}

.pagination-search li.active a:hover {
	background-color: #1161a8;
	border: 1px solid #1161a8;
	color: #fff;	
}

.pagination-search li.text-pag a {
	background-color: #d6d4d0;
	color: #5e5e5e;	
	border: 1px solid #d6d4d0;
}

.pagination-search  li.text-pag a:hover {
	background-color: #fff;
	color: #5e5e5e;	
	border: 1px solid #fff;	
}

.pagination-search li.first a {
	margin: 0px 0px 0px 25px;
}

.pagination-search  li.last a {
	margin: 0px 25px 0px 0px;
}

/*errors on form */


.row-form-data label.errors,.row-form-data label.warnings {
	font-weight: bold;
}
.row-form-data label {
	font-weight:normal;
}
.row-form-data 
{
    line-height:22px;
}

label.error,
h1.errors {
	color: #be0e4c;	
}
label.success,
h1.success {
	color: #11a89f;	
}
label.warning,h1.warnings
{
    color:#df9c1b;
}

.widget .form-control.error {
	color: #be0e4c;
    border:1px solid #be0e4c;
}
.widget .form-control.warning {
	color: #f6aa18;
    border:1px solid #be0e4c;
}

.widget.errors,.widget.warnings,.widget.success {
	color: #5c5c5c;
}

.widget.errors .title,.widget.warnings .title,.widget.success .title {
	color: #fff;	
	position: absolute; 
	top: 8px; 
	left: -8px; 
	font-size: 17px; 
	width: 100%; 	
	height: 30px;
	overflow: hidden;
	padding: 2px 8px 4px 8px;
}
.widget.errors .title
{
    background-color: #be0e4c;
}
.widget.success .title
{
    background-color:#11a89f;
}
.widget.warnings .title
{
    background-color:#f6aa18;
}

.widget.errors .title div,.widget.warnings .title div,.widget.success .title div {
	padding: 0px;	
}

.widget.corner.errors:before,.widget.corner.warnings:before  {
	border-top-color: #76092f;
    
}
.widget.corner.success:before
{
    border-top-color:#0b6862
}
.widget.errors ul,.widget.warnings ul,.widget.success ul {
	margin: 5px 5px 0px 5px;
	padding: 0px;
	list-style: none;	
}

.widget.errors ul li,.widget.warnings ul li,.widget.success ul li {
	margin: 0px 0px 5px 0px;	
}

.widget.errors ul li.minor strong,.widget.warnings ul li.minor strong,.widget.success ul li.minor strong {
	color: #f5a50a;	
	font-size: 14px;
}

.widget.errors ul li.urgent strong,.widget.warnings ul li.urgent strong,.widget.success ul li.urgent strong {
	color: #be0e4c;	
	font-size: 14px;
}
.widget.errors ul li.success strong,.widget.warnings ul li.success strong,.widget.success ul li.success strong {
	color: #5cb85c;	
	font-size: 14px;
}

.widget.errors a,.widget.warnings a,.widget.success a {
	color: #1161a8;
	text-decoration: underline;	
}

.widget.errors a:hover,.widget.warnings a:hover,.widget.success a:hover {
	color: #3889d0;	
}

.widget.errors .title a,.widget.warnings .title a,.widget.success .title a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}
.widget.errors .title a {
    background-color: #76092f;
}
.widget.warnings .title a
{
    background-color:#df9c1b;
}
.widget.success .title a
{
    background-color:#0f8f86;
}

.widget.errors .fa,.widget.warnings .fa,.widget.success .fa {
	padding: 0px 5px 0px 0px;	
}

.widget.errors .toggle,.widget.warnings .toggle,.widget.success .toggle {
	text-align: right;	
}

.widget-sub .inner ul li .warning {
	font-size: 18px;	
}


.error-bg-overlay {
	position: fixed; 
	top: 0px;
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #898885; 
	background-color:rgba(32, 32, 32, 0.5);
	z-index: 20;
}

.error-fixed-position {
	position: fixed; 
	top: 214px; 
	left: 0; 
	z-index: 30; 
	width: 100%; 
	border-left: 15px solid #898885;	
	border-right: 15px solid #898885;
	box-shadow: none;
}

#error-section .title .pull-right a, .error-fixed-position .title .pull-right a {
	cursor: pointer;
}

/* search page - more options */
.more-options {
    padding-top:20px;
    display:none;
    position:relative;
}


/* autocomplete */
.autocomplete {
	width: 200px; 
	position: absolute; 
	top: 62px;
	right: 13px; 
	z-index: 10;
}

.autocomplete .arrow {
	background-image:url(../images/arrow-search.png); 
	background-repeat: no-repeat; 
	width: 21px; 
	height: 9px;
	position: absolute; 
	top: 0px; 
	right: 10px; 
	z-index: 20;	
}

.autocomplete .search {
	border: 1px solid #9f9e9b; 
	box-shadow: 3px 3px 3px #e0ded9; 
	background-color: #fff; 
	position: absolute; 
	top: 8px; 
	right: 0px; 
	width: 100%;
	z-index: 10; 
	padding: 10px;
}	

.autocomplete .search ul {
	padding: 0px;
	margin: 0px;
	list-style: none;	
}

.autocomplete .search .autocomplete-search {
	margin: 0px 0px 5px 0px;	
	border-top: 5px solid #9f9e9b;
	padding: 10px 0px 0px 0px;
}

.autocomplete .search .autocomplete-search .form-control-site-search,
.autocomplete .search .autocomplete-search.form-control-site-search:focus {
	background-color: #e9e9e9;
	border: none;
	color: #fff;	
	font-size: 11px;
	height: 30px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none;
}

.autocomplete .search .autocomplete-search .input-group-addon {
	padding: 0px;
	background-color: #e9e9e9;
	border: none;	
	font-size: 11px;
	height: 30px;
}

.autocomplete .search .autocomplete-search .btn-site-search {
	background-color: #e9e9e9;
	color: #9f9e9b;
	border: none;
	font-size: 11px;
	height: 30px;
}

.autocomplete .search .autocomplete-search .btn-site-search :hover {
	color: #545350;
}	

.input-group-addon.bolt.bolt {
	background-color: #9f9e9b;
	color: #fff;
	border: 1px solid #9f9e9b;
	font-size: 18px;	
	border-radius: 0px 5px 5px 0px;
}

.input-group-addon.bolt a {
	color: #fff;	
	cursor: pointer;
}

.input-group-addon.bolt a:hover {
	color: #d2d2d2;	
}
@media (max-width:5000px)
{
        .fixed
    {
        position:fixed;
    }
}
@media (max-width:1328px) {
    .sub.active {
        font-size: 11px;
    }
}
@media (max-width:1228px) {
    .sub.active {
        font-size: 10px;
    }
}

@media  (max-width: 1124px)  {  
	.mainnav .nav {
		font-size: 11px;
	}
	
	.mainnav .nav a {
		color: #fff;
		margin: 0;
	}	
	
	.mainnav .nav .fa-home {
		font-size: 15px;	
	}
	
	.mainnav .nav-right a {
		
	}
	
	.mainnav .nav-right .fa-chevron-down {
		padding: 0px 0px 0px 2px;
		font-size: 6px;
		font-weight: normal;
	}
	
	.mainnav .nav-right .fa-history {
		font-size: 10px;
		padding: 0px 2px 0px 0px;
	}
	
	.mainnav .nav-right {
		
	}
	
	.header .fa-user {
		padding: 0px 5px 0px 26px;	
	}
	
	.header .fa-chevron-down {
		padding: 0px 26px 0px 5px;	
	}
	
	.error-fixed-position {
		top: 211px; 
	}

}
@media (max-width:991px)
{
    .fixed
    {
        position:static;
    }
}
@media  (max-width: 767px)  { 
    .sub.active {
        font-size: 13px;
    }
	.mainnav .nav {
		background-color: transparent;
		color: #fff;
		border: none;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 42px;
		left: 15px;
		z-index: 100;
		width: 100%;
	}

    .mainnav .nav li {
        float:none;
        display:block;
    }
    .mainnav .nav li.sub .fa
    {
        display:none;
    }
	.mainnav .nav li a,.mainnav .nav li.sub ul a {
		color: #fff;
		padding: 10px 12px 10px 12px;
		display: block;
		background-color: #1161a8;
		border-bottom: 1px solid #075193;
		border-left: 1px solid #075193;
		border-right: 1px solid #075193;
	}
    .mainnav .nav a:hover {
		text-decoration:none;
	}
    .mainnav .nav li.sub ul
    {
        display:block;
        box-shadow:none;
        width:100%;
        border:0;
        padding:0;
    }	
    .mainnav .nav li.sub ul
    {
        display:block;
        box-shadow:none;
        width:100%;
    }	
	
	.mainnav .nav a:hover {
		color: #f3f0eb;
		text-decoration: none;	
		background-color: #075193;
	}
	
	.mainnav .search-button {
		margin: 20px 0px 20px 0px;	
	}
	
	.widget.errors .toggle {
		text-align: left;	
	}
	
	h1 {
		font-size: 25px;
	}
	
	.error-fixed-position {
		top: 159px; 
	}
		
}

@media  (max-width: 480px)  { 
	
	
h1 {
	font-size: 18px;
}


.pagination-search li.first a {
	margin: 0px 0px 0px 8px;
}

.pagination-search li.last a {
	margin: 0px 8px 0px 0px;
}

.pagination-search li a, .pagination-search li span {
    padding:6px;
}

}
/* App Specific */
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.vpad  { padding-top: 2px; }
.vpad1 { padding-top: 5px; }
.vpad2 { padding-top: 10px; }
.vpad3 { padding-top: 15px; }
.vpad4 { padding-top: 30px; }
.vpad5 { padding-top: 40px; }
.vpad6 { padding-top: 60px; }
.vpad7 { padding-top: 80px; }
.vpad8 { padding-top: 100px; }
.vpad9 { padding-top: 150px; }
/* old css */
section.InformationHover
{
	z-index:99;
	display:none;
	/*position:fixed;*/
	position:absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	vertical-align:middle;
	z-index:100;
	
}

.customhpcontent
{
    overflow:hidden;
}
.selectable
{
    cursor:pointer;
}

.outertable
{
    display:table;
    height:100%;
    width:100%;
}
.innercell
{
    display:table-cell;
    vertical-align:middle;
}
.widget .btn-primary.btn-aligninput
{
    margin-top:37px;
}
iframe
{
    border:0;
    width:100%;
    overflow:hidden;
}
#InformationHover
{
    display:none;
    z-index:150;
    position:absolute;
    background-color:#f3f0eb;
}



/* Custom Fonts */
.fa-ldd:before
{
    content:"LDD";
}
.fa-ldd
{
    border:1px solid #1161a8;
}
.fa.fa-trash
{
    color:#a94442;
}

/* dashboards */
.tile{
    padding:5px;
    border-radius:2px;
    text-align:center;
}

span.title
{
    font-weight:600;
    font-size:12px;
    line-height:23px;
    display:block;
}
