
/*
IRC app web layout
*/


body {
    font-family: 'Quicksand', sans-serif;

    /* font-family: 'Poppins', sans-serif; */
    background: #fafafa;
    /* background-image: url('images/bgcreate1.png');
     background-repeat:no-repeat;
     background-position: top center;
     font-family:  Calibri, 'Trebuchet MS', sans-serif; */
     margin: 0;
}

p {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}




/*
    sidebar
*/

    #sidebar {
        width: 250px;
        position: fixed;
        top: 40px;
        left: 0;
        height: 100vh;
        z-index: 999;

        background: #fff;
        color: #000;

        transition: all 0.3s;

        -webkit-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 4px 0 6px 0 rgba(0, 0, 0, 0.1);
    }

    #sidebar .sidebar-header {
        background: #6d7fcc;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }
    #sidebar ul li a:hover {
        color: #EC008C;
        background: rgb(240, 195, 222);
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #EC008C;
        background: rgb(240, 195, 222);
    }


    #sidebarCollapse {
        position: absolute;
        top: 0;
        right: -49px;
        border-radius: 0 1.5rem 1.5rem 0;
        height: 60px;
        width: 50px;
        line-height: 60px;

        background: white;
        cursor:pointer;
        -webkit-box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.1);

        font-size: 26px;
        color: #EC008C;
        text-align: right;
    }

    #sidebar.active {
        margin-left: -250px;
    }


    #sidebarCollapse i{
        margin:0 14px 0 0;
    }

    #sidebarMenu{
        padding: 60px 0 0 0;
    }




/*
    wrapper / content
*/
.wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
    /* right: 0; */
    padding: 100px 20px 4px 20px;
    z-index: 0;

    /* left: 50%;
    transform: translate(-50%, -50%);
    */
    max-width:1200px;
}
#content.active {
    width: 100%;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.brtohide {
    display: none;
}

/*
    header
*/

.header {
    /* height: 74px; */
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 0 4px 5px #aaaaaa;
    padding: 10px 10px 0 10px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.header h2{
    text-transform: uppercase;
    display: inline;
    font-size: 2.2rem;
}

.user_notif {
    width: 50px;
    float: right;
    padding: 10px 0 0 0;
}

.logo_nav{
    float: left;
}
.logo_nav img{
    vertical-align: top;
}


.lang_switch {
    min-width: 200px;
    float: right;
    /* padding: 10px 0 0 0; */
}





.main-footer{
    width: 100%;
    min-height: 60px;
    padding: 10px 10px 0px 10px;
    z-index: 0;

    background:#fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}






/* repetitive classes */

    .left{
        float: left;
    }
    .right{
        float: right;
    }

    .fucsia{
        color: #EC008C;
    }
    .white{
        color: #ffffff;
    }
    .green{
        color: #32B927;
    }
    .wrapper2{
        max-width: 375px;
        margin: 0 auto;
    }

/* end repetitive classes */

    /* login page  */
        .logo img {
            margin: 0 0 0 20%;
        }
        .welcome {
            font-size: 35px;
            font-weight: bold;
            margin: 0;
            line-height: 34px;
        }

        .login_form form {
            color: #C1C1C1;
            /* margin: 38px auto; */
        }
        .login_form input {
            border: none;
            border-bottom: 1px solid #c1c1c1;
            height: 60px;
            width: 100%;
        }

        .text1 {
            margin-left: 9%;
            margin-top: 7%;
        }
        .text2{
            margin-left: 9%;
        }
        .btn_log {
            width: 160px;
            margin:  0 auto;
            display: block;
            border-radius: 60px;
            height: 50px;
            background-color: black;
            color: #fff;
            font-size: 17px;
            border: none;
        }

        /* login with other accounts area  */

        .log_with{
            width: 100%;
            display: inline-block;
        }
        .log_with img {
            float: left;
            margin: 12px 20px;
        }
        .log_with span{
            width:31%;
            padding-left: 4%;
            color: #C1C1C1;
        }

        /* bottom sign in area */

        .block_sign_in {
            height: 80px;
        }
        .btn_sign {
            width: 100%;
            height: 56px;
            background-color: transparent;
            border: none;
            padding: 0;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            font-weight: bold;
            padding-top: 6%;
        }
        .block_sign_in img {
            position: relative;
            left: 49%;
        }



    /* end login page  */



/* bills page  */


.cards{
    display: block;
    clear: both;
}

.icon{
    width: 20%;
    height: 100%;
    display: inline-block;
}
.middle{
    width: 60%;
    display: inline-block;
}
.cifre{
    width: 18%;
    display: inline-block;
}
.icon i {
	padding: 0 0 0 30%;
	font-size: 30px;
}
.card .title{
    font-size: 20px;
    font-weight: bold;
}
.date{display: block;}

/* add new bill button */
.add_bill{
    float: right;
}
.dot {
	height: 35px;
    width: 35px;

	background-color: #EC008C;
	border-radius: 50%;
	display: inline-block;
}
.dot i{
	padding: 10px 0 0 12px;
}
/* end bills page  */

/* settings page */
 .card {
    -webkit-box-shadow: -1px -1px 15px 4px rgba(112,112,112,0.85);
    -moz-box-shadow: -1px -1px 15px 4px rgba(112,112,112,0.85);
    box-shadow: -1px -1px 5px 4px rgba(112,112,112,0.2);
    border-radius: 20px 1px 20px 20px;
    /* margin: 10% 0; */
    /* padding: 4%; */
    /* min-height: 400px */
    display: block;
}
 .settings .card p{
    font-size: 1em;
    font-weight: bolder;
}


/* dashboard page  */


.bloctop {
	display: block;
	min-height: 24vh;
}
.statistics {
	padding: 20px 0 0 40px;
}
.recap_info {
	font-size: 20px;
	font-weight: bold;
	padding: 26px 48px 0 0;
}

.recap_info p {
    margin: 0;
}

.cards{
    display: block;
    clear: both;
}

/* cards list  */
.dash_card {
    -webkit-box-shadow: -1px -1px 15px 4px rgba(112,112,112,0.85);
    -moz-box-shadow: -1px -1px 15px 4px rgba(112,112,112,0.85);
    box-shadow: -1px -1px 5px 4px rgba(112,112,112,0.2);
    border-radius: 20px 1px 20px 20px;
    margin: 18px 0;
    padding: 4% 0;
}



.icon{
    width: 20%;
    height: 100%;
    display: inline-block;
}
.middle{
    width: 60%;
    display: inline-block;
}
.cifre{
    width: 18%;
    display: inline-block;
}

.title{
    font-size: 20px;
    font-weight: bold;
}
.stat_notification p {
	width: 49%;
	float: left;
}

/* register page  */
    /* bo.css */


    /* myaccount */
    .contact_info.card,.billing_info.card {

        margin: 10% 0;
        padding: 8% 8%;
        /* min-height: 400px */
    }
    .user_photo {
        margin: 0 auto;
        display: block;
        padding: 6px 0;
    }
    .user{
        text-align: center;
        font-size: 18px;
        color:#EC008C;
    }

    .card.summary {
        width: 75%;
        margin: 10% auto;
        background-color: #ffffff;
        min-height: 50px;
        text-align: center;


    }
    .width50{
        width: 50%;
    }
    .summary .left{
        border-right: #EC008C;
    }
    .font24{
        font-size: 24px;
    }
    .font38{
        font-size:38px;
    }
    .block_text{
        padding:0 20px;
    }


    input.btn_create {
        width: 160px;
        margin: 20% 23% 0;
        border-radius: 60px;
        height: 50px;
        background-color: #EC008C;
        color: #fff;
        font-size: 17px;
        border: none;
    }
/*
    media queries
*/

@media (max-width: 768px) {
    #sidebar {
        margin-left: -120px;
        width: 120px;;
    }
    #sidebarMenu {
        text-align: center;
    }
    #sidebar ul li a i{
        display: block;
        font-size: 26px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    /* .header {
        padding: 10px 10px 0 0;
    } */

    /* [AGES */

    /* to do taBLET MODE
    -grow font-size to 16px and lineheight
    -finger frendly: fingertip upwards to 44px (Make each touch target at least 44px by 44px and use padding rather than margin) */
}



@media (max-width: 600px) {
    .lang_switch {
        width: auto;
        float: none;
        padding: 10px 10px 0 10px;
    }
    /* .header h2 {
        font-size: 1.5em;
    } */

    #content {
        padding: 156px 20px 4px 20px;
    }

    ul {
        padding-left: 10px;
    }
}


@media (max-width: 768px) {
    .brtohide {
        display: inline-block;
    }
}


