﻿

.tableSearch {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  font-size:1.6rem;
  color:#54575a;
}

.tableSearch tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 580px) {
  .tableSearch {
    display: block;
  }
}

.tableSearch .rowSearch {
  display: table-row;
  background: #fff;
}

.tableSearch .rowSearchBlue {

  background: #f2f2f2;
}

tableSearch .rowSearch:nth-of-type(odd) {
  background: #e9e9e9;
}
.headerSearch {
  font-weight: 900;
  color: #ffffff;
  background: #6c757d;

    padding: 5px 16px;
    font-size: 1.5rem;
}
tableSearch .rowSearch.green {
  background: #27ae60;
}
.rowSearch.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .rowSearch {
    padding: 14px 0 7px;
    /*display: block;*/
  }
  .rowSearch.headerSearch {
    padding: 0;
    height: 6px;
  }
  .rowSearch.headerSearch .cellSearch {
    display: block!important;
  }
  .rowSearch .cellSearch {
    margin-bottom: 10px;
  }
  .rowSearch .cellSearch:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.weight700{
    font-weight:700 !important;
}

.cellSearch {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cellSearch {
    padding: 2px 16px;
    
  }

  .tableSearch
  {
      font-size: 1.2rem;

  }

    
}

.label-title {
            font-weight: 700;
            display: inherit;
            font-size: 1.5rem;
            padding-top: 0.5rem;
            text-align: left;
        }



        .page-title {
            color: #f1d405;
            font-size: 2.8rem !important;
        }

        .btn-form {
            margin-top: 0.5rem;
            width: 100%;
            font-weight: 700;
            font-size: 1.5rem;
        }

        .link-location {
            color: #fff;
            background-color: #0074c5;
            border-color: #0d6efd;
            text-decoration: none;
            font-weight: 700;
        }

            .link-location:hover, .link-location:active, .link-location:focus {
                color: #ffd800;
                background-color: #0074c5 !important;
                border-color: #0d6efd !important;
            }

        #mylist {
            height: 220px;
            max-height: 220px;
        }

        /*combobox*/
        .custom-combobox {
            position: relative;
            display: inline-block;
        }

        .custom-combobox-toggle {
            position: absolute;
            top: 0;
            bottom: 0;
            margin-left: -1px;
            padding: 0;
        }

        .custom-combobox-input {
            margin: 0;
            padding: 5px 10px;
        }


        .ui-autocomplete-input {
            width: 100%;
        }

        .chosen-results {
            display: grid;
            grid-auto-rows: minmax(min-content,max-content);
            grid-template-columns: repeat(2,minmax(0,1fr));
            max-height: 39vh;
            overflow: auto;
        }

        .alert-success {
            background-color: #0074c5;
            border-color: #fff;
            color: #fff;
        }

        .close {
            display: none;
        }

        .close-message {
            float: right;
            font-weight: bold;
            font-size: 1.5rem;
            text-transform: uppercase;
        }

        .alert-warning {
            color: #ffffff;
            background-color: #e5b20f;
            border-color: #ffffff;
        }

        .btn-primary {
            background-color: #0074c5;
            border-color: #0074c5;
        }

        .fancybox-content {
            background: transparent;
            padding: 0;
        }

        .fancybox-button svg {
            background: #fff;
        }

        #video-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: #7f7f7f;
        }