.node-type-company ul.tabs{display: none;}

.page-list-of-companies .view-footer{padding-top: 10px;}


/* -- Review List -- */
.view-company-workbench-moderation-content .table-data tbody tr td .Published, .view-my-company-list .table-data tbody tr td .Published{
    border: none;
    color: #fff;
    padding: 3px 16px 1.5px;
    border-radius: 4px;
    font-size: 13px;
    /* cursor: pointer; */
    /* min-width: 66px;
    width: 66px; */
    display: block;
    text-align: center;
    font-weight: normal;
    background: #71bb60;
}
  
  
.view-company-workbench-moderation-content .table-data tbody tr td .Review, .view-my-company-list .table-data tbody tr td .Review {
    border: none;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 13px;
    /* cursor: pointer; */
    /* min-width: 66px;
    width: 66px; */
    display: block;
    text-align: center;
    font-weight: normal;
    background: #ffcc33;
}

.view-company-workbench-moderation-content .table-data tbody tr td .Draft, .view-my-company-list .table-data tbody tr td .Draft{
    border: none;
    color: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 13px;
    /* cursor: pointer; */
    /* min-width: 66px;
    width: 66px; */
    display: block;
    text-align: center;
    font-weight: normal;
    background: #ff8329;
}

.view-company-workbench-moderation-content .table-data tbody tr td .Rejected, .view-my-company-list .table-data tbody tr td .Rejected{
    border: none;
    color: #fff;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 13px;
    /* cursor: pointer; */
    /* min-width: 66px;
    width: 66px; */
    display: block;
    text-align: center;
    font-weight: normal;
    background: #cc0000;
}


.view-company-workbench-moderation-content .table-data tbody tr td .Reopen, .view-my-company-list .table-data tbody tr td .Reopen{
    border: none;
    color: #fff;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 13px;
    /* cursor: pointer; */
    /* min-width: 66px;
    width: 66px; */
    display: block;
    text-align: center;
    font-weight: normal;
    background: #ff8329;
}
.country-state-form .field-name-field-total-sales{
    position: relative;
}
.country-state-form .field-name-field-total-sales #field-total-sales-add-more-wrapper:before{
    content: "$";
    position: absolute;
    height: 20px;
    width: 20px;
    left: -16px;
    top: 47px;
    font-size: 20px;
    color: #666;

}
/* -- Review List -- */


/* -- Add company/edit company 7_8_18 -- */


#node-company-edit-form .form-type-textfield, #node-company-form .form-type-textfield, #edit-field-comp-assign-user-wrapper, #edit-field-edit-access-user-wrapper, #edit-field-read-access-user-wrapper{
    padding: 0;
    width: 47%;
    margin-right: 49px;
    position: relative;
    float: left;
}

.node-company-form #edit-title-0-value {
    width: 95% !important;
}

/* .node-company-form #edit-field-edit-access-user-wrapper {
    margin-right: 0 !important
} */

.node-company-form #edit-field-company-country-wrapper, .node-company-edit-form #edit-field-company-country-wrapper{
    width: 47%;
    margin-right: 49px;
    float: left;
     position: relative;
     padding: 0;
     min-height: 91px;
}
#edit-field-comp-assign-user-wrapper{
  margin-right: 0;
}
#node-company-form .form-type-textfield label, #node-company-edit-form .form-type-textfield label,
#edit-field-comp-assign-user-wrapper label,
#edit-field-edit-access-user-wrapper label,
#edit-field-read-access-user-wrapper label,
 #node-company-form .input-fild .label, #node-company-edit-form .input-fild .label,
.node-company-form .form-type-select label, .node-company-edit-form .form-type-select label{
  font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
    
    #node-company-form .form-type-textfield input, #node-company-edit-form .form-type-textfield input,
     #edit-field-comp-assign-user-wrapper select,
     #edit-field-edit-access-user-wrapper select,
     #edit-field-read-access-user-wrapper select,
     .node-company-form .form-type-select select, .node-company-edit-form .form-type-select select {
    width: 100%;
    outline: none;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}
#node-company-form .select2-container, #node-company-edit-form .select2-container, #edit-field-comp-assign-user-wrapper .select2-container{width:100% !important;}
#node-company-form .form-type-select .field-content, #node-company-edit-form .form-type-select .field-content{
    width: 100%;
    outline: none;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}


#node-company-form .input-fild, #node-company-edit-form .input-fild{
    padding: 0;
    width: 49%;
   /*  margin-right: 49px; */
    position: relative;
    float: left;
    margin: 0px 31px 24px 0;
  }
 #node-company-form .input-fild.lastname, #node-company-edit-form .input-fild.lastname{
  width: 47%;
 }
 #node-company-form .input-fild.firstname, #node-company-edit-form .input-fild.firstname, #node-company-edit-form .input-fild.email, #node-company-edit-form .input-fild.email{
  width: 49%;
 }
 #node-company-form .input-fild.lastname, #node-company-edit-form .input-fild.lastname{
  width: 47%;
  margin-right: 0;
 }
  #node-company-form .input-fild label, #node-company-edit-form .input-fild label{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
  }
  #node-company-form .input-fild.disable span, #node-company-edit-form .input-fild.disable span{
  	background-color: #eee;
    opacity: .6;
    z-index: 999;
    color: #777;
    border: 1px solid #aaa;
    cursor: not-allowed;
  }
  #node-company-form .input-fild span, #node-company-edit-form .input-fild span{
    width: 100%;
    outline: none;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    display: block;
    line-height: 42px;
    margin: 0;
    box-sizing: border-box;
  }
  #node-company-form .clearfix, #node-company-edit-form .clearfix{
    clear: both;
  }
  #node-company-form .radio-Btns, #node-company-edit-form .radio-Btns {
    float: left;
    width: 45%;
   margin: 0;
}

.noneValue #edit-field-company-country-wrapper{
    margin-right: 0;
    width: 47%;
}
.noneValue #edit-field-company-country-wrapper .form-item{
    margin: -3px 0 0 0;
}
#node-company-form.noneValue .radio-Btns, #node-company-edit-form.noneValue .radio-Btns{
  float: none;
}
/* #node-company-form .radio-Btns .form-item{
    margin: 0;
} */
#node-company-form .radio-Btns .form-item-status label, #node-company-edit-form .radio-Btns .form-item-status label {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}


#node-company-form .form-radios .form-item-field-companyform-status, #node-company-edit-form .form-radios .form-item-field-companyform-status {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6a6a6a;
    display: inline-block;
    width: 15%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
#node-company-form .form-radios .form-item-field-companyform-status input, #node-company-edit-form .form-radios .form-item-field-companyform-status input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 25%;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    left: 0;
    z-index: 9999;
}
#node-company-form .checkmark, #node-company-edit-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #dbdada;
        z-index: 1;
}
#node-company-form .radio-Btns .fieldset-legend, #node-company-edit-form .radio-Btns .fieldset-legend, #node-company-form .radio-Btns .form-item-field-companyform-status label, #node-company-edit-form .radio-Btns .form-item-field-companyform-status label {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
#node-company-form .form-radios .form-item-field-companyform-status .checkmark:after, #node-company-edit-form .form-radios .form-item-field-companyform-status .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cc0000;
}
#node-company-form .checkmark:after, #node-company-edit-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#node-company-form .form-radios .form-item-field-companyform-status input:checked ~ .checkmark:after, #node-company-edit-form .form-radios .form-item-field-companyform-status input:checked ~ .checkmark:after {
    display: block;
}
#node-company-form .form-radios .form-item-field-companyform-status input:checked ~ .checkmark, #node-company-edit-form .form-radios .form-item-field-companyform-status input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #cc0000;
}
#node-company-form #edit-actions, #node-company-edit-form #edit-actions {
    width: 100%;
    float: right;
}

#node-company-form input#edit-submit, #node-company-edit-form input#edit-submit {
    color: #fff;
    float: right;
    border-radius: 4px;
    text-transform: capitalize;
    padding: 12px 25px;
    line-height: 20px;
    border: none;
    font-size: 16px;
    margin-left: 2px;
    cursor: pointer;
    margin-top: 20px;
    letter-spacing: 3px;
    font-weight: normal;
    background: #cc0000;
    letter-spacing: 0.5px;
    margin-left: 0;
    margin-right: 0;
}

/* -- Add company /edit company end--*/


.country-state-form .form-item{
	margin: 10px 0px 10px 0;
}
.country-state-form .form-item-field-total-sales-time-und-0-value-month,
.country-state-form .form-item-field-total-sales-time-und-0-value-year,
.country-state-form .form-item-field-total-sales-time-und-0-value,
.country-state-form .form-item-field-total-gorup-companies-time-und-0-value-month,
.country-state-form .form-item-field-total-gorup-companies-time-und-0-value-year,
.country-state-form .form-item-field-total-gorup-companies-time-und-0-value,
.country-state-form .form-item-field-total-employees-und-0-value-month,
.country-state-form .form-item-field-total-employees-und-0-value-year,
.country-state-form .form-item-field-total-employees-und-0-value
{
	margin: 0;
}
.country-state-form .form-item-name-0-value, 
.country-state-form #edit-field-code,
.country-state-form .form-item-field-state-title-0-value,
.country-state-form .field-total-sales,
.country-state-form .field-name-field-group-com-total,
.country-state-form .field-name-field-employees-per-state,
.country-state-form .field-name-field-total-sales,
.country-state-form #edit-field-total-gorup-companies-time,
.country-state-form #edit-field-total-employees
/* .country-state-form #edit-field-country */
{
	width: 48%;
    float: left;
    margin-right: 34px;
    position: relative;
    
}
.country-state-form .field-name-field-employees-per-state span.error {
    bottom: -17px !important;
}
.country-state-form .field-name-field-total-sales span.error{
    bottom: -31px !important;
}
.country-state-form .field-name-field-total-sales{
    margin-left: 18px;
    width: 46%;
}

body .country-state-form #edit-field-total-employees{
	margin-right: 0;
}
body .country-state-form #edit-field-code{
	margin-right: 0;
}
 body .country-state-form #edit-field-total-gorup-companies-time{
 	margin-right: 0;
 }
/* body .country-state-form #edit-field-group-com-total{
	margin-right: 0;
} */
.country-state-form .form-type-textarea{
	float: left;
	width: 100%;
}
.country-state-form .text-format-wrapper{
	float: left;
	width: 100%;
}
.country-state-form #edit-field-total-sales-time{
	float: left;
	width: 48%;
}
.country-state-form .fieldset-wrapper{
	margin-top: 14px;
}
.country-state-form fieldset.date-combo .container-inline-date .date-padding{
	padding: 0;
}
 

.country-state-form .form-item-name-0-value label,
.country-state-form #edit-field-code label,
.country-state-form .field-name-field-state-title label,
.country-state-form .field-total-sales label,
.country-state-form .field-name-field-group-com-total label,
.country-state-form .field-name-field-employees-per-state label,
.country-state-form #field-total-sales-time-add-more-wrapper label,
.country-state-form #field-total-gorup-companies-time-add-more-wrapper label,
.country-state-form #field-total-employees-add-more-wrapper label,
.country-state-form #edit-field-country label,
.country-state-form .form-type-textarea.form-item-description-value label,
.country-state-form #field-total-sales-add-more-wrapper label,
.country-state-form .field-widget-options-select label
{
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
.country-state-form #field-total-sales-add-more-wrapper label {
    margin-left: -18px;
}
.country-state-form .form-item input,
 .country-state-form .date-month select,
.country-state-form .date-year select,
.country-state-form .field-widget-options-select select
 /* .country-state-form #edit-field-country-und */{
	width: 100%;
    outline: none;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box
}
#edit-field-country .form-disabled select{
	background-color: #eee;
    opacity: .6;
    z-index: 999;
    color: #777;
    border: 1px solid #aaa;
        cursor: not-allowed;
}

.country-state-form .grippie{display: none;}
.country-state-form #edit-field-total-sales-time .container-inline-date{
	float: left;
}

.country-state-form .container-inline-date .form-item .form-item{
	margin-right: 10px;
}

.country-state-form #edit-submit{
	float: right;
}
.country-state-form #edit-description-format{
	display: none;
	}




/* -------- Country list ------ */

.view-id-state_information.view-display-id-page_1 .table-data table thead tr th:nth-child(1){
    width: 55px;
}
.view-id-state_information.view-display-id-page_1 .table-data table thead tr th:nth-child(2){
    width: 130px;
}
.view-id-state_information.view-display-id-page_1 .table-data table thead tr th:nth-child(4){
    width: 100px;
}
.view-id-state_information.view-display-id-page_1 .table-data table thead tr th:nth-child(5){
    width: 100px;
}
.view-id-state_information.view-display-id-page_1 .table-data table thead tr th:nth-child(6){
    width: 100px;
}
.view-state-information .table-data table tbody tr td span.asof {
    display: block;
    font-size: 12px;
}
/* .view-state-information .table-data table thead tr th:nth-child(3){
    width: 143px;
} */
.form-table th, form table th{border-bottom: 0 !important;}
.page-admin-structure-taxonomy-country #block-system-help p{ display: none; }
.page-admin-structure-taxonomy-country .tabledrag-toggle-weight-wrapper{
		display: none;
	}
	.page-admin-structure-taxonomy-country .action-links a{
		color: #fff;
	    /* float: left; */
	    border-radius: 4px;
	    text-transform: uppercase;
	    padding: 12px 25px;
	    line-height: 20px;
	    border: none;
	    font-size: 16px;
	    margin-left: 2px;
	    cursor: pointer;
	    margin-top: 20px;
	    letter-spacing: 3px;
	    font-weight: normal;
	    background: #cc0000;
	    letter-spacing: 1px;
	    margin-left: 0;
	    margin-right: 0;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 0;
	    text-align: center;
	}

	.page-admin-structure-taxonomy-country .action-links a:after{content: "ADD STATE";
    font-size: 16px;vertical-align: middle;}
	.page-admin-structure-taxonomy-country .action-links a:hover{background-color:#b1000e;}
	.page-admin-structure-taxonomy-country .action-links{display: inline-block; margin-bottom: 20px;}
	.page-admin-structure-taxonomy-country .tabs{display: none;}
	.page-admin-structure-taxonomy-country #taxonomy .draggable .handle{display: none;}


	.page-admin-structure-taxonomy-country #taxonomy {
      width: 100%;
      border: 1px solid #ddd;
    }
	

	.page-admin-structure-taxonomy-country #taxonomy  tr th {
	    background: #fff;
	    letter-spacing: 1px;
	    border-top: 3px solid #ddd;
	    padding: 20px 15px;
	    font-size: 14px;
	    font-weight: bold;
	    border-left: none;
	    color: #666666;
	    border-right: none;
	}

	.page-admin-structure-taxonomy-country #taxonomy tr td {
	    background: #fff;
	    padding: 20px 15px;
	    font-size: 13px;
	    color: #666666;
	    border-right: none;
	    border-left: none;
	}
	.page-admin-structure-taxonomy-country #taxonomy tr td a{
		text-decoration: none;
		color: #666;
		text-transform: capitalize;
	}
	.page-admin-structure-taxonomy-country 
	#taxonomy tr td #edit-tid10-view, 
	.page-admin-structure-taxonomy-country 
	#taxonomy tr td #edit-tid20-view, 
	.page-admin-structure-taxonomy-country
	 #taxonomy tr td #edit-tid30-view {
		 font-weight:bold;
		 font-size: 13px;
	}

/* ------- Country List end ---- */	

/*----------taxonomy/country-----------*/

#edit-cancel:hover {
	background-color: #b1000e;
}
#edit-cancel:active{
	background-color: #b1000e;
}
.country-state-form #edit-field-state-title-wrapper{
    margin-right: 0;
}
.country-state-form.state .form-wrapper#edit-field-country,
.country-state-form.state .field-name-field-usa-states,
.country-state-form.state .field-name-field-canada-states,
.country-state-form.state .field-name-field-mexico-states,
.country-state-form.state .field-name-field-state-empty {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    float: left;
    /* min-height: 109px; */
    position: relative;
}
.country-state-form.state .form-wrapper#edit-field-country span.error{
    bottom: -16px !important;
}
.country-state-form.state .field-name-field-state-empty span.error{
    bottom: -16px !important;
}
.country-state-form .field-name-field-group-com-total span.error{
    bottom: -16px;
} 
#edit-field-comp-assign-user-wrapper span.error{
    bottom: -2px !important;
} 
#edit-field-edit-access-user-wrapper span.error{
    bottom: -2px !important;
} 
#edit-field-read-access-user-wrapper span.error{
    bottom: -2px !important;
} 
.node-company-form #edit-field-company-country-wrapper span.error, .node-company-edit-form #edit-field-company-country-wrapper span.error{
    bottom: -2px !important;
}
.country-state-form.state .field-name-field-usa-states,
.country-state-form.state .field-name-field-canada-states,
.country-state-form.state .field-name-field-mexico-states,
.country-state-form.state .field-name-field-state-empty{
    margin-right: 0;
}
.country-state-form.state .form-item.form-type-textfield.form-item-name {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    margin: 0 0 0 -4px;
    float: none;
}
.country-state-form.state .form-wrapper#edit-field-code {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    float: none;
    margin-right: 38px;
}
.country-state-form.state #edit-field-state-title {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    float: none;
    margin: 0;
    min-height: 109px;
}

.resizable-textarea textarea.ckeditor-mod, .form-textarea-wrapper textarea.form-textarea {
    padding: 0 10px;
    border-radius: 5px;
    border-color: #ccc;
    resize: none;
}
#taxonomy-term-country-form #edit-description-0-format { display: none;}
.page-taxonomy .country-state-form #edit-actions{
	display: block;
}
.page-taxonomy #edit-actions{
	display: flex;
}
.page-taxonomy #edit-submit{
	order: 2;
}
/*----------end-----------*/


.node-company-form .select2-container--default .select2-selection--single, .node-company-edit-form .select2-container--default .select2-selection--single, .select2-selection--multiple{border-radius: 5px !important; border: 1px solid #d5d5d5 !important;color: #333 !important; padding: 0 10px !important; outline:none !important;}
.node-company-form .select2-container--default .select2-selection--single .select2-selection__rendered, .node-company-edit-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:43px;font-size: 90%;padding: 0;}
.node-company-form .select2-container--default .select2-selection--single .select2-selection__arrow, .node-company-edit-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px !important;}
.form-item.form-type-select.form-item-field-comp-assign-user-und:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    top: 35px;
    right: 7px;
    color: #333;
    font-weight: 600;
    }


.form-item.form-type-select.form-item-field-comp-assign-user-und{
    position: relative;
}
@media(max-width: 1024px) and (min-width: 768px){

	/*----Company ---- */
	#node-company-form .radio-Btns, #node-company-edit-form .radio-Btns {
    width: 44%;
}
#node-company-form .input-fild.lastname, #node-company-edit-form .input-fild.lastname {
    width: 47%;
}
#node-company-form .form-type-textfield, #node-company-edit-form .form-type-textfield {
    width: 46%;
    margin-right: 51px;
    
}
#edit-field-comp-assign-user-wrapper, #edit-field-edit-access-user-wrapper, #edit-field-read-access-user-wrapper{
  margin-right: 0px;
}
#node-company-form .input-fild, #node-company-edit-form .input-fild{
  margin: 0px 29px 24px 0;
}

/*----Company ---- */
}

@media (max-width:992px) and (min-width:768px){

    .country-state-form .field-name-field-total-sales {
        margin-left: 18px;
        width: 45%;
    }

	.country-state-form .form-item-name, 
	.country-state-form #edit-field-code, 
	.country-state-form .field-name-field-state-title, 
	.country-state-form .field-total-sales, 
	.country-state-form .field-name-field-group-com-total, 
	.country-state-form .field-name-field-employees-per-state, 
	.country-state-form .field-name-field-total-sales{

		margin-right: 28px;

	}
	.country-state-form.state .form-wrapper#edit-field-country {
    width: 47%;
	}
	.country-state-form.state .form-item.form-type-textfield.form-item-name {
    width: 47%;
	}
	.country-state-form.state .form-wrapper#edit-field-code {
    width: 47%;
	}
	.country-state-form.state #edit-field-state-title {
    width: 47%;
	}
}

/*@media (max-width:962px){
.country-state-form#taxonomy-form-term .form-item.form-type-textfield.form-item-name {
        width: 46%;
        margin-left: 50px;
	}
	.country-state-form#taxonomy-form-term  #edit-field-state-title {
        width: 46%;
        margin-left: 50px;
	}
}*/

@media (max-width:767px){


/* -- Add company/edit company 7_8_18 -- */
.page-taxonomy #edit-actions{
	display: block;
}
  
  #node-company-form .form-type-textfield, #node-company-edit-form .form-type-textfield{
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
  }
  #edit-field-comp-assign-user-wrapper, #edit-field-edit-access-user-wrapper, #edit-field-read-access-user-wrapper {
    margin-right: 0;
    width: 100%;
    float: none;
}
#node-company-form .input-fild.firstname, #node-company-edit-form .input-fild.firstname, #node-company-form .input-fild.email, #node-company-edit-form .input-fild.email{
      width: 100%;
      margin: 0px 0px 24px 0;
      float: none;
}
#node-company-form .form-type-textfield input, #node-company-edit-form .form-type-textfield input,  #edit-field-comp-assign-user-wrapper select{
      box-sizing: border-box;
      width: 100%;
}

#node-company-form .form-type-textfield input, #node-company-edit-form .form-type-textfield input, #edit-field-edit-access-user-wrapper select{
    box-sizing: border-box;
    width: 100%;
}

#node-company-form .form-type-textfield input, #node-company-edit-form .form-type-textfield input, #edit-field-read-access-user-wrapper select{
    box-sizing: border-box;
    width: 100%;
}
#node-company-form .input-fild.lastname, #node-company-edit-form .input-fild.lastname {
    width: 100%;
    margin-right: 0;
    float: none;
}
/* #node-company-form .radio-Btns {
    float: none;
    width: 100%;
    margin: 0;
} */
#node-company-form .form-radios .form-item-field-companyform-status, #node-company-edit-form .form-radios .form-item-field-companyform-status{
  margin-right: 45px;
}
#node-company-form input#edit-submit, #node-company-edit-form input#edit-submit{
  float: none;
  width: 100%;
}
#node-company-form #edit-actions, #node-company-edit-form #edit-actions {
    width: 100%;
    float: none;
    display: block;
}


.node-company-form #edit-field-company-country-wrapper, .node-company-edit-form #edit-field-company-country-wrapper{
    width: 100%;
}

#node-company-form.noneValue .radio-Btns, #node-company-edit-form.noneValue .radio-Btns {
    float: left;
}
#edit-field-company-country-wrapper .form-item{
    margin: 0;
}
/* -- Add company/edit company end 7_8_18 -- */	
.country-state-form .form-item-name, 
.country-state-form #edit-field-code, 
.country-state-form .field-name-field-state-title, 
.country-state-form .field-total-sales, 
.country-state-form .field-name-field-group-com-total, 
.country-state-form .field-name-field-employees-per-state, 
.country-state-form .field-name-field-total-sales,
.country-state-form #edit-field-total-sales-time,
.country-state-form #edit-field-total-gorup-companies-time,
.country-state-form #edit-field-total-employees{

	width: 100%;
	margin-right: 0;
}
.country-state-form .field-name-field-total-sales{
    width: calc(100% - 20px);
}
.country-state-form .container-inline-date .form-item{
	width: 100%;
}


.country-state-form .container-inline-date .form-item .form-item {
    float: left;
    width: 48%;
}
.country-state-form .container-inline-date .date-padding{
	width: 100%;
}

.country-state-form .country-state-form #edit-field-total-sales-time{
	width: 100%;
}

.country-state-form .form-item-field-total-sales-time-und-0-value-year,
.country-state-form .form-item-field-total-gorup-companies-time-und-0-value-year,
.country-state-form .form-item-field-total-employees-und-0-value-year{
	margin-right: 0 !important;
}
.country-state-form  .date-no-float{
	width: 100%;
	}
	.country-state-form#taxonomy-form-term #edit-field-country {
    width: 100%;
    margin: 0;
	}
    .country-state-form.state .form-wrapper#edit-field-country, 
    .country-state-form.state .field-name-field-usa-states, 
    .country-state-form.state .field-name-field-canada-states, 
    .country-state-form.state .field-name-field-mexico-states, 
    .country-state-form.state .field-name-field-state-empty{
        min-height: 0;
    }
	.country-state-form.state .form-item.form-type-textfield.form-item-name{
	width: 100%;
	margin: 0;
	}
	.country-state-form.state .form-wrapper#edit-field-code {
    width: 100%;
    margin: 0;
	}
	.country-state-form.state #edit-field-state-title {
    width: 100%;
	}

	.page-admin-structure-taxonomy-country .action-links a{
		width: auto;
		display: block;
	}
	.page-admin-structure-taxonomy-country .action-links {
    	display: block;
    	margin-bottom: 20px;
    	width: 100%;
	}
	.country-state-form #edit-submit{
		float: none;
	}

    .country-state-form.state .field-name-field-usa-states, 
    .country-state-form.state .field-name-field-canada-states, 
    .country-state-form.state .field-name-field-mexico-states,
    .country-state-form.state .field-name-field-state-empty{
        width: 100%;
    }

}


#edit-field-comp-assign-user-wrapper-target-id-wrapper, #edit-field-edit-access-user-wrapper-target-id-wrapper, #edit-field-read-access-user-wrapper-target-id-wrapper{
    display: none;
}

.company_admin_role #node-company-edit-form .js-form-type-vertical-tabs, .company_admin_role #node-company-form .js-form-type-vertical-tabs {
    display: none;
}

.path-node .select2-selection__rendered {
    font-size: 100% !important;
    font-weight: normal;
}

.js-form-item-field-edit-access-user input, .js-form-item-field-read-access-user input {
    color: #000; 
}

#edit-field-edit-access-user--description, #edit-field-read-access-user--description {
    display: none;
}

.js-form-item-field-edit-access-user span.select2.select2-container.select2-container--default:after, 
.js-form-item-field-read-access-user span.select2.select2-container.select2-container--default:after {
    border: 0;
}

.stateContentWrapper .page_heading {
    font-size: 2rem;
    font-weight: normal;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item-name-0-value {
	display: none;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .form-item-field-country, .adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item-field-state-empty,
.adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item-field-state-title-0-value {
	display: inline-block;
    width: 48%;
    vertical-align: middle;
    float: left;
    position: relative;
    margin: 10px 20px 10px 0;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role details {
	border: 0;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item label {
	display: block;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item select, .adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item input {
	width: 100%;
    outline: none;
    height: 43px;
    color: #333;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .js-form-item-description-0-value {
	float: left;
    width: 100% !important;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role .form-textarea-wrapper {
	width: 100%;
    vertical-align: bottom;
}

.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-relations,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-status-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-total-sales-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-total-sales-time-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-group-com-total-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-total-gorup-companies-time-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-employees-per-state-wrapper,
.adminstructuretaxonomymanagecountryadd.company_admin_role #edit-field-total-employees-wrapper
{
	display: none;
}

.form-item-field-canada-states {
    display: inline-block;
    width: 47%;
}
