/*Main Site CSS*/
/*.tooltip {
    font-size: 14px;
}*/


 #loader {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 9999;
            background: url('images/ajax-loader.gif') 50% 50% no-repeat rgba(249,249,249,0.6);
            opacity: 0.6;
            filter: alpha(opacity=30);
        }

        .footersmalllinklist {
            margin: 0px;
            padding: 0px;
            list-style: none;
            float: right;
        }

            .footersmalllinklist li {
                display: inline-block;
                padding: 0px 10px;
                float: left;
                background-color: #47286e;
                margin: 2px 5px;
                border-radius: 10px;
            }

                .footersmalllinklist li:hover {
                    background-color: #fff;
                    color: #000;
                }



.content .row {
    margin: 20px 0px !important;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

body, html {
    font-family: 'Roboto', sans-serif !important;
    text-align: justify;
    color: #000 !important;
}

html {
    position: relative;
    min-height: 100%;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

.navbar-fixed-top {
    /*top:10px;*/
}

.navbar {
    min-height: 86px;
}

.navbar-collapse {
    /*min-height: 86px;*/
}

.container {
    width: 95%;
}

body {
    /*padding-top: 86px;*/
    top:20px !important;
}

.main {
    /*min-height:600px;*/
}

.maininternal {
    min-height: 300px;
}

.main p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin: 5px;
}

.main h2 {
    font-weight: 300;
    /*font-size: 35px;*/
    /*Changed on 30-07-2018 By Utsav*/
    font-size: 26px;
}
/*Added on 30-07-2018 by utsav*/
.btn-lg{
    padding: 6px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}
/*Added on 30-07-2018 by utsav*/
.titleheading {
    color: #fff;
    float: left;
    font-size: 3vw !important;
    margin-top: 25px;
    text-shadow: 0px 2px 2px rgb(56, 56, 56);
}
.titleheadingtwo {
    color: #fff !important;
    float: left;
    font-size: 40px !important;
    margin-top: 25px;
    text-shadow: 0px 2px 2px rgb(56, 56, 56);
}

.subtitle {
    color: #fff;
    font-size: 15px !important;
    /*width: 60%;*/
    /*line-height: 27px !important;*/
    text-shadow: 0px 2px 2px rgb(56, 56, 56);
    clear: both;
}

.titlepara {
    color: #fff;
    font-size: 22px !important;
    /*width: 60%;*/
    /*Changed on 30-07-2018 by Utsav*/
    width: 90%;
    line-height: 27px !important;
    text-shadow: 0px 2px 2px rgb(56, 56, 56);
    /*clear:both;*/
    margin-top: 15px !important;
}

#tracking {
    margin: 50px 0px 0px 50px;
}

.trackingbox {
    /*width: 60%;*/
    /*Changed on 30-07-2018 by Utsav*/
    /*width: 70%;*/
    /*Changed on 01-06-2022 by Rakesh Pal*/
    background-color: rgba(255,255,255,0.94);
    /*height: 70px;*/
    /*Changed on 30-07-2018 by Utsav*/
    height: 70px;
    border-radius: 5px;
    /*padding: 10px;*/
    /*Changed on 30-07-2018 by Utsav*/
    padding: 8px;
}

.trackingheading {
    color: #fff;
    text-shadow: 0px 2px 2px rgb(56, 56, 56);
    font-weight: 400;
    font-size: 20px;
}
/*Added on 30-07-2018 - By Utsav to make input boxes smaller in height*/
.input-lg {
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 3px;
}
/*Added on 30-07-2018 - By Utsav*/
#tracking .input-lg {
    background: none;
    border: none;
    box-shadow: none;
}

.logintable td {
    padding: 5px;
}

.feedbacktable td {
    padding: 5px;
}

.about {
    min-height: 400px;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
}

.tabbedheading {
    background-color: #1c3375;
    color: #fff;
    text-align: left;
    padding: 8px 15px;
    margin-top: 0px !important;
    font-weight: 300;
}

.rej {
    min-height: 300px;
    background-color: rgba(0, 33, 106, 0.9);
    color: #fff;
    -webkit-transition: background-color .5s ease-in;
    -moz-transition: background-color .5s ease-in;
    -ms-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    transition: background-color .5s ease-in;
    text-align: center;
}

    .rej:hover {
        background-color: rgba(68, 29, 103, 0.90);
    }

.donate {
    min-height: 300px;
    background-color: rgba(241, 217, 12, 0.89);
    color: #000;
}

    .donate p {
        text-align: center;
        margin-bottom: 30px;
    }

.gallery {
    min-height: 300px;
    background-color: rgba(139, 26, 165, 0.5);
    color: #fff;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-default:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #164389;
    border: none;
}

    .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border: none;
    }

.project {
    background-color: #fff;
    color: #000;
    padding: 20px;
    /* background-image:url(../../assets/images/back.png); */
    /* background-repeat:repeat; */
    padding-bottom: 30px;
}

    .project h2 {
        text-align: center;
        font-weight: 300;
        color: #a84141;
        margin-bottom: 30px;
        background-image: url(../../assets/images/riverswirlblack.png);
        background-position: top;
        background-repeat: no-repeat;
        height: 80px;
    }

    .project h4 {
        text-align: center;
        color: #000;
    }

    .project p {
        line-height: 24px;
        text-align: center;
    }

.dropshadow {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
}

.img-responsive {
    margin: auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #40a4cc;
    border-radius: 30px;
}

.navbar-nav > li > a {
    padding: 4px 15px;
    margin-top: 15px;
    font-size: 15px !important;
    color: #000 !important
}

.support {
    background-image: url(../../assets/images/waterbackbluefull.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px;
}

    .support h2 {
        font-weight: 300;
        background-image: url(../../assets/images/riverswirl.png);
        background-position: top;
        background-repeat: no-repeat;
        height: 80px;
    }

    .support p {
        line-height: 24px;
        text-align: center;
        margin-top: 30px;
    }

.footer {
    background-color: #1c3375;
    background-image: url(../../assets/images/biglogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

    .footer ul li {
        display: inline-block;
        list-style: none;
        margin: 10px;
        padding: 0;
    }

    .footer ul {
        margin: 0 !important;
        padding: 0;
    }

        .footer ul li a {
            color: #fff;
            background-color: #314a91;
            padding: 5px 20px;
            cursor: pointer;
            border-radius: 30px;
            text-decoration: none;
            transition: background-color 0.2s ease-in-out;
            -webkit-transition: background-color 0.2s ease-in-out;
            transition: color 0.1s;
            -webkit-transition: color 0.1s;
        }

            .footer ul li a:hover {
                color: #314a91;
                background-color: #fff;
            }

    .footer h2 {
        font-weight: 300;
    }

.abouthead {
    background-image: url(../../assets/images/3.jpg);
    background-size: cover;
    background-position: center center;
}

.project h1 {
    text-align: center;
    font-weight: 700;
    color: #a84141;
    margin-bottom: 30px;
}

#parallelogram {
    width: 600px;
    height: 200px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: rgba(0,0,0,0.5);
    margin-top: 50px;
}

.jumbotron {
    height: 300px;
    background-color: rgba(0,0,0,0.1);
    color: #fff;
    border-radius: 0px !important;
    margin-bottom: 0px;
    padding-top: 150px;
}

.textshadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

.profileimage {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #a84141;
    margin: auto;
}

.project h5 {
    font-size: 12px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-default {
    border-color: none;
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.profilebutton {
    background: #a84141;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

    .profilebutton:hover {
        background-color: #000;
    }

    .profilebutton a {
        text-decoration: none;
        color: #fff;
    }

.projecthead {
    background-image: url(../../assets/images/2.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:768px) {
    .projectdetails {
        width: 100% !important;
        padding: 10px !important;
    }
}


.projectdetails .panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff !important;
    border: 1px solid #e2d394 !important;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .projectdetails .panel-default > .panel-heading:hover {
        background-color: rgba(226, 211, 148, 0.2) !important;
    }

    .projectdetails .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: 0px !important;
    }

.navbar-nav {
    margin-top: 15px;
}

.address {
    background-color: #fafafa;
    padding: 20px;
}

.contactform {
    background-color: #fff;
    padding: 20px;
}

.greyback {
    background-color: #f9f9f9;
    /*background-color: #fdfdfd;*/
    min-height: 200px;
    border: 1px solid #d6d6d6;
}

.sidebox {
    background-color: #f9f9f9;
    padding: 0px;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
}

.linkbutton {
    margin: 6px;
    padding: 4px 7px;
    background: #34a9e0;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    display: inline-block;
}

    .linkbutton:hover {
        background-color: #273674 !important;
        text-decoration: none !important;
        color: #fff !important;
    }

.documents {
    text-align: center;
    padding-bottom: 30px;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
}

    .documents h2 {
        /*color: #273674;
        font-size: 3em;
        font-weight: 300;*/
        color: #ffffff;
        font-size: 30px;
        font-weight: 300;
        background: #1c3375;
        padding: 8px;
        margin-bottom: 25px
    }

.structures {
    margin: 20px 0px !important;
    padding: 0px !important;
}

    .structures li {
        list-style: none;
        display: inline-block;
        margin: 30px 25px;
        vertical-align: bottom;
    }

.structureiconbox {
    background-color: none;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}

    .structureiconbox:hover {
        background-color: #fff;
    }

    .structureiconbox img {
        display: block;
        margin: auto;
    }

    .structureiconbox p {
        margin: 5px 0px;
        /*color: #34a9e0;*/
        color: #000;
        font-size: 14px;
    }

.requirements {
    text-align: justify;
}

    .requirements h4 {
        background-color: #dedede;
        color: #000;
        padding: 14px 15px;
        margin-bottom: 0px;
    }

        .requirements h4 img {
            margin-right: 10px;
        }

.closeicon {
    float: right;
    margin: 24px 10px;
    cursor: pointer;
}

.requirements ol {
    padding: 10px 30px;
    /*background-color: #fff;*/
}

.items {
    padding: 10px 30px;
    background-color: #fff;
}

#buildingsrequirements {
    display: none;
}

#chimneyrequirements {
    display: none;
}

#flyoverrequirements {
    display: none;
}

#cranerequirements {
    display: none;
}

#billboardrequirements {
    display: none;
}

#windturbinerequirements {
    display: none;
}

#powerlinerequirements {
    display: none;
}

#sacfamastrequirements {
    display: none;
}

.structureiconbox {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    cursor: pointer;
}



    .structureiconbox:hover {
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1);
        transition: all 200ms ease-in;
        transform: scale(1.1);
        border-radius: 10px;
        opacity: 1;
    }

#faqs {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

.intro {
    width: 80%;
    margin: 30px auto;
    font-size: 16px;
}

.panel-body {
    background-color: #fff;
}

    .panel-body p {
        font-size: 14px;
    }

#faqs h2 {
    color: #273674;
    font-size: 3em;
    font-weight: 300;
}

#faqs .panel-heading {
    cursor: pointer;
    padding: 15px !important;
}

    #faqs .panel-heading:hover {
        background-color: #eaeaea;
    }

#faqs i {
    color: #34a9e0 !important;
}

.scroll-top {
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.links {
    width: 100%;
}

    .links td {
        padding: 5px;
    }

    .links a {
        color: #fff;
        text-decoration: none;
    }

        .links a:hover {
            text-decoration: underline;
            text-decoration-color: #34a9e0;
            text-decoration-style: dotted;
        }

.implinks {
    width: 100%;
}

    .implinks td {
        padding: 5px;
        text-align: left;
        width: auto;
        font-size: 14px;
    }

    .implinks a {
        color: #008cce;
        /*font-size: 16px;*/
        font-size: 14px;
        text-decoration: none;
    }
    .implinks a:hover{
        text-decoration:underline;
        text-decoration-color:#008cce;
    }
    .news{
        padding:0px !important;
        margin:0px 0px 0px 10px !important;
        text-align:left;
    }
    .news li{
        margin:15px 0px 0px 15px;
        font-size:14px;
        list-style:square;
    }
    .new:after {
    content: url('../../assets/images/new.gif');
}
    /*.new{
        list-style:url(../../assets/images/new.png) !important;
        list-style-position:inside;
    }*/

    .informationtable{
        width:100%;
    }
    .informationtable td{
        padding:10px;
    }
    .informationtable tr{
        background-color:#fff;
        border-bottom:1px solid #dddddd;
    }
    .mobiletileul{
        list-style:none;
        margin:0px;
        padding:0px;
        margin-top:20px;
    }
    .mobiletileul li{
        display:inline-block;
        margin:5px;
        vertical-align:top;
    }
    .mobiletile{
        width:100px;
        height:100px;
        background:#eaeaea;
        margin:auto;
    }
    .grad{
background: -moz-linear-gradient(108deg, rgba(0,0,133,1) 0%, rgba(128,0,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(128,0,128,1)), color-stop(100%, rgba(0,0,133,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(108deg, rgba(0,0,133,1) 0%, rgba(128,0,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(108deg, rgba(0,0,133,1) 0%, rgba(128,0,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(108deg, rgba(0,0,133,1) 0%, rgba(128,0,128,1) 100%); /* ie10+ */
background: linear-gradient(342deg, rgba(0,0,133,1) 0%, rgba(128,0,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#000085',GradientType=0 ); /* ie6-9 */
padding:10px;
color:#fff;
    }
    .tilelight{
color:#fff;
        font-size:16px;
        text-transform:capitalize;
        padding:5px;
        cursor:pointer;
    }
    .tiledark{
        color:#000;
        font-size:16px;
        text-transform:capitalize;
        padding:5px;
        cursor:pointer;
    }
    .howtoapplytile{
        background-color:#f23458;
        
    }
    .checkbeforeapplyingtile{
        background-color:#4d5557;
    }
    .documentguidelinestile{
        background-color:#0094ae;
    }
    .faqstile{
        background-color:#109e78;
    }
    .publicinfotile{
background-color:#095591;
    }
    .trackstatustile{
        background-color:#ffc21c;
    }
    .smalltable td{
        padding:5px;
    }
    .smalltable p{
        font-size:12px;
    }
    .logintablemobile td{
        padding:4px;
        text-align:left;
    }
    .logintablemobile .btn-sm{
        margin:2px;
    }
    .homebuttonmobile{
               padding: 10px;
    background: none;
    color: #696969;
    border-radius: 50%;
    margin-top: 20px;
    border: 2px solid #696969;
    margin-bottom:20px;
    }
       .closebuttonmobile{
padding: 4px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    margin-top: 0px;
    /* border: 2px solid #696969; */
    width: 24px;
    height: 24px;
    font-size: 16px !important;
    text-align: center;
    }
@media screen and (max-width:767px) {
    body, html, p,a,h4{
        font-size: 12px !important;
    }
    h2,h3{
        font-size: 16px !important;
        font-weight:bold !important;
        color:#12d0fb;
        margin:20px 0px !important;
    }
    .feedbackcol{
        margin:20px 0px !important;
    }
    .footer{
        text-align:center;
    }
    .addresscol, .linkscol{
text-align:center !important;
    }
}
@media screen and (max-width:1199px) {
  
    .addresscol, .linkscol{
text-align:center !important;
    }
}
@media screen and (max-width:991px) {
  
    .titlepara{
text-align:center !important;
width:100%;
    }
    #tracking{
        margin:30px auto;
        /*text-align:center;*/
    }
    .trackingbox{
        margin:auto;
        margin-bottom:80px;
    }
}


/*Added on 13-7-2018 by Utsav for registrationj form*/

.panel .panel-body{
    background-color:rgba(255,255,255,0.6);
}
.panel-body p{
    color:#000;
}
.formtable{
width:70%; 
margin:auto; 
border-collapse:collapse;
}

.formtable td{
    padding:15px 0px;
    vertical-align:top;
}
.formtable tr{
    background-color:#fff;
    margin:2px;
}
.formtablesmallpadding{
width:100%; 
margin:auto; 
border-collapse:collapse;
}

.formtablesmallpadding td{
    padding:5px 0px;
    vertical-align:top;
}
.formtablesmallpadding tr{
    background-color:#fff;
    margin:2px;
}
.tablehover tr.hovered:hover{
    background-color:#f3f3f3;
}
select{
        padding: 4px 24px 4px 0px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    width:90%;
}
.input{
        padding: 4px 24px 4px 4px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    width:90%;
}
.info{
        margin-left: 10px;
    color: #b3b3b3;
}
.formsublable{
    font-size:12px;
    color:#8e8e8e;
    display:block;
}
.formsublableuppercase{
    font-size:12px;
    color:#8e8e8e;
    display:block;
    text-transform:uppercase;
    margin-bottom:20px;

}
.formsublableuppercasenarrow{
    font-size:12px;
    color:#8e8e8e;
    display:block;
    text-transform:uppercase;
    margin-bottom:5px;
    font-weight:700;
}
.number{
    display: inline-block;
    background-color: #eaeaea;
    width: 40px;
    height: 40px;
    vertical-align: text-bottom;
    line-height: 40px;
    border-radius: 50%;
    color: #747474;
    font-size: 18px;
}
.activestep{
    background-color: #5bc0de;
    color: #fff;
}
.formtable .formlable, .formsublable{
    margin-left:20px;
}
.next{
    float:right;
    margin-right:20px;
}
button{
    outline:none !important;
}
.coordinates{
    width:40px !important;
    padding:4px !important;
}
.cordtable td{
    text-align:center;
    display:table-cell !important;
    padding:5px !important;
}
.coordinatesbig{
    width:60px !important;
    padding:4px !important;
}
.deleterow{
        margin-top: 7px;
    color: #ff5656;
    font-size: 22px;
    cursor:pointer;
}
.edit{
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background-color: #5cb85c;
    padding: 7px;
    border-radius: 30px;
}
@media screen and (max-width:767px){
    .formtable{
        width:100%;
    }

    .formtable td{
        display:inline-block;
        width:100%;
        padding:4px;
        vertical-align:top;
    }
    .footeraddress{
        display:table-row;
        width:100%;
        text-align:center !important;
    }
    .footerlinks{
        display:table-row;
        width:100%;
        text-align:center !important;
    }
    .footersmalllinklist{
        margin:20px auto !important;
        text-align:center !important;
    }
    .footersmalllinklist li{
        float:none !important;
    }
    .input{
        width:100%;
    }
    #footermenu{
        position:relative !important;
    }
    .formlable{
    font-weight: 400;
    color: #0073de;
    font-size: 13px;
    margin:2px !important;
}
    .formsublable{
        display:inline;
        margin-left:5px;
    }
    #content{
        padding:0px;
    }
    .panel-body{
        padding:0px;
    }
}
.statusappid{
        display: block;
margin-left:10px;
    font-weight: bold;
}
.statusappstat{
    display: block;
    font-weight: bold;
    color: #5cb75c;
    margin-left:10px;
}
.card{
	    width: 200px;
    margin: auto;
    background: rgba(255,255,255,0.8);
    padding: 20px 5px;
    /*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.39);*/
    box-shadow: 0px 13px 32px rgba(0, 0, 0, 0.46);
    border-radius: 10px;
	}
@media screen and (max-width:1200px){
    .card{
        margin:10px auto;
        width:150px;
    }
    h2{
        font-size:12px;
    }
}
.searchboxlable{
    font-size:12px;
    color:#000;
    font-weight:700;
    display:block;
    text-transform:uppercase;
}
.searchboxinput{
    width:90% !important;
    display:inline-block;
    box-shadow:inset 0px 1px 5px rgba(0,0,0,0.3);
    outline-style:none !important;
    border:none !important;
    border-radius:5px;
    height:40px  !important;
    line-height:40px !important;
    padding:0px 5px !important;
}
.searchboxinput :active{
    outline-style:none !important;
    box-shadow:none !important;
}

.wrap-collabsible {
    margin-bottom: 1.2rem 0;
}

.toggle {
    display: none;
}

.lbl-toggle {
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s ease-out;
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 15px;
    font-weight: normal;
    float:none !important;
    color:#ffffff !important;
}

    .lbl-toggle i {
        margin-right: 12px;
    }

    .lbl-toggle:hover {
        background-color: rgba(0, 0, 0, 0.24);
    }

    .lbl-toggle::after {
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        vertical-align: middle;
        margin-right: 10px;
        float: right;
        transform: translateY(5px);
        transition: transform .2s ease-out;
    }

.toggle:checked + .lbl-toggle::after {
    transform: rotate(90deg) translateX(5px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    padding: 0px;
}

.list-unstyled img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.smallicon {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
}
.status{
    display:block;
}

.pblcinfonumbdiv {
    text-align: center;
    display: block;
    border: 1px solid #eaeaea;
    background: #f9f9f9;
    border-radius: 5px;
}

.pblcinfonumb {
    display: block;
    font-size: 18px;
    margin: 2px 7px 0px;
}

.pblcinfolink {
    margin: 4px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    background: #34a9e0;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    display: block;
}

    .pblcinfolink:hover {
        color: #fff;
    }
.formtable th {
    padding: 15px;
}

.nwtbl tr {
    border-bottom: 1px solid #eaeaea;
}

.full{
    width:100%;
}
.full td, .full th {
    width: 50%;
}
.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}