fieldset.serviceAPIs tr td input[type='text'] {
    width: 90%;
}

fieldset.serviceAPIs #apiMain-wrapper ul {
    padding: 0;
}
fieldset.serviceAPIs #apiMain-wrapper ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

fieldset.serviceAPIs #apiMain-wrapper ul li input {
    margin-right: 5px;
}

fieldset.serviceAPIs table tr {
    float: left;
    width: 24%;
    height: 90px;
    border-bottom: solid 1px #ccc;
}

fieldset.serviceAPIs table tr td {
    width: 100%;
    display: block;
}

fieldset.serviceAPIs table tr[class^="form-group tr-removeAPI"] {
    width: 4%;
}

.red {
    border-color: #ebccd1;
    color: #a94442;
    cursor: pointer;
}

.helpPage .tab-content {
    line-height: 1.9em;
}

.helpPage .tab-content p {
    margin-top: 5px;
}

.w49{
  width:49%;
    max-width: 1700px;
}
.w2{
    width:2%;
}
.w100{
    width: 100%;
}

.block{
    display:block;
}

.hidden{
    display:none;
}

.ace_editor{
    height: 600px;
}

.table{
    margin-bottom: 0;
}

hr{
    margin-top:0px;
}

.table a{
    outline: 0;
    text-underline: none;
}

.c85{
    width: 8.5cm;
}

.blueAccordion{
    border: solid 1px #337ab7 !important;
}

.blueAccordion .panel-heading{
    /*border: solid 1px #51819e;*/
    /*width: 100%;*/
    /*border-radius: 5px;*/
    /*background-color: #c0dded;*/
    background: #c0dded !important;
}

.blueAccordion .panel-body{
    border-top-color: #337ab7 !important;
}

.greenAccordion{
    border-color: #3c763d !important;
}

.greenAccordion .panel-heading{
    background-color: #dff0d8 !important;
}

.greenAccordion .panel-body{
    border-top-color: #337ab7 !important;
}

#blueAccordion{
    border: solid 1px #337ab7 !important;
}

#blueAccordion .panel-heading{
    /*border: solid 1px #51819e;*/
    /*width: 100%;*/
    /*border-radius: 5px;*/
    /*background-color: #c0dded;*/
    background: #E6F0F7 !important;
}

#blueAccordion .panel-body{
    border-top-color: #337ab7 !important;
}

#greenAccordion{
    border-color: #3c763d !important;
}

#greenAccordion .panel-heading{
    background-color: #E6F7ED !important;
}

#greenAccordion .panel-body{
    border-top-color: #337ab7 !important;
}

.blueAccordion .panel-heading a:focus,
#blueAccordion .panel-heading a:focus,
.greenAccordion .panel-heading a:focus,
#greenAccordion .panel-heading a:focus,
#orangeAccordion .panel-heading a:focus,
#redAccordion .panel-heading a:focus{
    outline:0;
    text-decoration:none;
}

#redAccordion .panel-body{
    border-top-color: #F4E7E8 !important;
}

#redAccordion{
    border-color: #F4DDE8 !important;
}

#redAccordion .panel-heading{
    background-color: #F4E7E8 !important;
}

#orangeAccordion .panel-body{
    border-top-color: #F9F2E9 !important;
}

#orangeAccordion{
    border-color: #F7EFF0 !important;
}

#orangeAccordion .panel-heading{
    background-color: #F9F2E9 !important;
}
.lastSync td {
    width: 15%;
    white-space: nowrap;
}

.readMethodApi {
    color: #0f6ab4;
    padding: 7px 0 4px;
    text-align: center;
    width: 50px;
    border-radius: 2px;
    display: inline-block;
    font-size: .7em;
    text-transform: uppercase;
}

.readRouteApi {
    color: #000;
    padding-left: 10px;
    display: inline-block;

}

.readDescriptionApi {
    color: #0f6ab4;
    margin: 2px 10px 5px 0;
    float: right;
}

.readApi{
    background-color: #E6F0F7;
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.addMethodApi {
    color: #00AB50;
    padding: 7px 0 4px;
    text-align: center;
    width: 50px;
    border-radius: 2px;
    display: inline-block;
    font-size: .7em;
    text-transform: uppercase;
}

.addRouteApi {
    color: #000;
    padding-left: 10px;
    display: inline-block;

}

.addDescriptionApi {
    color: #00AB50;
    margin: 2px 10px 5px 0;
    float: right;
}

.addApi{
    background-color: #E6F7ED;
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.updateMethodApi {
    color: #C48638;
    padding: 7px 0 4px;
    text-align: center;
    width: 50px;
    border-radius: 2px;
    display: inline-block;
    font-size: .7em;
    text-transform: uppercase;
}

.updatedRouteApi {
    color: #000;
    padding-left: 10px;
    display: inline-block;

}

.updateDescriptionApi {
    color: #C48638;
    margin: 2px 10px 5px 0;
    float: right;
}

.updateApi{
    background-color: #F9F2E9;
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.deleteMethodApi {
    color: #A81E2E;
    padding: 7px 0 4px;
    text-align: center;
    width: 50px;
    border-radius: 2px;
    display: inline-block;
    font-size: .7em;
    text-transform: uppercase;
}

.deleteRouteApi {
    color: #000;
    padding-left: 10px;
    display: inline-block;
}

.deleteDescriptionApi {
    color: #A81E2E;
    margin: 2px 10px 5px 0;
    float: right;
}

.deleteApi{
    background-color: #F4E7E8;
    display: block;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.apiCatalog-search {
    width: 16%;
    margin-right: 10px;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.serviceHeader {
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.programs {
    width: 25% !important;
    max-width: 100px;
    overflow-x: scroll;
}

.programs::-webkit-scrollbar{
    display: none;
}

.labelVersion {
    padding-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.selectVersion {
    margin-top: 10px;
}