﻿

/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}


.btnOO input[type="submit"]{    
    font-family:Arial;
    background:#FDA61B;
    color: #fff;
    font-size: 14px;
    font-weight:400;
    padding: 4px 15px 4px 15px;
    cursor: pointer;
    outline: none;
    margin: 0px 5px;
    float:right;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;    
}


.btnOO input[type="button"]{
    font-family:Arial;
    background:#FDA61B;
    color: #fff;
    font-size: 14px;
    font-weight:400;
    padding: 4px 15px 4px 15px;
    cursor: pointer;
    float:right;
    outline: none;
    margin: 0px 5px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;    
}

.btnOO input[type="submit"]:hover{
	background:#2185C5;
}


.btnOO input[type="button"]:hover{
	background:#2185C5;
}


@media(min-width:768px) {
    

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
