

body{
	font-family: 'Montserrat', sans-serif;
}

html, body {
  height: 100%;
}

.header .logo img{
	width: 130px;
}

.header .Profile_img img{
	width: 50px;
	height: 50px;
}

.Profile_img button{
	background: transparent;
	border: 0px;
	-webkit-appearance: none;
}

.Profile_img button:focus{
	outline: 0px;
}

.menu ul li a{
	font-size: 14px;
}

.menu ul li a:hover,
.menu ul li a:active{
	border-bottom: 2px solid #f5800e;
	color: #fff !important;
}

.active{
	border-bottom: 2px solid #f5800e;
}

.add_form form .form-control{
	border:  0px;
	border-radius: 0px;
}

.navbar-toggler {
    border: 2px solid #fff;
    position: relative;
    top: -3px;
    padding: 5px 10px;
}
.navbar-toggler-icon {
  background-image: url("../images/icon/nav_icon.png");
}



.btn-home{
	position: relative;
}

.btn-home:hover{
	position: relative;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-home h6{
	position: absolute;
    bottom: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    z-index: 999;
}

.add_form .spn_1,
.d_pag .spn_1{
	position: relative;
	bottom: 12px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.add_form .btn_main, .btn_main{
	background: #f5800e;
}


/*---form style--*/

.form-group {
  position:relative;  
}

.label-control {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #898989;
  font-size: 14px;
  background-color: transparent;
  z-index: 10;
  pointer-events: none;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .label-control {
  transform: translateY(-125%);
  font-size: .75em;
}

.form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #898989;
  transition: box-shadow 150ms ease-out;
  border-radius: 0px;
}

.form-control:focus{
	box-shadow: 0 1px 0 0 blue;
	outline: none;
}

  .form-input.filled {
	  /*box-shadow: 0 2px 0 0 lightgreen;*/
	}

	.form-check-input {
	    position: absolute;
	    margin-top: 0px;
	    margin-left: -23px;
	    border-radius: 0px;
	    width: 20px;
	    height: 20px;
	    background: blue;
	    /* -webkit-appearance: none; */
	}

/*===Checkbox style==*/

.checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #f5800e;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #fff;
    background: #f5800e;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #898989;
}

.ck_box label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #898989;
    left: 25%;
    font-size: 14px;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.home-footer h6{
	font-size: 12px;
}

.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

.modal.right.fade.show .modal-dialog {
		right: 0;
	}


/*===Event application css===*/

.f-500{
	font-weight: 500;
}

.f-600{
	font-weight: 600;
}

.text-underline{
	text-decoration: underline;
}

.bg_main{
	background-color: #14147a;
}

.back_btn:hover{
	    color: #909090;
}

.mb-10{
	margin-bottom: 60px;
}

.color_main{
	color: #ffffff;
}

.btn_dup{
	font-size: 12px;
    font-weight: 600;
}

.login_form{
	position: relative;
  	top: 7%;
    max-width: 600px;
    width: 100%;
}

.Login_logo{
	width: 220px;
	margin: auto;
}

.rec_pwd{
	font-size: 14px;
	color:  #14147a;
	position: relative;
	top: 10px;
}

.login_form .label-control{
	left: 0px !important;
}

.login_form .bg_main:focus{
	background-color: #14147a !important;
}

.fun_row .badge{
	width: 50px;
    border-radius: 20px;
    padding: 5px;
}

.fun_row .btn-exp{
    color: #14147a;
    margin-top: 2px;
}

.fun_row .btn-exp:hover{
    text-decoration: underline;
}

.Nav_btn i{
	font-size:  20px;
}

.Nav_btn .active{
	font-size:  20px;
	color:  #14147a;
	border-bottom: none;
}

.record_table i{
	margin-right: 10px;
}

.from_search .form-control{
	font-size: 12px;
}

.from_search .form-control:focus{
	box-shadow: 0 1px 0 0 blue;
	outline: none;
	border-color: #ced4da;
}

.from_search .form-group {
    margin-bottom: .5rem;
}

.f {
	border: none;
    min-height: 500px;
}

.record_table table {
	border-collapse: separate;
    border-spacing: 0em .2em;
}

.record_table table tbody tr{
	background-color: #fff;
}

.record_table td, .record_table th {
    border: 1px solid #f3f3f3;
    font-size: 12px;
    padding: 6px 10px;
}

.record_table input{
	height: 25px;
    font-size: 12px;
    border: none;
}

#btn_toggle{
	padding: 4px 15px;
	font-size: 12px;
	border-radius: 0px;
}

#btn_toggle:focus{
	outline: 0;
	box-shadow: none;
}

.ford_btn, .back_btn{
	font-size: 16px;
}

.ford_btn{
	color: #14147a;
}

.fun_row .nav{
	position: relative;
    left: 15px;
}

.tooltip{
    z-index: 1;
}

.hidden-div{
	background: #14147a;
    width: 500px;
    position: absolute;
    top: 40px;
    right: 0px;
    display: none;
    z-index: 2;
    color:#ffffff;
}

.hidden-div .close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ffffff;
    opacity: 1;
    font-size: 30px;
}

.Profile_inner img{
	width: 70px;
	height: 70px;
}

.person p{
    font-size: 14px;
}

.Per_info p{
	font-size: 14px;
}

.cont_info p{
	font-size: 12px;
	color: #a7a7a7;
}

.cont_info span{
	font-size: 16px;
	margin-left: 5px;
}

.input-group-text{
	bottom: 0px;
}

.datepicker-dropdown{
    z-index: 9999 !important;
}

 
.show_alert .alert{
    width: 650px;
    margin: auto;
}
 
.show_alert .btn{
    font-size: 12px;
    font-weight: 600;
}
/*====file css=====*/

.inputfile-box {
      position: relative;
    }

    .inputfile {
       display: none;

    }

    .file-box {
        display: inline-block;
	    width: 74%;
	    border-bottom: 1px solid #b0b0b0;
	    padding: 5px 0px 5px 5px;
	    height: calc(2.5rem - -4px);
	    margin-left: 9px;
	    float: right;
	    font-size: 14px;
		line-height: 40px;
    }

    .file-box-b{
    	width: 65% !important;
    }

    .file-button {
	    top: 7px;
	    font-family: Arial;
	    color: #fff;
	    cursor: pointer;
	    position: absolute;
	    left: 0;
	    text-align: center;
    }

    .file-button:hover{
    	color:  #fff;
    }

    .d_img img{
    	width: 155px;
    	height: 155px;
    	border: 2px solid #fff;
    	float: left;
    }

    .marketing_table h6{
    	color: #14147a;
   		margin-left: 10px;
    }

    .e_histroy h6{
    	color: #14147a;
    }

    .btn_more{
    	font-size: 13px;
    	font-weight: 600;
    }

    .p_table {
    	width: 350px;
    	font-weight: 500;
    }

    .p_table tr td{
    	font-size: 13px;
    	padding: 2px 10px;
        min-width: 110px;
    }

    .d_page .spn_1{
    	bottom: 0px;
    	border-top-right-radius: 4px;
    	border-top-left-radius: 4px;
    }

    .d_page .title{
    	font-size: 14px;
    	margin-bottom: 10px;
    	color: #898989;
    }

    .d_page .name{
    	font-size: 16px;
    	font-weight: 600;
    	margin-bottom: 10px
    }

    .name .btn{
    	font-size: 14px;
    	font-weight: 600;
    	border-radius: 0px;
    }

    .history_table{
    	max-height: 230px;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
    }

    .history_table::-webkit-scrollbar {
	  width: 5px;
	}

	.history_table::-webkit-scrollbar-track {
	  background: #f1f1f1; 
	}

	.history_table::-webkit-scrollbar-thumb{
	  background: #888; 
	}

	.history_table::-webkit-scrollbar-thumb:hover {
	  background: #555; 
	}

    .act_btn{
    	margin-bottom: 10px;
    }

    .act_btn .btn{
    	width: 90px;
    	font-size: 14px;
    	border-radius: 0px;
    }

    .act_btn .btn:focus{
    	outline: 0;
    }

    .dwn_sec .btn{
		color: #14147a;
    }

    .cst_badge{
    	font-size: 12px;
    	font-weight: 500;
    	width: 100px;
    }

    .btn:focus{
    	outline: 0;
    	box-shadow: none;
    }

.review_record form label{
	font-size: 14px;
}

.review_record form .form-control{
	font-size: 12px;
	font-weight: 600;
}

.P_frm .form-control{
	background: #eefdee;
}

.C_frm .form-control{
	background: #eef9fd;
}

.M_frm .form-control{
	background: #f9e8d9;
}

.history_label p{
	font-size: 14px;
}

.history_label i{
	position: absolute;
    top: 8px;
    right: 15px;
    font-size: 15px;
}

.date_label{
	position: absolute;
    left: 15px;
    top: -10px;
    color: #898989;
    font-size: 14px;
    background-color: transparent;
    z-index: 10;
    pointer-events: none;
}

.his_model .modal-body{
	height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.dwn_sec .btn:hover{
	text-decoration: underline;
}

.table-hover tbody tr:hover {
    background-color: rgba(255, 241, 220, 0.38);
}

.act_col .btn:hover{
	color: #fff;
	opacity: .7;
}

.act_col img:hover{
	opacity: .5;
}

.td-w-70{
	width: 95px;
}





@media (max-width: 768px){

	.header .logo img {
	    width: 105px;
	}

	.ford_btn, .back_btn {
	    font-size: 14px;
	    font-weight: 600;
	}

	.file-box, .file-box-b{
		width: 100%;
		top: 45px;
		text-align: center;
	}

	.file-button-b{
		width: 75%;
	}

	.imp_btn{
		margin-bottom: 0px;
		margin-top: 7px;
	}

	.navbar-nav{
		text-align: center;
	}

	.act_btn {
	    right: 10px;
	    top: 10px;
	}

	.dropdown-toggle{
		padding: 0px;
	}

	.back_btn{
		display: none;
	}

    .d_img img{
        width: 100%;
        height: 100%;
    }
}

.update_label{
    border: 2px solid red;
}

.custom_search_txt{
    font-size: 1rem !important;
}

._alert-danger {
    color: #f32f0f;
    font-size: 12px;
    font-weight: lighter;
}

::placeholder {
  color: #495057 !important;
  
}

.sort_arrow{
    color: #f5800e;
    margin-right: 5px !important;
}

@media (max-width: 768px){
    .sort_arrow{
        margin-right: 0px !important;
    }
}

table.dataTable tbody th, table.dataTable tbody td {
    
    word-break: break-all !important;
}

.telno {
    font-size:16px !important;
    margin-left: 5px;
    color: #fff !important;
}

.min_table_height {
    min-height: 450px;
}