/* 
Theme Name:		 Betheme Child Theme
Theme URI:		 http://themes.muffingroup.com/betheme/
Description:	 The biggest WordPress Theme ever
Author:			 Muffin group
Author URI:		 http://muffingroup.com/
Template:		 betheme
Version:		 1.0.0
Text Domain:	 Betheme-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
/*Application Page*/
.applicationtable{ margin-top: 25px!important; }
.applicationtable th {
	background-color: rgb(0,85,129)!important;
    border-bottom: solid!important;
    border-bottom-color: white!important;
    text-align: left!important;
    font-size: 16px!important;
    color:#fff!important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left!important; 
    text-transform: capitalize!important; 
    width:100%;
    padding: 10px 6px!important;
}
.applicationtable td {
    background-color: rgb(245,245,245);
    padding: 10px 0px!important;
    border-bottom: solid;
    border-bottom-color: white;
    cursor: pointer;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    float: left!important;
    width: 100%!important;
    border-left:none!important;
    border-right:none!important;
    border-top:none!important;
}	
.applicationtable td a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    padding-left: 6px;
}
.page-template-archive-application table tr:nth-child(2n) td{background-color: rgb(245,245,245)!important;}
.applicationtable td span {
    float: right;
     padding-right: 13px;

}
.page-template-archive-application .panel {
    display: none;
}
.page-template-archive-application .accordion{ cursor: pointer; }	
.page-template-archive-application .panel.show {
    display: block !important;
}
.page-template-archive-application .accordion div:after {
    /*content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 0px;
     font-size: 22px;
    padding-right: 10px;*/
}
#menu ul.sub-menu li.current-menu-parent ul.sub-menu li.current-menu-item a{ color: #0d5682!important; }

.page-template-archive-application .active div:after {
    content: "\2212";
}
.page-id-724 .desc_wrapper {
    text-align: center;
}
.page-id-724 .desc_wrapper .hr_color {
    width: 100%;
}
.button-width a.button{
    width: 100%!important;
    float: left!important;
    text-align: center!important;
    padding: 10px 0px!important;
}
.button-width a.button span{
    padding: 0px!important;
    text-align: center;
    width: 100%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.applicationtable td a { font-size: 11px!important; }
}
@media only screen and (min-width: 448px) and (max-width: 500px)
{
	.applicationtable td a { font-size: 11px!important; }
}

@media only screen and (max-width: 479px)
{
	.applicationtable td a { font-size: 11px!important; }
}
.image-width .image_frame{ max-width: 78%!important; }

#Footer #menu-item-cookie #ot-sdk-btn.ot-sdk-show-settings {
    color: #50555e;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}

#onetrust-consent-sdk #onetrust-button-group #onetrust-pc-btn-handler.cookie-setting-link{
    padding: 12px 10px;
}