﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body {
    font-family: Calibri;
    background: #fafafa;
}

* {
    box-sizing: border-box;
}

p {
    font-family: Calibri;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#content {
    margin: 0px;
    padding: 0px;
}

table {
    font-family: Calibri;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

td, th {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/* ---------------------------------------------------
                CONTENT STYLE
           ----------------------------------------------------- */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: space-between;
}

.table td, .table th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    height: auto;
}

table {
    font-family: Calibri;
    border-collapse: collapse;
    font-size: 14px;
}

/*customise things*/

#myModal {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 110px;
    right: 20px;
    display: none;
    border-radius: 50%;
    opacity: .5;
}

    #btn-back-to-top:hover {
        opacity: 1;
    }

/* ---------------------------------------------------
                search STYLE
           ----------------------------------------------------- */
.bt {
    background-color: #6d7fcc;
}

.col-md-2, .col-md-2, .col-sm-2 {
    position: relative;
    width: 100%;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.cstm {
    background: #6d7fcc;
    margin-left: 29px;
    padding-right: 44px;
}

.bclr {
    background: #6375c3;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bclrD {
    background: #6375c3;
    height: auto;
    padding-right: 18px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bar {
    position: relative;
    width: 100%;
    padding: 0px 8px;
    background-color: #6d7fcc;
    color: white;
    font-size: 18px;
}



.bar_content {
    display: block; /* Important to give the content a width */
    width: 100%;
    transform: translateX(100%); /* Animation start out of the screen */
    /* Add the animation */
    animation: move 30s linear infinite /* infinite make reapeat the animation indefinitely */;
}


.custom-btn {
    width: 80px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-family: Calibri;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}



/* 2 */
.btn-2 {
    background: rgb(96,9,240);
    background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
    border: none;
}

    .btn-2:before {
        height: 0%;
        width: 2px;
    }

    .btn-2:hover {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    }
/* 3 */
.custom-btn3 {
    width: 90px;
    height: 38px;
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-family: Calibri;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.btn-3 {
    background: rgb(96,9,240);
    background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
    border: none;
}

    .btn-3:before {
        height: 5px;
        width: 20px;
    }

    .btn-3:hover {
        color: black;
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    }



.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

placeholder {
    font-size: 14px;
    text-align: left;
    color: black;
    width: 220px;
}

.MakeWide1 {
    font-size: 14px;
    width: 200px;
    height: 38px;
}

.MakeWide2 {
    font-size: 14px;
    width: 200px;
    height: 38px;
}

.MakeWide3 {
    font-size: 14px;
    width: 200px;
    height: 38px;
}

.MakeWide4 {
    font-size: 14px;
    width: 200px;
    text-align: left;
    height: 38px;
}

.MakeWide5 {
    font-size: 14px;
    width: 200px;
    text-align: left;
    height: 38px;
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #757d85;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media(max-width:970px) {
    .MakeWide1 {
        font-size: 14px;
        width: 160px;
        height: 38px;
    }

    .MakeWide2 {
        font-size: 14px;
        width: 160px;
        height: 38px;
    }

    .MakeWide3 {
        font-size: 14px;
        width: 160px;
        height: 38px;
    }

    .MakeWide4 {
        font-size: 14px;
        width: 160px;
        height: 38px;
    }

    .MakeWide5 {
        font-size: 14px;
        width: 160px;
        text-align: left;
        height: 38px;
    }



    .form-control {
        display: block;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #757d85;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .col-md-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom-btn3 {
        width: 80px;
        height: 38px;
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        font-family: Calibri;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        outline: none;
    }

    .btn-3 {
        background: rgb(96,9,240);
        background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
        border: none;
    }

        .btn-3:before {
            height: 5px;
            width: 20px;
        }

        .btn-3:hover {
            color: black;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
        }
}

@media(max-width:840px) {
    .MakeWide1 {
        font-size: 14px;
        width: 150px;
        height: 38px;
    }

    .MakeWide2 {
        font-size: 14px;
        width: 150px;
        height: 38px;
    }

    .MakeWide3 {
        font-size: 14px;
        width: 150px;
        height: 38px;
    }

    .MakeWide4 {
        font-size: 14px;
        width: 150px;
        height: 38px;
    }

    .MakeWide5 {
        font-size: 14px;
        width: 150px;
        text-align: left;
        height: 38px;
    }



    .form-control {
        display: block;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #757d85;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .col-md-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom-btn3 {
        width: 75px;
        height: 38px;
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        font-family: Calibri;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        outline: none;
    }

    .btn-3 {
        background: rgb(96,9,240);
        background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
        border: none;
    }

        .btn-3:before {
            height: 5px;
            width: 20px;
        }

        .btn-3:hover {
            color: black;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
        }
}

@media(max-width:767px) {
    .MakeWide1 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide2 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide3 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide4 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide5 {
        font-size: 14px;
        width: 220px;
        text-align: left;
        height: 38px;
    }



    .form-control {
        display: block;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #757d85;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .col-md-12 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .custom-btn3 {
        width: 108px;
        height: 38px;
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        font-family: Calibri;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        outline: none;
    }

    .btn-3 {
        background: rgb(96,9,240);
        background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
        border: none;
    }

        .btn-3:before {
            height: 5px;
            width: 20px;
        }

        .btn-3:hover {
            color: black;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
        }
}


/*responsive 500px*/

@media(max-width: 500px) {

    .table thead {
        display: none;
    }

    .table, .table tbody, .table tr, .table td {
        display: block;
        width: 100%;
    }

        .table tr {
            margin-bottom: 12px;
            background: white;
        }

        .table td {
            text-align: right;
            padding-left: 0%;
            text-align: right;
            position: relative;
        }

            .table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 100%;
                padding-left: 15px;
                font-size: 12px;
                font-weight: bold;
                text-align: left;
            }

    placeholder {
        text-align: left;
        color: black;
        width: 220px;
    }

    .MakeWide1 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide2 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide3 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide4 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .MakeWide5 {
        font-size: 14px;
        width: 220px;
        height: 38px;
    }

    .form-control {
        display: block;
        padding: .375rem .75rem;
        line-height: 1;
        color: #757d85;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-btn3 {
        width: 108px;
        height: 38px;
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        font-family: Calibri;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
        outline: none;
    }

    .btn-3 {
        background: rgb(96,9,240);
        background: linear-gradient(0deg, rgb(109, 127, 204) 0%, rgb(99, 117, 195) 100%);
        border: none;
    }

        .btn-3:before {
            height: 5px;
            width: 20px;
        }

        .btn-3:hover {
            color: black;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
        }
}



/*#ename{
            text-transform:capitalize;
        }*/
th.eno {
    width: 10px;
}
