﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn
{
    border-radius:0;
}

.form-control{
    border-radius:0;
}

#header {
  background-color: #fff;
  display: block;
  /*height: 50px;*/
  margin: 0;
  padding: 0;
  position: relative;
  /*border-bottom: 1px solid #e4e5e7;*/
}
#menu {
  width: 240px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 50px;
  transition: all 0.4s ease 0s;
}
#wrapper {
  margin: 0 0 0 240px;
  padding: 0 0 0 15px;
  background-color: transparent;
  /*border-left: 1px solid #e4e5e7;*/
  transition: all 0.4s ease 0s;
  position: relative;
  min-height: 100%;
}

    button.confirm{
                box-sizing:border-box;
                color:rgb(66,139,202);
                cursor:auto;
                display:inline-block;
                font-family:FontAwesome;
                font-size:12px;
                font-stretch:normal;
                font-style:normal;
                font-variant-caps:normal;
                font-variant-ligatures:normal;
                font-variant-numeric:normal;
                font-weight:normal;
                border:0;
                background:none;
                line-height:12px;
                text-decoration:none;
                text-rendering:auto;
                text-size-adjust:100%;
                -webkit-tap-highlight-color:rgba(0,0,0,0);
                -webkit-font-smoothing:antialiased;
            }

                button.confirm:hover,
                button.confirm:hover i {
                    color:rgb(42,100,150);
                    outline-color:rgb(42,100,150);
                    outline-style:none;
                    outline-width:0px;
                      cursor:pointer;
                    text-decoration:underline;
                }