h1 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    /*line-height: 1;*/
}

ol, ul {
    /*list-style: none;*/
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */



header a {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;

}

header h1 {
    float: left;

}

header h1 a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

header h1 a:hover {
    color: white;
}

header nav {

    float: right;


}

header nav li {
    float: left;
}

header > nav > ul > li > a, header > nav > ul > li > div > a {
    display: block;
    padding: 0 15px;
    color: white;
    text-decoration: none;
    /*
    border-left: 1px solid #191919;
    border-right: 1px solid #2f4b56;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    */
    cursor: pointer;
    font-size: medium;
}

header nav a:hover, header nav a:focus {
    color: white;
    background: #2f4b56;
    background: rgba(255, 255, 255, 0.1);
}

header nav li.active a, header nav a:active {
    padding-right: 16px;
    background-color: #1b2b32;
    border-right: 0;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}

/*.badge {*/
    /*display: inline-block;*/
    /*vertical-align: text-top;*/
    /*margin-left: 10px;*/
    /*padding: 0 5px;*/
    /*line-height: 16px;*/
    /*font-size: 11px;*/
    /*color: white;*/
    /*text-shadow: 0 1px #902a27;*/
    /*background: #e93631;*/
    /*border-radius: 2px;*/
    /*background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);*/
    /*background-image: -moz-linear-gradient(top, #f65d5f, #e93631);*/
    /*background-image: -o-linear-gradient(top, #f65d5f, #e93631);*/
    /*background-image: linear-gradient(to bottom, #f65d5f, #e93631);*/
    /*-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);*/
/*}*/

.dropdown-menu {
    min-width: 0px !important;
    /*box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);*/
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    border: none;
    /*color: #243942;*/
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    /*background: rgba(38, 38, 38, 0.6);*/
    /*color: #fff;*/
}

.glyphicon {
    margin-right: 10px;
}

header > nav > ul > li > ul > li {
    /*box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);*/
}

header > nav > ul > li > ul > li {
    display: block;
    float: none;
}

.status {
    padding: 5px 5px 0 5px;
    height: 50px;
    width: 250px;
    line-height: normal;
}

.dropdown-menu > li > a {
    margin:0;
    /*padding: 0 10px 0 10px;*/
    /*display: inline;*/
    /*color: #269abc;*/

}

.status:nth-child(even) {
    background: #fafafa;
}

.status:hover{
    background: #f7f7f7
}
