﻿html, body {
    height: 100% !important;
    font-family: 'Open Sans', sans-serif;
    background-color:#000;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
   text-transform:uppercase;
}

a,
a:active,
a:visited {
    color: #fff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

    a:hover,
    a:focus {
        background-color: transparent !important;
        color: yellow;
        text-decoration: none;
    }

    a, a:hover, a:active, a:focus, a:visited {
        outline: none !important;
    }



.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-btn {
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
    .w3-btn:hover, .w3-btn:focus {
        color: #000 !important;
        background-color:yellow !important;
    }
.mobilrotate {
    display: none !important;
}



i.fa.fa-asterisk {
    color: red;
    font-size: 10px !important;
}

i.fa, i.fas, i.far {
    margin-right: 3px;
}

    i.fa.fa-bars:hover {
        color: #ff5d59;
    }


.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;
    }

.signin {
    max-width:400px;
    margin-top:5%;
    background: rgba(0, 0, 0, 0.3);
    padding:10px 50px;
    color:#fff;
}
.w3-responsive {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
}
/************* top bar ******************/
div.topbar {
    width: 100%;
    background-color: #000;
    margin: 0;
    padding: 0;
}

    div.topbar h1 {
        color: #fff;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        padding:0;
        margin:0;
        font-size: 50px;
        font-weight: 800;
        margin-left:20px;
    }

 
    div.topbar .w3-button {
        background-color: #3cd9e8;
        border-radius: 0;
        color:#fff;
    }
    div.topbar .w3-button:hover {
        background-color: #ff5d59 !important;
        color: #fff !important;
    }


.labelmsg{
    font-size:20px;
    font-weight:600;
    color:green;
}
/************* HEADER ******************/
.tithead {
    background-color:#000;
    color:#fff;
    padding:0 20px;
    margin-top:10px;
}
.tithead h2{
   margin:0;
   padding:0;
}
div.topbar .w3-button {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
}

.tope {
    margin-top: 240px;
    min-height: 600px;
}

.w3tope {
    width: 100%;
    min-height: 800px;
    background: lightgray url('../images/taxbck.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



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;
}
.w3-hide-small.menu {
    position: absolute;
    top: 20px;
    right: 30px;
    color: lightgray;
    font-size: 20px;
    font-weight: 400;
    z-index:50;
}

    .w3-hide-small.menu a {
        color: lightgray;
        font-size: 20px;
        display: inline-block;
        text-decoration: none;
    }
        .w3-hide-small.menu a.logoff {
            color: red !important;
        }
        .w3-hide-small.menu a:hover {
            color: yellow !important;
        }
      
    

.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;
}


#mySidebar {
   z-index:1000;
}
#mySidebar a.w3-bar-item.w3-button {
    color: #ffffed !important;
}

    #mySidebar a.w3-bar-item.w3-button.logoff,
    .w3-button.logbut {
        color: red !important;
    }
        #mySidebar a.w3-bar-item.w3-button:hover,
        #mySidebar a.w3-bar-item.w3-button.logoff:hover,
        .w3-button.logbut:hover {
            color:yellow;
            background-color: transparent !important;
            border: 0 !important;
        }


.w-validator {
    padding: 2px;
    color: #000 !important;
    background-color: #ffdddd;
}





/****************************/
.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;
    }


.w3-auto.tabmenu {
    margin-top: 20px;
}


.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:8px;
    background-color: #000 !important;
    border: 0 !important;
    border-top:none;
    min-width: 250px;
    z-index:1000;
}

  


.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;
   }
/****************************/
footer {

    background-color: #000;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    color:#fff;
}
  
    footer p,footer a {
        color: #fff;
        line-height: 12px;
    }
    footer .fa {
        color: #fff;
        padding: 0 10px;
    }

  
/******************************/
.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: 13px;
    }

        .mGrid th a {
            color: #fff !important;
            font-size: 13px;
        }

            .mGrid th a:hover {
                color: #5ecc39;
            }


    .mGrid td {
        border: solid 1px #ddd;
        padding: 1px 2px;
        font-size: 13px;
        font-weight: 600;
    }

        .mGrid td .w3-input,
        .mGrid td .w3-btn{
            padding: 1px 2px;
            border: solid 1px #ddd;
            font-weight: 600;
        }
            .mGrid td .w3-btn i{
                font-size: 13px;
            }
    .mGrid p {
        line-height: 15px !important;
    }


.w3-bar-item.w3-button.disabled {
    cursor: not-allowed;
}



i.far.fa-trash-alt {
    font-size: 25px;
    font-weight: 400 !important;
}

.hide {
    display: none;
}
/*******************/


.ppanelcss {
    position: relative;
    clear: both;
    display: none;
    margin: 25px auto 50px auto;
    background-color: #fff;
    border: 1px solid gray;
    padding: 20px;
}
.concss {
    max-width: 1100px;
    padding-top: 10px;
}
.accfileccs{
    font-size:18px;
    font-weight:600;
}

.cssfilter {
    background-color: #ffffed;
    border: solid 1px darkgray;
    margin: 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);
    }

/******************************/


@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: none !important;
            padding: 0;
            text-align: right;
            color: #FFF;
            font-weight: 600;
            display: block !important;
            margin: 0 auto;
            text-align: center;
        }

            .mobilrotate img {
                width: 70px;
                display: inline-block !important;
            }

    div.topbar h1 {
        font-size: 45px;
        padding: 10px 0 !important;
    }



    div.topbar {
        margin-bottom: 2px;
    }

    
        div.topbar .w3-button {
            margin: 5px;
        }


    .tope {
        margin-top: 180px;
        min-height: 400px;
    }


    .butt-menu {
        width: 100%;
        background-color: #000;
        padding: 3px;
        border: 0;
        margin: 0;
        height:30px;
    }

        .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;
        }


  
    footer {
        padding: 10px 0;
        margin-top: 50px;
    }

        footer p,
        footer a {
            color: #fff;
            line-height: 12px;
        }

        footer .fa {
            color: #fff;
            padding: 0 5px;
        }

   
    .cssfilter {
        border: 0;
    }


    .Tab .ajax__tab_header {
        height: 25px !important;
    }

    .Tab .ajax__tab {
        width:70px !important;
        height:25px !important;
        font-size: 12px;
    }

    .Tab .ajax__tab_tab,
    .Tab .ajax__tab_outer,
    .Tab .ajax__tab_inner,
    .Tab .ajax__tab_tab span {
        width:70px !important;
        height:25px !important;
        font-size: 12px;
    }

  

    /*Body*/
    .Tab .ajax__tab_body {
        padding: 3px;
    }
    /*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 {
        width:70px !important;
        height:25px !important;
    }
    .ppanelcss {
        margin: 10px auto 20px auto;
        background-color: #fff;
        border: 1px solid gray;
        padding:3px;
    }

    table th, table th a, table th span {
        font-size: 8px !important;
        padding: 0 3px !important;
    }
  
    

    table td {
        color:#000;
        font-size: 10px !important;
        padding: 0 3px !important;
    }
    .w3-container, .w3-panel {
        padding: 0.01em 6px;
    }

    .concss.client .Tab .ajax__tab,
    .concss.client .Tab .ajax__tab_tab,
    .concss.client .Tab .ajax__tab_outer,
    .concss.client .Tab .ajax__tab_inner,
    .concss.client .Tab .ajax__tab_tab span,
    .concss.client .Tab .ajax__tab_active .ajax__tab_tab,
    .concss.client .Tab .ajax__tab_active .ajax__tab_outer,
    .concss.client .Tab .ajax__tab_active .ajax__tab_inner,
    .concss.client .Tab .ajax__tab_active .ajax__tab_tab span {
        width: 100px !important;
    }

 

}





    @media only screen and (min-width: 601px) and (max-width: 1190px) {
        div.topbar h1 {
            font-size: 25px;
            padding: 10px 0 !important;
        }

        .w3-hide-small.menu, .w3-hide-small.menu a {
            font-size: 15px;
        }
       
        .w3-hide-small.menu {
            padding-bottom: 10px;
        }
            .w3-hide-small.menu a:hover {
                font-weight: 400;
                color: yellow !important;
            }
        .tope {
            margin-top: 180px;
        }

        mGrid {
            position: relative;
            width: 100%;
            background-color: #fff;
            margin: 0;
            border: solid 1px #ddd;
            border-collapse: collapse;
        }

        .mGrid th {
            padding: 1px 2px;
            font-size: 11px;
        }

            .mGrid th a {
                font-size: 11px;
            }


        .mGrid td {
            padding: 1px 2px;
            font-size: 11px;
        }

            .mGrid td .w3-btn i {
                font-size: 11px;
            }

        .mGrid p {
            line-height: 12px !important;
        }

        .ppanelcss {
            font-size: 11px;
        }
        .cssfilter {
            background-color: #ffffed;
            border: solid 1px darkgray;
            margin: 0;
            width: 100%;
            padding: 3px 10px;
            font-size: 10px;
        }
}
