/* ---------- MAIN FORM ---------- */
.form-container
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto !important;
	justify-content: center;
    align-items: center;
    background-size: cover;
    background-color: rgba(68, 68, 68, 0.1);
    z-index: 1000;
    transition: ease-in 0.2s;
    display: none;
}

form
{
	width: 50%;
	/*max-width: 900px;*/
	min-width: 350px;
	background-color: white;
	margin: 15px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.form-tab-2
{
	width: 60%;
}

/*
form #res_container
{
	width: auto;
	min-width: 200px;
	height: auto;
	background-color: #fff;
	position: absolute;
	box-shadow: 0px 0px 2px 1px rgba(79,79,79,0.1);
	padding: 10px;
	color: #0f0f0f;
	border: 1px solid #bfbfbf;
	border-top: none;
	z-index: 1000;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;	
}

form #container
{
	text-align: left;
	padding: 2px;
	height: 25px;
}

form .content
{
	padding: 5px;
	width: calc(100% - 10px);
}

form .content:hover
{
	background: #e5e5e5;
}

#bottom{
	margin-top: 15px;
	background-color: #343a3f;
	color: #a5a5a5;
	padding: 10px;
}
*/


form fieldset
{
	width: 100%;
 	border: 1px solid #e2e2e2;
 	border-radius: 3px;
}

form fieldset .input-box
{
	float: left;
}

form fieldset legend
{
	font-family: SegoeUI SemiBold, sans-serif;
}

form .icon
{
	font-size: 15px;
  	color: #727272;
}

form button .icon
{
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.form-header
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 5px 15px 5px 15px;
    /*background-color: yellow;*/
    border-radius: 3px 3px 0 0;
    cursor: default;
   background-color: #343a3f; /*#848df4;*/
}

.form-header span
{
	font-size: 14px;
	color: #fcfcfc;
}

.form-header .txt
{
	margin-left: 2px;
}

.form-header .icon-close
{
	padding: 2px 5px 0 5px;
}

.form-header .icon-close:hover
{
	background-color: #FF3666;
}

.form-header .icon
{
	position: relative;
	bottom: -2px;
}

.form-body
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 18px;
    max-height: 390px;
    overflow: auto;
}

.form-tab-2 .form-body
{
    max-height: 410px;
}

.form-footer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 15px 30px 15px 30px;
    border-radius: 0 0 3px 3px;
    /*border-top: 1px solid #e2e2e2;*/

}

.input-box
{
	margin: 0;
	position: relative;
	align-items: center;
  	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 10px;
}

.input-hidden{
	display: none;
}

.submit-box
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.input-box label
{
	width: 100%;
    margin: 5px 0;
}

.input-box input
{
    width: 100%;
    border-radius: 3px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px;
    padding-left: 25px;	
}

.input-box .readonly
{
    background-color: #efefef;	
}


.input-box .upload-wrap
{
    width: 100%;
}

.input-box textarea
{
    width: 100%;
    border-radius: 3px;
    height: 25px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px;
    resize: none;
    margin: 0 7.5px 0 7.5px;
}

.input-box .upload-container
{
    display: inline-block;
}

.input-box .upload-container label
{
    margin-right: 15px;
    position: relative;
    top: -15px;
}

.input-box .upload-container input
{
    display: none;
}

.input-box .upload-container .icon
{
    position: relative;
    top: 6px;
    margin-right: 15px;
}

.input-box .upload-container .icon:hover
{
    cursor: pointer;
    color: #2c96ff;
}

.input-box .image-preview
{
    width: 40px; height: 40px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 1px rgba(79,79,79,0.3);
}

.box2 input
{
    padding-left: 5px;	
}

.input-box select
{
    width: calc(100%);
    border-radius: 3px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px;
}

.input-box .icon
{
    position: absolute;
  	left: 12px;
  	top: 23px;
}

.add-container4 .input-box .icon
{
    position: absolute;
  	left: 5px;
  	top: 29px;
}

.add-container5 .input-box .icon
{
    position: absolute;
  	left: 5px;
  	top: 29px;
}

.add-container6 .input-box .icon
{
    position: absolute;
  	left: 5px;
  	top: 29px;
}


.form-footer .submit-box
{
	float: left;
	width: 50%;
}

.form-footer .submit-box:nth-child(2)
{
	width: 40%;
}

.form-tab-2 .form-footer .submit-box
{
	float: left;
	width: 60%;
}

.form-tab-2 .form-footer .submit-box:nth-child(2)
{
	width: 30%;
	min-width: 240px;
}

.form-footer .submit-box button
{
	width: calc(50% - 15px);
	margin-left: 15px;
	padding: 5px;
	border-radius: 50px;
	border: 1px solid #d3d3d3;
	background-color: white;
	cursor: pointer;
}

.form-footer .submit-box button span
{
	color: #fcfcfc;
}

.form-footer .submit-box button .txt
{
	position: relative;
	top: -1px;
}

.form-footer .submit-box .btn-save
{
	background-color: #73afc6;
	border: 1px solid #73afc6;
}

.form-footer .submit-box .btn-save:hover
{
	background-color: #31a3dd;
}

.form-footer .submit-box .btn-cancel
{
	background-color: #d6516b;
	border: 1px solid #d6516b;
}

.form-footer .submit-box .btn-cancel:hover
{
	background-color: #dd3354;
}

.upload2, 
.upload 
{
    width: auto;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fafbff;
    margin: 5px 0 5px 0;
    padding: 15px 5px 5px 5px;
}

.upload2 .drag-area2,
.upload .drag-area 
{
	width: auto;
	height: auto;
	border-radius: 3px;
	border: 2px dashed #d5d5e1;
	color: #c8c9dd;
	padding: 15px;
	font-size: 14px;
	font-family: SegoeUI SemiBold, sans-serif;
	position: relative;
	background-color: #dfe3f259;
	/*display: flex;*/
	user-select: none;
	-webkit-user-select: none;
	text-align: center;
}

.upload2 .drag-area2 .visible2, 
.upload .drag-area .visible 
{
	font-size: 16px;
}

.upload2 .drag-area2 .icon,
.upload .drag-area .icon 
{
	font-size: 30px;
	color: #db4d69;
}

.upload2 .select2, 
.upload .select 
{
    color: #5256ad;
	cursor: pointer;
	transition: 0.4s;
}

.upload .select:hover 
{
	opacity: 0.6;
}

.upload2 .select2:hover 
{
	opacity: 0.6;
}

.upload2 .container2, 
.upload .container 
{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-left: unset;
}

.upload2 .container2 .file-container2,
.upload .container .file-container 
{
	border-radius: 3px;
	cursor: default;
	width: 100%;
	background-color: #d5e2f7;
	margin-bottom: 5px;
}

.upload2 .container2 .file-container2 img,
.upload .container .file-container img 
{
	width: 35px;
	height: 35px;
	border-radius: 3px;
}

.upload2 .container2 .file-container2 video, 
.upload .container .file-container video 
{
	width: 50px;
	height: 35px;
}

.upload2 .container2 .file-container2 audio,
.upload .container .file-container audio 
{
	width: 35px;
	height: 35px;
}

.upload2 .container2 .file-container2 .txt,
.upload .container .file-container .txt
{
	position: relative;
	top: -2px;
}

.upload2 .container2 .icon, 
.upload .container .icon 
{
	font-size: 35px;
}

.upload2 .container2 .file-wrap2,
.upload .container .file-wrap
{
	width: 40px;
}

.upload2 .drag-area2 .dragover2, 
.upload .drag-area.dragover 
{
	background: rgba(0, 0, 0, 0.5);
}

.upload2 .drag-area2 .dragover2 .on-drop2,
.upload .drag-area. dragover .on-drop 
{
	display: inline;
	font-size: 20px;
}

.upload input,
.upload .drag-area .on-drop, 
.upload .drag-area.dragover .visible 
{
	display: none;
}

.upload2 input,
.upload2 .drag-area2 .on-drop2, 
.upload2 .drag-area2 .dragover2 .visible2 
{
	display: none;
}



/* ---------- FORM PRE ADD ---------- */

.form-pre-add
{
	width: 20%;
}

.form-pre-add .input-box
{
	padding-bottom: 5px;
}

.form-pre-add .form-footer .submit-box
{
	float: left;
	width: 60%;
}

.form-pre-add .form-footer .submit-box:nth-child(2)
{
	width: 40%;
}

.form-pre-add .form-footer .submit-box button
{
	width: calc(100% - 15px);
}

.form-pre-add input[type="radio"]
{
	display: none;
}

.form-pre-add .input-box span
{
	position: relative;
	top: -5px;
	left: -30px;
}

.form-pre-add label
{
	position: relative;
}

.form-pre-add label::before
{
	content: "";
  	background: url("../resourses/768px-Eo_circle_light-blue_checkmark.svg.png");
  	background-position: center;
  	background-size: contain;
  	width: 14px;
  	height: 14px;
  	position: absolute;
  	left: 1px;
  	top: 2px;
  	transform: scale(0) rotateZ(180deg);
  	transition: all 0.2s cubic-bezier(0.54, 0.01, 0, 1.49);
}

.form-pre-add input[type="radio"]:checked + label::before
{
	transform: scale(1) rotateZ(0deg);
}

.form-pre-add label::after
{
	content: "";
  	border: 2px solid #2797d4;
  	width: 12px;
  	height: 12px;
  	position: absolute;
  	left: 0;
  	top: 1px;
  	border-radius: 50%;
}


/* ---------- FORM ADD ---------- */

.form-add .input-box
{
	width: calc(50% - 15px);
}

.form-add fieldset .input-box
{
	width: calc(50%);
}

.form-add fieldset .input2
{
	width: calc(100%);
}


/* ---------- FORM ADD 2 ---------- */

.form-add2
{
	width: 25%;
}

.form-add2 .submit-box
{
	float: left;
	width: 10%;
}

.form-add2 .submit-box:nth-child(2)
{
	width: 90%;
}


/* ---------- FORM ADD 3 ---------- */

.form-add3
{
	width: 25%;
}

.form-add3 .submit-box
{
	float: left;
	width: 10%;
}

.form-add3 .submit-box:nth-child(2)
{
	width: 90%;
}


/* ---------- FORM ADD 4 ---------- */

.form-add4
{
	width: 15%;
}

.form-add4 .submit-box
{
	float: left;
	width: 10%;
}

.form-add4 .submit-box:nth-child(2)
{
	width: 90%;
	display: inline-block;
}



/* ---------- FORM ADD 5 ---------- */

.form-add5
{
	width: 40%;
}




/* ---------- FORM DELETE ---------- */

.form-info
{
	width: 30%;
}

.form-info .submit-box
{
	float: left;
	width: 40%;
}

.form-info .submit-box:nth-child(2)
{
	width: 60%;
}

.form-container .icon-info
{
	font-size: 20px;
	color: #31a3dd;
}

.form-container .txt-info
{
	position: relative;
	color: #31a3dd;
	font-family: SegoeUI SemiBold, sans-serif;
	top: -5px;
}

.form-container .txt-info2
{
	position: relative;
	top: -10px;
}

.form-info .icon-info
{
	font-size: 20px;
	color: #FD7238;
}

.form-info .txt-info
{
	position: relative;
	top: -4px;
}





.form-info2
{
	width: 30%;
}

.form-info2 .submit-box
{
	float: left;
	width: 40%;
}

.form-info2 .submit-box:nth-child(2)
{
	width: 60%;
}

.form-info2 .icon-info
{
	font-size: 20px;
	color: #31a3dd;
}

.form-info2 .txt-info
{
	position: relative;
	top: -4px;
}



/* ---------- FORM LOGIN ---------- */

.login-container
{
    display: flex;
}

.form-login
{
	width: 22%;
	max-width: 500px;
}

.form-login .form-header span
{
	color: #0f0f0f;
}

.form-login .submit-box
{
    padding-top: 10px;
}

.form-login .submit-box button
{
    width: 100%;
    border-radius: 60px;
    outline: none;
    color: white;
    background-color: #0298d3;
    border: 1px solid #0298d3;
    padding: 3px;
    cursor: pointer;
}

.form-login .submit-box button:hover
{
    background-color: #34a3dc;
    border: 1px solid #34a3dc;
}

.form-login .submit-box .icon
{
    color: white;	
}

.form-login .form-header
{
	display: block;
	flex-wrap: nowrap;
	text-align: center;
	padding: 15px 15px 0 15px;
	background-color: white;
}

.form-login .form-header .icon
{
	font-size: 50px;
	color: #34a3dc;
	position: relative;
	bottom: 0;
}

.form-login .form-header img
{
	background-color: #34a3dc;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 2px 1px rgba(79,79,79,0.5);
	border-radius: 50%;
}

.form-login .form-header .login-title
{
	font-size: 15px;
	font-family: SegoeUI SemiBold, sans-serif;
}

.form-login .form-body
{
    padding: 10px 30px 15px 30px;
}

.form-login .form-footer span
{
	margin-top: ppx;
}

.form-login .link-box
{
	width: 100%;
	margin-top: 2px;
}

.form-login .form-footer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0 30px 30px 30px;
    border-radius: 0 0 3px 3px;
}

.form-login .form-footer a
{
	text-decoration: none;
	color: #0d6ab7;
	cursor: pointer;
	font-family: SegoeUI SemiBold, sans-serif;
}

.form-login .form-footer .icon
{
	position: relative;
	top: 3px;
	margin-right: 5px;
	color: #0d6ab7;
}

.form-login .input-box input
{
    padding: 3px;
    padding-left: 25px;		
}

.form-login .input-box select
{
    padding: 3px;	
}

.form-login .input-box .icon
{
    position: absolute;
  	left: 6px;
  	top: 29px;
}



/* ---------- INPUT ATOCMPLETE ---------- */

#res_container
{
	width: auto;
	/*min-width: 100px;*/
	height: auto;
	/*margin-left: -44.5%;*/
	background-color: #fff;
	/*position: absolute;*/
	box-shadow: 0px 0px 2px 1px rgba(79,79,79,0.1);
	padding: 5px;
	color: #0f0f0f;
	border: 1px solid #bfbfbf;
	border-top: none;
	z-index: 1000;
	border-radius: 3px;
}

#container
{
	text-align: left;
	/*padding: 2px;*/
	height: 25px;
}

#container .content
{
	padding: 5px;
	width: auto;
	cursor: default;
}

#container .content:hover
{
	background: #e5e5e5;
}

#bottom
{
	margin-top: 15px;
	background-color: #343a3f;
	color: #a5a5a5;
	padding: 5px;
}



/* ---------- JS CONFIRM CUSTOM STYLE ---------- */
.form-control
{
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	padding: 5px;
	margin-left: 10px;
}

.form-confirm
{
	box-shadow: unset;
	width: auto;
}



.form-container table
{
	border-collapse: collapse; 
	text-align: left;
}

.form-container table tr th
{
	padding: 4px;
	position: sticky; 
	top: -1px;
}

.form-container table tr td
{
	padding: 4px;
}


.form-container .form-dataTable tr td input
{
	
	width: auto;
    border-radius: 3px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px;
}

.form-container .form-dataTable tr td select
{
	width: auto;
	height: auto;
    border-radius: 3px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px;
    background-color: #fff;
    position: relative;
}


.form-container .auto-scroll
{
	overflow: auto;
}

.form-container .option button
{
	padding: 5px;
	border-radius: 2px;
	background-color: white;
	border: 1px solid #d3d3d3;
	margin: 0;
	cursor: pointer;
}

.form-container .option button:hover
{
	background-color: #e5f1f9;
	border-color: #c7d8e2;
}


/* ---------- FORM CHECKBOX ---------- */

.form-container input[type="checkbox"]
{
	display: none;
}

.form-container .label
{
	position: relative;
}

.form-container .label::before
{
	content: "";
  	background: url("../resourses/transparent-check.png");
  	background-position: center;
  	background-size: contain;
  	width: 14px;
  	height: 14px;
  	position: absolute;
  	left: 5px;
  	top: -1px;
	transform: scale(0) rotateZ(180deg);
  	transition: all 0.2s cubic-bezier(0.54, 0.01, 0, 1.49);
}

.form-container input[type="checkbox"]:checked + .label::before
{
	transform: scale(1) rotateZ(0deg);
}

.form-container .label::after
{
	content: "";
  	border: 1px solid #2797d4;
  	width: 11px;
  	height: 11px;
  	position: absolute;
  	left: 5px;
  	border-radius: 25%;
}


.form-container .label span
{
	position: relative;
	left: 30px;
	top: -2px;
}



/* ---------- CUSTOM CHECKBOX ---------- */

.custom-checkbox input[type="checkbox"]
{
	position: relative;
	width: 40px;
	height: 15px;
	-webkit-appearance: none;
	background-color: #c6c6c6;
	outline: none;
	border-radius: 50px;
	box-shadow: inset 0 0 5px rgba(0,0,0.2);
	transition: .5s; 
	display: block;
	left: 15px;
}

.custom-checkbox input:checked[type="checkbox"]
{
	background: #03a9f4;
}

.custom-checkbox input[type="checkbox"]:before
{
	content: '';
	position: absolute;
	width: 20px;
	height: 15px;
	border-radius: 50px;
	top: -2px;
	left: 0;
	background: #fff;
	transition: .3s;
	transform: scale(1.1);
	box-shadow: 0 1px 5px rgba(0,0,0.2);
	border: 1px solid #bfbfbf;
}

.custom-checkbox input:checked[type="checkbox"]:before
{
	left: 20px;
}


.custom-checkbox label
{
	margin: 0 30px 0 0;
	position: relative;
	top: 19px;
}



/* ---------- CUSTOM CHECKBOX 2---------- */

.custom-checkbox2 input[type="checkbox"]
{
	display: none;
}

.custom-checkbox2 label
{
	position: relative;
}

.custom-checkbox2 label span
{
	position: relative;
	top: -2px;
	left: 30px;
}

.custom-checkbox2 label::before
{
	content: "";
  	background: url("../resourses/transparent-check.png");
  	background-position: center;
  	background-size: contain;
  	width: 14px;
  	height: 14px;
  	position: absolute;
  	left: 5px;
  	top: -1px;
	transform: scale(0) rotateZ(180deg);
  	transition: all 0.2s cubic-bezier(0.54, 0.01, 0, 1.49);
}

.custom-checkbox2 input[type="checkbox"]:checked + label::before
{
	transform: scale(1) rotateZ(0deg);
}

.custom-checkbox2 label::after
{
	content: "";
  	border: 1px solid #2797d4;
  	width: 11px;
  	height: 11px;
  	position: absolute;
  	left: 5px;
  	border-radius: 25%;
}





/* ---------- CUSTOM CHECKBOX 3 ---------- */

#crudTable input[type="checkbox"]
{
	position: relative;
	width: 20px;
	height: 10px;
	-webkit-appearance: none;
	background-color: #e0e0e0;
	outline: none;
	border-radius: 25px;
	box-shadow: inset 0 0 5px rgba(0,0,0.1);
	transition: .5s; 
	display: block;
	left: 7px;
}

#crudTable input:checked[type="checkbox"]
{
	background: #03a9f4;
}

#crudTable input[type="checkbox"]:before
{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 25px;
	top: -1px;
	left: 0;
	background: #fff;
	transition: .3s;
	transform: scale(1.1);
	box-shadow: 0 1px 5px rgba(0,0,0.1);
	border: 1px solid #bfbfbf;
}

#crudTable input:checked[type="checkbox"]:before
{
	left: 10px;
}



#crudTable2 input[type="checkbox"]
{
	position: relative;
	width: 20px;
	height: 10px;
	-webkit-appearance: none;
	background-color: #e0e0e0;
	outline: none;
	border-radius: 25px;
	box-shadow: inset 0 0 5px rgba(0,0,0.1);
	transition: .5s; 
	display: block;
	left: 7px;
}

#crudTable2 input:checked[type="checkbox"]
{
	background: #03a9f4;
}

#crudTable2 input[type="checkbox"]:before
{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 25px;
	top: -1px;
	left: 0;
	background: #fff;
	transition: .3s;
	transform: scale(1.1);
	box-shadow: 0 1px 5px rgba(0,0,0.1);
	border: 1px solid #bfbfbf;
}

#crudTable2 input:checked[type="checkbox"]:before
{
	left: 10px;
}


.form-add fieldset .input-box input
{
	margin: 0 7.5px 0 7.5px;
}

.form-add fieldset .input-box select
{
	margin: 0 7.5px 0 7.5px;
}

.form-add fieldset .input-box label
{
	margin: 0 7.5px 4px 7.5px;
}


.form-add3 fieldset .input-box input
{
	margin: 0 7.5px 0 7.5px;
}

.form-add3 fieldset .input-box select
{
	margin: 0 7.5px 0 7.5px;
}

.form-add3 fieldset .input-box label
{
	margin: 0 7.5px 4px 7.5px;
}





/* ---------- FORM RADIO ---------- */

.form-container .form-radio input[type="radio"]
{
	display: none;
}

.form-container .form-radio input[type="radio"]:checked + .label::before
{
	transform: scale(1) rotateZ(0deg);
}

.form-container .form-radio .label::before
{
	content: "";
  	background: url("../resourses/768px-Eo_circle_light-blue_checkmark.svg.png");
  	background-position: center;
  	background-size: contain;
  	width: 14px;
  	height: 14px;
  	position: absolute;
  	left: 5px;
  	top: -1px;
	transform: scale(0) rotateZ(180deg);
  	transition: all 0.2s cubic-bezier(0.54, 0.01, 0, 1.49);
}

.form-container .form-radio .label::after
{
	content: "";
  	border: 1px solid #2797d4;
  	width: 11px;
  	height: 11px;
  	position: absolute;
  	left: 5px;
  	border-radius: 50%;
}



.form-container #inputSearch
{
	padding: 5px;
	position: relative;
	top: 13px;
	border-radius: 50px 0 0 50px;
	border: 1px solid #d3d3d3;
	width: 80%;
	background-color: white;
	border-right: unset;
	position: relative;
}

.form-container .btn-search
{
	padding: 5px;
	position: relative;
	top: 13px;
	border-radius: 0 50px 50px 0;
	border: 1px solid #d3d3d3;
	width: 50px;
	background-color: white;
	margin: unset;
	cursor: pointer;
	left: -15px;
	border-left: none;	
}

.form-container .btn-search span
{
	font-size: 12px;
}


.form-container img
{
	box-shadow: 0px 0px 2px 1px rgba(79,79,79,0.5);
	border-radius: 50%;
}


.form-container .form-tab .form-body
{
	height: 390px;
	overflow: hidden;
}

.form-container .form-tab-2 .form-body
{
	height: 410px;
	overflow: hidden;
}


.form-container .tab-wrap
{
	margin-bottom: 15px;
	width: 100%;
}

.form-container .tab-wrap button
{
	width: 25%;
	padding: 5px;
	margin: 0;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	float: left;
	background-color: #efefef;
	font-family: SegoeUI Bold, sans-serif;
}

.form-container .tab-wrap .tab-border-unset
{
	border-right: unset;
}

.form-container .tab-wrap .active
{
	background-color: white ;
	border-bottom: unset;
	border-top: 1px solid #2c96ff;
	cursor: default;
	color: #2c96ff;
}


.form-dataTable .tr-hilight
{
	background-color: #f0f6f7;	
}

.form-dataTable .tr-selected 
{
	background-color: #dce9ea;
}

.form-dataTable .icon-selected
{
	display: none;	
}

.form-dataTable .tr-selected .icon-selected
{
	display: block;	
}

.form-container .form-option
{
	width: 100%;
}

.form-container .form-option button
{
	width: calc(100% - 15px);
	padding: 5px;
	border-radius: 50px;
	border: 1px solid #d3d3d3;
	background-color: white;
	cursor: pointer;	
}

.form-container .form-option button:hover
{
	background-color: #e5f1f9;
	border-color: #c7d8e2;
}


form .fileDownload
{
	color: #31a3dd;
}
form .fileDownload:hover
{
	text-decoration: underline;
}

