#pm_icon {
    color: #008ec9;
}

#private_message a{
    position: absolute;
    top: 18px;
    right: 0;
    padding: 1.2em 10px;
    font-size: 11px;
    text-align: right;
    padding-top: 25px;
    color: #008ec9 !important;
    text-decoration: underline;
    font-style: normal;
}


#header #branding h1 {
    /*background: url("../images/logo.gif") no-repeat scroll 22px 9px white;*/
    /*box-shadow: 2px 0 66px black;*/
    height: 57px;
    /*margin: 1px 0 1px 6px;*/
    /*text-indent: -9999px;*/
    /*width: 304px;*/
}
#header {
    background: #556470;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#556470), to(#3D4952)); /* for webkit browsers */
    /*background: -moz-linear-gradient(top,  #556470,  #3D4952); /* for firefox 3.6+ */
    /*background: linear-gradient(top,  #556470,  #3D4952);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#D30000), to(#FF1111)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #D30000,  #FF1111); /* for firefox 3.6+ */
    background: linear-gradient(top,  #D30000,  #FF1111);
    box-shadow: 0 0 9px grey;
    /*height: 103px;*/
}
#branding h1 {
    color: white;
    font-family: verdana;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 3px 2px 4px black;
    padding: 6px 10px 5px !important;
}

#branding h1 span{
    display: inline-block;
    font-size: 71px;
    padding-right: 3px;
    padding-left: 3px;
    position: relative;
    top: -20px;
    vertical-align: top;
    font-weight: normal;
}

.new_order {
    font-weight: bold;
}

/*body.change-form .submit-row {*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*position: fixed;*/
    /*right: 0;*/
    /*margin: 0px;*/
    /*z-index: 10;*/
/*}*/

/*#changelist-filter li a{*/
    /*white-space: nowrap;*/
/*}*/

/*#changelist-filter {*/
    /*width: auto;*/
/*}*/

html, body {
    padding: 0;
    margin: 0;
}
body {
    font-family: Calibri, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #7c7c7c;
    font-weight: 600;
}
#header {
    background: #141721;
    box-shadow: none;
}

h1#site-name {
    display: block;
    width: 420px;
    height: 70px !important;
    /*background: url('/static/images/logo.png') 0 no-repeat;*/
    text-indent: -9999em;
    padding: 0 !important;
    background-size: 72%
}

#header #branding {
    padding: 25px 11px;
}

/*
#header #navigation-menu {
    background: #015594;
    background: -moz-linear-gradient(top, #015594 0%, #015594 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#015594), color-stop(100%,#015594));
    background: -webkit-linear-gradient(top, #015594 0%,#015594 100%);
    background: -o-linear-gradient(top, #015594 0%,#015594 100%);
    background: -ms-linear-gradient(top, #015594 0%,#015594 100%);
    background: linear-gradient(to bottom, #015594 0%,#015594 100%);
}
*/

.dashboard-module h2 {
  font-weight: bold;
  height: 20px;
/*  color: white; */
  text-transform: uppercase;
  font-size: 13px;

}

#header #user-tools {
    /*padding-top: 24px;*/
    font-style: italic;
    color: #7c7c7c;
}
#header #user-tools a {
    color: #008ec9;
    text-decoration: underline;
    font-style: normal;
}
#header #user-tools a:hover {
    text-decoration: none;
}
h3 a {
    font-weight: normal;
}
#login-form label {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
}
.login .form-row #id_username, .login .form-row #id_password {
    width: 290px;
    display: block;
    padding: 7px;
    margin: 0;
    border-radius: 4px;
    background: #F2F7F9;
}
.login .form-row #id_username:focus, .login .form-row #id_password:focus {
    background: #fff;
}


.login .submit-row {
    clear: both;
    padding: 1em 0 0 0;
}
.login .submit-row label {
    display: none;
}
.submit-row input {
/*    display: block; */
    background: #fccc0a;
    border-radius: 4px;
    padding: 4px 35px;
    color: #231f20;
    font-family: 'Calibri', Calibri, serif;
    font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: 14px;
    margin: 0;
    border: none;
    cursor: pointer;
}
.submit-row input:hover {
  background: #056199;
}
.submit-row-uvalidation input {
/*    display: block; */
    background: #fccc0a;
    border-radius: 4px;
    padding: 4px 7px;
    color: #231f20;
    font-family: 'Calibri', Calibri, serif;
    font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: 12px;
    margin: 0;
    border: none;
    cursor: pointer;
}
.submit-row-uvalidation input:hover {
  background: #056199;
}

.login #header #branding {
    padding: 15px 15px 15px 15px;
    border-bottom: 4px solid #fccc0a;
}
.login .errornote {
    background-position: 9px 9px;
    padding: 9px 8px 9px 29px;
}

#header #navigation-menu {
    background: #f2f2f2;
}


#header ul#navigation-menu li a {
    color: #000004;
}
#header ul#navigation-menu li.disabled a {
    color: #000004;
}
#header ul#navigation-menu li:hover, #header ul#navigation-menu li.over, #header ul#navigation-menu li.selected {
    background: #f2f2f2;
}
#header ul#navigation-menu li a {
    border-right: 1px solid #726f78;
}
#header ul#navigation-menu li li a {
    border: none;
}

#header ul#navigation-menu li.first a {
    margin-top: 0;
    background-position: 0 -380px;
    padding-top: 9px;
    text-indent: 14px;
}
#header ul#navigation-menu li:hover > ul li, #header ul#navigation-menu li.over > ul li, #header ul#navigation-menu li ul li:hover > ul li, #header ul#navigation-menu li ul li.over > ul li {
    background: #f2f2f2
}
#header ul#navigation-menu li ul li a {
    border: none;
}
.cc-entitycreator.change-form .submit-row input {
    display: inline-block;
    margin: 2px 0;
    padding: 4px 18px;
    font-size: 12px;
}

.dashboard_viewmode {
    display: block;
    float: right;
}

#show-filters a {
    color: #b2b2b2;
}