.wm-app .app-header {
    background-color: #698287;
}

.wm-app .app-content-column {
    background-color: #d0d0d0;
}

.wm-app .app-footer {
    /*  background-color: yellow;*/
}

.wm-app .navbar {
    /*  background-color: red;*/
}

.wm-app .app-left-panel {
    background-color: #698287;
}

.wm-app .app-right-panel {
    background-color: #698287;
}

.form-field-sm .form-control {
    height: 22px;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0px;
}

.form-field-lg .form-control {
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.sheetColor.GREEN {
    background-color: #3ea291;
    color: white;
}

.sheetColor.WHITE {
    background-color: #eaeaea;
}

.sheetColor.BLUE {
    background-color: #006db3;
    color: white;
}

.sheetColor.PINK {
    background-color: #d81b60;
}

.sheetColor.YELLOW {
    background-color: #ffd172;
}

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

.wm-app .samec-search-input {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: x-large;
}

.wm-app .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050! important;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 2px 5px #DBDBDB;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 2px 5px #DBDBDB;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 2px 5px #DBDBDB;
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 2px 5px #DBDBDB;
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 2px 5px #DBDBDB;
}



.text-bold {
    font-weight: bold ! important;
}
