﻿/* Set padding to keep content from hitting the edges */
body {
    font-size: 13px;
    font-weight: 600;
}
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar{
    font-size:15px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.matrix-types .nav-item {
    width: 100%;
}
.matrix-table.dataTable th {
    white-space: nowrap;
}
.matrix-table.dataTable td span {
    display:block;
    color:blue;
}
.addRate {
    display: inline-block;
    margin-left: 10px;
    color: darkgreen;
    cursor: pointer;
    border: 1px solid darkgreen;
    padding: 4px 11px;
    vertical-align:top;
}
    .addRate:hover{
        background:#ccc;
    }
    .copy-rate-to {
        margin: 0 5px;
        display: inline-block;
    }
.multiselect-native-select {
    vertical-align: top;
}
.notesInfo{color:blue;}
.removeRate {
    cursor: pointer;
    margin: 2px 0;
    color: red;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-top:15px;
    
}
    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
.tab-pane > p{margin-top:15px; margin-bottom:0px;}
.comma-separator{margin:0;padding:0; display:inline-block;}
.matrix-table.dataTable td.wrap-me {
    white-space: normal;
}
.table th, .table td {
    border: 1px solid #dee2e6;
}

.resize-wrapper{

}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    display:none;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.twitter-typeahead{display:block !important;}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor:pointer;
}

    .tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }
    .tt-suggestion:hover {
        background: #b5e5f5;
    }

.maxCellHeight{max-height:250px;
               overflow-y:auto;
}

.filters input{width:100%;}
.matrix-table.dataTable td .rateName {
    color: #000;
    display: inline-block;
}
.matrix-table.dataTable td .channelInfo {
    color: darkgreen;
    display: inline-block;
}

.addContractButton{
    color:darkgreen;
    display:inline-block;
    margin-left:15px;
}


label{font-weight:bold;}
.catClass > .single-cat {
    display: inline-block;
    margin-right: 10px;
}
.catClass .single-cat:nth-child(4n) {
    clear: both;
}
.catClass{

}
.matrix-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height:300px;
    overflow:auto;
}


.tab-pane > p{margin-bottom:10px;}
table textarea {
    min-width: 150px;
}

.flash-me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.file-wrapper {
    max-height: 100px;
    overflow:hidden;
}

.dtfh-floatingparenthead {
    min-height: 115px;
}

.superType2 input {
    text-transform: uppercase;
}

#account
input, #registerForm input {
    text-transform: none !important;
}
    .appendCategories {
    border: 1px dashed #444;
    padding: 10px;
    margin-bottom: 10px;
}

.editRate {
    position: relative;
    z-index: 100;
    cursor: pointer;
    color: orange;
    margin-left:10px;
}

.licensorUpperCase .superType2 {
    text-transform: uppercase;
}

.matrix-table li > span{max-width:300px;}

#external-account{display:none !important;
}
.welcome {
    font-size: 15px;
}

.center-me {
    display: block;
    margin: 0 auto;
    background: black;
    padding: 5px;
}
.topnavimage-me{max-width:100px;margin-right:15px;}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}


.detailsPage .row {
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 15px;
    background-color: #F8F9FA;
}

.detailsPage dt {
    font-weight: 800;
    margin-bottom: 8px;
    font-size:14px;
    text-transform: uppercase;
}

.detailsPage dd {
    font-weight: 400;
}
.matrix-table .class-Lisensor{opacity:1 !important;}
.matrix-table td ul li ul li{display:block !important;}
.embargoDate,.EmbargoClass {
    color: red !important;
}
.EmbargoClass {
    display: inline !important;
}
table.dataTable > tbody > tr.hiderow {
    background: #ffcccc;
}