.btn-primary {
    color: #fff;
    background-color: #007896;
    border-color: #026780;
    border-top-color: rgb(53, 126, 189);
    border-right-color: rgb(53, 126, 189);
    border-bottom-color: rgb(53, 126, 189);
    border-left-color: rgb(53, 126, 189);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-info {
    color: #fff!important;
    background-color: #007896!important;}

.input-lg {
    height: 46px;
    padding-left: 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0px;
}

.btn-lg {
    padding: 10px 16px!important;
    font-size: 17px;
     border-top-left-radius: 0px!important;
    border-top-right-radius: 4px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 4px!important;
}

.fa-ellipsis-v{padding-top: 4px;}

.service-groups a.fsservice-pretty-link.active {
    border: 1px #007896 solid !important;
    background-color: #007896 !important;
    color: #fff !important;}

.service-groups a.fsservice-pretty-link:link {
    border-radius: 2px!important;
    color: #6c6c6c;
    border: 1px #c7c7c7 solid;
}

.service-groups a.fsservice-pretty-link:hover {
    background-color: #007896;
    color: #fff;}

.navbar-right{float:right!important;}

table.dataTable th{
    border-bottom: 1px solid #acacac!important;
}

table.dataTable.no-footer{
    border-bottom: 1px solid #c6c6c6;
}

.panel-heading i{display: none!important;}

span > .text-success > i{display: none!important;}