﻿

.pace {
    display: none !important;
}

.header.navbar-default {
    background: #fff;
}

.content {
   /* margin-left: 220px !important;*/
    padding: 0px 10px !important;
}

.ui-sortable .panel-heading {
    cursor: unset;
}


.panel-heading {
    background: #53595f !important;
    color: #fff;
}
.modal-header {
    background: #53595f !important;
    color: #fff;
}
.bg-thead {
    background-color: #53595f !important;
    color: #fff;
}

.label {
    padding: unset !important;
    font-size: 14px !important;
    color: #53595f !important;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .label {
        left: 10px;
    }
 }

.buttonToAnchorTag {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #348fe2;
    text-decoration: underline;
    cursor: pointer;
}
