#block-gtranslate-gtranslate .switcher{
  float: right;
  margin : 10px;
}
#block-gtranslate-gtranslate .switcher .option {
  position: absolute;
}
.tabs-secondary ul.secondary li:first-child {
  display: none;
}
.exposed-filters .form-text {
  width: 13.60em;
}
.exposed-filters .form-actions .form-filterssubmit {
  float: left;
}
fieldset .fieldset-wrapper {
  padding: 0 13px 43px 15px;
}
.exposed-filters .container-inline .form-actions, .container-inline.form-actions {
  margin-top: 11px;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary a {
   color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#edit-platform-content-hub-status label{
    float:left;
    width: 30%
}
#edit-platform-content-hub-status input{
    float:left;
    width: 70%
}
#platform-content-hub-all-requests-form .form-item.form-type-textfield , #platform-content-hub-all-requests-form .form-item.form-type-select{
  display: table-row;
  width: 100%;
}
#platform-content-hub-all-requests-form .form-item.form-type-textfield label {
    float: left;
    width: 33%;
}
/** AJAX Call - Global Throbber**/

.global-throbber,
.ajax-progress-throbber {
    display: block;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.global-throbber .ajax-progress .message,
.global-throbber .ajax-progress-throbber .message {
    display: block;
    color: black;
    font-size: 20px;
    padding: 30px;
}

.global-throbber .ajax-progress .throbber,
.global-throbber .ajax-progress-throbber .throbber {
    display: block;
    float: none;
    margin: 250px auto 0 auto;
    width: 128px;
    height: 128px;
    background: url("../images/throbber.gif") no-repeat center center;
}

.global-throbber .ajax-progress,
.global-throbber .ajax-progress-throbber {
    vertical-align: middle;
    text-align: center;
    width: 100%;
    background-image: none;
}