@import url('reset.css');
@media print {
    body *, #main * { display:none; }
    #main, #main #content, #main #content * { display:block; }
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(../fonts/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    min-width: 1000px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: #fcfcfc;
}
#header {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #F2F2F2;
    background-image: linear-gradient(to bottom, #F2F2F2, #E2E2E2);
    position: relative;
    z-index: 900;
}
#header div {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    float: left;
}
#header #user_notification {
    position: relative;
}
#header #user_notification #notifications_count {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    background: #333333;
    font-size: 8px;
    line-height: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}
#header #notifications_list li ul li {
    padding: 2px 5px 6px 2px;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 3px;
}

#header ul {
    list-style: none;
}

#header a {
    text-decoration: none;
}

#header div.logo-wrapper {
    width: 200px;
}

#header #logo {
    display: inline-block;
    height: 40px;
    float: left;
    width: 175px;
    margin-top: 5px;
    margin-left: 9px;
}

#header #logo img {
    width: auto;
    height: 40px;
    padding-left: 5px;
}

#header .btn {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    height: 30px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    text-decoration: none !important;
    background-color: #f8f8f8;
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 14px;
    margin: 10px 0 0 5px;
}
.img-btn {
    cursor: pointer;
}

#header .btn a {
    color: #606060;
    display: block;
}
#header .btn a span.btn-icon {
    font-size: 17px;
    line-height: 23px;
}
#header .btn a span.user {
    padding: 0 5px;
    line-height: 23px;
}
#header .btn a:focus, #header .btn a:active {
    text-decoration: none;
    outline: 0;
}

#header .language {
    float: right;
    position: relative;
    margin: 0;
}

#header .language > li {
    display: inline-block;
    padding-right: 5px;
}

#header .language a.dropdown-toggle {
    margin-top: 16px;
    display: block;
}
aside {
    z-index: 899;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 49px;
    width: 200px;
    display: block;
    overflow: hidden;
    background: #3b3b3b;
    min-height: 100%;
    -moz-box-shadow:    inset 0 0 15px #151515;
    -webkit-box-shadow: inset 0 0 15px #151515;
    box-shadow:         inset 0 0 15px #151515;
}

.current-lang { text-transform: uppercase; }

aside #dashboard {
    display: block;
    font-size: 12px;
    height: 39px;
    color: #fff;
    border: solid transparent;
    border-width: 1px 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    width: 100%;
    margin: 0!important;
    border-bottom: 1px solid #525151;
}

aside #dashboard a {
    height: 38px;
    color: #bcbcbc;
    font-size: 16px;
    line-height: normal;
    padding: 10px 15px 10px 15px;
    display: block;
    position: relative;
    font-weight: 400;
}

aside nav ul {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 7px;
    list-style: none;
    position: relative;
    display: block;
}

aside nav ul li a {
    color: #bcbcbc;
    font-size: 16px;
    line-height: normal;
    padding: 7px 10px 7px 15px;
    display: block;
    position: relative;
    font-weight: 400;
}

aside nav ul li a span {
    padding-right: 5px;
}
aside nav ul li a span.toggle {
    position: absolute!important;
    right: 10px;
    top: 6px;
    font-size: 8px;
    padding: 5px;
}

aside > nav > ul > li.active > a, aside > nav > ul > li.active ul li.active > a, aside #dashboard a.active {
    color: #FFFFFF;
}

aside nav ul li a:hover, aside nav ul li a:focus, aside #dashboard a:hover, aside #dashboard a:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
}

aside nav ul ul {
    background: #434343;
}

aside nav > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}
aside nav ul ul li { position: relative; }
aside nav ul ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 13px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}
aside nav ul ul li.active:before {
    border-top: 1px solid #FFFFFF;
}
aside nav ul ul li a {
    padding: 4px 10px 4px 42px;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
}
aside nav ul ul li ul {
    margin: 0;
}
aside nav ul ul li ul li:before {
    width: 18px;
}
aside nav ul ul li ul li a {
    padding-left: 50px;
}

div#main {
    position: relative;
    margin-left: 200px;
    padding-bottom: 110px;
    min-height: 500px;
    min-width: 600px;
}

div#content_menu {
    min-height: 38px;
    background: #8E3A3A; /*#A10714;*/
    border-bottom: 1px solid #333333;
    padding: 0 13px 0 0;
    position: relative;
}
div#content_menu ul.breadcrumb {
    background: none;
    margin: 0;
    padding-top: 10px;
    color: #bcbcbc;
    font-size: 16px;
}
div#content_menu ul.breadcrumb a {
    color: #BCBCBC;
}
div#content_menu ul.breadcrumb li:last-child {
    color: #FFFFFF;
}
div#content {
    padding: 10px 10px 10px 2px;
    position: relative;
}
div#main h1 {
    font-size: 24px;
    margin: 10px 0 0 10px;
}
div#footer {
    height: 30px;
    padding: 5px 15px 0 220px;
    border-top: 1px solid #CECECE;
    background: #282828;
    color: #c8c8c8;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 12px;
    min-width: 1000px;
}

#sitecode {
    font-size: 12px;
    color: #595959;
}
#hoteldate {
    font-size: 16px;
}

.table-actions {
    font-size: 16px;
    text-align: right;
}
.table-actions span {
    padding: 0 5px 0 0;
}
.chzn-container-multi .chzn-choices .search-field input  {
    height: 25px !important;
}

.spinner_container {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    opacity: .6;
    background-color: #cccccc;
    z-index: 2000;
}
.spinner{
    top: 50%;
    left: 50%;
}


/** CONTENT STYLES **/

form div.submit
{
    border: 0;
    clear: both;
    margin-top: 10px;
}
#main form div.submit
{
    position: fixed;
    width: 100%;
    margin-left: -200px;
    padding: 10px 20px;
    border-top: 2px solid #CCCCCC;
    background-color: #fcfcfc;
    bottom: 0;
    text-align: right;
    clear: both;
    margin-top: 10px;
}
.account_management .manage {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #A9A9A9;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 25px;
    margin: 7px 10px 0;
    padding: 0 10px;
}
.account_management .manage:hover {
    background: #dbdbdb;
}
div.grid_wrap {
    padding: 0 10px;
}

h1 {
    font-size: 36px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
}

h2 span.h2_edit a {
    font-size: 11px;
    color: #626262;
    text-decoration: none;
}
h2 span.h2_edit a:hover {
    background: #EEE;
}


h3 {
    font-size: 16px;
    margin-top: 10px;
}
h3 span.title_desc {
    font-size: 14px;
    font-weight: 300;
    color: #939393;
    padding-left:10px;
}

h4 {
    font-size: 20px;
    font-weight: 300;
}

h4.title_desc {
    font-size: 14px;
    font-weight: 300;
    color: #939393;
    margin: 5px 0 0 10px;
}
h5.title_desc {
    font-size: 12px;
    font-weight: 300;
    color: #939393;
    margin-top: 5px;
}
h6 {
    font-weight: bold;
    padding-bottom: 3px;
}
div.index {
    border: 1px dotted #CCCCCC;
    padding: 0 5px 5px 5px;
}

div.actions {
    float: right;
    color:#777;
    height: 25px;
    margin-bottom: 5px;
}
div.actions a {
    font-size: 12px;
    padding: 4px 8px;
}

div.fieldsetactions { background: #FFFFFF; float: right; color:#777; height: 25px; margin: -33px -5px 0 0; margin-top: -25px\9; padding-right: 5px\9; }
div.fieldsetactions a { margin: 0 0 0 5px; }
.account_management .manage {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #A9A9A9;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 25px;
    margin: 7px 10px 0;
    padding: 0 10px;
}
.account_management .manage:hover {
    background: #dbdbdb;
}
table {
    width: 100%;
    margin-top: 10px;
}

table.table_fixed {
    table-layout: fixed;
}

th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

th a {
    text-decoration: none;
    color: #C62C39 !important;
}

th a.asc, th a.desc {
    text-decoration: none;
    color: #444347;
}

th.actions {
    white-space: nowrap;
    text-align: right;
}

td {
    padding: 5px;
    border-bottom: 1px solid #eee;
    font-family: arial;
    vertical-align: middle;
    word-break: break-all;
}

table td.table_actions
{
    white-space: nowrap;
    text-align: right;
}

table td.table_actions a, .panel-heading .heading_actions a
{
    padding: 2px 2px;
    text-decoration: none;
}

table td.table_actions div.actions a{
    line-height: 24px;
}

table td.table_actions a [class^="icon-"], table td.table_actions a [class*=" icon-"] {
    color: #333333;
    font-size: 16px;
}
table td.table_actions a:hover [class^="icon-"], table td.table_actions a:hover [class*=" icon-"] {
    color: #666666;
}

div.table_row_add {
    border-bottom: none;
    padding: 0;
    background-color: #FFFFFF;
}

div.table_row_add a, div.table_row_add p {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 24px;
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 0;
    width: 415px;
    padding: 5px;
    margin: 20px 5px;
    text-align: center;
}

div.table_row_add {
    background: #FFFFFF !important;
}

div.table_row_add a:hover {
    background: #E0E0E0;
}
div.table_row_add p { color: #888888; }
div.table_row_add p:hover {
    cursor: default;
}

tr:hover td {
    background: #eee;
}
tbody.grouphover:hover tr td {
    background: #eee;
}

td div.input { width: auto; }

#user_card_wrap { background: #EEEEEE; border: 3px solid #CCCCCC; border-radius: 10px 10px 10px 10px; padding: 10px 15px; margin: 30px 0 20px 0; }
#user_card { float: left; border-right: 2px solid #CCCCCC; }
#quick_links { float: left; margin-left: 40px; }
#intranet { float: left; margin-left: 40px; }
#user_card_wrap h3 { margin-top: 0; }
#user_card p.user_welcome { padding: 3px 6px 6px; color: #939393; }
#user_card div.user_action { padding: 3px 15px; }
#user_card div img { float: left; }
#user_card div p { margin-left: 15px;display: inline-block;line-height: 16px;vertical-align: middle; }
#user_card div p a { text-decoration: none; color: #333333; font-size: 13px; }
#user_card div p a:hover { color: #7f7f7f; }

ul.square_list, ul.circle_list, ul.bullet_list { margin-left: 20px; padding: 5px;}
ul.square_list li { list-style-type: square; padding: 3px; }
ul.circle_list li { list-style-type: circle; padding: 3px; }
ul.bullet_list li { list-style-type: disc; padding: 3px; }
ul.square_list li a { text-decoration: none; font-size: 13px; color: #333333; }
ul.square_list li a:hover { color: #7f7f7f; }


/*******************************
 *   FORMS
 ******************************/
form { margin-top: 10px; }
form a.button { margin-left: 151px; }
fieldset { border: 1px solid #ccc; padding: 10px 20px; margin-bottom: 20px;}
legend { font-size: 20px; padding: 5px; }
div.login div.input { width: auto; }
div.input { display: block; clear: both; line-height: 22px; min-height: 42px; padding: 0 10px; /*width: 500px;*/ }
div.input.error { background: #ffe9eb; color: #86111b;}
div.input.error:hover { background: #ffe9eb; }
div.error-message { margin-left: 150px; padding-top: 10px;}
div.error-message-below { display: inline-block; margin-left: 150px; }
div.input select[multiple] {width: 600px;}
div.chzn-container-multi { margin: 10px 0; }

label { margin: 0; }
div.input label { float: left; width: 150px; padding: 10px 0 10px; font-weight: bold; }
div.input div.attribute { padding: 10px 0 10px; }
div.input.time select:nth-last-child(1) { float:none; margin-left: 10px; }
div.input input, div.input select, div.input button, div.chzn-container { float: left; margin: 6px 10px 10px 0; padding: 2px; }
div.input select { height: 26px; margin-top: 8px; }
div.input span.input_after { float: left; margin: 10px 10px 10px 0; color: #999999; }
span.note { padding: 10px 0; font-size: 10px; color: #999999; line-height: 10px; display: block; }
fieldset legend label { width: auto; }
div.input textarea { resize: vertical; }
div.input textarea.ta_wide { width: 400px;}

div.input input[type="text"] { width: 200px; }
div.input input[type="password"] { width: 200px; }
div.input input[type="url"] { width: 300px; }
div.input input[type="numeric"] { width: 50px; }
div.input div.chzn-search input[type="text"] { width: 100%; }
.submit { text-align: center; }

div.select div.checkbox:nth-of-type(1)  { margin-left: 0; }
div.select div.checkbox:nth-of-type(1) input  { margin-top: 15px; }
div.select div.checkbox:nth-of-type(1) label { padding-top: 10px; }
div.select div.checkbox { margin-left: 150px; display: inline-block; }
div.select div.checkbox input { margin-top: 5px; }
div.select div.checkbox label { width: 400px; padding: 0;}
input.bulkbox { margin: 0 5px 0 0; }

div.searchform a.cancel {
    background: #333333;
}

div.view { clear: both; }
div.view dl { line-height: 2; }
div.view dt { float: left; font-size: 12px; font-weight: 700; text-transform: uppercase; min-width: 200px; border-top: 1px dotted #aaa; min-height: 24px; }
div.view dd { float: left; display: block; border-top: 1px dotted #aaa; min-width: 200px; min-height: 24px; margin-left: 1px; }
div.view dt:first-of-type { border: none; }
div.view dd:first-of-type { border: none; }
div.view dl.full_width dt { border-top: none;}
div.view dl.full_width dd { float: none; width: auto; }
div.view dl.half_width dt { border-top: none; min-width: 150px; }
div.view dl.half_width dd { float: none; width: auto; }

div.view dd div.dd_multiline { display: inline-block; }

._tempmsg { text-transform: capitalize; display: block; line-height: 36px; }
div.input span._tempmsg { margin-left: 151px; }
.button.lytebox { margin-left: 15px; }

div.view dl.pool_details { line-height: 2; }
div.view dl.pool_details dt { float: left; font-size: 12px; font-weight: 700; text-transform: uppercase; min-width: 160px; border-top: 1px dotted #aaa; min-height: 24px; }
div.view dl.pool_details dd { float: left; display: block; border-top: 1px dotted #aaa; min-width: 240px; min-height: 24px; margin-left: 1px; }
div.view label { float: left; width: 100%; padding: 10px 0 10px; font-weight: 700; text-transform: uppercase; border-bottom: 1px dotted #aaa; }

div.pool_desc { padding: 3px 0 5px; }
div.pool_desc p { padding: 4px; }
div.pool_desc label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.fieldset_content div.img {
    height: 250px;
    width: 400px;
    background-size: cover !important;
    background-position:center;
}
.fieldset-form div#pool_graphic {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 0;
    width: 350px;
}
.fieldset-form div#pool_graphic div.input {
    width: auto;
}
.fieldset-form div#pool_graphic div#graphic_upload {
    border: 1px solid #CCCCCC;
    width: 350px;
    height: 219px;
    margin-top: 10px;
    background-size: cover !important;
}

div.chair_display img {
    margin: 4px 2px;
    float:left;
}
div.chair_display div p {
    margin: 10px 8px;
    float: left;
}

/*******************************
 *            PAGING           *
 *******************************/
th a.asc:after
{
    content: ' ▲';
    color: #C62C39;
    font-size: 10px;
    padding: 0 0 1px 2px;
}

th a.desc:after
{
    content: ' ▼';
    color: #C62C39;
    font-size: 10px;
    padding: 0 0 1px 2px;
}

.paging_wrap {
    margin-top: 4px;
}

.paging_wrap p {
    float: left;
    line-height: 20px;
}

.paging
{
    color: #ccc;
    float: right;
}

.paging .current, .paging .disabled, .paging a
{
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px 5px;
}

.paging > span
{
    display: inline-block;
    border: 1px solid;
    border-left: 0;
    border-color: #ccc;
    background:#FAFAFA;
}

.paging > span a {
    text-decoration: none;
    color: #333333;
}

.paging > span:hover
{
    background: #efefef;
}

.paging .prev
{
    border-left: 1px solid;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.paging .next
{
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.paging .disabled:hover
{
    background: transparent;
}

.paging .disabled
{
    color: #ddd;
}

.paging .current
{
    background: #efefef;
    color: #c73e14;
}

.filters label { margin: 0 5px 0 10px;}
.filters div.inline-submit { display: inline-block; margin-left: 10px; }
.filters div.inline-submit a { text-decoration: underline; color: #333333; font-weight: bold; }

#flashMessageWrapper {
    padding-top: 5px;
}

.ijw-message, .ijw-message-no-fade {
    display: block;
    border: 1px solid #aaa;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ijw-success {
    background: rgb(201,222,150); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhhYjY2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTgyMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(57,130,53,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,222,150,1)), color-stop(44%,rgba(138,182,107,1)), color-stop(100%,rgba(57,130,53,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(57,130,53,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-8 */
}

.ijw-error {
    background: rgb(169,3,41); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}

.ijw-warning {
    background: rgb(242,187,24); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYmIxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTgzMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(242,187,24,1) 0%, rgba(234,131,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,187,24,1)), color-stop(100%,rgba(234,131,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,187,24,1) 0%,rgba(234,131,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,187,24,1) 0%,rgba(234,131,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,187,24,1) 0%,rgba(234,131,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,187,24,1) 0%,rgba(234,131,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2bb18', endColorstr='#ea8304',GradientType=0 ); /* IE6-8 */
}

.tooltip {
    display: none;
    font-size: 12px;
    height: auto;
    width: 160px;
    margin-left: 15px;
    padding: 15px;
    color: #f5f5f5;
    background: none repeat scroll 0 0 #333;
    border: 3px solid #000;
    box-shadow: 3px 3px 4px 1px #4C4C4C;
}

.tooltip:after, .tooltip:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip:after {
    border-right-color: #000;
    border-width: 15px;
    top: 50%;
    margin-top: -15px;
}

.tooltip:before {
    border-right-color: #000;
    border-width: 19px;
    top: 50%;
    margin-top: -19px;
}



.week_overview { padding: 15px 0 2px; font-size: 14px; line-height: 29px; }
.week_overview a { color: #595959; font-size: 12px; }
.week_overview a:hover { color: #992f2c; font-weight: bold; }
td.total input { background: #CCCCCC; font-weight: bold; }
.today { border-bottom: 2px solid black; }
.timetable input { font-size: 12px; }
tr.total td {
    font-weight: bold;
    border-top: 2px solid #333333;
    border-bottom: none;
}
th.holiday { background: #a4db93; }
th.deadline { background: #bfbfbf; }
th.holiday.deadline {
    background: #a4db93; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #a4db93 50%, #bfbfbf 50%, #bfbfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#a4db93), color-stop(50%,#bfbfbf), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #a4db93 50%,#bfbfbf 50%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #a4db93 50%,#bfbfbf 50%,#bfbfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #a4db93 50%,#bfbfbf 50%,#bfbfbf 100%); /* IE10+ */
    background: linear-gradient(135deg,  #a4db93 50%,#bfbfbf 50%,#bfbfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4db93', endColorstr='#bfbfbf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
span.deadline { background: #999999; }
.installed_products { padding: 5px; }
.installed_products div.input { min-height: inherit; }
.installed_products label { display: inline-block; margin: 5px 0 0 10px; width: 300px !important; padding: 0 !important;}
.installed_products select { float: left; }
.installed_products input { margin: 10px 0 0 0 !important; }
.sectional dt {
    border: none !important;
    margin: 2px;
}

.sectional dd {
    border: none !important;
    background: #EEEEEE;
    margin: 2px;
    padding-left: 3px;
}

.related {
    display: block;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}
.related h3 {
    margin: 0;
    padding: 5px;
    background: #f4f4f4;
    border-bottom: 1px solid #CCCCCC;
}
.related h3 a {
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}

.property-info {
    display: block;
    margin-bottom: 5px;
}
.property-info h3.property-info-header {
    padding: 5px;
    margin: 0;
    background: #f4f4f4;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.property-info h3.property-info-header a {
    font-size: 12px;
    text-decoration: none;
    color: #333333;
    margin-right: 10px;
}
.property-info .sectional {
    margin: 5px 10px 0;
}

.status_working {
    color: #00b900;
    font-weight: bold;
}
.status_offline {
    color: #b9000e;
    font-weight: bold;
}
.status_not_in_use {
    color: #b97311;
    font-weight: bold;
}
.title_note {
    color: #CCCCCC;
    font-size: 11px;
    font-weight: 300;
    margin-left: 10px;
}
.title_note a {
    color: #a2a2a2;
    margin-left: 5px;
}

dt { clear: both; }
dl:last-child { clear: both; }
dl:after { clear: both }

#conditions_list td input, #conditions_list td select {
    margin: 0;
    height: 22px;
}
#field_list {
    width: 50%;
    border: 1px solid #CCCCCC;
    padding: 2px;
    max-height: 500px;
    overflow-y: scroll;
}
#chosen_fields {
    max-height: 500px;
    overflow-y: auto;
    width: 45%;
}
.note-inline {
    color: #999999;
    font-size: 10px;
    line-height: 10px;
    padding: 10px;
}
.selected_fields {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    cursor: move;
    margin: 0;
    padding: 5px;
}
#AssetReportFieldsDisplay {
    cursor: pointer;
}
#AssetReportFieldsDisplay span {
    background: #EEEEEE;
    padding: 0 2px;
    margin: 0 3px 2px 0;
    border: 1px solid #CCCCCC;
    display: inline-block;
}


#app_logs { position: relative;}
.log_header {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    padding: 2px 5px 5px;
    text-align: center;
    width: 100px;
    margin-top: -22px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.log_header.selected { background: #333333; color: #EEEEEE; border-bottom: none; margin-top: -22px; font-weight: bold; }
.log_output {
    background: none repeat scroll 0 0 #333333;
    color: #EEEEEE;
    height: 300px;
    overflow-y: scroll;
    padding: 5px;
    margin: 32px 0 20px 0;
    line-height: 15px;
    border: 1px solid #333333;
}

/* Styles for configuration management */

.api-status-bar {
    position: absolute;
    top: 20px;
    right: 10px;
}

.api-status {
    font-size: 16px;
    float: left;
    padding: 5px 8px 3px 8px;
    margin-left: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    display: block;
    color: white;
}

.api-status [class^="icon-"], .api-status [class*=" icon-"] {
    -ms-text-shadow: 1px 1px #666;
    text-shadow: 1px 1px #666;
}
#current_status, #current_configuration {
    padding: 5px 5px 10px;
}
#current_status .numbers {
    margin-top: 5px;
}
#current_status .numbers .item {
    display: inline-block;
    padding: 7px 10px;
    font-weight: bold;
}
#current_status .number {
    float: right;
    margin-right: 6px;
    border-radius: 2px;
    color: white;
    background: #40acd6;
}
#current_status .numbers .number div {
    float: left;
    font-size: 12px;
    line-height: 26px;
    padding-right: 5px;
}

#current_status .number [class^="icon-"], .number [class*=" icon-"] {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 4px 7px;
    border-radius: 2px;
    float: left;
}
.api-status.offline {
    background: #9d0000;
}
.api-status.online {
    background: #608e5f;
}

ul.kb_list {
    padding: 5px;
    vertical-align: top;
}
ul.kb_list > li {
    width: 48%;
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
}
ul.kb_list li span {
    font-size: 10px;
    cursor: default;
}
ul.kb_list > li > a {
    margin-left: 5px;
    font-size: 13px;
    line-height: 20px;
    outline: none;
}
ul.article_list {
    padding: 0 0 5px 30px;
    list-style-type: disc;
}
ul.article_list li {
    padding-top: 5px;
}
ul.article_list a {
    outline: none;
}

.panel-heading {
    /*cursor: pointer;*/
}
#actions_header {
    border-radius: 10px 10px 0 0;
    background: #3B3B3B;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
}
#actions_box {
    background: #535353;
    border-radius: 0 0 10px 10px;
    display: block;
    padding: 0 10px 10px;
    color: #FFF;
}
#actions_box a {
    display: block;
    font-size: 12px;
    color: #FFF;
    padding: 5px;
}
#actions_box a span {
    font-size: 10px;
    padding-right: 5px;
}
hr.dashed {
    border-top: 2px dashed;
    margin: 5px;
}
div#reauth {
    z-index: 9999;
}
div.hideall {
    background: #CCCCCC;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.enc-password, .unc-password {
    font-family: 'Courier New', Monospace;
}