﻿body
{
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
    background-color: rgb(230, 235, 245);
}
@media (min-width:1025px) {
	#header {
		position:fixed;
	}

	#main {
		padding-top:48px;
	}
}
#header > :first-child, #logo-group
{
    width: auto !important;
}


textarea.cke_source {
    white-space: pre-wrap !important;   /*Firefox has bug where the source does not wrap*/
}

.panel-heading
{
    color: rgb(53,110,160) !important;
    border-left: 5px solid #428bca !important;
    font-weight: bold;
}

.navbar-top > li > a
{
    color: white !important;
}

.navbar-top > li > a:hover
{
    background-color: rgba(0,0,0,.2);
}

.table
{
    font-size: 13px;
}
.table > tr > th
{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > tr > th, .table > thead > tr > th, .table > tr > td, .table > tbody > tr > td
{
    border: 1px solid #ddd;
}

.table > tbody > tr > th
{
    vertical-align: bottom;
    border: 1px solid #ddd;
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}

.table-responsive
{
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.table-responsive > .table
{
    margin-bottom: 0;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
{
    white-space: nowrap;
}

@media all and (min-width:768px)
{
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
    {
        white-space: normal;
    }
}

.table-responsive > .table-bordered
{
    border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child
{
    border-left: 0;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child
{
    border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td
{
    border-bottom: 0;
}

.page-footer
{
    background-color: #f2f2f2 !important;
}

.radio .checkbox
{
    padding-left: 20px;
}

span.checkbox-inline
{
    padding: 0px;
}

.checkbox-inline label
{
    font-weight: normal;
}

span.checkbox-inline > input[type='checkbox']
{
    margin: 8px -5px 7px 0px;
}

span.checkbox-inline > label
{
    padding: 5px 5px 0px 10px;
    margin-right: 10px;
    float: left;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]
{
    margin-left: 0px;
}


.table > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > th
{
    background-color: #f9f9f9;
}

.table > tbody > tr:nth-child(even) > td, .table > tbody > tr:nth-child(even) > th
{
    background-color: #ffffff;
}

.btn-header > :first-child > a, .btn-header > :first-child > a:hover
{
    background-color: transparent !important;
    background-image: none;
    border: none;
    color: white;
}

.hidden-menu #hide-menu > :first-child > a
{
    background-color: transparent !important;
    background-image: none;
    border: none;
}

.btn-header > :first-child > a:hover
{
    background-color: white !important;
    color: #428bca !important;
    border-radius: 0px;
}

@media all and (min-width:992px)
{
    .btn-header > :first-child > a
    {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media all and (min-width:1200px)
{
    .btn-header > :first-child > a
    {
        padding: 10px;
        margin: 0px;
        height: 49px;
    }
}

.btn-header.pull-right
{
    margin-left: 0px;
}

.table td, .table th
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.table thead .sorting, .table thead .sorting_asc, .table thead .sorting_asc_disabled, .table thead .sorting_desc, .table thead .sorting_desc_disabled
{
    cursor: pointer;
}

.table thead > tr > th
{
    padding-right: 18px;
}


.table th:active
{
    outline: 0;
}

.table thead .sorting
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}


.table thead .sorting_asc
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}


.table thead .sorting_desc
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}


.table thead .sorting_asc_disabled
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right;
}


.table thead .sorting_desc_disabled
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right;
}


.table thead .sorting_asc, .table thead .sorting_desc
{
    background-color: #eee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    padding: 8px 10px;
}


.table tfoot > tr > th, .table thead > tr > th
{
    padding-left: 9px !important;
}


.table tfoot > tr > th input, .table thead > tr > th input
{
    width: 100% !important;
    font-weight: 400;
}


.table thead > tr > th.hasinput
{
    padding: 6px !important;
}

.disabled
{
    color: #bfbfbf !important;
}

.smart-accordion-default .panel-title a
{
    display: block;
    text-decoration: none !important;
}

.navbar-right {
 display: inline-block;
 margin-right: 5px;
 float: right;
}

.navbar-nav .open .dropdown-menu {
 position: absolute;
 right: 0;
 left: auto;
 background-color: white;
 border: 1px solid rgba(0, 0, 0, .15);
}

.navbar-nav.navbar-right:last-child {
  margin-right: 5px;
}

nav ul .active > a
{
    color: inherit !important;
}
nav ul .active > a
{
    background: rgba(0,0,0,.05) !important;
    background-color: #428bca;
}
.alert
{
    border-left-width: 0px;
    margin-bottom: 0px;
}

.alert-info
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.jarviswidget
{
    margin: 0px;
}
.jarviswidget > div
{
    border: none;
    padding: 0px;
}

.dropzone
{
    min-height: 150px;
    background-image: none;
    padding: 0;
}

.dropzone .dz-default.dz-message
{
    top: 150%;
}

.RadTreeView_Default
{
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif !important;
}

a[disabled="disabled"], a.disabled, input[disabled="disabled"], input.disabled
{
    color: lightgray;
}

#ribbon .breadcrumb
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.form-control-static
{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/* color selector*/
.dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after
{
    display: none !important;
}
.dropdown-colorselector > .dropdown-menu
{
    min-width: 490px !important;
    max-width: 490px !important;
}

.bg-color-ga-blue
{
    background-color: rgb(53,110,160);
}
.form-control-inline {
 display: inline-block;
 width: auto;
}

.form-control[disabled],
.form-control[readonly]{
	cursor:auto;
}

.LeaderboardContainer {
	background-color: white;
}

.cke_combo__strinsert > a > span.cke_combo_text.cke_combo_inlinelabel {
	width : 7em;
}

 #dvPgsBar {
	background-image: none;
	background-color: white;
	border:1px solid rgb(53,110,160);        
}
.margin-left-0 {
	margin-left:0px  !important;
}

@media (min-width:1025px) {
	.table-responsive {
		width:auto;
		overflow-x:visible;
		overflow-y:visible;
		-ms-overflow-style:none;
	}
	.table-responsive td {
		word-break:break-all;
	}
}

.navbar {
  border-radius: 0px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}


.header-dropdown-list .dropdown-menu a {
	color:#333;
	display:block;
	white-space:nowrap;
}

.header-dropdown-list .dropdown-menu a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.user-nav ul.dropdown-menu {
	/*min-width:220px;	*/
}

.user-nav .dropdown-toggle span {
	max-width:145px;
	overflow:hidden;
	white-space:nowrap;
	display:inline-flex;
}

.user-nav ul ul {
	padding:0px;
}

.user-nav {
	padding-left:20px;
}
.user-nav ul ul a {
	padding:0px 20px 0px 40px; 
	white-space:nowrap;
}

header div#logout {
	display:none;
}

@media (max-width:320px) {
	.btn-header {
		width:26px !important;
	}
}

.fa-lg.fa-fw {
	/*line-height:1.5em;*/
}


.print-button {
	color:#777;
	text-decoration:none;
}
.print-button:hover, .print-button:focus {
	color:#333;	
	text-decoration:none;
}


#eventConfigTable tr td:nth-child(1) , #eventConfigTable tr td:nth-child(2) ,
#tblNetZoneConfig tr td:nth-child(1) , #tblNetZoneConfig tr td:nth-child(2) {
	width:30% !important;
	max-width:30% !important;
}

.confirmationLetterIcons i.fa-check-square-o {
	padding-left:4px;	
}
.confirmationLetterIcons i.fa-check-square {
	color:red;
}

.cke_source {
	white-space: initial !important;
}

.chirpe-iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    height: 100%; 
    overflow:hidden;
}  

.maintenanceNotice {
	color:rgb(53,110,160) !important;
	border:1px solid #428bca !important;
	border-left:8px solid #428bca !important;
	padding:12px;
}

.maintenanceNotice .fa {
display:block;
height:100%;
}

.maintenanceNotice > div, .maintenanceNotice > p {
	margin-left: 40px;
	
}
/* Personify Color Theme - Begins - 🎺📯 */	
/* === Font Stack === */

@font-face {
    font-family: 'europabold';
    src: url('../../fonts/europa-bold-webfont.woff2') format('woff2'),
         url('../../fonts/europa-bold-webfont.woff') format('woff'),
         url('../../fonts/europa-bold-webfont.ttf') format('truetype'),
         url('../../fonts/europa-bold-webfont.svg#europabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'europalight';
    src: url('../../fonts/europa-light-webfont.woff2') format('woff2'),
         url('../../fonts/europa-light-webfont.woff') format('woff'),
         url('../../fonts/europa-light-webfont.ttf') format('truetype'),
         url('../../fonts/europa-light-webfont.svg#europalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'europaregular';
    src: url('../../fonts/europa-regular-webfont.woff2') format('woff2'),
         url('../../fonts/europa-regular-webfont.woff') format('woff'),
         url('../../fonts/europa-regular-webfont.ttf') format('truetype'),
         url('../../fonts/europa-regular-webfont.svg#europaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}





/* === Body === */

html.login-page, body.login-page, body.login-page #content {
    background-color: #2b4251 !important;
}

body.login-page .panel-body {
    box-shadow: none;	
}

body {
    background-color: #e1e7ee !important;
    background: #e1e7ee;
    color: #5b6770;
    font-family: 'europaregular', sans-serif;
} 

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'europaregular';
}


/* === Links === */
a {
    color: #009CBD;
}

a:hover {
    color: #074f67;
    text-decoration: none;
}





/* === Header === */

#header {
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #FFF;
    box-shadow: 0 0 15px #ccc;
    min-height: 72px;
}

@media (min-width: 1025px) {
    #main {
    padding-top: 70px;
    }
}

div#logo-group > ul > li {
  width: 149px;
  height: 40px;
  background-image: url('../../images/a2z_personify_logo.svg');
  background-repeat: no-repeat;
  margin: 2px 20px;
}

body.login-page div#logo {
	height: 40px;
	width: 100%;
	background-image: url('../../images/a2z_personify_logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

#header > div {
    padding-top: 12px;
}

div#logo-group > ul > li > a{
  display: none;
}

.header-dropdown-list > li > .dropdown-toggle {
    display: block;
    background: #fff;
    padding: 2px 7px 3px;
    border-radius: 0px;
    margin-top: 12px;
    text-shadow: none;
    color: #586771;
}

.dropdown-header {
    color: #00B0A5 !important;
}

.btn-header > :first-child > a {
    background-color: transparent !important;
    background-image: none;
    border: none;
    color: #0c85af !important;
    box-shadow: none;
    padding: 10px 8px;
    margin-top: 0px !important;
}

.btn-header > :first-child > a:hover {
    background-color: transparent !important;
    background-image: none;
    border: none;
    color: #074f67 !important;
    box-shadow: none;
    cursor: pointer !important;
}

.navbar-top > li > a {
    color: #586771 !important;
}





/* === Left Panel === */

aside#left-panel {
    background: #2b4251;
    border: none;
    padding-top: 90px;
}

nav > ul > li {
    background-color: #2b4251;
    background-image: none;
    border-bottom: none;
}

nav ul li a {
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px 10px 11px;
    color: #a8a8a8;
    display: block;
    font-weight: 400;
    text-decoration: none!important;
    position: relative;
}

nav ul li a, nav ul li.open > a, nav ul li.open > a b {
    color: #95b3c4 !important;
}

nav ul li.active > a:before {
    color: #e1e7ee;
}

nav ul .active > a {
    background: transparent !important;
    background-color: transparent !important;
    color: white !important;
    font-weight: normal !important;
}

nav ul .active > a i{
    color: white !important;
    font-weight: normal !important;
}

nav > ul > li > a > i {
    color: #95b3c4;
    font-size: 18px !important;
}

nav > ul > li > a:hover > i {
    color: #fff !important;
}

nav > ul > li > a > i {
    margin-right: 5px;
    width: 23px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.minified nav > ul > li {
    border-bottom: 1px solid #345062;
    border-top: 1px solid #223440;
}

.minified nav > ul > li > a >i {
    /* color: #E1E7EE !important; */
}

nav ul li a:hover {
    background: transparent !important;
    color: white !important;
}

.minifyme {
    border-bottom: 1px solid #1E2C38;
    background: #1E2C38;
    color: #648fa9;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: -3px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all .1s linear 0s;
}

.minifyme:hover {
    background: #1E2C38;
    color: #fff;
    right: 0;
}

.disabled {
    color: #5B6770 !important;
}

.disabled:hover {
    color: #5B6770 !important;
}

.disabled:hover i{
    color: #5B6770 !important;
}

span.pull-right i {
    color: #5b6770;
}





/* === Tables & Panels === */

.table > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
    color: #999;
}

.table > tbody > tr > th {
    vertical-align: bottom;
    background-color: #eee;
    background-image: none;
    font-size: 12px;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table>tbody:first-child > tr:first-child th {
    border-top: 1px solid #ddd !important;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffff;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    padding: 10px 20px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    color: #5b6770 !important;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    position: relative;
    font-family: 'europalight',sans-serif;
    margin-bottom: 6px !important;
}

.panel-heading {
    color: rgb(53,110,160) !important;
    border-left: none !important;
    font-weight: bold;
}

.progress {
    margin-bottom: 19px;
}


input:not([type]), input[type=color], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    border-color: #ccc;
}

@media (max-width: 767px) {
    input:not([type]), input[type=color], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
        font-size: 12px;
    }
}

input[type=text]:hover {
    border: 1px solid #009CBD;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
}

input, textarea, select, button {
    border-radius: 0px !important;
}

input#ctl00_body_btnUnifiedContent {
    margin-bottom: 15px;
}

input#ctl00_body_btnAttendeeContent {
    margin-bottom: 15px;
}

input#ctl00_body_btnExhibitorContent {
    margin-bottom: 15px;
}

input#ctl00_body_btnCreateLink {
    margin: 0px;
}

#ctl00_body_drpHall, #ctl00_body_ddlViews {
    padding: 0px 2px 1px 6px;
}





/* === Blue Buttons === */

.btn {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-success {
    color: #fff;
    background-color: #009CBD;
    border-color: #009CBD;
}

.btn-success[disabled],
.btn-success[disabled]:hover {
    color: #fff;
    background-color: #009CBD;
    border-color: #009CBD;
}

.btn-success:focus,
.btn-success.focus {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-success:hover {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
    border-color: transparent;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-primary {
    color: #fff;
    background-color: #009CBD;
    border-color: #009CBD;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-primary:hover {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
    border-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    background-color: #007a94;
    box-shadow: 0 0 8px #008ba9;
    color: #FFF;
}

.btn-default {
    color: #009CBD;
    border-color: #009CBD;
    background: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #007a94;
    background-color: #e6fbff;
    color: #007a94;
    box-shadow: 0 0 8px #4de0ff;
}

li.pull-right a.btn-primary.btn-sm {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.bg-color-ga-blue {
    background-color: #009CBD;
}

#dvPgsBar {
    border: none;
}

.progress-bar {
    background-color: #009CBD;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
}

div#ctl00_body_pnlAddUpdateCustomField td label {
    margin: 6px 15px 6px 6px;
    vertical-align: middle;
}




/* === Modal NextGen FP Styles === */
/*
.modal-title {
    font-family: 'europaregular', sans-serif !important;
}

.modal-content {
    border-radius: 0px !important;
}

#svgModal .modal-dialog .panel.panel-default {
    border-radius: 0px !important;
}

#svgModal .modal-dialog .panel-heading {
    border-radius: 0px !important;
}
*/
nav ul .active > a i.fas {
    font-weight: 900 !important;
}