

.table-mystriped>tbody>tr:nth-child(odd)>td,
.table-mystriped>tbody>tr:nth-child(odd)>th {
  background-color: white;
  color: black;
}

.table-mystriped>tbody>tr:nth-child(even)>td,
.table-mystriped>tbody>tr:nth-child(even)>th {
  background-color: #E9E9E9;
  color: black;
}


.cargoSearverBroadcast {
    background-color:yellow;
    height:auto;
}

.dragover {
    border: 1px dashed green;
}


#cargo-files-container {
    // background-color: yellow;
    box-shadow: 4px 4px 5px #888888;
}

#artiststhumbnail {
    width:100%
    height:100%
    overflow:hidden;
    border-color:#DADADA;     
    border-style:solid;
    border-width:thin;
    background-color:pink;
}

#overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.overlay2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: yellow;
    opacity: 0.3;
    filter: alpha(opacity=30);
}


.test {
    // background-color:yellow;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.my-overlay {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color:rgba(255,255,0,0.5);
}


#overlay {
    // display: none;
    // background-color: black;
    position: absolute;
    left:50%;
    top:50%;
}

#spinner {
    background-color:lightyellow;
    text-align:middle;
    height:200px;
    color:green;
    position: relative;
}


#slides_control > div {
  height: 200px;
}


.carousel_image {
  margin:auto;
  width: 400px;
}


#slides_control {
  position:absolute;
  width: 400px;
  left:50%;
  top:20px;
 margin-left:-200px;
}


/*
thead {color:green;}
tbody {color:blue;}
tfoot {color:red;}

table, th, td {
    border: 1px solid black;
}
*/

.ng-pageslide {
    background: yellow;
    height:auto;
}

input[type="radio"]{
  margin: 0 40px 0 40px;
}

.mycontainer {
    display: flex;
    flex-wrap: flex;
}


.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '4 .column.column-1-4';
    font-size: 0; /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
    visibility: hidden;
}

.deckgrid .column {
    float: left;
}

.deckgrid .column-1-4 {
    width: 25%;
}

.deckgrid .column-1-1 {
    width: 100%;
}

@media screen and (max-width: 480px){
    .deckgrid[deckgrid]::before {
        content: '1 .column.column-1-1';
    }
}


.cargo-preview-image img {
  max-width : 100%;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}
    
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

.pointerCursor {
    cursor:pointer;  
};

.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}

p.files-name {
    font-size: 12px;
    // font-style: italic;
    margin-bottom: 0;
}

.files-container {
    height: 140px;
    width: 200px;
    background-color: white;
    float: left;
    overflow: hidden;
    margin: 20px;
}

.test {
    height: 100%; //auto;
    display: block;
    margin: 0 auto;
}

.cargofile {
    max-width:100%; height:auto;
}


/* background:blue; */
    
}
.main-content-wrapper #main-content {
    min-height: 500px;
}


a.logo > img {
    width: 160px;
    margin-top:10px;
    margin-left:10px;
}


a:link    {color:#000;}  /* unvisited link  */
a:visited {color:#000;}  /* visited link    */
a:hover   {color:#000;}  /* mouse over link */
a:active  {color:#000;}  /* selected link   */ 



.cargo_result_button {
    
}

/*
label {
    display:block; 
    width:x; 
    height:y; 
    text-align:left;
}
*/


.actiondialog_label {
    text-align:left;
    float:left;
    //font-size: 33px;
}


.clickable {
    cursor: pointer;
}

.top5 { margin-top:2px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.left2 { margin-left:2px; }
.left5 { margin-left:5px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }

.right2 { margin-right:2px; }
.right5 { margin-right:5px; }
.right10 { margin-right:10px; }
.right15 { margin-right:15px; }

.bottom5 { margin-bottom:2px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }


.answerBottomYesNo input[type="radio"]{
    margin-right:7px;
}

#searching-spinner {
    width: 110px;
    margin: 0 auto;
    font-size: 14px;
    font-style: italic;
}

.booking-card p {
    margin-bottom: 5px;
}


p.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
}


.big-note {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}


.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
}

span.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
}

text.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
}
i.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
}


label.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
    text-align: left;
}

div.note {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 0;
    text-align: left;
}

label.value {
    font-size: 9px;
    font-style: bold;
    margin-bottom: 0;
    text-align: right;
}

.ad-status {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 12px;
    font-style: italic;
}

.action-button-bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
}

.info-button-bottom {
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 12px;
}

.download-button-bottom {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 12px;
}

.popover {
  position: absolute;
  right:30px;
  top: 60px;
  z-index: 1000;
}

.pdf-button {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
}

.showinfo-button {
    position: absolute;
    right: 30px;
    top: 3px;
    font-size: 12px;
}

.ad-thumb-container {
    max-width: 140px;
    height: 150px;
}

.testframe {
    margin-left:0px;
    max-width: 140px;
    height: 600px;
    width: 700px;
    padding:1px;
    border:1px solid #021a40;
}

#card_frame {
    border: 0.5px solid grey; // transparent;
    border-radius: 4px;
    margin-top:5px;
    margin-bottom:5px;
    // background-color:yellow;
}


.ad-info-container {
    height: 150px;
}

img.ad-thumb {
    max-height: 150px;
    cursor:pointer;
}

img.ad-thumbnail {
    max-height: 150px;
    cursor:pointer;
}

.ad-preview-container {
    margin-bottom: 5px;
}


img.ad-preview {
    max-height: 500px;
    cursor:pointer;
}

.details-window .modal-dialog {
    width: 95%;
    height: 95%;
}


.cargo-action-window .modal-dialog {
    width: 50%;
    height: 60%;
}

.booking-card div.actions {
    position: absolute;
    top: 10px;
    right: 25px;
}

.booking-card div.actions span {
    font-style: italic;
    font-size: 12px;
}

.cargochart {
    width: 100%;
    height: 300px;
}

cargo-chart {
    width: 100%;
    height: 350px;
}

.stats-loading {
    position: absolute;
    left: 48%;
    top: 48%;
    color: #000;
    z-index: 10;
    font-size: x-large;
    font-weight: 500;
}

.loading {
    background-color: #ccc;
}

/*background-color:red; */
.active {
    border:1px solid;
}

.active tr {
    background-color: red;
}


.active td {
    background-color: red;
}


/*
modal-fit .modal-dialog {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
}

.modal-fit .modal-body {
    width:70%;
    height:80%;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
*/

.modal-dialog {
    // position: relative;
    display: table; //This is important 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}
/*
.details-window .modal-dialog {
    width:98%;
    height:80%;
}
*/

.selected li {
    background-color: red;
}

.selected td {
    background-color: red;
}


.stationStatus:before {
    font-family: 'FontAwesome';
    font-size:1.3em;
    color:green;
    content: '\f00c';  /* the ok icon */
    padding-right: 4px; /* plus 4px spacing */
}

.position-fixed {
  position: fixed;
}

.loginblock label { display: inline-block; width: 140px; text-align: right; }



li:hover {
    // background: Blue;
}

.animate-show {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 1;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
    display: inline-block !important;
}
.animate-show.ng-hide {
    opacity: 0;
}


.cargofile-container.active {
    border:1px solid;
    // background:yellow;
}
