/*----------INITIALIZE STYLES----------*/

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body {
    position:relative;
}
body,html {
    width: 100%;
    height: 100vh;
}
li,ul{
    list-style: none;
    margin:0;
    padding:0;
}
a {
    cursor: pointer;
}
a,nav a,li span,td a {
    text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
input.form-control:focus,
select.form-control:focus,
a:focus,
.btn-close:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/

