body,
html {
    padding: 0;
    margin: 0;
}

.banner-wrapper .flex-direction-nav a {
    top: 35%;
}

/*Start code for About Us Section*/
.about-us-section {
    margin-top: 2%;
}

.aboutus-sec h1,
.aboutus-sec span,
.international-d h1 {
    font-size: 140%;
    color: #900620;
}

.aboutus-sec h1:after,
.aboutus-sec span:after {
    content: '';
    border-bottom: 2px solid #71b10b;
    display: block;
    width: 15%;
    margin: 15px 0;
}

.aboutus-sec p {
    font-size: 100%;
    text-align: justify;
}

.aboutus-sec a {
    background-color: #e0d52c;
    font-size: 75%;
    box-sizing: border-box;
    padding: 8px 15px;
    margin-top: 6.5%;
    color: #2b2020;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.aboutus-sec a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #71b10b;
}

.pager .pager__items .pager__item a {
    padding: 0px 8px;
    border-radius: 4px;
}
/*Image Block*/
.img-block {
    position: relative;
}

.date-format {
    position: absolute;
    bottom: 0;
    background-color: #900620;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.date-format span {
    color: #fff;
    font-weight: 500;
    font-size: 110%;
}

.img-block img {
    height: 245px;
    width: 100%;
}

/*Services Section*/
/*
.service-sec {
    background: url(../images/bg-strip.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2% 0;
    box-sizing: border-box;
    padding: 10px 0 10px;
}
*/
.service-sec {
    background: #900620;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2% 0;
    box-sizing: border-box;
    padding: 10px 0 10px;
}
.view-id-services_block .service-text a:hover{
    text-decoration: none;
}
.manipur-content {
    padding-bottom: 20px;
}
.servic-block {
    text-align: center;
    transition-duration: 0.5s;
}

.servic-block a {
    color: #fff;
    font-size: 100%;
    display: block;
    margin: 10% 0;
}

.servic-block a:hover {
    text-decoration: none;
}

.servic-block .common-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    line-height: 0px;
    border: 2px dashed #fff;
    transition-duration: 0.5s;
}
.view-id-services_block .service-text a {
    font-size: 85%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    display: block;
    margin-top: 9px;
}
.servic-block:hover .common-icon {
    transition-duration: 0.5s;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/*Media Gallery*/
.media-gallery .lSAction > a {
    display: none;
}

.media-gallery,
.video-gallery {
    position: relative;
}

.media-gallery header,
.video-gallery header {
    position: absolute;
    min-width: 185px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.media-gallery header span,
.video-gallery header span {
    font-weight: 600;
}

.media-gallery header a,
.video-gallery header a {
    background-color: #900620;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.media-gallery header a:hover,
.video-gallery header a:hover {
    text-decoration: none;
}

.media-gallery ul > li img,
.media-gallery ul > li:hover,
.media-gallery ul > li,
.media-gallery ul > li img:hover {
    border-radius: 0 !important;
}

#photo-gallery #slider {
    width: 100%;
    float: left;
}

.media-gallery .flex-direction-nav {
    display: none;
}

.media-gallery .region-page-bottom-1 {
    width: 74%;
    float: left;
}

.media-gallery .flex-control-thumbs {
    width: 25%;
    float: right;
    margin-top: 0;
}

.media-gallery .flex-control-thumbs > li {
    width: 100%;
    margin-bottom: 2%;
}

.media-gallery .flex-control-thumbs img {
    height: 106px;
}

.media-gallery .flexslider .slides li img {
    height: 325px;
}

.views-view-grid {
    margin-top: 2%;
}

.path-photo-gallery .view-photo-gallery-category .row > .col {
    margin-bottom: 2%;
    -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);
}

.path-photo-gallery .view-photo-gallery-category .row > .col:hover {
    z-index: 2;
    -webkit-transition: all 500ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 500ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 500ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 500ms ease-in;
    transform: scale(1.1);
}

.path-photo-gallery .view-photo-gallery-category .row > .col img {
    min-height: 180px;
    width: 100%;
    max-height: 180px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    padding: 4px;
    border-radius: 4px;
}

.view-photo-gallery .views-field-field-image .cmf-site-gallery-list img {
    min-height: 180px;
    width: 200px;
    max-height: 180px;
}

.view-photo-gallery ul li p {
    text-align: center;
    line-height: 20px;
    margin: 5px 0;
    font-size: 15px;
    min-height: 50px;
}

.path-photo-gallery .view-photo-gallery-category .row > .col .field-content {
    display: block;
    min-height: 50px;
}

.path-photo-gallery .view-photo-gallery-category .row > .col .field-content a,
.path-photo-gallery .view-photo-gallery-category .row > .col .field-content p {
    color: #000;
    box-sizing: border-box;
    display: block;
}

.path-photo-gallery .view-photo-gallery-category .row > .col .field-content a:hover {
    text-decoration: none;
}

.cmf-site-gallery-grid ul li img {
    min-height: 180px;
    width: 100%;
    max-height: 180px;
    transition-duration: 0.4s;
}

.cmf-site-gallery-grid ul li img:hover,
.cmf-site-gallery-list ul li img:hover {
    transform: rotate(2deg);
    transition-duration: 0.4s;
}

.cmf-site-gallery-list ul li img {
    min-height: 180px;
    width: 300px;
    max-height: 180px;
    transition-duration: 0.4s;
}

.cmf-site-gallery-list ul li p {
    float: left;
    width: 70%;
    text-align: left;
}


/*Video Gallery*/
#video-gallery {
    height: 300px !important;
}

.video-gallery .usingCss + ul {
    display: none !important;
}

.video-gallery ul li .video-caption {
    background-color: #900620;
    position: absolute;
    bottom: 0;
    width: 347px;
    padding: 8px;
    color: #fff;
    text-align: center;
}

.video-gallery .lSAction > a {
    top: 93%;
}

.video-gallery ul li button.play {
    position: absolute;
    opacity: 0.3;
    top: 50%;
    left: 28%;
    background: url(../images/icons/play.png) no-repeat;
    width: 48px;
    height: 48px;
    border: none;
}

.video-gallery ul li button.play:focus {
    outline: none;
}

.video-gallery .views-field-title {
    background-color: #900620;
    margin-top: -6px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.video-gallery .flex-pauseplay,
.international-d .flex-pauseplay {
    display: none;
}

.video-gallery .flex-direction-nav a {
    opacity: inherit;
    top: 94%;
    font-size: 0;
    width: auto;
    height: auto;
}

.video-gallery .flex-direction-nav a:before {
    color: #fff;
    font-size: 20px;
}

.view-webcast iframe {
    height: 200px;
}

.view-webcast .views-view-grid .col {
    margin-bottom: 2%;
    height: auto;
}

.view-webcast .views-field-title {
    min-height: 50px;
}

.view-webcast .views-field-title > p {
    text-align: left;
    color: #000;
}

.view-webcast .views-field-title > p > a {
    display: block;
    color: #000;
}



/*Topbar*/
#cmf-site-topbar .left ul,
#cmf-site-topbar .right ul {
    margin-bottom: 0;
}

#cmf-site-topbar .container .right ul > li {
    padding: 0;
}

#cmf-site-topbar .container .right ul > li.cmf-site-social {
    position: relative;
}

/*
#cmf-site-topbar .container .right > ul li a {
    padding: 5px 15px;
}
*/

#cmf-site-header .container .right ul {
    margin-bottom: 0;
    padding-top: 15px;
}

#cmf-site-header .container .right ul li img {
    margin-right: 15px;
}


/*For Main Navigation*/
.navigation {
    background-color: #900620;
}

.navigation ul.sf-menu {
    line-height: normal;
}

.navigation ul.sf-menu li > a,
.navigation ul.sf-menu li > span {
    color: #fff;
    padding: 8px 6px;
    font-size: 90%;
    display: inline-block;
}

.navigation ul.sf-menu li > a:hover,
.navigation ul.sf-menu li > span:hover {
    background-color: #e0d52c;
    color: #000;
    text-decoration: none;
}

.navigation ul.sf-menu li > a.is-active {
    background-color: #e0d52c;
    color: #000;
}

.navigation ul.sf-menu li:hover > ul {
    background-color: #e0d52c;
    top: 100%;
}

.navigation ul.sf-menu li ul li {
    border-bottom: 1px solid #ddd;
}

.navigation ul.sf-menu li ul li:last-child {
    border-bottom: none;
}

.navigation ul.sf-menu li ul li a {
    color: #FFFFFF;
    display: block;
}

.navigation ul.sf-menu li ul li a:hover {
    background-color: #000;
    color: #fff;
}


/*For Banner Wrapper*/
.banner-wrapper .view-announcement {
    height: 305px;
}

.banner-wrapper {
    max-height: 305px;
    overflow: hidden;
}

.banner-wrapper .row {
    margin: 0;
    padding: 0;
}

.banner-wrapper .col-lg-8,
.banner-wrapper .col-lg-4 {
    padding: 0;
    margin: 0;
}

.banner-wrapper .flex-control-nav {
    bottom: 10%;
    margin-bottom: 0;
    display: none;
}

.banner-wrapper .flex-direction-nav a:before {
    font-size: 30px;
    color: #fff;
}

.banner-wrapper .flexslider .slides li img {
    max-height: 350px;
}

.banner-wrapper .flex-control-paging li a {
    background-color: #000;
}

.banner-wrapper .view-announcement .view-footer {
    transform: translateY(-75px);
    text-align: center;
    height: 35px;
    background-color: #900620;
}

.banner-wrapper .view-announcement .view-footer a {
    color: #fff;
    font-weight: 600;
}

.banner-wrapper .view-announcement .view-footer a:hover {
    text-decoration: none;
}

/*For Latest Announcement*/
.marquee .view-header {
    background-color: #fff;
}

.marquee .view-header h2 {
    font-size: 135%;
    padding: 10px 25px;
    margin-bottom: 0;
    color: #900620;
}

.marquee .view-content {
    height: 305px !important;
    overflow: hidden;
    padding: 0 25px;
    box-sizing: border-box;
}

.marquee .js-marquee,
.marquee .js-marquee ul {
    margin-bottom: 0 !important;
}

.marquee .js-marquee ul > li {
    border-bottom: 1px solid #dadada;
    box-sizing: border-box;
    padding: 10px 0;
}

.marquee .js-marquee ul > li:before {
    content: "\f101";
    font-family: FontAwesome;
    float: left;
    margin-right: 1%;
    color: #002954;
}

.marquee .js-marquee ul > li span {
    color: #002954;
}

.marquee .js-marquee span.field-content {
    font-size: 14px;
    font-weight: 600;
}

/*International Day*/
.international-d h2 {
    font-size: 135%;
}

.international-d .flexslider .slides li img {
    height: 250px;
    border-radius: 6px;
}

.international-d .flex-direction-nav a {
    opacity: inherit;
    top: 94%;
    font-size: 0;
    width: auto;
    height: auto;
}

.international-d .flex-direction-nav a:before {
    color: #fff;
    font-size: 20px;
}


/*Bottom Logo Slider*/
#cmf-rs-carousel .flex-control-nav {
    display: none;
}

/*Footer*/
footer .navigation {
    background: transparent;
}

footer nav ul {
    margin: 0;
}

#cmf-site-footer .cmf-footer-nav ul.menu li:before {
    content: '|';
    color: #fff;
}

/*All Inner Pages*/
#block-cmf-breadcrumbs {
    padding: 0 15px;
}

.inner-banner img {
    width: 100%;
}

.layout-content {
    min-height: 350px;
}

.page-title {
    font-size: 185%;
    margin-top: 16px;
    font-weight: 400;
    font-family: 'Raleway';
    padding: 0px;
    color: #000;
    text-transform: inherit;
    letter-spacing: inherit;
    color: #900620;
}

.manipur-add-edit .page-title {
    font-size: 140%;
    margin-bottom: 3%;
}

.inner-layout {
    min-height: 450px;
}

.inner-layout p {
    text-align: justify;
}

.inner-layout h2 {
    font-weight: normal;
    font-size: 150%;
    color: #900620;
}

.inner-layout h3 {
    font-weight: normal;
    font-size: 130%;
    color: #900620;
}

.layout-content ol {
    margin-left: 20px;
}

.breadcrumb {
    margin: 1% 0;
    background-color: transparent;
    padding-left: 0;
    border-bottom: 1px dashed #d8d7d7;
    margin-top: 0;
}

/*Feedback Page*/
.webform-submission-form {
    width: 70%;
    padding: 15px;
    box-sizing: border-box;
    padding-left: 0;
    float: left;
}

.webform-submission-form .form-group {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-textarea {
    width: 98%;
}

.webform-submission-form .form-group input.form-text {
    margin: 0;
    min-height: 40px;
}

.webform-submission-form .form-group .select2-container .select2-selection--single {
    min-height: 40px;
}

.path-webform .layout-content {
    background: url(../images/feedback.png) no-repeat;
    background-position: 98% 100%;
}

.webform-submission-form .form-group input.webform-button--submit {
    background-color: #900620;
    border: none;
    color: #fff;
    box-sizing: border-box;
    padding: 8px 25px;
}

.webform-submission-form .form-group input.webform-button--submit:hover {
    background-color: #900640;
}

.path-online-ticket-booking-tracking .views-exposed-form .form--inline {
    width: 500px;
    max-width: 500px;
    margin: 0 auto;
}

.path-online-ticket-booking-tracking .views-exposed-form .form-item label {
    float: left;
    padding-top: 6px;
}

.path-online-ticket-booking-tracking .views-exposed-form .form-submit {
    margin-top: 0;
    font-size: 13px;
}

/*View Exposed Form*/
.views-exposed-form {
    background-color: #00a65129;
    box-sizing: border-box;
    border: 1px solid #4caf5080;
    margin-bottom: 1%;
    padding: 10px 10px 0;
}
.views-exposed-form .form-item {
    float: left;
}

.views-exposed-form .form-item label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #750218;
}

.views-exposed-form .form-actions {
    clear: inherit;
    float: left;
}

.views-exposed-form .form--inline {
    clear: inherit;
}

.views-exposed-form .form-text,
.views-exposed-form .form-select {
    height: 35px;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #750218;
    font-size: 89%;
    margin-left: 2px;    
    border-radius: 4px;    
}

.views-exposed-form .form-submit {
    margin-top: 18px;
    border: none;
    background-color: #900620;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 15px;
}

/*User Form*/
/*
#user-login-form .form-item {
    width: 26%;
    float: left;
    display: block;
}
*/
.captcha {
    display: block;
    float: left;
    width: 100%;
}
.user-login-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    width: 48%;
    float: left;
    display: block;
}

.user-login-form .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {
    width: 48%;
    float: left;
    display: block;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-captcha-response.form-item-captcha-response {
    width: 29%;
    float: left;
    display: block;
}

.reload-captcha-wrapper {
    float: left;
    width: 28%;
    display: block;
    margin-top: 4.5%;
    margin-left: 18%;
}
.form-text { 
    border-radius: 4px;
    border: 1px solid #bdb4b4;
}
#user-login-form .form-item label {
    margin: 0;
}
.cmf-site-form .form-group .form-textarea {
    height: 70px;  
}
.form-textarea-wrapper textarea { 
    border-radius: 4px;
    border: 1px solid #b4b4b4;
}

/*
#user-login-form .captcha {
    min-height: 200px;
    clear: left;
    width: 89%;
}
*/

#user-login-form input.form-text,
#user-pass input.form-text {
    min-height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    border-radius: 6px;
    height: 35px;    
border: 1px solid #b4b4b4;    
}
#user-login-form input.form-text:focus,
#user-login-form input.form-text:active,
#user-login-form input.form-text:hover{outline: none;}

#user-login-form input.form-submit {
    background-color: #900620;
    border: none;
    color: #fff;
    box-sizing: border-box;
   padding: 4px 30px;
}

#user-login-form input.form-submit:hover {
    background-color: #900640;
}

/*Contact us*/
/*For Contact us page*/
.address-bar {
    background: #eee;
    min-height: 270px;
    padding: 10px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.address-bar li {
    display: flex;
}

.address-bar li > span {
    font-weight: 600;
    width: 65px;
    float: left;
}

.address-bar li.address {
    font-weight: 600;
}

.address-bar li.address:before {
    content: "\f015";
    font-family: FontAwesome;
    width: 30px;
}

.address-bar li.phone:before {
    content: "\f095";
    font-family: FontAwesome;
    width: 30px;
}

.address-bar li.fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    width: 30px;
}

.address-bar li.email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    width: 30px;
}

/*FAQ*/
.view-faq .ui-state-default {
    background-color: #ffebef !important;
    border: 1px solid #ffebef;
    margin-bottom: 0.5%;
}

.view-faq .ui-state-default .ui-accordion-header-icon {
    background: url(../images/angle-left.png) no-repeat !important;
}

.view-faq .ui-state-default .ui-accordion-header-collapsed .ui-state-active {}

.view-faq .ui-state-default .field-content {
    font-weight: normal;
    color: #484848;
    font-size: 17px;
}

.view-faq .ui-accordion-content-active {
    position: relative;
}

.view-faq .ui-accordion-content-active:before {
    content: '';
    display: block;
    width: 3px;
    height: 35px;
    background-color: #900620;
    position: absolute;
    left: 0;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: none;
}


/*===========Table===========*/
table {
    border: solid 1px #b4b4b4;
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

table thead {
    text-align: left;
}

table thead tr {
    border-bottom: solid 1px #b4b4b4;
}
table thead tr th {
    padding: 5px 4px;
    background-color: #900620;
    border: 1px solid #a2a2a2;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}
table tbody {
    color: #454545;
}
table tbody tr td {
    padding: 5px 10px !important;
    line-height: 20px;
    border: 1px solid #a2a2a2;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
table>tbody>tr:hover {
    background-color: #d6f1e3;
}
table tbody tr {
    border-bottom: solid 1px #ddd;
}
table tbody p {
    margin-bottom: 0;
    line-height: 22px;
}

table tbody a {
    color: #4d63ac;
}

table caption {
    display: none;
}

ul#cmf-site-breadcrumb {
    list-style: none;
    display: inline-block;
    margin: 0;
    width: 100%;
    color: #838383;
}

ul#cmf-site-breadcrumb li {
    display: inline;
    font-size: 100%;
    padding-right: 1px;
    font-size: 13px;
}

ul#cmf-site-breadcrumb li span {
    color: #838383;
}

.ui-widget.ui-widget-content {
    border: none;
}


/*BAck to top*/
#back-top a {
    background: #900620;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#back-top i {
    color: #fff;
    font-size: 118%;
    margin: 0;
    position: relative;
    top: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-bottom: 2px;
    font-weight: 100;
}

#back-top svg {
    color: #fff;
    font-size: 118%;
    margin: 0;
    position: relative;
    top: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin: 0 auto 2px;
    font-weight: 100;
}

/*Create Online Ticket Booking*/
.path-online-ticket-booking-tracking .view-content {}

.form-composite .form-item {
    width: auto !important;
    float: left;
    margin-right: 2%;
}

.form-composite legend {
    float: left;
    width: auto;
    padding-top: 2px;
    margin-right: 1%;
}

.form-composite {
    width: 100% !important;
    background-color: #ffebef;
    border-left: 2px solid #900620;
    padding-left: 15px;
    margin: 0;
    padding-top: 0;
}

#online-ticket-form .form-item {
    width: 31%;
    float: left;
    margin-right: 21px;
}
#online-ticket-form .form-item-field-sanctuary, #online-ticket-form .form-item-title-0-value {
    margin-top: -3px;
}

#online-ticket-form .form-item select.form-select,
#online-ticket-form .form-item input.form-text,
#online-ticket-form .form-item input.form-email {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    border: 1px solid #b4b4b4;
}

/*
#online-ticket-form .form-item label {
    width: 100%;
    margin-bottom: 5px;
}
*/

#edit-field-details-wrapper table tr td:nth-child(1) {
    display: none;
}

#edit-field-details-wrapper table tr th:nth-child(1) {
    border-left: 2px solid #900620;
}

#edit-field-details-wrapper table tr td .form-item {
    width: 30%;
    float: left;
    margin-right: 34px;
    margin-bottom: 5px;
}

#edit-field-details-wrapper table tr td .form-item label {
    display: block;
    margin-bottom: 0;
}

#edit-field-details-wrapper table tr td .form-actions {
    clear: left;
}

#edit-field-details-wrapper .form-item select.form-select,
#edit-field-details-wrapper .form-item input.form-text,
#edit-field-details-wrapper .form-item input.form-email {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    border: 1px solid #b4b4b4;
}

#edit-field-details-wrapper .scroll-table {
    margin-bottom: 5px;
}

#edit-field-details-wrapper input[value="Remove"] {
    background-color: #900620;
    border: none;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
}

#edit-field-details-wrapper input.field-add-more-submit {
    border: none;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
}

#edit-field-details-wrapper .field--name-field-visit-rates input.form-text,
#edit-field-readonly-online-ticket-tot-wrapper input.form-text {
    border: 1px solid #a9a9a9;
    cursor: default;
    background-color: #eee;
}

#edit-field-details-wrapper .field--name-field-visit-rates input.form-text:focus,
#edit-field-readonly-online-ticket-tot-wrapper input.form-text:focus {
    outline: none;
}

#edit-field-readonly-online-ticket-tot-wrapper .form-item label {
    float: left;
    margin-right: 1%;
    padding-top: 8px;
}

#edit-field-readonly-online-ticket-tot-wrapper .form-item input.form-text {
    max-width: 200px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
}

#field-details-values .form-actions {
    border-top: none !important;
}

.views-exposed-form .form-actions {
    border-top: none !important;
    width: auto !important;
    padding: 0;
    margin-top: 12px;
}

#cmf-site-full-content .form-actions {
    width: 100%;
    padding-top: 5px;
    float: left;
    display: inline-block;
}

#node-online-ticket-booking-form .form-actions{width: 15%; float: none;}

.form-submit {
    border: none;
    background-color: #029349;
    color: #fff;
    padding: 0px 24px;
    border-radius: 4px;
    margin: 0;
    font-size: 13px;
}

#edit-cancel {
    border: none;
    background-color: #900620;
    color: #fff;
    padding: 9px 24px;
    border-radius: 4px;
    margin: 0;
    font-size: 13px;
}

#edit-cancel:hover {
    text-decoration: none;
}

.user-register-form input[value="Remove"] {
    background-color: #900620;
    padding: 1px 6px;
    font-size: 14px;
}

.user-register-form input[value="Reset"] {
 background-color: #900620;
    padding: 0 26px;
    display: inline-block;
    font-size: 13px;
}
#user-register-form #edit-reset {
    position: absolute;
    bottom: 0;
    left: 19.3%;
}

.user-register-form .select-wrapper { 
    width: 100%;
}

/*View Page*/
.path-ticket-booking .view-online-ticket-booking .views-field-field-details {
    width: 100% !important;
}

.path-ticket-booking .view-online-ticket-booking .views-field-field-details .views-label-field-details {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2% 0 1%;
    padding: 8px 0;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.path-ticket-booking .view-online-ticket-booking .views-field-field-details .field {
    width: 50%;
    float: left;
}

.path-ticket-booking .view-online-ticket-booking .views-field-field-details .item-list {
    width: 100%;
}

.path-ticket-booking .view-online-ticket-booking .views-field-field-details .item-list ul li {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .views-field-field-details .item-list ul li:last-child {
    border-bottom: none;
}

.view-online-ticket-booking.view-display-id-page_1 .views-field-field-details .item-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .field__label {
    font-weight: 600;
    width: 35%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
}

.path-ticket-booking .views-field.views-field-nothing-2.mnt-note {
    width: 100% !important;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .field__item {
    width: 65%;
    float: left;
    box-sizing: border-box;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .view-content {
    background-color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 5%;
    border: 10px solid #ddd;
    position: relative;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .view-footer {
    float: left;
    width: 100%;
    margin-bottom: 5%;
}

/*
.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 > .view-content .views-field-nid,.view-online-ticket-booking > .view-content .views-field-field-case-number {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-bottom: 2%;
}
*/

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 > .view-content .views-field-field-case-number {
    width: 100% !important; 
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 > .view-content .views-field {
    width: 38%;
    float: left;
    margin-bottom: 1%;
}

.manipur-ticket-no span.field-content {
    font-weight: 600;
    font-size: 18px;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 > .view-content span.views-label {
    float: left;
    font-weight: 600;
    max-width: 150px;
    width: 150px;
    font-size: 14px;
}

.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 > .view-content span.views-label .view-online-ticket-booking .scroll-table {
    margin-bottom: 5px;
}

.booking-text {
    position: absolute;
    right: 15px;
    top: 70px;
    background-color: #f5861f;
    color: #343434;
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

#printticket {
    background-color: #6699d8;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 2px;
}

#printticket > svg {
    margin-right: 3px;
}

#printticket:hover {
    text-decoration: none;
}


/*User Registration Page*/
.path-user ul.tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 2%;
}

.path-user ul.tabs li {
    margin-right: 0;
}

.path-user ul.tabs li > a {
    color: #000;
    background-color: #e0d52c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.path-user ul.tabs li > a:hover {
    text-decoration: none;
}

.path-user ul.tabs li.is-active > a {
    background-color: #900620;
    color: #fff;
}


.basic-group1 h2,
.business-group2 h2,
.user-group3 h2 {
    padding: 10px.0;
}

.basic-group1,
.business-group2,
.user-group3 {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 0 15px;
    border-top: 2px solid #900620;
    padding-bottom: 5%;
}

/*
.basic-group1 .form-item,
.business-group2 .form-item,
.user-group3 .form-item {
    width: 32%;
    float: left;
    margin-right: 14px;
}
*/

/*Basic Details*/
.basic-group1 select.form-select,
.basic-group1 input.form-text,
.basic-group1 input.form-email {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
}


div#edit-field-division-wrapper .select-wrapper:nth-child(2) {
    clear: both;
    width: 100%;
    float: left;
}

div#edit-field-division-wrapper .select-wrapper:nth-child(1) .select-wrapper { 
    margin-right: 0;
}

/*Business Detaile*/
.business-group2 select.form-select,
.business-group2 input.form-text,
.business-group2 input.form-email {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
}

/*Business Detaile*/
.user-group3 select.form-select,
.user-group3 input.form-text,
.user-group3 input.form-email {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
}

.user-group3 #edit-pass .password-parent {
    width: 100%;
}

.user-group3 #edit-pass .confirm-parent {
    width: 100%;
}

/*

.field-ifsc-code-0-value,
#edit-field-ifsc-code-wrapper {
    clear: left;
}
*/
/*

.field--type-datetime {
    float: left;
    width: 32%;
    margin-right: 14px;
    padding-top: 20px;
}
*/

.field--type-datetime .form-item {
    margin-top: 0;
    width: 100%;
}

.field--type-datetime h4 {
    font-weight: normal;
    margin-bottom: .5rem;
    display: block;
}
.field--type-datetime input.form-date {
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 5px;
    box-sizing: border-box;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;    
}

.description > br {
    display: none;
}

/*Dashboard Theme*/
label {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
}

.manipur-content .left-sidebar {
    width: 250px;
    float: left;
}

.manipur-content .right-section {
    width: 80%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    min-height: 500px;
    padding: 0 15px 20px;
}

.menu--employee-dashboard {
    box-shadow: 0px 4px 25px #c3c3c35e;
    -webkit-box-shadow: 0px 4px 25px #c3c3c35e;
    -moz-box-shadow: 0px 4px 25px #c3c3c35e;
}

.menu--employee-dashboard ul li {
    padding: 0;
    border-bottom: 1px solid #af3149;
    position: relative;
}

/* .menu--employee-dashboard ul li.menu-item--active-trail{border-left: 3px solid #e0d52c;} */
.menu--employee-dashboard ul.menu a.is-active {
    color: #fff;
}

.menu--employee-dashboard ul li > a {
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 9px;
    line-height: normal;
    font-size: 14px;
}

.menu--employee-dashboard ul li > a:hover {
    text-decoration: none;
}

.inner-layout input[value="Remove"] {
    background-color: #900620;
    padding: 2px 8px;
    padding: 1px 8px;
    font-size: 13px;
}

/*Change Password*/
#change-pwd-form {}

/*
#change-pwd-form .js-form-item {
    float: left;
    width: 32%;
    margin-right: 14px;
}
*/

#change-pwd-form .password-parent,
#change-pwd-form .confirm-parent {
    width: 100%;
}

#change-pwd-form .form-actions {
    clear: left;
}

#change-pwd-form select.form-select,
#change-pwd-form input.form-text,
#change-pwd-form input.form-email {
    width: 100%;  
}


/*Apply for License of Setting up of Wood Based Industry*/
.circle-group .form-item input.form-text,
.circle-group .form-item select.form-select {
    width: auto;
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
    margin-right: 10px;
    padding-right: 10px;
    margin-top: -3px;
}

#setting-wood-based-industry .field--name-field-seized-by {
    text-align: center;
    margin-bottom: 5%;
}

#setting-wood-based-industry .circle-group .form-wrapper {
    width: auto;
    float: left;
}

#setting-wood-based-industry .circle-group .form-item {
    float: left;
    margin: 0px 0px 0 6px;
}


#setting-wood-based-industry .circle-group .form-item label {
    margin: 0;
    padding-right: 10px;
}

#setting-wood-based-industry .circle-group .form-item input.form-text {
    float: left;
}

#setting-wood-based-industry .sir-group {
    clear: left;
    min-height: 255px;
    margin: 0 15px;
}

#edit-field-sir-markup-wrapper {
    width: 100%;
    margin: 0;
}

/*#setting-wood-based-industry .sir-group .form-wrapper{float:left;}*/
#edit-field-division-before-markup-wrapper {
    clear: left;
    font-weight: 600;
    font-size: 14px;
    padding-top: 3px;
    margin-right: 2px;
    margin-left: 30px;
}

/*#setting-wood-based-industry .sir-group .form-item {
    min-height: 40px;
    float: left;
    width: auto;
    margin: 0;
}*/
#setting-wood-based-industry .sir-group .form-item label {
    float: left;
    margin: 0 5px;
}

#edit-field-after-profession-mark-up-wrapper,
#edit-field-after-profession-mark-up-wrapper,
#edit-field-after-using-mark-up-wrapper {
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
    float: left;
}


#setting-wood-based-industry .sir-group .form-item input.form-text,
item input.form-text,
#setting-wood-based-industry .sir-group .form-item select.form-select {
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 0 10px;
    min-height: 35px;
}

#edit-field-after-profession-mark-up-wrapper {
    float: left;
}

.industry-details-group {
    margin-top: -2%;
    float: left;
    width: 100%;
}

.industry-details-group .form-item {
    float: left;
    width: 100%;
    margin: 5px 0;
}

/*
.industry-details-group .form-item label {
    width: 70%;
    float: left;
}
*/

.industry-details-group .form-item input.form-text,
.industry-details-group .form-item select.form-select {
    width: 30%;
    float: right;
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
}


.industry-details-group .form-item .form-managed-file {
    width: 30%;
    float: right;
}

.industry-details-group .description {
    clear: left;
}

.industry-details-group .form-item textarea.form-textarea {
    width: 30%;
    float: right;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px;
    font-size: 14px;
}

.industry-details-group .form-type-checkbox input[type="checkbox"] {
    float: left;
    margin-top: -4px;
    margin-right: 5px;
}

/*Create Request form for Customers/Villagers for Seedlings*/
/*
.grp-request-form-customer-for-seedling .form-item {
    width: 30%;
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
    margin-top: 11px;
}
*/
.node-licence-for-setting-up-of-wood-b-edit-form .industry-details-group .form-type-checkbox input[type="checkbox"] {
    position: relative;
    top: 33px;
    left: 12px;
}
.grp-request-form-customer-for-seedling .form-item label {
    display: block;
    margin: 0;
}

.grp-request-form-customer-for-seedling .form-item input.form-text,
.grp-request-form-customer-for-seedling .form-item select.form-select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding: 0 5px;
    margin: 0;
}
.grp-request-form-customer-for-seedling #edit-field-location-of-plantation-sit-wrapper .form-item textarea {
    height: 122px;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
}
.grp-request-form-customer-for-seedling  .form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    height: 110px;
    padding: 4px;
}
#field-species-wise-required-numb > .form-item {
    width: 100%;
    margin-top: 4%;
}

#field-species-wise-required-numb > .form-item h4 {
    font-weight: 600;
    font-size: 14px;
}

#field-species-wise-required-numb table tr td:nth-child(1) {
    display: none;
}

#field-species-wise-required-numb .tabledrag-toggle-weight {
    display: none;
}

#edit-field-declarations-wrapper {
    clear: left;
}

.grp-request-form-customer-for-seedling #edit-field-declarations-wrapper p {
    font-size: 13px;
    margin-left: 15px;
    margin-top: -16px;
}
.description {
    font-size: 12px !important;
    color: #029349;
    text-align: justify;
}

.grp-request-form-customer-for-seedling .field--type-datetime {
    padding: 0;
}

.grp-request-form-customer-for-seedling .form-type-date {
    margin-top: 2px;
    width: 100%;
}

.grp-request-form-customer-for-seedling .form-type-date input.form-date {
    height: 35px;
}

.grp-request-form-customer-for-seedling .scroll-table {
    margin-bottom: 0;
}

.grp-request-form-customer-for-seedling input.form-checkbox {
    position: relative;
    top: 56px;
}
.grp-request-form-customer-for-seedling .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-resources-available-with-a-0-value.form-item-field-resources-available-with-a-0-value {
    margin-top: -37px;
}
.grp-request-form-customer-for-seedling .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-intended-date-of-collectio-0-value-date.form-item-field-intended-date-of-collectio-0-value-date.form-no-label > label {
    display: none !important;
}
.grp-request-form-customer-for-seedling .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-resources-available-with-a-0-value.form-item-field-resources-available-with-a-0-value {
    float: left;
    width: 31%;
    margin-top: -4px;
    clear: both;
}
.ticket-print-btn {
    position: absolute;
    top: 0;
    right: 0px;
    color: #343434;
}
.image-style-thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    vertical-align: top;
}


/*View Page*/
.view-id-customer_user_track_wood_based_industry.view-display-id-block_1 .views-field {
    margin: 10px 0;
    width: 31%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.view-id-customer_user_track_wood_based_industry.view-display-id-block_1 .views-field .views-label {
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.view-id-customer_user_track_wood_based_industry.view-display-id-block_1 .views-field .field-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/*View Page 2*/
.view-id-list_of_renwal_of_license.view-display-id-block_1 .views-field {
    margin: 10px 0;
    width: 31%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.view-id-list_of_renwal_of_license.view-display-id-block_1 .views-field .views-label {
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.view-id-list_of_renwal_of_license.view-display-id-block_1 .views-field .field-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/*View Page*/
.form-detail-view-manipur .views-field {
    margin: 10px 0;
    width: 31%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.form-detail-view-manipur .views-field .views-label {
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.form-detail-view-manipur .views-field .field-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.page-node-type-request-form-for-customers-villa ul.tabs {
    display: none;
}

/*Operating Wood Based Industry*/
.view-id-customer_operating_view_based_industry.view-display-id-block_1 .views-field {
    margin: 10px 0;
    width: 31%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.view-id-customer_operating_view_based_industry.view-display-id-block_1 .views-field .views-label {
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.view-id-customer_operating_view_based_industry.view-display-id-block_1 .views-field .field-content {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/*Create Tender Auction*/

/*
#node-tender-auction-form div#edit-field-equipment-markup-wrapper {
    clear: both;
}
#node-tender-auction-form div#edit-field-bamboo-quantity-wrapper {
    clear: both;
}
#node-tender-auction-form div#edit-field-vehicle-markup-wrapper {
    clear: both;
}
#node-tender-auction-form div#edit-field-nftp-wrapper {
    clear: both;
}
*/
#node-tender-auction-form .form-item input.form-text,
#node-tender-auction-form .form-item select.form-select {
    width: 100%;
    margin: 0;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

#node-tender-auction-form .field--type-datetime .form-item {
    width: 100%;
}

#node-tender-auction-form .field--type-datetime input.form-date {
    height: 35px;
}

#node-tender-auction-form .field--type-datetime {
    width: 30%;
    padding-top: 3px;
}

#node-tender-auction-form .field--type-datetime h4 {
    font-size: 14px;
    font-weight: 600;
}
/*
#node-tender-auction-form .field--name-field-outsource-markup {
    clear: left;
}
*/

/*Apply for License of Operating Wood Based Industry*/
.wooden-group-license .form-item input.form-text {
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
}

.wooden-group-license,
.wooden-group-lic,
.wooden-group-data {
    float: left;
    width: 100%;
}
.wooden-group-license div#edit-field-register-for-wrapper {
    clear: both;
}
.wooden-group-license .form-item {
    float: left;
}

.wooden-group-license .field--type-datetime {
    width: 23%;
    float: right;
    margin-top: 11px;
}   
.wooden-group-lic .form-wrapper {
    width: auto;
    float: left;
}

/*
.wooden-group-lic .form-wrapper label {
    float: left;
    margin: 0 10px;
}
*/

.wooden-group-lic .form-wrapper input.form-text, .wooden-group-lic .form-wrapper select.form-select {
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
    margin-right: 5px;
    width: 16vw;
}


.wooden-group-data .form-wrapper {
    width: 100%;
    float: left;
}

.wooden-group-data .form-item {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.wooden-group-data .form-item label {
    width: 49%;
    float: left;
}

.wooden-group-data .form-item input.form-text,
.wooden-group-data .form-item select.form-select {
    width: 30%;
    float: right;
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px;
}

#edit-field-head-markup-wrapper > p {
    margin: 0;
    font-weight: 600;
    text-align: center;
}

#edit-field-term-condition-wrapper > p {
    font-size: 14px;
    margin: 0;
}

/*-- extra css -----*/
form#available-species-filter,form#revenue-filter {
    background-color: #00a65129;
    box-sizing: border-box;
    border: 1px solid #4caf5080;
    margin-bottom: 1%;
    padding: 10px;
}

#available-species-filter select.form-select {
    border: 1px solid #029349;
}

button.ico-print1 {
    margin-top: 6px;
    border: none;
    background-color: #900620;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 20px;
    font-weight: 600;
}

.fst-indst1 {
    font-size: 156%;
    font-weight: 700;
    color: #900620;
}

.fst-indst2 {
    font-size: 140%;
    font-weight: 700;
    color: #900620;
    margin-top: 12px;
}

.fst-indst3 {
    font-size: 92%;
    font-weight: 700;
    color: #333;
    margin-top: 8px;
}

.fst-indst4 {
    font-size: 100%;
    font-weight: 500;
    color: #333;
}

form#node-licence-for-setting-up-of-wood-b-form {
    float: left;    
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);


    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}

/*
form#node-licence-for-setting-up-of-wood-b-form div#edit-field-organization-wrapper {
    clear: both;
}
*/
/*
form#node-licence-for-setting-up-of-wood-b-form  div#edit-field-place-of-posting-wrapper {
    clear: both;
}
*/
.frm1-frst {
    margin-left: 30px;
}

#setting-wood-based-industry .circle-group .form-item input.form-text {
    float: left;
    margin-left: 30px;
}

.field--name-field-circle-after-markup {
    margin-top: 10px;
}


/*
input.form-text {
    border: 1px solid #00a651;
}
*/

.grp-request-form-customer-for-seedling .form-item label {
    display: block;
    margin-bottom: 0.5rem;
    color: #029349;
}

form#node-request-form-for-customers-villa-form {
    float: left;    
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}

/*
.form-textarea-wrapper textarea {
    border: 1px solid #029349;
}
*/

form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea {
    float: left;
    width: auto;
    display: inline-flex;
    margin: 0;
}
/*
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title-0-value.form-item-title-0-value {
    float: left;
    display: inline-flex;
    margin-left: 5px;
    margin-right: 8px;
}
*/
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value {
    margin-left: -2px;
    margin-right: 10px;
    display: inline-flex;
}

form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    display: inline-flex;
}
form#node-licence-for-operating-wood-based-form {
    float: left;    
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-intended-date-of-collectio-0-value-date.form-item-field-intended-date-of-collectio-0-value-date.form-no-label {
    float: none;
    margin-left: 7px;
}
form#node-licence-for-operating-wood-based-form div#edit-field-division-dropdown-wrapper label {
    width: auto;
}
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-fax-0-value.form-item-field-fax-0-value {
    display: inline-flex;
}
form#node-licence-for-operating-wood-based-form div#edit-field-as-the-raw-material-up-to-wrapper select#edit-field-as-the-raw-material-up-to- {
    width: 190px;
}
form#node-licence-for-operating-wood-based-form div#edit-field-fax-wrapper {
    clear: both;
}
#edit-field-head-markup-wrapper > p {
    margin: 0;
    font-weight: 600;
    text-align: center;
    color: #900620;
}
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
   float: left;
    width: 70%;
    display: flex;
    margin-right: 1%;
}
.wooden-group-data .form-item input.form-date {
    width: 17%;
    margin-bottom: 24px;
}

#renewal-of-license .field--name-field-head-markup {
    text-align: center;
}

form#node-application-for-renewal-of-licen-form {
    float: left;    
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
/*
form#node-application-for-renewal-of-licen-form div#edit-field-circle-after-markup-wrapper {
    clear: both;
}
*/
form#node-application-for-renewal-of-licen-form div#edit-field-circle-after-markup-wrapper p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}

form#node-application-for-renewal-of-licen-form .renewal-header-grp {
    width: auto;
    float: left;
    margin-top: 30px
}

form#node-application-for-renewal-of-licen-form .renewal-footer-grp {
    width: 100%;
    float: left;
}

#node-application-for-renewal-of-licen-form .field--name-field-case-number label {
    display: inline-block;
    margin: 8px;
}

form#node-application-for-renewal-of-licen-form .renewal-header-grp .field--name-field-case-number input {
    float: left;
    padding: 1px 5px;
}

form#node-application-for-renewal-of-licen-form .renewal-header-grp .select-wrapper label {
    display: none;
}

/*
.field--name-field-division {
    float: left;
}
*/

#setting-wood-based-industry .circle-group .form-item {
    float: left;
    margin: 0px 0px 0 6px;
}

form#node-application-for-renewal-of-licen-form .renewal-header-grp .select-wrapper {
    margin-right: 20px;
    float: left;
}

form#node-application-for-renewal-of-licen-form .renewal-header-grp .js-form-item.form-item.js-form-type-cshs.form-type-cshs.js-form-item-field-division-0-target-id.form-item-field-division-0-target-id {
    float: left;
    margin-top: -15px;
    margin-left: 6px;
}



form#node-application-for-renewal-of-licen-form .renewal-header-grp .field--name-field-case-number {
    margin-top: -17px;
}

form#node-application-for-renewal-of-licen-form .renewal-footer-grp .form-text {
    display: inline-block;
    margin-top: .25rem;
    padding: 1px 5px;
    width: 17vw;    
}

form#node-application-for-renewal-of-licen-form div#edit-field-after-using-mark-up-wrapper {
    margin-top: -18px;
}

form#node-application-for-renewal-of-licen-form .renewal-footer-grp .js-form-type-textfield {
    float: left;
    margin-right: 5px;
}

#node-licence-for-setting-up-of-wood-b-form .form-textarea-wrapper textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 20vw;
    margin: 0px 0 10px;
    height: 35px;
    padding: 4px;
}


#node-licence-for-setting-up-of-wood-b-form div#edit-title-wrapper .js-form-item.form-item.js-form-type-textfield.form-type-textfield {
    margin-top: 46px;
}
#node-licence-for-setting-up-of-wood-b-form div#edit-field-resources-available-with-a-wrapper .form-textarea-wrapper textarea.resize-vertical {
    display: block;
    box-sizing: border-box;
    width: 72%;
    margin-top: -21px;
    height: 50px;
    padding: 4px;
}
#node-licence-for-setting-up-of-wood-b-form label.option.js-form-required.form-required {
    width: 95%;
    float: left;
}

#node-licence-for-setting-up-of-wood-b-form div#edit-field-document-ma-wrapper {
    font-size: 14px;
    font-weight: 600;
}
#node-licence-for-setting-up-of-wood-b-form select#edit-field-division-dropdown {
    width: 26%;
}
.node-licence-for-setting-up-of-wood-b-form div#edit-field-image-0--description {
    float: right;
    margin-right: -30%;
       margin-top: 40px;
}   

#node-licence-for-setting-up-of-wood-b-form .form-type-textarea .form-textarea-wrapper {
    float: left;
    margin-top: 0px;
}
.node-licence-for-setting-up-of-wood-b-form div#edit-field-register-for-wrapper .js-form-item-field-register-for {
    margin-top: 24px;
    margin-bottom: 12px;
}

.node-licence-for-setting-up-of-wood-b-form div#edit-field-circle-after-markup-wrapper {
    margin-top: 0px;
}

#node-licence-for-setting-up-of-wood-b-form .select-wrapper label {
    display: none;
}

#node-licence-for-setting-up-of-wood-b-form .select-wrapper {
    margin-right: -5px;
    float: left;
    display: inline-block;
}

#node-licence-for-setting-up-of-wood-b-form .sir-group .form-item label {
    float: left;
    margin: 0px 5px;
}

#node-licence-for-setting-up-of-wood-b-form #edit-field-place-of-seizure-wrapper label {
    margin-left: -114px;
}

#node-licence-for-setting-up-of-wood-b-form .industry-details-group .form-textarea-wrapper {
    margin-top: 0px;
    float: right;
    width: 42%;
}

/*-- form II ---*/
#node-licence-for-operating-wood-based-form .wooden-group-license label {
    float: left;
    margin-right: 5px;
    display: inline-block;
    width: 125px;
}
#node-licence-for-operating-wood-based-form .wooden-group-license .field--type-datetime h4 {
    float: left;
    margin-left: -50px;
}

#node-licence-for-operating-wood-based-form .select-wrapper label {
    display: none;
}

#node-licence-for-operating-wood-based-form .field--widget-string-textarea .form-textarea-wrapper {
    float: left;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
}
#node-licence-for-operating-wood-based-form label { 
    margin-right: 4px;
}

#node-licence-for-operating-wood-based-form .field--widget-string-textarea .form-textarea-wrapper textarea {
    width: 19vw;
    margin: 0;
    height: 60px;
}

#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropdown.form-item-field-division-dropdown {
    float: left;
    display: inline-flex;
    width: auto;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-of-species-0-value.form-item-field-name-of-species-0-value {
    float: left;
    width: auto;
}

#node-licence-for-operating-wood-based-form input#edit-field-name-of-species-0-value {
    width: 30vw;
}

#node-licence-for-operating-wood-based-form input#edit-field-fax-0-value {
    width: 19vw;
}

#node-licence-for-operating-wood-based-form div#edit-field-after-using-mark-up-wrapper {
    font-size: 100%;
    padding-left: 0;
    float: left;
    margin-top: -12px;
    font-weight: 400 !important;
    line-height: 40px;
    margin-bottom: 10px;
}

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-as-the-raw-material-up-to-.form-item-field-as-the-raw-material-up-to- {
    margin-top: -20px;
    font-size: 100%;
    float: left;
    margin-left: 4px;
}

#node-licence-for-operating-wood-based-form .form-item-field-as-the-raw-material-up-to- label {
    font-size: 100%;
    font-weight: 400;
}

#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea{
    margin-top: -4px;
}

#node-licence-for-operating-wood-based-form div#edit-title-wrapper {
    margin-top: 18px;
}

/*--- Form III -------*/
#node-application-for-renewal-of-licen-form div#edit-field-location-of-plantation-sit-wrapper .form-textarea-wrapper {
    float: left;
    width: auto;
    margin-right: 10px;
}

#node-application-for-renewal-of-licen-form input#edit-field-area-of-plantation-in-hect-0-value {
    width: 25vw;
    padding: 1px 4px;
}

#node-application-for-renewal-of-licen-form input#edit-field-circle-0-value {
    width: 25vw;
    padding: 1px 4px;
}

#node-application-for-renewal-of-licen-form .field--widget-string-textarea label {
    float: left;
}

#node-application-for-renewal-of-licen-form textarea#edit-field-location-of-plantation-sit-0-value {
    display: block;
    box-sizing: border-box;
    width: 20vw;
    margin: 0 11px;
    height: 35px;
}
/*
#node-application-for-renewal-of-licen-form div#edit-field-circle-after-markup-wrapper {
    clear: both;
}
*/
#node-application-for-renewal-of-licen-form  div#edit-field-circle-after-markup-wrapper p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
}

#node-application-for-renewal-of-licen-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropdown.form-item-field-division-dropdown {
    float: left;
    width: 402px;
    display: inline-flex;
    margin-top: 0;
}
#node-application-for-renewal-of-licen-form  div#edit-field-division-dropdown-wrapper label{
    width: 255px;
}

#node-application-for-renewal-of-licen-form input#edit-field-circular-number-0-value {
    width: 26vw;
    padding: 1px 4px;
}

#node-application-for-renewal-of-licen-form input#edit-field-designations-0-value {
    width: 23vw;
    padding: 1px 4px;
}

#node-application-for-renewal-of-licen-form .field--name-field-circle-after-markup {
    margin-top: 0px;
    float: left;
}

form#node-application-for-renewal-of-licen-form .renewal-footer-grp .js-form-type-textfield {
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

form#node-application-for-renewal-of-licen-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
    float: left;
    width: auto;
    display: inline-flex;
}

form#node-application-for-renewal-of-licen-form input#edit-field-intended-date-of-collectio-0-value-date {
    float: left;
    width: 25vw;
}

form#node-application-for-renewal-of-licen-form .field--type-datetime h4 {
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 3px;
    float: left;
    display: inline-flex;
}
form#node-application-for-renewal-of-licen-form div#edit-field-handed-designation-wrapper {
    margin-top: 8px;
}
form#node-application-for-renewal-of-licen-form input#edit-field-date-0-value-date {
    width: 25vw;
}
form#node-application-for-renewal-of-licen-form .js-form-type-textfield.form-type-textfield.js-form-item-title-0-value.form-item-title-0-value {
    margin-top: -3px;
    margin-left: 5px;
}

form#node-application-for-renewal-of-licen-form p{
    font-size: 14px;
    font-weight: 600;
}

form#node-application-for-renewal-of-licen-form h4{
    font-size: 14px;
    font-weight: 600;
}

div#edit-field-intended-date-of-collectio-wrapper {
 clear: both;
}


div#edit-field-intended-date-of-collectio-wrapper {
 clear: both;
}


.field--type-datetime input.form-date {
    height: 35px;
}

form#node-application-for-renewal-of-licen-form .form-item-field-fax-0-value {
    margin-top: -10px;
}

form#node-application-for-renewal-of-licen-form .form-item-field-handed-designation-0-value {
    margin-top: -10px;
}

form#node-application-for-renewal-of-licen-form label#edit-field-signature-of-forest-office-0--label {
    float: left;
}

form#node-application-for-renewal-of-licen-form input#edit-field-handed-name-0-value {
    width: 27vw;
}

form#node-application-for-renewal-of-licen-form input#edit-field-handed-place-of-posting-0-value {
    width: 535px;
}

form#node-application-for-renewal-of-licen-form .form-type-textfield.js-form-item-field-handed-place-of-posting-0-value.form-item-field-handed-place-of-posting-0-value label {
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
form#node-application-for-renewal-of-licen-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled label {
    margin-right: 5px;
}
form#node-application-for-renewal-of-licen-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for label.js-form-required.form-required {
    width: 120px;
}
form#node-application-for-renewal-of-licen-form input#edit-field-dated-0-value-date {
    float: left;
    width: 24vw;
    margin: 0;
}
form#node-application-for-renewal-of-licen-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for {
    display: inline-flex;
    width: 404px;
}
form#node-application-for-renewal-of-licen-form div#edit-field-division-dropd-wrapper {
    float: left;
    width: 48%;
    clear: both;
}
form#node-application-for-renewal-of-licen-form div#edit-field-dated-wrapper {
    margin-top: -10px;
}
form#node-application-for-renewal-of-licen-form div#edit-field-register-for-wrapper {
    float: right;
    width: 31%;
}

.image-widget.js-form-managed-file.form-managed-file.clearfix {
    clear: none;
}



input#edit-field-signature-of-forest-office-0-upload {
    margin-left: 10px;
}

input#edit-field-signature-of-forest-office-0-upload {
    margin-left: 10px;
}

/*
form#node-application-for-renewal-of-licen-form .form-composite > .fieldset-wrapper > .description,
.form-item .description {
    float: left;
    margin-left: 235px;
}
*/

/*--- form iv -------*/
form#node-receipt-register-form {
    float: left;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
/*-- Create Receipt Register --*/
form#node-receipt-register-form input#edit-field-register-opened-on-0-value-date {
    width: 94%;
}
form#node-receipt-register-form  div#edit-field-register-opened-on-wrapper {
    float: left;
    width: 49%;
}
form#node-receipt-register-form  #edit-field-register-opened-on-wrapper h4.label {
    float: left;
}
form#node-receipt-register-form  .js-form-item-field-issuing-authority-0-value.form-item-field-issuing-authority-0-value {
        float: left;
    width: 49%;
}
form#node-receipt-register-form div#edit-field-transit-date-wrapper {
        float: left;
    width: 49%;
}
form#node-receipt-register-form .form-item-field-serial-no-of-the-log-in-th-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form  .js-form-item-field-number-0-value.form-item-field-number-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form .js-form-item-title-0-value.form-item-title-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form div#edit-field-measurement-wrapper {
    float: left;
    width: 100%;
}
form#node-receipt-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-length-in-km--0-value.form-item-field-length-in-km--0-value {
    float: left;
    width: 49%;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-girth-0-value.form-item-field-girth-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-volume-in-cum--0-value.form-item-field-volume-in-cum--0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form  .form-text {
    padding: 1px 5px;
    margin-top: 0;
    width: 94%;
}
textarea#edit-field-remarks1-0-value {
    padding: 1px 5px;
}
form#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-width-0-value.form-item-field-width-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-depth-0-value.form-item-field-depth-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-no-of-pieces-if-more-than--0-value.form-item-field-no-of-pieces-if-more-than--0-value {
    float: left;
    width: 49%;
}

 form#node-receipt-register-form div#edit-field-transit-date-wrapper {
    float: left;
    width: 49%;
}

#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-whether-face-core-0-value.form-item-field-whether-face-core-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-thickness-in-mm--0-value.form-item-field-thickness-in-mm--0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form input#edit-field-transit-date-0-value-date {
    width: 94%;
}
form#node-receipt-register-form .form-item, .form-actions {
    margin-top: 0;
    margin-bottom: 1em;
}
form#node-receipt-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division.form-item-field-division.form-disabled {
    float: left;
    width: 49%;
}

form#node-receipt-register-form #edit-field-division-wrapper select#edit-field-division {
    width: 94%;
}

#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-whether-excise-paid-or-oth-0-value.form-item-field-whether-excise-paid-or-oth-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-brought-from-outside-ne-wi-0-value.form-item-field-brought-from-outside-ne-wi-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-quantity-in-sq-m-0-value.form-item-field-quantity-in-sq-m-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-national-area-with-thick-a-0-value.form-item-field-national-area-with-thick-a-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-type-of-plywood-mdf-partic-0-value.form-item-field-type-of-plywood-mdf-partic-0-value {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-receipt-register-category.form-item-field-receipt-register-category {
    float: left;
    width: 49%;
    display: inline-grid;
}
/*
.js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-dated-0-value-date.form-item-field-dated-0-value-date.form-no-label {
    float: left;
    width: 49%;
}
*/
form#node-receipt-register-form div#edit-field-dated-wrapper {
    float: left;
    width: 49%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-name-address-of-the-seller-0-value.form-item-field-name-address-of-the-seller-0-value {
    float: left;
    width: 49%;
}
form#node-receipt-register-form div#edit-field-transit-pass-wrapper {
    float: left;
    width: 100%;
}
form#node-receipt-register-form div#edit-field-transit-pass-wrapper h2 {
font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #54c38a;
    padding: 5px;
    border-radius: 4px;
}
form#node-receipt-register-form div#edit-field-measurement-wrapper h2 {
font-weight: normal;
    font-size: 120%;
    color: #ffffff;
        background: #54c38a;
    padding: 5px;
    border-radius: 4px;
}
form#node-receipt-register-form input#edit-field-dated-0-value-date {
    width: 94%;
}
#node-receipt-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-of-wood-0-value.form-item-field-name-of-wood-0-value {
    width: 49%;
    float: left;
}
#node-receipt-register-form #edit-field-brought-from-outside-ne-wi-wrapper {
    display: none !important;
}
select#edit-field-receipt-register-category {
    padding: 3px 5px;
}
/*--- form ----*/
#node-licence-for-operating-wood-based-form div#edit-field-intended-date-of-collectio-wrapper {
    float: left;
    width: 49%;
    margin-top: 0px;
}
#node-licence-for-operating-wood-based-form  input#edit-field-intended-date-of-collectio-0-value-date {
    float: left;
    width: 50%;
}
#node-licence-for-operating-wood-based-form  #edit-field-intended-date-of-collectio-wrapper h4.label {
    float: left;
    margin-right: 8px;
}

/*-- Create Dispatch register    ---*/

#node-dispatch-register-form {
    float: left;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
#node-dispatch-register-form div#edit-field-register-opened-on-wrapper {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-dispatch-register-category.form-item-field-dispatch-register-category {
    float: left;
    width: 48%;
    display: inline-grid;
}
#node-dispatch-register-form  div#edit-field-dated-wrapper {
    float: left;
    width: 48%;
    clear: both;
}
#node-dispatch-register-form  select {
    width: 94%;
}
#node-dispatch-register-form .form-textarea-wrapper textarea {
    width: 94%;
    margin: 0;
}
#node-dispatch-register-form div#edit-field-challan-date-wrapper h4.label {
    float: left;
}
/*
#node-dispatch-register-form  div#edit-field-challan-date-wrapper {
    float: left;
    width: 48%;
}
*/
#node-dispatch-register-form   div#edit-field-carting-challan-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
}
#node-dispatch-register-form  div#edit-field-carting-challan-wrapper {
    float: left;
    width: 100%;
}
#node-dispatch-register-form  div#edit-field-transit-pass-wrapper {
    float: left;
    width: 100%;
}
#node-dispatch-register-form  div#edit-field-transit-pass-wrapper h2{
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division.form-item-field-division.form-disabled {
    float: left;
    width: 48%;
    margin-top: -2px !important;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-name-address-of-the-seller-0-value.form-item-field-name-address-of-the-seller-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title-0-value.form-item-title-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-of-wood-0-value.form-item-field-name-of-wood-0-value {
    float: left;
    width: 48%;
    clear: both;
    margin-top: -9px;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-no-of-pieces-if-more-than--0-value.form-item-field-no-of-pieces-if-more-than--0-value {
    float: left;
    width: 48%;
    
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-name-address-of-the-seller-0-value.form-item-field-name-address-of-the-seller-0-value {
    float: left;
    width: 48%;
    margin-top: -5px;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-length-in-km--0-value.form-item-field-length-in-km--0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-volume-in-cum-2-0-value.form-item-field-volume-in-cum-2-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  div#edit-field-transit-date-wrapper {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
    float: left;
    width: 48%;  
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-number-of-persons-required-0-value.form-item-field-number-of-persons-required-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-number-0-value.form-item-field-number-0-value {
    float: left;
    width: 48%;
    margin-top: -6px;
}
#node-dispatch-register-form .form-text {
    display: block;
    margin-top: 0.25rem;
    padding: 1px 5px;
    width: 94%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-depth-0-value.form-item-field-depth-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .field--type-datetime input.form-date {
    height: 35px;
    padding: 1px 5px;
    width: 94%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-challan-date-0-value-date.form-item-field-challan-date-0-value-date.form-no-label {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  button, select {
    text-transform: none;
    padding: 2px 5px;
}
#node-dispatch-register-form input#edit-field-name-of-wood-0-value {
    width: 94%;
}
#node-dispatch-register-form .form-item, .form-actions {
    margin-top: 0; 
    margin-bottom: 1em;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-width-0-value.form-item-field-width-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-excise-payable.form-item-field-excise-payable {
    float: left;
    width: 48%;
    display: grid;
    margin-top: 8px;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-whether-face-core-0-value.form-item-field-whether-face-core-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-face-area-in-sq-m2-0-value.form-item-field-face-area-in-sq-m2-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-national-area-with-thick-a-0-value.form-item-field-national-area-with-thick-a-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-volume-final-0-value.form-item-field-volume-final-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-issuing-authority-0-value.form-item-field-issuing-authority-0-value {
    float: left;
    width: 48%;
}
#node-dispatch-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-type-of-plywood-mdf-partic-0-value.form-item-field-type-of-plywood-mdf-partic-0-value {
    float: left;
    width: 48%;
}
/*-- Create Performa 2 Conversion Register   ---*/

#node-conversion-register-form {
    float: left;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
#node-conversion-register-form .js-form-item.form-item {
    margin-top: 0;
    margin-bottom: 1em;
    float: left;
    width: 48%;
    display: inline-grid;
    margin-right: 2%;
}
#node-conversion-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division.form-item-field-division.form-disabled {
    margin-top: 4px;
}

#node-conversion-register-form div#edit-field-dated-wrapper {
    float: left;
    width: 48%;
    margin-right: 2%;
    display: contents;
}
#node-conversion-register-form div#edit-field-register-opened-on-wrapper {
    float: left;
    width: 48%;
    margin-right: 2%;
    display: contents;
}
#node-conversion-register-form div#edit-field-round-timber-used-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-conversion-register-form  div#edit-field-sawn-timber-produced-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-conversion-register-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-conversion-register-catego.form-item-field-conversion-register-catego {
    margin-top: -26px !important;
}
#node-conversion-register-form  div#edit-field-veneer-produced-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-conversion-register-form  div#edit-field-face-veneer-used-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-conversion-register-form  div#edit-field-production-of-plywood-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-conversion-register-form  div#edit-field-core-veneer-used-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}


/*-- Create Performa IV Conversion Register   ---*/

#node-performa-iv-conversion-register-form {
    float: left;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-bottom: 1%;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 100%;
}
#node-performa-iv-conversion-register-form .js-form-item.form-item {
    margin-top: 0;
    margin-bottom: 1em;
    float: left;
    width: 48%;
    display: inline-grid;
    margin-right: 2%;
}

#node-performa-iv-conversion-register-form div#edit-field-dated-wrapper {
    float: left;
    width: 48%;
    margin-right: 2%;
    display: contents;
}
#node-performa-iv-conversion-register-form div#edit-field-register-opened-on-wrapper {
    float: left;
    width: 48%;
    margin-right: 2%;
    display: contents;
}
#node-performa-iv-conversion-register-form div#edit-field-round-timber-used-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form  div#edit-field-sawn-timber-produced-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}

#node-performa-iv-conversion-register-form div#edit-field-opening-stock-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-received-during-the-day-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-used-for-saving-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-used-for-veneer-plywood-ma-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form  input#edit-field-register-opened-on-0-value-date {
    width: 100%;
}
#node-performa-iv-conversion-register-form div#edit-field-sold-returned-in-round-fro-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-closing-stock-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-converted-from-round-timbe-wrapper h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form div#edit-field-converted-from-round-timbe-wrapper  h2 {
    font-weight: normal;
    font-size: 120%;
    color: #ffffff;
    background: #00a651ab;
    padding: 5px;
    border-radius: 4px;
    clear: both;
}
#node-performa-iv-conversion-register-form .form-text {
    display: block;
    margin-top: .25rem;
    padding: 0px 5px;
}

#node-performa-iv-conversion-register-form input#edit-field-dated-0-value-date {
    width: 100%;
}
#node-performa-iv-conversion-register-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-performa-iv-conversion-cat.form-item-field-performa-iv-conversion-cat {
    margin-top: -26px !important;
}
#node-performa-iv-conversion-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title-0-value.form-item-title-0-value {
    margin-top: 0px !important;
}
#node-performa-iv-conversion-register-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-type-of-plywood-mdf-partic-0-value.form-item-field-type-of-plywood-mdf-partic-0-value {
    margin-top: -32px !important;
}
#node-performa-iv-conversion-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-name-of-wood-0-value.form-item-field-name-of-wood-0-value {
    margin-top: -32px;
}
/*-- Profile ---*/
/*
#user-form .basic-group1 .form-item, .business-group2 .form-item, .user-group3 .form-item {
    width: 30%;
    float: left;
    margin-right: 1%;
}
*/
#user-form .js-form-item-field-division-0-target-id > label {
    display: none;
}
#user-form .select-wrapper {
    display: block;    
}
#user-form .js-form-item-field-forest-product-type-0-target-id > label {
    display: none;
}
#user-form  div#edit-current-pass--description {
    margin-left: 0;
}
#user-form  div#edit-mail--description {
    margin-left: 0;
}
#user-form div#edit-user-picture-0--description {
       margin-left: 0;
}
#accessibile-site-content div#edit-current-pass--description {
    margin-left: 0;
}
#accessibile-site-content div#edit-pass--description {
    margin-left: 0;
}
/*-- Create Request form -----*/
#node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-intended-date-of-collectio-0-value-date.form-item-field-intended-date-of-collectio-0-value-date.form-no-label {
    float: left;
    width: 32%;
}
/*
#node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-means-of-transportation-0-value.form-item-field-means-of-transportation-0-value {
    float: left;
    width: 32%;
}
*/
/*
#node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-means-of-transportation-0-value.form-item-field-means-of-transportation-0-value {
    float: left;
    width: 32%;
}
*/
#node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-intended-date-of-collectio-0-value-date.form-item-field-intended-date-of-collectio-0-value-date.form-no-label label {
    display: block;
    margin-top: 10px;
}
#node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-resources-available-with-a-0-value.form-item-field-resources-available-with-a-0-value {
    float: left;
    width: 32%;
}

/*
button.ico-print1 {
    display: none;
}
*/

#node-request-form-for-customers-villa-form .visually-hidden {
    position: relative !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: auto;
    height: auto;
    word-wrap: normal;
}
/*-- Change Password ----*/
#change-pwd-form  input#edit-current-pass {
    width: 50% !important;
}

/*-- dfo --*/
 #node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-vertical-tabs.form-type-vertical-tabs.js-form-item-.form-item-.form-no-label label.visually-hidden {
    display: none;
}

/*-- List of Available Seedling Species --*/
.view.view-forest-nursery-management-system.view-id-forest_nursery_management_system .view-header {
    font-weight: 600;
    margin-bottom: 10px;
}

/* dfo Registrater Forest Based Industry */

#node-licence-for-setting-up-of-wood-b-edit-form div#edit-title-wrapper {
    margin-top: 30px;
}
select, input {
    font-size: 89%;
    height: 35px;
     border-radius: 4px;
    border: 1px solid #b4b4b4;
}
select {
    font-size: 89%;
    height: 35px;
    width: 100%;
     border-radius: 4px;
    border: 1px solid #b4b4b4;
}
/*-- dfo Registrater Forest Based Industry --*/
#node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for.form-disabled {
    float: left;
    width: auto;
}
/*
.form-select.simpler-select-root + .select-wrapper > label {
    display: none;
}
*/
#node-licence-for-operating-wood-based-edit-form  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-location-of-plantation-sit-0-value.form-item-field-location-of-plantation-sit-0-value.form-disabled {
    margin-left: 8%;
    float: left;
    margin-top: -4px;
}

/*Create Confiscation*/
.confiscation .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
/*.confiscation .js-form-wrapper label{margin: 0;margin-bottom: .5rem;}*/
.confiscation .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;  margin-top: 0; border-radius: 4px;}
.confiscation .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;border-radius: 4px;}
.confiscation .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
#edit-field-details-of-consfiscated-wrapper{width: 100%;}
.reward-proposal{float: left; width: 100%;}
.confiscation div#edit-field-intended-date-of-collectio-wrapper {margin-top: 22px;}
.confiscation div#edit-field-offence-type-wrapper {clear: both;}
.table td, .table th {padding: .5rem !important;}
form .field-multiple-table .field-multiple-drag {display: none;}
button.link.tabledrag-toggle-weight {
    display: none;
}
/*-- Create SEIZURES MEMO ---*/
.node-seizures-memo-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-seizures-memo-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;margin-top: 0;}
.node-seizures-memo-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-seizures-memo-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;    padding: 4px;}
.node-seizures-memo-form div#edit-field-details-of-accused-offende-wrapper {width: 100%;}
.node-seizures-memo-form div#edit-field-details-of-accused-new-wrapper {width: 100%;}
.node-seizures-memo-form div#edit-field-name-address-of-at-least-t-wrapper {width: 100%;}
.node-seizures-memo-form div#edit-field-seized-by-wrapper {
    width: 100%;
    float: left;
}
.node-seizures-memo-form div#edit-field-remarks1-wrapper {
    margin-top: -22px;
}
.node-seizures-memo-form  div#edit-field-handed-over-wrapper {
    width: 100%;
    float: left;
    clear: both;
}
.node-seizures-memo-form fieldset#edit-field-date-of-seizure-0 {
    float: left;
    width: 100%;
}
.node-seizures-memo-form fieldset#edit-field-date-of-seizure-0 legend span.fieldset-legend {
    font-size: 14px;
    font-weight: 500;
}
.node-seizures-memo-form .field--type-datetime input.form-date {
    width: 70%;
}
.node-seizures-memo-form input#edit-field-date-of-seizure-0-value-time {
    width: 28%;
    height: 35px;
}
.node-seizures-memo-form div#edit-field-beat-office-wrapper {
    clear: both;
}
.node-seizures-memo-form div#edit-field-details-of-accused-offende-0-field-father-s-name-wrapper {
    clear: both;
}
.node-seizures-memo-form div#edit-field-details-of-accused-new-0-field-remarks-wrapper {
    clear: both;
}
.node-seizures-memo-form div#edit-field-declaration-data-wrapper {
    clear: both;
}
.node-seizures-memo-form div#edit-field-declaration-data-wrapper p {
    margin-left: 17px;
    margin-top: -15px;
    width: 900px;
}
/*
.node-seizures-memo-form input[type=checkbox], input[type=radio] {
    position: relative;
    top: 37px;
}
*/
.node-seizures-memo-form div#edit-field-declar-of-accused-wrapper {
    clear: both;
    margin-top: -34px;
}
.node-seizures-memo-form    div#edit-field-signature-thumb-impression-wrapper {
clear: both;
}

/*-- Register FIR/POR (preliminary offence Report)  --*/
.node-fir-por-preliminary-offence-repo-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-fir-por-preliminary-offence-repo-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;    margin-top: 0;     color: #000;}
.node-fir-por-preliminary-offence-repo-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;     color: #000;}
.node-fir-por-preliminary-offence-repo-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;     color: #000;}
.node-fir-por-preliminary-offence-repo-form div#edit-field-details-of-accuse-offender-wrapper {
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-location-wrapper {
    display: block;
}

.node-fir-por-preliminary-offence-repo-form legend span.fieldset-legend {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 8px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-information-recieved-on-wrapper p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    color: #900620;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: -14px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-date-of-seizure-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form input#edit-field-date-of-seizure-0-value-date {
    width: 70%;
}
.node-fir-por-preliminary-offence-repo-form input#edit-field-date-of-seizure-0-value-time {
    width: 28%;
    height: 35px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-details-of-accuse-offender-0-field-father-s-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-details-of-accuse-offender-0-field-mobile-number-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form fieldset#edit-field-date-of-seizure-0 {
    float: left;
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-form fieldset#edit-field-date-of-seizure-0 {
    float: left;
    width: 100%;
    margin-top: 2px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-details-of-accuse-offender--description {
    float: left;
    margin-left: 0;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-declaration-data-wrapper {
    clear: both;
    margin-top: 30px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-declar-of-accused-value--description {
    margin-left: 19px;
    width: 766px;
}
/*
.node-fir-por-preliminary-offence-repo-form input[type=checkbox], input[type=radio] {
    position: relative;
    top: 33px;
}
*/
.node-fir-por-preliminary-offence-repo-form div#edit-field-handed-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form fieldset#edit-field-event-date-time-0 {
    width: 100%;
    float: left;
}
.node-fir-por-preliminary-offence-repo-form input#edit-field-event-date-time-0-value-date {
    width: 70%;
}
.node-fir-por-preliminary-offence-repo-form input#edit-field-event-date-time-0-value-time {
    width: 28%;
    height: 35px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-event-date-time-0--description {
    margin-left: 0;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-event-date-time-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-remarks3-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-declar-of-accused-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-beat-office-wrapper {
    clear: both;
}
/*-- Register FIR/POR (preliminary offence Report) --*/
.node-fir-por-preliminary-offence-repo-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-fir-por-preliminary-offence-repo-edit-form  div#edit-field-date-of-seizure-wrapper {
    margin-top: 43px;
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form #edit-field-declarations-wrapper p {
    font-size: 14px;
    font-weight: 600;
    color: #900620;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-mobile-number-0-value {
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-declar-of-accused-value {
    position: relative;
    top: 34px;
}
.node-fir-por-preliminary-offence-repo-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;    margin-top: 0;}
.node-fir-por-preliminary-offence-repo-edit-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-fir-por-preliminary-offence-repo-edit-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
span.fieldset-legend {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 8px;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-location-wrapper {
    display: block;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-information-recieved-on-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #900620;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-date-of-seizure-0-value-date {
    width: 70%;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-date-of-seizure-0-value-time {
    width: 28%;
    height: 35px;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender-wrapper {
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender-0-field-father-s-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender-0-field-mobile-number-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender-1-field-father-s-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender-1-field-mobile-number-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-details-of-accuse-offender--description {
    margin-left: 0;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form fieldset#edit-field-date-of-seizure-0 {
    width: 100%;
    margin-top: -42px;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-date-of-seizure-0-value-date {
    width: 60%;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-beat-office-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-declar-of-accused-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-declaration-data-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-declar-of-accused-value--description {
    margin-left: 17px;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-handed-name-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form fieldset#edit-field-event-date-time-0 {
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-event-date-time-0-value-date {
    width: 70%;
}
/*
.node-fir-por-preliminary-offence-repo-edit-form input[type=checkbox], input[type=radio] {
    position: relative;
    top: 33px;
}
*/
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-event-date-time-0--description {
    margin-left: 0;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-event-date-time-wrapper {
    clear: both;
}
.node-fir-por-preliminary-offence-repo-edit-form input#edit-field-event-date-time-0-value-time {
    height: 35px;
    width: 28%;
}
/*
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-image-wrapper {
    clear: both;
}
*/
.node-fir-por-preliminary-offence-repo-edit-form #edit-field-image-wrapper div#edit-field-image-0--description {
    float: left;  
}
/*----  Edit SEIZURES MEMO UNDER SECTION -----*/
.node-seizures-memo-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-seizures-memo-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;margin: 0;}
.node-seizures-memo-edit-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-seizures-memo-edit-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-seizures-memo-edit-form fieldset#edit-field-date-of-seizure-0 {
    width: 100%;
}
.node-seizures-memo-edit-form div#edit-field-remarks1-wrapper {
    margin-top: -24px;
}
.node-seizures-memo-edit-form div#edit-field-image-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form input#edit-field-date-of-seizure-0-value-date {
    width: 52%;
}
.node-seizures-memo-edit-form input#edit-field-date-of-seizure-0-value-time {
    width: 38%;
    height: 35px;
}
.node-seizures-memo-edit-form div#edit-field-beat-office-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form div#edit-field-details-of-accused-offende-wrapper {
    width: 100%;
}
.node-seizures-memo-edit-form div#edit-field-details-of-accused-offende-0-field-father-s-name-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form div#edit-field-details-of-accused-new-wrapper {
    width: 100%;
}
.node-seizures-memo-edit-form div#edit-field-details-of-accused-new-0-field-remarks-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form .required-fields.field-group-html-element.seized_by_grp {
    float: left;
    width: 100%;
}
.node-seizures-memo-edit-form div#edit-field-name-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form .required-fields.field-group-html-element.handed_group {
    width: 100%;
    float: left;
}
.node-seizures-memo-edit-form div#edit-field-handed-name-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form div#edit-field-name-address-of-at-least-t-wrapper {
    width: 100%;
}
.node-seizures-memo-edit-form div#edit-field-declar-of-accused-wrapper {
    clear: both;
        margin-top: -34px;
}
.node-seizures-memo-edit-form div#edit-field-declaration-data-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form  div#edit-field-declaration-data-wrapper p {
    margin-left: 17px;
}
/*
.node-seizures-memo-edit-form input[type=checkbox], input[type=radio] {
    position: relative;
    top: 54px;
}
*/
.node-seizures-memo-edit-form div#edit-field-signature-thumb-impression-wrapper {
    clear: both;
}
/*-- Create Tender Auction --*/
.node-tender-auction-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-select-type.form-item-field-select-type {
    clear: both;
}
.node-tender-auction-form div#edit-field-date-of-tender-auction-not-wrapper {
    float: left;
    width: 31%;
    margin-right: 2%;
}
/*-- dfo Profile --*/
.user-form div#edit-field-division-wrapper .js-form-type-cshs > label {
    display: block;
}
/*
.user-form  .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-lifetime-validity-value.form-item-field-lifetime-validity-value {
    clear: both;
}
*/
.user-form div#edit-field-registration-date-wrapper {
    clear: both;
}
.user-form div#edit-field-forest-product-type-wrapper .js-form-type-cshs.form-type-cshs > label {
    display: none;
}

#user-form .js-form-item-field-forest-product-type-0-target-id > label {
    display: block;
}
.required-fields.field-group-html-element.grp-pan {
    clear: both;
}
/*
#user-form div#edit-field-pan-wrapper {
    clear: both;
}
*/
/*
#user-form  div#edit-field-ifsc-code-wrapper {
    clear: both;
}
*/
#user-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-range-office-user.form-item-field-range-office-user {
    float: left;
    width: 100%;
}
/*-- Add New Schemes ----*/

.node-schemes-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-schemes-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;    margin-top: 0;}
.node-schemes-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-schemes-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-schemes-form div#edit-field-major-components-of-the-sc-wrapper {width: 100%;}

.node-schemes-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
    float: left;
}
.node-schemes-form div#edit-field-type-of-schemes-wrapper {
    display: flex;
    width: 100%;
    margin-right: 4px;
}


/*.node-schemes-form div#edit-field-implementing-agency-wrapper {clear: both;}*/

/*-- Edit Forest Based Industry Payment 100 --*/
.node-forest-based-industry-payment-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-forest-based-industry-payment-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-based-industry-payment-edit-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-based-industry-payment-edit-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-forest-based-industry-payment-edit-form div#edit-field-challan-date-wrapper {margin-top: 23px;}
.node-forest-based-industry-payment-edit-form input#edit-title-0-value {margin-top: 0px;}
.node-forest-based-industry-payment-edit-form  div#edit-field-other-sharing-pattern-wrapper {
    clear: both;
}
.node-forest-based-industry-payment-edit-form   div#edit-field-project-period-wrapper {
    clear: both;
}
.node-forest-based-industry-payment-edit-form   div#edit-field-mode-others-wrapper {
    clear: both;
}

/*---- DFO Operating Wood Based Industry ----*/
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-as-the-raw-material-up-to-.form-item-field-as-the-raw-material-up-to- {
    margin-top: 0px;
    font-size: 100%;
    float: left;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-status-wrapper {
    float: left;
    width: 50%;
}

/*--  node-application-for-renewal-of-licen-edit-form ----*/

.node-application-for-renewal-of-licen-edit-form div#edit-field-division-dropd-wrapper label {
    margin-right: 8px;
    width: 10vw;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
    float: left;
    width: 28vw;
    display: inline-flex;
    margin-right: 1%;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for.form-disabled {
    float: right;
    width: 28vw;
    display: inline-flex;
    margin-right: 1%;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-register-for-wrapper label {
    margin-right: 8px;
    width: 10vw;
}
.node-application-for-renewal-of-licen-edit-form  .required-fields.field-group-html-element.renewal-footer-grp {
    float: left;
    width: 100%;
    clear: both;
/*    display: inline-flex;*/
}

.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-area-of-plantation-in-hect-0-value.form-item-field-area-of-plantation-in-hect-0-value.form-disabled {
    float: left;
    width: 23vw;
    display: inline-flex;
    margin-right: 8px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-area-of-plantation-in-hect-wrapper label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status {
    float: left;
    width: 31%;
    display: inline-block;
    margin-top: -5px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value.form-disabled {
   float: left;
    width: 44%;
    display: inline-flex;
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to {
    float: left;
    width: 31%;
    display: grid;
    margin-top: -1px;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status {
    float: left;
    width: 31%;
    display: inline-block;
    margin-top: -5px;
    margin-right: 1%;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-location-of-plantation-sit-wrapper .form-textarea-wrapper {
    float: left;
    width: 21vw;
    display: inline-flex;
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form .js-text-full.text-full.form-textarea {
    height: 55px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropdown.form-item-field-division-dropdown.form-disabled {
    float: left;
    width: 28vw;
    display: inline-flex;
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-division-dropdown-wrapper label {
    width: 19vw;
    margin-right: 0px;
}

.node-application-for-renewal-of-licen-edit-form div#edit-field-circle-wrapper  label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-designations-0-value.form-item-field-designations-0-value.form-disabled {
    float: left;
    width: 26vw;
    display: inline-flex;
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-designations-wrapper label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-circle-after-markup-wrapper {
    float: left;
    width: 21vw;
    display: inline-flex;
        font-weight: 500;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title-0-value.form-item-title-0-value.form-disabled {
    float: left;
    width: 31vw;
    display: inline-flex;
    margin-right: 8px;
}
/*

.node-application-for-renewal-of-licen-edit-form div#edit-field-date-wrapper {
    margin-top: 24px;
}
*/
/*
.node-application-for-renewal-of-licen-edit-form div#edit-field-land-line-number-wrapper {
    clear: none;
    margin-top: 0px;
}
*/

.node-application-for-renewal-of-licen-edit-form div#edit-field-intended-date-of-collectio-wrapper h4.label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-intended-date-of-collectio-wrapper {
    float: left;
    width: 23vw;
    display: inline-flex;
    margin-top: 20px;
}
.node-application-for-renewal-of-licen-edit-form  div#edit-field-intended-date-of-collectio-wrapper {
 clear: none;
}

.node-application-for-renewal-of-licen-edit-form div#edit-field-intended-date-of-collectio-wrapper input {
    width: 20vw;
}
.node-application-for-renewal-of-licen-edit-form div#edit-title-wrapper input {
    width: 26vw;
}
.node-application-for-renewal-of-licen-edit-form  div#edit-title-wrapper input {
    width: 23vw;
}

.node-application-for-renewal-of-licen-edit-form   div#edit-field-date-wrapper {
    float: left;
    width: 38vw;
    display: inline-flex;
    clear: both;
}
.node-application-for-renewal-of-licen-edit-form  div#edit-field-date-wrapper .label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form  div#edit-field-date-wrapper input {
    width: 20vw;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-handed-designation-0-value.form-item-field-handed-designation-0-value.form-disabled {
    float: left;
    width: 32vw;
    display: inline-flex;
    font-weight: 500;
    margin-top: -2px;
}

.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-handed-name-0-value.form-item-field-handed-name-0-value.form-disabled {
    float: left;
    width: 21vw;
    display: inline-flex;
        margin-right: 22px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-handed-place-of-posting-0-value.form-item-field-handed-place-of-posting-0-value.form-disabled {
   float: left;
    width: 50vw;
    display: inline-flex;
    margin-right: 5px;
}  
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-land-line-number-0-value.form-item-field-land-line-number-0-value.form-disabled  {
  float: left;
    width: 37vw;
    display: inline-flex;
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-dated-wrapper {
    float: left;
    width: 18vw;
    display: inline-flex;
    margin-right: 5px;
    margin-top: 17px;
}

.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-signature-of-forest-office-0.form-item-field-signature-of-forest-office-0 {
        float: left;
    width: 60vw;
        display: inline-block;
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-handed-designation-wrapper label {
    margin-right: 5px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-handed-designation-wrapper input {
    width: 23vw;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-handed-name-wrapper label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-handed-place-of-posting-wrapper label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-land-line-number-wrapper label {
    margin-right: 6px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-dated-wrapper input {
    width: 22vw;
    margin-left: 5px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to.form-disabled {
    float: left;
    width: 31%;
    display: inline-block;
}
.node-application-for-renewal-of-licen-edit-form  .required-fields.field-group-html-element.gst-details {
    float: left;
    width: 100%;
    display: contents;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status.form-disabled {
    float: left;
    width: 31%;
    display: grid;
    margin-top: -5px;
    margin-right: 1%;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to.form-disabled {
    float: left;
    width: 30%;
    display: grid;
    margin-top: -5px;
}
.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value.form-disabled {
    float: left;
    width: 31%;
    display: grid;
}
.node-application-for-renewal-of-licen-edit-form .node-licence-for-setting-up-of-wood-b-edit-form div#edit-field-division-dropd-wrapper {
    clear: both;
    float: left;
    width: 100%;
    display: inline-grid;
    margin-top: 6px;
}

.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status.form-disabled {
    float: left;
    width: 31%;
    display: flow-root;
    margin-right: 1%;
}
.node-licence-for-setting-up-of-wood-b-edit-form  div#edit-field-division-dropd-wrapper {
    float: left;
    width: 100%;
    display: contents;
}
.node-licence-for-setting-up-of-wood-b-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
    float: left;
    width: 31%;
    display: inline-flex;
    clear: both;
}
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
    float: left;
    width: 31%;
    display: inline-flex;
    clear: both;
}
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for.form-disabled {
    float: right;
    width: 37vw;
    display: inline-flex;
}
.node-licence-for-setting-up-of-wood-b-edit-form  .circle-group .form-item {
    float: left;
    margin: 15px 0px 0 6px !important;
}
.node-licence-for-setting-up-of-wood-b-edit-form  div#edit-field-division-dropd-wrapper label {
    margin-right: 7px;
}
.node-licence-for-setting-up-of-wood-b-edit-form select#edit-field-division-dropd {
    width: 17vw;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to {
    float: left;
    width: 31%;
    margin-right: 1%;
    display: grid;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-froward-to-wrapper {
    float: left;
    width: 100%;
    display: contents;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
    float: right !important;
    width: 28vw !important;
    display: inline-block;
    margin-top: -85px;
}
/*
.node-application-for-renewal-of-licen-edit-form .js-form-wrapper {
    float: left;
    margin-right: 15px;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-application-for-renewal-of-licen-edit-form  .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-application-for-renewal-of-licen-edit-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-application-for-renewal-of-licen-edit-form div#edit-field-head-markup-wrapper {width: 100%;}
.node-application-for-renewal-of-licen-edit-form div#edit-field-division-wrapper {
    clear: both;
    width: 100%;
}
*/
/*
.node-application-for-renewal-of-licen-edit-form div#edit-field-circle-after-markup-wrapper {
    clear: both;
}
*/
.node-application-for-renewal-of-licen-edit-form div#edit-field-intended-date-of-collectio-wrapper {
    margin-top: 24px;
}
/*
.node-application-for-renewal-of-licen-edit-form div#edit-field-circle-after-markup-wrapper p {
    margin-top: -27px;
}
*/
/*
.node-application-for-renewal-of-licen-edit-form div#edit-title-wrapper {
    clear: both;
}
*/
/*
.node-application-for-renewal-of-licen-edit-form div#edit-field-land-line-number-wrapper {
    clear: both;
    margin-top: -23px;
}
*/
.node-application-for-renewal-of-licen-edit-form div#edit-field-handed-place-of-posting-wrapper {
    margin-top: -16px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-signature-of-forest-office-wrapper {
    margin-top: -17px;
}
.node-application-for-renewal-of-licen-edit-form div#edit-field-after-using-mark-up-wrapper {
    width: 100%;
    float: left;
    display: block;
}

/*--  Add New Achievement --*/
/*.node-achievements-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}*/

.node-achievements-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box; margin-top: 0;}
.node-achievements-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-achievements-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-achievements-form div#edit-field-fund-released-and-utilized-wrapper {width: 100%;}
.node-achievements-form div#edit-field-geo-coordinates-important-wrapper {width: 100%;    clear: both;}
.node-achievements-form div#edit-field-major-components-of-the-sc-wrapper {width: 100%;clear: both;}
.node-achievements-form div#edit-field-attached-0--description {margin-left: 0;}

.node-achievements-form .js-form-item.form-item.js-form-type-select.form-type-select {
    width: 31%;
    float: left;
    margin-right: 1%;    
}
.node-achievements-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-money-wages-not-transferre.form-item-field-money-wages-not-transferre {
    margin-top: 0;
}

.node-achievements-form .js-form-item.form-item.js-form-type-cshs.form-type-cshs.js-form-item-field-type-of-schemes-0-target-id.form-item-field-type-of-schemes-0-target-id {
    float: left;
    margin-top: 42px;
}
.node-achievements-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
    float: left;
}
/*
.node-achievements-form div#edit-field-type-of-schemes-wrapper {
    clear: both;
}
*/
.node-achievements-form  div#edit-field-remarks1-wrapper {
    clear: both;
}

.node-achievements-form div#edit-field-funding-pattern-wrapper {
    clear: both;
}
/*
.node-achievements-form  div#edit-field-details-with-year-of-evalu-wrapper {
    clear: both;
}
*/
.node-achievements-form .required-fields.field-group-html-element.fund-released-utilize {
    clear: both;
}
.node-achievements-form .js-form-type-textfield {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.node-achievements-form .field--name-field-sanction-order-date {
    width: 31%;
    float: left;
    margin-right: 1%;
    margin-top: 7px;
}
.node-achievements-form  div#edit-field-fund-released-and-utilized-0-field-central-information-wrapper--GxtAgqYdhDE {
    clear: both;
}
/*
.node-achievements-form div#edit-field-fund-released-and-utilized-0-field-central-information-0-field-sanction-order-date-wrapper {
    width: 31%;
    float: left;
    margin-right: 1%;
        margin-top: 7px;
}
*/
.node-achievements-form div#edit-field-fund-released-and-utilized-0-field-central-information-wrapper {
    clear: both;
}
/*
.node-achievements-form div#edit-field-fund-released-and-utilized-0-field-state-information-0-field-sanction-order-date-wrapper {
    width: 31%;
    float: left;
    margin-right: 1%;
    margin-top: 7px;
}
*/
.node-achievements-form div#edit-field-geo-coordinates-important-0-field-gelolocation-wrapper {
    clear: both;
}
.node-achievements-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-15-component-wise-achievem-0-value.form-item-field-15-component-wise-achievem-0-value {
    margin-top: 16px;
}
.node-achievements-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-whether-the-scheme-involve.form-item-field-whether-the-scheme-involve {
    margin-top: 0px;
}
.node-achievements-form div#edit-field-image-0--description {
    float: left !important;
    margin-left: 0;
}
.node-achievements-form div#edit-field-image-wrapper {
    width: 31%;
    margin-right: 1%;
    float: left;
}
.node-achievements-form div#edit-field-attached-wrapper {
    width: 31%;
    margin-right: 1%;
    float: left;
}
.node-achievements-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks2-0-value.form-item-field-remarks2-0-value {
    width: 31%;
    margin-right: 1%;
    float: left;
}
.node-achievements-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
     width: 31%;
    margin-right: 1%;
    float: left;
}
.node-achievements-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-details-with-year-of-evalu-0-value.form-item-field-details-with-year-of-evalu-0-value .form-textarea-wrapper textarea {
    width: 31%;
}
/*--- Online Ticket Booking ----*/

.node-online-ticket-booking-form label.option {
    display: inline;
    font-weight: normal;
    position: relative;
    top: -12px;
}
/*
.node-online-ticket-booking-form div#edit-field-register-opened-on-wrapper {
    clear: both;
}
*/
.node-online-ticket-booking-form div#edit-field-register-opened-on-wrapper h4 {
    font-size: 14px;
    font-weight: 600;
}
.node-online-ticket-booking-form div#edit-field-visit-wrapper fieldset#edit-field-visit--wrapper .fieldset-wrapper {
    position: relative;
    top: 6px;
}
/*
.node-online-ticket-booking-form div#edit-field-room-no-wrapper {
    clear: both;
}
*/
.node-online-ticket-booking-form div#edit-field-zoo-wrapper .js-form-item.form-item.js-form-type-cshs.form-type-cshs > label {
    display: none;
}
.node-online-ticket-booking-form .form-select.simpler-select-root + .select-wrapper > label {
    display: block;
}
.node-online-ticket-booking-form #edit-field-zoo-wrapper .select-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 7px 0 0px;
}
.node-online-ticket-booking-form div#edit-field-sanctuary-wrapper .js-form-item.form-item.js-form-type-cshs.form-type-cshs > label {
    display: none;
}

/*--- Ticket Booking Print Preview --*/
h2.middle-content-mt {
    text-align: center;
    font-size: 100%;
    width: 100%;
    display: grid;
    position: absolute;
    top: 0;
    margin: 0 auto;
    color: #333;
    line-height: 21px;
        font-weight: 600;
}
.views-field.views-field-nothing-2.mnt-note {
    width: 100%;
}
h2.middle-content {
    text-align: center;
    font-size: 100%;
    width: 100%;
    display: grid;
    position: absolute;
    top: 0;
    margin: 0 auto;
    color: #333;
    line-height: 21px;
    font-weight: 600;
}

/*--- Login Page ---*/
.user-login-form .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {
    float: none !important;
}
.captcha img {
    width: 14%;
    float: right;
    display: block;
    position: absolute;
    left: 28%;
    bottom: 19%;
}

input#edit-captcha-response {
    width: 90%;
}
.user-register-form label.option {
    position: relative;
    top: -12px;
}
.user-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-pan-0-value.form-item-field-pan-0-value {
    clear: both;
}
/*
.user-register-form div#edit-field-ifsc-code-wrapper {
    clear: none;
}
*/
.user-register-form input#edit-field-date-of-birth-0-value-date {
    width: 100%;
    float: left;
}
.user-register-form div#edit-field-date-of-birth-wrapper {
    margin-top: 19px;
}
/*--- Edit SEIZURES MEMO UNDER SECTION ----*/
ul.tabs.primary {
    margin: 10px auto 10px;
}

ul.tabs.primary > li {
  margin-left: -1px;
}
ul.tabs.primary > li:first-child > a {
  border-radius: 0;
}
ul.tabs.primary > li:first-child > a:before {
  display: none;
}
ul.tabs.primary > li:last-child > a:after {
  box-shadow: none;
}
ul.tabs.primary > li > a {
    padding: 8px 30px 8px 50px;
    background-color: #D9D9D9;
    color: #343434;
    border: 0;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
ul.tabs.primary > li > a:hover, ul.tabs.primary > li > a:active, ul.tabs.primary > li > a:focus {
  background-color: #D9D9D9;
  color: black;
  border: 0;
}
ul.tabs.primary > li > a:before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #D9D9D9;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
}
ul.tabs.primary > li > a:after {
  content: " ";
  position: absolute;
  right: -20px;
  background-color: #D9D9D9;
  top: 0;
  height: 100%;
  width: 40px;
  -webkit-transform: skewX(35deg);
          transform: skewX(35deg);
  box-shadow: 3px 0px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
ul.tabs.primary > li.is-active {
  margin-top: -11px;
}
ul.tabs.primary > li.is-active > a {
    border: 0;
    background-color: #900620;
    color: white;
    padding: 10px 30px 8px 50px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
}
ul.tabs.primary > li.is-active > a:hover, ul.tabs.primary > li.is-active > a:active, ul.tabs.primary > li.is-active > a:focus {
  background-color: #900620;
  color: white;
  border: 0;
}
ul.tabs.primary > li.is-active > a:before {
  display: none;
}
ul.tabs.primary > li.is-active > a:after {
  right: -25px;
  width: 50px;
  background-color: #900620;
  z-index: 1;
}
/*-- Add Externally Aided Projects  ---*/
.node-externally-aided-projects-form  .js-form-wrapper{width: 31%; float: left; margin-right: 15px;margin-top: 0px;}
.node-externally-aided-projects-form .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;
    margin-top: 0;
}
.node-externally-aided-projects-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-externally-aided-projects-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-externally-aided-projects-form div#edit-field-whether-project-agreement-wrapper {width: 100%;}
.node-externally-aided-projects-form div#edit-field-major-components-of-the-sc-wrapper {width: 100%;}
/*.node-externally-aided-projects-form div#edit-field-funding-agency-wrapper {clear: both;}*/
.node-externally-aided-projects-form div#edit-field-if-loan-wrapper {
    clear: both;
}
.node-externally-aided-projects-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
}
.node-externally-aided-projects-form label.option {
    display: inline;
    font-weight: normal;
    position: relative;
    top: -12px;
}
.node-externally-aided-projects-form div#edit-field-date-wrapper {
    clear: both;
    margin-top: 18px;
}
.node-externally-aided-projects-form select#edit-field-division {
    width: 100%;   
}


/*-- Add Scheme Wise Plantations ---*/
.node-scheme-wise-plantations-form  .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-scheme-wise-plantations-form  .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;margin-top: 0;}
.node-scheme-wise-plantations-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-scheme-wise-plantations-form .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-scheme-wise-plantations-form select#edit-field-division {
    width: 100%;   
}
.node-scheme-wise-plantations-form div#edit-field-geo-coordinates-important-wrapper {
    width: 100%;
}
.node-scheme-wise-plantations-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
}
.node-scheme-wise-plantations-form div#edit-field-major-components-of-the-sc-wrapper {
    width: 100%;
}
.node-scheme-wise-plantations-form div#edit-field-remarks2-wrapper {
    clear: both;
}
.node-scheme-wise-plantations-form .required-fields.field-group-html-element.uploadphoto {
    clear: both;
}
.node-scheme-wise-plantations-form fieldset#edit-field-geo-coordinates-important-0-field-gelolocation-0 {
    width: 100%;
    float: left;
}
.node-scheme-wise-plantations-form div#edit-field-geo-coordinates-important-0-field-gelolocation-wrapper {
    clear: both;
    
}
/*--- node-scheme-wise-plantations-edit-form ---*/
.node-scheme-wise-plantations-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-scheme-wise-plantations-edit-form  .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-scheme-wise-plantations-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;    margin-top: 0;}
.node-scheme-wise-plantations-edit-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-scheme-wise-plantations-edit-form  div#edit-field-geo-coordinates-important-wrapper {
    width: 100%;
}
.node-scheme-wise-plantations-edit-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
}
.node-scheme-wise-plantations-edit-form div#edit-field-major-components-of-the-sc-wrapper  {
    width: 100%;
}
.node-scheme-wise-plantations-edit-form div#edit-field-agency-other-wrapper {
    clear: both;
}
.page-node-type-scheme-wise-plantations div#block-cmf-local-tasks {
    display: none;
}
.page-node-type-scheme-wise-plantations select#edit-field-division {
    width: 100%;    
}
.field--type-geolocation.field--name-field-gelolocation fieldset {
    width: 100%;
    float: left;
    display: flex;
}
div.field--type-geolocation {
    clear: both;
}
.node-scheme-wise-plantations-edit-form .required-fields.field-group-html-element.uploadphoto {   
    width: 100%;
    clear: both;
}

/*--- Edit Achievements test Achievements ---*/
.page-node-type-achievements div#block-cmf-local-tasks {
    display: none;
}
.node-achievements-edit-form  .js-form-wrapper{width: 31%; float: left; margin-right: 15px;     margin-top: 0;}
.node-achievements-edit-form  .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-achievements-edit-form   .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-achievements-edit-form    .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}

.node-achievements-edit-form div#edit-field-fund-released-and-utilized-wrapper {
    width: 100%;
}
.node-achievements-edit-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
    float: left;
}

.node-achievements-edit-form  div#edit-field-type-of-schemes-wrapper {
    display: flex;
    width: 100%;
    clear: both;
}
.node-achievements-edit-form div#edit-field-geo-coordinates-important-wrapper {
    width: 100%;
}
.node-achievements-edit-form div#edit-field-major-components-of-the-sc-wrapper {
    width: 100%;
}
.node-achievements-edit-form label {
    display: block; 
}
.node-achievements-edit-form div#edit-field-fund-released-and-utilized-0-field-central-information-wrapper {
    clear: both;
}
.node-achievements-edit-form .js-form-wrapper select {
    width: 100%;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
}
.node-achievements-edit-form .field--name-field-sanction-order-date {
    clear: both;
    width: 100%;
}
.node-achievements-edit-form fieldset.js-form-item.form-item.js-form-wrapper.form-wrapper {
    width: 100%;
}
.node-achievements-edit-form fieldset#edit-field-fund-released-and-utilized-0-field-state-information-0 {
    width: 100%; 
}
.node-achievements-edit-form div#edit-field-fund-released-and-utilized-0-field-state-information-0-field-sanction-order-date-wrapper {
    width: 100%;
}
.node-achievements-edit-form .field--name-field-amount-released-in-lakh-rs {
    width: 100%;
}
.node-achievements-edit-form .field--name-field-amount-utilized-in-lakh-rs {
    width: 100%;
}
.node-achievements-edit-form div#edit-field-whether-the-scheme-involve-wrapper {
    clear: both;
    margin-top: -20px;
}
.node-achievements-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-money-wages-not-transferre.form-item-field-money-wages-not-transferre {
    margin-top: -2px;
}
/*-- Edit Externally Aided Projects test project --*/
.page-node-type-externally-aided-projects div#block-cmf-local-tasks {
    display: none;
}
.node-externally-aided-projects-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-externally-aided-projects-edit-form .js-form-wrapper input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 0;
}
.node-externally-aided-projects-edit-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
}
.node-externally-aided-projects-edit-form div#edit-field-if-loan-wrapper {
    width: 100%;
    display: block;
    float: left;
    font-weight: 600;
    color: #900620;
}
.node-externally-aided-projects-edit-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-externally-aided-projects-edit-form .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-externally-aided-projects-edit-form div#edit-field-whether-project-agreement-wrapper {
    width: 100%;
}
.node-externally-aided-projects-edit-form div#edit-field-major-components-of-the-sc-wrapper {
    width: 100%;
}
.node-externally-aided-projects-edit-form div#edit-field-date-wrapper {
    clear: both;
    margin-top: 18px;
}
.node-externally-aided-projects-edit-form select#edit-field-division {
    width: 100%;    
}
/*--- Edit Schemes test scheme ---*/
.page-node-type-schemes div#block-cmf-local-tasks {
    display: none;
}
.node-schemes-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-schemes-edit-form .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.node-schemes-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-schemes-edit-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-schemes-edit-form div#edit-field-major-components-of-the-sc-wrapper {
    width: 100%;
}  
.node-schemes-edit-form div#edit-field-major-components-scheme-wrapper {
    width: 100%;
}
.node-schemes-edit-form div#edit-field-other-sharing-pattern-wrapper {
    clear: both;
}
.node-schemes-edit-form div#edit-field-type-of-schemes-wrapper {
    display: flex;
    width: 100%;
}

.node-schemes-edit-form select#edit-field-division {
    width: 100%; 
}
div.field--name-field-central-information {
    clear: both;
}
/*-- User Login ---*/
.views-exposed-form select#edit-field-name-of-plant-species-target-id {
    width: 100%;
}


select#edit-field-name-of-plant-species-target-id {
    width: 20%;
}
/*-- Request form for Customers --*/

.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-select.form-type-select {
    width: 31%;
    float: left;
    margin-right: 1%;    
}
.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield {
    width: 31%;
    float: left;
    margin-right: 1%;
}

.node-request-form-for-customers-villa-form div#edit-field-species-wise-required-numb-wrapper {
    clear: both;
}
.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea {
    float: left;
    width: 31%;
    margin-right: 1%;
}
.node-request-form-for-customers-villa-form input#edit-field-intended-date-of-collectio-0-value-date {
    width: 97%;
}
.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file {
    width: 31%;
    float: left;
/*    margin-top: -8px;*/
    margin-right: 1%;
}
.node-request-form-for-customers-villa-form div#edit-field-declaration-wrapper {
    clear: both;
}

/*---- Create Tender Auction ---*/
#node-tender-auction-form select#edit-field-division-0-target-id .select-wrapper {
    width: 94%;
}
#node-tender-auction-form div#edit-field-bamboo-quantity-wrapper > p {
    display: none;
}
.node-tender-auction-form  p {
    clear: both;
    display: inline-block;
    margin-bottom: 0.5px;
    font-size: 14px;
    font-weight: 600;
}
.node-tender-auction-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-gst.form-item-field-gst {
    margin-top: -30px;
}
.node-tender-auction-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-other-charges-applicable-t-0-value.form-item-field-other-charges-applicable-t-0-value {
    margin-top: -30px;    
}
/*
.node-tender-auction-form div#edit-field-bamboo-number-wrapper {
    clear: both;
}
*/
.node-tender-auction-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-gst.form-item-field-gst {
    clear: both;
}
/*-- signup ---*/
.user-form div#edit-field-division-wrapper .js-form-type-cshs > label {
    display: none;
}

.user-register-form .js-form-item.form-item.js-form-type-cshs.form-type-cshs.js-form-item-field-division-0-target-id.form-item-field-division-0-target-id {
    display: flex;
    width: 31%;
    float: left;
    margin-right: 15px;
}
.user-register-form .select-wrapper {    
    margin-right: 4px;
}
.user-register-form .select-wrapper label {
    display: inline-block;
}
.user-register-form div#edit-field-outsource-event-markup-wrapper p {
    clear: both;
    display: inline-block;
    margin-bottom: 0.5px;
    font-size: 14px;
    font-weight: 600;
}
.user-register-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.user-register-form .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.user-register-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.user-register-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.user-register-form div#edit-field-register-as-wrapper {
    width: 100%;
}
/*
.user-register-form div#edit-field-account-number-wrapper {
    clear: both;
}
*/
.user-register-form div#edit-field-nature-of-business-wrapper {
    clear: both;
}
.user-register-form div#edit-field-forest-product-type-wrapper .js-form-item.form-item.js-form-type-cshs.form-type-cshs {
    display: flex;
}
.user-register-form div#edit-account {
    display: flex;
    width: 100%;
}
.user-register-form div#edit-field-user-details-wrapper {
    width: 100%;
    float: left;
}
.user-register-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-mail.form-item-mail {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.user-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.user-register-form div#edit-pass {
    width: 31%;
    float: left;
    display: grid;
}
.user-register-form .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-pass2.form-item-pass-pass2.confirm-parent {
    width: 100%;
    float: left;
}
.user-register-form .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-pass1 {
    width: 100%;
    float: left;
    margin-right: 1%;
}
.password-confirm, .password-field, .password-strength, .password-confirm-match {
    width: 100%;
}
/*-- Request form for Customers/Villagers for Seedlings ---*/

.node-request-form-for-customers-villa-form div#edit-field-others-wrapper {
    clear: both;
}
/*--- test1 profile ----*/
.user-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.user-form div#edit-field-ifsc-code-wrapper {clear: both;}
.user-form .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.user-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box; border-radius: 4px;}
.user-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.user-form div#edit-field-register-as-wrapper {
    width: 100%;
}
.user-form .js-form-item.form-item.js-form-type-cshs.form-type-cshs {
    display: flex;
    width: 100%;
}
.user-form .select-wrapper {
    width: 100%;
    margin-right: 4px;
}
.user-form div#edit-field-business-details-wrapper {
    width: 100%;
    float: left;
}
.user-form div#edit-field-user-details-wrapper {
    float: left;
    width: 100%;
}
.user-form .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-current-pass.form-item-current-pass {
    width: 99%;
    float: left;
    margin-right: 1%;
}
.user-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-mail.form-item-mail {
    width: 31%;
    float: left;
    margin-right: 10px;
}
.user-form div#edit-account {
    display: flex;
    width: 100%;
}
.user-form  div#edit-field-forest-product-mult-wrapper {
    width: 100%;
}
    
/*-- dfo node-request-form-for-customers-villa-edit-form ---*/
.node-request-form-for-customers-villa-edit-form  .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-request-form-for-customers-villa-edit-form  .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.node-request-form-for-customers-villa-edit-form  .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-request-form-for-customers-villa-edit-form  .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-request-form-for-customers-villa-edit-form  div#edit-field-species-wise-required-numb-wrapper {
    width: 100%;
}
.node-request-form-for-customers-villa-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-resources-available-with-a-0-value.form-item-field-resources-available-with-a-0-value.form-disabled {
    float: none;
    width: auto;
    margin-top: 0px;
}
.node-request-form-for-customers-villa-edit-form div#edit-field-intended-date-of-collectio-wrapper {
    margin-top: 16px;
}
.node-request-form-for-customers-villa-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-resources-available-with-a-0-value.form-item-field-resources-available-with-a-0-value.form-disabled {
    float: none;
    width: auto;
    margin-top: -4px;
}
.node-request-form-for-customers-villa-edit-form div#edit-field-declarations-wrapper {
    clear: both;
    float: left;
    width: 100%;
}

/*--- node-fir-por-preliminary-offence-repo-form -----*/
.node-fir-por-preliminary-offence-repo-form div#edit-field-declarations-wrapper p {
    font-size: 16px;
    font-weight: 600;
    color: #900620;
    float: left;
    width: 100%;
    margin-bottom: -7px;
    margin-top: 10px;
}
.node-fir-por-preliminary-offence-repo-form .form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 0;
}

.node-fir-por-preliminary-offence-repo-form input#edit-field-mobile-number-0-value {
    width: 100%;
}
.node-fir-por-preliminary-offence-repo-form input#edit-field-declar-of-accused-value {
    position: relative;
    top: 32px;
}
.node-fir-por-preliminary-offence-repo-form div#edit-field-seized-by-wrapper p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
/*-- node-seizures-memo-form --*/

.node-seizures-memo-form input#edit-field-declar-of-accused-value {
    position: relative;
    top: 39px;
}
node-seizures-memo-form div#edit-field-declaration-data-wrapper {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/*--- event -------*/
/*
.page-node-type-publication-events div#accessibile-site-content h1.page-title {
    background: #00a65129;
    padding: 9px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
*/

.page-node-type-publication-events .event-parent .event-l {
    float: left;
    width: 55%;
    margin-right: 2%;
}
.page-node-type-publication-events .views-field.views-field-field-upload-video {
    float: left;
    width: 40%;
}

.page-node-type-publication-events .view.view-publication-events.view-id-publication_events ul li {
    background: none;
    padding-left: 18px;
    margin-bottom: 10px;
    float: left;
    width: 33%;
    min-height: 150px;
    margin: 1% 1% 1% 0;
    padding: 10px !important;
    background-position: 50% 100% !important;
    list-style: none !important;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 4px 8px 11px #92a29af2;
    text-align: center;
    border-radius: 8px;
}
.page-node-type-publication-events .view.view-publication-events.view-id-publication_events img.image-style-medium {
    width: 100%;
    height: 180px;
    border-radius: 8px;

}
.page-node-type-publication-events .view.view-publication-events.view-id-publication_events img.image-style-medium:hover {
    transform: scale(1.03);
}

.page-node-type-publication-events .event-l span {
    float: left;
    width: 35%;
    font-size: 15px;
    font-weight: 500;
}

.page-node-type-publication-events .event-l span:after {
    content: ":";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #000;
    float: right;
    width: 30%;
    margin-top: 4px;
}

.page-node-type-publication-events .views-field.views-field-field-images {
    margin-top: 1%;
    float: left;
    width: 100%;
    margin-bottom: 2%;
}
.view.view-publication-events.view-id-publication_events.view-display-id-block_1 iframe {
    width: 450px;
    height: 275px;
    display: block;
    border-radius: 8px;
    border: 4px solid #900620;
    margin: 0 auto;
}

/*--  publication  --*/

.page-node-type-publication .view.view-publication.view-id-publication ul li {
    font-size: 120%;
    font-weight: 700;
    font-family: 'Raleway';
    text-transform: inherit;
    letter-spacing: inherit;
    color: #900620;
    background: #e7f7ef;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: 3.5px;
}
.page-node-type-publication .view.view-publication.view-id-publication img.image-style-max-325x325 {
    width: 100%;
    height: 180px;
    border-radius: 8px;
}
.page-node-type-publication .view.view-publication.view-id-publication img:hover {
    transform: scale(1.03);
}

/*--- node-licence-for-setting-up-of-wood-b-edit-form -----*/

.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value{
    float: left;
    width: 31%;
    margin-right: 1%;
}
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value{
    float: left;
    width: 31%;
    margin-right: 1%;
}
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to{
    float: left;
    width: 31%;
}
/*
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status.form-disabled {
    float: left;
    width: 31%;
    margin-right: 1%;
}
*/

.node-licence-for-setting-up-of-wood-b-edit-form textarea#edit-field-remarks1-0-value {
    padding: 1px 5px;
    height: 70px;
}



.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to.form-disabled {
    float: left;
    width: 31%;
}

/*-- node-licence-for-operating-wood-based-edit-form ----*/

.node-licence-for-operating-wood-based-edit-form #edit-field-circle-wrapper label {
    float: left;
    width: 116px;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-circle-wrapper input {
    width: 15vw;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-circular-number-wrapper input {
    width: 15vw;
}
.node-licence-for-operating-wood-based-edit-form #edit-field-circular-number-wrapper label {
    float: left;
    width: 114px;
}

.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value.form-disabled {
    float: left;
    width: auto;
    display: inline-flex;
    margin-right: 1%;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value.form-disabled {
    float: left;
    width: auto;
    display: inline-flex;
    margin-right: 1%;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropd.form-item-field-division-dropd.form-disabled {
    float: left;
    width: 81%;
    display: inline-flex;
}
#node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-location-of-plantation-sit-0-value.form-item-field-location-of-plantation-sit-0-value.form-disabled {
    float: left;
    display: inline-flex;
    margin-left: 0;
}
.node-licence-for-operating-wood-based-edit-form .form-textarea-wrapper textarea {
    height: 70px;
    width: 20vw;
    margin-left: 5px;
    margin-right: 10px;
        padding: 4px;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropdown.form-item-field-division-dropdown.form-disabled {
    float: left;
    display: inline-flex;
    width: 300px;
}
.node-licence-for-operating-wood-based-edit-form #edit-field-division-dropdown-wrapper label {
    width: 80px;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-division-dropdown-wrapper select#edit-field-division-dropdown {
    width: 19vw;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division-dropdown.form-item-field-division-dropdown.form-disabled {
    float: left;
    display: inline-flex;
    width: 407px;
}

.node-licence-for-operating-wood-based-edit-form div#edit-field-fax-wrapper {
    clear: both;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-division-dropdown-wrapper {
    width: 31%;
}

.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-fax-0-value.form-item-field-fax-0-value.form-disabled {
    float: left;
    display: inline-flex;
}

.node-licence-for-operating-wood-based-edit-form div#edit-field-after-profession-wrapper p {
    float: left;
    display: contents;
}
.node-licence-for-operating-wood-based-edit-form #edit-field-as-the-raw-material-up-to-wrapper label {
   float: left;
    width: 226px;
    margin-top: -15px;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-as-the-raw-material-up-to-.form-item-field-as-the-raw-material-up-to- {
    margin-top: 1px;
    font-size: 100%;
    float: left;
    display: flex;
}

.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status.form-disabled {
    float: left;
    width: 100%;
    margin-right: 1%;
}
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-froward-to.form-item-field-froward-to.form-disabled  {
    float: left;
    width: 31%;
    margin-right: 1%;
}

/*
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value.form-disabled {
      float: left;
    width: 31%;
    margin-right: 1%;
}
*/

.node-licence-for-operating-wood-based-edit-form div#edit-field-status-wrapper {
    float: none;
    width: 100%;
}

/*-- node-seizures-memo-edit-form --*/

.page-node-type-seizures-memo div#block-cmf-local-tasks {
    display: none;
}
.node-seizures-memo-edit-form div#edit-field-date-of-seizure-wrapper {
    clear: both;
}
.node-seizures-memo-edit-form div#edit-field-handed-over-wrapper h2 {
    font-size: 100%;
    font-weight: 600;
}
.node-seizures-memo-edit-form input#edit-field-declar-of-accused-value {
    position: relative;
    top: 49px;
}
.node-seizures-memo-edit-form div#edit-field-declaration-data-wrapper p {
    font-size: 14px;
    line-height: 20px;
}
/*--- -----*/
.node-confiscation-form .required-fields.field-group-html-element.reward-proposal {
    float: none;
    width: 100%;
    clear: both;
}

/*--- node-request-form-for-customers-villa-edit-form ----*/
.node-request-form-for-customers-villa-edit-form div#edit-field-forest-location-wrapper {
    clear: both;
    width: 100%;
    float: left;
}
.node-request-form-for-customers-villa-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lat.form-item-field-forest-location-0-lat.form-disabled {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.node-request-form-for-customers-villa-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lng.form-item-field-forest-location-0-lng.form-disabled {
    width: 31%;
    float: left;
}
.node-request-form-for-customers-villa-edit-form fieldset#edit-field-forest-location-0 {
    width: 100%;
    float: left;
}
.node-scheme-wise-plantations-edit-form div#edit-field-details-with-year-of-evalu-wrapper {
    clear: both;
}

.user-form input#edit-field-mobile-number-0-send-verification {
    margin-top: 8px;
}

.node-online-ticket-booking-form .js-form-item.form-item.js-form-type-cshs.form-type-cshs.js-form-item-field-zoo-0-target-id.form-item-field-zoo-0-target-id {
    display: inline-flex;
    width: auto;
    float: left;
}
.node-online-ticket-booking-form .js-form-item.form-item.js-form-type-cshs.form-type-cshs.js-form-item-field-sanctuary-0-target-id.form-item-field-sanctuary-0-target-id {
    width: 100%;
    display: inline-flex;
}
.node-online-ticket-booking-form div#edit-field-sanctuary-wrapper .select-wrapper {
    width: 100%;
    float: left;
    margin-right: 4px;
}
form#node-online-ticket-booking-form {
    margin-top: -42px;
}
/*-- home front page ---*/
.view.view-basic-page.view-id-basic_page.view-display-id-block_3 .views-row .views-field.views-field-body {
    text-align: justify;
}
.path-frontpage .international-d {
    position: relative;
    left: 18%;
    text-align: center;
    color: #89221d;
    font-size: 85%;
}

.path-frontpage .media-sec .video-gallery {
    left: 18%;
}

.marquee .js-marquee ul > li a {
    color: #0000FF;
}

/*---   ----*/
#user-register-form #edit-actions {
    float: left;
    width: 100%;
    display: inline-block;
}
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking.view-display-id-block_1 > .view-content .views-field-field-case-number {
    width: 100% !important;
    margin-top: 50px;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking.view-display-id-block_1 > .view-content span.views-label {
    float: left;
    font-weight: 600;
    max-width: 150px;
    width: 150px;
    font-size: 14px;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking.view-display-id-block_1 > .view-content .views-field {
    width: 41%;
    float: left;
    margin-bottom: 1%;
}

.manipur-ticket-no span.field-content {
    font-weight: 600;
    font-size: 18px;
}


.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking.view-display-id-block_1 > .view-content span.views-label .view-online-ticket-booking .scroll-table {
    margin-bottom: 5px;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .views-label-field-details{
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2% 0 1%;
    padding: 8px 0;
    font-weight: 600 !important;
    font-size: 16px !important;
}
/*
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details:after {
    border-bottom: 1px solid #ddd;
}
*/
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details  {
width: 100% !important;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .field {
    width: 50%;
    float: left;
}

.path-ticket-booking .view-online-ticket-booking .views-field-field-details .field {
    width: 50%;
    float: left;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking.view-display-id-block_1 .view-content {
    background-color: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 5%;
    border: 10px solid #ddd;
    position: relative;
}

.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .item-list ul li {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .field .field__label {
    font-weight: 600;
    width: 35%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
}
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .field  .field__item {
    width: 65%;
    float: left;
    box-sizing: border-box;
}
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .item-list {
    width: 100%;
}
.page-node-type-online-ticket-booking .view-online-ticket-booking.view-id-online_ticket_booking .views-field-field-details .item-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.page-node-type-online-ticket-booking .views-field.views-field-nothing-2.mnt-note {
    width: 100% !important;
}

/*--- node-tender-auction-edit-form -----*/
.field--type-datetime h4 {margin-bottom: .5rem;display: block;font-size: 14px;font-weight: 500;}
/*.node-tender-auction-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}*/
.node-tender-auction-edit-form .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.node-tender-auction-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-tender-auction-edit-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-tender-auction-edit-form div#edit-field-date-of-tender-auction-not-wrapper {margin-top: 24px;}
.node-tender-auction-edit-form div#edit-field-select-type-wrapper {clear: both;}
.node-tender-auction-edit-form div#edit-field-outsource-markup-wrapper p {
    font-size: 14px;
    font-weight: 500;
    display: none;
}



/*-- node-licence-for-setting-up-of-wood-b-edit-form --*/

#node-licence-for-setting-up-of-wood-b-edit-form #edit-field-address-to-be-given-on-de-wrapper .form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: auto;
    margin: 0px 0 10px;
    height: 50px;
    padding: 4px;
}
#node-licence-for-setting-up-of-wood-b-edit-form select#edit-field-division-dropdown {
    width: 38%;
}
#node-licence-for-setting-up-of-wood-b-edit-form .sir-group .form-item label {
    float: left;
    margin: 0px 5px;
}
#node-licence-for-setting-up-of-wood-b-edit-form div#edit-field-address-to-be-given-on-de-wrapper .form-textarea-wrapper {
    float: left;
    width: auto;
}
#node-licence-for-setting-up-of-wood-b-edit-form div#edit-field-place-of-posting-wrapper {
    clear: both;
}
#node-licence-for-setting-up-of-wood-b-edit-form div#edit-field-organization-wrapper {
    clear: both;
}





/*-- WBI Registration/Renewal ---*/
.path-revenue #revenue-filter select {
    width: 60%;
}

#revenue-filter .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-financial-year.form-item-financial-year {
    width: 48%;
    display: inline-block;
    float: left;
}
#revenue-filter .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-division.form-item-division {
    display: inline-block;
    width: 48%;
    float: left;
}

.gst-details .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}

.gst-details .js-form-wrapper input[type="text"] {width: 100%;height: 35px;padding: 5px;box-sizing: border-box;margin-top: 0;}
.gst-details div#edit-field-challan-date-wrapper {
    margin-top: 24px;
}
.gst-details div#edit-field-challan-date-wrapper {
    margin-top: 22px;
}
.gst-details .field--type-datetime h4 {
    margin-top: 0 !important;
}
/*-- Organizational Chart ---*/
.page-node-type-page .dialog-off-canvas-main-canvas .inner-layout.testing .manipur-content {
    padding-bottom: 20px;
/*    background: #F5EEC9;*/
    margin-top: -11px;
}

/*Organization Structure*/

#sec1_manipur {
    height: 80vw;
    min-height: 70vw;
}

#sec1_manipur *{
	position: relative;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/*
figure {
    margin: 10px 40px;
}
*/
.cf {
    *zoom: 1;
}
.sec1_org {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 9px;
}
/*

#sec1_manipur ul li a:focus{
	outline: 2px dashed #f7f7f7;
}
*/

@media screen and (max-width: 767px){
	.sec1_org{
		padding: 0 20px;
	}	
}

.sec1_org ul {
	padding: 0;
	margin: 0;
	list-style: none;		
}

ul.sec1_org_chart a {
    display: block;
    background: #ffe2e2;
    border: 2px solid #900620;
    text-align: center;
    overflow: hidden;
    font-size: .7em;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    height: 70px;
    margin-bottom: -26px;
    box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    border-radius: 6px;
}
/*

@media print {
    ul.sec1_org_chart a{
        border: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	ul.sec1_org_chart a{
		font-size: 1em;
	}
}
*/


ul.sec1_org_chart a span {
    top: 25%;
    display: block;
    line-height: 15px;
    padding: 5px;
}

/*
 
 */

.sec1_org_chart > li > a{
	margin-bottom: 25px;
}

.director > li > a{
	width: 50%;
	margin: 0 auto 0px auto;
}

.subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 507px;
    border-left: 4px solid #900620;
    left: 73.25%;
    position: relative;
    top: -8px;
}
.director:after {
    content: "";
    display: block;
    width: 0;
    height: 471px;
    border-bottom: 4px solid #900620;
    left: 73.25%;
    position: relative;
    top: -8px;
}


@media print {
    .subdirector:after{
        border-left: 4px solid #000;
    }
}

@media print {
    .subdirector > li:first-child,
    #sec1_manipur .departments > li:first-child{
        border-bottom: 4px solid #000;
    }
}

/*
.subdirector > li:first-child{
	float: right;
	right: 27.2%;
	border-left: 4px solid #900620;
}
*/
/*

@media print {
    .subdirector > li:first-child{
	    border-left: 4px solid black;
    }   
}

*/

/*
#sec1_manipur .departments > li:nth-child(3) {
    width: 18.59894921190893%;
    height: 364px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 4px solid #900620;
    z-index: 1;
}
#sec1_manipur .departments > li:nth-child(3) {
    float: left;
    left: 32.2%;
    border-left: 4px solid #900620;
}

*/
/*

@media print {
    #sec1_manipur .departments > li:first-child{
        border-right: 4px solid black;	
    }
}
*/

/*
@media screen and (max-width: 767px){
	.subdirector > li:first-child,
	#sec1_manipur .departments > li:first-child{
		width: 100%;	
	}

	.subdirector > li:first-child{
		right: 10%;
		margin-right: 2px;
	}

	.subdirector:after{
		left: 49.8%;
	}

	#sec1_manipur .departments > li:first-child{
		left: 10%;
		margin-left: 2px;
	}
}
*/


/*
.department:first-child,
#sec1_manipur .departments li:nth-child(2){
	margin-left: 0;
	clear: left;	
}
*/


/*

@media print {
    #sec1_manipur .departments:after{
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        border-left: 4px solid #000;
    }
}

@media screen and (max-width: 767px){
	#sec1_manipur .departments:after{
		border-right: none;
		left: 0;
		width: 49.8%;
	}  
}

@media screen and (min-width: 768px){
	.department:first-child:before,
   .department:last-child:before{
    border:none;
  }
}
*/

/*
#sec1_manipur .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 4px solid #900620;
    z-index: 1;
    top: -22px;
    left: 50%;
}
*/
/*

@media print {
 #sec1_manipur .department:before{
        border-left: 4px solid black;
    }
}
*/
/*

@media print {
   #sec1_manipur .department{
	    border-left: 4px solid #000;
    }
}
*/

.lt-ie8 .department{
	width: 18.25%;
}

/*
@media screen and (max-width: 767px){
#sec1_manipur	.department{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.department:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 4px solid #900620;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}

#sec1_manipur	.department:nth-child(2):before{
		display: none;
	}
}
*/
/*


@media print {
    #sec1_manipur .department li{
        border-bottom: 4px solid #000;
    }
}
*/

/*

#sec1_manipur .departments li.subdirector.dep-c.sec1_apccf {
    position: absolute;
    width: 23%;
    top: 25px;
    left: -15%;
}
#sec1_manipur .departments li.subdirector.dep-d.sec1_wprt {
    position: absolute;
    width: 23%;
    top: 25px;
    right: -32%;
}

#sec1_manipur .departments > li.subdirector.dep-c.sec1_apccf {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 4px solid #900620;
    z-index: 1;
}
*/


.department {
    border-left: 4px solid #900620;
    width: 18.59894921190893%;
    float: left;
    left: 15%;
    margin-bottom: 0px;
    top: 115px;
    margin-left: 11px;
}

#sec1_manipur .departments{
	position: absolute;
	width: 100%;
}

.subdirector > li:first-child,
#sec1_manipur .departments > li:first-child{	
	width: 18.59894921190893%;
	height: 64px;
	margin: 0 auto 92px auto;		
	padding-top: 25px;
	border-bottom: 4px solid #900620;
	z-index: 1;	
}

#sec1_manipur .departments > li:first-child {
    float: left;
    left: 37.2%;
}
#sec1_manipur .subdirector > li:first-child a,
#sec1_manipur .departments > li:first-child a{
	width: 100%;
}

.subdirector > li:first-child a {
    left: 10%;
}
#sec1_manipur .departments > li:first-child a{
	right: 100%;
}
.subdirector > li:first-child {
    float: left;
    right: 50%;
    border-left: 4px solid #900620;
    top: 24px;
    width: 100%;
}
#sec1_manipur .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 16.1%;
    height: 36px;
/*    border-top: 4px solid #900620;*/
    border-right: 4px solid #900620;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: 88px;
    right: 20.1%;
}
#sec1_manipur .department > a{
	margin: 0 0 -26px -4px;
	z-index: 1;
}
#sec1_manipur .department > a:hover{	
	height: 70px;
}
#sec1_manipur .department > ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
#sec1_manipur .department li{	
	padding-left: 25px;
	border-bottom: 4px solid #900620;
	height: 80px;	
}
#sec1_manipur .department li a{
	background: #900620;
	top: 48px;	
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 60px;
	vertical-align: middle;
	right: -1px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;
	background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}
/*
#sec1_manipur .department li a:hover{
	box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
	height: 80px;
	width: 95%;
	top: 39px;
	background-image: none!important;
}
*/

#sec1_manipur .departments > li:nth-child(2) a {
    left: 60%;
}
#sec1_manipur .departments > li:nth-child(2) {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 4px solid #900620;
    z-index: 1;
}
#sec1_manipur .departments > li:nth-child(2) {
    float: left;
    left: 32.2%;
    border-left: 4px solid #900620;
}

#sec1_manipur .departments > li:nth-child(5) a {
    left: 60%;
}
#sec1_manipur .departments > li:nth-child(5) {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    z-index: 1;
}
#sec1_manipur .departments > li:nth-child(5) {
    float: left;
    left: -94%;
}
#sec1_manipur .departments > li:nth-child(6) a {
    left: 15%;
}
#sec1_manipur .departments > li:nth-child(6) {
    width: 18.598949%;
    height: 229px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    z-index: 1;
}
#sec1_manipur .departments > li:nth-child(6) {
    float: left;
    left: -892px;
    top: -62px;
}


#sec1_manipur .departments > li:nth-child(7) {
    width: 18.598949%;
    height: 229px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    z-index: 1;
}
#sec1_manipur .departments > li:nth-child(7) {
    float: left;
    right: -128px;
    top: 0;
    position: absolute;
    clear: both;
}

#sec1_manipur .departments li.department.dep-d {
    position: absolute;
    top: 112px;
    left: 1000px;
}

/*
#sec1_manipur .department.dec-c {
    padding-left: 25px;
    border-bottom: 4px solid #900620;
    height: 80px;
}
*/

/*
#sec1_manipur .departments .pccf:after {
    content: "";
    display: block;
    border-bottom: 4px solid #900620;
    margin: 28px 0px 0 -53px;
}
*/


/* Department/ section colors */
#sec1_manipur .department.dep-a a {
    background: #f4ff86;
}
#sec1_manipur .department.dep-b a{ background: #AAD4E7; }
#sec1_manipur .department.dep-c a {
    background: #b0fddd;
}
#sec1_manipur .subdirector li a{ background: #f0f0f0; }
#sec1_manipur .department.dep-d a {
    background: #b3bfff;
}
#sec1_manipur ul.sections3 li a{ background: #f0f0f0; }
#sec1_manipur ul.sections4 li a{ background: #e4886b; }
#sec1_manipur ul.sections5 li a{ background:  #c6f78c; }

#sec1_manipur .subdirector.dep-e a{ background: #f0f0f0; }
#sec1_manipur .subdirector.dep-f a{ background: #e4886b; }
#sec1_manipur .subdirector.dep-g a{ background: #c6f78c; }
#sec1_manipur .subdirector.dep-h a{ background: #fff387; }



.org-chart .subdirector1 {
    top: 467px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart .subdirector1:before {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    border-top: 4px solid #900620;
    border-left: 4px solid #900620;
    border-right: 4px solid #900620;
    margin: -11px auto;
    top: 73px;
    position: relative;
}

.org-chart .director {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}
.org-chart .director:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    border-top: 4px solid #900620;
    border-left: 4px solid #900620;
    border-right: 4px solid #900620;
    margin: 0 auto;
    top: 130px;
    position: absolute;
}

#sec1_manipur .subdirector1 > li:first-child a {
    left: 60%;
}
#sec1_manipur .subdirector1 > li:first-child {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 33px;
    z-index: 1;
}
#sec1_manipur .subdirector1 > li:first-child {
    float: left;
    left: 70px;
    border-right: 4px solid #900620;
    top: 53px;
}

#sec1_manipur .subdirector1 > li:nth-child(2) a {
    left: 53%;
}
#sec1_manipur .subdirector1 > li:nth-child(2) {
    width: 18.59894921190893%;
    margin: 0 auto 92px auto;
    padding-top: 35px;
    z-index: 1;
}
#sec1_manipur .subdirector1 > li:nth-child(2) {
    float: left;
    left: 37.2%;
    border-right: 4px solid #900620;
    top: 52px;
}
#sec1_manipur .subdirector1 > li:nth-child(3) a {
    left: 60%;
}
#sec1_manipur .subdirector1 > li:nth-child(3) {
    width: 18.59894921190893%;
    margin: 0 auto 92px auto;
    padding-top: 35px;
    z-index: 1;
}
#sec1_manipur .subdirector1 > li:nth-child(3) {
    float: left;
    left: -598px;
    top: 49px;
}

#sec1_manipur .subdirector1 > li:nth-child(4) a {
    left: 54%;
}

#sec1_manipur .subdirector1 > li:nth-child(4) {
    width: 18.59894921190893%;
    margin: 0 auto 92px auto;
    padding-top: 35px;
    z-index: 1;
}
#sec1_manipur .subdirector1 > li:nth-child(4) {
    float: left;
    left: -252px;
    top: 52px;
}
#sec1_manipur .subdirector1 > li:nth-child(5) a {
    left: 60%;
}
#sec1_manipur .subdirector1 > li:nth-child(5) {
    width: 18.59894921190893%;
    margin: 0 auto 92px auto;
    padding-top: 35px;
    z-index: 1;
}
#sec1_manipur .subdirector1 > li:nth-child(5) {
    float: left;
    left: 76px;
    top: 49px;
}

ul.subdirector1 li ul.sections1 li a {
    background: #f0f0f0 !important;
}
ul.subdirector1 li ul.sections2 li a {
    background: #e4886b !important;
}

#sec1_manipur ul.sections1 {
    position: absolute;
    top: 150px;
    left: 93px;
    z-index: -1;
}   
#sec1_manipur ul.sections1 li {
    margin-bottom: 40px;
    position: relative;
    left: -173px;
}
.org-chart .sections1 {
    position: relative;    
    width: 80%;
    display: block;
    clear: both;
}
.org-chart .sections1:before {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: -56px;
    position: absolute;
    left: 41px;
}
#sec1_manipur ul.sections2 {
    position: absolute;
    top: 150px;
    left: 296px;
    z-index: -1;
} 
#sec1_manipur ul.sections2 li {
    margin-bottom: 40px;
    position: relative;
    left: -173px;
}
.org-chart .sections2 {
    position: relative;    
    width: 80%;
    display: block;
    clear: both;
}
.org-chart .sections2:before {
    content: "";
    display: block;
    width: 100%;
    height: 312px;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: -56px;
    position: absolute;
    left: -10px;
}

#sec1_manipur ul.sections3 {
    position: absolute;
    top: 150px;
    left: 53px;
    z-index: -1;
} 
#sec1_manipur ul.sections3 li {
    margin-bottom: 40px;
    position: relative;
    left: -173px;
}
.org-chart .sections3 {
    position: relative;    
    width: 80%;
    display: block;
    clear: both;
}
.org-chart .sections3:before {
    content: "";
    display: block;
    width: 100%;
    height: 275px;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: -23px;
    position: absolute;
    left: -10px;
    border-top: 4px solid #900620;
}



#sec1_manipur ul.sections4 {
    position: absolute;
    top: 150px;
    left: 218px;
    z-index: -1;
} 
#sec1_manipur ul.sections4 li {
    margin-bottom: 40px;
    position: relative;
    left: -173px;
}
.org-chart .sections4 {
    position: relative;    
    width: 80%;
    display: block;
    clear: both;
}
.org-chart .sections4:before {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: -64px;
    position: absolute;
    left: -17px;
    border-top: 4px solid #900620;
}
#sec1_manipur ul.sections5 {
    position: absolute;
    top: 150px;
    left: 384px;
    z-index: -1;
} 
#sec1_manipur ul.sections5 li {
    margin-bottom: 40px;
    position: relative;
    left: -173px;
}
.org-chart .sections5 {
    position: relative;    
    width: 80%;
    display: block;
    clear: both;
}
.org-chart .sections5:before {
    content: "";
    display: block;
    width: 100%;
    height: 320px;
    border-left: 4px solid #900620;
    margin: 0 auto;
    top: -64px;
    position: absolute;
    left: -27px;
}
    
/*
#sec1_manipur .subdirector li a:hover {
    box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
    height: 80px;
   transform: scale(1.01);
    top: 39px;
    background-image: none!important;
}
*/

/*
#sec1_manipur .subdirector1 li.section a:hover {
    box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
    height: 80px;
    transform: scale(1.01);
    top: 39px;
    background-image: none!important;
}
*/
#cmf-site-topbar .container .right ul > li:hover > a{
    background-color: transparent;
}
.ico-theme-color a.color-green {
    background-color: #00a651;
}
.ico-theme-color a.color
{
    background-color: #900620;
}

.ico-theme-color a.color-blue
{
    background-color: #153131;
}

.ico-theme-color a.color-green:hover {
    background-color: #00a651;
}
.ico-theme-color a.color:hover
{
    background-color: #900620;
}

.ico-theme-color a.color-blue:hover
{
    background-color: #153131;
}

#cmf-site-topbar .container .right ul > li:hover > a, #cmf-site-topbar .container .right ul > li > a.active {
     background-color: transparent !important; 
}

/*-- online ticket print ---*/
.ticket-mn-right {
    position: absolute;
    right: 8px;
    width: 50%;
    text-align: right;
    top: 6px;
}
.ticket-mn-right img {
    margin-right: 21px;
}

/*--- correction of -------*/
.node-licence-for-operating-wood-based-form div#edit-field-register-for-wrapper select#edit-field-register-for {
    font-size: 89%;
    height: 35px;
    display: block;
}
.node-licence-for-setting-up-of-wood-b-form div#edit-field-sir-markup-wrapper {
    margin-left: -11px;
}
.node-licence-for-setting-up-of-wood-b-form #edit-field-after-profession-mark-up-wrapper {
    clear: both;
}
.node-licence-for-setting-up-of-wood-b-form div#edit-field-after-profession-mark-up-wrapper input#edit-field-place-of-posting-0-value {
    width: 27%;
}
#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-register-for.form-item-field-register-for {
    display: inline-flex;
}


.node-application-for-renewal-of-licen-form  div#edit-field-land-line-number-wrapper input#edit-field-land-line-number-0-value {
    width: 24vw;
}

.node-application-for-renewal-of-licen-form div#edit-field-handed-designation-wrapper input#edit-field-handed-designation-0-value {
    width: 27vw;
}

/*-- scheme --*/
.path-scheme-projects table.cols-14 span.plant-text {
    float: left;
    width: 160px;
}
.path-scheme-projects table.cols-14 img.image-style-thumbnail {
    margin-bottom: 3%;
}

.path-scheme-projects table.cols-14 thead tr th:nth-child(1) {
    min-width: 50px;
    text-align: center;
}
.path-scheme-projects table.cols-14 thead tr th {
    min-width: 95px;
    text-align: center;
}

.path-scheme-projects table.cols-14 thead tr th:nth-child(11) {
    min-width: 250px;
    text-align: center;
}


/*--------- table col-16 ------------------- */
.path-scheme-projects table.cols-16 thead tr th:nth-child(1) {
     min-width: 50px;
    text-align: center;
}
.path-scheme-projects table.cols-16 thead tr th {
     min-width: 95px;
    text-align: center;
}

.path-scheme-projects table.cols-16 thead tr th:nth-child(8) {
     min-width: 300px;
    text-align: center;
}
.path-scheme-projects table.cols-16 thead tr th:nth-child(14) {
     min-width: 140px;
    text-align: center;
}

/*----------- table col-22 -------------*/

.path-scheme-projects table.cols-22 thead tr th:nth-child(1) {
    min-width: 50px;
    text-align: center;
}

.path-scheme-projects table.cols-22 thead tr th{
    min-width: 95px;
    text-align: center;
}

.path-scheme-projects table.cols-22 thead tr th:nth-child(17) {
    min-width: 300px;
}




/*-- rti ---*/
.path-rti table.cols-10 thead tr th:nth-child(1) {
    min-width: 50px;
    text-align: center;

}
.path-rti table.cols-10 thead tr th {
    min-width: 95px;
    text-align: center;

}
.path-rti table.cols-10 thead tr th:nth-child(4) {
    min-width: 400px;
    text-align: center;

}
.path-rti table.cols-10 thead tr th:nth-child(6) {
    min-width: 400px;
    text-align: center;
}
.path-rti table.cols-10 thead tr th:nth-child(10) {
    min-width: 110px;
    text-align: center;
}

.node-request-form-for-customers-villa-form div#edit-field-intended-date-of-collectio-wrapper {
    clear: none;
}
.node-request-form-for-customers-villa-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-means-of-transportation-0-value.form-item-field-means-of-transportation-0-value {
    margin-top: 0;
}
.node-confiscation-edit-form div#edit-field-intended-date-of-collectio-wrapper {
     clear: none; 
}
.node-licence-for-operating-wood-based-form div#edit-field-after-profession-wrapper p {
    display: flex;
    margin-left: 14px;
    margin-top: 8px;
    line-height: 40px;
}

.node-licence-for-operating-wood-based-edit-form div#edit-field-after-profession-wrapper p {
    display: flex;
    margin-left: 14px;
    margin-top: 8px;
    line-height: 40px;
}
.node-licence-for-operating-wood-based-edit-form #edit-field-after-profession-mark-up-wrapper, #edit-field-after-profession-mark-up-wrapper, #edit-field-after-using-mark-up-wrapper {
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
    float: left;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-as-the-raw-material-up-to-wrapper select#edit-field-as-the-raw-material-up-to- {
    margin-top: -14px;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-term-condition-wrapper {
    clear: both;
    padding-top: 15px;
}
.node-licence-for-operating-wood-based-edit-form div#edit-field-status-wrapper {
    float: none;
    width: 30%;
    clear: both;
    display: inline-block;
}
/*
.node-licence-for-operating-wood-based-edit-form #edit-field-as-the-raw-material-up-to-wrapper label {
    float: left;
    width: 194px;
}
*/
.page-node-type-forest-nursery-management-system #block-cmf-local-tasks{display: none;}

/*-- Forest Nursery Management System ---*/

.node-forest-nursery-management-system-edit-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-forest-nursery-management-system-edit-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-nursery-management-system-edit-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-nursery-management-system-edit-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-forest-nursery-management-system-edit-form div#edit-field-challan-date-wrapper {margin-top: 23px;}
.node-forest-nursery-management-system-edit-form input#edit-title-0-value {margin-top: 0px;}
.node-forest-nursery-management-system-edit-form  div#edit-field-available-services-wrapper {
    width: 100%;
    clear: both;
    float: left;
}
.node-forest-nursery-management-system-edit-form  div#edit-field-forest-location-wrapper {
    width: 100%;
    float: left;
}

.node-forest-nursery-management-system-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lat.form-item-field-forest-location-0-lat {
    width: 35%;
    float: left;
    margin-right: 1%;
}
.node-forest-nursery-management-system-edit-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lng.form-item-field-forest-location-0-lng {
    width: 35%;
    float: left;
    clear: both;
}
.node-forest-nursery-management-system-edit-form fieldset#edit-field-forest-location-0 {
    width: 100%;
}
.node-forest-nursery-management-system-edit-form .fieldset-wrapper {
    display: inline-flex;
}
.node-forest-nursery-management-system-edit-form fieldset#edit-field-forest-location-0 span.fieldset-legend {
    background: #900620;
    width: 100%;
    float: left;
    padding: 4px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.node-forest-nursery-management-system-edit-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-field-email-id-0-value.form-item-field-email-id-0-value {
    display: grid;
    width: 100%;
    float: left;
}
.node-forest-nursery-management-system-edit-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-field-mobile-number-0-value.form-item-field-mobile-number-0-value {
    display: grid;
}
.node-forest-nursery-management-system-edit-form div#edit-field-15-component-wise-achievem-wrapper {
    margin-top: -5px;
}
.node-forest-nursery-management-system-edit-form div#edit-field-pin-code-wrapper {
    margin-top: -43px;
}
.node-forest-nursery-management-system-edit-form  div#edit-field-available-services-0-field-name-of-plant-species-wrapper {
    margin-top: 4px;
}

/*-- new nursery test 2020 ---*/
.node-forest-nursery-management-system-quick-node-clone-form .js-form-wrapper{width: 31%; float: left; margin-right: 15px;}
.node-forest-nursery-management-system-quick-node-clone-form .js-form-wrapper input[type="text"]{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-nursery-management-system-quick-node-clone-form .js-form-wrapper select{width: 100%;  height: 35px; padding: 5px; box-sizing: border-box;}
.node-forest-nursery-management-system-quick-node-clone-form .js-form-wrapper .form-textarea-wrapper textarea{width: 100%;  height: 70px;}
.node-forest-nursery-management-system-quick-node-clone-form div#edit-field-challan-date-wrapper {margin-top: 23px;}
.node-forest-nursery-management-system-quick-node-clone-form input#edit-title-0-value {margin-top: 0px;}
.node-forest-nursery-management-system-quick-node-clone-form  div#edit-field-available-services-wrapper {
    width: 100%;
    clear: both;
    float: left;
}
.node-forest-nursery-management-system-quick-node-clone-form  div#edit-field-forest-location-wrapper {
    width: 100%;
    float: left;
}

.node-forest-nursery-management-system-quick-node-clone-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lat.form-item-field-forest-location-0-lat {
    width: 35%;
    float: left;
    margin-right: 1%;
}
.node-forest-nursery-management-system-quick-node-clone-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-forest-location-0-lng.form-item-field-forest-location-0-lng {
    width: 35%;
    float: left;
    clear: both;
}
.node-forest-nursery-management-system-quick-node-clone-form fieldset#edit-field-forest-location-0 {
    width: 100%;
}
.node-forest-nursery-management-system-quick-node-clone-form .fieldset-wrapper {
    display: inline-flex;
}
.node-forest-nursery-management-system-quick-node-clone-form fieldset#edit-field-forest-location-0 span.fieldset-legend {
    background: #900620;
    width: 100%;
    float: left;
    padding: 4px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.node-forest-nursery-management-system-quick-node-clone-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-field-email-id-0-value.form-item-field-email-id-0-value {
    display: grid;
    width: 100%;
    float: left;
}
.node-forest-nursery-management-system-quick-node-clone-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-field-mobile-number-0-value.form-item-field-mobile-number-0-value {
    display: grid;
}
.node-forest-nursery-management-system-quick-node-clone-form div#edit-field-15-component-wise-achievem-wrapper {
    margin-top: -5px;
}
.node-forest-nursery-management-system-quick-node-clone-form div#edit-field-pin-code-wrapper {
    margin-top: -43px;
}
.node-forest-nursery-management-system-quick-node-clone-form div#edit-field-available-services-0-field-name-of-plant-species-wrapper {
    margin-top: 4px;
}

.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-achievement-wise-0-value.form-item-field-achievement-wise-0-value {
    margin-top: 0px;
}
.node-request-form-for-customers-villa-form  div#edit-field-challan-date-wrapper h4.label {
    display: none;
}
.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-challan-date-0-value-date.form-item-field-challan-date-0-value-date.form-no-label {
    float: left;
    width: 31%;
        margin-top: 24px;
}
.node-request-form-for-customers-villa-form div#edit-field-15-component-wise-achievem-wrapper input#edit-field-15-component-wise-achievem-0-value {
    width: 100%;
    float: left;
}
.node-request-form-for-customers-villa-form div#edit-field-nursery-image-wrapper {
    clear: both;
}
.node-request-form-for-customers-villa-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-15-component-wise-achievem-0-value.form-item-field-15-component-wise-achievem-0-value {
    margin-top: 13px;
}
#node-request-form-for-customers-villa-form #edit-field-achievement-wise-0-value,
#node-online-ticket-booking-form .field--name-field-amount-released-in-lakh-rs .form-text{
    pointer-events: none;background-color: #ebebe4;border: 1px solid #a9a9a9;
}

.node-fir-por-preliminary-offence-repo-form div#edit-field-declaration-data-wrapper p {
    margin-bottom: 0;
}

/*-- error --*/
.grp-request-form-customer-for-seedling .messages--error { 
  margin: 4px -13px;
clear: both;    
}

.grp-request-form-customer-for-seedling .inner-layout h2{
    clear: both !important;
}

 .view-online-ticket-booking .views-field.views-field-field-photography-videography-de {
    width: 100% !important;
    margin-top: -18px;
}

.view-online-ticket-booking span.views-label.views-label-field-photography-videography-de {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 2% 0 1%;
    padding: 8px 0;
    font-weight: 600 !important;
    font-size: 16px !important;
}    
.view-online-ticket-booking .field.field--label-inline {
    width: 31%;
    float: left;
    font-size: 15px;
}
.view-online-ticket-booking .field--label-inline .field__label::after {
    content: ":";
    margin-left: 26px;
}
.view-online-ticket-booking  .field__label {
    width: 142px !important;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
}
.layout-content ul li {
    list-style-type: none;
}
/*-- online ticket booking ---*/

.node-online-ticket-booking-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-photography-videography.form-item-field-photography-videography {
    width: 31%;
    display: block;
}
div#edit-field-photography-videography-de-wrapper table tbody tr td .form-item {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.path-ticket-booking .view-online-ticket-booking.view-display-id-page_1 .field__item {
    width: auto; 
}

div#edit-field-photography-videography-de-wrapper table tbody tr td input.text-full {
    width: 100%;
}

#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-achievement-wise-0-value.form-item-field-achievement-wise-0-value {
    display: inline-flex;
    direction: rtl;
    margin-top: -13px;
    float: left;
}

#node-licence-for-operating-wood-based-form  div#edit-field-achievement-wise-wrapper input#edit-field-achievement-wise-0-value {
    float: left;
    width: 19vw;
    margin-right: 6px;
    margin-top: -7px;
    direction: ltr;
}

#node-licence-for-operating-wood-based-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
/*-- edit ---*/
.node-licence-for-operating-wood-based-edit-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-achievement-wise-0-value.form-item-field-achievement-wise-0-value {
    display: inline-flex;
    direction: rtl;
    margin-top: -13px;
    float: left;
}

.node-licence-for-operating-wood-based-edit-form   div#edit-field-achievement-wise-wrapper input#edit-field-achievement-wise-0-value {
    float: left;
    width: 19vw;
    margin-right: 6px;
    margin-top: 4px;
}

.node-licence-for-operating-wood-based-edit-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-right: 6px;
}

/*-- 24_feb --*/
.node-licence-for-operating-wood-based-form select#edit-field-division-dropdown {
    width: 22vw;
}

.node-licence-for-operating-wood-based-form  div#edit-field-term-condition-wrapper {
    clear: both;
    padding: 25px 0;
}

/*
form#node-licence-for-setting-up-of-wood-b-form .industry-details-group .form-item .form-managed-file {
    width: none;
    float: none;
}
*/

.path-employee-dashboard .views-exposed-form .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-of-seizure-value-min.form-item-field-date-of-seizure-value-min {
    margin-top: -2px;
}

.views-exposed-form .form-submit {
    margin-top: 0px;  
    margin-bottom: 8px;
}

.path-fir-por-listing .views-exposed-form .js-form-item:nth-child(1), .path-fir-por-listing .views-exposed-form .js-form-item:nth-child(2), .path-fir-por-listing .views-exposed-form .js-form-item:nth-child(3), .view-fir-por-premilinary-offence-report- .views-exposed-form .js-form-item:nth-child(5) {
    padding-top: 3px;
}
.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-declar-of-accused-value--description {   
    width: 900px;
}

.node-fir-por-preliminary-offence-repo-edit-form div#edit-field-declar-of-accused-value--description {
    margin-left: 17px;
    width: 900px;
}
.node-fir-por-preliminary-offence-repo-edit-form  div#edit-field-seized-by-wrapper p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.views-exposed-form div#edit-actions {
    margin-top: 30px;
}

.user-register-form table#edit-password-policy-status {
    display: none;
}

.user-register-form div#edit-field-division-wrapper {
    clear: both;
    width: 100%;
}


.node-confiscation-form #cmf-site-full-content .form-actions {
    width: 100%;
    padding-top: 5px;
    float: left;
    display: inline-block;
}

.node-confiscation-form div#edit-field-after-profession-wrapper {
    width: 100%;
    display: flow-root;
}

form#user-register-form div#password-policy-status table:nth-child(2) {
    display: none;
}

.node-licence-for-setting-up-of-wood-b-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-final-plantations-0.form-item-field-final-plantations-0 {
/*    width: 31%;*/
    float: left;
    display: grid;
}

.node-licence-for-setting-up-of-wood-b-form  .industry-details-group .form-type-checkbox input[type="checkbox"] {
    position: relative;
    float: left;  
    top: 28px;
}

#node-dispatch-register-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-thickness-in-mm--0-value.form-item-field-thickness-in-mm--0-value {
    float: left;
    width: 48%;
}

/*
div#edit-field-intended-date-of-collectio-wrapper {
    clear: none;
}
*/

.node-request-form-for-customers-villa-edit-form .payment-grp {
    width: 100%;
    float: left;
    display: inline-flex;
}

.node-request-form-for-customers-villa-edit-form div#edit-field-challan-date-wrapper {
    margin-top: 23px;
}

.field--type-boolean.field--name-field-declaration.field--widget-boolean-checkbox {
    width: 100%;
    display: block;
    float: left;
}

.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-final-plantations-0.form-item-field-final-plantations-0 {
    float: left;
    display: grid;
}

#edit-field-final-plantations-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix {
    float: left;
    display: inline-table;
}
/*
div#edit-field-status-wrapper {
    width: 31%;
    float: left;
    display: inline-block;
    margin-right: 1%;
}
*/

#edit-field-final-plantations-wrapper .form-textarea-wrapper textarea {height: 70px;}

div#edit-field-remarks2-wrapper {
    width: 31%;
    float: left;
    display: inline-block;
}

.js-text-full.text-full.form-textarea {
    height: 70px;
}

div#edit-field-after-profession-wrapper p {
    width: 100%;
    float: left;
    display: block;
}

.reload-captcha-wrapper a {
    background: url(../images/reload.png) no-repeat;
    font-size: 0;
    display: block;
    background-size: 20px;
    width: 25px;
    height: 25px;
}
.user-register-form .captcha img {
    width: 14%;
    float: right;
    display: block;
    position: absolute;
    left: 28%;
    bottom: 84px;
}
.webform-submission-form .reload-captcha-wrapper {
    float: left;
    width: 28%;
    display: block;
    margin-top: 7.5%;
    margin-left: 38%;
}


/*----------- firefox ---------------------*/

@-moz-document url-prefix() { 
   
 #edit-field-division-before-markup-wrapper {
    padding-top: 8px;
}
    .circle-group .form-item input.form-text,
.circle-group .form-item select.form-select {
    margin-top: 4px;
}
#node-application-for-renewal-of-licen-form input#edit-field-designations-0-value {
    width: 21vw;   
}  
.path-scheme-projects table.cols-14 thead tr th:nth-child(2) {
    padding: 4px;
}
    
.path-scheme-projects table.cols-14 thead tr th:nth-child(11) {
    padding: 9px; 
}
.path-scheme-projects table.cols-16 thead tr th:nth-child(7) {
    padding: 3px;
}
.path-scheme-projects table.cols-16 thead tr th:nth-child(8) { padding: 3px;}        
.path-scheme-projects table.cols-16 thead tr th:nth-child(9) {padding: 3px;}    
.path-scheme-projects table.cols-16 thead tr th:nth-child(11) {
    padding: 3px;
}  
    .path-scheme-projects table.cols-16 thead tr th:nth-child(14) {
    padding: 3px;
}
    .path-scheme-projects table.cols-16 thead tr th:nth-child(16) {
    padding: 3px;
}
        .path-scheme-projects table.cols-16 thead tr th:nth-child(17) {
    padding: 3px;
}
    .path-scheme-projects table.cols-22  tbody  tr td:nth-child(19) > img {
        width: 100%;
    }
        .path-scheme-projects table.cols-22 thead tr th:nth-child(8) {
    padding: 3px;
}
           .path-scheme-projects table.cols-22 thead tr th:nth-child(17) {
    padding: 3px;
} 
#node-licence-for-setting-up-of-wood-b-form label {
    font-weight: 500;}
#node-licence-for-setting-up-of-wood-b-form div#edit-field-document-ma-wrapper { 
    font-weight: 500;
}
form#node-licence-for-setting-up-of-wood-b-form .sir-group .form-item input.form-text, item input.form-text, #setting-wood-based-industry .sir-group .form-item select.form-select {
    width: 16vw;
}   
   
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    margin-left: 15px;
} 
#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value #edit-field-circle-0-value {
    width:16vw;
}    
    
#node-licence-for-operating-wood-based-form  div#edit-field-circular-number-wrapper input#edit-field-circular-number-0-value {
       width:16vw;
}  
 
 
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    margin-left: 15px;
} 
#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value #edit-field-circle-0-value {
    width:16vw;
}    
    
#node-licence-for-operating-wood-based-form  div#edit-field-circular-number-wrapper input#edit-field-circular-number-0-value {
       width:16vw;
}     
  /*-- Edit ---*/  
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    margin-left: 15px;
} 
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value #edit-field-circle-0-value {
    width:16vw;
}    
    
.node-licence-for-operating-wood-based-edit-form div#edit-field-circular-number-wrapper input#edit-field-circular-number-0-value {
       width:16vw;
}  
.node-licence-for-operating-wood-based-edit-form #edit-field-circular-number-wrapper label {
    width: 112px;
margin-left: -59px;
 
}   
.node-licence-for-operating-wood-based-form select#edit-field-division-dropdown {
    width: 22vw;
}

.node-licence-for-operating-wood-based-form  div#edit-field-term-condition-wrapper {
    clear: both;
    padding: 25px 0;
} 
.node-licence-for-setting-up-of-wood-b-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-final-plantations-0.form-item-field-final-plantations-0 {
/*    width: 31%;*/
    float: left;
    display: grid;
}
.node-licence-for-setting-up-of-wood-b-form  .industry-details-group .form-type-checkbox input[type="checkbox"] {
    position: relative;
    float: left;  
    top: 28px;
}

 #edit-field-final-plantations-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix {
    width: 100%;
    clear: left;
}  
    
#node-licence-for-setting-up-of-wood-b-form .form-textarea-wrapper textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 21vw;
    margin: 0px 0px 10px;
    height: 35px;
    padding: 4px;
}
 #node-application-for-renewal-of-licen-form .renewal-footer-grp .form-text {
width: 18vw;        
    }
    
 div#edit-field-division-dropdown-wrapper label {
    width: 255px;
}
.user-register-form .captcha img {
    width: 14%;
    float: right;
    display: block;
    position: absolute;
    left: 28%;
    bottom: 84px;
} 
}


@-moz-document url-prefix() { 
    
    
    
form#node-receipt-register-form  .form-text {
    width: 94%;
}
 .node-confiscation-form div#edit-field-after-profession-wrapper {
    width: 100%;
    display: flow-root;
}
    .node-confiscation-form  #edit-field-after-profession-wrapper p{
        clear: both;
    }   
   .user-register-form .captcha img {
    width: 14%;
    float: right;
    display: block;
    position: absolute;
    left: 28%;
    bottom: 84px;
} 
}

/*------------ internet explorer -------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
 #edit-field-division-before-markup-wrapper {
    padding-top: 8px;
}
    .circle-group .form-item input.form-text,
.circle-group .form-item select.form-select {
    margin-top: 4px;
}
#node-application-for-renewal-of-licen-form input#edit-field-designations-0-value {
    width: 21vw;   
}  
 
.path-scheme-projects table.cols-14 thead tr th:nth-child(2) {
    padding: 4px;
}  

.path-scheme-projects table.cols-14 thead tr th:nth-child(11) {
    padding: 9px; 
} 
.path-scheme-projects table.cols-16 thead tr th:nth-child(7) {
    padding: 3px;
}
.path-scheme-projects table.cols-16 thead tr th:nth-child(8) { padding: 3px;} 
    
.path-scheme-projects table.cols-16 thead tr th:nth-child(9) {padding: 3px;} 
.path-scheme-projects table.cols-16 thead tr th:nth-child(11) {
    padding: 3px;
}  
.path-scheme-projects table.cols-16 thead tr th:nth-child(14) {
    padding: 3px;
}  
    .path-scheme-projects table.cols-22 thead tr th:nth-child(8) {
    padding: 3px;
}
        .path-scheme-projects table.cols-16 thead tr th:nth-child(16) {
    padding: 3px;
} 
    .path-scheme-projects table.cols-22 thead tr th:nth-child(16) {
    padding: 3px;
} 
.path-scheme-projects table.cols-22 tbody tr td:nth-child(19) > img {
        width: 100%;
    }
        .path-scheme-projects table.cols-22 thead tr th:nth-child(17) {
    padding: 3px;
} 
            .path-scheme-projects table.cols-22 thead tr th:nth-child(17) {
    padding: 3px;
}
#node-licence-for-setting-up-of-wood-b-form label {
    font-weight: 500;}
#node-licence-for-setting-up-of-wood-b-form div#edit-field-document-ma-wrapper { 
    font-weight: 500;
}
form#node-licence-for-setting-up-of-wood-b-form .sir-group .form-item input.form-text, item input.form-text, #setting-wood-based-industry .sir-group .form-item select.form-select {
    width: 16vw;
}    
form#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    margin-left: 15px;
} 
#node-licence-for-operating-wood-based-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value #edit-field-circle-0-value {
    width:16vw;
}    
    
#node-licence-for-operating-wood-based-form  div#edit-field-circular-number-wrapper input#edit-field-circular-number-0-value{
       width:16vw;
    }
 /*-- Edit ---*/  
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    margin-left: 15px;
} 
.node-licence-for-operating-wood-based-edit-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circle-0-value.form-item-field-circle-0-value #edit-field-circle-0-value {
    width:16vw;
}    
    
.node-licence-for-operating-wood-based-edit-form div#edit-field-circular-number-wrapper input#edit-field-circular-number-0-value {
       width:16vw;
}  
.node-licence-for-operating-wood-based-form select#edit-field-division-dropdown {
    width: 22vw;
}

.node-licence-for-operating-wood-based-form  div#edit-field-term-condition-wrapper {
    clear: both;
    padding: 25px 0;
}  
    

.node-licence-for-setting-up-of-wood-b-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-final-plantations-0.form-item-field-final-plantations-0 {
/*    width: 31%;*/
    float: left;
    display: grid;
}

.node-licence-for-setting-up-of-wood-b-form  .industry-details-group .form-type-checkbox input[type="checkbox"] {
    position: relative;
    float: left;  
    top: 28px;
}
    
#edit-field-final-plantations-wrapper .image-widget.js-form-managed-file.form-managed-file.clearfix {
    width: 100%;
    clear: left;
}
#node-licence-for-setting-up-of-wood-b-form .form-textarea-wrapper textarea {
    display: inline-block;
    width: 21vw;
} 
    form#node-receipt-register-form  .form-text {
    width: 94%;
}
  .node-confiscation-form div#edit-field-after-profession-wrapper {
    width: 100%;
    display: flow-root;
}
 .node-confiscation-form  #edit-field-after-profession-wrapper p{
        clear: both;
    }      
}

li.ico-theme-color a.color {
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 0px;
}
li.ico-theme-color a.color span{
    font-size: 0px;
}
li.ico-theme-color a.color-blue {
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 0px;
}
li.ico-theme-color a.color-blue span{
    font-size: 0px;
}
li.ico-theme-color a.color-green {
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 0px;
}
li.ico-theme-color a.color-green span{
    font-size: 0px;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 30px !important;
    position: absolute;
    bottom: 70px !important;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #333333!important;
}

a#addmoreupload_qap {
    margin-top: -40px;
}
.mb-30{
    margin-bottom: 30px;
}

a#addmorereference_drawing {
    margin-top: -40px;
}
.screen-reader-text {
     color: #0054AD;
}
.visually-hidden {
    color: #363636;
}
h2#block-cmf-footer-menu {
      color: #FFFFFF;
}

.path-scheme-projects table tbody tr td img{width: 100%;}








/*--- CS-FIR -----*/
.views-field.views-field-field-details-of-accuse-offender {
    margin: 10px 0;
    width: 100%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.form-detail-view-manipur .views-field {
    margin: 10px 0;
    width: 31%;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    border-bottom: 1px dashed #bfbfbf;
    min-height: 62px;
}

.field.field--label-above {
    width: 32%;
    float: left;
 
}
.views-field.views-field-field-details-of-accuse-offender {
    width: 100%;
    float: left;
    display: block;
}
.field.field--label-above .field__label {
    float: left;
    width: 49%;
}
.layout.layout--onecol {
     border-top: 1px dashed #bfbfbf; 
    width: 100%;
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 13px 0 0px;
}

.page-node-type-fir-por-preliminary-offence-repo .manipur-content div#block-cmf-page-title h1.page-title {
    display: none;
}
.view-fir-por-premilinary-offence-report- .header-content-por {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;
    color: #900620;
    font-weight: 600;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status {
    float: left;
    width: 31%;
    display: inline-block;
    margin-top: -5px;
    margin-right: 1%;
}

.node-application-for-renewal-of-licen-edit-form .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
    float: left;
    width: 31%;
    display: grid;
}
.node-application-for-renewal-of-licen-edit-form  .js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-field-remarks1-0-value.form-item-field-remarks1-0-value {
    float: left;
    width: 31%;
    display: grid;
}

.page-node-type-page .page-title {
    font-size: 185%;
    margin-top: 16px;
    font-weight: 400;
    font-family: 'Raleway';
    padding: 0px;
    color: #000;
    text-transform: inherit;
    letter-spacing: inherit;
    color: #900620;
}
.node-licence-for-setting-up-of-wood-b-edit-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-status.form-item-field-status {
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 1%;
}


p#back-top a img {
    width: 60%;
    margin-top: 6px;
}

/*---------- Employee dashboard ---------*/

.path-employee-dashboard div#block-cmf-page-title .page-title {
    font-size: 185%;
    margin-top: 16px;
    font-weight: 400;
    font-family: 'Raleway';
    text-transform: inherit;
    letter-spacing: inherit;
    color: #900620;
    background: #e7f7ef;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.path-employee-dashboard  .view .view-empty {
    float: left;
    width: 46%;
    margin-right: 2%;
 }

.path-employee-dashboard  .view  .field-content {
    float: left;
    width: 46%;
margin-right: 2%;
 }
.path-employee-dashboard   .layout-content ul {
    padding: 0 !important; 
    margin: 0 0 20px 0;
}
/*
.path-employee-dashboard  .view  .field-content {
    background: #900620;
    padding: 8px;
    font-size: 120%;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 500;
}
*/
.path-employee-dashboard  .view .view-empty h2 {
    background: #e7f7ef;
    padding: 8px;
    font-size: 120%;
    color: #900620;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.path-employee-dashboard  .view  .field-content  h2 {
    background: #e7f7ef;
    padding: 8px;
    font-size: 120%;
    color: #900620;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.path-employee-dashboard  .view .view-empty span {
}
.path-employee-dashboard  .view  .field-content  a {
    
}


.path-employee-dashboard  .view .view-empty span:before {
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #900620;
}
.path-employee-dashboard  .view  .field-content  a:before {
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #900620;
}

/*-- Add Confiscation ----*/

.node-confiscation-form  div#edit-field-intended-date-of-collectio-wrapper {
    clear: none;
}
.node-confiscation-form div#edit-field-confiscation-por-no-wrapper {
    clear: both;
}


.views-exposed-form input#edit-field-date-of-seizure-value-min {
    width: 14vw;
}
.views-exposed-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title.form-item-title input {
    width: 12vw;
}

/*--- Seizure Memo List ------*/
/*

.page-node-type-seizures-memo .field.field--label-above {
    width: unset !important;
    float: none !important;
}

#views-exposed-form-seizure-memo-list-page-1 .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-of-seizure-value-min.form-item-field-date-of-seizure-value-min {
    margin-top: -2px;
}
#views-exposed-form-seizure-memo-list-page-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-place-of-seizure-value.form-item-field-place-of-seizure-value {
    margin-top: 34px;
}
#views-exposed-form-seizure-memo-list-page-1  div#edit-actions {
    margin-top: 50px;
}*/
/*
.views-field.views-field-field-details-of-consfiscated- .field.field--label-above {
    width: unset;
    float: none;
}
*/
#views-exposed-form-fir-por-premilinary-offence-report--page-1 .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-of-seizure-value-min.form-item-field-date-of-seizure-value-min {
    margin-top: -2px;
}
.page-node-type-seizures-memo .views-field.views-field-field-details-of-accused-offende {
    width: 100% !important;
    float: left !important;
    display: block !important;
}

.page-node-type-seizures-memo  .field.field--label-above .field__label {
    float: none !important;
    width: 49% !important;
}

.page-node-type-seizures-memo .views-field.views-field-field-details-of-accused-new {
    width: 100%  !important;
    float: left !important;
    display: block !important;
}

.page-node-type-seizures-memo  .views-field.views-field-field-name-address-of-at-least-t {
    width: 100%;
    float: left;
    display: block;
}

.page-node-type-confiscation .views-field.views-field-field-details-of-consfiscated- {
    width: 100%;
    float: left;
    display: block;
}
.path-fir-por-listing .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-of-seizure-value-min.form-item-field-date-of-seizure-value-min {
    margin-top: 0px;
}
.path-fir-por-listing .views-exposed-form #edit-actions {
    padding-top: 0px!important;
}
/*
.path-employee-dashboard .views-exposed-form {
    background-color: #00a65129;
    box-sizing: border-box;
    border: 1px solid #4caf5080;
    margin-bottom: 1%;
    padding: 0px 10px;
    margin-top: 70px !important;;
}


.views-exposed-form .csv-feed .feed-icon {
    background-image: url(../images/csv.png);
    position: absolute !important;
    top: 26px !important;;
    right: 42px !important;;
    margin-top: 23px !important;;
}*/
/*---- mis ---*/

.views-exposed-form select#edit-field-division-dropd-target-id {
    width: 21vw;
}

.csv-feed .feed-icon {
    /* background-image: url(../images/csv.png); */
    float: right;
    margin-right: 28px;
    position: relative;
    bottom: -5px !important;
    background-size: 58% !important;
    right: -47px !important;
}

.path-employee-dashboard .views-exposed-form  .js-form-item.form-item.js-form-type-date.form-type-date.js-form-item-field-date-of-seizure-value-max.form-item-field-date-of-seizure-value-max {
    margin-top: -2px;
}

.view-seizure-memo-list .views-exposed-form .js-form-item:nth-child(1), .view-seizure-memo-list .views-exposed-form .js-form-item:nth-child(2), .view-seizure-memo-list .views-exposed-form .js-form-item:nth-child(3), .view-seizure-memo-list .views-exposed-form .js-form-item:nth-child(5) {
    padding-top: 0px;
}

.views-exposed-form select#edit-field-division-target-id-shs-0-0 {
    width: 16vw;
}



/*-- mis ----*/


.path-employee-dashboard button.dt-button.buttons-csv.buttons-html5 {
    position: relative;
    background: #d6f1e3;
    border: none;
}

.dt-buttons button.dt-button.buttons-csv.buttons-html5 {
    background-image: url(../../../../modules/contrib/views_data_export/images/csv.png);
    background-size: 54%;
    position: relative;
    z-index: 9999999999999999;
    background-repeat: no-repeat;
    border: none;
    /* background: #fff; */
    font-size: 30px;
    line-height: 30px;
}


.dt-buttons button.dt-button.buttons-csv.buttons-html5 span {
display: none;
}

.path-employee-dashboard .scroll-table {
    overflow-x: inherit;
   
}

div.dt-buttons {
    position: relative;
    float: right;
    font-size: 36px;
    /* width: 30px; */
    height: 5px;
    right: -8px;
    top: -130px;
    /* background: #ff0; */
}

#views-exposed-form-purchase-list-from-customer-page-12 input#edit-field-nursery {
    width: 12vw;
}

#views-exposed-form-purchase-list-from-customer-page-12  input#edit-uid {
    width: 18vw;
}
.field.field--name-field-description-of-item.field--type-string-long.field--label-hidden.field__item {
    line-height: 18px;
}

#views-exposed-form-registered-forest-based-industry-page-3 .views-exposed-form select#edit-field-division-dropd-target-id {
    width: 13vw;
}

#views-exposed-form-registered-forest-based-industry-page-3  .form-item, .form-actions {
    margin-top: 0;
    margin-bottom: 1em;
}
#views-exposed-form-registered-forest-based-industry-page-3 input#edit-submit-registered-forest-based-industry {
    position: relative;
    top: -15px;
}
#views-exposed-form-confiscation-page-14 select#edit-field-division-target-id{
    width: 16vw;
}
#views-exposed-form-confiscation-page-14 .js-form-item-field-challan-date-value-min{
	margin-top: -2px;
}
#views-exposed-form-registered-forest-based-industry-page-3 #edit-field-division-dropd-target-id{width: 12vw;}
#views-exposed-form-registered-forest-based-industry-page-3 #edit-type-1{width: 13vw;}
#views-exposed-form-registered-forest-based-industry-page-3 #edit-field-register-opened-on-value-min,
#views-exposed-form-registered-forest-based-industry-page-3 #edit-field-register-opened-on-value-max{width: 10vw;}

/*--- tender form -------*/
.node-tender-form .layout.layout--onecol {
    float: left;
    width: 100%;
    display: flex;
}
.node-tender-form div#edit-title-wrapper {
    width: 49%;
    float: left;
    display: flex;
}
.node-tender-form .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-circular-number-0-value.form-item-field-circular-number-0-value {
    width: 49%;
    display: inline-block;
}

.node-tender-form .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-field-attached-0.form-item-field-attached-0 {
    float: right;
    width: 31%;
    margin-top: -80px;
}

.node-tender-form div#edit-field-date-range-0-value input#edit-field-date-range-0-value-date {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.node-tender-form div#edit-field-date-range-0-end-value input#edit-field-date-range-0-end-value-date {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.node-tender-form  div#edit-field-date-range-0-value input#edit-field-date-range-0-value-date {
    width: 22vw;
    float: left;
    margin-right: 4.5%;
    margin-top: 8px;
}
.node-tender-form div#edit-field-attached-0 input#edit-field-attached-0-upload {
    width: 23.5vw;
    float: left;
    /* margin-left: 0px; */
}
.node-tender-form fieldset#edit-field-date-range-0 {
    margin-top: 0;
}
.node-tender-form span.fieldset-legend {
    font-size: 21px;
    font-weight: 400;
    position: relative;
    top: 4px;
    color: #900620;
}
.node-tender-form input#edit-field-date-0-value-date {
    width: 31%;
    float: left;
}
.node-tender-form div#edit-field-date-range-0-value + h4 {
    position: relative;
    top: -24px;
}
.node-tender-form  input#edit-field-date-range-0-end-value-date {
    margin-top: -15px;
}

/*--- node-tender auction ---*/
#node-tender-auction-form .form-item {
    float: left;

/*    width: 30%;
    margin-right: 15px;
    margin-top: 0;
*/
}

#node-tender-auction-form div#field-food-item-and-medicine-add-more-wrapper .js-form-item {
    width: 100% !important;
    float: left;
    display: block;
}
#node-tender-auction-form .field--type-entity-reference {
    float: left;
    width: 31%;
    display: inline;
    margin-right: 2%;
}
#node-tender-auction-form .field--type-string {
    float: left;
    width: 31%;
    display: inline;
    margin-right: 2%;
/*    padding-bottom: 4px;*/
}
#node-tender-auction-form div#edit-field-select-type-wrapper {
    float: left;
    width: 31%;
    margin-right: 2%;
    display: inline-grid;
/*    margin-top: -18px;*/
}
#node-tender-auction-form   div#edit-field-other-item-0-subform {
    float: left;
    width: 100%;
    display: block;
}
/*
#node-tender-auction-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-category-of-item-tender.form-item-field-category-of-item-tender {
    margin-top: -2px;
}
*/
#node-tender-auction-form  .required-fields.field-group-html-element {
    float: left;
    width: 100%;
    display: block;
}
/*
#node-tender-auction-form  .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-location-0-value.form-item-field-location-0-value {
    margin-top: -1px;
}
*/
#node-tender-auction-form .field--type-string-long.field--name-field-description {
    float: left;
    width: 31%;
    display: grid;
    margin-right: 2%;
}
/*
#node-tender-auction-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-category-of-item-auction.form-item-field-category-of-item-auction {
    margin-top: -2px;
}
*/

#node-tender-auction-form   .form-item, .form-actions {
    margin-top: 0;
}

#node-tender-auction-form  div#edit-field-total-price-zoo-wrapper {
    float: left;
    display: block;
    width: 100%;
    margin-top: -25px;
}


#node-tender-auction-form  div#edit-field-total-price-wrapper {
    float: left;
    display: block;
    width: 100%;
    margin-top: -25px;
}

#node-tender-auction-form div#edit-field-total-price-zoo-wrapper p {
    width: 100%;
    display: block;
    float: left;
    margin-top: 24px;
    margin-bottom: 14px;
}

#node-tender-auction-form  button.medicinrprice {
    background-color: #3F51B5;
    color: #fff;
    padding: 5px 24px;
    border-radius: 4px;
    margin: 0;
    font-size: 13px;
    border: none;
}

#node-tender-auction-form  button.totlaprice {
      background-color: #3F51B5;
    color: #fff;
    padding: 5px 24px;
    border-radius: 4px;
    margin: 0;
    font-size: 13px;
    border: none;
}

#node-tender-auction-form div#edit-field-total-price-wrapper p {
    width: 100%;
    display: block;
    float: left;
    margin-top: 24px;
    margin-bottom: 14px;
}
/*---- View Tender Auction for testing purpose ------------*/
.node-tender-auction-edit-form .layout__region.layout__region--content div#edit-field-select-type-wrapper {
    clear: none;
}
.node-tender-auction-edit-form div#edit-field-outsource-services-of-cont-wrapper {
    float: left;
    width: 100%;
    display: block;
}

.node-tender-auction-edit-form  .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-division {
    float: left;
    width: 31%;
    margin-right: 1%;
}

div#edit-field-date-of-tender-auction-not-wrapper {
    clear: both;
    margin-top: 0 !important;
}

.node-tender-auction-edit-form .field--name-field-select-type.field--widget-options-select {
    float: left;
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-top: -18px;
}
.node-tender-auction-edit-form .js-form-item-field-category-of-item-tender {
    float: left;
    width: 31%;
    margin-top: 0px;
}
.node-tender-auction-edit-form  .form-item-field-gst {
    width: 31%;
    float: left;
    display: inline-block;
    margin-right: 1%;
}
.node-tender-auction-edit-form .field--type-string {
    width: 31%;
    float: left;
    margin-right: 1%;
}
.node-tender-auction-edit-form div#edit-field-date-of-tender-auction-not-wrapper {
    float: left;
    width: 31%;
    display: inline-block;
    margin-right: 1%;
    margin-top: 0;
}
.node-tender-auction-edit-form div#edit-field-outsourced-services-for-ev-wrapper {
    width: 100%;
    float: left;
    display: block;
}
.node-tender-auction-edit-form div#edit-field-outsourced-services-for-ev-0-subform-field-upload-plan-of-activity-la-wrapper {
    float: left;
    display: inline-block;
}
.node-tender-auction-edit-form  div#edit-field-bamboo-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form  div#edit-field-food-item-and-medicine-wrapper {
    float: left;
    width: 100%;
    display: block;
}
.node-tender-auction-edit-form  div#edit-field-food-item-and-medicine-0-subform .field--type-entity-reference.field--widget-options-select.js-form-wrapper.form-wrapper {
    float: left;
    width: 31%;
    margin-right: 1%;
}

.node-tender-auction-edit-form .paragraphs-dropbutton-wrapper  input[type="submit"] {
    -webkit-appearance: button;
    cursor: none;
    pointer-events: none;
}

.node-tender-auction-edit-form .inner-layout input[value="Remove"] {
        cursor: none;
    pointer-events: none;
}

.node-tender-auction-edit-form div#edit-field-outsourced-services-for-ev-0-subform-field-upload-plan-of-activity-la-wrapper {
    float: left;
}
.node-tender-auction-edit-form div#edit-field-other-item-wrapper {
    float: left;
    display: block;
    width: 100%;
}

.node-tender-auction-edit-form div#edit-field-other-item-wrapper .js-form-wrapper .form-textarea-wrapper textarea {
    width: 31%;
    height: 60px;
}
.node-tender-auction-edit-form  div#edit-field-construction-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form  .js-form-item-field-category-of-item-auction {
    width: 31%;
    float: left;
    display: inline-block;
    margin-top: -3px;
}
.node-tender-auction-edit-form  div#edit-field-condemned-or-seized-vehicl-wrapper {
    float: left;
    width: 100%;
    display: block;
}

.node-tender-auction-edit-form div#edit-field-bamboo-quantity-wrapper p {
    display: none;
}

div#edit-field-outsourced-services-for-ev-0-subform-field-upload-plan-of-activity-la-wrapper {
    float: left;
}

.node-tender-auction-edit-form  div#edit-field-unit-wise-bid-amount-quote-wrapper {
    clear: both;
}
.node-tender-auction-edit-form div#edit-field-timber-amount-quoted-wrapper p {
    display: none;
}
.node-tender-auction-edit-form div#edit-field-timber-wrapper {
    float: left;
    width: 100%;
    display: block;
}

.node-tender-auction-edit-form div#edit-field-standing-crop-quantity-wrapper p {
    display: none;
}

.node-tender-auction-edit-form div#edit-field-standing-crop-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form div#edit-field-ntfps-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form div#edit-field-equipment-tools-scrap-mate-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form div#edit-field-equipment-tools-scrap-mate-wrapper {
    float: left;
    display: block;
    width: 100%;
}
.node-tender-auction-edit-form div#edit-field-forest-mahal-wrapper {
    float: left;
    display: block;
    width: 100%;
}
#node-tender-auction-form .field--type-image {
    float: left;
    width: 31%;
    display: inline-block;
}