
.ui-dialog {
	z-index: 700 !important;
}

.path-user .region-content {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

#drupal-modal .modal-dialog {
	width: 100%;
	max-width: 1200px;
}
#drupal-modal .modal-dialog .modal-header {
	display: none;
}
#drupal-modal .modal-dialog .modal-body {
	padding: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}
#drupal-modal .modal-dialog .modal-content {
	margin: auto;
	max-height: 580px !important;
}
#drupal-modal .modal-dialog .modal-content .form-item-mail {
	display: none;
}

#drupal-modal .modal-dialog .modal-footer {
	display: none !important;
}
/*#drupal-modal .form-item .form-control,
.form-item .select-wrapper .chosen-single {
    height: 24px;
}*/





/****************************************************************
                        Forms Styles
****************************************************************/

.form-group[id*="ajax-wrapper"]:before,
.form-group[id*="ajax-wrapper"]:after {
    display: table;
    content: " ";
}
.form-group[id*="ajax-wrapper"]:after {
    clear: both;
}

.form-control:focus {
	-webkit-box-shadow: unset;
    box-shadow: unset;
}
.form-item label.control-label {
	color: #AFB3B0;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.tf_label_effect {
	position: relative;
    bottom: -22px;
    z-index: 1;
    font-size: 1.4rem !important;
    background-color: #fff;
    padding: 0 0 4px;
    min-width: 130px;
    margin-left: 1px;
}

.form-item .form-control,
.form-item input,
.form-item .select-wrapper select {
	display: block;
	width: 100%;
  font-size: 1.4rem;
  height: 30px;
  background-color: #F6F6F6;
  border: 1px solid #E5E6E6;
  border-radius: 4px;
	padding: 4px 12px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
select[multiple="multiple"] {
	height: auto !important;
}

select[name*="field_focus_area"] {
	height: auto !important;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #dfdfdf !important;
    opacity: 1;
    cursor: not-allowed;
}

.form-item .select-wrapper:after {
	right: 5px;
}
.form-item textarea.form-control {
	height: 70px;
}

form.costhead_form .form-item input {
	min-width: 120px;
}
form.costhead_form .form-item input.validation_error {
	background-color: #debcbc !important;
}

/*.form-item .form-control,
.form-item input,
.form-item .select-wrapper select {
	display: block;
	width: 100%;
    padding: 4px 0;
    font-size: 1.4rem;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #AFB3B0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
*/

.form-item .select-wrapper .chosen-container {
	width: 100% !important;
	padding: 0;
	border-bottom: unset;
}
.form-item .select-wrapper .chosen-single {
    width: 100%;
    background: none;
    font-size: 1.4rem;
    height: 30px;
    background-color: #F6F6F6;
    border: 1px solid #E5E6E6;
    border-radius: 4px;
	padding: 4px 12px;
}
.form-item .select-wrapper .chosen-single > div {
	display: none;
}

.req_symb.form-required h5:after,
.mandatory:after,
.form-required:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
    background-size: 8px 6px;
    content: "";
    display: inline-block;
    vertical-align: super;
    line-height: 1;
    height: 6px;
    width: 8px;
    margin-left: 5px;
}
.req_symb.form-required:after {
	background-image: none;
	display: none;
}

.profile-form #edit-actions {
	text-align: center;
	margin-bottom: 30px;
}




/*******************************************************
        START :: Widgets CSS in Forms
*******************************************************/

/* Multiple Widgets -- Addable / Deletable / Draggable */

/*.field--widget-string-textfield,*/
.field--widget-entity-reference-paragraphs {
  position: relative;
  width: 100% !important;
}
.field--widget-string-textfield .tabledrag-toggle-weight,
.field--widget-entity-reference-autocomplete .tabledrag-toggle-weight,
.field--widget-entity-reference-paragraphs .tabledrag-toggle-weight {
  position: absolute;
  right: 0;
  display: none;
}
.field--widget-string-textfield table.field-multiple-table thead,
.field--widget-entity-reference-autocomplete table.field-multiple-table thead,
.field--widget-entity-reference-paragraphs table.field-multiple-table thead {
    display: table-caption;
    margin-bottom: 20px;
    margin-top: 20px;
}
.field--widget-string-textfield table.field-multiple-table thead tr th.tabledrag-hide,
.field--widget-entity-reference-autocomplete table.field-multiple-table thead tr th.tabledrag-hide,
.field--widget-entity-reference-paragraphs table.field-multiple-table thead tr th.tabledrag-hide {
    display: none;
}
.field--widget-string-textfield table.field-multiple-table tbody,
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody,
.field--widget-entity-reference-paragraphs table.field-multiple-table tbody {
    margin-bottom: 30px;
}
.field--widget-string-textfield table.field-multiple-table tbody tr,
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr,
.field--widget-entity-reference-paragraphs table.field-multiple-table tbody tr {
    margin-bottom: 30px;
    display: block;
    background-color: #fff;
    box-shadow: inset 0 0 5px 1px #ccc;
    padding: 5px;
}
.field--widget-string-textfield table.field-multiple-table tbody tr td:nth-of-type(2),
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr td:nth-of-type(2),
.field--widget-entity-reference-paragraphs table.field-multiple-table tbody tr td:nth-of-type(2) {
  width: 100%;
  padding: 15px 30px;
}
.field--widget-string-textfield table.field-multiple-table tbody tr td:nth-of-type(3) > .form-item,
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr td:nth-of-type(3) > .form-item,
.field--widget-entity-reference-paragraphs table.field-multiple-table tbody tr td:nth-of-type(3) > .form-item {
  width: 70px;
}
.field--widget-string-textfield table.field-multiple-table tbody tr td,
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr td,
.field--widget-entity-reference-paragraphs table.field-multiple-table tbody tr td {
  border: none;
}
.field--widget-string-textfield .clearfix,
.field--widget-entity-reference-autocomplete .clearfix,
.field--widget-entity-reference-paragraphs .clearfix .paragraphs-dropbutton-wrapper {
  text-align: right;
}


.field--widget-entity-reference-autocomplete table,
.field--widget-string-textfield table {
  margin-bottom: 0;
}
.field--widget-entity-reference-autocomplete table.field-multiple-table thead,
.field--widget-string-textfield table.field-multiple-table thead {
  margin-bottom: 10px;
}
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr,
.field--widget-string-textfield table.field-multiple-table tbody tr {
    box-shadow: unset;
    margin-bottom: 10px;
}
.field--widget-entity-reference-autocomplete table.field-multiple-table tbody tr td,
.field--widget-string-textfield table.field-multiple-table tbody tr td {
  padding: 5px !important;
}



.form-group.form-wrapper .paragraph-type-top .paragraphs-dropbutton-wrapper button {
  padding: 4px 12px;
  font-size: 1rem;
  border-radius: 0;
}
.form-group.form-wrapper .paragraph-type-top .paragraphs-dropbutton-wrapper ul.dropbutton {
  list-style: none;
  display: flex;
}
.form-group.form-wrapper .paragraph-type-top .paragraphs-dropbutton-wrapper ul li + li {
  margin-left: 15px;
}
.form-group.form-wrapper .paragraphs-subform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-group.form-wrapper .paragraphs-subform > div.form-wrapper {
  width: 45%;
}
.form-group.form-wrapper .paragraphs-subform > div.form-wrapper.field--widget-string-textarea {
  width: 100%;
}


/*******************************************************
        END :: Widgets CSS in Forms
*******************************************************/





/********************************************************
                START ::  Captcha
*********************************************************/

.captcha {
	width: 100% !important;
	background-color: transparent;
	border: none;
	margin-top: 15px;
	margin-bottom: 30px;
}
.captcha .panel-heading {
	display: none;
}
.captcha #captcha--content {
	display: table;
	padding:0;
	margin: auto;
	min-width: 200px;
}
.captcha #captcha--content .form-item-captcha-response {
	margin-bottom: 5px;
}
.captcha #captcha--content .form-item-captcha-response .description {
	margin-left: -20px;
    margin-right: -20px;
	margin-bottom: 5px;
    text-align: center;
}
.captcha #captcha--content #captcha--description {
	font-size: 13px !important;
	color:#6E6E6E !important;
	margin-bottom: 8px !important;
	font-weight: 500;
	display: none;
}
.captcha #captcha--content > img.img-responsive {
	margin: auto;
    margin-bottom: 20px;
    border: 1px solid #AFB3B0;
    padding: 0 14px;
    height: 55px;
}

.captcha .form-item-captcha-response input {
    padding: 4px 0;
    font-size: 1.4rem;
    height: 30px;
    background-color: #F6F6F6;
    border: 1px solid #E5E6E6;
    border-radius: 4px;
	padding: 4px 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.captcha .form-item-captcha-response > label {
	display: none;
}
.captcha .form-item-captcha-response #edit-captcha-response {
	max-width: 190px;
	margin: auto;
	letter-spacing: 10px;
	text-align: center;
    font-size: 1.4rem;
    height: 30px;
    border-radius: 4px;
	background: #fff;
	border-color: #cacaca;
	color: #343434;
	font-size: 14px;
	padding: 12px 17px;
}
.captcha #edit-captcha-response--description {
	display: none;
}
.captcha #captcha--content .reload-captcha-wrapper {
	text-align: center;
}
.captcha #captcha--content .reload-captcha-wrapper a.reload-captcha {
	font-size: 1rem;
	color: var(--cstm_primary);
	text-decoration: underline;
}

/********************************************************
                END ::  Captcha
*********************************************************/



/*********************************************************
        START :: USER Login/Register/Forgot Password
**********************************************************/

.ValidationErrors {
	font-size: 1rem;
    color: red;
}


/*--------------------------------------------------------
                Forgot Password Styles
---------------------------------------------------------*/

.tdf-reset-form .tdf-reset-page {
	background-color: #fff;
    max-width: 500px;
    margin: 0px auto;
    padding: 20px;
    padding-top: 10px;
}
.tdf-reset-page h2 {
	display: inline-block;
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*border-bottom: 2px solid var(--cstm_primary);*/
}

.user-pass {
}

.user-pass .form-required:after {
	display: none;
}

.user-pass > .form-item.form-type-email {
}
.user-pass > .form-item label.control-label {
	color: #AFB3B0;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.user-pass > p {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.user-pass .form-actions {
	width: 100%;
}
.user-pass .form-actions button.form-submit {
	width: 100% !important;
	height: auto !important;
	padding: 8px 12px !important;
	border-radius: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@media(max-width: 576px) {
	.user-pass > .form-item.form-type-email {
		display: block;
	}
	.user-pass > .form-item label.control-label {
		margin-right: 30px;
	}
}



/*--------------------------------------------------------
                Reset Password Styles
---------------------------------------------------------*/

.user-pass-reset {
	position: relative;
	display: block;
	background: #d6e3ff;
    padding: 30px 40px 1px;
    border-radius: 8px;
    margin: 30px auto;
    width: 100%;
    max-width: 900px;
}
.user-pass-reset:before {
	content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--cstm_primary);
    position: absolute;
    left: 10px;
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
}
.user-pass-reset p .placeholder {
	font-weight: 700;
}
.user-pass-reset #edit-actions {
	margin: 30px 0;
}
.user-pass-reset #edit-actions #edit-submit {
	min-width: 200px;
    font-size: 1.6rem;
}



/*--------------------------------------------------------
                        Login Styles 
---------------------------------------------------------*/

.tdf-login-page {
	display: flex;
	padding: 0;
	max-width: 900px;
	margin: auto;
}
.tdf-login-page .login-left {
	flex: 1 1 20%;
	background: url('/themes/custom/drdo/images/static/login.jpg') no-repeat;
	background-size: contain;
}
.tdf-login-page .tdf-login-form {
	flex: 1 1 50%;
	padding: 0 0 30px 30px;
	position: relative;
}
.tdf-login-form {
	background-color: #fff;
	/*box-shadow: 0 0px 5px #aaa; */
    max-width: 500px;
    margin: auto;
    padding: 30px 50px;
}
.tdf-login-form h2 {
	display: inline-block;
	font-size: 2.5rem;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.user-login-form {
	
}
.user-login-form .tdf-reset-page {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.user-login-form .tdf-reset-page p a {
	font-size: 1.2rem;
	color: var(--cstm_primary);
}
.user-login-form .tdf-reset-page p.tdf-new-user-link{
  position: absolute;
  right: 0;
  top: 30px;
}
.user-login-form .tdf-reset-page p.tdf-new-user-link a{
	background-color: var(--cstm_primary);
	color:#fff;
	padding: 6px 10px !important;
	border-radius: 0;
	letter-spacing: 1px;	
}
.user-login-form .form-required:after {
	display: none;
}

.user-login-form > .tdf-login .form-item {
	margin-bottom: 15px;
}

.user-login-form .form-actions {
	width: 100%;
}
.user-login-form .form-actions button.form-submit {
	background-color: var(--cstm_primary);
	color: #fff;
	width: 100% !important;
	height: auto !important;
	padding: 8px 12px !important;
	border-radius: 0;
    letter-spacing: 1px;
}

@media(max-width: 576px) {
	.user-login-form > .tdf-login .form-item {
		display: block;
	}
	.user-login-form > .tdf-login .form-item label.control-label {
		margin-right: 30px;
	}
}




/*------------------------------------------------------------
                    Register User
-------------------------------------------------------------*/

.tdf-register-page {
	padding: 0;
}

.tdf-register-page {
	display: flex;
	padding: 0;
}
.tdf-register-page .reg-left {
	width: 40%;
	background:#a3deee url('/themes/custom/drdo/images/static/register.jpeg') no-repeat;
	background-size: contain;
}
.tdf-register-page .tdf-custom-registration {
	width: 60%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    padding-top: 0;
}
.tdf-custom-registration h2 {
	display: inline-block;
	font-size: 2.5rem;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.tdf-custom-registration p {
	font-size: 1rem;
	color: #0f750f;
	margin-top: -5px;
	margin-bottom: 15px;
}

.user-register-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.user-register-form > div.form-wrapper {
	width: 45%;
}

.user-register-form .form-item-custom-pass {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}
.user-register-form .form-item-custom-pass > div {
	width: 45% ;
}


.user-register-form .form-item-custom-pass .password-strength {
	display: flex;
	display: none;
}
.user-register-form .form-item-custom-pass .password-strength .password-strength__title {
	order: 2;
	font-size: 1.2rem;
}
.user-register-form .form-item-custom-pass .password-strength .password-strength__meter {
	order: 1;
	width: 100px;
}
.user-register-form .form-item-custom-pass .password-strength .password-strength__indicator {
	background-color: #57cc27;
}
.user-register-form .form-item-custom-pass .password-strength .password-strength__text {
	color: #333;
	font-weight: 600;
}
.user-register-form .form-item-custom-pass .password-suggestions,
.user-register-form .form-item-custom-pass .password-confirm-message {
	font-size: 1rem;
	margin-bottom: -10px;
}
.user-register-form .form-item-custom-pass .password-confirm-message .error {
	color: #f00;
}
.user-register-form .form-item-custom-pass .password-confirm-message .ok {
	color: #199a19;
	font-weight: 600;
}



.user-register-form .form-required:after {
	display: none;
}

.user-register-form .form-wrapper {
	margin-bottom: 8px;
}
.user-register-form .captcha {
	margin-bottom: 30px;
}
.user-register-form .form-item.form-item-custom-mail {
	width: 45%;
}

.user-register-form .form-item label.control-label[for="edit-terms-of-use"] {
	line-height: 2;
}
.user-register-form .form-item .select-wrapper:after {
	padding-right: 2rem;
	color: #AFB3B0;
}

.user-register-form .form-item.form-item-terms-of-use {
	width: 100%;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.user-register-form .form-item.form-item-terms-of-use > * {
	width: unset;
}
.user-register-form .form-item.form-item-terms-of-use input {
	padding: 0px;
	height: unset;
}



.user-register-form .form-item.form-type-managed-file .messages {
	font-size: 1.2rem;
}
.user-register-form .form-item.form-type-managed-file .messages.messages--error {
	color: red;
}
.user-register-form .form-item.form-type-managed-file .messages.messages--error .placeholder {
	color: #555;
}
.user-register-form .form-item.form-type-managed-file .messages.messages--error .placeholder:nth-of-type(2) {
	color: #199a19;
}
.user-register-form .form-item.form-type-managed-file label.control-label {
	font-size: 1.4rem;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	position: unset !important;
}
.user-register-form .form-item.form-type-managed-file .form-managed-file {
	border: 3px dotted #AFB3B0;
    border-radius: 15px;
    padding: 15px 20px;
    min-height: 70px;
	margin-left:0;
}
.user-register-form .form-item.form-type-managed-file .description.help-block {
	display: none;
}
.user-register-form .form-item .form-managed-file input {
	/*background-color: transparent;
	border-color: unset;*/
	border: none;
}


.otp-section-block {
	display: flex;
}
.otp-section-block > .form-item {
	margin-bottom: 0;
}
.otp-section-block .btn-generate-otp {
	min-width: 80px;
	font-size: 1rem;
	padding: 6px 8px;
	color: var(--cstm_primary);
	border: 1px solid var(--cstm_primary);
	align-self: flex-start;
	position: relative;
	top: 20px;
	margin-left: 5px;
	/*text-decoration: underline;*/
}



.user-register-form #edit-actions {
	width: 100%;
	text-align: center;
	margin: 0px;
}
.user-register-form #edit-actions button {
	background-color: var(--cstm_primary) !important;
	font-size: 1.4rem;
    padding: 10px 12px;
    min-width: 150px;
}

.user-register-form .form-actions {
	width: 100% !important;
}
.user-register-form .form-actions button.form-submit {
	background-color: var(--cstm_primary);
	width: 150px !important;
	height: auto !important;
	padding: 6px 12px !important;
	float: right;
	border-radius: 0;
    letter-spacing: 1px;
}

.user-register-form .tdf-login-link {
	font-size: 1.2rem;
	margin-top: 15px;
}

.tdf-register-right [id*="edit-account"] {
	display: none;
}
.field--name-field-certificate {
	display: none;
}
.user-register-form .form-item-terms-of-use a{
  color: var(--primary);	
}

@media(max-width: 991px) {
	.user-register-form .form-item-custom-pass {
		width: 100% !important;
	}
}

@media(max-width: 576px) {
	.user-register-form {
	    max-width: 100%;
	}
	
	.user-register-form .form-item > * {
		width: 100% !important;
	}
	.user-register-form .form-item-custom-pass {
		width: 100%;
	}
	.user-register-form .form-item-custom-pass > div {
		width: 100% !important;
	}
	.user-register-form .form-item-custom-pass > div:nth-of-type(1) {
		order: 1;
	}
	.user-register-form .form-item-custom-pass > div:nth-of-type(2) {
		order: 3;
	}
	.user-register-form .form-item-custom-pass > div:nth-of-type(3) {
		order: 2;
	}
}

.tdf-login-link a {
	color: var(--cstm_primary);
	font-weight: 700;
}

.field--name-field-please-specify-speciality,
.tdf-account-list {
  display: none;
}

/*********************************************************
        END :: USER Login/Register/Forgot Password
**********************************************************/



/* Overriding the inline Styles -- in DPR Milestones Comment Dialog*/
form.comment-milestones-form .form-submit {
	width: auto !important;
	height: auto !important;
	padding: 6px 12px !important;
	min-width: 80px !important;
	margin: auto;
	margin-bottom: 20px;
}





/*********************************************************
        END :: SRK Flex CSS
**********************************************************/

.custm_flex_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	width: 100%;
}
.custm_flex_row > .form-item {
	flex: 0 0 48%;
}


/*
.dpr-lead-info .custm_flex_row {
	display: block;
	margin-bottom: 0;
}
.dpr-lead-info .custm_flex_row > .form-item {
	flex: 0 0 100%;
}

.dpr-lead-info .address_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.dpr-lead-info .address_row > .form-item {
	flex: 0 0 48%;
}*/