﻿@charset "utf-8";
/* CSS Document */

html {
    font-family: Roboto,Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji",Segoe UI Symbol,"Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Roboto,Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Open Sans,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji",Segoe UI Symbol,"Noto Color Emoji";
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 10px;
}

button[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
}

input[type="file"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

#Roles .control-group label {
    width: 90px;
}

#Roles .control-group {
    margin-left: 0%;
    width: 75%;
    float: left;
}

    #Roles .control-group span {
        padding-left: 20px;
    }

    #Roles .control-group .CheckBox label {
        padding-left: 10px;
        float: none;
    }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

.box-container .content {
    position: absolute;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .text-sm {
        color: #58595b;
        font-size: 1em;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

/*@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/

/*.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}*/

/*-------------------------------------------------------------------------------------- Main Landing Styles-------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
    padding: 2px 4px;
}

a {
    color: #58595b;
    text-decoration: none;
    padding: 0px 10px;
}

    a.active {
        color: #81407a;
        font-weight: 600;
    }

    a:hover, a:focus {
        color: #d52b1e;
        text-decoration: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.box-container a {
    padding: 0px 0px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.container {
    width: 1340px;
    background-color: #ffffff;
    /*float: left;*/
    margin: 0 auto;
}

header {
    height: 100px;
    padding-left: 38px;
    background-color: #ffffff;
}

#logo {
    background: url("../Images/logo.jpg") no-repeat;
    /*background-size: 60%;*/
    width: 45%;
    height: 100%;
    float: left;
}

    #logo a {
        width: 100%;
        height: 100%;
        cursor: pointer;
        float: left;
    }

header .logout_links {
    /*width: 40%;
    height: 100%;*/
    float: right;
    padding: 10px 40px 0px 10px;
    font-size: 1.1em;
    line-height: 2.25em;
    color: #666666;
    text-align: right;
}

    header .logout_links span {
        float: right;
    }

        header .logout_links span a {
            padding-top: 5px;
            color: #666666;
        }

            header .logout_links span a:hover {
                text-decoration: none;
            }

    header .logout_links form {
        float: right;
    }

#logoutForm a {
    width: 30px !important;
}

main {
    background: url(../Images/login_banner.jpg) 80% 100% no-repeat;
    width: 100%;
    height: 645px;
}

    main h1 {
        font-size: 50px;
        color: #ffffff;
        margin-left: 80px;
        margin-top: 80px;
        width: 57%;
        /*word-break: break-all;*/
        font-weight: normal;
        float: left;
        line-height: 70px;
    }

        main h1 span {
            font-weight: 600;
        }

    main #login {
        color: #ffffff;
        margin-left: 80px;
        margin-top: 60px;
        width: 50%;
        font-weight: normal;
        float: left;
    }

        main #login .username {
            border: 2px solid #fff;
            border-radius: 8px;
            background: url(../Images/login_icon.png) no-repeat 8%;
            padding: 10px 7px 10px 60px;
            width: 35%;
            margin-right: 10px;
            font-size: 16px;
        }

        main #login .password {
            border: 2px solid #fff;
            border-radius: 5px;
            background: url(../Images/Login_password.png) no-repeat 8%;
            padding: 10px 7px 10px 60px;
            width: 35%;
            margin-right: 10px;
            font-size: 16px;
        }

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/*-------------------------------------------------------------------------------- Login Page Styles ----------------------------------------------------------------------*/

.login_main {
    width: 100%;
    float: left;
    /*margin-top:5px;*/
}

main #login .button {
    background: #d52b1e;
    border: 1px solid #d52b1e;
    border-radius: 5px;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #fff;
    padding: 7px 60px;
    margin-top: 26px;
    margin-left: 22%;
}

    main #login .button:hover {
        background: #AF261C;
    }

main #login .fpw {
    width: 35%;
    text-align: center;
    margin: 15px auto 5px auto;
    float: left;
}

    main #login .fpw a {
        color: #ffffff;
        text-decoration: none;
    }

        main #login .fpw a:hover {
            text-decoration: underline;
        }

main #login .errors {
    width: 100%;
    float: left;
    text-align: left;
    /*margin-top: 10px;*/
}

    main #login .errors span {
        font-size: 16px;
        font-weight: 600;
        padding: 3px;
        color: floralwhite;
    }


        main #login .errors span.k-tooltip {
            background: none !important;
        }

    main #login .errors ul {
        padding: 6px;
        margin: 0;
    }

        main #login .errors ul li {
            font-size: 16px;
            font-weight: 600;
            padding: 10px;
            color: floralwhite;
            list-style: none;
        }



/*-------------------------------------------------------------------------------- Inner Page Styles ----------------------------------------------------------------------*/

.main {
    width: 100%;
    float: left;
    /*margin-top:5px;*/
    padding-bottom: 0px;
    background: #fff;
}

    .main .bar {
        background: #e0d7d1;
        height: 60px;
        padding: 0px 20px 0px 20px;
        line-height: 50px;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .main .bar h1 {
            font-size: 32px;
            padding: 5px 0px 0px 60px;
            margin: 0;
            color: #5B5B5B;
            font-weight: 100;
            width: 75%;
            float: left;
        }

        .main .bar .user {
            height: 130px;
            width: 130px;
            float: right;
            margin-right: 160px;
            padding: 0;
            position: relative;
            top: -18px;
        }

            .main .bar .user img {
                background: #ffffff;
                height: 100px;
                width: 100px;
                border: 5px solid #b5e4ea;
                border-radius: 70px;
            }

.main_content {
    /* float: left; */
    padding: 5px;
    /* width: 100%; */
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    /* ---------------------------------------------------------------------------------CPW & FPW & Start Page Styles Start-------------------------------------------------------------------------- */

    .main_content .cpw_panel {
        width: 40%;
        margin: 0 auto;
    }

.flex-container {
    display: -webkit-flex;
    display: flex;
    float: left;
    flex-direction: column;
    width: 100%;
}

.flex-item {
    margin: 6px;
}

    .flex-item h3 {
        color: #d52b1e;
        font-weight: 600;
        text-transform: uppercase;
    }

    .flex-item span {
        margin-left: 10px;
    }

    .flex-item label {
        width: 180px;
        float: left;
        font-weight: 600;
    }

    .flex-item select {
        width: 250px;
        float: left;
        clear: none;
        margin: 0;
    }

    .flex-item input[type="password"], input[type="text"], select {
        width: 250px;
    }

    .flex-item .field-validation-valid {
        color: #ff0000;
        font-weight: bold;
    }

    .flex-item .field-validation-error {
        color: #ff0000;
        font-weight: bold;
    }

.flex-container .cpw_button {
    margin-left: 190px;
    margin-top: 10px;
}

/* ---------------------------------------------------------------------------------CPW & FPW & Start Page Styles End-------------------------------------------------------------------------- */


.bodydiv {
    /*padding: 0px 40px 0px 40px;*/
    padding: 0px;
    float: left;
    width: 100%;
}


/* ------------------------------------------------------------------------------------------- Survey Popup ---------------------------------------------------------------------------------- */

.k-window-titlebar.k-header {
    background-color: rgba(0, 117, 178,0.9);
}

.k-widget.k-window {
    border-radius: 0 !important;
}

div.k-window {
    padding-top: 2px !important;
}

#SurveyQuestionSecId {
    font-size: 13px;
    line-height: 18px;
    font-family: inherit;
    padding: 10px;
}

    #SurveyQuestionSecId h2 {
        font-size: 28px;
        color: #d52b1e;
        margin: 0px 0px 10px 0px;
        padding: 0;
    }

    #SurveyQuestionSecId label {
        float: left;
        clear: both;
        margin-top: 10px;
        width: 100%;
    }

    #SurveyQuestionSecId input, select, textarea {
        float: left;
        clear: both;
        margin-top: 5px;
    }

    #SurveyQuestionSecId textarea {
        height: 50px;
    }

    #SurveyQuestionSecId input[type="text"] {
        border-radius: 6px;
        padding: 3px;
        width: 70%;
        border: 1px solid #aaa;
    }

    #SurveyQuestionSecId input[type="radio"] {
        clear: none;
        float: left;
    }

    #SurveyQuestionSecId .RadioLabel {
        float: left;
        margin-left: 5px;
        margin-right: 10px;
        font-weight: bold;
    }

    #SurveyQuestionSecId .survey_btns {
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 20px;
    }


/* -------------------------------------------------------------------------------------- Home Page Menu Styles --------------------------------------------------------------------------------- */

.homepage_menu {
    width: 400px;
    float: right;
    background: url(../Images/user_info.jpg);
    height: 173px;
    font-size: 13px;
    font-weight: 600;
    color: #58595b;
    margin-right: 10px;
}

.homepage_reminder {
    width: 400px;
    float: right;
    background: url(../Images/user_info.jpg);
    height: 95px;
    font-size: 13px;
    font-weight: 600;
    color: #58595b;
    background-position: 50% 100%;
    padding: 0px 10px 10px 105px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    background-color: #3b978a;
    text-transform: uppercase;
}

    .homepage_reminder label {
        width: 95%;
        float: left;
    }

        .homepage_reminder label:first-child {
            font-size: 20px;
        }

        .homepage_reminder label:last-child {
            font-size: 14px;
            word-break: break-word;
            line-height: 20px;
        }

.section_rt {
    margin-top: 15px;
}

.icon_section {
    width: 100px;
    float: left;
    text-align: center;
}

.img_icon {
    width: 45px;
    height: 41px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.icon_text {
    color: #58595b;
    font-size: 13px;
    font-weight: 600;
}

    .icon_text:hover {
        color: #d52b1e;
    }

.icon_smtxt {
    color: #58595b;
    font-size: 13px;
    font-weight: 600;
}

    .icon_smtxt:hover {
        color: #d52b1e;
    }

.icon_bigtxt {
    color: red;
    bottom: 15px;
    position: relative;
    text-align: left;
}

.up_img {
    background: url(../Images/user_icon1.jpg) no-repeat;
}

.nccnt_img {
    background: url(../Images/user_icon2.jpg) no-repeat;
}

.cmr_img {
    background: url(../Images/user_icon3.jpg) no-repeat;
}

.studyInfo_img {
    background: url(../Images/user_icon4.jpg) no-repeat;
}

/* ----------------------------------------------------------------------------------- Community Message Board Styles -------------------------------------------------------------------------- */
.cm_message_board {
    width: 825px;
    float: left;
    height: 265px;
    overflow: hidden;
    padding-left: 20px;
}

#resourceItemDiv {
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------------------------- Carousel Styles -------------------------------------------------------------------------- */
.wrapper {
    display: block;
    width: 812px;
    height: 266px;
}

.container {
    /*background-color: rgba(79,54,106,0.6);
    display: block;
    float: left;
    height: 266px;
    width: 812px;
    overflow: auto;*/
}

#prev {
    background-image: url("assets/Images/arrowLeft.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
    height: 266px;
    width: 100px;
    position: relative;
    z-index: 99;
}

#next {
    background-image: url("assets/Images/arrowRight.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: right;
    height: 266px;
    width: 100px;
    position: relative;
    z-index: 99;
}

#slider {
    display: block;
    float: left;
    height: 266px;
    width: 812px;
    overflow: hidden;
    position: absolute;
}

.clip_path {
    width: 100%;
    height: 100%;
    /*background-color: rgba(79,54,106,1.0);
	transform: skew(-35deg);*/
    margin-left: -120px;
    margin-top: -16px;
    margin-bottom: -19px;
    cursor: pointer;
    display: block;
    background-image: url(../Images/bg_slider_text.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

    /*.clip_path::before {
        content: " ";
        background: #e16414;
        position: absolute;
        width: 60%;
        height: 100%;
        display: block;
        transform: skew(35deg);
        left: -100px;
    }*/

    .clip_path h1 {
        font-size: 27px;
        color: #fff;
        font-family: inherit;
        /*position: relative; */
        right: 160px;
        width: 400px;
        top: 10px;
        margin-left: 100px;
        padding: 0px 0px 0px 40px;
    }

.carousel-caption h2 {
    float: left;
    text-align: left;
    font-family: inherit;
    font-size: 2em;
    font-weight: 600;
    margin: 20px 430px 20px 16px;
    padding: 0px 0px 0px 40px;
}

.carousel-caption p {
    color: #fff;
    font-family: inherit;
    font-size: 1.2em;
    /*position: relative;
    right: 20px;*/
    float: left;
    text-align: left;
    margin: 0px 430px 20px 16px;
    padding: 0px 0px 0px 40px;
}

.clip_path p {
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    width: 98%;
    transform: none;
    position: relative;
    right: 0px;
    top: 2px;
    line-height: 30px;
}


/* ----------------------------------------------------------------------------------- Question of the week Styles ----------------------------------------------------------------------------- */


.qns_main {
    width: 400px;
    margin-top: 20px;
    float: left;
}

.qnofweeek {
    height: 267px;
    background: #3fa9f5;
    width: 400px;
    margin-bottom: 20px;
    float: left;
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
}

    .qnofweeek h2 {
        padding: 0;
        margin: 0;
    }

    .qnofweeek label {
        font-size: 17px;
        display: block;
        padding: 5px;
        margin: 5px 0px;
    }

    .qnofweeek select {
        border: 1px #fff solid;
        padding: 5px;
    }

        .qnofweeek select option {
            color: #0075b2;
        }

    .qnofweeek .RadioGroup {
        margin-bottom: 10px;
        margin-top: 05px;
        margin-left: 15px;
        float: left;
        width: 95%;
    }

    .qnofweeek .RadioLabel {
        display: block;
        margin-bottom: 10px;
    }

    .qnofweeek input[type="radio"] {
        width: 25px;
        float: left;
        padding: 5px;
        margin-top: 5px;
    }

.cqn_result {
    float: left;
    width: 400px;
    height: 300px;
    margin-bottom: 20px;
}

    .cqn_result h2 {
        padding: 0;
        margin: 0;
        color: #3fa9f5;
    }

    .cqn_result p {
        padding: 0;
        margin: 3px 0px;
        color: #3fa9f5;
    }

.lwqn_result {
    float: left;
    width: 400px;
    height: 300px;
    background: #eee;
}

/* ----------------------------------------------------------------------------------- Current Health News Styles ------------------------------------------------------------------------------ */

.current_health_news {
    height: 400px;
    width: 400px;
    float: left;
    margin-left: 20px;
    margin-right: 30px;
}

    .current_health_news h2 {
        background: #0075b2;
        color: #fff;
        font-size: 24px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0;
        padding: 10px;
    }

    .current_health_news table {
        margin-top: 10px;
        width: 95%;
        float: left;
    }

    /*.current_health_news .news_info {
    float:left;
    width:100%;
    height:500px;
    overflow:auto;
    overflow-x:hidden;
}*/

    .current_health_news .etitle {
        color: #3FA9F5;
        font-weight: 600;
        padding: 5px;
    }

    .current_health_news .etitle_answer {
        padding: 5px;
    }

    .current_health_news a.morelink {
        font-weight: bold;
        text-decoration: none;
        outline: none;
    }

    .current_health_news .morecontent span {
        display: none;
    }

    .current_health_news .comment {
    }

/* ------------------------------------------------------------------------------------ Video of the Day Styles ------------------------------------------------------------------------------- */

.video_ofthe_day {
    height: 390px;
    background: #fdfdfd;
    width: 100%;
    margin-top: 20px;
    float: left;
    margin-left: 0;
    padding: 5px;
}

.big_vdo {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    float: left;
}

.sm_vdo {
    width: 100%;
    height: 220px;
    float: left;
}

    .sm_vdo .vdo {
        float: left;
        width: 47%;
        height: 100px;
        margin-left: 7px;
        margin-bottom: 7px;
    }

.iframe_big {
    width: 100%;
    height: 200px;
}

.iframe_small {
    width: 100%;
    height: 100px;
}

/* -------------------------------------------------------------------------------------- USER EDIT PAGE -------------------------------------------------------------------------------------- */

.page_hdr {
    font-size: 18px;
    color: #d52b1e;
}

    .page_hdr h2 {
        margin: 0;
        padding: 0;
    }

    .page_hdr .help_btn {
        float: right;
    }

.main-content h3 {
    padding: 0px 0px 20px 0px;
    margin: 10px 0px 0 0px;
    border-bottom: 1px solid #81407A;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 99%;
}

.field-validation-error {
    color: #ff0000;
    font-weight: bold;
}

.multicolumn {
    border: 1px solid #d7d7d7;
    width: 75%;
    margin: 2% 5% 2% 10%;
    float: left;
    padding: 20px;
}

    .multicolumn .control-group {
        width: 35%;
        float: left;
        margin-left: 10%;
        margin-bottom: 10px;
    }

        .multicolumn .control-group input.k-textbox {
            width: 250px;
        }

    .multicolumn label {
        width: 80%;
        margin-bottom: 5px;
        float: left;
    }

    .multicolumn .k-header {
        padding: 0 !important;
        width: 250px;
    }

    .multicolumn .k-dropdown {
        width: 250px;
        padding: 2px 4px;
    }

.btn_grp {
    width: 100%;
    float: left;
    text-align: center;
}

    .btn_grp span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

.edit_icon {
    background-image: url(../Images/usericons/edit_icon.png);
    width: 29px;
    height: 26px;
    margin: 0;
    padding: 0;
    float: left;
}

/*-------------------------------------------------------------------------------- Multi Search ------------------------------------------------------------------------------*/

.ttle_brdr {
    padding-bottom: 10px;
    border-bottom: 1px solid #d52b1e;
}

.search_icon, .search_icon_select {
    background-image: url(../Images/usericons/Search_icon.png);
    background-repeat: no-repeat;
    background-position: 100%;
    width: 25px;
    height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: left;
}

.search_content {
    width: 100%;
    display: none;
}


.add_icon {
    background-image: url(../Images/usericons/add_icon.png);
    width: 40px;
    height: 37px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: right;
}

.search_content button {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    float: left;
    clear: both;
}

.conditionbuilder {
    margin: 0px 0px 4px 0px;
    float: left;
    width: 100%;
    display: flex;
}

    .conditionbuilder img {
        border: none;
    }

.search_content select {
    padding: 4px;
    border: 1px Solid #000;
    min-width: 110px;
    margin: 0px 10px 0px 0px;
}

.search_content input {
    margin: 0px 0px 5px 0px;
    padding: 2px 2px 2px 5px;
    width: 180px;
}

select.k-dropdownfix {
    display: inline;
}

.conditions {
    float: left;
    margin: 10px 0px;
}

.add_item {
    background-image: url(../Images/usericons/addSm_icon.png);
    width: 35px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.grid_search {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.AndImage {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    cursor: pointer;
}

.remove_item {
    background-image: url(../Images/usericons/remove_icon.png);
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    cursor: pointer;
}

/* -------------------------------------------------------------------------------------- Popup -------------------------------------------------------------------------------------- */

#StudyInfoMessageId {
    width: 98%;
    float: left;
}

    #StudyInfoMessageId .control-group {
        margin: 5px 0px 0px 0px;
        padding: 5px;
        float: left;
        width: 99%;
    }

        #StudyInfoMessageId .control-group label {
            font-size: 20px;
            color: #0094DA;
            font-weight: 600;
        }

        #StudyInfoMessageId .control-group:last-child label {
            font-size: 18px;
            color: #58595b;
            font-weight: 400;
        }

#TitleInfoLabel {
    display: none;
}

#DescriptionInfoLabel {
    display: none;
}

#ContactInformationSiteInfoId {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
    background: #9cca5e;
}

    #ContactInformationSiteInfoId .control-group {
        width: 30%;
        float: left;
        margin-right: 5px;
        padding: 3% 1%;
        color: #000;
    }

        #ContactInformationSiteInfoId .control-group label {
            width: 100%;
            float: left;
            text-align: center;
            margin: 5% 0%;
            font-size: 16px;
            font-weight: 600;
        }

        #ContactInformationSiteInfoId .control-group input {
            background: none;
            border: none;
            width: 100%;
            float: left;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
        }

/**------------------------------------------------------- Added for Reminder Popup----------------------------------------------------------**/

#ReminderPopup label {
    width: 70px;
    float: left;
}

#ReminderPopup textarea {
    float: left;
    clear: none;
    margin-top: 5px;
}

#ReminderPopup .k-label {
    float: left;
    padding: 11px;
}

#EditReminderPopup label {
    width: 70px;
    float: left;
}

#EditReminderPopup textarea {
    float: left;
    clear: none;
    margin-top: 5px;
}

#EditReminderPopup .k-label {
    float: left;
    padding: 11px;
}


/* alerts related */
#NotificationCenterSectionId a.nc_alerts {
    width: 320px;
    float: left;
    margin-left: 5%;
    background: aliceblue;
    height: 215px;
    background-image: url(../Images/ResourceUrl/1_Alerts.jpg);
    background-size: cover;
}

    #NotificationCenterSectionId a.nc_alerts:hover {
        background-image: url(../Images/ResourceUrl/2_Alerts.jpg);
        background-size: cover;
    }

    #NotificationCenterSectionId a.nc_alerts.select {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/2_Alerts.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_alerts.select:hover {
            background-image: url(../Images/ResourceUrl/1_Alerts.jpg);
            background-size: cover;
        }

.visitlist {
    color: white;
    border-color: white;
    border: 1px solid white;
    padding: 5px;
    /*float: right;*/
    background: rgba(129,64,122,1.00);
    white-space: normal;
}

/* -------------------------------------------------------------------------------------- Footer Styles -------------------------------------------------------------------------------------- */

footer {
    height: 150px;
    padding: 10px 50px 10px 50px;
    border-top: 1px #ddd solid;
    float: left;
    width: 100%;
    background: #fff;
}

    footer .logo {
        width: 100%;
        text-align: center;
        float: left;
    }

    footer p {
        width: 100%;
        height: 100px;
        text-align: center;
        float: left;
        font-size: 16px;
        /*padding: 25px 10px 5px 10px;*/
        margin: 0;
    }

/* -------------------------------------------------------------------------------------- Admin PAGE -------------------------------------------------------------------------------------- */

.dm {
    width: 45%;
    float: left;
}

.FltRight {
    margin-left: 5%;
}

.dm .control-group {
    margin-top: 10px;
    float: left;
    width: 100%;
}

/* -------------------------------------------------------------------------------------- NOTIFICATION CENTER PAGE -------------------------------------------------------------------------------------- */

#NotificationCenterSectionId {
    width: 100%;
    float: left;
    padding: 0% 4% 1% 4%;
    margin-bottom: 0%;
}

    #NotificationCenterSectionId a.nc_msg {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/1_Message.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_msg:hover {
            background-image: url(../Images/ResourceUrl/2_Message.jpg);
            background-size: cover;
        }

    #NotificationCenterSectionId a.nc_msg_select {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/2_Message.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_msg_select:hover {
            background-image: url(../Images/ResourceUrl/1_Message.jpg);
            background-size: cover;
        }

    #NotificationCenterSectionId a.nc_cal {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/1_Calendar.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_cal:hover {
            background-image: url(../Images/ResourceUrl/2_Calendar.jpg);
            background-size: cover;
        }

    #NotificationCenterSectionId a.nc_cal_select {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/2_Calendar.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_cal_select:hover {
            background-image: url(../Images/ResourceUrl/1_Calendar.jpg);
            background-size: cover;
        }

    #NotificationCenterSectionId a.nc_tr {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/1_Test_Results.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_tr:hover {
            background-image: url(../Images/ResourceUrl/2_Test_Results.jpg);
            background-size: cover;
        }

    #NotificationCenterSectionId a.nc_tr_select {
        width: 320px;
        float: left;
        margin-left: 5%;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/2_Test_Results.jpg);
        background-size: cover;
    }

        #NotificationCenterSectionId a.nc_tr_select:hover {
            background-image: url(../Images/ResourceUrl/1_Test_Results.jpg);
            background-size: cover;
        }

#NCMessages {
    background: #d52b1e;
    width: 20%;
    float: left;
    margin: 0;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 560px;
}

    #NCMessages .control-group {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
    }

        #NCMessages .control-group a {
            padding-left: 75px;
        }

    #NCMessages a {
        font-size: 18px;
        color: #FFFFFF;
        width: 100%;
        display: block;
        padding: 5px;
    }

        #NCMessages a:hover {
            background: #26075d;
            width: 100%;
        }

        #NCMessages a.select {
            background: #26075d;
            width: 100%;
        }

    #NCMessages #Title_Msg {
        background-image: url(../Images/msg_icon.jpg);
        background-repeat: no-repeat;
        font-size: 26px;
        font-weight: 600;
        color: #FFFFFF;
        width: 100%;
        display: block;
        padding: 5px 0px 5px 60px;
        background-repeat: no-repeat;
        background-position: 5% 16%;
        height: 60px;
    }


#NCMessageGridSectionId {
    background: #f5f5f5;
    width: 25%;
    float: left;
    margin: 0;
    padding: 10px;
    border-right: 2px solid #d7d7d7;
    height: 560px;
}

    #NCMessageGridSectionId label {
        font-size: 20px;
    }

    #NCMessageGridSectionId .k-grid-header {
        display: none;
    }

#NCMessageGridSectionIdGrid {
    border: none;
}

    #NCMessageGridSectionIdGrid .From {
        width: 98%;
        float: left;
        padding: 2px;
        font-weight: bold;
    }

    #NCMessageGridSectionIdGrid .Subject {
        width: 98%;
        float: left;
        padding: 2px;
        font-weight: bold;
    }

        #NCMessageGridSectionIdGrid .Subject b {
            float: right;
        }

    #NCMessageGridSectionIdGrid .Body {
        width: 98%;
        float: left;
        padding: 2px;
    }

#NCMessageGridSearchId {
    width: 90%;
    float: left;
    margin-bottom: 0px;
    /*margin-left: 7%;*/
}

    #NCMessageGridSearchId .control-group:first-child {
        width: 12%;
        margin-right: 3%;
        /*float: left;*/
    }

    #NCMessageGridSearchId .control-group:last-child {
        /*width: 80%;*/
        float: left;
        margin-left: 1%;
    }


    #NCMessageGridSearchId .control-group input[type="button"] {
        float: left;
    }

#NCMessageResultId {
    background: #f5f5f5;
    width: 55%;
    float: left;
    margin: 0;
    padding: 10px;
    height: 560px;
}

    #NCMessageResultId .buttonTrash_div {
        float: left;
        margin-left: 5px;
    }

        #NCMessageResultId .buttonTrash_div a {
            cursor: pointer;
            padding: 5px 10px;
            width: auto;
            background: #d52b1e;
            border: none;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            border-radius: 4px;
        }

    #NCMessageResultId .from_div {
        color: #58595b;
        font-size: 18px;
        /*font-weight: 600;*/
        margin-bottom: 10px;
    }

    #NCMessageResultId .title_div {
        color: #d52b1e;
        font-size: 16px;
        font-weight: 400;
        float: left;
        width: 100%;
    }

    #NCMessageResultId .content_div {
        /*min-height: 450px;*/
        height: 420px;
        float: left;
        width: 100%;
        padding: 5px;
        overflow: scroll;
        overflow-x: hidden;
    }

    #NCMessageResultId .buttonDoc_div {
        float: left;
    }

        #NCMessageResultId .buttonDoc_div a {
            cursor: pointer;
            padding: 5px 10px;
            width: auto;
            background: #d52b1e;
            border: none;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            border-radius: 4px;
        }

    #NCMessageResultId .button_div {
        float: left;
        margin-left: 5px;
    }

        #NCMessageResultId .button_div a {
            cursor: pointer;
            padding: 5px 10px;
            width: auto;
            background: #d52b1e;
            border: none;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            border-radius: 4px;
        }

/*---------------------------------------------------------------- Popup --------------------------------------------------------------------------*/
#EditMessagePopup #Fields .control-group .k-textbox {
    margin: 0px 0px 0px 10px;
}

#EditMessagePopup #Fields .control-group label {
    width: 90px;
    float: left;
}

#EditMessagePopup #Fields .control-group .k-dropdown {
    width: 300px;
}

#AddMessagePopup #Fields .control-group {
    margin: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}

    #AddMessagePopup #Fields .control-group label {
        width: 90px;
        float: left;
    }

    #AddMessagePopup #Fields .control-group .k-dropdown {
        width: 400px;
    }

    #AddMessagePopup #Fields .control-group .k-widget {
        margin: 0;
        padding: 0;
    }

#AddMessagePopup #Fields .divide {
    margin: 18px 0 0px 0;
    border-bottom: 1px #A1A3A6 solid;
}


#AddMessagePopup #Fields .control-group .k-header {
    margin: 0;
    padding: 0 !important;
}

#AddMessagePopup #Fields .control-group .k-button {
    cursor: pointer;
    padding: 2px 20px;
    width: auto;
    background: #d52b1e;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

.slt_btn {
    width: 40%;
    float: left;
}

#divUploadMsg {
    width: 94%;
    float: left;
    clear: both;
    padding: 10px;
    font-weight: bold;
}

    #divUploadMsg label.uploadSucessMessage {
        width: 98% !important;
        padding: 4px;
    }

#AddMessagePopup #Fields .control-group .attachment {
    width: 60%;
    float: left;
}

.m_selected {
    width: 400px;
    float: left;
}

.cm_title {
    font-size: 26px;
    color: #d52b1e;
    width: 95%;
    margin: 2% 0% 0% 0%;
    padding: 0;
    float: left;
}

.help_btn {
    float: right;
}

#NotificationCenterSectionId .section_rt {
    margin: 0px;
}

#resultid {
    width: 48%;
    padding: 1%;
    float: right;
    background: #009dd9;
}

#EventCalendarId {
    width: 52%;
    padding: 1%;
    float: left;
    background: #f5f5f5;
}

    #EventCalendarId .k-calendar {
        width: 100%;
        font-weight: bold;
        font-size: 18px;
    }

.k-calendar .k-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.k-calendar th {
    background-color: #eee;
    font-size: 18px;
    font-weight: bold;
    color: #ff7701;
    padding: 2%;
}

.k-widget table tr td {
    padding: 2%;
}

.k-calendar .k-content .k-link {
    min-height: 0;
    width: 100%;
}

.k-calendar .k-content a {
    padding: 0px 3px;
}

.ax_h2 {
    /*color: #fff;*/
    font-size: 20px;
}

    .ax_h2 a {
        color: #fff;
        font-size: 20px;
        text-decoration: underline;
        cursor: pointer;
    }

        .ax_h2 a:hover {
            color: #fff;
            font-size: 20px;
            text-decoration: none;
            cursor: pointer;
        }

.ReminderSel {
    font-style: italic;
    background-color: red;
}

.italic {
    font-style: italic;
}

.k-datetimepicker {
    background-color: #fff;
}

.k-state-hover {
    opacity: 1;
}


#AddDiagnosisTestPopup label {
    width: 70px;
    float: left;
}

#AddDiagnosisTestPopup textarea {
    float: left;
    clear: none;
    margin-top: 5px;
}

#AddDiagnosisTestPopup .k-label {
    float: left;
    padding: 11px;
}

#AddDiagnosisTestPopup .control-group {
    float: left;
    width: 95%;
}

#EditDiagnosisTestPopup label {
    width: 70px;
    float: left;
}

#EditDiagnosisTestPopup textarea {
    float: left;
    clear: none;
    margin-top: 5px;
}

#EditDiagnosisTestPopup .k-label {
    float: left;
    padding: 11px;
}

#EditDiagnosisTestPopup .control-group {
    float: left;
    width: 95%;
}

/* -------------------------------------------------------------------------------------- Create Sponsor PAGE -------------------------------------------------------------------------------------- */


.csu {
    float: left;
    width: 100%;
}

    .csu .control-group {
        width: 40%;
        margin: 5px auto;
        padding: 10px;
        clear: both;
    }

        .csu .control-group label {
            float: left;
            width: 20%;
        }

        .csu .control-group input[type="text"] {
            float: left;
        }




#upload_results_fields {
    width: 45%;
    float: left;
    padding: 10px;
    margin: 5px 0px;
}

    #upload_results_fields .control-group label {
        font-size: 16px;
        font-weight: 600;
        padding-right: 5px;
    }

.upload_result_section {
    width: 100%;
    float: left;
}

    .upload_result_section .control-group:first-child {
        width: 14%;
        float: right;
    }

/* ----------------------------------------------------------------------------------
22. Responsive Navigation ----------------------------------------------------------- */


.fa {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.logout_links .icon {
    display: none;
}


#NCMessages .icon {
    display: none;
}

.border-rt {
    border-right: 1px solid #58595b;
    margin-right: 5px;
}


@media screen and (max-width: 600px) {
    .logout_links a:not(:first-child) {
        display: none;
    }

    .logout_links a.icon {
        float: right;
        display: block;
    }

    .logout_links {
        overflow: hidden;
    }

        .logout_links.responsive {
            position: relative;
            margin-top: -100px;
            padding-left: 10px;
            background-color: lightblue;
            overflow: hidden;
        }

            .logout_links.responsive .icon {
                position: absolute;
                right: 0;
                top: -10px;
                /*right: 40px;*/
                float: right;
                /*margin-top: 10px;*/
            }

            .logout_links.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

    .logout_links {
        overflow: hidden;
        background-color: #FFF;
    }

    header .logout_links {
        /*color: transparent;*/
    }

    #text {
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .icon {
        margin-top: 10px;
        margin-right: 10px;
    }

        .icon:checked {
            margin-top: 10px;
            margin-right: 10px;
        }

    .border-rt {
        border-right: 0px solid #fff;
        margin-right: 30px;
    }

    header .logout_links form {
        float: left;
    }

    /* NCMessages*/
    #NCMessages a:not(:first-child) {
        display: none;
    }

    #NCMessages a.icon {
        float: right;
        display: block;
    }

    #NCMessages {
        overflow: hidden;
    }

    .nc_msg.responsive {
        position: relative;
        margin-top: -90px;
        padding-left: 10px;
    }

        .nc_msg.responsive .icon {
            position: absolute;
            right: 0;
            top: -10px;
            /*right: 40px;*/
            float: right;
            /*margin-top: 10px;*/
        }

        .nc_msg.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

    .nc_msg {
        overflow: hidden;
        background-color: #FFF;
    }
}

/* -------------------------------------------------------------------------------------- Media Queries -------------------------------------------------------------------------------------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 680px) {
    .container {
        width: 100%;
        background-color: #ffffff;
        float: left;
    }

    header {
        height: 120px;
        padding: 3px;
        float: left;
        width: 100%;
    }

    #logo {
        background: url("../Images/TRIAD-bar@2x.png") no-repeat 5%;
        width: 48%;
        height: 90%;
        background-size: 100%;
    }

    header .logout_links {
        /* width: 48%;
        height: 20%;*/
        float: right;
        padding: 0px;
        margin: 0 auto;
        font-size: 14px;
        color: #666666;
        text-align: right;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        /*padding-top: 20px;
        padding-bottom: 20px;*/
        color: #fff;
        text-align: center;
    }

    main {
        background: url(../Images/login_banner.jpg) 80% 100% no-repeat;
        width: 100%;
        height: 570px;
    }

        main h1 {
            font-size: 35px;
            color: #ffffff;
            margin: 10px 20px;
            width: 90%;
            word-break: break-all;
            font-weight: normal;
            float: left;
            line-height: 50px;
            padding: 10px 5px;
        }

            main h1 span {
                font-weight: 600;
            }

        main #login {
            color: #ffffff;
            margin: 20px auto;
            width: 100%;
            font-weight: normal;
            padding: 5px 20px;
        }

            main #login .username {
                border: 2px solid #fff;
                border-radius: 8px;
                background: url(../Images/login_icon.png) no-repeat 4%;
                padding: 10px 7px 10px 70px;
                width: 100%;
                margin-right: 10px;
                font-size: 16px;
                margin-bottom: 10px;
            }

            main #login .password {
                border: 2px solid #fff;
                border-radius: 5px;
                background: url(../Images/Login_password.png) no-repeat 4%;
                padding: 10px 7px 10px 70px;
                width: 100%;
                margin-right: 10px;
                font-size: 16px;
            }

    ::-webkit-input-placeholder {
        color: #fff;
        opacity: 1 !important;
    }

    :-moz-placeholder {
        color: #fff;
    }

    ::-moz-placeholder {
        color: #fff;
    }

    :-ms-input-placeholder {
        color: #fff;
    }

    main #login .button {
        background: #ffffff;
        border: 1px solid #fff;
        border-radius: 5px;
        font-weight: bold;
        font-style: normal;
        font-size: 18px;
        color: #d52b1e;
        padding: 7px 60px;
        margin-top: 26px;
        margin-left: 22%;
    }


    main #login .fpw {
        width: 50%;
        text-align: center;
        margin: 15px auto 5px auto;
        float: left;
    }

    .main_content .cpw_panel {
        width: 100%;
        margin: 0 auto;
    }

    .flex-item {
        margin: 3px;
    }

        .flex-item label {
            width: 280px;
        }

    .flex-container .cpw_button {
        margin-left: 0px;
        margin-top: 10px;
        text-align: center;
    }


    /* --------------------Home Page Styles-------------------------- */

    .main {
        margin-top: 10px;
    }

        .main .bar {
            background: #e0d7d1;
            height: 50px;
            padding: 0px 2px 0px 2px;
            line-height: 40px;
        }

            .main .bar h1 {
                font-size: 20px;
                padding: 5px 0px 0px 10px;
                margin: 0;
                color: #5B5B5B;
                font-weight: 100;
                width: 98%;
                float: left;
            }

            .main .bar .user {
                display: none;
            }

    .bodydiv {
        padding: 0px 2px 20px 2px;
        float: left;
        width: 100%;
    }

    .cm_message_board {
        width: 100%;
        float: left;
        height: 160px;
        overflow: hidden;
        padding-left: 0px;
    }

    .carousel-caption {
        right: 0%;
        left: 0%;
        text-align: center;
    }

    .clip_path {
        width: 100%;
        height: 100%;
        background: #d52b1e;
        transform: none;
        margin-left: 0px;
        margin-top: 1px;
        padding: 5px;
    }

        .clip_path::before {
            content: " ";
            background: #d52b1e;
            position: absolute;
            width: 60%;
            height: 100%;
            display: none;
            transform: none;
            left: -100px;
        }

        .clip_path h1 {
            color: #fff;
            font-family: inherit;
            font-size: 20px;
            transform: none;
            position: relative;
            right: 0px;
            width: 98%;
            top: 10px;
        }

        .clip_path p {
            color: #fff;
            font-family: inherit;
            font-size: 18px;
            width: 98%;
            transform: none;
            position: relative;
            right: 0px;
            top: 2px;
            line-height: 30px;
        }

    .carousel-caption h2 {
        float: left;
        text-align: left;
        font-family: inherit;
        font-size: 1.5em;
        font-weight: 600;
        margin: 20px 16px 20px 16px;
        padding: 0px 0px 0px 0px;
    }



    .homepage_menu {
        width: 100%;
        float: left;
        background: #b5e4ea;
        height: 120px;
        font-size: 13px;
        font-weight: 600;
        color: #58595b;
        margin-top: 5px;
        padding: 5px;
    }

    .section_rt {
        margin-top: 1px;
    }

    .icon_section {
        width: 25%;
        float: left;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .icon_text {
        color: #58595b;
        font-size: 11px;
        font-weight: 600;
    }

    .icon_smtxt {
        color: #58595b;
        font-size: 11px;
        font-weight: 600;
    }

    .icon_bigtxt {
        color: red;
        bottom: 15px;
        position: relative;
        text-align: left;
        font-size: 12px;
        left: 6px;
    }

    .homepage_reminder {
        width: 100%;
        height: auto;
        min-height: 100px;
        float: left;
        background: #3B978A;
        font-size: 13px;
        font-weight: 600;
        margin-top: 5px;
        padding: 5px;
    }

    .qns_main {
        width: 100%;
        margin-top: 20px;
        float: left;
    }

    .cqn_result {
        float: left;
        width: 98%;
        height: 495px;
        margin-bottom: 20px;
    }

        .cqn_result h2 {
            padding: 0;
            margin: 0;
            color: #3fa9f5;
            font-size: 16px;
        }

    .k-chart.small-bar-chart {
        display: inline-block;
        width: 98%;
        height: 200px;
    }

    .current_health_news {
        height: 590px;
        width: 100%;
        margin-top: 20px;
        float: left;
        margin-left: 0;
        padding: 1px;
    }

        .current_health_news h2 {
            background: #0075b2;
            color: #fff;
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            margin: 0;
            padding: 10px;
        }


    /*------------------------------------------- Inner Page Styles ----------------------------*/

    .page_hdr {
        float: left;
    }

        .page_hdr h2 {
            margin: 0;
            padding: 0;
            width: 97%;
            float: left;
        }

        .page_hdr .help_btn {
            float: right;
            width: 2%;
        }

    .main-content h3 {
        padding: 0px 0px 10px 0px;
        margin: 10px 0px 0 0px;
        border-bottom: 1px solid #81407A;
        font-size: 18px;
        font-weight: 400;
        float: left;
        width: 99%;
    }

    .multicolumn {
        border: none;
        width: 100%;
        margin: 0;
        float: left;
        padding: 10px 0px;
    }

        .multicolumn .control-group {
            width: 90%;
            float: left;
            margin-left: 1%;
            margin-bottom: 5px;
        }

    .k-button:-moz-any(input) {
        margin-right: 10px;
    }

    #NotificationCenterSectionId {
        padding: 5%;
    }

        #NotificationCenterSectionId .control-group {
            width: 100%;
            float: left;
            margin: 1% 0;
        }

        #NotificationCenterSectionId a.nc_msg {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/1_Message.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }

        #NotificationCenterSectionId a.nc_msg_select {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/2_Message.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }

        #NotificationCenterSectionId a.nc_cal {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/1_Calendar.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }

        #NotificationCenterSectionId a.nc_cal_select {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/2_Calendar.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }

        #NotificationCenterSectionId a.nc_tr {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/1_Test_Results.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }

        #NotificationCenterSectionId a.nc_tr_select {
            width: 100%;
            float: left;
            margin: 0 auto;
            background: aliceblue;
            height: 42px;
            background-image: url(../Images/ResourceUrl/2_Test_Results.jpg);
            background-size: cover;
            background-position: 50% 96%;
        }


    /*-------------------------Calendar----------------------------*/

    .k-datetimepicker {
        background-color: none;
    }

    #EventCalendarId {
        width: 100%;
        padding: 1%;
        float: left;
        background: #f5f5f5;
    }

        #EventCalendarId .k-calendar {
            width: 95%;
            font-weight: bold;
            font-size: 12px;
        }

    .k-calendar th {
        background-color: #eee;
        font-size: 12px;
        font-weight: bold;
        color: #ff7701;
        padding: 2%;
    }

    .k-widget table tr td {
        padding: 0;
    }

    .k-widget table tr td {
        display: table-cell;
        line-height: normal;
        border-bottom: 1px solid #c5c5c5;
    }

    .k-calendar .k-content .k-link {
        padding: 0;
    }

    #resultid {
        width: 98%;
        padding: 1%;
        float: left;
        background: #009dd9;
    }

    .ax_h2 {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }

        .ax_h2 a {
            color: #fff;
            font-size: 12px;
            text-decoration: underline;
            cursor: pointer;
        }

            .ax_h2 a:hover {
                color: #fff;
                font-size: 12px;
                text-decoration: none;
                cursor: pointer;
            }

    .k-widget.k-window {
        min-width: 90px !important;
        min-height: 50px !important;
        width: 96% !important;
        height: 400px !important;
        top: 150px !important;
        left: 5px !important;
        z-index: 10003 !important;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .k-window-title {
        margin: 0;
        padding: 0;
        float: left;
        color: #ffffff;
        font-size: 16px;
        font-family: inherit;
        font-weight: bold;
        line-height: 40px;
    }


    #EditReminderPopup textarea {
        float: left;
        clear: none;
        margin-top: 5px;
        width: 90%;
    }

    #NCMessageGridSearchId {
        width: 99%;
        float: left;
        margin-bottom: 0px;
        margin-left: 0;
    }

        #NCMessageGridSearchId .control-group:first-child {
            width: 100%;
            margin-right: 0;
            text-align: center;
        }

        #NCMessageGridSearchId .control-group:last-child {
            width: 100%;
            float: left;
            margin-left: 0;
        }

    .search_content {
        width: 100%;
        float: left;
    }

    .conditionbuilder {
        margin: 0px 0px 4px 0px;
        float: left;
        width: 300px;
        display: initial;
    }

    .search_content select {
        padding: 4px;
        border: 1px Solid #000;
        min-width: 225px;
        margin: 5px;
    }

    .search_content input {
        margin: 5px;
        padding: 2px 2px 2px 5px;
        width: 200px;
    }

    /*------------------------------ Footer -------------------------------------*/

    footer {
        height: 180px;
        padding: 15px;
    }

        footer .logo {
            width: 90%;
            text-align: right;
            float: left;
        }

        footer p {
            width: 100%;
            height: 20px;
            text-align: center;
            float: left;
            font-size: 13px;
            padding: 5px 2px;
        }

    #siteContent {
        display: none;
    }

    #siteInformation:hover #siteContent {
        background-color: #616c61;
        display: block;
    }

    #siteContent h4 {
        color: white;
    }

    .box-container .content {
        position: relative;
    }
    /* Messages*/
    #NCMessageGridSectionId {
        width: 50%;
    }
}

@media only screen and (min-device-width : 700px) and (max-device-width : 992px) {
    .container {
        width: 100%;
    }

    header {
        height: 140px;
        padding: 3px;
    }

    #logo {
        background: url(../Images/TRIAD-bar.jpg) no-repeat 5%;
        width: 40%;
        height: 100%;
        background-size: 100%;
    }

    main {
        background: url(../Images/login_banner.jpg) 80% 100% no-repeat;
        width: 100%;
        height: 460px;
    }

        main h1 {
            font-size: 45px;
            color: #ffffff;
            margin: 10px auto;
            width: 95%;
            word-break: break-all;
            font-weight: normal;
            float: left;
            line-height: 60px;
            padding: 10px 5px;
            text-align: center;
        }

            main h1 span {
                font-weight: 600;
            }

        main #login {
            color: #ffffff;
            margin: 20px auto;
            width: 100%;
            font-weight: normal;
            padding: 5px 20px;
        }

            main #login .username {
                border: 2px solid #fff;
                border-radius: 8px;
                background: url(../Images/login_icon.png) no-repeat 8%;
                padding: 10px 7px 10px 60px;
                width: 45%;
                margin-right: 10px;
                font-size: 16px;
                margin-bottom: 10px;
                margin-left: 10px;
            }

            main #login .password {
                border: 2px solid #fff;
                border-radius: 5px;
                background: url(../Images/Login_password.png) no-repeat 8%;
                padding: 10px 7px 10px 60px;
                width: 45%;
                margin-right: 10px;
                font-size: 16px;
            }

    header .logout_links {
        font-size: 16px;
    }

    .main .bar h1 {
        font-size: 28px;
        padding: 5px 0px 0px 20px;
    }

    .main {
        padding-bottom: 10px;
    }

        .main .bar .user {
            height: 130px;
            width: 130px;
            float: right;
            margin-right: 14px;
            padding: 0;
            position: relative;
            top: -12px;
        }

    .bodydiv {
        padding: 0px 2px 20px 2px;
    }

    .cm_message_board {
        width: 60%;
        float: left;
        height: 250px;
        overflow: hidden;
        padding-left: 0px;
    }

    .clip_path {
        width: 100%;
        height: 100%;
        background: #d52b1e;
        transform: none;
        margin-left: 0px;
        margin-top: 0px;
        padding: 5px;
    }

        .clip_path::before {
            content: " ";
            background: #d52b1e;
            position: absolute;
            width: 60%;
            height: 100%;
            display: none;
            transform: none;
            left: -100px;
        }

        .clip_path h1 {
            color: #fff;
            font-family: inherit;
            font-size: 20px;
            transform: none;
            position: relative;
            right: 0px;
            width: 98%;
            top: 10px;
        }

        .clip_path p {
            color: #fff;
            font-family: inherit;
            font-size: 18px;
            width: 98%;
            transform: none;
            position: relative;
            right: 0px;
            top: 2px;
            line-height: 30px;
        }

    .carousel {
        margin-left: 0px;
    }

    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .homepage_menu {
        width: 48%;
        float: left;
        background: #b5e4ea;
        height: 250px;
        font-size: 13px;
        font-weight: 600;
        color: #58595b;
        padding: 5px;
        margin-top: 10px;
    }

    .homepage_reminder {
        width: 48%;
        float: right;
        height: 100%;
        min-height: 250px;
        font-size: 13px;
        font-weight: 600;
        color: #58595b;
        background-position: 50% 100%;
        padding: 15px 10px 10px 105px;
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        margin-right: 10px;
        background-color: #3b978a;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section_rt {
        margin-top: 25px;
        padding: 5px;
    }

    .icon_section {
        width: 48%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }

    .qns_main {
        width: 100%;
        margin-top: 20px;
        float: left;
    }

    .cqn_result {
        float: left;
        width: 100%;
        height: 570px;
        margin-bottom: 20px;
    }

    #CurrentWeekQuestionBarChart {
        display: block;
        width: 95%;
        float: left;
        margin-left: 10px;
    }

    #LastWeekQuestionBarChart {
        display: block;
        width: 95%;
        float: left;
        margin-left: 20px;
    }

    .k-chart.small-bar-chart {
        display: inline-block;
        width: 100%;
        height: 225px;
    }

    .current_health_news {
        height: 580px;
        width: 99%;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    .video_ofthe_day {
        height: 250px;
        background: #fdfdfd;
        width: 100%;
        margin-top: 20px;
        float: left;
        margin-left: 0px;
    }

    .big_vdo {
        width: 50%;
        height: 250px;
        margin-bottom: 10px;
        float: left;
    }

    .iframe_big {
        width: 100%;
        height: 247px;
    }

    .sm_vdo {
        width: 48%;
        height: 240px;
        float: left;
    }

        .sm_vdo .vdo {
            float: left;
            width: 47%;
            height: 120px;
            margin-left: 7px;
            margin-bottom: 7px;
        }

    .iframe_small {
        width: 100%;
        height: 120px;
    }

    ::-webkit-input-placeholder {
        color: #fff;
        opacity: 1 !important;
    }

    :-moz-placeholder {
        color: #fff;
    }

    ::-moz-placeholder {
        color: #fff;
    }

    :-ms-input-placeholder {
        color: #fff;
    }

    main #login .button {
        background: #ffffff;
        border: 1px solid #fff;
        border-radius: 5px;
        font-weight: bold;
        font-style: normal;
        font-size: 18px;
        color: #33A6DE;
        padding: 7px 60px;
        margin-top: 26px;
        margin-right: 7%;
        float: right;
    }

    footer {
        height: 180px;
        padding: 15px;
    }

        footer .logo {
            width: 100%;
            text-align: center;
            float: left;
        }

        footer p {
            width: 100%;
            height: 20px;
            text-align: center;
            float: left;
            font-size: 13px;
            padding: 5px 2px;
        }

    .box-container {
        position: relative;
        max-width: 660px;
        margin: 10px auto;
    }

        .box-container .content {
            position: relative !important;
        }
}

@media only screen and (min-device-width : 1000px) and (max-device-width : 1199px) {
    .container {
        width: 100%;
        float: left;
    }

    #logo {
        background: url(../Images/TRIAD-bar.png) no-repeat 5%;
        width: 30%;
        height: 100%;
        background-size: 100%;
    }

    main h1 {
        width: 75%;
    }

    .bodydiv {
        padding: 0px 5px 20px 5px;
        float: left;
        width: 100%;
    }

    .cm_message_board {
        width: 64%;
        float: left;
        height: 268px;
        overflow: hidden;
        padding-left: 0px;
    }

    .homepage_menu {
        width: 35%;
        float: right;
        background: url(../Images/user_info.jpg);
        height: 268px;
        font-size: 13px;
        font-weight: 600;
        color: #58595b;
    }

    .icon_section {
        width: 25%;
        float: left;
        text-align: center;
    }

    .qns_main {
        width: 30%;
        margin-top: 20px;
        float: left;
    }

    .cqn_result {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .current_health_news {
        height: 554px;
        width: 32%;
        margin-top: 20px;
        float: left;
        margin-left: 21px;
    }

    .k-chart.small-bar-chart {
        display: inline-block;
        width: 100%;
        height: 225px;
    }

    .video_ofthe_day {
        height: 554px;
        background: #fdfdfd;
        width: 34%;
        margin-top: 20px;
        float: left;
        margin-left: 12px;
    }

    .big_vdo {
        width: 100%;
        height: 267px;
        margin-bottom: 20px;
        float: left;
    }

    .sm_vdo {
        width: 100%;
        height: 267px;
        float: left;
    }

        .sm_vdo .vdo {
            float: left;
            width: 47%;
            height: 133px;
            margin-left: 7px;
            margin-bottom: 7px;
        }

    .iframe_small {
        width: 100%;
        height: 133px;
    }

    .iframe_big {
        width: 100%;
        height: 267px;
    }

    .box-container .content {
        position: relative;
    }
}

/**------------------------------------------------------- Other Classes----------------------------------------------------------**/

.PageHeader {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
}

.loginUser_Image {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #000000;
    text-align: center;
    line-height: normal;
}

.loginUser_Text_field {
    top: 16px;
    transform-origin: 13px 0.5px 0px;
}

.loginUser_password_field {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #000000;
    text-align: left;
    line-height: normal;
}

.k-chart.medium-bar-chart {
    display: inline-block;
    width: 600px;
    height: 400px;
}


.k-chart.small-pie-chart {
    display: inline-block;
    width: 400px;
    height: 267px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #f7953c;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.error {
    color: #e80c4d;
}


#SelectSponsorUserSectionId .control-group {
    float: left;
    width: 100%;
}

.k-window-titlebar.k-header {
    /*background-color: #f68e1e;*/
}

.k-window-titlebar.k-header {
    margin: 0px 0px 14px 0px;
    padding: 5px 0px 25px 0px !important;
    /*background-color: #ff7701;*/
    background-color: rgba(0, 117, 178,0.9);
    border-radius: 10px;
}

.k-window-title {
    line-height: 32px;
}

.QForm_Section {
    width: 100%;
    float: left;
}

#QFormSectionGridIdGrid .k-link {
    margin: 0 !important;
}



/* -------------------------------------------------------------------------------------- STUDY INFO PAGE -------------------------------------------------------------------------------------- */

.gap {
    margin-top: 15px;
}

.RefDocThumbnail {
    width: 100px;
    height: 135px;
    clear: both;
    float: left;
}

.RefDocThumbnailMain {
    float: left;
    width: 10%;
    margin: 10px;
}

    .RefDocThumbnailMain img {
        text-align: center;
    }

    .RefDocThumbnailMain label {
        float: left;
        margin-top: 5px;
        font-weight: bold;
        padding: 2px;
        text-align: left;
        width: 100%;
    }

#StudyInfoHeaderSectionId {
    width: 100%;
    float: left;
    padding: 0%;
    margin-bottom: 1%;
}

    #StudyInfoHeaderSectionId .control-group {
        width: 25%;
        float: left;
        margin: 0;
        padding: 0;
    }

    #StudyInfoHeaderSectionId a.nc_msg {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_VisitGuide.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_msg:hover {
            background-image: url(../Images/ResourceUrl/Study_info_VisitGuide_2.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_msg_select {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_VisitGuide.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_msg_select:hover {
            background-image: url(../Images/ResourceUrl/Study_info_VisitGuide_2.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_cal {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_CTFaqs.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_cal:hover {
            background-image: url(../Images/ResourceUrl/Study_info_CTFaqs_2.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_cal_select {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_CTFaqs_2.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_cal_select:hover {
            background-image: url(../Images/ResourceUrl/Study_info_CTFaqs.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_tr {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_RDocuments.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_tr:hover {
            background-image: url(../Images/ResourceUrl/Study_info_RDocuments_2.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_tr_select {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_info_RDocuments_2.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_tr_select:hover {
            background-image: url(../Images/ResourceUrl/Study_info_RDocuments.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_rd {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_Description.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_rd:hover {
            background-image: url(../Images/ResourceUrl/Study_Description_2.jpg);
            background-size: cover;
        }

    #StudyInfoHeaderSectionId a.nc_rd_select {
        width: 300px;
        float: left;
        margin-right: 10px;
        background: aliceblue;
        height: 215px;
        background-image: url(../Images/ResourceUrl/Study_Description_2.jpg);
        background-size: cover;
    }

        #StudyInfoHeaderSectionId a.nc_rd_select:hover {
            background-image: url(../Images/ResourceUrl/Study_Description.jpg);
            background-size: cover;
        }

.clear-fix {
    clear: both;
}

#editpopup textarea {
    float: none !important;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

button.send {
    line-height: 1 !important;
    text-transform: none !important;
    font-weight: bold;
}


/*----------------------------------------------- added alert related ----------------------------------------------------------------*/
.popupbx {
    position: fixed;
    padding: 0;
    /*color: cadetblue; */
    z-index: 100;
    top: auto;
    right: 10px;
    bottom: 0px;
    display: none;
    background-color: transparent;
}

.popup_inner {
    margin: 0;
    padding: 5px 5px 0px 5px;
    /*border-radius: 20px 20px 0px 0px;*/
    background-color: #e0d7d1;
    width: 280px;
}

.popup_btm {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 58px;
    background: url(../Images/all_icons.png) -17px -486px no-repeat;
}

.popupbx h2 {
    margin: auto;
    padding: 0px 0px 8px 35px;
    width: 60px;
    background: url(../Images/all_icons.png) -17px -161px no-repeat;
    font-size: 20px;
    float: none;
}

.alert_icon {
    margin: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    display: inline-block;
    background: url(../images/all_icons.png) -17px -161px no-repeat
}

.alert_head {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #3fa9f5;
}

.alert_txt {
    display: inline-block;
    vertical-align: top;
    color: white;
}

.alrt_spl_tx {
    text-decoration: underline;
}

    .alrt_spl_tx:hover {
        text-decoration: none;
        background-color: transparent;
    }

.alrt_spl {
    text-decoration: none;
}

    .alrt_spl:hover {
        text-decoration: none;
        background-color: transparent;
    }

.altmsg {
    margin: 0;
    padding: 10px 0px 10px 0px;
    display: block;
    text-align: center;
}

.lst_alrt {
    margin: 0;
    padding: 0px 0px 3px 0px;
    display: block;
    font-weight: bold;
}

.alrt_btn {
    margin: 15px 0px 10px 100px;
    padding: 6px 15px 6px 15px;
    border: none;
    border-radius: 10px;
}

/* ----------------------------------------------------------------------------------------
*                                33. Modal Window css
* --------------------------------------------------------------------------------------- */
/* The Modal (background) */
.btn-active {
    border: none;
    background-color: #FFF !important;
    color: #58595b !important;
    font-size: 1em !important;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Header */
.modal-header {
    padding: 0px 16px 40px;
    background-color: #1e5454;
    color: white;
    margin-top: 0px;
}

    .modal-header h3 {
        float: left;
    }
/* Modal Body */
.modal-body {
    padding: 20px 26px;
}

.contact-form {
    padding: 20px 26px;
}
/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #1e5454;
    color: white;
    margin-top: 20px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto auto auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #FFFFFF;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 1px 0 #164882;
    filter: alpha(opacity=60);
    opacity: .6;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=80);
        opacity: .8;
    }


@media (min-width: 1366px) {
    .modal-content {
        background-color: #fefefe;
        margin: 10vh auto; /* 15% from the top and centered */
        /*padding: 20px;*/
        border: 1px solid #888;
        /*width: 30%;*/ /* Could be more or less, depending on screen size */
    }
}

/* ----------------------------------------------------------------------------------------
*                                34. Modal Window css
* --------------------------------------------------------------------------------------- */

.box-container {
    position: relative;
    max-width: 500px; /* Maximum width */
    margin: 10px auto; /* Center it */
}

    .box-container .content {
        position: absolute; /* Position the background text */
        top: 0; /* At the top. Use bottom:0 to append it to the bottom */
        background: rgb(0, 0, 0); /* Fallback color */
        background: rgba(0, 0, 0, 0.1); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 20px; /* Some padding */
    }

    .box-container .visitContent {
        height: 530px;
        overflow: scroll;
    }

    .box-container .content-darkgreen {
        font-size: .8em;
        text-transform: uppercase;
        position: absolute; /* Position the background text */
        top: 0; /* At the top. Use bottom:0 to append it to the bottom */
        background: rgb(30,84,84); /* Fallback color */
        background: rgba(30,84,84,0.8); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 10px 20px; /* Some padding */
    }

        .box-container .content-darkgreen:hover {
            background: rgb(30,84,84); /* Fallback color */
            background: rgba(30,84,84,1.0); /* Black background with 0.5 opacity */
        }

    .box-container .content-darkpurple {
        font-size: .8em;
        text-transform: uppercase;
        position: absolute; /* Position the background text */
        top: 0; /* At the top. Use bottom:0 to append it to the bottom */
        background: rgb(79,54,106); /* Fallback color */
        background: rgba(79,54,106,0.80); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 10px 20px; /* Some padding */
    }

        .box-container .content-darkpurple:hover {
            background: rgb(79,54,106); /* Fallback color */
            background: rgba(79,54,106,1.00); /* Black background with 0.5 opacity */
        }

    .box-container .content-lightpurple {
        font-size: .8em;
        text-transform: uppercase;
        position: absolute; /* Position the background text */
        top: 0; /* At the top. Use bottom:0 to append it to the bottom */
        background: rgb(129,64,122); /* Fallback color */
        background: rgba(129,64,122,0.80); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 10px 20px; /* Some padding */
    }

        .box-container .content-lightpurple:hover {
            background: rgb(129,64,122); /* Fallback color */
            background: rgba(129,64,122,1.00); /* Black background with 0.5 opacity */
        }

    .box-container .content-lightgreen {
        font-size: .8em;
        text-transform: uppercase;
        position: absolute; /* Position the background text */
        top: 0; /* At the top. Use bottom:0 to append it to the bottom */
        background: rgb(59,151,138); /* Fallback color */
        background: rgba(59,151,138,0.80); /* Black background with 0.5 opacity */
        color: #f1f1f1; /* Grey text */
        width: 100%; /* Full width */
        padding: 10px 20px; /* Some padding */
    }

        .box-container .content-lightgreen:hover {
            background: rgb(59,151,138); /* Fallback color */
            background: rgba(59,151,138,1.00); /* Black background with 0.5 opacity */
        }

.content h1 {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}

    .content h1.block-green {
        display: block;
        margin: -20px -20px 0px -20px;
        height: 77px;
        background-color: #023536;
        padding: 20px;
        font-size: 1.5em;
    }

.content h3 {
    color: #414042;
    font-size: 1.25em;
    padding-top: 20px;
    font-weight: 400;
    /*border-bottom: 100% solid #A1A3A6;*/
    padding: 10px 0px 10px 0px;
    border-bottom: 1px #A1A3A6 solid;
}

.divide {
    /*padding: 10px 0px 10px 0px;*/
    margin: 8px 0 18px 0;
    border-bottom: 1px #A1A3A6 solid;
}

.content h4 {
    color: #1e5454;
    font-size: 1.1em;
    font-weight: 600;
}

.content p {
    color: #58595b;
    font-size: 1em;
    font-weight: 400;
}

    .content p.indent {
        padding-left: 20px;
    }

.pd {
    margin-left: 10px
}

#siteContent {
    display: none;
}

#siteInformation:hover #siteContent {
    background-color: #616c61;
    display: block;
    position: absolute;
}

#siteContent h4 {
    color: white;
}

#EditAlertPopup #Fields .control-group {
    margin: 0px 0px 10px 0px;
    float: left;
    width: 100%;
}

    #EditAlertPopup #Fields .control-group label {
        width: 120px;
        float: left;
    }

    #EditAlertPopup #Fields .control-group .k-widget {
        margin: 0;
        padding: 0;
    }

    #EditAlertPopup #Fields .control-group .k-header {
        margin: 0;
        padding: 0 !important;
    }

    #EditAlertPopup #Fields .control-group .k-button {
        cursor: pointer;
        padding: 2px 20px;
        width: auto;
        background: #008dd4;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
    }
