/*
    DJANGO Admin styles
*/

/*@import url(fonts.css);*/

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    color: #333;
    background: #ededed !important;
}

/* BREADCRUMBS */
/*login*/
body.login {
    background-image: url("/media/base/site_profile/login-blur.jpg") !important;
}

.login #container {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #eaeaea !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    width: 20em !important;
    min-width: 300px !important;
    margin: 100px auto !important;
    border: none !important;
}

.login #content-main {
    width: 100% !important;
}

.login #header {
    text-align: center !important;
    background: none !important;
}

.login #header #branding #site-name {
    display: block !important;
    font-size: 25px !important;
    color: #000 ;
    margin: 0 0px 0 0px !important;
    padding: 0px !important;
}

.login .submit-row {
    clear: both !important;
    padding: 0px !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    text-align: center !important;
    left: 0px !important;
    left: 0px !important;
}

.login .form-row {
    padding: 4px 0 !important;
    float: left !important;
    width: 100% !important;
    border-bottom: none !important;
}

input[value="Log in"] {
    background: #0072b9 !important;
    padding: 10px 15px !important;
    border: none !important;
    border-radius: 4px !important;
    color: #fff !important;
    cursor: pointer !important;
    width: 100% !important;
}
/*end login*/

/*branding*/

#container div#header #branding .branding-logo-dark {
    display: none;
}

.login #container div#header #branding .branding-logo {
    display: none;
}

.dashboard #container #header #branding #site-name {
    display: block !important;
    font-size: 25px !important;
    color: #fff;
    padding: 0 0 0 10px;
    position: absolute;
    padding-left: 315px;
}
/*end branding*/

/*messagelist*/
ul.messagelist li.warning {
    margin-top:30px;
}
/*end mesagelist*/

/* LINKS */

a:link, a:visited {
    color: #447e9b;
    text-decoration: none;
}

a:focus, a:hover {
    color: #036;
}

a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    color: #fff;
    text-decoration: none;
}

a.section:focus, a.section:hover {
    text-decoration: underline;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
}

h1 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

h2 {
    font-size: 16px;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 10px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 13px;
    line-height: 20px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    color: #666;
    font-size: 12px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 10px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help, form p.help, div.help, form div.help, div.help li {
    font-size: 11px;
    color: #999;
}

div.help ul {
     margin-bottom: 0;
}

.help-tooltip {
    cursor: help;
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    color: #999;
    font-weight: normal;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

td, th {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #000;
    vertical-align: top;
    padding: 8px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    font-weight: 600;
    text-align: left;
}

th a div {
    color: #008ccd !important;
}

thead th,
tfoot td {
    color: #c4da56 !important;
    padding: 5px 10px;
    font-size: 11px;
    background: #fff;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #eee;
}

thead th.required {
    color: #fff;
}

tr{
    color: #000;
}

tr.alt {
    background: #fff;
}

.row1 {
    background: #d7d7d7 !important;
}

.row2 {
    background: #e7e5e5 !important;
}

/* SORTABLE TABLES */

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #008ccd !important;
}

thead th a:link, thead th a:visited {
    color: #c4da56 !important;
}

thead th.sorted {
    background: #016c9d !important;
}

thead th.sorted .text {
    padding-right: 42px;
}

table thead th .text span {
    padding: 8px 10px;
    display: block;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: #42a1cd !important;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 9px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p, form .button {
    margin: 2px 0;
    padding: 2px 3px;
    vertical-align: middle;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}
.form-row div.help {
    padding: 2px 3px;
}

textarea {
    vertical-align: top;
}

input[type=text], input[type=password], input[type=email], input[type=url],
input[type=number], textarea, select, .vTextField {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
input[type=url]:focus, input[type=number]:focus, textarea:focus, select:focus,
.vTextField:focus {
    border-color: #999;
}

select {
    height: 30px;
}

select[multiple] {
    min-height: 150px;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #79aec8;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

a.button {
    padding: 4px 5px;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #609ab6;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
    opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #417690;
}

.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
    background: #205067;
}

.button[disabled].default,
input[type=submit][disabled].default,
input[type=button][disabled].default {
    opacity: 0.4;
}


/* MODULES */

/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: #ededed;
}

.actionlist .addlink .module a{
    color: #008ccd !important;
}


.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #008ccd !important;
    color: #fff;
}

.module tbody a {
    color: #3f3f3f !important;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
}

#recent-actions-module {
    background: #e1e1e1 !important;
}

.actionlist .changelink a {
    color: #3f3f3f !important;
}

#recent-actions-module h2 {
    background: #008ccd !important;
    color: #c4da56 !important;
}

#recent-actions-module h3 {
    background: #e1e1e1 !important;
    color: #3f3f3f !important;
}

#content-related  {
    background: #e1e1e1 !important;
}


/* BREADCRUMBS */

div.breadcrumbs {
    background: #008ccd !important;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #e1e1e1 !important;
    text-align: left;
}

div.breadcrumbs a {
    color: #fff !important;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #e1e1e1 !important;
}


/* HEADER */

#header {
    width: auto;
    height: 10px !important;
    padding: 10px 40px;
    background: #0072b9;
    line-height: 40px !important;
    color: #fff;
    overflow: hidden;
}

#header a:link, #header a:visited {
    color: #fff;
}

#header a:focus , #header a:hover {
    text-decoration: underline;
}

#branding h1 {
    padding: 0;
    margin: 0 20px 0 40px !important;
    font-weight: 300;
    font-size: 24px;
    color: #c4da56;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #f5dd5d;
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #c4da56;
}

#branding a:hover {
    text-decoration: none;
}

#user-tools {
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center !important;
}

#user-tools a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#user-tools a:focus, #user-tools a:hover {
    text-decoration: none;
    border-bottom-color: #79aec8;
    color: #79aec8;
}

/* TOOLBAR */

#changelist #toolbar {
    padding: 8px 10px;
    margin-bottom: 15px;
    border-top: 1px solid #66b82e !important;
    border-bottom: 1px solid #66b82e !important;
    background: #008ccd !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #666;
}

#changelist #toolbar form input {
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    color: #333;
}

#changelist #toolbar form #searchbar {
    height: 19px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 0;
    vertical-align: top;
    font-size: 13px;
}

#changelist #toolbar form #searchbar:focus {
    border-color: #999;
}

#changelist #toolbar form input[type="submit"] {
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 0;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    color: #333;
}

#changelist #toolbar form input[type="submit"]:focus,
#changelist #toolbar form input[type="submit"]:hover {
    border-color: #999;
}

#changelist #changelist-search img {
    vertical-align: middle;
    margin-right: 4px;
}

.small.quiet {
    color: #c4da56 !important;
}

.small.quiet a{
    color: #c4da56 !important;
}


/* menu styles */

#header {
    overflow: visible;
    padding-top: 0;
}

div.breadcrumbs {
    clear: both;
}

#header #branding h1 {
    margin: 0;
    padding: 5px 10px;
    height: 31px;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#header ul li {
    position: relative;
    list-style: none;
}

#header ul li a {
    white-space: nowrap;
}

#header #navigation-menu {
    top: -41px !important;
    height: 35px;
    z-index: 9999;
    background: #66b82e;
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-left: -40px;
    margin-right: -40px;
}

#header #bookmark-button {
    cursor: pointer;
    position: absolute;
    top: auto;
    right: 15px;
    height: 25px;
    width: 25px;
    border: none;
    text-indent: -5000px;
    overflow: hidden;
    margin-top: 45px !important;
}

#header #bookmark-button.bookmarked {
    background-position: 0 -445px;
}

#header ul#navigation-menu li {
    float: left;
    line-height: 16px;
}

#header ul#navigation-menu li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 30px 9px 15px;
    border-right: 1px solid #e1e1e1;
    color: #fff !important;
}

#header ul#navigation-menu li a.has-icon:after {
    content: '';
    position: absolute;
    right: 10px;
    height: 10px;
    width: 20px;
    /*background: transparent url(../images/admin-tools.png) no-repeat 0 -360px;*/
}

#header ul#navigation-menu li.disabled a {
    color: #bbb;
    cursor: default;
}

#header ul#navigation-menu li.first a {
    margin: 0 0 0 12px;
    text-indent: 14px;
    /*background: transparent url(../admin_tools/images/admin-tools.png) no-repeat 0 -379px !important;*/
}

#header ul#navigation-menu li:hover,
#header ul#navigation-menu li.over,
#header ul#navigation-menu li.selected {
    background: #5ca529;
}


.field-preview #header ul#navigation-menu li:hover,
.field-preview #header ul#navigation-menu li.over,
.field-preview #header ul#navigation-menu li.selected {
    background: #016c9d;
}

#header ul#navigation-menu li ul {
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    margin-left: -1px;
    margin-top: -1px;
}

#header ul#navigation-menu li ul li {
    padding: 0;
    float: none;
    background: none;
    z-index: 9999;
}

#header ul#navigation-menu li ul li a {
    display: block;
    border: 1px solid #c0c0c0;
    border-width: 0 1px 1px 1px;
    text-transform: none;
    color: #008ccd !important;
}

#header ul#navigation-menu li ul li a.has-icon:after {
    background-position: 0 -370px;
}

#header ul#navigation-menu li ul li ul {
    left: 100%;
    top: 0;
    border-top: 1px solid #c0c0c0;
}

#header ul#navigation-menu li ul li ul li a {
    white-space: nowrap;
}

#header ul#navigation-menu li:hover ul li ul,
#header ul#navigation-menu li.over ul li ul {
    display: none;
}

#header ul#navigation-menu li:hover>ul,
#header ul#navigation-menu li.over>ul,
#header ul#navigation-menu li ul li:hover>ul,
#header ul#navigation-menu li ul li.over>ul {
    display: block;
}

#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: #e7e5e5;
    color: #008ccd;
}

#header ul#navigation-menu li ul li:hover,
#header ul#navigation-menu li ul li.over,
#header ul#navigation-menu li ul li ul li:hover,
#header ul#navigation-menu li ul li ul li.over {
    background: #d8d8d8;
}

#header ul#navigation-menu li.disabled a:hover,
#header ul#navigation-menu li.disabled a.over {
    background: none;
}

#content {
    clear: both;
}

/* ACTIONS */

.filtered .actions {
    margin-right: 280px;
    border-right: none;
}

#changelist table input {
    margin: 0;
    vertical-align: baseline;
}

#changelist table tbody tr.selected {
    background-color: #cdcbcb !important;
}

#changelist .actions {
    padding: 10px;
    background: #e1e1e1 !important;
    border-top: none;
    border-bottom: none;
    line-height: 24px;
    color: #008ccd;
}

#changelist .actions.selected {
    background: #fffccf;
    border-top: 1px solid #fffee8;
    border-bottom: 1px solid #edecd6;
}

#changelist .actions span.all,
#changelist .actions span.action-counter,
#changelist .actions span.clear,
#changelist .actions span.question {
    font-size: 13px;
    margin: 0 0.5em;
    display: none;
}

#changelist .actions:last-child {
    border-bottom: none;
}

#changelist .actions select {
    vertical-align: top;
    height: 24px;
    background: #fefefe !important;
    color: #008ccd;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0;
    margin-left: 10px;
}

#changelist .actions select:focus {
    border-color: #999;
}

#changelist .actions label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

#changelist .actions .button {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    height: 24px;
    line-height: 1;
    padding: 4px 8px;
    margin: 0;
    color: #333;
}

#changelist .actions .button:focus, #changelist .actions .button:hover {
    border-color: #999;
}

/* FILTER COLUMN */

#changelist-filter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 240px;
    background: #42a1cd !important;
    border-left: none;
    margin: 0;
}

#changelist-filter h2 {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 13px 13px !important;
    margin-bottom: 12px;
    border-bottom: none;
    background: #008ccd !important;
    color: #c4da56 !important;
}

#changelist-filter h3 {
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #c4da56 !important;
}

#changelist-filter .submit-row input {
    background: #008ccd !important;
    color: #c4da56 !important;
}

#changelist-filter .submit-row input:hover {
    background: #016c9d !important;
    color: #c4da56;
}

#changelist-filter ul {
    margin: 5px 0;
    padding: 0 15px 15px;
    border-bottom: 1px solid #eaeaea;
    background: #e1e1e1 !important;
}

#changelist-filter ul:last-child {
    border-bottom: none;
    padding-bottom: none;
}

#changelist-filter li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#changelist-filter a {
    display: block;
    color: #4a4a4a !important;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

#changelist-filter li.selected {
    border-left: 5px solid #008ccd !important;
    padding-left: 10px;
    margin-left: -15px;
    background-color: #bfbfbf;
    width: 107%;
}

#changelist-filter li.selected a {
    color: #008ccd;
}

#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
    color: #04577d !important;
}

#changelist-filter ul li input[type="submit"] {
    background: #008ccd !important;
    color: #c4da56 !important;
}

#changelist-filter ul li input[type="submit"]:hover {
    background: #016c9d !important;
    color: #c4da56 !important;
}

/* CHANGELISTS */

#changelist {
    position: relative;
    width: 100%;
}

#changelist table {
    width: 100%;
}

.change-list .hiddenfields { display:none; }

.change-list .filtered table {
    border-right: none;
}

.change-list .filtered {
    min-height: 400px;
}

.change-list .filtered .results, .change-list .filtered .paginator,
.filtered #toolbar, .filtered div.xfull {
    margin-right: 280px;
    width: auto;
}

.change-list .filtered table tbody th {
    padding-right: 1em;
}

#changelist-form .results {
  overflow-x: auto;
}


.change-list ul.toplinks .date-back a {
    color: #ededed !important;
}

#changelist .toplinks {
    border-bottom: 1px solid #ddd;
}

#changelist .paginator {
    color: #c4da56 !important;
    border-bottom: 1px solid #eee;
    background: #008ccd !important;
    overflow: hidden;
}

#changelist .paginator a {
    background: #c4da56 !important;
    color: #008ccd !important;
    border-radius: 12px;
    padding: 0px 10px 0px 10px;
}

#changelist .paginator a:hover {
    background: #b2c550 !important;
}

/* DATE AND TIME */

p.datetime {
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #e1e1e1;
    font-weight: bold;
}

.form-row.row2 p.datetime {
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #666666;
    background: #e7e5e5;
    font-weight: bold;
}

p.datetime a {
    color: #999999 !important;
}

#changelist-filter p.datetime {
    color: #008ccd !important;
}

.datetime span {
    white-space: nowrap;
    font-weight: normal;
    font-size: 11px;
    color: #ccc;
}

.datetime input, .form-row .datetime input.vDateField, .form-row .datetime input.vTimeField {
    min-width: 0;
    margin-left: 5px;
    margin-bottom: 4px;
    margin-top: 10px;
}

table p.datetime {
    font-size: 11px;
    margin-left: 0;
    padding-left: 0;
}

.datetimeshortcuts .clock-icon, .datetimeshortcuts .date-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    overflow: hidden;
}

.datetimeshortcuts .clock-icon {
    background: url(../img/icon-clock.svg) 0 0 no-repeat;
}

.datetimeshortcuts a:focus .clock-icon,
.datetimeshortcuts a:hover .clock-icon {
    background-position: 0 -16px;
}

.datetimeshortcuts .date-icon {
    background: url(../img/icon-calendar.svg) 0 0 no-repeat;
    top: -1px;
}

.datetimeshortcuts a:focus .date-icon,
.datetimeshortcuts a:hover .date-icon {
    background-position: 0 -16px;
}

.timezonewarning {
    font-size: 11px;
    color: #999;
}

.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0px !important;
    display:block;
    float: left;
    background: #008ccd !important;
    border: 10px!important;
}
.ui-menu .ui-menu-item {
    margin:0px !important;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 300px !important;
}
.ui-menu .ui-menu-item .menu-item-left {
    width: 100% !important;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
    color: #fff !important;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -8px;
    background: #fdf5ce !important;
}

ul.inalix-menu {
    width: 200px !important;
}

ul.inalix-menu .menu-item-full {
    width: 65% !important;
}

ul.inalix-menu .menu-item-left {
    width: 65% !important;
    float: left !important;
}
ul.inalix-menu .menu-item-right {
    width: 30% !important;
    float: right !important;
}

td > ul.inalix-menu li div:hover {
    background-color: #42a1cd !important;
}


.menu-item-right {
    display: none;
    background: #008ccd !important;
    border: 1px solid #fff;
    margin-left: -93px;
}
    
.menu-item-left:hover + .menu-item-right {
    display: inline-block;
}

.menu-item-right:hover{
    display: block;
}


.ui-widget { 
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
    font-size: 1.1em; 
}
.ui-widget .ui-widget { 
    font-size: 1em; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
    font-size: 1em; 
}
.ui-widget-content { 
    border: 1px solid #fff !important;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; 
    color: #333333;
}
.ui-widget-content a { 
    color: #333333; 
}
.ui-widget-header { 
    border: 1px solid #e78f08; 
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; 
    color: #ffffff; 
    font-weight: bold; 
}
.ui-widget-header a { 
    color: #ffffff; 
}

.object-tools {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -48px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}

.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #008ccd;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #42a1cd;
}

.object-tools a:focus{
    text-decoration: none;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 26px;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background-image: url(../img/tooltag-arrowright.svg);
}

.object-tools a.addlink {
    /*background-image: url(../img/tooltag-add.svg);*/
}

.toplinks li {
    background: #008ccd;
    border-radius: 12px;
}

.toplinks li:hover {
    background: #016c9d;
    border-radius: 12px;
}

.toplinks li a {
    color: #c4da56;
}

.submit-row {
    background: #016c9d !important;
    border: #016c9d 1px solid !important;
}

p.submit-row {
    background: #e1e1e1 !important;
    border:0px !important;
}

.field-box .datetime {
    background: #ededed !important;
    color: #999999 !important;
}

.field-block .datetime {
    background: #ededed !important;
    color: #999999 !important;
}

.deletelink-box a {
    background: #e84c3d !important;
}
.deletelink-box a:hover {
    background: #c1392b !important;
}

.cancellink-box a {
    background: #f1c40f !important;
}
.cancellink-box a:hover {
    background: #f39c11 !important;
}

.field-box .required{
    color: #999999;
}


/*dropdown preview*/
.field-preview #header #navigation-menu {
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 10px;
    width: auto;
    height: 35px;
    z-index: 9999;
    background: #008ccd;
    clear: both;
    z-index: 9999 !important;
}

.field-preview #header {
    height: 35px !important;
}

.field-preview #header ul#navigation-menu li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 30px 22px 15px;
    border-right: 1px solid #c4da56;
    color: #c4da56 !important;
}
.field-preview #header ul#navigation-menu li ul li a {
    border-right: 1px solid #008ccd;
    color: #008ccd !important;
}
.btn {
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 5px;
}
.btn.btn-primary {
  background: #008ccd;
  color: white !important;
}
