@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";

html, body{
    height:100%;		/* For full height images */
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

#table_id_length {
    margin: 0 !important;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

.alert {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.uspto-query-success {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}

.uspto-query-error {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: black;
    background-color: #f89286;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;

}

.navbar-form {
    margin-right: 0;
}

.navbar-nav>.btn{
    margin-top:10px;
    margin-right: 1.7em;
}

.btn {
    background-image: none;
    -webkit-box-shadow: 0px 1px 0px #ddd;
    -moz-box-shadow: 0px 1px 0px #ddd;
    box-shadow: 0px 1px 0px #ddd;
}

/* Home page styling */
.corporate-jumbo {
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #f5f5f5;
    padding: 0 0;
    margin-bottom: 0;
    height: 100%;
}

.corporate-jumbo .well {
    background-color: rgba(245, 245, 245, .7);
}

.corporate-jumbo p, .corporate-jumbo h1 {
    color: #eee;
    text-shadow: 0 0 2px black;
}

.corporate-jumbo p {
    font-weight: 500;
}

.corporate-jumbo .well legend {
    color: #333;
}

.corporate-jumbo > .container {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 15px;
}

.contact-banner {
    padding: 50px 0;
    background: #e0e0e0;
    margin-top: 50px;
}

.footer a:hover {
    text-decoration: none;
}

/* About page styling */
#sec1 {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2NkAIILFy78NzAwYATRjCABZEGwAEwFiA1WBlIOUwkA72gTdDIYVO4AAAAASUVORK5CYII=) repeat;
}

/* Profile page styling */
.profile-head {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2NkAIILFy78NzAwYATRjCABZEGwAEwFiA1WBlIOUwkA72gTdDIYVO4AAAAASUVORK5CYII=) repeat;
    padding: 70px 0px 30px 20px;
}
.profile-body {
    padding: 4px 0px;
}

.text-page {
    padding: 120px 0;
}

#map-outer {
    height: 440px;
    padding: 40px 20px;
    margin-bottom: 20px;
    background-color:#FFF
}

#map-container {
    height: 400px
}

.img-dim {
    opacity: 0.5;
    box-shadow: inset 0px 0px 64px 64px #EA1717, 0px 0px 4px 4px #EA1717;
}

/* Authentication forms */
.form-box form,
.form-box .form-message {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-box form .checkbox {
  margin-bottom: 10px;
}

.form-box form .checkbox {
  font-weight: normal;
}

.form-box form .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-box form .form-control:focus {
  z-index: 2;
}

#table_id {
    padding: 0px 20px !important;
}

#table_id_wrapper {
    margin-top: 25px;
}

#table_id tbody tr.highlighted {
    background: powderblue !important;
}

#table_id tbody tr .mark_wrapper {
    /* display: flex;
    justify-content: flex-end;
    flex-direction: column; */
}
.check-td{
    display:none;
}
.check-td-show{
    display:inline-block !important;
}

/* trademarks notes cell */
.trademark-td > div {
    height: 100%;
}

.trademark-td .p-tm-text {
    overflow-wrap: anywhere;
    padding-left: 5px;
    padding-right: 5px;
}

td.clientCol {
    height: 120px;
}

td.clientCol >div {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
td.clientCol > div p label{
    font-size: 12px;
    font-weight: bold;
}

td.clientCol >div p {
    margin: 0 5px 0 5px;
    font-size: 15px;
    font-weight: bold;
}

td.clientCol >div div {
    font-size: 12px;
    min-height: 20px !important;
}

.container-header h1 {
    margin-left: 10px;
    color: #293039;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .1s ease-in-out;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 24px;
}

/* Add -Trademark */
.search-button input{
    display: inline !important;
    width: auto !important;
    
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/** MODAL STYLING **/

.modal-content {
    border-radius: 0px;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.modal-header p {
    font-size: 14px;
}

.loader-txt p{
    font-size: 13px;
    color: #666;
}

.notification-text p {
    font-size: 13px;
    color: #666;
}

/*div.tab-pane {*/
/*    padding-top: 20px;*/
/*}*/

#statusModal .row {
    margin-bottom: 15px;
}

#statusModal .row select, #statusModal .row input {
    width: 150px;
}


.pending_due_date {
    color: black;
}

.complete_due_date {
    color: green;
}

.idle_due_date {
    color: grey;
}

.tough-cell {
    padding: 4px 4px !important;
}

#table_id tbody td:not(.notes_td):not(.contacted_td):not(.added_td):not(.follow_up_td):not(.disbursed_td):not(.services_td):not(.service_good):not(.service_class) {
    text-align: center;
    border-top: 2px solid #ddd;
}

#table_id tbody td.service_good{
    text-align: start;
    border-top: 2px solid #ddd;
}

#table_id tbody td.service_class{
    text-align: start;
    border-top: 2px solid #ddd;
}

.services_table tr.item:nth-child(odd){
    background-color: #dadce0 !important;
}

div#table_id_processing {
    text-align: center !important;
}

td.serial_number_td, td.serial_number_us_td, td.reg_number_td, td.reg_number_us_td, td.owners_td, td.Attorney_td, td.goods_services_td, td.filed_td, td.counsel_td,
td.madrid_td, td.balance_td, td.trust_td, td.fees_td, td.jurisdiction_td, td.services_td {
    vertical-align: top;
    padding-top: 35px !important
}


td.code_name_td {
    vertical-align: top;
    padding: 35px 0 0 0 !important;
    position: relative;
}

td.notes_td {
    vertical-align: top;
    padding-top: 35px !important
}

td.code_name_td .status_container {
    padding: 0 10px !important;
}


td.td-due-date {
    vertical-align: top;
    padding: 0 !important;
}

.td-due-date > div {
    height: 100%;
    vertical-align: top;
    padding-top: 35px !important
}

.td-due-date > div ul {
    margin-top: 20px;
}

.td-due-date > div ul li {
    min-height: 15px !important;
    padding-bottom: 5px;
}

#table_id tbody td.trademark-td {
    text-align: center;
    border-top: 2px solid #ddd;
    height: 120px;
    padding: 0 !important;

}

.mark_wrapper .left-div {
    padding-right: 0;
}

#table_id tbody td.Attorney_td {
    text-align: -webkit-center !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 37.5px !important;
    /*margin-right: 37.5px !important;*/
    margin-bottom: 10px !important;
    font-size: 12px;
    width: 10%;
}

.dt-buttons button.buttons-create {
    width: 60px;
}

.colvis, .buttons-csv, .buttons-pdf, .buttons-select-rows, .buttons-select-columns {
    width: 114px !important;
    margin-left: 5px !important;
}


/* add check marks to colvis option */
.dt-button-collection button.buttons-columnVisibility:before,
.dt-button-collection button.buttons-columnVisibility.active span:before {
    display:block;
    position:absolute;
    top:1.2em;
    left:0;
    width:12px;
    height:12px;
    box-sizing:border-box;
}

.dt-button-collection button.buttons-columnVisibility:before {
    content:' ';
    margin-top:-6px;
    margin-left:10px;
    border:1px solid black;
    border-radius:3px;
}

.dt-button-collection button.buttons-columnVisibility.active span:before {
    content:'\2714';
    margin-top:-11px;
    margin-left:12px;
    text-align:center;
    text-shadow:1px 1px #DDD, -1px -1px #DDD, 1px -1px #DDD, -1px 1px #DDD;
}

.dt-button-collection button.buttons-columnVisibility span {
    margin-left:20px;
}

/* end */



.dt-buttons button.buttons-remove.disabled {
    background-image: linear-gradient(to bottom, grey 0%, grey 100%) !important;
    color: white !important;
}

.dt-buttons button.buttons-remove {
    border-radius: 5px !important;
    width: 60px;
    color: white;
    background-color: crimson !important;
    background-image: linear-gradient(to bottom, crimson 0%, crimson 100%) !important;
}

.dataTables_wrapper .dataTables_filter{
    margin-left: 37.5px !important;
    margin-right: 37.5px !important;
    margin-bottom: 4px !important;
    font-size: 12px;
    float: left !important;
}

#table_id_filter input {
    width: 150px;
    padding-left: 10px;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_length {
    margin-left: 37.5px !important;
    margin-right: 37.5px !important;
    margin-bottom: 4px !important;
    font-size: 12px;
}

.dataTables_length select {
    border-radius: 5px !important;
}

.dataTables_length select {
    border-radius: 5px !important;
}

.custom-filter select {
    border-radius: 5px !important;
}

.dataTables_wrapper > div:not(#table_id_paginate):not(#table_id_processing) {
    float: none !important;
    text-align: left !important;
}

.dataTables_paginate.paging_simple_numbers {
    margin-right: 22px;
}

.title {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 20px !important;
}

.custom-filter {
    margin-left: 30px !important;
    font-size: 12px;
    float: left;
}

.custom-filter ul {
    list-style: none;
}

.custom-filter input {
    margin-left: 8px;
    margin-right: 8px;
}

.custom-filter label {
    display: inline-block;
    margin-right: 8px;
}

.searchable {
    height: 120px;
}

/*.searchable > div{*/
/*    !*height: 100%;*!*/
/*    display: flex;*/
/*    justify-content: space-evenly;*/
/*    flex-direction: column;*/
/*}*/

.search-filter {
    margin-left: 30px !important;
    font-size: 12px;
    float: left;
}

.search-filter ul {
    list-style: none;
}

.search-filter input{
    margin-left: 8px;
    margin-right: 8px;
}

.search-filter select {
    margin-bottom: 8px;
}

.search-filter label {
    display: inline-block;
    margin-right: 8px;
}

.search-box {
    margin-left: 30px !important;
    font-size: 12px;
    float: left;
    width: 210px;
}

.search-box input {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;

}


.switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2.5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #1aa3ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(65px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

.slider.trademarkSlider:after {
    content: 'Inactive';
}

input:checked + .slider:after
{  
  left: 40%;  
}

input:checked + .slider.trademarkSlider:after {
    content: 'Active';
}

.slider.dueDateSlider:after {
    content: 'Pending';
}

input:checked + .slider.dueDateSlider:after {
    content: 'Completed';
}



.trademarkToolBar {
    height: 100%;
    display: flex;
     flex-direction: column;
    justify-content: space-evenly;
}

.trademarkToolBar .setupMark{
    font-weight: 500;
    font-size: 12px;
    color: black;
    text-decoration: none;

}

.trademarkToolBar .documentMark .fa-file-contract{
    font-size: 1.2em;
}

.trademarkToolBar .enableTrademark {
    text-align-last: center;
}


.right-div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-left: 1px solid #ddd;
}

.right-div p {
    font-weight: bold;
    font-size: 14px;
}

.trademarkToolBar a {
    top: 0px;
    font-size: 20px;
}

.trademarkToolBar i {
    cursor: pointer;
}

ul.completed {
    color: green !important;
}

#document-entries {
    width: 100%;
    margin-top: 20px;
}

.table-wrapper {
    height: 500px;
    overflow-y: scroll;
}

#document-entries th {
    font-size: 14px;
    font-weight: bold;
}

#document-entries td {
    font-size: 12px;
}

a i {
    color: grey;
}

.dataTables_info {
    margin-left: 27.5px !important;
}

.dataTables_paginate {
    margin-bottom: 27.5px !important;
}

.goods_service_col {
    position: relative;
}

.goods_service_col div {
    text-align: left;
}

.goods_service_col div td.description {
    text-align: left !important;
}

.selected td {
    /*background-color: #ebf5fb !important;*/
    border: black solid 3px !important;
    font-weight: 900;
    font-style: italic;
}

td.selected {
    background: #fff !important;
    filter: unset !important;
}

.atty-column {
    width: 20px !important;
}
#table_id {
    border-collapse: collapse;
}

#table_id thead th {
    height: 20px !important;
}

#table_id thead {
    border-top: 2px solid black;
    border-bottom: 3px solid black;
}

#table_id thead {
    font-weight: bold;
    text-transform: uppercase;
}

#table_id .nav-tabs>li {
    width: 50px !important;
}

.still-pending {
    background-color: #DC143C;
}

#table_id tr.selected {
    background-color: #b0bed9 !important;
}

/* Homepage Widget Style */

.marks-show-length-bar {
    display: flex;
}

.marks-show-length-bar .marks-show-toolbox {
    border: solid 1px #888787;
    margin-left: 20px;
    background-color: white;
    border-radius: 10px;

}

.marks-show {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%,5%);
    background-color: whitesmoke;
    margin: 10px 0 35px 0;
}

.marks-show table thead th.marks-show-headline {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    background-color: #b7dcf3;
}

.marks-show table thead th {
    font-weight: bold;
}

.due-dates-show {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%,5%);
    background-color: whitesmoke;
    margin: 0 0 35px 0;

}

.prospects-show {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translate(-50%,5%);
    background-color: whitesmoke;
    margin-bottom: 20px;
}


.due-dates-show table thead th.due-dates-headline, .prospects-show table thead th.prospects-headline{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    background-color: #b7dcf3;
}

.due-date-length_bar, .prospects-length_bar {
    display: flex;
}

.due-date-length_bar .due-date-toolbox, .prospects-length_bar .prospects-toolbox{
    border: solid 1px #888787;
    margin-left: 20px;
    background-color: white;
    border-radius: 10px;

}

#changed-tb_length, #due-date-tb-length{
    margin: 0 5px 0 5px !important;
    font-size: 15px;
}

#changed-tb_length select, #due-date-tb-length select {
    outline: none !important;
    border: 0;
    vertical-align: middle;
}

/*#due-date-tb_length, #prospects-tb_length {*/
/*    margin: 0 5px 0 5px !important;*/
/*    font-size: 15px;*/
/*}*/

/*#due-date-tb_length select, #prospects-tb_length select{*/
/*    outline: none !important;*/
/*    border: 0;*/
/*    vertical-align: middle;*/
/*}*/

body {
    position: relative;
}

/* Scroll Bar Style */

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


#editorBox {
    position: absolute;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
  
/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

#updateNoteBox textarea {
    float: left;
    display: inline-block;
    width: 70%;
    resize: none;
}

#updateNoteBox button {
    float: left;
    width: 28%;
    margin-left: 2%;;
}

#optionModal .modal-dialog {
    width: 300px !important;
}

#optionModal .modal-dialog .row {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

#optionModal .modal-dialog .row button {
    width: 150px !important;
}

.note-editor .note-toolbar button {
    font-size: 12px !important;
}

#sendEmailModal .modal-content {
    padding: 5px;
}

#sendEmailModal .modal-header {
    font-size: 20px;
    font-weight: 700;
}

#sendEmailModal .modal-footer {
    justify-content: flex-start !important;
}

#sendEmailModal .modal-footer button {
    font-size: 15px !important;
}

#sendEmailModal label {
    font-size: 14px;
    font-weight: 700;
}

#sendEmailModal input {
    /* margin-bottom: 10px; */
}

div.add-new-client-prompt {
    position: absolute;
    right: 10px;
    top: 0px;
}

#promptModal #add-trademark-form {
    margin-top: 20px;
}

.prompted {
    background-color: khaki !important;
}

#sendEmailModal .form-group {
    margin: 0px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.toggle-switch {
    align-self: center;
    position: absolute;
    bottom: 10px;
}

.DTE_Field_Type_textarea textarea {
    border: none !important;
    height: 110px !important;
}

.files-tab .tab-content {
    padding: 0
 }

#daily-files, #annual-files {
    padding: 5px
 }


td.clientCol {
    padding:0 10px !important;
}

td.clientCol .client_info_box {
    padding: 33px 0 5px 0
}

td.clientCol .client_info_box .contact_email {
    word-break: break-all;
}

.due-date-switch {
  color: black
}

.upcoming-due-dates {
  background-color: #f4cccc;
}

.due-date-passed {
 color: grey
}

.due-date-completed {
 font-weight: bold;
 color: dodgerblue !important;
}

.due-date-completed-alt {
 font-weight: normal !important;
 color: lightslategray !important;
}

.completed-due-dates {
    background-color: #fff !important;
}

.hover-tooltip {
    cursor: help;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.hover-tooltip .disclaimer-tooltip {
    background: #1496bb;
    bottom: 100%;
    /*left: -50px;*/
    right: -210px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 150px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.hover-tooltip .translation-tooltip {
    background: mediumpurple;
    bottom: 100%;
    right: -165px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 150px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
/*.hover-tooltip .disclaimer-tooltip:before {*/
/*    bottom: -20px;*/
/*    content: " ";*/
/*    display: block;*/
/*    height: 20px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

/* CSS Triangles - see Trevor's post */
/*.hover-tooltip .disclaimer-tooltip:after {*/
/*    border-left: solid transparent 10px;*/
/*    border-right: solid transparent 10px;*/
/*    border-top: solid #1496bb 10px;*/
/*    bottom: -10px;*/
/*    content: " ";*/
/*    height: 0;*/
/*    left: 50%;*/
/*    margin-left: -13px;*/
/*    position: absolute;*/
/*    width: 0;*/
/*}*/

.hover-tooltip:hover .disclaimer-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* CSS Triangles - see Trevor's post */
/*.hover-tooltip .translation-tooltip:after {*/
/*    border-left: solid transparent 10px;*/
/*    border-right: solid transparent 10px;*/
/*    border-top: solid mediumpurple 10px;*/
/*    bottom: -10px;*/
/*    content: " ";*/
/*    height: 0;*/
/*    left: 50%;*/
/*    margin-left: -13px;*/
/*    position: absolute;*/
/*    width: 0;*/
/*}*/

.hover-tooltip:hover .translation-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .hover-tooltip .disclaimer-tooltip {
    /*display: none;*/
}

.lte8 .hover-tooltip:hover .disclaimer-tooltip {
    display: block;
}

.lte8 .hover-tooltip .translation-tooltip {
    /*display: none;*/
}

.lte8 .hover-tooltip:hover .translation-tooltip {
    display: block;
}


/* set highlight color to selected gs class */
td.goods_services_td li a {
    background-color: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
    border: none !important;
    /*padding-top: 0;*/
    margin-top: 0;
    height: 30px;

}

td.goods_services_td li.active {
    background-color: #e4e2e2;
    color: black;
    text-decoration: none;
}

td.goods_services_td div.tab-content  {
    padding: 0 0 0 10px;
}

td.goods_services_td table tr td {
    padding: 0;
}

td.goods_services_td tr.row  {
    background-color: inherit;
    width: 100%;
    padding: 0 5px 0 0 !important;
    margin: 0;

}
/* trademark table style  */

table#table_id th {
    text-align: center;
}

th span {
    font-size: 13px;
}

.DTE_Form_Buttons .btn {
    height: 22px !important;
    font-size: 10px !important;

}

/* inactive style */

tr.inactive .notclick{
    pointer-events: none;
}

.inactive {
    background-color: lightgrey !important;
    color: grey !important;
}

.inactive li.active {
    background-color: #bbbbbb !important;
    color: black;
    text-decoration: none;
}

.inactive select.enableTrademark {
    background-color: #bbbbbb !important;
    color: black !important;
}

.attySelector {
    width: 80%;
}

.inactive select.attySelector {
    background-color: #bbbbbb !important;
    color: black !important;
}

.inactive li.active {
    background-color: #bbbbbb !important;
    color: grey !important;
}

.inactive .upcoming-due-dates {
    background-color: lightgray;
    color: grey !important;
}

.inactive .trademark_td .row.col {
    background-color: lightgray !important;
    color: grey !important;
}

.inactive .notes_td .panel-body {
    background-color: lightgray !important;
}
.notes_td .panel-info {
    margin: 0 10px;
}
.inactive .notes_td .panel-info {
    border: 1px solid lightgray;
}

.inactive .notes_td .comment-text {
    background-color: lightgray !important;
}

.inactive .notes_td li {
    background-color: lightgray !important;
}

.post_comment {
    background-color: #e6eaec !important;
    border-color: #000000 !important;
    color: black !important;
}

.post_comment:hover {
    background-color: #b8d5ef !important;
}

.inactive .code_name_td .row {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
    color: #878787 !important;
}



/* monitored style */

.monitored td{
    background-color: #FAF8CB !important;
    font-style: italic;
}

.monitored .due-dates-container, .monitored .upcoming-due-dates{
    background-color: #FAF8CB !important;
}

.monitored .enableTrademark{
    background-color: #FAF8CB !important;
}
.monitored .attySelector{
    background-color: #FAF8CB !important;
}

.monitored li.active {
    background-color: #dcd99a !important;
    color: grey !important;
}
.monitored .mark_wrapper.row div.row.col {
    background-color: #FAF8CB !important;
    color: grey !important;
}

/* prevent modal from changing page position */

body.modal-open {
    overflow: visible;
}

/* prospects table */

td.contacted_td, td.added_td, td.disbursed_td, td.services_td {
    vertical-align: top;
    padding: 35px 0 20px 0 !important;
    text-align: center;
}

td.follow_up_td {
    vertical-align: top;
    padding: 0 0 20px 0 !important;
    text-align: center;
}

#table_id {
    height: 100%;
}

td.contacted_td, td.disbursed_td, td.services_td {
    display: table !important;
    width: 100%;
    height: 100%;
}


button.contacted_add {
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 32%;
    border: 1px solid #797373;
    border-radius: 25%;
    padding: 0 10px 0 10px;
    background-color: #dcd8d8;
    outline:none
}

button.disbursed_add, button.services_add {
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    bottom: 10%;
    left: 40%;
    border: 1px solid #797373;
    border-radius: 25%;
    padding: 0 10px 0 10px;
    background-color: #dcd8d8;
    outline:none
}

button.follow_up_set {
     font-size: 9px;
     font-weight: 600;
     position: absolute;
     bottom: 0;
     left: 32%;
     border: 1px solid black;
     border-radius: 25%;
     padding: 0 10px 0 10px;
     background-color: #dcd8d8;
     outline:none
 }

/* trademarks - add new client modal dropdown menu */
.filter-option-inner-inner {
    text-align: center;
}

/* trademarks - css rules for comments (notes) */
.show_w_animation {
    display: block !important;
    -webkit-animation: fader 1s;
    animation: fader 1s;
}
.highlight_comment {
    background-color: #cce7ff;
    font-style: italic;
    font-weight: bolder;
}

@-webkit-keyframes fader {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fader {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.oa_indicator:hover {
    color: black;
}

/*currency input fields*/
input.currency_field {
    border-radius: 5px;
    border: none;
    background: none;
    color: #333;
    margin: 0 0 20px;
    padding: .5rem 1rem;
    width: 100%;
    text-align: center;
}

.inline-field-edit-non-text-area, .inline-field-edit-mark, a.madrid-link {
    position: absolute;
    bottom: 9%;
    left: 43%;
}

.trademark_td .inline-field-edit-non-text-area {
    position: absolute;
    bottom: 9%;
    left: 23%;

}
.trademark_td .inline-field-edit-mark {
    position: absolute;
    bottom: 9%;
    left: 63%;
}

.inline-field-edit, .inline-field-edit-mark, .inline-logo-edit, .inline-field-edit-non-text-area, a.madrid-link  {
    display: none !important;
}

.inline-field-edit i, .inline-field-edit-mark i, .inline-field-edit-non-text-area i {
    cursor: pointer !important;
    font-size: 15px;
}

a.madrid-link i {
    cursor: pointer !important;
    font-size: 19px;
    color: black;
}

.inline-logo-edit i {
    cursor: pointer !important;
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 15px;
}

td:hover .inline-field-edit, td:hover .inline-field-edit-non-text-area  {
    display: block !important;
}

td:hover .inline-logo-edit, td:hover .inline-field-edit-mark, td:hover a.madrid-link {
    display: inline-block !important;
}

input.text_field {
    border-radius: 5px;
    border: none;
    background: none;
    color: #333;
    margin: 0 0 20px;
    padding: .5rem 1rem;
    width: 100%;
    text-align: center;
}

textarea.text_field {
    border-radius: 5px;
    border: none;
    background: none;
    color: #333;
    margin: 0 0 20px;
    padding: .5rem 1rem;
    width: 100%;
    text-align: center;
    resize: none;

}

input.date_field {
    border-radius: 5px;
    border: black;
    background: none;
    color: #333;
    margin: 0 0 20px;
    padding: .5rem 1rem;
    width: 100%;
    text-align: center;
}

.toast-header {
    font-size: 20px;
}

table.international td.fees,
table.international td.trust_td,
table.international td.balance,
table.international td.serial_number_td,
table.international td.reg_number_td,
table.international td.reg_number_us_td,
table.international td.serial_number_us_td,
table.international td.madrid_td {
    position: relative;
}
table.international td.fees {
    position: relative;
}

.image-upload-popup {
    height: 250px;
    width: 300px;
}

/*class for the clear filters buttons*/
.clear-filters {
    color: #fff !important;
    background: #dd3d31 !important;
    border-color: #dd3d31 !important;
    margin-top: 10px !important;
    text-transform: uppercase;
}