html,
body {
    height: 100%;
    margin: 0px;
}

.wrap {
    display: flex;
    flex-flow: column;
    min-height: 100%;
}

.logo {
    padding: 0 !important;
    background-color:#f8f8f8 !important;
}

.wrap .first {
    flex: 0 1 auto;
}

.wrap .center {
    padding-top: 20px;
    flex: 1 1 auto;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    flex: 0 1 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

h1.white {
    margin-top: 50px;
    color: #fff;
    font-size: 60px;
}

.white-small {
    margin-top: 50px;
    color: #fff;
    font-size: 30px;
}

.white-text{
    color: #FDFDFD;
    font-size: 22px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
.white-text h2 {
    font-size: 30px;
}

.white-text p {
    margin: 20px 0px 20px 0px;
}
.start-contact-button{
    font-size: 15px;
    color: #fff;
    background-color: #189DE0;
    border: 3px solid #fff;
    padding: 8px 20px;
}
.start-contact-button:hover{
    color: #fff;
}
.video{
    padding-top: 30px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.navbar {
    margin-bottom: 0px;
}

.nav {
    width: 100%;
}

.background {
    margin-bottom: 30px;
    color: inherit;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 48px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.ico {
    margin-right: 50px;
}

.announcement-view {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.mobilbox-number {
    font-weight: bold;
    font-size: large;
}

.datepicker table tr td.today {
    color: #000000;
    background-color: #189DE0;
    border-color: #189DE0;
}

.no-style{
    list-style:none;
}

.readonly-input{
    color: #999;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    padding: 6px 24px 6px 12px;
    background-color: #ccc;
}

.modal-link{
    font-size: x-large;
    color: red;
}

.noSoundConnection{

}
.communication-box{
    border-radius: 25px;
    border: 1.5px solid #DDDDDD;
    margin: 8px;
}

.sms-box{
    border-radius: 25px;
    border: 1.5px solid #DDDDDD;
    margin: 8px;
    padding: 10px;
}

.help h4 {
    font-size: 30px;
    margin: 5px;
}
@media only screen and (max-width: 500px) {

    .help h4 {
        font-size: 15px;
        margin: 5px;
    }
}