﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}
.westmatic-modal {
    width: 800px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.wm-upload {
    width: 280px;
}
.menu-builder {
    list-style-type: none;
}
.menu-item {
    color: #333;  
}
.menu-icon {
    opacity: 0.4;
    color: black;
    margin-right: 10px;
    cursor: pointer;
}
.btn-default {
    background-color: inherit;/*#8BC9DE;;/* #F0DC6B;*/
    color: white;
    font-weight: bolder;
    border-color: white;
}
.btn-default:hover {
    background-color: #7DB5C8;
        border-color: white;
    color: white;
}

.menu-title {
    cursor: move !important;
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    
}
.angular-ui-tree-handle {
    background: inherit;
    /*border: 1px solid lightgrey;*/
    border-radius: 4px;
    padding: 0px 0px;
}

.angular-ui-tree-handle:hover {
    /*color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;*/
}

.angular-ui-tree-placeholder {
    background:  #F0DC6B;
    border: 2px dashed black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}
.btn-group {
    background-color: #8BC9DE;
    color: white !important;
    margin-bottom: 2px;
}
.w-flex {
    display: flex;
}
.westmatic-background {
    background-color: #8BC9DE;
}
.navbar-inverse {
    background-color: #F0DC6B;
    border-color: #C2B257;
    color: white;
    font-weight: bolder;
}
.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
}
.navbar-inverse .navbar-brand {
    color: #FFF;
}
.westmatic-title {
    font-size: 70px;
    text-align: center;
    color: white;
    margin: 50px;
    font-weight: bolder;
}
.jqm-anchor {
    margin: 0 -16px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    text-align: left;
}
.menu-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.form-control {
    border-color: #fff;
}
.modal-header {
    border-bottom: 1px solid #fff;
}
.modal-footer {
    border-top: 1px solid #fff;
}
.filling {
    width: 78px;
}
.user-table-item {
    padding: 12px;
    -ms-flex: 1;
    flex: 1;
}
.user-table-header {
    display: flex;
    text-align: center;
}
.black {
    color: black;
}
.new-button {
    margin-top: 20px;
}
.pagination > li > a {
    background-color: #8BC9DE !important;
  color: white !important;
  border-color: white !important;
    font-weight: bold !important;
}
.btn-default:active {
    background-color: #7DB5C8;
  border-color: white;
  color: white;
}
@media (max-width: 600px) {
    .hideonphone {
        display: none;
    }
}
a {
    color: white;
}
.ui-page-theme-a .ui-btn.ui-btn-active {
    background-color: #fed217;
    color: black;
    text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #eeeeee /*{a-bup-shadow-color}*/ !important;
}