/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  height: 100%;
  margin-bottom: -4em;
}

html{
    height: 100%;
    margin-bottom: -4em;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    /*bottom: 0;*/
    left: 0;
    /*z-index: 1000;*/
    display: block;
    /*padding: 20px;*/
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  /*margin-bottom: 20px;*/
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  /*padding: 20px;*/
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

td, th {
    /*color: #f90;*/
}

h2{
	/*margin: 1em 0 0.5em 0;*/
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 28px;
	line-height: 40px;
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;
}

h3{
	/*margin: 1em 0 0.5em 0;*/
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 20px;
	line-height: 30px;
	/*background: #355681;*/
	/*background: rgba(53,86,129, 0.8);*/
	/*border: 1px solid #fff;*/
	padding: 5px 15px;
	color: white;
	/*border-radius: 0 10px 0 10px;*/
	/*box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);*/
	font-family: 'Muli', sans-serif;
}

.getting-started-image{
    width:75px; 
    height:75px; 
    vertical-align:middle;
}

.step-width{
    width: 50px;
}

table caption{
    	/*margin: 1em 0 0.5em 0;*/
	font-weight: normal;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	font-size: 20px;
	line-height: 30px;
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 0 10px 0 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	font-family: 'Muli', sans-serif;

}

.navbar-right{
    margin-right: 45px;
}

.table>tbody>tr>td{
    border: none;
}

.table-responsive{
    overflow-x: auto;
}

.second-table caption{
    background: lightgrey;
    color: #4e443c;
    border-radius: 0px;
}

.thumbnail {
    border: none;
}

.img-circle{
    margin: 0 auto;
}

.img-center{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.schema-image{
    padding: 20px;
    background-color: #f8f8f8;
}

.schema-header-text{
    padding: 10px;
}

h4{
        background-color: #f4f4f4;
    padding: 10px;
}

a:hover, a:focus {
    color: white;
    text-decoration: none;
}

.sample-code{
    border: thin;
    background-color: #F4F4F4;
    font-family: Consolas, 'Courier New';
    padding: 20px;
    width: 100%;
    height: 400px;
    font-size: smaller;
}

.editor-field, .editor-label, #generate-key{
    font: 12px Tahoma;
    width: 100%;
}

.top7{
    margin-top: 7px;
}

.padleft10{
    padding-left: 10px;
}



.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.registered-outer-box {
    border-style: solid;
    border-width: thin;
    margin: 100px 100px;
    padding: 50px;
    text-align: center;
}

.registered-inner-box {
    padding:10px;
}

.registered-home-link {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}
.subscriber-col-text {
        text-align: center;
        font-size: x-large;
        font-weight: bold;
        background-color: #ddd;
        vertical-align: middle;
        padding: 25%;
        border: solid thin #ddd;
        color: green;
    }

.subscriber-col-heading {
        background-image: none;
        background-color: lightskyblue;
        color: white;
        padding: 5px;
        font-size: 14px;

}

table caption{
    font-size: 16px;
    line-height: none;
}

label{
    font-weight:normal;
}

.display-label{
    padding: .2em;

}

.display-field{
    display: inline-block;
    margin: 0.2em 0 0 0;
    border: solid 1px black;
    padding: 4px;
    width:300px;
}

fieldset{

    background-color: none;
    
    
    margin: auto;
}

 /*
  * Modal form
     */
.modal-form {
    margin: 0 auto;
    padding: 10px;
    /*width: 200px;*/
}
.terms_outer_box {
    width: 550px;
    height: 400px;
}
.terms_inner_box {
    width: 550px;
    height: 350px;
}


.padbottom20{
    padding-bottom: 20px;
}


/*Spinner classes*/
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}
.container{
    width:auto;
    padding-left:0px;
    padding-right:0px;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.modal-background-white{
    background-color: white;
}

.carousal-image{
    height: 100px;
    width: 200px;
    margin: 0 auto;

}

.margin-top0{
    margin-top: 0px;
}

.scroll-table{
    height: 350px;
    overflow: scroll;
}

.note_box{
    outline: 1px solid black;
}

.linkdisabled{
    cursor: text;
}

.btn.btn-bgcolor-none{
    background-color: white;
}

.text-box{
    color: black;
    width: 200px;
}

.monitor-list{
    padding-top: 50px;
    
}
.monitor-list  tbody{
    /*background-color: white;*/
}

.user-input-panel{
    color: black;
    height: auto;
    margin-left: 10px;
    width: auto;
    background-color: lightgray;

}

.label-width-300{
    width: 300px;
}

.padtop20{
    padding-top: 20px;
}

.padtop10{
    padding-top: 10px;
}

.notification-entry {
    /*margin-top: 10px;*/
    /*color: white;*/
    padding: 5px;
}

.bk-color-inherit{
    background-color: inherit;
}

.fg-color-inherit{
    color: #333;
}

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

.padtop5{
    padding-top: 5px;
}

.wide{
    width: 300px;
}

.clay-font{
    font-family: arial,Gadget,sans-serif;
}
.clay_header_1{
    color: white;
    font-size: 22px;
    display: block;
    letter-spacing: 4px;
    padding-left: 10px;
    padding-bottom: 3px;
    /*display: inline-block;*/
}

.clay_header_1 a{
    color: white;
    font-size:x-large;

}
.clay_header_2{
    color: lightblue;
    font-size: 16px;
    display: block;
    padding-left: 10px;
    padding-bottom: 3px;
    /*display: inline-block;*/
}
.clay_header_2 a{
    color: white;
    font-size:large;

}

.clay_header_3{
    color: white;
    font-size: 18px;
    display: block;
    padding-left: 10px;
    /*display: inline-block;*/
}
.clay_header_3 a{
    color: white;
    font-size:large;

}

.clay-user_action{
    padding-top: 100px;
    padding-left: 500px;
    display: block;
}

.clay_image_button{
    /*border:thin solid grey ;*/
    padding: 3px 30px 10px 3px;
    color: darkslategrey ;
    font-size: 16px;
    letter-spacing: 4px;
}

.clay_image_button:hover{
    background-color: darkgray;
    color:white;
}

.clay-panel-header-color{
    background-color: rgb(196,217,163);
    text-shadow:none;
    border-radius: initial;
}

.highlands-panel-header-color {
    background-color: rgba(12,49,66,.9);
    text-shadow: none;
    border-radius: initial;
}

.clay-sidebar{
    padding-left: 0px;
    padding-top: 10px;
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    height: calc(110vh);
    /*background-color: lightgrey;*/
    background: linear-gradient(to top, rgba(255,255,255,0) 30%,lightgrey 50%);
}

.clay-sidebar-sidemenu >a:hover{
    background-color: lightgray;
    color: black;
}


.clay-sidebar-sidemenu:hover{
    background-color: lightgray;
}

.clay-logo-gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    background: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 30%, lightgrey 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,0)), color-stop(50%,lightgrey));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 30%,lightgrey 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.btn-default:hover{
    background-color:#205081;
    color:#ffffff;
}



.stlucie-logo-gradient {
    /*position: absolute;*/
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    background: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 30%, lightgrey 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(255,255,255,0)), color-stop(50%,lightgrey));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 30%,lightgrey 50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 30%,lightgrey 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

