* {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    text-align: center;
    vertical-align: middle;
}

td {
    text-align: center;
    vertical-align: middle;
}

select.form-control {
    background-position: calc(100% - 10px) center;
    background-image: url('../images/arrow.png');
    background-size: auto 30%;
    background-repeat: no-repeat;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

textarea.form-control,
select.form-control,
input.form-control {
    border-radius: 4px;
    border: 2px lightgray #747476;
    height: 4vh;
    font-size: 1.8rem;
}

textarea.form-control {
    height: 60px;
}


input.btn.btn-primary.custom,
button.btn.btn-primary.custom {
    background-color: #192E43;
    border-radius: 40px;
    width: initial;
    min-width: 10em;
    font-size: 21px;
    color: #fff;
    padding: 12px 50px 10px;
    /*border-radius: initial;
	width: initial;
	min-width: 13em;
	height: 3em;
	font-size: 15px;
	color: #fff;*/
}

input.btn.btn-secondary.custom,
button.btn.btn-secondary.custom {
    background-color: #198098;
    border-radius: 40px;
    width: initial;
    min-width: 10em;
    font-size: 21px;
    color: #fff;
    padding: 12px 50px 10px;
    /*	background-color: #BFBFBF;
	border-radius: initial;
	width: 13em;
	height: 3em;
	font-size: 15px;
	color: #fff;*/
}

.container {
    height: calc(100vh - 44px);
    width: 100%;
}

    .container > div {
        background-color: white;
        padding: 1rem;
    }

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-center {
    display: flex;
    /*justify-content: center;*/
}

.app-header {
    height: 35px;
    font-weight: bold;
    font-size: 33px;
    color: #0f2c48;
    white-space: normal;
    /*	margin-left: 25px;*/
    text-align: left;
}

.apply .list-forms {
    overflow: auto;
    max-height: calc(100vh - 430px);
    border: 2px solid #747476;
}

    .apply .list-forms .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #E1E1E1;
    }

.apply .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: 12px 10px;
}

.apply .list-forms table td {
    border: none;
}

.apply .list-forms table tr {
    cursor: pointer;
}

.apply .list-forms .form-label {
    font-size: 12px;
    margin-bottom: 0px;
}

.apply .list-forms .form-value {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}

.apply button.btn-secondary.custom {
    line-height: 1em;
    font-size: 12px;
    height: initial;
    width: 12em;
}

.apply .list-forms table tr.selected {
    background-color: #146689 !important;
    color: #fff !important;
}

.footer {
    font-size: 10px;
}

.home-img {
    width: 100%;
    height: 100%;
}

.footer-logo {
    width: 25%;
    height: 25%;
}

.right-aligned {
    text-align: right;
    vertical-align: middle;
}

.top-bar {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(236, 235, 234);
    width: 100%;
    height: 100%;
}

    .top-bar .loginText {
        text-align: right;
    }

    .top-bar .language-selector-container {
        margin-top: 8px;
    }

    .top-bar .logo-container {
        margin-top: 4.5px;
    }

    .top-bar .logo {
        height: 25px;
        width: auto;
    }

.menu-bar {
    margin-top: 10px;
    text-align: center;
    width: 1170px;
}

    .menu-bar div {
        width: 100%;
    }

    .menu-bar label {
        width: 20%;
    }

.formPreview .panel {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-color: black;
}

.formPreview .panel-body {
    margin-left: 12px;
}

.formPreview .panel h4 {
    margin-bottom: 0;
}

.formPreview .panel h2 {
    margin-top: 0;
}

.payment .summary {
    overflow-y: auto;
    vertical-align: top;
}

.payment .checkout {
    text-align: right;
}

.applications .btn.btn-primary.custom {
    width: initial;
    height: initial;
}

.login .row.form-group,
.support .row.form-group {
    margin-bottom: 25px;
}

.login .form-group label,
.support .form-group label {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.support textarea.form-control {
    height: 120px;
}

.support .btn.btn-primary {
    display: block;
    margin: 0 auto;
}

.ng-pageslide {
    background-color: rgb(236, 235, 234);
    height: 100%;
}

    .ng-pageslide th {
        width: 20%;
    }

    .ng-pageslide td {
        width: 20%;
    }

span[class*="glyphicon-one-fine"] {
    /*margin-bottom: -.8em;*/
    overflow: hidden;
}

.glyphicon-one-fine-red-dot:before {
    content: "\25cf";
    font-size: 3em;
    color: indianred;
}

.glyphicon-one-fine-green-dot:before {
    content: "\25cf";
    font-size: 3em;
    color: lightgreen;
}

.glyphicon-one-fine-yellow-dot:before {
    content: "\25cf";
    font-size: 3em;
    color: yellow;
}
