﻿body {
    BACKGROUND-COLOR: white;
    }

.sydansairaalafont {
    font-family: Arial, Helvetica, sans-serif;
    color: red;
 }

.sydansairaala-panel {
    border-color: red;
}

.sydansairaala-panel-heading {
    background-color: #f5f5f5;
}

.sydansairaala-btn-primary {
    color: red;
    background-color: white;
    border-color: red;
    font-weight: bold
}


.sydansairaala-btn-primary:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    background-color: red;
    text-decoration: none;
}

.sydansairaala-form-control:focus {
    border-color: #e96666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, .6);
}

.sydansairaala-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}

.bigger-icon .ui-icon{
   -ms-transform: scale(1.2) !important; /* IE 9 */
  -webkit-transform: scale(1) !important; /* Chrome, Safari, Opera */
  transform: scale(1.2) !important;
}

.labelHeading {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

.label_right {
    text-align: left;
    color: red;
}

.label_link_heading {
    text-align: left;
    color: red;
}

.ddllist {
    font-size: 11pt;
    color: yellow;
    width: 95%;
}
.topHeaderMargin {
    background-color: #ffffff;
    max-width: 100% !important;
    border-bottom: 0;
    height:10px;
}

.topHeader {
    background-color: #ffffff;
    max-width: 100% !important;
    border-bottom: 0;
    padding-right: 10px;
    color: red;
}

.topHeader-content {
    max-width: 1000px;
    margin: 0 auto;
    height: 120px;
    color: red;
}

.topHeadingImage {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
