﻿html, body {
    height: 100% !important;
    font-family: 'Open Sans', sans-serif;
    background-color: #c5cbe3;

}

    .w3-serif {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
   text-transform:uppercase;
}

a,
a:active,
a:visited {
    color: #000;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

    a:hover,
    a:focus {
        background-color: transparent !important;
        color: #ff5d59;
        text-decoration: underline;
    }

    a, a:hover, a:active, a:focus, a:visited {
        outline: none !important;
    }
        a.biga {
            font-size: 20px;
            font-weight: 600;
            color:#8e0000;
        }
.w3-input{
    font-weight:600;
}
.w3-input:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    border: 1px solid #ff5d59 !important;
}

.w3-input:focus {
    border: 1px solid #ff5d59 !important;
}

textarea {
    resize: vertical;
}

.w3-brown, .w3-hover-brown:hover {
    color: #000 !important;
    background-color: #ff5d59 !important;
    border: 1px solid #ff5d59 !important;
}

.w3-btn {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.mobilrotate {
    display: none;
}

.fa.fa-asterisk {
    color: red;
    font-size: 12px;
}

i.fa, i.fas, i.far {
    margin-right: 3px;
}

    i.fa.fa-bars:hover {
        color: #ff5d59;
    }

.date-input {
    display: inline-block;
    padding: 3px;
    border: 1px solid #c3c3c3;
    text-align: center;
}

.back-to-top,
.back-to-top:active,
.back-to-top:focus {
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 120px;
    display: none;
    z-index: 10000;
    font-size: 30px;
    color: #3cd9e8;
    opacity: 0.5;
}

    .back-to-top:hover {
        color: #3cd9e8;
        opacity: 1;
        text-decoration: none;
    }
.responsive {
    width: 100%;
    height: auto;
}

ul.bigul li{
    font-size:20px;
}
.w3color{
    background-color:#fff;
}
/************* top bar ******************/
div.topbar {
    width: 100%;
    background-color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;
    float: left;
}

    div.topbar div.phone {
        color: #fff;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        padding-top:3px;
        font-size: 20px;
        font-weight: 300;
        margin-left:20px;
    }

        div.topbar div.phone a {
            color: #fff;
            line-height: 20px;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
        }
    div.topbar .w3-button {
        background-color: #3cd9e8;
        border-radius: 0;
        color:#fff;
    }
    div.topbar .w3-button:hover {
        background-color: #ff5d59 !important;
        color: #fff !important;
    }

/************* HEADER ******************/
.tope {
    margin-top: 240px;
    min-height:600px;
}

.w3tope {
    z-index: 50;
    background-color: #fff;
    background-image: url('../Images/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    border: 0;
    box-shadow: 0 5px 10px #888888;
    height: 240px !important;
    
}
.w3-top .logo {
    display: block;
    padding: 0;
    margin: 0 auto;
   max-width:300px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}


div.welcome {
    float:right;
    color: #fff;
    font-size:20px;
    text-align: right;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
}
    .menu .w3-center-bars {
        position: relative;
        display:block;
        margin:0 auto;
        width: 100%;
        overflow: auto;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .menu .w3-center-bars a {
            float: left;
            color: #fff;
            font-size: 25px;
            font-weight: 300;
            font-family: 'Teko', sans-serif;
            width: 25% !important;
            padding: 0 !important;
            border: 0;
            margin: 0 !important;
            border-left: 1px solid #ff5f52;
            background-color: #000;
        }
    
.menu .w3-center-bars a:last-child {
    border-right: 1px solid #fff;
}
            .menu .w3-center-bars a:focus {
                background-color:#000 !important;
                color: #fff !important;
                text-decoration: none;
            }
            .menu .w3-center-bars a:hover {
                background-color: #ff5f52 !important;
                color: #fff !important;
                text-decoration: none;
            }

i.fa.fa-bars:hover {
    color: red;
}


.w3-bar-block .w3-bar-item {
    padding: 6px 8px;
    font-size: 14px !important;
    color: #ddffdd !important;
    border: 0 !important;
}

a.w3-bar-block .w3-bar-item {
    font-weight: 600;
    color: #000 !important;
}

.w3-bar-block .w3-bar-item:hover,
.w3-bar-block .w3-bar-item:focus,
.w3-bar-block .w3-bar-item:active,
.w3-bar-block .w3-bar-item:visited {
    background-color: transparent !important;
    color: #fff !important;
}



.w-validator {
    padding: 2px;
    color: #000 !important;
    background-color: #ffdddd;
}

.mobile-menu {
    display: none;
}

.w3-button.logbut {
    color: #ffffed !important;
}

.w3-input.w3-border.date-input {
    display: inline-block;
    text-align: justify;
}
#mySidebar {
   z-index:50;
}
#mySidebar a.w3-bar-item.w3-button {
    color: #ffffed !important;
}

    #mySidebar a.w3-bar-item.w3-button.logbut,
    .w3-button.logbut {
        color: #bf0300 !important;
    }
        #mySidebar a.w3-bar-item.w3-button:hover,
        #mySidebar a.w3-bar-item.w3-button.logbut:hover,
        .w3-button.logbut:hover {
            background-color: transparent !important;
            border: 0 !important;
        }


.w-validator {
    padding: 2px;
    color: #000 !important;
    background-color: #ffdddd;
}


table th a {
    color: #000 !important;
    text-decoration:none;
}

table th a:hover {
    color: #000;
    text-decoration: underline;
}


/* The hero image */
.hero-image {
    position: relative;
    width: 100%;
   margin-top:240px;
}

/* Place text in the middle of the image */
.hero-text {
    width:100%;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
    .hero-text h1 {
        font-size:40px;
        font-weight:700;
        color: #000;
    }
    .hero-text h2 {
        font-size:30px;
        color: #000;
    }
/****************************/
.color-1 {
    background-color: rgba(60, 217, 232, 0.5); /*3cd9e8*/
}
.color-2 {
    background-color: rgba(255, 93, 89, 0.5); /*ff5d59*/
}
.color-3 {
    background-color: rgba(170, 170, 170, 0.5); /*aaaaaa*/
}

.w-300 {
    max-width: 300px;
}

.w-600 {
    max-width: 600px;
}

.w-800 {
    max-width: 800px;
}

.w-1000 {
    max-width: 800px;
}

.w3-table {
    background-color: #fff !important;
}

    .w3-table.w3-small td {
        padding: 0 3px !important;
    }

    .w3-table.w3-small th {
        padding: 0 3px !important;
    }

table th a {
    text-decoration: none;
}

    table th a:hover {
        text-decoration: underline;
    }


/*************** ADMIN  ******************/
.welcome.admin {
    position: absolute;
    color: #000;
    top: 50px;
    right: 20px;
    font-size: 14px;
    text-align: right;
}

.logo.admin {
    float: left;
}

.w3-auto.tabmenu {
    margin-top: 20px;
}

.w3-top.admin {
    height: 140px;
    background-color: #fff !important;
}

.tope.admin {
    margin-top: 140px;
    background-color: #fff !important;
    font-size: 13px !important;
    min-height: 800px !important;
}
    
    .tope.admin .ppanelcss h4 {
        font-weight: 600;
        font-style: italic;
        padding: 0;
        margin: 0;
        color: gray;
        text-align: center;
        background-color: lightblue;
    }



.menuadmin {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    padding: 0 5px;
}

    .menuadmin .w3-bar-item {
        border-right: 2px solid #ff5f52;
    }


    .menuadmin a.w3-bar-item.w3-button {
        color: #fff !important;
        font-size: 14px !important;
    }

        .menuadmin a.w3-bar-item.w3-button:hover {
            background-color: #ff5f52 !important;
            color: #000 !important;
        }

    .menuadmin .w3-dropdown-hover:first-child,
    .menuadmin .w3-dropdown-click:hover,
    .menuadmin .w3-dropdown-hover:hover > .w3-button:first-child,
    .menuadmin .w3-dropdown-click:hover > .w3-button:first-child {
        background-color: transparent !important;
        color: #fff !important;
    }




    .menuadmin .w3-bar-block .w3-bar-item {
        padding: 6px 6px;
        font-size: 14px !important;
        color: #fff !important;
        border: 0 !important;
    }

    .menuadmin a.w3-bar-block .w3-bar-item {
        font-weight: 600;
        color: #000 !important;
    }

    .menuadmin .w3-bar-block .w3-bar-item:hover,
    .menuadmin .w3-bar-block .w3-bar-item:focus,
    .menuadmin .w3-bar-block .w3-bar-item:active,
    .menuadmin .w3-bar-block .w3-bar-item:visited {
        background-color: transparent !important;
        color: #fff !important;
    }




.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover,
.w3-dropdown-hover:hover > .w3-button:first-child,
.w3-dropdown-click:hover > .w3-button:first-child {
    background-color: transparent !important;
    color: #ddffdd !important;
}

.w3-dropdown-content {
    margin-top: 37px;
    background-color: #000 !important;
    border: 0 !important;
    border-top: 2px solid #ff5f52 !important;
    min-width: 250px;
}

  


.w3-bar-block .w3-bar-item {
    padding: 6px 8px;
    font-size: 14px !important;
    color: #000 !important;
    border: 0 !important;
}


.w3-bar-block .w3-bar-item:hover,
.w3-bar-block .w3-bar-item:focus,
.w3-bar-block .w3-bar-item:active,
.w3-bar-block .w3-bar-item:visited {
    background-color: transparent !important;
    color: #fff !important;
}


    /********** CALENDAR ********/

.ajax__calendar_container {
    padding: 4px;
    position: relative;
    top: 0px;
    right: 0px;
    cursor: default;
    width:180px;
    font-size:14px;
    font-weight:600;
    text-align: center;
    color:#000;
}

.ajax__calendar_body {
    height: 180px;
    width:180px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container table {
    font-size: 0.85em;
    background-color: #86aed2;
}

.ajax__calendar_header {
    height: 20px;
    width: 100%;
    background: #5294d0;
    color: #fff;
}

.ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>');
}

.ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>');
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    height: 20px;
}

.ajax__calendar_today {
    cursor: pointer;
    padding: 3px 0 3px 0;
    margin-top:-5px;
}

.ajax__calendar_dayname {
    height: 20px;
    width: 20px;
    text-align: right;
    padding: 0 2px;
}

.ajax__calendar_day {
    height: 20px;
    width: 20px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #00539F;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
    color: #fff;
}

.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #f3a167;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

/************* sections ******************/
section {
    clear: both;
    margin: 0;
    padding: 25px;
   }


#about p {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

/****************************/
.rborder {
    border-right: 2px dotted #ff5d59;
}

.lborder {
    border-left: 2px dotted #ff5d59;
}

.w3-border.nobleft {
    border-left: 0 !important;
}

.w3-border.bright {
    border-right: 2px solid #ff5d59 !important;
}

.NoBorder {
    border: 0 !important;
}


/************************/

.accordionHeader, .accordionHeaderSelected {
    color: green;
    background-color: #ff5d59;
    font-size: 20px;
    cursor: pointer;
    margin-top: 3px;
    padding: 0;
}

.accordionHeaderSelected {
    color: black;
    background-color: #ff5d59;
}

.accordionContent {
    background-color: #ffffed;
    color: #000;
    border: 1px gray;
    padding: 4px;
}

/****************************/
#contact {

    padding: 16px;

  /**  background-image: url('../Images/bg4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.map {
    margin: 10px 25px 10px 0;
    width: 100%;
    height: 250px;
    border: 1px solid #ff5d59;
}
/****************************/
footer {
 
    bottom:0;
    background-color: #000;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color:#fff;
}
    footer div.social {
        color: #fff;
        line-height: 12px;
    }

    footer p,footer a {
        color: #fff;
        line-height: 12px;
    }
    footer .fa {
        color: #fff;
        padding: 0 10px;
    }

    footer .fmenu {
        display: block;
        margin: 0 auto 10px auto;
        width: 98%;
        text-align: center;
        font-weight: 400;
        color: #fff;
    }

        footer .fmenu a {
            display:inline-block;
            padding: 3px 5px !important;
            color: #fff;
            border: 0;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            cursor:pointer;
        }
    footer .fmenu a:last-child {
        border-right: 0;
    }

            footer .w3-bar-item.w3-button:hover {
                background-color: #000 !important;
                color: #ff5d59 !important;
            }

/******************************/
.Tab .ajax__tab_header:after {
    clear: both;
}

.Tab .ajax__tab_header:before,
.Tab .ajax__tab_header:after {
    content: "";
    display: table;
}

.Tab .ajax__tab_header {
    background-color: #3d3d3d;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.Tab .ajax__tab {
    display: block;
    float: left;
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    background-color: green;
    font-family: 'Arial', sans-serif;
}

.Tab .ajax__tab_tab,
.Tab .ajax__tab_outer,
.Tab .ajax__tab_inner,
.Tab .ajax__tab_tab span {
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    background-color: green;
    font-family: 'Arial', sans-serif;
}

    .Tab .ajax__tab_tab span {
        display: inline-block !important;
        padding: 3px 0 0 0 !important;
        color: #fff !important;
    }

/*Tab disabled*/
.ajax__tab_xp .ajax__tab_disabled span {
    color: gray !important;
    cursor: default;
    background-color: darkgray !important;
}

/*Body*/
.Tab .ajax__tab_body {
    border: solid 1px #e5e5e5;
    padding: 8px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab,
.Tab .ajax__tab_active .ajax__tab_outer,
.Tab .ajax__tab_active .ajax__tab_inner,
.Tab .ajax__tab_active .ajax__tab_tab span {
    color: #fff;
    width: 130px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #ff5f52;
}

    .Tab .ajax__tab_active .ajax__tab_tab span {
        display: inline-block !important;
        padding: 3px 0 0 0 !important;
    }

        .Tab .ajax__tab_active .ajax__tab_tab span:hover {
            color: #000;
        }

/* ******** ADM GRID ************** */

.mGrid {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: solid 1px #ddd;
    border-collapse: collapse;
}

    .mGrid th {
        padding: 1px 2px;
        color: #fff;
        background-color: #3d3d3d;
        border-color: #8d8d8d;
        font-size: 12px;
    }

        .mGrid th a {
            color: #fff !important;
            font-size: 12px;
        }

            .mGrid th a:hover {
                color: #5ecc39;
            }


    .mGrid td {
        border: solid 1px #ddd;
        padding: 1px 2px;
        font-size: 12px;
        font-weight: 600;
    }

        .mGrid td .w3-input,
        .mGrid td .w3-btn,
        .tope.admin .w3-btn {
            padding: 1px 2px;
            border: solid 1px #ddd;
            font-weight: 600;
        }
            .mGrid td .w3-btn i,
            .tope.admin .w3-btn i {
                font-size: 12px;
            }
    .mGrid p {
        line-height: 13px !important;
    }



.cssfilter.admin .w3-btn {
    padding: 3px !important;
    border: solid 1px #ddd;
    font-weight: 600;
}

    .cssfilter.admin .w3-btn i {
        font-size: 20px;
    }

.w3-bar-item.w3-button.disabled {
    cursor: not-allowed;
}



i.far.fa-trash-alt {
    font-size: 25px;
    font-weight: 400 !important;
}

div.divtooltip {
    position: relative;
    padding:2px;
    font-size:12px;
    display:none;
}

.hide {
    display: none;
}

.tobig:hover + .hide {
    display: block;
   }
.imgtag {
    padding: 0;
    font-weight: 400;
    text-align: center;
    margin: 0;
    background-color: yellow;
   
}
.imgtaginfo {
    position:absolute;
    top:20px;
    left:0;
    width:170px;
    padding:0 0 0 3px;
    font-weight: 400;
    text-align:left;
    margin: 0;
    background-color:yellow;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closemodal {
    position: absolute;
    top: 25px;
    right:50px;
    color: orange;
    font-size: 40px;
    transition: 0.3s;
    font-size:50px;
}

    .closemodal:hover,
    .closemodal:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/*===========================*/
.mGridBorder {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    border-collapse: collapse;
}

    .mGridBorder th {
        padding: 3px 6px;
        color: #000;
        background-color: #fff;
        border: solid 1px #ddd;
        font-size: 13px;
        font-weight: 600;
    }

    .mGridBorder td {
        padding: 3px 6px;
        font-size: 13px;
        border: solid 1px #ddd;
    }

/*******************/
.ppanelcss {
    position: relative;
    clear: both;
    display: none;
    margin: 25px auto 50px auto;
}

.cssfilter {
    background-color: #ffffed;
    border: 1px solid #cecece;
    margin: 5px 0;
    width: 100%;
    padding: 3px 10px;
    font-size: 12px;
}

    .cssfilter .w3-input {
        padding: 2px 3px !important;
        font-size: 12px;
    }

    .cssfilter .w3-padding {
        padding: 2px 3px 3px 0 !important;
    }

    .cssfilter .w3-panel {
        margin: 0 !important;
        padding: 3px !important;
    }

/******file upload****************/
.file-upload {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;
    width: 60px;
    height:60px;
    background-color:transparent;
    background-image: url('../Images/camera.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
 

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

      
            .navbutton {
    cursor: pointer;
    padding: 0 !important;
    width: 30px !important;
    text-align:center;
}
    .navbutton i {
        font-size: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

/* ****** RADIO BUTTON ****** */
.container {
    display: inline-block;
    position: relative;
    padding: 0 5px 0 25px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid green;
}

.container.price .checkmark {
    top: -15px;
}

.radio {
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: lawngreen;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: lawngreen;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container .checkmark:after {
    left: 4px;
    bottom: 3px;
    width: 8px;
    height: 12px;
    border: solid #000;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .checkmark.radio:after {
    top: 2px;
    left: 2px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border: solid #000;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.checkdisabled {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid gray;
}

    .checkdisabled:after {
        content: "";
        position: absolute;
        left: 8px;
        bottom: 5px;
        width: 8px;
        height: 20px;
        border: solid gray;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* The Close Button */
.closemodal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closemodal:hover,
    .closemodal:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.CompletionList {
    border: solid 1px Red;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
}

.CompletionListItem {
    color: blue;
}

.CompletionListHighlightedItem {
    background-color: white;
}

claimfiles {
    background: #c9daba;
    color: green;
}

.claimfiles .w3-panel h3 {
    margin: 0;
    font-weight: 800;
}

.claimfiles h2 {
    color: #bf0300;
}

.claimfiles img {
    padding-top: 10px;
}

.claimfiles .w3-row {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 2px solid #bf0300;
    background-color: #fff !important;
}

.claimfiles .w3-col {
    border-right: 1px solid #bf0300;
}


/******************************/


@media only screen and (max-width: 600px) {
    html, body {
        font-size: 12px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 12px;
    }


    .mobilrotate {
        display: block !important;
        border-bottom: 2px dotted gray;
        padding: 5px;
    }

        .mobilrotate img {
            width: 70px;
            margin: 0 auto;
        }


    div.topbar {
        margin-bottom: 2px;
    }

        div.topbar div.phone {
            padding-top: 2px;
            font-size: 15px;
            max-width: 200px;
            padding-left: 10px;
            text-align: right;
        }

            div.topbar div.phone a {
                line-height: 15px;
                font-size: 15px;
            }

        div.topbar .w3-button {
            margin: 5px;
        }


    .tope {
        margin-top: 180px;
        min-height: 400px;
    }

    .w3tope {
        background-image: none;
        height:180px !important;
    }
    .logo{
        width:200px;
    }
    .butt-menu {
        width: 100%;
        background-color: #000;
        padding: 3px;
        position: absolute;
        bottom: 0;
        border: 0;
        margin: 0;
    }

        .butt-menu .fa.fa-bars {
            font-size: 20px;
            color: #fff;
            margin-right: 10px;
        }

            .butt-menu a:hover,
            .butt-menu .fa.fa-bars:hover {
                background-color: transparent !important;
                color: #ff5d59 !important;
            }


    .w3-sidebar {
        margin: 0;
        padding: 5px 10px;
    }

        .w3-sidebar p {
            padding-left: 15px;
        }

        .w3-sidebar div.subdiv {
            padding-left: 30px;
        }


    .hero-image {
        position: relative;
        width: 100%;
        margin-top: 180px;
    }

    /* Place text in the middle of the image */
    .hero-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

        .hero-text h1 {
            font-size: 20px;
            font-weight: 700;
            color: #000;
        }

        .hero-text h2 {
            font-size: 15px;
            color: #000;
        }

    footer {
        padding: 10px 0;
        margin-top: 50px;
    }

        footer div.social {
            color: #fff;
            line-height: 12px;
        }

        footer p,
        footer a {
            color: #fff;
            line-height: 12px;
        }

        footer .fa {
            color: #fff;
            padding: 0 5px;
        }

    /*ADMINISTRATION*/
    .logo.admin {
        max-width: 150px;
    }

    .welcome.admin {
        position: absolute;
        color: #000;
        top: 20px;
        right: 10px;
        font-size: 15px;
        text-align: right;
    }

    .w3-top.admin {
        height: 115px;
    }

    .tope.admin {
        width: 100%;
        margin-top: 100px;
        background-color: #fff !important;
        font-size: 13px !important;
        min-height: 800px !important;

    }
      
    .w3-top.admin {
        height: 100px;
    }
  .tope.admin,
        .w3-container.tab{
            padding: 0;
        }
    .cssfilter {
        border: 0;
    }
}
@media only screen and (min-width: 602px) and (max-width: 1050px) {
    .w3tope {
        z-index: 50;
        background-color: #fff;
        background-image: url('../Images/bg1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        box-shadow: 0 5px 10px #888888;
        height: 180px !important;
    }

    .logo {
        width: 180px;
    }
    .tope {
        margin-top: 180px;
    }
    .hero-image {
        position: relative;
        width: 100%;
        margin-top: 180px;
    }
}
@media only screen and (min-width: 1051px) and (max-width: 1028px) {
    .w3tope {
        z-index: 50;
        background-color: #fff;
        background-image: url('../Images/bg1.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        box-shadow: 0 5px 10px #888888;
        height: 200px !important;
    }
    .logo{
        width:250px;
    }
}

/*********************************/

.w3-responsive {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    /**max-height:400px !important;**/
}

.w3-row.reprow i.fa,
.w3-row.reprow i.fas,
.w3-row.reprow i.far {
    font-size: 16px !important;
    margin-top: 3px !important;
}

.w3-row.reprow .w3-col{
   min-height:40px;

 font-weight:600;
}


.imgcheckmark {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reptitle {
    display: block;
    position: relative;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

.txtprice {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    width: 150px;
}
