div#helptoolstips ul {
    list-style-image: url('../img/info.png');
    list-style-position: outside;
    font-size:smaller;
}

.extrapad{
    padding:10px;
}
.bs-example{
    margin: 10px;
}
.panel-title .glyphicon{
    font-size: 14px;
}
* {
border-radius: 0 !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    height:12px;
    font-size:x-small;
}

#helptoolstips {
    display:none;
}

body{
    background-image: linear-gradient(silver, white);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.thumb{
    height:30px;
    width:50px;
    vertical-align: middle;
    border: 1px solid #ddd; /* Gray border */
    border-radius: 2px;  /* Rounded border */
    padding: 1px; /* Some padding */
}

.thumb:hover {
    transition: transform .2s; /* Animation */
    transform: scale(10.5);
        border: 1px solid #ddd; /* Gray border */
        border-radius: 2px;  /* Rounded border */
}
#banner{
    height:178px;
    margin-top:auto;
    margin-bottom:auto;
}

.errors{
    color:red;
}
.jumbotron {
    background-color:darkorange;
    height:120px;
    padding-top:15px;
    margin-bottom:5px;
}

body {
  font-family:Arial, Helvetica, sans-serif;
}

.site-section {
  text-align:center;
  padding:15px 0;
}

.site-section h1 {
  font-weight:normal;
  margin-bottom:30px;
}

#welcome p {
  max-width:1000px;
  font-size:16px;
  margin:0 auto;
}

#why .item i {
  font-size:30px;
  color:rgb(245,175,91);
}

#carousel-1 .slide {
  text-align:center;
}

#why .item {
  font-weight:normal;
  margin-top:5px;
    top: 17px;
    left: 0px;
}

#why .item h2 {
  font-weight:normal;
  margin-top:10px;
  margin-bottom:10px;
  font-size:20px;
}

#logo {
  max-height:45px;
  margin-right:10px;
  margin-left:20px;
  margin-top:-4px;
  display:inline-block;
}

.dotemail {
  font-size:14px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height:1;
  margin:auto;
  height:200px;
}

.well {
    background-color:white;
    height:420px;
}

.btn{
    width:110px;
}

.btn-primary{
    border-style:none;
   background-color:darkorange;
   color:white;
}

.btn-primary:hover{
   background-color:darkorange;
   color:white;
}

.btn-primary:active {
   background-color:darkorange;
   color:white;
}

.btn-primary:focus {
   background-color:darkorange;
   color:white;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary{
    background-color:darkorange;
}


.errorlabel {
    color: #FF0000;
    text-align: left;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color:darkcyan;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color:darkcyan;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.panel > .panel-heading {
    background-image: none;
    background-color: darkorange;
    color: white;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:30px;
    padding-right:30px;
}

.panel-primary > .panel-heading {
    background-image: none;
    background-color: darkorange;
    color: white;
    padding-top:20px;
    padding-bottom:10px;
    padding-left:30px;
    padding-right:30px;
}


.panel-default {
    border-color: darkorange;
}

.panel-primary {
    border-color: darkorange;
}



.form-inline {
    padding:4px;
}

.tip{
    height:30px;
    width:30px;
}

.req{
    color:crimson;
    font-size:large;
}

.opt{
    color:lightgreen;
    font-size:large;
}
#appname {
    color:darkorange;
}

@media screen and (max-width: 600px) {
#logo {
    height: 30px;
    width: 50px;
}

#compname {
    font-size: large;
}

#appname {
    font-size: smaller;
    font-style: italic;
    color: darkorange;
}
#banner{
    height:80px;
}
}



    


