
body {
padding:20px 10px 20px 10px;
    background-color: #F3F3F1;
}

.sidebar-nav {
padding: 9px 0;
}

#mq-header {
   padding-bottom:10px; #EBE5E8
}
#mq-header-right{
  padding-right:22px; 
  line-height:30px;
}

.carousel-inner { text-align: center; }

.carousel .item > img {
  margin:0px auto;
  display: block;
  line-height: 1;
}

.record-list {
    padding-left: 50px;
}

.master-record {
    background-image: url('/images/star.png');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 25px;
}

.even-case {
    background-color: #F0F0F0;
}

.pagination {
    text-align: right;
}
.search-bar {
    text-align: right;
}

.search-button {
    margin-top: -10px;
    height: 30px;
    width: 30px;
    background-image: url("/images/glyphicons/glyphicons-28-search.png");
    background-repeat: no-repeat;
    background-size: 23px auto;
}

.show-header-container {
    height: 100%;
    background-color: #F0F0F0;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
}

.show-header {
    /*
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    */
    /*padding-left: 40px;*/
}


.show-header-buttons {
    /*
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    */
}

.show-header-buttons input, .show-header-buttons a button{
    width: 120px;
    margin-right: 20px;
    margin-top: 10px;
}

.show-header-master-record {
    background-image: url('/images/star.png');
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-position: 0px center;
}

label {
    display: inline-block;
    padding-right: 10px;
    width: 175px;
    vertical-align: top;
}

th {
    /*background: url("../images/heading_bg.png") repeat-x scroll 0 0 #7E0200;*/
    /*color:#fff;*/
    text-transform:none;
    line-height:1.2em;
    border:none;
    border-style:none;
    border-right-style:dotted;
    border-right-color:#c8c9c8;
    border-right-width:1px;
}

.navbar .nav > li > a.menu {
    text-shadow: none;
    color: #F3F3F1;
}

.navbar .nav > li > a.menu-active {
    background-color: #B1B1B1;
    color: #444444;
    text-shadow: none;
}

.navbar .nav > li > a:hover {
    background-color: #B1B1B1;
    color: #444444;
    text-shadow: none;
}

input, textarea {
    width: auto;
}

.alert-error {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #b94a48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#app-name {
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
    width: 600px;
}

#content {
    background-color: white;
    padding: 0px 40px 20px 40px;
}

#navbar {
    margin-bottom: 0;
}

#navbar .navbar-inner {
    /*background-image: none;*/
    /*background-color: #3C3C3C;*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#202020));
    background-image: linear-gradient(to bottom, #444444, #202020);
}

#main-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#footer1 {
    background-color: #FAFAF9;
    padding: 20px;
}

#footer2 {
    background-color: #282828;
    color: #969693;
    padding: 20px;
}

footer div.row-fluid {
    width: auto;
}

footer {
    margin-top: 20px;
    border-top: solid 1px #E7E7E7;
}

.border-right {
    border-right: solid 2px #E7E7E7;
}

a {
    color: #B26972;
    text-decoration: underline;
}

#login-container {
    background-color: #FAFAF9;
    border: solid 1px #E7E7E7;
    padding: 20px;
}

#welcome-text {
    padding: 20px;
}

#word-count {
    display: inline;
    font-style: italic;
}

/*#coding-not-found {*/
    /*display: none;*/
/*}*/

/*#coding-found {*/
    /*display: none;*/
/*}*/

.debug_dump {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 45px;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.textarea-div {
    width: 85%;
    margin-left: 40px;
}

div.label, div.value {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 5px;
}

div.label {
    width: 15%;
    max-width: 200px;
}

div.value {
    width: 80%;
}

.team-table {
    /*width: 95%;*/
    background-color: #F3F3F1;
    margin-bottom: 40px;
}

.team-table td {
    border: solid 1px lightgrey;
    text-align: center;
    vertical-align: middle;
}

.profile {
    width: 20%;
    padding: 20px 10px 20px 10px;
}

.bio {
    line-height: 23px;
    padding: 30px;
    width: 30%;
}

label.required:after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.hidden {
    display: none;
}

/* datatables search box width */
.dataTables_filter input {
    width: 260px;
    margin-left: -90px !important;
}