﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");

html, body { height: 100%}

body {
  font-family: "Open Sans", Calibri, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
  background-color: #fff;
  color: #666;
}
#main-section {
  margin: 15px;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  padding: 2vw;
  background: rgba(0,0,0, 0.25);
  /*background: rgba(67,22,94,.8);*/
  /*background: rgba(67,22,94,.5);*/
  max-width: 50vw;
}
fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
}
fieldset textarea {
  min-height: 75px;
}
fieldset .editor-label {
  margin: 1em 0 0 0;
}
fieldset .editor-field {
  margin: 0.5em 0 0 0;
}
fieldset .editor-field-slim {
  margin: 0.5em 0 0 0;
}

/* overrides for admin*/
.config-editor fieldset {
  padding: 2vw;
  background: rgba(0, 0, 0, 0.25);
  max-width: 70vw;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    /*color: #ff0000;*/
    color: #ffffff;
    /*font-size: 12px;*/
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
  background-color: rgba(255, 255, 255, 0);

}
.validation-summary-errors {
  color: #ffffff;
}
.validation-summary-valid {
  display: none;
}

/* Styles for the web frontent
-----------------------------------------------------------*/
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.bodyLink {
  color: #7285a3;
}
.masterHeader {
    margin-top: 0;
  background-color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.masterHeaderText {
  padding-left: 15px;
  font-weight: bold;
  color: White;
}
.menu {
  background-color: rgb(57,61,96);
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  padding-left: 15px;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}

.config-menu {
    color: #fff;
}

.config-menu a {
    text-decoration: none;
}

.config-menu a:hover {
    color: #4488dd;
}

a.btn {
    text-decoration: none;
}
/*.menu {
    background-color: transparent;
    color: #ffffff;
}

.menu a {
    color: #000000;
}*/

/* bottom nav styles */
#nav .menu a {
    color: #fff
}

#nav .menu {
    float: right;
    font-weight: bold;
    background: transparent;
}

#nav .site-logo {
    margin-bottom: 2vmin;
}

.pull-right {
    float: right !important;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

/* end bottom nav styles */


ul.hrd li {
  list-style: none;
}
ul.hrd li button {
  width: 300px;
  height: 30px;
  margin: 3px;
}
.editor > div,
.editor > form > div {
  margin: 5px;
}
.editor label {
  vertical-align: top;
  display: inline-block;
  width: 230px;
  font-weight: bold;
  text-align: left;
  margin-right: 10px;
  white-space: nowrap
}
.editor label:after {
  content: ':';
}
.editor.small label {
  width: 100px;
}
.editor.small.signin input[type=text],
.editor.small.signin input[type=password] {
  width: 230px;
}
.editor.small.signin div.buttons {
  max-width: 380px;
}
.editor.small div.buttons {
  max-width: 500px;
}
.editor select {
  width: 352px;
  padding: 1px;
  margin-right: 1px;
    color: #000;
}
.editor select .input-validation-error {
  width: 352px;
}
.editor input.base64 {
  width: 275px;
}
.editor button.base64 {
  width: 70px;
}
.editor img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.editor img.error {
  margin-left: 5px;
}
.editor .inline-editor {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 353px;
  margin-left: 0;
  margin-right: 2px;
}
.editor .inline-editor * label,
.editor .inline-editor * input {
  width: auto;
}
.editor .inline-editor.create-user-roles * label {
  width: 230px;
}
.editor div.buttons {
  padding-top: 10px;
  text-align: right;
  max-width: 600px;
}
.offline {
  margin-top: 20px;
}
.scopes label {
  cursor: pointer;
}

#main-section{margin:15px}

/*overrides*/
input {
    background: rgb(0, 45, 98);
    background: rgba(255, 255, 255, 0);
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

h2, p { color: #ffffff}
legend { color: #ffffff;padding-top: 10px;}
.editor label { text-align: left;}
a { color: #ffffff;}
a:hover {color: #ffffff; text-decoration: underline}

#fullPage, #brandingWrapper {
    width: 100%;
    height: 100% !important;
    background-color: inherit;
}

#contentWrapper
{
    position:relative;
    width:500px;    
    height:100%;
    overflow:auto;
    background-color:#ffffff; /* for IE7 */
    margin-left:-500px; margin-right:0; 
}

#brandingwrapper {
    background-color: #4488dd;
}

#branding {
    height: 100%;
    /*margin-right: 500px;*/
    margin-left: 0px;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.wallpaperClass {
    background-image: url(/Content/images/background.jpg);
    background-color: rgba(0, 0, 0, .4);
}

.btn-signin {
    background-color: rgba(18, 23, 47, 0.6);
    border-color: rgb(121, 112, 142);
}

.btn-signin:hover, .btn-signin:focus, .btn-signin:active, .btn-signin.active, .open>.dropdown-toggle.btn-signin {
    color: #fff;
    background-color: rgba(83, 83, 121, 0.6);
    border-color: rgb(180, 159, 182);
}


.btn-primary {
    background-color: rgba(18,23,47,0.6)#;
    border-color: #497629;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4c9d2f;
    border-color: #41693d; /*set the color you want here*/
}

.site-logo {
    max-width: 10vw;
}

.un-logo {
    max-width: 15vw;
}


        
#content {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -55px auto;
    padding: 0 150px 0 50px;
}
        
.float {
    float: left;
}

button {
        color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-light {
    border-radius: 0;
    /*background-color: rgb(0, 163, 199);*/
    color: rgb(0, 0, 0);
}

.btn-primary {
    border-radius: 0;
}

#header {
    padding-left: 0vw;
    padding-top: 4vh;
    padding-bottom: 4vh;
    min-height: 0px;
    overflow: hidden;
    font-size: 2em;
    font-family: "Open Sans";
    color: #fff;
}

.editor label {
    font-weight: normal !important;
    color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

.ui-datepicker-append {
color: #fff;
}

/*modal (bootstrap overrides)*/
.modal {
    margin: 2% 10% 2% 10%;
    background-color: #fff;
}

.modal h2,
.modal h3,
.modal p,
.modal a,
.modal a:hover
 { color: #000;}
/* end modal */

/*end overrides*/
/* size specific*/
@media only screen and (max-width: 600px) {
    html, body {
        min-width: 260px;
    }

    /*#brandingWrapper {
        display: none;
    }*/

    fieldset {
        max-width: 100vw;
    }

    #contentWrapper {
        float: none;
        width: 100%;
        margin: 0px auto;
    }

    #content, #footer, #header {
        width: 400px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #workArea {
        width: 100%;
    }

    .fullWidth {
        width: 392px;
    }

    .fullWidthIndent {
        width: 376px;
    }
}

@media only screen and (max-width: 450px) {
    /*body {
        font-size: 0.8em;
    }*/

    #content, #footer {
        width:auto;
        margin-right:33px;
        margin-left:25px;
    }

    #header {
        width: auto;
    }

    span.submit, input[type="submit"] {
        font-size: 0.9em;
    }

    .fullWidth
    {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .fullWidthIndent {
        width: 85%;
    }

    .idpDescription
    {
        width:70%;
    }
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width:280px)
{
    #contentWrapper
    {
        width:260px;
    }
    .idpDescription
    {
        max-width:160px;
        min-width:100px;
    }
}
/* end size specific*/