@import url("./font-awesome.css"); /* Import FontAwesome Styles... */

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
 body {
    font-family: sans-serif;
    padding-bottom: 40px;
    padding-top: 81px;
}

h4 {font-size: 16px;}

.navbar-brand {
padding: 5px !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    float: left;
    text-align: leftt;
    padding-left: 10px;
}

.right {
    float: right;
    text-align: right;
    padding-right: 10px;
}

textarea.form-control {
    padding: 6px !important;
}
.form-file {
    display: block !important;
    height: 34px !important;
    line-height: 20px !important;
    padding: 6px 0px !important;
}

.delete-file-icon {
    margin: 0 10px;
}

.file-field {
    padding-top: 7px;
}

.file-browse-btn {
    float: right !important;
    margin: -7px 100px 0 0 !important;
}

.file-input-name {
    margin-left: 0;
    margin-right: 20px;
    float: left;
}
.file-input-name:before {
  content: "Selected: ";
}

span.uneditable-input {
    line-height: 26px !important;
}

#menucontainer {
    width: 100%;
    background: #eeeeee;
    background-repeat: repeat-x;
    /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* W3C */
    height: 36px !important;
    margin-bottom: 20px;
    margin-top: -30px !important;
    position:fixed;
    z-index: 999;
}
.jqueryslidemenu {
    height: 36px;
    margin: auto auto 0 auto;
}
.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
 .jqueryslidemenu ul li {
    position: relative;
    display: inline;
    float: left;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    z-index: 999;
}
/*Top level menu link items style*/
 .jqueryslidemenu ul li a {
    display: block;
    color: #777;
    padding: 8px 10px;
    text-decoration: none;
}
* html .jqueryslidemenu ul li a {
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
    color: #777;
}
.jqueryslidemenu ul li a:hover {
    background-color: #e9e9e9;
}
/*1st sub level menu*/
 .jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    background: #eeeeee;
    background-repeat: repeat-x;
    /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* W3C */
}
/*Sub level menu list items (undo style from Top level List Items)*/
 .jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
 .jqueryslidemenu ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */
 .jqueryslidemenu ul li ul li a {
    min-width: 170px;
    /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom:1px solid #e5e5e5;
}
.jqueryslidemenuz ul li ul li a:hover {
    /*sub menus hover style*/
    background: #e9e9e9;
    color: black;
}
.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}
.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}
div.dataTables_length label {
    float: left;
    text-align: left;
}
div.dataTables_length select {
    width: 75px;
}
div.dataTables_length {
    padding-top: 8px;
}
div.bottom-perpage div.dataTables_length {
    float: none;
}
div.bottom-perpage div.dataTables_length label {
    padding-left: 305px;
}
div.dataTables_filter label {
    float: right;
}
div.dataTables_info {
    padding-top: 8px;
}
div.dataTables_paginate {
    float: right;
    margin: 0;
}
table.table {
    clear: both;
    margin-bottom: 6px !important;
}
/* @group Base */
 .chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow : 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 1010;
}
/* @end */

/* @group Single Chosen */
 .chzn-container-single .chzn-single {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
    -moz-background-clip : padding;
    -webkit-background-clip: padding-box;
    background-clip : padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
    line-height: 24px;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none;
}
.chzn-container-single .chzn-default {
    color: #999;
}
.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../image/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
}
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}
.chzn-container-single .chzn-single div b {
    background: url('../image/chosen-sprite.png') no-repeat 0 0;
    display: block;
    width: 100%;
    height: 100%;
}
.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}
.chzn-container-single .chzn-search input {
    background: #fff url('../image/chosen-sprite.png') no-repeat 100% -22px;
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
}
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius : 0 0 4px 4px;
    border-radius : 0 0 4px 4px;
    -moz-background-clip : padding;
    -webkit-background-clip: padding-box;
    background-clip : padding-box;
}
/* @end */
 .chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}
/* @group Multi Chosen */
 .chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow : none;
    -o-box-shadow : none;
    box-shadow : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius : 3px;
    border-radius : 3px;
    -moz-background-clip : padding;
    -webkit-background-clip: padding-box;
    background-clip : padding-box;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    border: 1px solid #aaaaaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url('../image/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}
/* @end */

/* @group Results */
 .chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}
.chzn-container .chzn-results .highlighted {
    background-color: #3875d7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
    background: transparent;
}
.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}
.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold;
}
.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}
.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 1;
}
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}
.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
    background: url('../image/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
    background: url('../image/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
 .chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    -o-box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow : 0 1px 0 #fff inset;
    -o-box-shadow : 0 1px 0 #fff inset;
    box-shadow : 0 1px 0 #fff inset;
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    -webkit-border-bottom-left-radius : 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft : 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius : 0;
    border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    -o-box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    box-shadow : 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
}
/* @end */

/* @group Disabled Support */
 .chzn-disabled {
    cursor: default;
    opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
    cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}
/* @group Right to Left */
 .chzn-rtl {
    text-align: right;
}
.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible;
}
.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl;
}
.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto;
}
.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl;
}
.chzn-rtl .chzn-choices li {
    float: right;
}
.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto;
    background-position: right top;
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none;
}
.chzn-rtl .chzn-search input {
    background: #fff url('../image/chosen-sprite.png') no-repeat -38px -22px;
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../image/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl;
}
/* @end */
 .horizontal-form-element div {
    float:left;
    padding: 10px;
    width: 150px;
}
.horizontal-form-element div input {
    float:left;
    margin-right: 2px;
}
legend {
    margin-bottom: 5px !important
}
.documentsContainer {
    width: 95%;
    padding: 5px;
    background:#EEEEEE;
    color: #999;
    overflow: hidden;
    margin: 0;
}
.documentsChildren {
    width: 93.8%;
    margin-left: 20px;
}
.document {
    width: 100%;
    background:#EEEEEE;
    border-top: solid 1px #FAFAFA;
}
.document td {
    padding: 5px;
    font-size: 12px;
    border-left: solid 1px #FAFAFA;
}
label {
    cursor: default;
}
label.checkbox {
padding-top: 0px !important;
margin-top: 8px !important;
}
label > small, label.checkbox, input.checkbox {
display: inline-block;
vertical-align: text-top;
}
.label {
font-size: 90%;
}
label.checkbox-label {
vertical-align: 18%;
margin-bottom: 0px;
line-height: 20px;
}
.badge {
font-size: 1em;
padding: 3px 5px;
}
.badge-important {
padding: 4px 8px;
line-height: 1.2em;
}
.tabIndicator {
background-color: transparent !important;
border: 1px solid #08c;
color: #08c;
padding: 3px 4px 2px;
}
.form-horizontal .controls {
    margin-left: 230px !important;
}
h2 {
    font-size: 22px!important
}
h3 {
    font-size: 18px!important
}
#applicationChoice {
    text-align:center;
    padding: 30px;
}
#applicationChoice ul {
    margin-left: -10px;
}
#applicationChoice li {
    list-style-type: none;
    width: 200px;
    padding: 20px 40px;
    text-align: center;
    border: 1px solid #BABABA;
    border-right: 0;
    display: inline-block;
    margin-right: -5px;
    border-right: 1px solid #BABABA;
}
#applicationChoice li img{
    max-width: 70px;
}
#applicationChoice li:first-child {
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
}
#applicationChoice li:last-child {
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #BABABA;
}
#applicationChoice span {
    margin: 10px;
    cursor: pointer !important;
}
.imagepicker {
    background:#EDEDED;
    padding: 5px
}
.imagepicker img {
    width: 70px;
    height: 70px;
    border: 3px solid #D9D9D9;
}
.imageselected {
    border: 3px solid #3498db !important
}
a[href]:after {
    content:"" !important
}
a.form-control {
    border: 0px solid #FFFFFF;
    box-shadow: none;
    color: #428bca;
    padding-left: 0px;
}
.google {
    float:right;
    padding: 10px;
    background: #EDEDED;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div[class="tooltip-inner"] {
    white-space:pre;
    max-width:none;
    /*max-width: 350px;*/
}
.google img {
    width: 50px;
}
.datas {
    clear:both;
}
.doc_images {
    width: 10%;
    text-align: center;
}
.doc_content {
    width: 89%;
}

.documentationHeaderTextbox {
    font-size: 22px !important;
    font-weight: bold;
    color: #333 !important;
    width: 90%;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    border: solid 0 transparent !important;
    float: left;
}
.documentationHeaderTextboxOrder {
    float:right;
    width: 60px;
    font-size: 22px !important;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    border: solid 0 transparent !important;
}
.question {
    position: absolute;
    display: inline;
    text-align: center;
    width: 174px;
    /*height: 90px;*/
    font-size: 13px;
    line-height: 1.5em;
    padding: 6px;
    text-shadow: 0px 1px 0px #fff;
    background: #EEEEEE;
    margin-left: -7em;
    margin-top: -6em;
}
.yes, .cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    background-color: #fff;
    border: 1px solid #08c;
    color: #000;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.tab-pane{ padding-top: 15px;}

fieldset{margin-top: 10px; width: 100%;}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* Fix 100% width */
.chzn-container, .chzn-drop, .chzn-drop .chzn-search, .chzn-drop .chzn-search input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Override width */
.chzn-container { width:250px !important; }

.form-actions {
    padding: 15px;   background-color: #f7f7f9;
  border-top: 1px solid #e1e1e8; border-bottom: 1px solid #e1e1e8}

#mainContent { padding-top: 40px;}

.toggleBGColor{
    background: #E6E6E6;
}

/* Rota entry styles */

.rotaTableCell{
    padding: 7px;
    font-size: 12px;
    margin: 5px 0 0 0;
    width: 100%;
    background: #81B214;
    color: #FFFFFF;
}

.rotaTableCell a {
    color: #FFFFFF;
}

/* New Rota Colours - 2021-11 */

.rotaTableCellAuto, .rotaTableCellAuto:hover {
    background: #81B214;
    color: #FFFFFF;
}

.rotaTableCellManualSet, .rotaTableCellManualSet:hover {
    background: #9BD818;
    color: #FFFFFF;
}

.rotaTableCellChangeFromPlan, .rotaTableCellChangeFromPlan:hover {
    background:#F79B8B;
    color: #FFFFFF;
}

.rotaTableCellUnset, .rotaTableCellUnset:hover {
    background: #FFFFFF;
    color:  #000000;
    border: 2px solid #000000;
}

.rotaTableCellCancel, .rotaTableCellCancel:hover {
    background: #7F7C82;
    color: #FFFFFF;
    border: 2px solid #7F7C82;
}

.rotaTableCellStaffNotReqd,.rotaTableCellStaffNotReqd:hover {
    background: #7F7C82;
    color: #FFFFFF;
    border: 2px solid #7F7C82;
}

.rotaTableCellLeave, .rotaTableCellLeave:hover {
    background:#127681;
    color: #FFFFFF;
    border: 2px solid #127681;
}

.rotaTableCellAbsent, .rotaTableCellAbsent:hover {
    background:#DF0E62;
    color: #FFFFFF;
    border: 2px solid #DF0E62;
}

.staffAbsentAppt, .staffAbsentAppt:hover {
    background: #21174A;
    color: #FFFFFF;
    border: 2px solid #21174A;
}

.calEvent, .calEvent:hover {
    background: #FAC70B;
    color: #000000;
}

.rotaTableCellCoveredInt, .rotaTableCellCoveredInt:hover {
    background: #69A1F9;
    color: #FFFFFF;    
    text-decoration: line-through;
    border: 2px solid #69A1F9;
}

.rotaTableCellFlexiReass, .rotaTableCellFlexiReass:hover, .rotaTableCellFlexiReass:hover.XrotaTableCellAsRelief:hover {
    border: 2px dashed #000000;
}

.rotaTableCellFlexi, .rotaTableCellFlexi:hover {
    border: 2px solid #000000;
}

.rotaTableCellFlexi.rotaTableCellAsRelief, .rotaTableCellFlexi:hover.rotaTableCellAsRelief:hover {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #AA2EE8;
    border-left: 2px solid #AA2EE8;
}

.rotaTableCellAsRelief, .rotaTableCellAsRelief:hover {
    border: 2px solid #AA2EE8;
}

/* -------------------------  */


.staffAbsent,.staffAbsent:hover {
    background: #5BC0DE;
    border-color: #46B8DA;
}

.staffLeave,.staffLeave:hover {
    background: #428bca;
    border-color: #357ebd;
}

.btn-blank {
    border: 1px solid #000000;
}
button.btn-key {
    padding-left: 0.48em;
    padding-right: 0.48em;
}

/* Old Style for Flexi Rota Assignments
button.btn-key.rotaTableCellFlexi, button.btn-key.rotaTableCellFlexi:hover {
    background-color: #5cb85c;
    border-top: 2px solid blue;
    border-right: 2px dashed blue;
    border-bottom: 2px dashed blue;
    border-left: 2px solid blue;
}
*/

.btn-secondary {
    border: 1px solid #D0D0D0;
}

a.rotaDetails {
    display: block;
    margin-top: 8px;
}

/* For PDF Version of Rota view */
table.rotaAssignment {
    margin-bottom: 7px;
    width: 100%;
}

table.rotaTable tr {
    page-break-inside: avoid;
}

table.rotaTable tr th {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

table.rotaTable tr td {
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}

table.rotaTable tr td.firstcol {
    vertical-align: middle;
}

td.rotaTableCell {
    padding: 0;
    line-height: 1.4em;
}

/* End of Rota Styles */

.purpleBtn{
    background: #9657A7;
}

.glyphicon-lock:before {
  content: "🔒";
}

.chosen-single {
height:33px !important;
}
.chosen-container-multi, ul.chosen-choices {
line-height:32px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
margin-top: 6px !important;
}
.chosen-container-single .chosen-single div b {
  background-position: 0px 5px !important;
}
.chosen-container-single .chosen-single span {
line-height: 31px !important;
}

/* Fix left padding on select fields */
select.form-control {
padding-left: 6px !important;
}
/* Stop checkbox border showing */
input[type="checkbox"].form-control {border: none;}

/* Realign Table Headings */
.dataTable thead tr th:not(.dt-control), .dataTable thead tr td, .dataTable tfoot tr th, .dataTable tfoot tr td {
padding-left: 9px !important;
}
/* Datatable Expand Controls */
td.dt-control, th.dt-control {
color: #428bca;
font-weight: normal !important;
width: 16px !important;
text-align: right !important;
vertical-align: middle !important;
padding: 2px 0 !important;
}
td.dt-control:before {
font-family: FontAwesome;
content: "\f067";
cursor: pointer;
}
tr.shown td.dt-control:before, tr td.details_on:before, td.shown:before {
content: "\f068";
}
th.dt-control:before {
font-family: FontAwesome;
font-size: 17px !important;
content: "\f196";
cursor: pointer;
}
tr.shown th.dt-control:before, th.shown:before  {
content: "\f147";
}
td.noteDetail{
background-color: white !important;
}
/* Datatable Checkbox Controls */
th.check-list {
text-align: center;
padding: 6px 7px !important;
}
td.check-list {
width: 30px !important;
padding: 0 !important;
}
/* Document Expand Control */
i.expand {
display: inline !important;
float: left;
color: #428bca;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 16px;
line-height: 1.1em !important;
}
i.expand:before {
font-family: FontAwesome;
content: "\f196";
cursor: pointer;
}
i.expand.shown:before {
content: "\f147";
}
a.expand {
text-decoration: none;
}

/* File Browse Buttons */
.btn-file-browse {
margin: 5px 10px 5px 0;
}
.fileDel {
margin-left: 8px;
}
.input-group {
height: 34px;
line-height: 12px;
}
.input-group[class*=col-] {padding-left: 15px;}
.input-group-addon {
line-height: 12px;
padding: 3px 12px;
margin: 15px;
}
.input-group-addon label{
/* height: 20px; */
margin: 0;
vertical-align: top;
/*padding: 6px 5px 0 0;*/
}
.input-group-addon input[type="checkbox"] { margin: 0 !important;}
/* Make sure datepicker is on top */

span.checkbox-text{
vertical-align: 18%;
padding-left: 5px;
font-size: 14px;
line-height: 20px;
}
.ui-datepicker {
z-index: 1099 !important;
}

/* fullCalendar Styles        */
.fc-content { white-space: normal !important; }
.fc-title { white-space: normal !important; }
.fc-time-grid-event.fc-short .fc-title { white-space: nowrap !important; }
.fc-event { padding: 3px 0 3px 3px !important; }
/* Fix to show end time for 30 min events */
.fc-time-grid-event.fc-short .fc-time span { display: inline !important; }
.fc-time-grid-event.fc-short .fc-time:before { display: none !important; }
.fc-day-grid-event .fc-time { display: table-cell !important;}

/* ---- End fullCalendar ---- */

/* FontAwesome Styles         */
/* -------------------------- */

/* Checkbox Styling */
input:not(.diagnostic)[type="checkbox"] {
margin: 7px 0;
width: 22px !important;
height: 22px !important;
font-family: 'FontAwesome';
font-size: 24px;
-webkit-appearance: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
}

/* Unchecked Checkbox Icon*/
input:not(.diagnostic)[type='checkbox']::before{
content: "\f096" !important;
}
/* Checked Checkbox Icon*/
input:not(.diagnostic)[type='checkbox']:checked::before{
content: "\f14a" !important;
}
input.diagnostic[type='checkbox'] {
float: right;
height:0.9em !important;
background-color: red !important;
vertical-align: middle !important;
}

/* Radio Styling */
input[type="radio"] {
margin: 10px 0 0 !important;
width: 22px !important;
height: 22px !important;
font-family: 'FontAwesome';
font-size: 24px;
-webkit-box-shadow: none !important;
-webkit-appearance: none !important;
box-shadow: none !important;
}
input[type="radio"].write, input[type="radio"].read, input[type="radio"].none {
margin: -1px 0 0 -30px !important;
-webkit-margin-before: -4px !important;
}
/* Unchecked Checkbox Icon*/
input[type='radio']::before{
content: "\f10c" !important;
}
/* Checked Checkbox Icon*/
input[type='radio']:checked::before{
content: "\f192" !important;
}

i.library { padding: 0px 5px !important; }

i {line-height: 1.4em !important; margin-right: 5px !important;}
i.staff-comms {margin-right: 0px !important;width:19px;text-align:center;}
td.icon-list {width: 40px !important; text-align: center !important; vertical-align: middle !important; padding: 2px 5px !important;}
td.icon-list i {margin-right: 0px !important;}
.fa-icon-list {font-size: 1.333em;}
td.check-list {width: 35px !important; text-align: center !important; vertical-align: middle !important; padding: 2px 5px !important;}

select#createdMethod,select#approvedMethod,select#processedMethod {
font-family: 'FontAwesome';
}

.panel-title {font-weight: 700;}
.non-bold {font-weight: normal;}

p.act_entry {
margin-bottom: 0px;
}
