/* app css stylesheet */
@charset "UTF-8";

body {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container{
/*	width: auto;*/
  	max-width: 1000px;
}

#sr-logo{
	background-image: url(../images/sr_white.svg);
	width: 200px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 30px;
	margin-right: 30px;
	height: 40px;
	background-repeat: no-repeat;
}

.container-fluid{
  height: 44px;
}

.tab-selected{
  border-bottom-color: tomato!important;
}

.sidebar-nav {
  padding: 9px 0;
}

.panel {
	margin-top: 40px;
}

.panel-title{
  	margin-left: 25%;
}

.forgot-password{
  color: darkgrey;
  text-align: center;
  font-size: 80%;
}

.table-topic{
  width: 12%;
}

.table-item-no{
  width: 5%;
}

.table-checklist-item {
  width: 83%;
}

.table-response{
    width: 80%;
}

.manu-review-textarea{
	width: 98.5%;
	height: 100px;
}

.row-infraction {
  background-color: rgba(255, 99, 71, 0.5)!important;
}

.row-pass {
  background-color: rgba(77, 192, 77, 0.5)!important;
}


.manuscripts{
  
}

.login-signup{
	width: 50%;
	margin-left: 25%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.login-signup input{
  width: 100%;
}

.float-right{
  float: right;
}

.feedback-textarea{
    width: 95%;
    border-top: none; 
    border-bottom: none; 
    height: 150px; 
    resize: none;
}

/* styling for buttons */

.cool-btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  background-color: whitesmoke;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.cool-btn-small {
  background-color: tomato;
  cursor: pointer;
  padding: 10px 30px;
  margin: 15px 30px;
}

.cool-btn-tiny {
  background-color: tomato;
  cursor: pointer;
  width: 120px!important;
  padding: 5px 10px;
  margin: 5px 10px;
}

.cool-btn-alt {
  background-color: grey;
  color: white!important;
}

.cool-btn a{
  color: white!important;
  text-decoration: none!important;
}

.cool-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* slide button */
.slide-button {
  background-color: tomato;
  border: 1px solid white;
}

.slide-button:hover,
.slide-button:active {
  color: tomato;
  background-color: whitesmoke;
  border: 1px solid tomato;
}

.front-button{
	margin-top: 60px;
    display: inline-block;
}

.front-buttons{
  width: 85%;
  margin: 0px auto;
  text-align: center;
}

.front-buttons a{
  color: black;
}

.css-form fieldset{
  margin-left: 10%;
  width: 80%;
}

.css-form fieldset div textarea{
  margin-left: auto;
  width: 100%;
}

.css-form fieldset div input{
  width: 100%;
}

#home-content{
  margin-top: 150px;
  text-align: center;
}

@media (max-width: 980px) {
	/* Enable use of floated navbar text */
  	.navbar-text.pull-right {
		float: none;
		padding-left: 5px;
    	padding-right: 5px;
		padding-top: 14px;
	
  	}
}

.navbar-text.pull-right {
	padding-top: 14px;
	
}

.navbar-link{
	color: white!important;
	font-weight: 200!important;
	padding-top: 27px!important;
}

.navbar-link:hover{
	text-decoration: none!important;
}

.img-circle {
  padding: 0px 5px 0px 0px;
  position: relative;
  z-index: 50;
}

.img-rounded-padding {
  padding: 30px;
}

.css-form input.ng-invalid.ng-dirty {
  background-color: #f2dede;
}

.css-form input.ng-valid.ng-dirty {
  background-color: #dff0d8;
}

.required {
  color: red;
}

#login-form {
  margin-top: 40px;
}

.input-help {
  display: none;
  position: relative;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 200px;
  padding:10px;
  background:#fefefe;
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #aaa;
  border:1px solid #ddd;
  opacity: 0.9;
}

.input-help h4 {
  margin:0;
  padding:0;
  font-weight: normal;
  font-size: 1.1em;
}

/* Always hide the input help when it's pristine */
input.ng-pristine + .input-help {
  display: none;
}

/* Hide the invalid box while the input has focus */
.ng-invalid:focus + .input-help {
  display: none;
}

/* Show a blue border while an input has focus, make sure it overrides everything else */
/* Overriding Twitter Bootstrap cuz I don't agree we need to alarm the user while they're typing */
input:focus {
  color: black !important;
  border-color: rgba(82, 168, 236, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}


/* Show green border when stuff has been typed in, and its valid */
.ng-dirty.ng-valid {
  border-color:#3a7d34;
}

/* Show red border when stuff has been typed in, but its invalid */
.ng-dirty.ng-invalid {
  border-color:#ec3f41;
}

/* Show the help box once it has focus */
.immediate-help:focus + .input-help {
  display: block;
}

/* Immediate help should be red when pristine */
.immediate-help.ng-pristine:focus + .input-help {
  border-color:#ec3f41;
}
.immediate-help.ng-pristine:focus + .input-help::before {
  color:#ec3f41;
}

/* Help hould be green when input is valid */
.ng-valid + .input-help {
  border-color:#3a7d34;
}
.ng-valid + .input-help::before {
  color:#3a7d34;
}

/* Help should show and be red when invalid */
.ng-invalid + .input-help {
  display: block;
  border-color: #ec3f41;
}
.ng-invalid + .input-help::before {
  color: #ec3f41;
}

/* Style input help requirement bullets */
.input-help ul {
  list-style: none;
  margin: 10px 0 0 0;
}

/* Default each bullet to be invalid with a red cross and text */
.input-help li {
  padding-left: 22px;
  line-height: 24px;
  color:#ec3f41;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1CAYAAABIkmvkAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAJwAAACcBKgmRTwAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wOS8xMlhq+BkAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAEA0lEQVRIie2WW2jbVRzHv//zT5rkn0ub61zaNdEiPqTC9EFRhtgJk63qg3Wr0806pswNiYgDUXxwyryCEB8UBevtaSCCDHQoboKyoVvVzfRmL2napU0mrdbl8s//dy4+dM1M28n64FsPnIdz+XzO75zfOXA0pRRWU7o/uS9FxOc+3/vlIQBgq4F3fHxvKuIPJ9cFwi9uTXU8BwDa1Uaw/aN7UusCkWRbPI5yxcTI2Bgy49kXrkrwwIedqYg/nGyLXwsJiYHBYWTGs7Cq5Kpt4cA3PXft+2rX40vhrt7OVLgplIzHYuBKoH9gCKMjGVE1LdfJl86YDAAOfN2ziZP4NODyv9/z2fanFuH7P9iWCjcFk/FYK4QSGLgEk0WeUy/3mQCgPXFs9xbBRW883NrssDvQN3hWcOLPEPGWiD94MBaPQymBoaERjI9mBSfu+fHwL+biItpjR3e6JFfloDeAaGQ9SpUycvlp6ExHJBKGYsDvgyMYH81KTsL90yuX4VoWdh3pMqSQpWBjAC3RZkgpYEkCFDA8NIqJ0UlFxI3Tr/5aB9elsau305BcloKBAFpjLeBSYGRwDBNjk4oTN06/dnYZXCcAgK1vbzYkl6VwOATihOzYlOLEjTOvn1sRXiYAgDsP32YIKUuWaXFOwtP3xrnqleAVBQBwy/M3GZy4+PnN3/4TvqJgNWVVj2lNsCZYE6wJ1gRrgv9dYAMAHHw2Bl2fUEpBVavtLPVW/78nVR/Zk4CupzVHA6zChSOK0yHv0S8GFyK4BMPhAJxOgLE03/9kYhE2dz+agKaldY8bDaEQ7D5ft7Roy+UIlCooy5LQdaZ5vVBEgGmmrT172yVxaIylmdcDm9cHc2oK1Zm8kETvLAo0pRRk8mmnEqKouVw68zVCzP8F/uccFHHoXi/sjT6Y53Mw83mhOHn8J7416wQAwPftd0ouiswwdJu/CRASkBKQAmYuBzNfWIC/O173W6llwfbeu6Yi8tDsrAQJYGICyGQAIWDO5KUkaxlcJwAASdSmaWAQHCACOAc4h6YzJi1qWymNNUHlwYcT0JDWXQbACYhGgeh6gHM4Ghuh2/R0YePNiaUCTSmFcvdDCY1paZvhht3nQ2VmGmahICSR5vQHmDt6DcozeZSnp2FdLLZHhwdq94SVd+xMaJqWtrkM2L1uVHILpy0t8igidymXExfHMzBCQbhCIdga7Onz8etqkdgkUYTZbYCSqORmULlQEIq4J3jyexMA8jdu9BRzuaKyLN3udkNjDEqICID+2hbm797Wwez24/T3vJTE3aFTP9Sd9vT1NziVEMUGr1c35+Y2b5jKnqgNKqWglMLspjs6/rj1dudie2mdao07J5s3dCzt/werJTyI1yYqpQAAAABJRU5ErkJggg==) no-repeat  2px -34px;
}

/* Set to green check and text when valid */
.input-help li.valid {
  color:#3a7d34;
  background-position: 2px 6px;
}

/* Set submit button */
form .btn, form.ng-valid .btn[disabled] {
  display: none;
}
form.ng-invalid .btn[disabled], form.ng-valid .btn {
  display: inline-block;
}

/* global alerts css */

.globalAlerts{    
    text-align: center;
    -webkit-transition: all 2s;
    transition: all 1s;
    width: 40%;
    z-index: 1030;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.globalAlertMessage{
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #E8B7C5;
}

.successMessage{
    background-color: #C2E0BA;
    border: 1px solid green;
}

.errorMessage403{
        background-color: #E8B7C5;
    }

.errorMessage{
    background-color: oldlace;
}

a.disabledLink{
    pointer-events: none;
    cursor: default;
    background-color: #C2E0BA;
}

.disabled-btn{
    cursor: not-allowed;
    background-color: grey;
}

.admin-button{
	float: left;
	clear: none;
	width: 27%!important;
	margin-right: 3%!important;
}

.drop-box{
	width: 100%;
	max-width: 400px;
	text-align: center;
	min-height: 153px;
	margin: 20px auto;
	background-color: whitesmoke;
	border: 1px dotted tomato;
	font-size: 150%;
	font-weight: 100;
	padding-top: 50px;
}

.file-drop-area{
	cursor: pointer;
}

.file-drop-area-front{
    display: inline-block;
	float: left;
	width: 50%;
	min-width: 330px;
}

.sr-open-navbar{
	background-color: #222;
}

.sr-open-navbar div{
	float: left;
	margin-left: 11px;
}

.sr-open-navbar li a{
	border-bottom: 2px solid transparent;
}

.sr-open-navbar li a:hover{
	border-bottom-color: tomato;
}

.navbar-right li{
	margin-right: 10px;
}

.results-button{
	font-size: 75%;
	padding-left: 6px;
}

.dropdown-multiselect{
	width: 100%;
}

.modal{
    display: block!important;
    width: 80%;
    margin: auto;
    background-color: white;
    overflow: auto!important;
    border-radius: 5px;
}

.about-container{
    margin-top: 50px;
}

.about-quote-margin{
    margin-top: 30px;
}

.about-image-title{
    text-align: center;
    font-weight: 100;

}