/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 28, 2015, 2:16:12 AM
    Author     : holhujay
*/

/*=============================reset==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*=============================reset ends==============================*/

html{
    width: 100%;
    height: 100%;
    color: #797979;
    background: url(https://stores.mosbemart.com.ng/libs/img/weather.jpg) no-repeat   !important;
    background-size:100% 100% !important;
    background-position:50% 50%;
    background-repeat: no-repeat;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
    /*font-family: "Monthoers";*/
    /*font-size: 3rem;*/
    overflow: hidden;
    background: #9D6C2A;
}

body{
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: auto;
    margin-top: 25px;
    background: none;
}

.splash_title{
    color: #fff;
    /*float: left;*/
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Zelda";
    /*font-family: 'isuck';*/
    /*font-family: 'RissaTypeface';*/
    /*font-family: 'Ailerons';*/
    /*font-family: 'Arkhip';*/
    /*font-family: 'Lombok';*/
    /*font-family: 'Monthoers';*/
    /*font-family: 'zincboom';*/
    /*font-family: 'Lobster';*/
    /*font-family: 'Amita';*/
    /*font-family: 'Break';*/
    font-size:60px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}

.splash_title .logo_frag{
    width: 60px;
    float: left;
    color: #fff;
    transition: ease-in-out;
    transition-duration: 1s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-duration: 1s;
    /*color: #E84C3D;*/
}

/*========================================= header styles=================================*/
.header{
    height: 54px;
    width: 100%;
    /*min-width: 960px;*/
    /*position: fixed;*/
    /*    left: 60px;
        top: 0px;*/
    float: right;
    margin-left: 20px;
    z-index: 99;
    /*background: #191818;*/ 
    /*border-bottom: 1px solid #E6E6E6;*/
}

ul,ol{
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}

.app_{
    height: 100%;
    width: calc(100% - 100px);
    margin-left: 20px;
    float: left; 
}

.app_nav {
    width: 80px; 
    height: 100%;
    /*background:         #191818;*/
    background:         #fff;
    float: left; 
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    overflow-y: auto;
}
.app_container {
    /*background: none repeat scroll 0% 0% #FAFAFA;*/
    height: calc(100% - 74px);
    overflow: hidden;
    /*margin-left: 60px;*/
    width:100%;
    margin-top: 74px;
    float: left;
} 

.logo{
    width:60px;
    height: auto;
    padding: 5px;
    margin: auto;
    /*border-bottom: 2px #C9452B solid;*/
    /*    background: url("http://localhost/avalon/v/assets/img/logo.png") center no-repeat ;
        background-size: 80% 80%;
        background-position: 50% 50%;
        cursor: pointer;*/
    /*overflow: hidden;*/
}
.moduleList li {
    width: 100%;
    height: 78px;
    /*line-height: 60px;*/
    color: #aaaaaa;
    cursor: pointer;
    position: relative;
    border-bottom: 1px #ccc solid;
}
.moduleList li:last-of-type {

    border-bottom: none;
}
.moduleList li:hover {
    overflow: visible;
}

.moduleList li .module_icon {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 3;
    text-align: center;
    font-size: 25px;
    height: 60px;
    line-height: 81px;
    /*background: none repeat scroll 0% 0% #191818;*/
}
.moduleList li .module_sub_menu {
    /*    position: absolute;
        opacity: 1; 
        width: 200px; 
        min-height: 100px;
        top: 0px;
        left: 80px; 
        transition: opacity 0.5s, left 0.5s; 
        background: #191818;*/
    display: none;
}
.sub_menu_lister .module_sub_menu{
    width: 100%;
    background: rgba(255,255,255,0.7);
    color: #C9452B;
    height: 40px;
    padding-top: 12px;
    padding-left: 12px;
    font-weight: bolder;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.sub_menu_lister{
    display: none;
    width: 200px;
    /*min-height: 200px;*/
    position: absolute;
    left: 105px;
    /*background: none repeat scroll 0% 0% #191818;*/
    /*top: 200px;*/
    z-index: 999999999;
}
.moduleList li .module_caption {
    width: 100%;
    /*padding:*/ 
    height: 20px;
    position: relative;
    font-weight: bold;
    z-index: 3;
    text-align: center;

    /*font-size: 25px;*/
    /*background: none repeat scroll 0% 0% #191818;*/
}

.moduleList li .module_title{
    opacity: 0;
    min-width: 30px;
    width: 40px;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
} 

.moduleList li.active{
    color: #C9452B;
}


.logout_pin:hover{
    background: #B20011;;  
}

.slider_item{
    /*    border: 1px solid #eee;
        border-radius: 12px;*/
}
.intro_slider{
    padding: 9px;
}

.slider_edit_input_{
    margin-top: 8px;
}
.modal-content{
    width:80%;
}
.top-menu{
    height: 100%;
    padding: 0px;
}
.search_holder{
    height: 100%;
    width: calc(100% - 20px);
    background: #fff;
    border-radius: 12px;
}
.app_holder .search_filter_holder{
    height: 50px;
    margin-top: 10px;
    width: calc(100%);
    background: #fff;
    border-radius: 12px;
}
.app_holder .search_holder{
    height: 50px;
    width: calc(100%);
    background: #fff;
    border-radius: 12px;
}
.menu_holder{
    height: 100%;
    width: calc(100% - 130px);
    background: #fff;
    border-radius: 12px;
    float: left;
}
.app_holder,.altDisplay{
    height: 100%;
    width:100%;
 background:   rgba(24, 55, 81, 0.95);
    /*background: rgba(24, 55, 81, 0.6);*/
    border-radius: 12px;
    float: left;
    overflow-y: auto;
}
.logout_pin{

    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    height: 100%;
    width: 100px; 
    border-radius: 12px;
    float: left;
    background:   #B20011;;
    color: #fff;
    font-size: 17px;
    margin-top: 0px; 
    margin-left: 10px;
    cursor: pointer;
} 
.search_index_input:focus{
    color: #C9452B;

}
.search_index_input{
    color: #aaaaaa;
    font-weight: bold;
    padding-left: 10px;
    margin:0px;
    height: 100%;
    width: calc(100% - 50px);
    background: #fff;
    border:none;
    border-radius: 12px;
    float: left;
}
.filter_input{
    color: #aaaaaa;
    font-weight: bold;
    padding: 10px;
    margin:auto;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background: rgba(24, 55, 81, 0);;
    border:none;
    /*border-bottom:1px solid #fff;*/
}
.add_guest_input{
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    margin:auto;
    height: 40px;
    width: 80%;
    background: rgba(24, 55, 81, 0.5);
    border:none;
    border-bottom:1px solid #fff;
    /*border-radius: 12px;*/
    /*float: left;*/
}

.search_btn_pin{
    float: left;
    color: #aaaaaa;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    height: 100%;
    width: 50px;
    font-size: 20px;
    padding-top: 15px;
}
.logged_in_dp{
    height: 100%;
    width: auto;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    float: left;
}
.logged_in_name{
    height: 100%;
    float: left;
    color: #aaaaaa;
    font-size: 17px;
    /*width: 50px;*/
    padding-left: 15px;
    padding-top: 15px;
}
.user_menu_top span{
    width: 80px;
    height: 97%;
    border-left: 1px solid #eee; 
    text-align: center;
    padding-top: 15px;
}
.user_menu_top{

    height: 100%;
    float: left;
    color: #aaaaaa;
    font-size: 20px;
    /*width: 50px;*/

}
.table .table{
    margin-top: 20px;
    border-radius: 12px;
}
*{
    outline: none;
}
h2{
    background: #fff;
    color: #02515A;
    font-size: 25px;
    padding: 12px;
}

.paper_details{
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    text-align: center;

}
.final_compute{
    width: 100%;
    height: 60px;
    background: #fff;
    color: #008b8b;
    font-weight: bold;
    font-size: 14px;
}
.total_output{
    width: 50%;
    padding-top: 15px;
    height: 60px;
    color: #008b8b;
    background: #fff;
    float: left;
    text-align: center;
}
.total_cost{
    padding-top: 15px;
    width: 50%;
    height: 60px;
    color: #008b8b;
    background: #fff;
    float: right;
    text-align: center;
}
.sub_rec{
    width: 100%;

}
.instagram-panel{
    background: url(http://localhost/avalon/v/assets/img/ny.jpg) center no-repeat;
    background-position: 50% 50%;
    background-size:100% 100%;
    height: 300px;
    border-radius: 10px;
    text-align: center;
    padding-top: 120px;
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 12px;
}
.main-chart{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.paper_det_input{
    height: 50px;
    width: 80%;
    background: #fff;
    color: #424242;
    border: #73c6fe 1px solid;
    margin: 2px;
    padding: 4px;
}
.table-hover{
    display: inline-block;
}
th{
    text-align: center;
    font-weight: bold;
}
.no_result{
    color:red; 
    font-size:large;
    font-weight:bold;
}
.avatar {
    width: 100%;

    margin-top:5px;
    text-align:center;
}
.avatar img{
    width:180px;
    height:180px;
    border:5px solid darkcyan;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
}
/*.list_img {
    width: 100%;
    margin-top:5px;
    text-align:center;
}*/
.list_img{
    width:50px;
    height:50px;
    border:3px solid darkcyan;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
}
tr{
    cursor: pointer;
}
.active{
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    color: rgba(52, 172, 220, 0.98);
}

.altDisplay_{
    display: none;
}
.cart_holder_{
    margin-top: 10px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.checkbox{
    width: 40%;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}