#omeda-rt .fieldset-legend{
    color: red;
}

#transmissiontitle{
    background-color: #11233d;
    color: #fff;
    padding: 10px;
}

.tab-menu {
    background: #af2228;
    width: 610px ;
    border-bottom: 1px solid #999;
}
.tab-menu li {
    color: #fff;
    display: inline-block;
    padding: 20px 50px;
}
.tab-menu li a {
    color: #fff;
}
.active-tab {
    background: #11233d;
    box-shadow: inset -3px 0 8px -5px #111, inset 3px 0 8px -5px rgb(105, 105, 105);
}
.active-tab a {
    color: #fff;
}
.tab_content {
    display: none;
}

.tab-menu1 {
    background: #11233d;
    width: 600px ;
    border-bottom: 1px solid #999;
}
.tab-menu1 li {
    color: #fff;
    display: inline-block;
    padding: 20px 50px;
}
.tab-menu1 li a {
    color: #fff;
}

.glyphicon-spin {
    animation: glyphicon-spin 1s infinite linear;
}

@keyframes glyphicon-spin{
0%{
    transform: rotate(0deg);
    }
100%{
    transform: rotate(360deg);
    }
}
.get-content-btn{
    margin-top: 15px;
    background-color: #000 !important;
    color: #fff !important;
}

.get-content-btn:hover{
    color: #fff !important;
}
.get-content-btn:focus, .get-content-btn.focus {
    color: #fff !important;
}
#wainscot-adops-trasmission-form #first, #omeda-engagement-form #first{
    margin-top: 10px;
}
#wainscot-adops-trasmission-form .control-label, 
#wainscot-adops-omeda-settings .control-label, 
#omeda-engagement-form .control-label,
#brightcove-form .control-label,
#google-ad-manager-settings .control-label
{
    margin-bottom: 5px !important;
    display: block;
}
#brightcove-form .btn-info{
    margin-top: 15px;
    margin-bottom: 15px;
}
.dataTables_filter {
    float: right !important;
}
.dataTables_filter input {
    border: 1px solid #ccc;
    padding: 6px 4px;    
    border-radius: 2px;
    margin: 0;
    margin-bottom: 20px;
    background: #fff;
    margin-left: 5px;
} 
.dataTables_wrapper .dt-buttons{
    float: left;
    margin-bottom: 20px;
}
.dt-button{
    background: #11233d;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    margin-bottom: 0px;
    line-height: normal;
    padding: 8px 10px;
}

.dt-button:hover{
    background: #11233d;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    margin-bottom: 0px;
    line-height: normal;
    padding: 8px 10px;

}

#wainscot-adops-trasmission-form .panel-heading, 
#wainscot-adops-omeda-settings .panel-heading, 
#omeda-engagement-form .panel-heading,
#brightcove-form .panel-heading,
#google-ad-manager-settings .panel-heading
{
    background: #11233d;
}

#wainscot-adops-trasmission-form .panel-heading a, 
#wainscot-adops-omeda-settings .panel-heading a, 
#omeda-engagement-form .panel-heading a,
#brightcove-form .panel-heading a,
#google-ad-manager-settings .panel-heading a
{
    color: #fff;
}

#wainscot-adops-trasmission-form .dataTables_wrapper thead th,
#wainscot-adops-omeda-settings .dataTables_wrapper thead th, 
#omeda-engagement-form .dataTables_wrapper thead th,
#brightcove-form .dataTables_wrapper thead th
{
    background: #11233d !important;
    color: #fff;
}

.gamres-wrapper{
    height: 600px;
    overflow-y: scroll;
}

.gamres-wrapper thead th{
    background: #11233d !important;
    color: #fff;
    border-right: 3px solid rgba(229, 228, 226, 0.8);
    border-radius: 5px 5px 0px 0;
    padding: 10px 10px;
    
}
.gamres-wrapper td{
    /* border-width: 0px 1px;
    border-style: solid;
    border-color: #e5e4e2cc; */
    font-size: 14px;
    text-align: left;
    border-right: 3px solid #e5e4e2cc;
}

.gdoc-filename{
    padding: 10px;
}

.gdoc-filename a{
    color: #af2228 !important;    
}
.gdoc-filename a:hover{
    color: #af2228 !important; 
}

/*#wainscot-adops-trasmission-form .form-type-select .control-label, 
#wainscot-adops-omeda-settings .form-type-select .control-label, 
#omeda-engagement-form .form-type-select .control-label,
*/