/** {*/
    /*-webkit-transition:all 0.5s ease;*/
    /*-moz-transition:all 0.5s ease;*/
    /*-o-transition:all 0.5s ease;*/
    /*transition:all 0.5s ease;*/
/*}*/
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 133px;
}
.footer {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 133px;
    /*background-color: #79A5D6;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,79a5d6+20 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #79a5d6 20%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#79a5d6 20%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#79a5d6 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#79a5d6',GradientType=0 ); /* IE6-9 */
}
.footer a {
    color: #FFFFFF;
}
.footer .navbar-form {
    border: 0;
    margin: 0;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer .form-group {
    height: 30px;
}

/*body > .main-container {*/
    /*padding: 178px 15px 0;*/
/*}*/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar-default {
    background-image: url('images/gradient.jpg?ver=1500');
    background-repeat: repeat-x;
    border-color: transparent;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0;
}
.navbar-toggle {
    background-color: #FFFFFF;
}
.navbar-btn {
    margin-left: 10px;
    margin-right: 10px;
 }
.allow-overlap{
    margin-right: -200px;
}
.login-height{
    height: 24px;
}
.navbar-form{
    margin-top: 15px;
    margin-right: -25px;
}
.search-input{
    padding-right: 0;
    padding-left: 0;
}
.search-input-icon{
    padding-right: 0;
    padding-left: 5px;
}
.search-input-control{
    width: 100% !important;
}
.padding-10-bottom{
    padding-bottom: 10px;
}
.topic-heading{
    color: #FFF;
    background: #59ACFF;
    opacity: 0.75;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.topic-names{
    background-color: #E2E2E2;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}
.padding-5{
    padding: 5px;
}

.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-top{
    padding-top: 0;
}
.no-padding-bottom{
    padding-bottom: 0;
}

.no-margin-left{
    margin-left: 0;
}
.no-margin-right{
    margin-right: 0;
}
.no-margin-top{
    margin-top: 0;
}
.no-margin-bottom{
    margin-bottom: 0;
}

.padding-left-1{
    padding-left: 1px;
}
.padding-left-2{
    padding-left: 2px;
}
.padding-left-15{
    padding-left: 15px;
}

.padding-right-1{
    padding-right: 1px;
}
.padding-right-2{
    padding-right: 2px;
}
.padding-right-15{
    padding-right: 15px;
}

.padding-top-1{
    padding-top: 1px;
}
.padding-top-2{
    padding-top: 2px;
}

.padding-bottom-1{
    padding-bottom: 1px;
}
.padding-bottom-2{
    padding-bottom: 2px;
}

.margin-left-1{
    margin-left: 1px;
}
.margin-left-2{
    margin-left: 2px;
}

.margin-right-1{
    margin-right: 1px;
}
.margin-right-2{
    margin-right: 2px;
}

.margin-top-1{
    margin-top: 1px;
}
.margin-top-2{
    margin-top: 2px;
}

.margin-bottom-1{
    margin-bottom: 1px;
}
.margin-bottom-2{
    margin-bottom: 2px;
}

.no-margin{
    margin: 0 !important;
}
.no-border{
    border: 0 !important;
}
.no-padding{
    padding: 0 !important;
}
.no-text-decoration{
    text-decoration: none;
}

.pointer{
    cursor: pointer;
}

.white{
    color: white;
}
.green{
    color: #008000;
}
.grey{
    color: #696969;
}
.red{
    color: red;
}
.caBlue{
    color: #59ACFF;
}

.success-green-background{
    background-color: #4BB543;
}
.ca-blue-background{
    background-color: #59ACFF;
}

.bold{
    font-weight: bold;
}

.test-border{
    border: solid 1px black;
}

.full-width{
    width: 100%;
}

/* Ordered list */
ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol > li {
    margin: 0;
}

li ol > li:before {
    content: counters(item, ".") " ";
}

/*  Mobile first screen width targeting */

/* iPhone Retina */
@media only screen and (min-width : 320px){
    body {
        /* Margin bottom by footer height */
        margin-bottom: 150px;
    }
    .footer {
        height: 150px;
    }
    .nav-logo{
        margin-top: 34px;
        margin-left: 45px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
    body {
        /* Margin bottom by footer height */
        margin-bottom: 150px;
    }
    .footer {
        height: 150px;
    }
    .nav-logo{
        margin-top: 34px;
        margin-left: 45px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    body {
        /* Margin bottom by footer height */
        margin-bottom: 150px;
    }
    .footer {
        height: 150px;
    }
    .nav-logo{
        margin-top: 34px;
        margin-left: 45px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
    .margin-bottom-10 {
        margin-bottom: 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    .nav-logo{
        margin-top: 34px;
        margin-left: 45px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    .nav-logo{
        margin-top: 34px;
        margin-left: 45px;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
}

/* The *normal* state styling */
.dashboardButton{
    background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
    background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#10ffffff', EndColorStr='#10ffffff');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#10ffffff', EndColorStr='#10ffffff')";
    background-color:rgb(89, 173, 255);
    border:0px solid rgba(0, 0, 0, 0.1);
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    padding:3px 5px 6px 5px;
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.7);
    font-size:16px;
    font-weight:bold;
    color:rgb(255, 255, 255);
    /*text-shadow:-1px 1px 1px rgba(0, 0, 0, 0.5);*/
}
/* The *hover* state styling */
.dashboardButton:hover{
    color:#0058FD !important;
    /*text-shadow:-1px 1px 1px rgba(255, 255, 255, 0.8);*/
}

/* The *active* state styling */
.dashboardButton:active,.dashboardButton:focus{
    color:rgb(255, 255, 255);
    /*text-shadow:-1px 1px 1px rgba(0, 0, 0, 0.5);*/
}