@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');

* {

    box-sizing: border-box;

}



[v-cloak] {

    display: none;

}



/*********** Login Page Styles ***********/



body.hasBackground {

background-repeat: no-repeat;

background-size: 100%;

}


.btnDark1 {
    background-color: #06274E;

    border: none;

    color: white;

    width: 100%;
}

.btnLg1 {
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    /* margin-top: 10px; */
    font-size: 25px;
}


img {
    height: 110px;
    width: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#responsive {
    width: 100%;
    max-width: 180px;
    /* min-width: 400px; */
    height: auto;
}




button::before {
    margin-right: 10px;
}



.layer {

    /* background-color: rgba(234, 242, 255, 0.9); */

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image:url("https://static.wixstatic.com/media/5d36d2_f456acb1fca24525989d69fdc34861ee~mv2_d_6000_1536_s_2.jpg/v1/fill/w_1370,h_510,al_c,q_85,usm_0.66_1.00_0.01/5d36d2_f456acb1fca24525989d69fdc34861ee~mv2_d_6000_1536_s_2.webp") ;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: left;

}





.login_card {

    color: black;

    padding: 20px;

    margin: auto;

    border-radius: 5px;

    background: white;

    text-align: center;

    width: 40%;


}





@media screen and (max-width: 992px) {

    .login_card {

        width:100%;
        height: auto;

    }

}









.login_wrapper {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100%;

    opacity: 91%;
}



.input_full_width {

    width: 100%;

    padding: 12px 20px;

    border: 1px solid #ccc;

    box-sizing: border-box;

    border-radius: 4px;

}



.input_flex {

    width: 100%;

    height: 35px;

    flex-grow: 1;

    border: 1px solid #ccc;


    box-sizing: border-box;

    /* margin: auto auto auto 15px; */

}

.input_flex1 {

    width: 100%;

    height: 35px;

    flex-grow: 1;

    border: 0;

    outline: 0;

    border-bottom: 1px solid #06274E;

    box-sizing: border-box;
}



.input_tall {

    height: 100%;

}



.label_flex {

    margin-right: 20px;

    width: 110px;

}



[type="file"] {

    height: 0;

    overflow: hidden;

    width: 0;

}

.selectedUser {
    height: 500px; 
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-weight: bold"
}



[type="file"] + label {

    background: #808080;

    border: none;

    border-radius: 5px;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-family: 'Poppins', sans-serif;

    font-size: inherit;

    font-weight: 600;

    margin: auto;

    margin-bottom: 1rem;

    outline: none;

    padding: 1rem 50px;

    position: relative;

    transition: all 0.3s;

    vertical-align: middle;



}





/*********** End Login Page Styles ***********/



/*********** Sidebar Navigation Styles ***********/



.sidenav {

    height: 100%;

    width: 260px;

    position: fixed;

    z-index: 1;

    top: 0;

    left: 0;

    background-color: #0A2739;

    overflow: hidden;

    padding-top: 15px;

    transition: 0.5s;

    border: 1px solid #0A2739;

    -webkit-box-shadow: 5px 3px 6px rgba(0,0,0,0.16), 5px 3px 6px rgba(0,0,0,0.23);

    -moz-box-shadow: 5px 3px 6px rgba(0,0,0,0.16), 5px 3px 6px rgba(0,0,0,0.23);

    box-shadow: 5px 3px 6px rgba(0,0,0,0.16), 5px 3px 6px rgba(0,0,0,0.23);

}



.sidenav a{

    padding: 15px 15px 15px 15px;

    text-decoration: none;

    font-size: 20px;

    color: #f1f1f1;

    display: block;

    transition: 0.3s;

}



.sidenav a:hover {

    background-color: #0c3047;

    color: #818181;

}



.sidenav .closebtn {

    position: absolute;

    top:0;

    right: 25px;

    font-size: 36px;

    margin-left: 50px;

}



.sidenav h1{

    text-align: center;

    color: white;

}



@media screen and (max-height: 450px) {

	.sidenav {overflow-x: display}

    .sidenav {padding-top: 15px;}

    .sidenav {font-size: 18px;}

}

/*********** End Sidebar Styles ***********/



/*********** Top Navbar Styles ***********/



.topnav {

    background-color: #1f4231;

    overflow: hidden;

}



.topnav a {

    float: left;

    color: #f2f2f2;

    text-align: center;

    padding: 14px 16px;

    text-decoration: none;

    font-size: 17px;

}



.topnav a:hover {

    background-color: #ddd;

    color: black;

}



.topnav a.active{

    background-color: #367053;

    color: white;

}



/*********** End Top Navbar Styles ***********/





/*********** Card Styles ***********/

.card {

    border-radius: 5px;

    background: white;

	padding: 5px;

	text-align: center;

    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}





@media screen and (min-width: 993px){

    .card {

        height: 350px;

    }



    .card-tall {

        height: 100%;

    }

}



.border-black {

    border: 1px solid #ccc;

}



.border-green {

    border: 1px solid #77c120;

}


/*********** End Card Styles ***********/



/*********** Column Styles ***********/

.col1 {

    flex: 8.33%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col2 {

    flex: 16.66%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col3 {

    flex: 25%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col4 {

    flex: 33%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col5 {

    flex: 41.66%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col6 {

    flex: 50%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col7 {

    flex: 58.33%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col8 {

    flex: 66.66%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col9 {

    flex: 75%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col10 {

    flex: 83.33%;

    -ms-flex: 8.33%;

    padding: 10px;

}



.col11 {

    flex: 91.66%;

    -ms-flex: 91.66%;

    padding: 10px;

}



.col12 {

    flex: 100%;

    -ms-flex: 100%;

    padding: 10px;

}





/*********** End Column Styles ***********/



/*********** Row Styles ***********/

.row {

 display: flex;

 display: -ms-flex;

 flex-wrap: wrap;

}





/*********** End Row Styles ***********/



/*********** Table Styles ***********/

.table-full-width {

    padding: 0px;

    width: 100%;
    

}



.table-full-width>thead>tr>th {

    line-height: 30px;

    font-size: 20px;

    font-weight: bold;

    color: black;

    border-bottom: 2px solid black;

}



.table-full-width>.thead{

    line-height: 24px;

    font-weight: bold;

    color: black;

    border-bottom: 2px solid black;

}



/* .table-full-width>tbody>tr>td {

    line-height: 50px;

} */



.table-striped>tbody>tr:nth-child(even) {

    background-color: #f2f2f2;

}



/*********** End table Styles ***********/





/*********** Main Content Styles ***********/


button.btnCenter {
    padding: 8px;
    border-radius: 10px;
    border: none;
    background-color: #06274E;
    color: white;
    cursor: pointer;
    margin: 1px;
}

button.btnCenter4 {
    font-size: 20px;
    margin: 10px;
    width: 80px;
    background-color: #06274E;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 4px;
    cursor: pointer;
}


.no-decoration {

    text-decoration: none;

    color: #000000;

}

button.btnCenter2 {
    border-radius: 16px;
    border: none;
    cursor: pointer;
    padding: 4px 10px 4px 10px;
    margin: auto auto auto 5px;
}





.hiddenOnLoad {

    display: none;

}



.error {

    color: red;

}



label {

    font-weight: 300;

    /* font-size: 16px; */

    font-family: 'Alegreya Sans', sans-serif;

    margin-right: 5px;

}



#main {

    transition: .5s;

    padding: 20px;

    float: right;

    width: calc(100% - 260px);

}



h1 {

    font-weight: 200;

    font-family: 'Alegreya Sans', sans-serif;

}



h2 {

    margin: auto;

    font-family: 'Alegreya Sans', sans-serif;

}



h3 {

    text-align: center;

    margin: auto;

    font-family: 'Alegreya Sans', sans-serif;

}

body {

    background-color: #f4f3ef;

    margin: 0;

}



.right {

    float: right;

}



.left {

    float: left;

}



.form-control {

    width: 50%;

    padding: 12px 20px;

    border: 1px solid #ccc;

    box-sizing: border-box;

    border-radius: 4px;

}

.tag-editor {
    width: 250px;
    float: right;
}

.dataTables_wrapper .dataTables_tags {
    float: right;
    text-align: right;
}


.form_wrapper {

    width: 100%;

    margin-bottom: 10px;

    display: flex;

}



.noresize {

    resize: none;

}



.img_round {

    border-radius: 48px;

}



.img_logo {

    display: block;

    margin: auto;

    width: 100px;

    height: 100px;

}



.flex_wrapper {

    display: flex;

    align-items: center;

    justify-content: center;

}



.thumbnail_holder {

    width: 180px;

    height: 180px;

    margin: auto;

    background-position: center center;

    background-size: cover;

    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.3);

}

/*********** End Main Content Styles ***********/



.navButton {

    border-radius: 16px;

    background-color: #77c120;

    border: none;

    cursor: pointer;

    padding: 4px 10px 4px 10px;

    margin: auto;

}



.btnSm {

    border-radius: 16px;

    border: none;

    cursor: pointer;

    padding: 4px 10px 4px 10px;

    margin: auto auto auto 5px;

}

.btnSm1 {

    border-radius: 16px;

    border: none;

    cursor: pointer;

    padding: 4px 10px 4px 10px;

    margin: auto auto auto 5px;

}



.btnLg {

    border-radius: 4px;

    border: none;

    cursor: pointer;

    padding: 8px 15px 8px 15px;

    margin: auto auto auto 5px;

    width: 40%;


}



.btnInline {

    display: inline-block;

}



@media screen and (max-width: 992px) {

    .btnLg1 {

        width: 100%;

        padding: auto 10px 25px 10px;

        height: 100px;

        font-size: 60px;

        margin-top: 55px;

    }

    button::before {
        margin-right: 30px;
    }

    .input_flex1 {
        font-size: 3em;
        height: 180px;
        min-width: 95%;
        -webkit-appearance: none;
        border-bottom: 2px solid #06274E;
    }

    .error {

        color: red;
        font-size: 50px;
    
    }

    #responsive {
        width: 100%;
        max-width: 180px;
        min-width: 400px;
        height: auto;
    }

    .layer {

        /* background-color: rgba(234, 242, 255, 0.9); */
    
        position: absolute;
    
        top: 0;
    
        left: 0;
    
        width: 100%;
    
        height: 100%;
    
        background-image:url(https://static.wixstatic.com/media/5d36d2_f456acb1fca24525989d69fdc34861ee~mv2_d_6000_1536_s_2.jpg/v1/fill/w_1370,h_510,al_c,q_85,usm_0.66_1.00_0.01/5d36d2_f456acb1fca24525989d69fdc34861ee~mv2_d_6000_1536_s_2.webp) ;
    
        background-repeat: no-repeat;
    
        background-size: cover;
    
        background-position: right;
    }


}



.btnCenter {

    /* display:block; */

    margin: 0 auto;

}



.btnGrn {

    background-color: #77c120;

    border: none;

    color: black;

}



.btnRed1{

    background-color: #aa1e1e;

    border: none;

    color: white;

}



.btnDark {

    background-color: #06274E;

    border: none;

    color: white;

}




.iconBtn {

    background-color: transparent;

}



.icon_sm {

    height: 50px;

    width: 50px;

    border: none;

    background: none;

    cursor: pointer;

}



.icon_tiny {

    height: 25px;

    width: 25px;

    border: none;

    background: none;

    cursor: pointer;

}



.highlight_red {

    background-color: #c45050;

}



/*TODO verify styling for desktop when screen is small

/************** Mobile Styles *************/



@media screen and (max-width: 992px) {

    .col1 {

        flex: 100%;

        padding: 10px;

    }



    .col2 {

        flex: 100%;

        padding: 10px;

    }



    .col3 {

        flex: 100%;

        padding: 10px;

    }



    .col4 {

        flex: 100%;

        padding: 10px;

    }



    .col5 {

        flex: 100%;

        padding: 10px;

    }



    .col6 {

        flex: 100%;

        padding: 10px;

    }



    .col7 {

        flex: 100%;

        padding: 10px;

    }



    .col8 {

        flex: 100%;

        padding: 10px;

    }



    .col9 {

        flex: 100%;

        padding: 10px;

    }



    .col10 {

        flex: 100%;

        padding: 10px;

    }



    .col11 {

        flex: 100%;

        padding: 10px;

    }



    .col12 {

        flex: 100%;

        padding: 10px;

    }



    #main {

        width: 100%;

    }

    .sidenav {

        width: 0px;

    }



    .form-control {

        width: 80%;

    }

    .form_wrapper {

        display: block;

    }



    .input_flex {

        font-size: 3em;

        height: 180px;

        min-width: 95%;

        -webkit-appearance: none;

    }



    .label_flex {

        display: block;

        width: 100%;

        font-size: 3em;

        font-weight: 700;

    }



    h2 {

        font-size: 3.5em;

        font-weight: 700;

    }



    .thumbnail_holder {

        width: 450px;

        height: 450px;

    }



    .btnSm {

        font-size: 2rem;

        height: 58px;

        width: 162px;

        background-color: #06274E;

        color: white;

    }

    .btnSm1 {

        font-size: 2rem;

        height: 58px;

        width: 162px;

        background-color: red;

        color: white;
        border-radius: 16px;

    }



    .btnLg {

        font-size: 3em;
        margin-top: 105px;

    }



    .sidenav a{

        font-size: 3em;

    }



    [type=file] + label {

        font-size: 3em;

    }

    .dataTables_wrapper {
        font-size: 35px;
    }

    .tag-editor .placeholder {
        color: black;
        font-size: 25px;
        padding: 8px 8px;
    }

    .tag-editor {
        width: 350px;
        outline: 1px solid black;
        padding: 10px 0 10px 0;
    }

    .selectedUser {
        font-size: 35px;
    }

    button.btnCenter3 {
        font-size: 35px;
        height: 58px;
        border-radius: 16px;
        background-color: #06274E;
        color: white;
        width: 120px;
    }

    select {
        font-size: 25px;
    }

    

    .table-full-width {

        padding: 0px;
    
        width: 100%;

        height: 100%;
    
    }
    
    
    



}


/* @media screen and (max-width: 992px)  {
    .table-full-width {

        padding: 0px;
    
        width: 100%;

        height: 100%;
    
    }
    
    
    
    .table-full-width>thead>tr>th {
    
        line-height: 30px;
    
        font-size: 30px;
    
        font-weight: bold;
    
        color: black;
    
        border-bottom: 2px solid black;
    
    }
    
    
    
    .table-full-width>.thead{
    
        line-height: 30px;
    
        font-weight: bold;
    
        color: black;
    
        border-bottom: 2px solid black;
    
    }
    
    
    
    .table-full-width>tbody>tr>td {
    
        line-height: 30px;
    
    }
    
    
    
    .table-striped>tbody>tr:nth-child(even) {
    
        background-color: #f2f2f2;
    
    } 


     table, thead.head, tbody.tb, th.th, td.td, tr.tr { 
		display: block; 
	}
	
	 thead.head tr.tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr.tr { border: 1px solid #ccc; }
	
	td.td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
        font-size: 40px;
        margin: 60px 0px;

	}
	
	td.td:before { 
		position: absolute;
        top: -6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	



	td.td:nth-of-type(1):before { content: "Employee"; }
	td.td:nth-of-type(2):before { content: "Status"; }
	td.td:nth-of-type(3):before { content: "Old Meter Number"; }
	td.td:nth-of-type(4):before { content: "New Meter Number"; }
	td.td:nth-of-type(5):before { content: "Address"; }
	td.td:nth-of-type(6):before { content: "Date Uploaded"; }
	td.td:nth-of-type(7):before { content: "Date Completed"; }
	td.td:nth-of-type(8):before { content: "Voltage"; }
	td.td:nth-of-type(9):before { content: "Seal#"; }
	td.td:nth-of-type(10):before { content: "Actions"; }

    span.address{
        word-spacing: 10px;
        font-size: 35px;
    }


    button.btnCenter4 {
        font-size: 20px;
        margin: 10px;
        width: 190px;
        background-color: #06274E;
        color: white;
        border: none;
        border-radius: 16px;
        padding: 25px;
    }


    button.view {
        padding: 25px;
        border-radius: 5px;
        border: none;
        width: 100px;
        background-color: #06274E;
        color: white;
        font-size: 25px;
    } 

}  */


@media screen and (max-width: 992px) {
    button#meterSubmit {
        width: 400px;
        height: 80px;
        border-radius: 4px;
        padding: 8px 15px 8px 15px;

    }


    button.btnCenter {
        padding: 8px;
        border-radius: 6px;
        border: none;
        background-color: #06274E;
        color: white;
        margin: 1px;
        width: 100%;

    }

    tbody.tb {
        font-size: 20px;
    }

    th.th {
        font-size: 25px;
    }

    .btnCenter {

        display:block;
    
        margin: 0 auto;
    
    }
}




 @media screen and (max-width: 600px){

    .row {

        flex-direction: column;

    }

}





