.hidden {
    display: none;
}

.topo-principal {
  padding: 0px !important;
}

.nav-link.active {
  border-color: #dee2e6 #dee2e6 #dee2e6 !important;
}

.error, .errors-list {
    font-size: 14px;
    color: #C00;
    display: block;
    justify-content: left;
    list-style-position: inside;
}

.left {
	text-align: left;
}

.form-check .form-check-input {
    margin-top: 0.1rem;
}

.center-button {
	justify-content: center;
}

@media only screen and (max-width: 575px) {
    .errors-list {
        padding: 0px !important;
        text-align: left !important;
    }
    .topo-principal {
        height: 150px;
    }
    /*
    .mobile-menu {
        height: 200px;
    }
    */
}

@media only screen and (max-width: 875px) {

    .panel-form > ul li a {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
}


.panel-form > div,
.panel-form > ul{
   display: inline-block;
   vertical-align: middle;
}
.panel-form > ul li{
    float: left;
}
.panel-form > ul{
    list-style: none;
    padding: 0px;
}
.panel-form > ul li a{
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid green;
    text-align: center;
    margin: 5px;
    line-height: 40px;
    border-radius: 50%;
    background-color: green;
    color: black;
    cursor: pointer;
}

.panel-form > ul li a:hover{
    text-decoration: none;
}

.panel-form > ul li a[rel='0']{
    background-color: #b5b0b0;
    border: 1px solid #b5b0b0;
}

.panel-form > ul li a[rel='2']{
    background-color: red;
    border: 1px solid red;
}

.active-run {
    border: 1px solid black !important;
    background-color: black !important;
    color: white !important;
    box-shadow: 3px 3px grey !important;
}

@media only screen and (max-width: 768px) {
    form.custom-form {
        margin: 20px !important;
    }
}


/* Fixing Mobile Menu 
.mobile-menu .container-fluid button {
    background-color: #333;
}
.mobile-menu .container-fluid .collapsed {
    background-color: white;
}
*/
#navcol-1 ul li:hover {
    background-color: rgb(229,190,115, 0.75);
}
.no-margin {
    margin: 0px;
}
.no-padding {
    padding: 0px;
}

/* Smaller size for drop downs */
.dropdown .btn {
    font-size: 15px !important;
}

.dropdown-item {
    font-size: 14px !important;
}

@media only screen and (min-width: 875px) {
    
    .wider-for-desktop {
        max-width: 1330px;
    }
}
    

/*
 Css from https://www.cricbuzz.com/live-cricket-scores/20195/rsa-vs-sl-1st-test-sri-lanka-tour-of-south-africa-2019 
 
 
 .cb-com-ovr-sum {
    background: #ecebeb;
    margin: 10px -10px 20px;
    min-width: 634px;
}

.cb-col {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
}
 
.cb-com-ovr-sum-rw {
    padding: 10px 0;
}

.cb-nws-sub-txt, .cb-nws-sub-txt, .cb-font-12 {
    font-size: 12px;
}

.cb-col {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
}

.cb-col-100 {
    width: 100%;
}

.cb-com-ovr-sum-itm {
    padding: 0 15px;
    border-right: 1px solid #d1d1d1;
}

.text-bold {
    font-weight: bold;
}

.cb-font-18 {
    font-size: 18px;
}

.cb-col-8 {
    width: 8%;
}

.cb-com-ovr-sum-itm {
    padding: 0 15px;
    border-right: 1px solid #d1d1d1;
}

.cb-col-25 {
    width: 25%;
}

.cb-nws-sub-txt, .cb-nws-sub-txt, .cb-font-12 {
    font-size: 12px;
}

.cb-col-67 {
    width: 62%;
}

.text-right {
    text-align: right;
}

.cb-com-ovr-sum-itm:last-child {
    border-right: 0;
}



.cb-scrd-lft-col, .cb-nws-dtl-lft-col, .cb-nws-lft-col {
    border-right: 1px solid #ecebeb;
}
.cb-nws-lft-col {
    padding: 15px 20px;
}


.cb-ovr-num {
    padding-top: 2px;
}

.cb-mat-mnu-wrp {
    margin-bottom: 10px;
}

.cb-com-ln {
    margin: 0 0 10px;
    line-height: 24px;
}

.cb-col-90 {
    width: 90%;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.cb-com-ln {
    margin: 0 0 10px;
    line-height: 24px;
}

*/