@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
primaryColor: #f52a50;
secondaryColor: #555;
*/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color:#555;
    background-color: #fdfdfd
}
img{max-width: 100%;}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    color: #f52a50
}
.up-down-space{
    padding: 45px 0
}
label {
    margin-bottom: 10px;
    font-weight: bold;
}
.form-control{
    border-radius: 0;
}
.wos-header{
    background: #fff;
    padding: 0 0 10px;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.navbar-brand{}
.navbar-brand img{
    max-width: inherit !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #f52a50;
}
.wos-secondaryNavBar {
    background: #6c757d;
}
ul.wos-secondaryMenu {
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
}
ul.wos-secondaryMenu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
ul.wos-secondaryMenu li a:hover,
ul.wos-secondaryMenu li a.active {
    background: #4e4e4e;
}
.btn{
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 200px;
    max-width:100%;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover{
    background-color: #555;
    border-color: #555;
}
.btn-primary {
    color: #fff;
    background-color: #f52a50;
    border-color: #f52a50;
}
.notvalid {
    margin-top: 20px;
    color: #fff;
    padding: 10px;
    border: 1px solid #f52a50;
}
.wos-footer {
    background: #f52a50;
    color: #fff;
    padding: 15px 0;
    font-size: 13px;
}
.wos-copyright{
    margin-bottom: 15px
}
.wos-socialIcons a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
}
.fullwidth{width: 100%;}
.boredr-box{
    height: 290px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    padding: .375rem .75rem;
    overflow-y: auto;
}
.wos-top {
    background: #f52a50;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.wos-top *{color: #fff !important;}
@media all and ( min-width: 991px ){
    .navbar-light .navbar-nav .nav-item {
        margin: 0 0 0 15px;
    }
}


/*.wos-content{ max-width:100%; width:966px; background:#FFF; margin:0 auto; padding:15px; position:relative}

.wos-header {
    background: #e4e4e4 none repeat scroll 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    left: 0;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:5
}

.wos-section{ display:none}
.wos-section:first-child{ display:block}

table{ border-collapse:collapse; background-color:#fefefe}
tr:nth-child(odd){ background-color:#efefef}
td{ padding:6px}

.fleft{ float:left}
.fright{ float:right}
.cfix{ clear:both;}
.cfix:before, .cfix:after{ content:""; clear:both; display:table;}

.col-50{ width:48%;}

textarea{ width:100%;}

.wos-nav{ text-align:center}
.wos-nav a{ margin:0 10px; font-size:16px;font-weight:bold;}

.boredr-box {
    border: 1px solid #ccc;
    height: 203px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
}*/


.wos-page-count{ text-align:center; margin:15px 0 0}

