﻿ .table-borderless tr, .table-borderless td { 
    border: none!important;
} 

#ctl00_imgCompanyLogo {
    max-width: 200px;
}

.border-right { 
    border-right: 1px solid rgba(0,0,0,.9);
}

.border-left { 
    border-left: 1px solid rgba(0,0,0,.9);
}

/* Custom Dropdown */
.custom-dropdown {
    position: static !important;
}

.custom-dropdown-menu {   
    /*display: none;*/ 
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #cb8c31;
    color: white;
    text-align: left;
}

/*.custom-dropdown:hover .custom-dropdown-menu {
    display: block;    
}*/

.menu-classification {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.menu-classification-items {
    display: inline-block;
}

.menu-classification-items h6 {
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 20px;
}

.menu-classification-items ul li a {
    color: rgba(0,0,0,.9);
}

/*.menu-classification-items ul li a {
    color: #777;
}*/

.menu-items-header {
    margin-bottom: 35px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #c37c13;
}
.menu-items-header a.btn {
    border-color: transparent;
}


.panel-heading a.navbarV2.collapsed::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
} 

.panel-heading a.collapsed:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
} 

.bg-white {
    background-color: #f8f9fa!important; 
    color: #777!important; 
}
.Nav2-Color { 
    color: #777 !important; 
    font-size: 17px;
}

/*Awards Navigation*/
.award-dropdown-body { 
    width: 500px; 
    left: auto;
}
.collections-dropdown-body { 
    width: 850px; 
    left: auto;
}
.award-dropdown-body .container, .collections-dropdown-body .container, .beyondawards-dropdown-body .container { 
    width: 100%; 
}

.collection-menu-li {
    display:inline-block; 
    text-align:center; 
    width:31%;
}
.collection-menu-img {
    display:block; width:100%; 
    margin:0 auto; 
    padding-bottom:5px; 
    height: auto; 
    padding-bottom:0!important;
} 
.collection-menu-li:first-child {
    margin-right:15px;
}
.collection-menu-li:last-child {
    margin-left:15px;
}

.beyondawards-dropdown-body { 
    /*width: 950px;*/ 
    width: 450px;
    left: auto;
}

.menu-classification-beyondawards {
    font-size:14px;
    padding-left: 10px;
}

.beyondawards-menu-li {
    display:inline-block; 
    /*text-align:center;*/ 
    width:31%;
    margin: 5px
}
.beyondawards-menu-img {
    display:block; width:100%; 
    margin:0 auto; 
    padding-bottom:5px; 
    height: auto; 
    padding-bottom:0!important;
}

.span-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
}

@media(max-width:1250px) {
    .collection-menu-img {
        height: auto;  
    } 
} 

@media(max-width:1200px) {
    /*.award-dropdown-body, .collections-dropdown-body { 
        left: 0; 
        right:0; 
        margin:0 auto; 
    }*/
}

@media(max-width:991px) {
    .collection-menu { 
        text-align: center; 
        padding: 10px; 
    } 
    .collection-menu-div {
        width:100%;
    }
}

@media (max-width: 767px) { 
    .custom-dropdown-menu {
        height: 100%;
        overflow: auto;
    }
    .menu-classification {
        justify-content: inherit;
        align-items: inherit;
    }
    .menu-items-header {
        text-align: left;
    }
    .menu-classification-items h6 { 
        font-size: 15px; 
    }
}
/* End Custom Dropdown */
      
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button { 
    background-color: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px; 
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 300px;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 15px;
    background-color: #fff;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the button */
.form-container .btn { 
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

.chat-popup > .form-container > p {
    font-size: 12px;
}
         
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}
         
footer {
    /*background: #343a40;*/ /*dark-theme*/
    background: #f8f9fa; /*light-theme*/
    padding: 40px;
}
footer a {
    color: #343a40!important;
}
 


/* MEDIA QUERY BREAKPOINT */
/*@media only screen and (min-width: 1901px) {  
    .award-dropdown-body { 
        left: 33%;  
    }
    .collections-dropdown-body {
        left: 39%;
    }  
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {  
    .award-dropdown-body { 
        left: 31%;  
    }
    .collections-dropdown-body {
        left: 38%;
    }  
}

@media only screen and (min-width: 1401px) and (max-width: 1700px) { 
    .award-dropdown-body { 
        left: 28%;  
    }
    .collections-dropdown-body {
        left: 37%;
    } 
    .beyondawards-dropdown-body {  
        left: 45%;
    }
}*/

@media only screen and (max-width: 1400px) { 
    /*.award-dropdown-body { 
        left: 28%;  
    }
    .collections-dropdown-body {
        left: 35%;
    }*/ 
    .beyondawards-dropdown-body { 
        width: 57%;
        /*left: 595px;*/
    }
}
 
@media only screen and (max-width: 1200px) { 
    .award-dropdown-body { 
        /*left: 25%;*/  
        width: 200px;
    }
    .collections-dropdown-body {
        /*left: 32%;*/
        width: 67%;
    }
    .beyondawards-dropdown-body {
        width: 58%;
        /*left: 495px;*/
    }
    .beyondawards-menu-li { 
        width: 47%; 
    } 
    .beyondawards-menu-img { 
        width: 80%; 
    }
}

@media only screen and (max-width: 992px) { 
    #ctl00_imgCompanyLogo {
        max-width: 100px!important;
    }

    /*.award-dropdown-body { 
        left: 28%;   
    }*/
    .collections-dropdown-body {
        /*left: 38%;*/
        width: 60%;
    }
    .menu-classification-beyondawards {
        font-size: 12px; 
    }
    .beyondawards-menu-li { 
        width: 37%; 
    }
    .span-text { 
        width: 120px; 
    }
}

@media only screen and (max-width: 768px) { 
    /*.award-dropdown-body { 
        left: 38%;   
    }*/
    .collections-dropdown-body {
        /*left: 48%;*/
        width: 52%;
    } 
    .collections-dropdown-body .container { 
        width: 95%;
        font-size:80%
    } 

    .footer-menu > div > h5 {
        font-size:90%;
    }

    .footer-menu > div > ul > li, .copyright {
        font-size:80%;
    }
}