﻿html, body {
    height: 100%;
}

h3 {
    font-weight: 700;
    color: #222d32;
    font-size: 28px;
}

.Loginbackground .LonInOuter {
    width: 650px;
    margin: 0 auto;
    box-shadow: 3px -2px 17px 9px #080808;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

    .Loginbackground .LonInOuter .LoginLogoOurter {
        width: 35%;
        float: left;
        background: #141519;
        height: 330px;
    }

    .Loginbackground .LonInOuter .LoginFormOuter {
        width: 65%;
        float: left;
        background: #112529;
        height: 330px;
        border-left: 3px solid #171212;
        text-align: center;
        padding: 30px 90px;
    }

        .Loginbackground .LonInOuter .LoginFormOuter h4 {
            color: #b7b3b3;
            font-size: 20px;
            margin-top: 30px;
            margin-bottom: 20px;
            font-family: 'Cabin', sans-serif;
            letter-spacing: 1px;
        }

    .Loginbackground .LonInOuter .LoginLogoOurter img {
        width: 100%;
        padding: 75px 22px;
    }

    .Loginbackground .LonInOuter .LoginFormOuter .form-group {
        margin-bottom: 25px;
    }

        .Loginbackground .LonInOuter .LoginFormOuter .form-group .form-control {
            background: #1c2c2a;
            border: none;
            border-radius: 0;
            border-bottom: 1px solid #19b5b5;
            height: 40px;
            color: white;
            font-size: 12px;
        }

        .Loginbackground .LonInOuter .LoginFormOuter .form-group input::-webkit-input-placeholder {
            font-style: italic;
            font-size: 12px;
        }

        .Loginbackground .LonInOuter .LoginFormOuter .form-group .form-control:focus {
            background: #1c2c2a;
            box-shadow: none;
        }

.Loginbtn {
    background: #141519;
    color: #ccc;
    border-radius: 0;
    padding: 4px 25px;
    font-size: 13px;
}

.Loginbtn:focus {
    /*background: none;*/
    border: none;
    background: #141519;
    color: #ccc;
    border-radius: 0;
    padding: 4px 25px;
    font-size: 13px;
}

.Loginbtn:hover {
    /*background: none;*/
    border: none;
    background: #141519;
    color: white;
    border-radius: 0;
    padding: 4px 25px;
    font-size: 13px;
}


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    background: none;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background: none;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    border: none;
    background: rgba(29,37,49,.5);
}

.tabsbox .panel .panel-heading a {
    display: block;
    color: #b7c0cd;
    font-size: 14px;
    padding: 10px 13px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

    .tabsbox .panel .panel-heading a.active,
    .tabsbox .panel .panel-heading a:hover {
        background: #1d2531;
        color: #b7c0cd;
        transition: all 0.5s ease-in-out;
    }

    .tabsbox .panel .panel-heading a i {
        color: #fff;
    }

.tabsbox .panel .panel-collapse .panel-body ul {
    padding-left: 0;
    list-style: none;
}

.tabsbox .panel .panel-collapse .panel-body {
    padding: 0;
}

    .tabsbox .panel .panel-collapse .panel-body ul li a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #b7c0cd;
        padding: 4px 13px;
    }

.userandbaleicon .Adminname {
    float: right;
}

    .userandbaleicon .Adminname img {
        width: 39px;
        border: 1px solid #000;
        border-radius: 50%;
    }

.ConteOuter .boxes {
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    color: #fff;
}

    .ConteOuter .boxes h4 {
        font-weight: 700;
        letter-spacing: 1px;
    }

        .ConteOuter .boxes h4 i {
            font-size: 26px;
            margin-right: 10px;
            padding: 11px 10px;
            border: 2px solid #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

.ConteOuter {
    margin-top: 30px;
}

.register {
    background: #ff5370;
}

.makepayment {
    background: #4099ff;
}

.reports {
    background: #2ed8b6;
}

.smshistory {
    background: #ffb64d;
}

.userandbaleicon .Notificationpanel {
    width: 20%;
    float: left;
    text-align: center;
    padding: 9px 0;
}

.userandbaleicon .Notificationsmspanel {
    width: 20%;
    float: left;
    text-align: center;
    padding: 9px 0;
}

.userandbaleicon .Adminname {
    width: 60%;
    float: left;
}

.userandbaleicon .Notificationpanel i,
.userandbaleicon .Notificationsmspanel i {
    font-size: 20px;
}

.tableouter {
    background: #fff;
}

.NewRegisterform {
    background: #fff;
    box-shadow: 3px 0px 8px 1px #ccc;
    margin-bottom: 30px;
    padding: 15px 0;
    border-radius: 5px;
}

.form-group {
    position: relative;
}

.userimg {
    border: 2px solid #000;
    margin-bottom: 5px;
}

.backgndwhite {
    background: #fff;
}

.NewRegisterform .userimg img {
    width: 100%;
}

.buttonstyle button {
    background-color: #3c8dbc;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #3c8dbc;
    border-radius: 0;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

button, input:focus {
    outline: 0;
    border-color: #222d32 !important;
}

.buttonstyle button:hover {
    background-color: #222d32 !important;
    color: #fff;
    border-color: #222d32 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.discount {
    position: relative;
    width: 50%;
    float: right;
    top: -35px;
}

.discountAmt {
    width: 100% !important;/*45%*/
}

h3 {
    font-weight: 700 !important;
}

.discount span.downarrow:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: auto;
    right: 5px;
    z-index: 999999;
}

span.downarrow:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 33px;
    left: auto;
    right: 5px;
    z-index: 999999;
}

.NewRegistration .formdiv .form-group .form-control {
    padding-right: 25px;
}

.discount input:nth-child(2) {
    width: 48%;
    float: right;
}

.discount input:first-child {
    width: 48%;
    float: left;
}

.btnsstyle,
.backtolist {
    background: #3c8dbc;
    color: #fff !important;
    border: 1px solid #3c8dbc !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

    .btnsstyle:hover,
    .backtolist:hover {
        background-color: #222d32 !important;
        color: #fff !important;
        border-color: #222d32 !important;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }

.ExpenseDetailsSection {
    background: #fff;
    margin-top: 20px;
    padding: 25px 15px;
    width: 600px;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    box-shadow: 3px 0px 8px 1px #ccc;
}

.setborderbottom {
    border-bottom: 1px solid #374850;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.Searchbyrecord {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .Searchbyrecord fieldset legend {
        top: -13px;
        margin-bottom: 0;
        display: inline-block;
        width: auto;
        font-size: 15px;
        border: 0;
        padding: 0 4px;
        position: absolute;
        background: #fff;
    }

.Searchdayrecord label:first-child {
    padding-left: 0;
    font-size: 14px;
}

.Searchbyrecord fieldset {
    border: 1px solid #000;
    padding: 10px;
    width: 710px;
    position: relative;
}

.btnstyle {
    background-color: #3c8dbc;
    color: #fff;
    padding: 6px 25px;
    border: 1px solid #3c8dbc !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
}

.Totalcollection {
    padding-top: 10px;
    font-size: 16px;
    color: red;
    font-weight: 700;
}

.Searchdayrecord {
    margin-bottom: 5px;
}

.Searchbtnouter {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.Searchbyrecord fieldset.SearchMember {
    width: 500px;
}

    .Searchbyrecord fieldset.SearchMember form.form-inline .form-group {
        display: block;
    }

        .Searchbyrecord fieldset.SearchMember form.form-inline .form-group label {
            width: 120px;
        }

        .Searchbyrecord fieldset.SearchMember form.form-inline .form-group:first-child {
            margin-bottom: 10px;
        }

.tableouter.Expense .form-group {
    padding: 15px 0;
}

    .tableouter.Expense .form-group .form-control {
        height: 25px;
    }

.NewRegisterform form.fixedrate ul {
    padding-left: 0;
    list-style: none;
}

    .NewRegisterform form.fixedrate ul li {
        width: 50%;
        float: left;
    }

        .NewRegisterform form.fixedrate ul li:nth-child(odd) {
            padding-right: 15px;
        }

        .NewRegisterform form.fixedrate ul li:nth-child(even) {
            padding-right: 0px;
        }


@media(max-width:992px) {
    .Searchbyrecord fieldset {
        width: 100%;
    }

    .Searchbtnouter {
        display: block;
        text-align: center;
        margin-top: 10px;
        padding-right: 15px;
    }
}

@media(max-width:767px) {
    .userimg {
        width: 250px;
    }

    .Searchbtnouter {
        text-align: right;
        margin-top: 10px;
        padding-right: 0;
    }

    .Searchbyrecord fieldset.SearchMember {
        width: 100%;
    }

        .Searchbyrecord fieldset.SearchMember form.form-inline .form-group button.btn.btnstyle {
            margin-top: 10px;
        }
}
