html, body {
    font-family: 'Open Sans', sans-serif;
    background: #F8F8F8;
    color: #333333;
}

.hidden {
    display: none !important;
}

/*.navbar-header{*/
/*    height: 67px;*/
/*}*/

/*.navbar .navbar-nav {*/
/*    display: inline-block;*/
/*    float: none;*/
/*}*/

/*.navbar .navbar-collapse {*/
/*    text-align: center;*/
/*}*/

/*.navbar-default{*/
/*    background: #fff;*/
/*    border-radius: 0;*/
/*    border: none;*/
/*    margin: 0;*/
/*    height: 67px;*/
/*    z-index: 9;*/
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)*/
/*}*/

.site {
    font-size: 22px;
}

.navbar-default .navbar-nav > li > a {
    color: #707070;
    padding: 20px;
    padding-top: 25px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #707070;
}



.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 3;
}

.dropdown-menu li {
    padding: 5px;
}

.dropdown-menu li a {
    padding: 10px 20px;
    color: #333 !important;
}

.dropdown-menu li:hover a {
    background: #E3B131 !important;
    color: #fff !important;
    border-radius: 5px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
}

.breadcrumb li a {
    color: #707070;
    font-weight: bold;
}

.filter {
    background: #fff;
    padding: 10px;
}

.custom-menu li a {
    padding: 10px;
    color: #333;
}

.custom-menu .open > a, .custom-menu .nav .open > a:focus, .custom-menu .nav .open > a:hover {
    border: 0;
    color: #333 !important;
}

.btn-dropdown {
    background: transparent;
    border: none;
}

.invisible-input {
    background: transparent;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

.main-btn {
    background: #E3B131;
    color: #fff !important;
}

.content-page {
    margin-top: 20px;
}

.footer {
    margin: 20px auto;
    text-align: center;
}

.content-card {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    border-radius: 5px;
}

.title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

/*.table{*/
/*    border: none;*/
/*    vertical-align: middle;*/
/*}*/

/*.content-card table thead{*/
/*    background: #E8E8E8;*/
/*    border-radius: 5px 5px 0 0;*/
/*}*/

/*.content-card table thead tr th{*/
/*    vertical-align: middle;*/
/*}*/

/*.content-card table thead tr th:first-child{*/
/*    border-radius: 5px 0 0 0;*/
/*    border-left: none;*/
/*}*/

/*.content-card table thead tr th:last-child{*/
/*    border-radius: 0 5px 0 0;*/
/*    border-right: none;*/
/*}*/


.pagination > li > a, .pagination > li > span {
    border: none;
    color: #ccc;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: #E3B131;
    color: #fff !important;
    border-radius: 50%;
}

.only-phone {
    display: none;
}

.btn-new {
    color: #fff !important;
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-edit {
    background: #B1B1B1;
    color: #fff !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-play {
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-cancel {
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.align {
    padding-top: 20vh;
}

.card {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    margin-bottom: 30px;
}

.card-content {
    padding: 20px;
}

.local {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.time {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.dados {
    font-weight: bold;
}

.dados span {
    font-weight: normal;
}

.main-card {
    border: 20px solid #E3B131;
    padding: 40px;
    font-size: 4vw;
}

.carousel-cards {
    font-size: 3vw;
    font-weight: bold;
}

.carousel-cards div {
    font-size: 1.5vw;
    font-weight: normal;
    display: block;
}

.time-size {
    font-size: 4vw !important;
}

.cards-time span {
    float: left;
    padding-top: 25px;
    font-size: 2vw;
    font-weight: bold
}

.senhas-chamadas {
    font-size: 2vw;
    font-weight: bold;
}

.senhas-chamadas div span {
    font-size: 1vw;
    font-weight: normal;
}

/*@media screen and (max-width: 768px){*/
/*    .navbar-toggle{*/
/*        margin-top: 15px;*/
/*    }*/
/*    .navbar-collapse{*/
/*        background: #fff;*/
/*    }*/
/*    .navbar-nav{*/
/*        display: block !important;*/
/*    }*/
/*    .dropdown-menu{*/
/*        background: #fff !important;*/
/*    }*/
/*    .dropdown-menu li a{*/
/*        padding: 10px 20px !important;*/
/*        color: #333 !important;*/
/*    }*/
/*    .only-phone{*/
/*        display: inline-block;*/
/*    }*/
/*    .dropdown-menu li:hover a{*/
/*        background: #E3B131;*/
/*        color: #fff !important;*/
/*    }*/
/*    .button-group, .form-group{*/
/*        display: inline-block;*/
/*        margin-bottom: 0;*/
/*        vertical-align: middle;*/
/*    }*/
/*    .invisible-input{*/
/*        margin-bottom: 20px !important;*/
/*    }*/
/*}*/
#content-related {
    display: none;
}

#container {
    width: min-content !important;
}

.main-color {
    color: #E3B131 !important;
}

.main-text {
    color: #707070;
}

.breadcrumb-menu {
    margin-bottom: 18px;
    margin-top: 18px;
}

#modal-lg {
    display: block;
    padding-right: 17px;
    overflow: scroll;
    background-color: rgba(10, 10, 10, 0.8);

}

.td-name-ticket {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

 @keyframes blink {
        0% { color: yellow; }
        50% { color: transparent; }
        100% { color: yellow; }
    }

    #blinking-icon {
        animation: blink 1s infinite;
    }

