a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; }
a { color: #0366d6; }
.btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }

html { font-size: 14px; }
@media (min-width: 768px) { html { font-size: 16px; } }

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

button.accept-policy { font-size: 1rem; line-height: inherit; }


html { position: relative; min-height: 100%; }

.tbl thead { color: #521b1f; background-color: #ef9d07; }
.tbl thead tr th { border: solid 1px #521b1f; }
.tbl tbody tr td { border: solid 1px #521b1f; }
.tbl {border : none;}

/*.footer {
    position: absolute;
    bottom: 0;filter
    width: 100%;
    white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
/*}*/

body {
    margin: 0 auto;
    border: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F0F3F5;
    background-image: url(http://www.npshahdol.com/images/bg-img.png);
    position: relative;
    padding-bottom:125px;
    min-height:100vh;
}
#footerAdmin {
    background: #0096BF;
    color: white;
    font-size: smaller;
    position: absolute;
    bottom: 0;
}
#footer {
    background: #0096BF;
    /*#0c7c5a;*/
    color: white;
    font-size: smaller;
    /* background: -webkit-linear-gradient(59deg, #3a6073, #16222a);
    background: linear-gradient(59deg, #216869, #dce1de); */
    /* line-height:70px; */
    /* height: auto;*/
    margin: auto;
    position: absolute;
    bottom: 0;
}
h3 {
    font-weight: bold;
    color: #ffffff;
    border-left: 5px solid #561D25;
    padding: 10px 20px;
    background-color: #D76A03;
    /*font-weight: bold;
    color: #ffffff;
    border-left: 5px solid #0c7c5a;
    padding: 10px 20px;
    background-color: #33316b;*/
    /* color: #521b1f;
    background-color: #ef9d07;*/
}

.form-control {
    border-radius:0px;
    color:#000;
}
.btn{
    border-radius:0px;
}
.custom-file .custom-file-input {
    border-radius: 0px;
    color:#000;
}

.page-header {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    border-left: 5px solid #0c7c5a;
    padding: 5px 20px;
    background-color: #33316b;
    /* color: #521b1f;
    background-color: #ef9d07;*/
}

#news .card {
    border: 0;
    border-radius: 0;
    /*border: solid #521b1f 2px;*/
}


#news .card-header {
    border: 0;
    border-radius: 0;
    background-color: #00B9BE;
    color: #ffffff;
}
#news .card-footer {
    border: 0;
    border-radius: 0;
    background-color: #0096BF;
    color: #ffffff;
}
/*#news .card-header,
#news .card-footer {
    border: 0;
    border-radius: 0;
    background-color: #33316b;
    color: #FFFFFF;
}*/

#news .card-header h5 {
    font-weight: bold;
}

#news .card-footer a {
    font-weight: bold;
    color:#fff;
}

.card-scroll {
    height: 30vh;
    overflow-y: hidden;
}


.gr1 {
    /*background-color: #b5c6e0;*/
    background: -webkit-linear-gradient(180deg, #B7E1EC, #fff);
    background: linear-gradient(180deg, #B7E1EC, #fff);
}


.gr2 {
    /*background-color: #b5c6e0;*/
    background: -webkit-linear-gradient(360deg, #b5c6e0, #fff);
    background: linear-gradient(360deg, #b5c6e0, #fff);
}


.profile, .profile-info {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    
}

.panel:hover {
    -webkit-box-shadow: 3px 3px 15px 5px rgba(128,128,128,0.5);
    box-shadow: 3px 3px 15px 5px rgba(128,128,128,0.5);
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.profile .user-heading {
    background: #00485C;
    /*#0077B5;*/
    /*background: linear-gradient(0.5turn, #919bff, #133a94);*/
    color: #fff;
    /* border-radius: 10px;
  -webkit-border-radius: 10px; */
    padding: 15px;
    text-align: center;
}

.profile .user-heading.round a {
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);*/
    display: inline-block;
    padding: 10px 0;
}

.profile .user-heading a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    font-weight: bold;
    margin-top: 20px;
}

.profile .user-heading p {
    font-size: 12px;
    font-weight: normal;
}


.service {
    background:#fff;
    
    border-radius:10px;
}
.service:hover {
    -webkit-box-shadow: 3px 3px 15px 5px rgba(128,128,128,0.5);
    box-shadow: 3px 3px 15px 5px rgba(128,128,128,0.5);
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}


.navbar {
    min-height: 46px;
}

/*.dropdown-menu .has-submenu:after { font-family: "FontAwesome"; content: "\f0da"; position: absolute; right: 8px; }*/

.navbar {
    border-radius: 0px;
}

.navbar-dark {
    /*font-family: 'Roboto', sans-serif;*/
    background-color: #00B9BE;
    border: 0px;
    /*    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;*/
}

    .navbar-dark .navbar-nav > li > a {
        color: #000;
        padding: 13px 15px;
        /*font-size: 0.78em;
        text-transform: uppercase;
        transition-duration: .2s;*/
        font-weight: 700;
    }

    .navbar-dark .navbar-nav > .active > a, .navbar-dark .navbar-nav > .active > a:focus, .navbar-dark .navbar-nav > .active > a:hover {
        color: #000;
        background-color: #0096BF;
        /*box-shadow: 0px 0px 8px rgba(0,0,0,.2);*/
    }

    .navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li > a:hover {
        color: #000;
        background-color: #0096BF;
        /*box-shadow: 0px 0px 8px rgba(0,0,0,.2);*/
    }

    .navbar-dark .navbar-nav > .open > a, .navbar-dark .navbar-nav > .open > a:focus, .navbar-dark .navbar-nav > .open > a:hover {
        color: #000;
        background-color: #0096BF;
        /*box-shadow: 0px 0px 8px rgba(0,0,0,.2);*/
    }

.navbar-nav > li > a {
    padding: 15px 17px;
    color:#fff !important;
}
/*
.navbar .dropdown-menu {
    width: 200px !important;
    border-radius: 0px;
    background-color: rgba(255,255,255,1);
    padding: 0px;
    border-bottom: 3px solid #0096BF;
}

    .navbar .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar .dropdown-menu > li > a {
        color: #000;
        font-size: 0.9em;
        padding: 10px !important;
    }

        .navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #eee;
            color: #000;
            text-decoration: none;
        }*/


.links .card {
    border: 0;
    border-radius: 0;
    border: solid #521b1f 2px;
}

.links .card-header {
    border: 0;
    border-radius: 0;
    background-color: #33316b;
    color: #FFFFFF;
}

.links .card-header h5 {
    font-weight: bold;
}

.links .card-body {
    background:rgba(128,128,128,0.2)
}

.links .card-body p{
    border-bottom: solid 1px #521b1f;
    margin:0px;
    padding:5px;
}
    .links .card-body p i a {
        text-decoration: none;
        font-size: 18px;
        color: black;
    }


.form-group.required .control-label:after {
    content: " *";
    color: red;
}


.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

    .thank-you-pop img {
        width: 76px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px;
    }

    .thank-you-pop h1 {
        font-size: 42px;
        margin-bottom: 25px;
        color: #5C5C5C;
    }

    .thank-you-pop p {
        font-size: 20px;
        margin-bottom: 27px;
        color: #5C5C5C;
    }

    .thank-you-pop h4.cupon-pop {
        font-size: 25px;
        margin-bottom: 40px;
        color: #222;
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        border: 2px dashed #222;
        clear: both;
        font-weight: normal;
    }

        .thank-you-pop h4.cupon-pop span {
            color: #03A9F4;
        }

    .thank-you-pop a {
        display: inline-block;
        margin: 0 auto;
        padding: 9px 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        background-color: #8BC34A;
        border-radius: 17px;
    }

        .thank-you-pop a i {
            margin-right: 5px;
            color: #fff;
        }



        @media print{
            body{
                background-image:none;
                background-color:#fff;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                
            }
            #printPage {
                position:relative;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }
        }