*:focus {
    outline: 0 !important;
}

.clearfix {
    clear: both;
}

#container {
    width: 98%;
    margin: 0 auto;
}

#content {
    padding: 15px;
    padding-top: 0;
    background:#fff;
}

#header {
    height: 50px;
    background: url('../img/header-bg.png') 0 0 repeat-x;
}

#header-tools{
    float: right;
    text-align: right;
    padding-top: 3px;
    padding-right: 40px;
    font-size: 12px;
}

#header-logout {

    background: url('../img/logout.png') 1px 2px no-repeat;
    padding: 3px 3px 3px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-deocoration: none;
}

#header-logout:hover {
    background-color: #e30000;
    color: white;
    text-deocoration: none;
}

#footer {
    padding: 2px 5px 0 0;
    margin-bottom: 2px;
    width: 100%;
    border-top: solid 1px #f57b0e;
    height: 100%;
    padding-bottom: 10px;
    color: #000;
    font-size: 10px;
    float: right;
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    font-weight: normal;
}

form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}

form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
}

.col-xs-14 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-14 {
        width: 14%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-14 {
        width: 14%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-14 {
        width: 14%;
        float: left;
    }
}

h2 {
    margin: 2px;
    padding: 0
}

.pad10 {
    padding: 10px 15px
}

.buttonbar {
    margin-top: 6px;
    padding: 4px 15px 6px 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
    border-bottom:1px solid #ccc;

}

/* Container for small index screens */
.s75 {
    max-width: 75%;
}

.chkBox {
    height: 16px;
    width: 16px;
    margin: 0
}

.btn {
    font-size: 14px !important;
}

.selectHeader {
    border: 1px solid #eee;
    padding: 2px;
    margin: 0;
}

.checkbox {
    margin-left: 20px;
    border-bottom: 1px solid #eee;
    /*height: 110%;*/
}

.checkbox label, .radio label {
    padding-left: 0;
}


#flashMessage, #customMessage {
    background-color: #000;
    margin: 0 -15px 15px;
    padding: 5px 15px;
    color: #fff;
    -moz-box-shadow: 0 4px 20px -6px #000000;
    -webkit-box-shadow: 0 4px 20px -6px #000000;
    box-shadow: 0 4px 20px -6px #000000;
    border-bottom: 1px solid #ea9d58;
}

#customMessage {

    border: 1px solid #ea9d58;
    position: absolute;
    left: 50%;
    top: 40px;
    min-width: 200px;
    margin-left: -100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.59);
    padding: 0;
    opacity: 0.95;
    margin-top: 5px;

    /* http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0); /* IE6-9 */
    background: #000;
}

#customMessage .loading {
    background-image: url('../img/loading3.gif');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 20px;
}

#indexTable {
    margin-top: 15px;
}

.profile_header {
    border: 1px solid red;
}

.top_section {
    margin: 10px 0;
    font-size: 1em;
}

.top_section select {
    font-size: 1em
}

.slider_field {

    width: 100%;
}

.middle {
    text-align: center
}

.delete-upload {
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.delete-upload:hover {
    background-color: red;
    color: white;
    text-decoration: none;
}

.edit-alt {
    cursor: pointer;
    font-size: 0.8em;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.edit-alt:hover {
    background-color: #FF920A;
    color: #FFFFFF;
    text-decoration: none;
}

#selectAll {
    height: 16px;
    width: 16px;
    margin: 0;
}

.rjust {
    text-align: right;
}

th.center, .center {
    text-align: center !important;
    width: 20px !important;
}

#tabs {
    display: none;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    float: left;
}

.dz-image {
    border: 2px solid white;
    cursor: pointer;
    cursor: hand;
}

.dz-image:hover {
    border-color: #f57b0e;
}

#photo-upload-loading {
    background: url('../img/loading2.gif') top center no-repeat;
    height: 30px;
}

.fancybox-header {
    /* http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
    border-bottom: 2px solid #ff920a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 3px;
    text-shadow: 1px 0px 0px #000;
}

#loginBox {
    margin: 50px auto 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    width: 600px;
    border: 1px solid #333;
    -webkit-box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 87px -22px rgba(0, 0, 0, 1);
}

#loginBox #header {
    margin-top: 8px;

}

.pad30 {
    padding: 30px;
}

.margin-top-10 {
    margin-top: 10px;
}

.label-margin {
    margin-top: 24px;
}

.mailshot-asset .item {
    border-bottom: 1px solid #ccc;
    margin: 4px 0;
    padding: 5px;
}

.mailshot-asset img {
    width: 140px;
    border: 1px solid #ccc;
    padding: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mailshot-asset .title {
    float: left;
    width: 100px
}

.mailshot-asset h3 {
    padding: 0;
    margin: 0 0 4px;
}

#mailshot-sending {
    display: none;
    text-align: center
}

.ui-timepicker-div {
    padding: 2px 15px;
}

#ui-datepicker-div {
    z-index: 5000 !important;
}

#helpbox {
    background: #fff;
    padding: 5px;
    height: 300px;
    border: 1px solid #ddd;
}

.waiting {
    background: url('../img/loading2.gif') right -2px no-repeat;
}

.ui-autocomplete {
    z-index: 1001;
}

.alert {
    padding: 5px;
    margin: 5px 0;
}

.filter-list, .dropdowns {
    color: #000000 !important;
}

#submit-message {
    float: right;
}

.request-details > .row > h4, .asset-details > .row > h4{
    border-bottom: 3px #616261 double;
}

#web-request-content, .request-details{
    padding-left: 15px;
}
.request-details > #web-request-content > [class^="col-"]:not(#details-tag), .web-asset-content > [class^="col-"]{
    padding-left: 15px;
    border-bottom: 1px #DCDCDC solid;
}
#details-tag + div > p {
    padding-left: 30px;
}

.web-request {
    padding: 15px;
}

#web-request-options {
    background-image: url('../img/alert-amber.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

#web-request-alert-exists {
    background-image: url('../img/info.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}
.request-element{
    border-right: 5px solid #FFFFFF;
}
#web-request-input > .input > label{
    display: block;
}
#outstanding {
    height: 17px;
    width: 17px;
    background: url('../img/amber_spot.png') no-repeat;
    float: right;
    line-height: 17px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin: -8px -20px 0px 5px;
    padding: 0px;
}

.image{
    width: 500px;
    /*height: 500px;*/
    /*overflow: scroll;*/
}
.image > img {
    max-width:100%;
    max-height:100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #333;
}
.mailshot-notification{
    padding-top: 3px;
    font-size: 12px;
    margin-left: 5px;
}
.mailshot-buttons{
    text-align: right;
}
.mailshot-notification > a, .mailshot-notification > a:hover {
    color: #FFF;
    text-decoration: none;
}
.label-uaexp {
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
}
.contact-name{
    font-weight: bolder;
    font-size: 1.7em;
    padding-left: 10px;
    vertical-align: bottom;
    text-shadow: 1px 1px 1px #ddd;
    margin-top:-5px;
    color:#666;
    border-left: 1px solid #999;
    margin-left:10px;
}
#category-image, #CategoryFile{
    margin-top: 24px;
}
.latest-assets {
    font-size:14px;
}

.top-buffer { margin-top:20px }
a.heavy { font-weight:bold }
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
#filterRulesCollapsed, #filterRulesExpanded{
    cursor: pointer;
}

#recipients_filter_notice {
    display:none;
}