
@font-face
{
font-family:'dotsfont';
src:url('fonts/dotsfont.eot');
src:url('fonts/dotsfont.eot?#iefix')  format('embedded-opentype'),
	url('fonts/dotsfont.svg#font')    format('svg'),
	url('fonts/dotsfont.woff')        format('woff'),
	url('fonts/dotsfont.ttf')         format('truetype');
font-weight:normal;
font-style:normal;
}

html {
height: 100%;
}
body {
min-height: 100%;
}
.windowMain {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
#sectionLoader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.1);
}
#quicklinkOptions {
margin-top: -2px;
}

.hidden {
display: none;
}
.navbar-ascent .navbar-nav .nav-link, .navbar-ascent .navbar-brand {
color: rgba(255, 255, 255, 0.8);
}
.navbar-ascent .navbar-nav .nav-link:hover, .navbar-ascent .navbar-brand:hover {
color: rgba(255, 255, 255, 1);
}
.main-sidebar {
position: fixed;
top: 55px;
bottom: 0;
left: 0;
z-index: 1001;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
width: 200px;
box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.mini-sidebar {
position: fixed;
top: 4px;
bottom: 0;
left: 0;
z-index: 1001;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
width: 52px;
/*width: 45px;*/
box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.mini-sidebar ul li a b {
display: none;
font-weight: normal;
}
.mini-sidebar:hover ul li a b {
display: inline-block;
}
.mini-sidebar:hover {
width: 200px;
}

.sidebar a {
color: rgba(255, 255, 255, 0.8);
}
.sidebar a:hover,.sidebar a:focus {
color: rgba(255, 255, 255, 1);
}
.mainwinContainer {
position: fixed;
top: 104px;
left: 200px;
right:0;
bottom:0;
z-index: 999;
overflow-x: auto;
overflow-y: auto;
background: #FFF;
}
.popupwinContainer {
position: fixed;
top: 53px;
left: 52px;
right:0;
bottom:0;
z-index: 999;
overflow-x: auto;
overflow-y: auto;
background: #FFF;
}
.detailwinContainer {
position: fixed;
top: 53px;
left:0;
right:0;
bottom:0;
z-index: 999;
overflow-x: auto;
overflow-y: auto;
background: #FFF;
}
.modalContent {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
color: #4c4f53;
background: #FFF;
border-radius: .3rem;
}
.pageContent {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
color: #4c4f53;
background: #FFF;
}
.mainwinNavigate {
position: fixed;
top: 55px;
right: 0;
left: 200px;
z-index: 1000;

/*width: 100%;*/
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
background: #eff0f0;
height: 49px;
}
.popupwinThemebar {
position: fixed;
top: 0;
left: 0;
right:0;

background: #eff0f0;
height: 4px;
}
.popupwinNavigate {
position: fixed;
top: 4px;
right: 0;
left: 0;
z-index: 1000;

/*width: 100%;*/
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
background: #eff0f0;
height: 49px;
}
.sidebarOffset {
top: 4px;
right: 0;
left: 52px;
}
.mainwinHeading {
margin-bottom: 10px;
}

.inWindow {
height: 600px;
width: 1000px;
z-index: 100000;
left: 300px;
top: 200px;
border:5px solid #333;
}
.inWindow_wrapper {
position:absolute;
width: 0px;
}
.inWindow .popupwinContainer, .inWindow .mini-sidebar, .inWindow .popupwinNavigate, .inWindow .popupwinThemebar, .inWindow .detailwinContainer {
position:absolute !important;
}

.prompt_logo img {
max-width: 400px;
}

.prompt_container {
width: 1000px;
position: fixed;
top: 25%;
left: 50%;
transform: translate(-50%, -25%);
}
.prompt_toprow {
margin-bottom: 10px;
}
.prompt_botrow {
margin-top: 10px;
}
.prompt_row {
box-shadow: 0 0 7px rgba(0, 0, 0, .9);
}
.prompt_advert {
background: #eee;
background-image: url('images/image_intro.png');
background-size: cover;
background-repeat: no-repeat;
}
.prompt_content {
background: #FFF;
padding: 30px;
}
.prompt_footer {
color: #FFF;
}
.form-search {
border-radius: 30px !important;
background: rgba(255, 255, 255, 0.2);
color: #ffffff !important;
box-shadow: none !important;
border: none !important;
margin-top: 2px;
min-width: 250px;
}
.form-search:focus {
background: rgba(255, 255, 255, 0.2);
color: #ffffff !important;
box-shadow: none !important;
border: none !important;
}
input.form-search::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.7);
font-weight: normal;
}
input.form-search:-moz-placeholder {
color: rgba(255, 255, 255, 0.7);
}
input.form-search::-moz-placeholder {
color: rgba(255, 255, 255, 0.7);
}
input.form-search:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.btn-generic {
position: absolute;
right: 17px;
top: 2px;
width: 34px;
height: 34px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
background: 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index: 3;
color: rgba(0, 0, 0, 0.5);

}
.btn-generic2x {
position: absolute;
right: 51px;
top: 2px;
width: 34px;
height: 34px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
background: 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index: 3;
color: rgba(0, 0, 0, 0.5);

}
.btn-search {
position: absolute;
right: 0;
top: 5px;
height: 30px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
background: 0 0;
-webkit-border-radius: 0 30px 30px 0;
-moz-border-radius: 0 30px 30px 0;
border-radius: 0 30px 30px 0;
z-index: 3;
color: rgba(255, 255, 255, 0.7);
}
.btn-search:hover {
color: rgba(255, 255, 255, 1);
}

.popup-search {
border-radius: .25rem !important;
background: rgba(255, 255, 255, 0.8);
color: #000 !important;
box-shadow: none !important;
min-width: 250px;
}
.popup-search:focus {
background: rgba(255, 255, 255, 0.8);
color: #000 !important;
box-shadow: none !important;
}
input.popup-search::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.5);
font-weight: normal;
}
input.popup-search:-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
}
input.popup-search::-moz-placeholder {
color: rgba(0, 0, 0, 0.5);
}
input.popup-search:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.5);
}
.popbtn-search {
position: absolute;
right: 0;
top: 5px;
height: 30px;
padding-top: 3px;
padding-bottom: 5px;
border: none;
background: 0 0;
-webkit-border-radius: 0 .25rem .25rem 0;
-moz-border-radius: 0 .25rem .25rem 0;
border-radius: 0 .25rem .25rem 0;
z-index: 3;
color: rgba(0, 0, 0, 0.5);
}
.popbtn-search:hover {
color: rgba(0, 0, 0, 1);
}
.btn-nav {
padding-left: 0;
padding-right: 0;
color: #333;
cursor: pointer;
}
.wload {
position: absolute;
top: 25%;
left: 50%;
transform: translateY(-50%);
transform: translateX(-50%);
text-align: center;
background: #fff;
padding: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, .9);
}
.table-dblline > td {
line-height: .9rem;
}
.cell-dblline {
line-height: .9rem;
}
.cell-tplline {
line-height: 1.1rem;
}
.table-icon {
width: 36px;
text-align: center;
cursor: pointer;
}
.table-cell {
width: 75px;
}
.table-mdcell {
width: 90px;
}
.cell-nowrap {
white-space: nowrap;
}
.table-nopadcell {
padding: 0 !important;
}
.table-lgcell {
width: 150px;
}
.table-lgcellx2 {
width: 300px;
}
.table-1xcell {
width: 175px;
}
.table-2xcell {
width: 225px;
}
.navp-left {
float: left;
margin-right: 5px;
}
.navp-right {
float: right;
margin-left: 5px;
}
.frmi-right {
float: right;
margin-top: -2px;
}
.hrp-right {
float: right;
margin-top: -7px;
margin-left: 5px;
}
.multiselect {
border: 1px solid rgba(0,0,0,.15);
border-radius: 5px;
padding: .25rem .75rem 0;
}
.text-grey {
color: #636c72 !important;
}
.text-faded {
opacity: 0.8;
}
.text-faded1x {
opacity: 0.6;
}
.text-faded2x {
opacity: 0.4;
}
.text-faded3x {
opacity: 0.2;
}
.text-faded4x {
opacity: 0.1;
}
.field-faded {
opacity: 0.4;
}
.blank {
opacity: 0.4;
}

@media (max-width: 767px) {
.prompt_container {
	width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}
.labelLine {
line-height: 0.8rem;
}
.checkTable {
margin-left: 0.2rem;
}
.nopadTable {
padding: 3px 0 0 0 !important;
vertical-align: top !important;
}
.fa-stack-marginfix {
margin-top: -3px;

height: 1em;
width: 1em;
line-height: 1em;
}
.fa-stack-offset {
margin: 40% 0px 0px 50%;
padding-left: 1.5px;
}
@-moz-document url-prefix() { 
.fa-stack-offset {
 padding-top: 1px;
}
}
.fa-stack-underlay {
margin: 40% 0px 0px 50%;
font-size: 1.2rem;
}
.fa-stack-text {
border: 1px #fff solid;
border-radius: 10px;
font-size: .8rem;
line-height: 0.9rem;
min-width: 17px;
min-height: 17px;
}
.fa-text {
font-size: 60%;
}
.fa-sm {
font-size: 0.6rem;
}
.fa-offset1 {
padding-left: 1px;
}
.fa-offset2 {
padding-left: 2px;
}
.fa-offset25 {
padding-left: 2.5px;
}
.fa-offset3 {
padding-left: 3px;
}
.fa-offset4 {
padding-left: 4px;
}
hr {
border-top: 1px solid rgba(0,0,0,.2);
}
optgroup {
margin-bottom: 2px;
background: #ccc;
padding: 5px;
font-style: normal;
font-weight: normal;
}
mark {
background: yellow;
border-radius: .25rem;
}

#quicklinkOptions li:last-child {
margin-right: 10px;
}

.trow-filter {
background: linear-gradient(to bottom,#fafafa,#e8ebee) !important;
}
.trow-filter > td {
border-bottom: 1px #bbb solid;
}

.dropdown-table {
/*display: block;*/
margin-bottom: 0;
white-space: nowrap;
min-width: 300px;
}
.dropdown-table td, .dropdown-table th {
padding: .3rem 1.5rem;
}
.dropdown-orb,.dropdown-orl {
padding-left: .5rem !important;
}
.dropdown-orb,.dropdown-orr {
padding-right: .5rem !important;
}
.dropdown-orl2x {
padding-left: 1.0rem !important;
}
.pull-right {
float: right !important;
}
.filePreview {
position: absolute;
top: 4px;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
background-color: #FFF;
}
.filePreview_scroll {
overflow-x: auto;
overflow-y: auto;
}
.filePreview > iframe {
width: 100%;
height: 100%;
border: 0;
}
.filePreview > img {
width: 100%;
}

/*
////////////////////////////////////////////////////
/ DASHBOARD
////////////////////////////////////////////////////
*/
.dashboardHeading {
border-color: #383838 !important;
background: #404040;
color: #fff;
padding: 0.2rem 0.5rem;
}
.dashboardContent {
float: left;
width: 100%;
position: relative;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
margin: 0;
border-width: 1px 1px 2px;
border-style: solid;
border-top: none;
border-right-color: #CCC !important;
border-bottom-color: #CCC !important;
border-left-color: #CCC !important;
padding: 13px 13px 0;
overflow: auto;
}
.dashboardContent > button {
font-size: 13px !important;
padding: .5rem 0.5rem !important;
}
.dashboardContent > button .fa-stack-underlay {
font-size: 1rem !important;
}
.dashboardContent > button .fa-xs {
font-size: .6em !important;
}
.dashboardPreview_default {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 125px;
background-color: rgba(0,0,0,0.1);
text-align:center;
}
.dashboardRefresh {
cursor: pointer;
}

/*
////////////////////////////////////////////////////
/ SORTING
////////////////////////////////////////////////////
*/
.sortTable {
margin-top: 4px;
color: #fff;
float: right;
margin-left: 4px;
}
th:hover > .sortTable {
color: #999;
}
.sorted {
background-color: rgba(0,0,0,.7) !important;
}
.card-accordian {
position: static;
display: inline;
-webkit-box-orient: inline-axis;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
background-color: transparent;
border: 0;
border-radius: 0;
}

/*
////////////////////////////////////////////////////
/*
////////////////////////////////////////////////////
/ UPLOAD
////////////////////////////////////////////////////
*/
.inputfile {
opacity: 0;
overflow: hidden;
position: absolute;
/*
top: 0;
left: 0;
*/
padding: .3rem 0;
width: inherit;
}

.inputfile + label {
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
font-weight: 400;
line-height: 1.25;
margin-bottom: 0;
z-index: -1;
}

.no-js .inputfile + label {
display: none;
}

.inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */
}

.fileuploadimg {
display: block;
max-width: 60%;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}


/*
////////////////////////////////////////////////////
/ OVERRIDES FOR BOOTSTRAP
////////////////////////////////////////////////////
*/
h5 > [data-toggle="collapse"] i:before{   
content: "\f077";
}

h5 > [data-toggle="collapse"].collapsed i:before{
content: "\f078";
}


/*
////////////////////////////////////////////////////
/ OVERRIDES FOR BOOTSTRAP
////////////////////////////////////////////////////
*/
* {
font-family: calibri;
}
.form-group {
margin-bottom: 0.5rem;
}
.col-form-label {
text-align: right;
}
.control-label {
font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 100;
line-height: 1.1;
color: inherit;
}
.hiddenhr {
border-top: 1px solid rgba(255,255,255,0) !important;
clear: both;
}
.sml_hiddenhr {
border-top: 1px solid rgba(255,255,255,0) !important;
margin: 3px;
clear: both;
}
.navbar {
height: 55px;
}
.nav-pills .nav-link.active {
color: #fff;
cursor: pointer;
border-radius: 0;
background: rgba(0,0,0,0.7);

background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 */
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link .active {
color: #fff;
cursor: pointer;
border-radius: 0;

background: inherit;
}
.ascent-selected {
background: rgba(0,0,0,0.7);
background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 ) !important; /* IE6-9 */
}
.sidebar-menu > .nav-link {
color: rgba(255,255,255,0.8);
cursor: pointer;
border-radius: 0;
background: rgba(255,255,255,0.4) !important;

background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#80ffffff',GradientType=1 ) !important; /* IE6-9 */
}
.sidebar-menu > .nav-link.active {
color: rgba(255,255,255,0.8);
cursor: pointer;
border-radius: 0;
background: rgba(255,255,255,0.4) !important;
}
.sidebar-menu .nav-link:hover {
color: rgba(255,255,255,1) !important;
}
.sidebar-menu .dropdown-divider {
background: rgba(68,64,61,1);
background: -moz-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,64,61,1)), color-stop(95%, rgba(68,64,61,1)), color-stop(100%, rgba(52,49,46,1)));
background: -webkit-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
background: -o-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
background: -ms-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
background: linear-gradient(to right, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44403d', endColorstr='#34312e', GradientType=1 );
}
.text-muted {
font-size: 80%;
}
.breadcrumb {
margin-bottom: 0;
padding: 6px 5px 6px 0;
}
.breadcrumb .breadcrumb-item a {
color: #000;
}
.breadcrumb .breadcrumb-item.active a {
color: #636c72;
}
.nav-tabs {
margin-bottom: 15px;
}
.table-nomargin {
margin-bottom: 0;
}
.btn {
cursor: pointer;
}
.table-hover {
cursor: pointer;
}
.bg-faded {
background: rgba(206,206,206,1);
background: -moz-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(206,206,206,1)), color-stop(50%, rgba(231,231,231,1)), color-stop(100%, rgba(255,255,255,0.5)));
background: -webkit-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
background: -o-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
background: -ms-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
background: linear-gradient(to right, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );
}
.alert-form {
padding: default;
border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
border-radius: .25rem;
padding-left: 0.7rem;
}
._loadedcontainer_ > #_loaded_ {
margin-top: 0;
}
._loadedcontainer_ > #_loaded_ ~ #_loaded_ {
margin-top: 1rem;
}
#_loaded_ {
border-bottom: 5px solid rgba(0,0,0,.2);
padding-bottom: 2px;
}
tr.alert-info,tr.alert-success,tr.alert-danger,tr.alert-warning {
text-align: center;
}
.caret-right.dropdown-toggle::after {
position: absolute;
right: .5rem;
top: 45%;
}
.table-sm td, .table-sm th {
padding: .3rem .5rem;
}
.btn-light {
border-color: #adadad;
}
input[type="color"]{
min-height: 35px;
}

.alert-sml {
margin-bottom: 1px;
height: 30px;
line-height:30px;
padding:0px 10px;
margin-left: 20px;
}
.form-control-success, .form-control-warning {
padding-right: 0;
}

.list-group {
margin-bottom: 4px;
}

.progression_history_cell {
vertical-align: middle;
width:40px;
}

input.passwordfield {
-webkit-text-security: disc;
font-family: dotsfont !important;
font-size: 0.6em;
line-height: 1rem;
}




article > div {
	background: #ffffff;
	min-height: 55px;
}
.insightHeading {
	border-color: #383838;
	background: #404040;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	
	cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.insightHeading.iinfo {
	background: #0058a5 !important;
}
.insightHeading.igood {
	background: #87c342 !important;
}
.insightHeading.iwarning {
	background: #f4902e !important;
}
.insightHeading.ialert {
	background: #e20b16 !important;
}
.insightHeading.icritical {
	-webkit-animation: criticalAlert linear 1.5s infinite;
	animation: criticalAlert linear 1.5s infinite;
}
@-webkit-keyframes criticalAlert {
	0% { background: #e20b16; } 
	50% { background: #9d040c; } 
	100% { background: #e20b16; }
}
@keyframes criticalAlert {
	0% { background: #e20b16; } 
	50% { background: #9d040c; } 
	100% { background: #e20b16; }
}
.insightContent {
}
.insightBody {
	float: right;
	text-align: right;
	font-size: 24px;
	line-height: 19px;
}
.insightTitle {
}
.insightPreview_default {
	padding-top: 15px;
	background-color: rgba(0,0,0,0.1);
	text-align:center;
	
	height: 63px;
	min-height: 63px;
	max-height: 63px;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
}