html {
  font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
}

body {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

div {
  font-size: 14px;
  line-height: 20px;
}

.formRow {
    padding-left: 10px;
}

.hidden {
    display: none;
}

.labelTextColor {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1rem;
    transform: scale(0.75);
    transform-origin: top left;
}

.activeColor {
    color: #00427f
}

.lightgrey {
    background-color: #eeeeee
}

.relative {
    position: relative
}

.wordwrap {
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   word-wrap: break-word;
}

.document-content {
    margin-left: 5px;
    margin-right: 5px;
}

.colorSwitchBase span {
    color: #c92c2c;
}

.colorBarChecked.colorSwitchBase span {
    color: #0073ab;
}

.custom-table {
    width: 100%;
    margin-bottom: 30px;
    border-spacing: 1px;
}
.custom-table td, .custom-table th {
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0;
    padding: 10px;
    text-align: left;
    min-width: 100px;
    max-width: 350px;
}

.margin-for-tabs .tabs-container {
    margin: 0 -40px;
}

.tabs-container {
    position: relative;
}

.tabs-divider {
    /*position: absolute;*/
    bottom: 12px;
    background-color: white;
    height: 2px;
    width: 100%;
}

.tabs {
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    clear: both;
}

.tabs .tab {
    min-height: 36px;
    background: #fff;
    color: #0272ab;
}

.tabs .tab:disabled {
    background: #ccc;
    color: #22272d;
}

.tabs .tab:first-child {
    border-radius: 5px 0 0 5px;
}

.tabs .tab:last-child {
    border-radius: 0 5px 5px 0;
}

/*.tabs .tab:after {*/
    /*content: "";*/
    /*background: #fff;*/
    /*height: 36px;*/
    /*width: 20px;*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*right: 0;*/
/*}*/

/*.tabs .tab:before {*/
    /*content: "";*/
    /*background: #fff;*/
    /*height: 36px;*/
    /*width: 20px;*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*left: 0;*/
/*}*/

/*.tabs .tab:first-child:before {*/
    /*display: none;*/
/*}*/

/*.tabs .tab:last-child:after {*/
    /*display: none;*/
/*}*/

.tabs .tab:hover {
    opacity: 1;
}

.tabs .tab.active {
    opacity: 1;
    pointer-events: none;
    /*background: #0272ab;*/
    /*color: #fff;*/
}

.tabs div div > span {
    background-color: #0272ab;
}

.address-container {
    margin-left: 10px !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.address-container .input-field {
    flex: 1;
    margin: 0 10px;
}
.address-container .input-field.flex-twenty {
    flex: 0 0 calc(20% - 20px);
    margin: 0 10px;
}
.button-primary {
    cursor: pointer;
    padding: 10px 30px;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    color: white;
    background: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-left: 14px;
    margin-right: 14px;
    line-height: 13px;
    font-weight: 500;
}
.button-primary:hover{
    background: transparent;
    color: #3b3b3b;
}
.button-primary.mr-zero {
    margin-right: 0;
}
.table-header {
    background: #3b3b3b;
}
.table-header th {
    color: #fff;
}
.table-header span {
    color: #fff;
}
.table-body tr:nth-child(even) {
    background: #efefef;
}
.table-footer td {
    padding: 0 !important;
    display: flex !important;
}
.table-footer .page-no {
    color: #000;
    margin-right: 12px;
    line-height: 36px;
}
.table-footer div {
    padding: 0 !important;
}
.table-footer button {
    cursor: pointer;
    padding: 11px 30px 9px 30px;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
    color: white;
    background: #3b3b3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-left: 2px;
    margin-right: 14px;
    line-height: 13px;
    font-weight: 500;
}
.table-footer button:hover {
    background: transparent;
    color: #3b3b3b;
}
.table-footer button span {
    color: #fff;
    line-height: normal;
}
.table-footer button:hover span {
    color: #3b3b3b;
}
.table-footer button[class*='disabled'] {
    opacity: 0.7;
}

.recursive-span {
    cursor: pointer;
}
.recursive-span:hover {
    color: rgba(0,0,0,0.4);
}

.tree,
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  color: #000000;
  position:relative;
}

.tree:first-child {
    padding-top: 45px;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
  font-weight:bold;
  position:relative;
}

.tree li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

.chip {
    margin-right: 10px;
}

#page-numbers {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 20px 0;
    padding-left: 0;
    padding-top: 40px;
}

#page-numbers li {
    list-style-type: none;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-right: 0;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
    display: none;
}

#page-numbers li.unavailable {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-right: none;
    pointer-events: none;
    color: #acacac;
    display: block;
}

#page-numbers li.block {
    display: block;
}

#page-numbers li.active {
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.0);
    pointer-events: none;
    display: block;
}

#page-numbers li:hover {
    background: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0);
}

#page-numbers li:first-child {
    border-radius: 4px 0 0 4px;
    display: block;
}

#page-numbers li:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid rgba(0,0,0,0.2);
    display: block;
}

#page-numbers li:last-child:hover {
    border-color: rgba(0,0,0,0);
}
#page-numbers li.active:last-child {
    border-color: rgba(0,0,0,0);
}

.clear-both {
    clear: both;
}

.upload-container {
    margin-bottom: 40px;
    padding-left: 26px;
    padding-right: 26px;
}

div.color-white {
    background-color: #ffffff;
}

input.auto-suggest {
    width: 500px;
}

.side-bar-menu-item {
    padding-left: 0;
}

.side-bar-menu-item a li {
    background: #23282d !important;
    color: #fff;
    position: relative;
}

.side-bar-menu-item a.active li {
    background: #0073ab !important;
}

.side-bar-menu-item a.active li:after {
    right: 0;
    border: solid 8px transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    top: 50%;
    margin-top: -8px;
}

.footer-spacer {
    height: 75px;
}
.List {
    width: 50%;
}
.fullwidth {
    width: 100%;
}

.drawer > div {
    background: #23282d;
    border-right: none;
}
.header-bar {
    background: #23282d !important;
    box-shadow: none !important;
}

table {
    background: white;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

table thead th {
    font-size: 13px !important;
}

table tbody td {
    font-size: 13px !important;
}

table tbody td a {
    color: #0272ab !important;
}

#buttonAddForm {
    background: #0272ab;
}

#buttonSave:not([disabled]) {
    background: #0272ab;
    color: #fff;
}

input#search {
    background: #fff;
    padding: 12px 12px 12px 24px;
    border: 1px solid #e0e0e0;
    z-index: 1;
    font-size: 14px;
    margin-top: 0 !important;
}

.filter-button {
    border: 1px solid #e0e0e0 !important;
    padding: 9px 20px 10px !important;
    border-radius: 0 !important;
    background: #fff !important;
    margin-left: -20px !important;
    color: #0073aa !important;
}

.textfield {
    position: relative;
}

.textfield label {
    width: 100% !important;
}

.textfield > div textarea {
    background: white;
    padding: 12px;
    /*margin-top: 5px !important;*/
    border: 1px solid #c5c5c5;
    /*border-bottom: none;*/
}

.textfield > div textarea:disabled {
    background: #dedede;
}

.textfield > div textarea:before {
    border-bottom: 1px solid #c5c5c5;
}
.textfield > div textarea:after{
    border-bottom: 2px solid #c5c5c5;
}
.textfield > div textarea:hover:before{
    border-bottom: 2px solid #c5c5c5 !important;
}

.textfield > div input {
    background: white;
    padding: 12px;
    margin-top: 5px !important;
    border: 1px solid #c5c5c5;
    border-bottom: none;
}
.textfield > div:before {
    border-bottom: 1px solid #c5c5c5;
}
.textfield > div:after {
    border-bottom: 2px solid #c5c5c5;
}
.textfield > div:hover:before {
    border-bottom: 2px solid #c5c5c5 !important;
}
.textfield > div input:disabled {
    background: #dedede;
}

.mce-panel {
    margin-top: 7px;
}

.draggable {
    width: calc(100% - 40px);
}

.draggable > div {
    padding: 12px 24px;
}

.catButton {
    height: 42px;
    margin-left: 20px !important;
    margin-top: 22px !important;
}

.colored {
    text-align: center;
    margin-left: 0 !important;
    margin: 20px auto 0;
}

.colored .logo-container img#appLogo {
    filter: none !important;
    margin: 0 !important;
}

#loginForm {
    width: 500px;
    background: #124395;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto 0 !important;
}

#loginForm .textfield {
    width: 100% !important;
}

#loginForm a {
    color: #fff;
}

#selectbox > div > div > div {
    background: white;
    border: 1px solid #ccc;
    padding: 11px 32px 11px 12px;
    margin-top: 8px;
}

#selectbox > div > div > svg {
    top: calc(50% - 8px);
}
#table-select-filter #selectbox{
    width: 184px;
}