/*218CCD*/
body{background-color: #d4eeff !important}

login-bg
	{
	background-image: url(../images/login_middle_bg.jpg);
	background-repeat: no-repeat;
	width: 578px;
	height: 273px;
	}
#wrapperSmalllogin{display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;}
.login-bg2
	{
	background-color: #fff;
    border-radius: 35px;box-shadow: 0px 2px 62px #004f8a;
    padding: 0px 50px 0px 50px;
    text-align: center;
	width: 577px;
	height: 251px;
	}
	.form_tittle h2{font-size:32px;color:#000;font-weight: bold;font-family:  Arial, Helvetica, sans-serif;}	
	.login-bg2 input {border: 1px solid #ffffff;box-shadow:-2px 7px 21px rgba(86, 155, 245, 0.39);
    width: 100%;    margin: 15px 0px;
    height: 54px;    letter-spacing: 0.5px;
    border-radius: 35px;font-size: 14px;
    padding: 15px 15px 15px 50px;
    box-sizing: border-box;
}
.login-bg2 input:focus{outline:none;border:0;}
.login-bg2 input[type="text"] {    background-image: url(../images/user1.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 4% 48%;}
  .login-bg2 input[type="password"] {    background-image: url(../images/password.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 3% 40%;}  
.login-bg2 input[type="submit"]{width: 180px;box-shadow: -2px 14px 18px rgba(86, 155, 245, 0.47);
    margin: 30px auto 0px auto;
    display: flex;    height: 45px;
    font-weight: bold;
    text-align: center;color:#fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    font-size: 16px;
    cursor: pointer;background: rgba(122,177,245,1);
background: -moz-linear-gradient(left, rgba(122,177,245,1) 0%, rgba(86,155,245,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,177,245,1)), color-stop(100%, rgba(86,155,245,1)));
background: -webkit-linear-gradient(left, rgba(122,177,245,1) 0%, rgba(86,155,245,1) 100%);
background: -o-linear-gradient(left, rgba(122,177,245,1) 0%, rgba(86,155,245,1) 100%);
background: -ms-linear-gradient(left, rgba(122,177,245,1) 0%, rgba(86,155,245,1) 100%);
background: linear-gradient(to right, rgba(122,177,245,1) 0%, rgba(86,155,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab1f5', endColorstr='#569bf5', GradientType=1 );}
.super_title
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FF6700;
	font-weight:bold;
	text-align:left;
	padding:5px;	
	}
	#Openswitchbtn{
		display: block;
    float: right;
    margin-top: 5px;
	}

.country_title
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2D5167;
	font-weight:bold;
	text-align:left;
	padding:5px;	
	}
.loginpad{ padding:20px;     position: relative;}	
#login-text
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight:bold;
	text-align:right;
	padding:5px;	
	}
	
/*.login-sms
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
    margin-top: 84px;
    color: #559BF5 !important;
    margin-left: 105px;
	font-weight:bold;
	text-align:center;
	padding:5px;	
	}*/
.login-sms {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    color: #559BF5 !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left: 0;
    top: 180px;
}	
		
.mainbody{  
		font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: #FFFFFF url(../images/lock-page-bg.jpg) repeat top;
        text-align: left;
        color:#454545;
		}
		
#org-line{
	background: url(../images/org-line.jpg) no-repeat top;
	width: 149px;
	height: 9px;
	margin: 0px 30px 0px 0px;
	padding-left: 20px;
	position: relative;
	top: -40px;
	left: 50px;
}
#wrapperSmall {
	padding:40px 0 0 0;
}

a {
        color:#075ea0;
        text-decoration:none;
        outline:none;
}

a:hover {
        text-decoration:underline;
}

a:visited {
        color:#075ea0;
        text-decoration:underline;
}
/* ######################### Nav ######################### */
.headerMenucover .dropDown{padding: 0 !important}
.mainNav {
    /* background: #444 url(../images/nav-bar-bg.jpg) repeat-x top; */
    /*background: #569cf5;*/
    background: #8d45ff;
    height: auto;
    padding: 0;
    width: 100%;
    border: none;
}

.leftNav {
    /* background: url(../images/nav-bar-left.jpg) no-repeat left top; */
    height: auto;
    max-width: 1200px;
}

ul#rightNav {
        /*background: url(../images/nav-bar-right.jpg) no-repeat  right top;*/
        height:44px;
		padding:0 20px 0;
        display:block;
}

ul#rightNav li {
        display:inline;
        list-style-type:none;
}

ul#rightNav li a {
        float: right;
        color:#fff;
        font-size:15px;
        font-weight:bold;
        display:block;
        text-decoration:none;
		padding:14px 8px 0 0;
		height:30px;
}

ul#rightNav li a:hover {
        background:#757884 ;
        text-decoration:none;
	    height:30px;
}

/* ############################## rightNav2 ################################## */
#rightNav2 {
        /*background: url(../images/nav-bar-right.jpg) no-repeat  right top;*/
        height:auto;
		padding:0 0px 0;
        display:block; 
		/*padding-right:10px;*/
}
#rightNav2 li.log_out{ padding-left:210px;}
/* ############################## Body #################################### */
#body {
	
	/*background: #c5d3f6 !important;*/
    background: #d4eeff !important;
    border-top: none;
    text-align: left;
    height: 100%;
    padding: 20px 25px 35px 25px;
}
.action {
       color:#000000;
}
/* ############################# Main ################################### */
/*div#footer{
        clear:both;
       background:#7eddfb;
        height:20px;
     border-left:2px solid #000;
        border-bottom:2px solid #000;
        border-right:2px solid #000;
        border-top:none;
		text-align:center;
        padding:10px 0;
        position:relative;
}


div#footer a {
        color:#fff;
        text-decoration:none;
        padding:0 5px;
       border-right:1px solid #c2edfb;
}

div#footer a.end{
        border-right:0px;
}

#footer{
        clear:both;
        color:#9199b0;
        text-align:center;
        padding:10px;
}

#footer p {
	color:#000;
}
*/

	
.title{ 
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:center;
	height:45px;
	background-image: url(../images/title-bg.jpg); background-repeat: repeat-x;
	}
.tdsubtitle-bg
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-align:center;
	color:#000000;
	background-color: #f3f3f3;
	}	
.tdtext-bg
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#000000;
	text-align:right;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	}
	
.tdtext1-bg
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#000000;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	}

.data
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#000000;
	text-align:left;
	font-weight: normal;
	padding: 8px 5px!important;
	}
	.data a{ color:#686868; }

	/*td.data.techSize {
    text-align: left;
}
td.data.JobtypeSize {
    text-align: left;
}
th.bg_top.JobtypeSize {
    text-align: left !important;
}
th.bg_top1.JobtypeSize {
    text-align: left !important;
}
th.bg_top.CountySize {
	text-align: left !important;
}
td.data.CountySize {
	text-align: left;
}
th.bg_top.AddressSize {
	text-align: left !important;
}
td.data.AddressSize {
	text-align: left;
}
th.bg_top.DeshSize {
	text-align: left !important;
}
td.data.DeshSize {
	text-align: left;
}
th.bg_top.CustSize {
	text-align: left !important;
}
td.data.CustSize {
	text-align: left;
}
th.bg_top.UserSize {
	text-align: left !important;
}
td.data.UserSize {
text-align: left;
}*/








.rightlinks
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	padding: 3px;
	}

.wel_time{ text-align:right; float:left;}
.unamecls
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	padding: 3px;
	}	

.head
	{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:center;
	height:25px;
	background-image: url(../images/title-bg.jpg); background-repeat: repeat-x;
	}	

.head123
	{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:center;
	background-image: url(../images/title_bg1.jpg); background-repeat: repeat-x;
	}	


.heads
	{
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:left;
	height:25px;
	background-image: url(../images/title-bg.jpg); background-repeat: repeat-x;
	}	

.message
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}	
.status_report_static
{
	position:relative;
}
.messageheading
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	}	

.message1
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}	

.message2
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#1698E3;
	font-weight: bold;
	background-color: #f3f3f3;
	}	
	
.message3
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#000066;
	font-weight: bold;
	background-color: #f3f3f3;
	}	

	
.input
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#000000;
	text-align:left;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	}

.amtfrmt
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#000000;
	text-align:right;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	}


.button
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#000000;
	text-align:center;
	font-weight: normal;
	padding: 3px;
	/*background-color: #f3f3f3;*/
	}

.tdtextbold-bg
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}
.titlee
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	text-align:left;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
    }
.star
	{
	 color:#FF0000;	
	 background-color: #f3f3f3;
	 text-align:left;
	 /*padding: 3px;*/
	}
.head1{ 
	 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:red;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	}
.alert_green{ 
	 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#006600;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}
.alert_red{ 
	 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#FF0000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}
.alert_reds{ 
	 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:#FF0000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	background-color: #f3f3f3;
	}	
.button1{
	background-color: #333333;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
	border: 1px solid #000000;
}	
	a.forget{font-family:  Arial, Helvetica, sans-serif;
	    text-align: right;text-decoration: underline;
    width: 96%;font-size: 12px;
    display: block;
	padding:5px;
	}
	a.forget:hover{font-family:  Arial, Helvetica, sans-serif;
		color: #000000;	
	padding:5px;
	text-decoration: underline;}
/*.login-sms
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px;	
	}*/
	#head-text
	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:5px;	
	}
.input1
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color:#000000;
	text-align:left;
	font-weight: normal;
	padding: 3px;
	background-color: #f3f3f3;
	font-weight:600;
	}
.time_zone
	{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#000000;
	text-align:right;
	padding: 3px;
	
	}
	.exportbtn {
    background-color: #12c158;
    color: #fff !important;
    padding: 3px 6px 3px 6px;
}
.callback > td {
	color: #888888d6;
}
.callback > .data a {
    color: #888888d6;
}
/********************/
div#filter {
    text-align: right;
}
div#filter form {
    float: right;
    margin: 10px 0 5px;
}
.links_new {
    display: flex;
    justify-content: center;
}	
.links_new .rightlinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding: 10px 5px;
    background: #CBE2F2;
    border: 1px solid #222;
    float: left;
    display: inline-block;
}	
#maintable .title {
    height: 45px;
    background-image: none;
        padding-left: 0;
    padding-right: 0;
}

.tit {
   font-size: 16px;
    float:left;

}
.border_left3 {
    background: #ededed;
    height: 7px;
    width: 39.5%;
    display: inline-block;
        border: 1px solid #222;
        border-radius: 2px;
}

#myTable .bg_top:first-child {
    border-top-left-radius: 15px;
}
/*#myTable .bg_top1:last-child {
    border-top-right-radius: 15px;
}*/
#myTable {
    /* border: 1px solid #222; */
   /* border-radius: 19px;
    border-collapse: collapse;*/
}
#myTable .bg_top, #myTable .bg_top1 {   
    color: #000;
    /*border: 1px solid #222;*/
    padding: 2px 11px 2px 3px;
        background-position: 2px center;
            height: 33px;
            background-image: none;
            text-align: left;
}

.member_info_block span.style1 {
    color: #908f8f;
    min-width: 45px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    margin-right: 7px;
}
.member_info_block .info_block {
    margin-left: 5px;
}
.member_info_block .img_block .adminTitle {
    border-radius: 100px;
    height: 25px;
    width: 25px;
    object-fit: contain;
    background: #def1fe;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    color: #569cf5;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.user_block .img_block {
    margin-right: 8px;
}

.member_info_block .logout_btn {
    margin-top: 5px;
    padding: 2px 5px;
    border: none;
    color: #569cf5;
    font-size: 13px;
}
.mainNav {
    display: flex;
    justify-content: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    position: relative;
        z-index: 1;
}
div#ClockTime p {
    margin: 0;
}
iframe#assngframe {
    border: none;
    margin-top: -17px;
}

/*TEJESH SHARM CSS*/

.headerMenucover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    /* max-width: 800PX; */
    margin: auto;
    font-size: 14px;
}
ul.main_menu > li {
    padding: 6px 0;
    position: relative;
    display: inline-block;
    border-top: 2px solid transparent;
}
ul.main_menu > li > a {
    padding: 1px 10px;
    color: #000;
    border-right: solid 1px #e3e3e3;
    display: block;
    text-decoration: none !important;
   /* font-weight: bold;*/
}
ul.main_menu > li:last-child a {
    border: none;
}

ul.main_menu > li:hover > a + ul.dropDown {
    display: block;
    background: #569cf5;
}

.surelabtn {    padding: 6px 10px !important;    font-size: 12px;    line-height: 1.5 !important;    border-radius: 3px;
    width: 120px !important;    margin-right: 160px;border-bottom: 6px solid rgb(169, 202, 243) !important;border: 0;transition: 0.6s}


ul.main_menu > li > ul.dropDown {
    display: none;
    position: absolute;
    top: 2.5em !important;
    left: 0;
    margin-top: 9px;
    padding: 0;
    list-style: none;
    min-width: 135px;
    border-radius: 0px 4px 4px 4px;
    font-size: 13px;
    padding: 5px 5px 0 5px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 1;
}
ul.main_menu ul.dropDown > li > a {
    color: #fff;
    text-decoration: none !important;
    display: block;
   margin-bottom: 0;
    padding: 3px 5px;
}
ul.main_menu ul.dropDown > li > a:hover{    background: #3c85e2;
    border-radius: 5px;}
ul.main_menu > li:hover {
    /*opacity: .7;*/
color : #3b95d9;
border-top: 2px solid #3b95d9;
}



ul.main_menu > li > ul.dropDown:after {
    content: "";
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 7px #569cf5;
    height: 0;
    width: 0;
    position: absolute;
    top: -7px;
}
ul.main_menu > li > ul.dropDown:before {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    top: -8px;
    z-index: 0;
}
.headerMenucover {
    display: flex;
    /*max-width: 1194px;*/
    /*max-width: 1497px;*/
    max-width: 1503px;
    position: relative;
    justify-content: space-between;
}
.btn-primary{
	background-color: #569cf5 !important;
	border-color:#569cf5!important;
}
input#TopSearchBar, input#TopSearchBarEditJob {
    border-radius: 5px;
    /*padding: 2px,2px,1px;*/
    height: 26px;
    /*margin-top: 5px;*/
    /*border: 1px solid #eaeaea;*/
    background-image: url(../images/index.png);
    background-repeat: no-repeat;
    background-size: 17px auto;
    background-position: right 6px bottom 4px;
    padding: 6px;
    margin-right: 7px;
    width: 158px;
    border: 1px solid #eeeeee;
    /*color: #cccccc;*/
    font-size: 11px;
}
input#TopSearchBar::placeholder, input#TopSearchBarEditJob::placeholder{
	color: #cccccc;
}
}
#TopSearchBar::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding: 5px;
}

.seq_time a.btn {
    padding: 3px 5px;
    float: right;
}

.mainNav .menu5>li {
    margin:0;
    padding: 10px 0;
}

.mainNav .menu5 li a, .mainNav .menu5 li a:visited {
    padding: 2px 1.35em;
    height: auto;
    line-height: normal;
    font-weight: normal;
}
.mainNav .menu5 > li > a {
    border-right: 1px solid #90bef8 !important;
    font-weight: normal !important;
}
.mainNav .menu5 > li:first-child > a {
    border: none !important;
}


/*.mainNav ul > li > ul:before {
    content: "";
    height: 8px;
    width: 100%;
    position: absolute;
    top: -8px;
    z-index: 0;
}*/
.mainNav ul > li > ul:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: -12px;
    z-index: 0;
    left: 0;
}
.mainNav .menu5 li ul li a:hover {
    color: #fff;
    background: #3c85e2;
    border-radius: 5px;
}


.mainNav ul > li > ul:after {
    content: "";
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 7px #569cf5;
    height: 0;
    width: 0;
    position: absolute;
    top: -7px;
    left: 10px;
}
.mainNav .menu5 li ul {
    top: 32px !important;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 0 !important;
    background: #569cf5 !important;
}
.mainNav .menu5 li a:hover {
   /* opacity: .7;*/
   color:#e5d8d8;
}

.mainNav .menu5 li ul li {
    float: left !important;
    width: 100%!important;
    display: block;
    margin: 0;
    padding: 0;
    border:none !important;
}
.mainNav .menu5 li ul li a {
    width: 100% !important;
    line-height: normal !important;
}

.logo-block img {
    width: 73px;
    height: auto;
    position: absolute;
    left: -7px;
    top: -18px;
}
.logo-block {
    width: 100px;
}
.main_menu {
    margin: 0;
}

.info_block {
    position: absolute;
    text-align: left;
    margin-top: 17px;
    margin-left: 62px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #569cf5;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    font-size: 11px;
    opacity: 0;
    z-index: 1;
        display: none;
}


.info_block:after {
    content: "";
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #569cf5;
    height: 0;
    width: 0;
    position: absolute;
    top: -7px;
    right: 4px;
    z-index: 1;
}

.user_block {
    display: flex;
    align-items: center;
    margin-top: 6px;
    max-width: 122px;
    min-width: 150px;
    padding-left: 29px;
    padding-bottom: 7px;
    justify-content: center;
}
.user_block .seq_time .fas {
    width: 20px;
}
.seq_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: -10px;
    left: 0;
    z-index: -1; 
}
.member_info_block:hover .info_block {
    opacity: 1;
    transition: all .5s;
    display: block;
    padding: 5px;
    margin-top: 6px;
}
.member_info_block {
    cursor: pointer;
    position: relative;
    z-index: 999;
}
.member_info_right {
    display: flex;
    justify-content: right;
    align-items: center;
}

::placeholder { /* Firefox, Chrome, Opera */ 
    color: #000; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #000; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #000; 
} 


.cust_table_new thead.bg_top1 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#myTable thead th:first-child {    border-top-left-radius: 7px;}
#myTable thead th:last-child {    border-top-right-radius: 7px;}
/*.cust_table_new  th, .cust_table_new  td {
    padding: 0px !important;
}*/
/*.cust_table_new  th div, .cust_table_new  td div {
    padding: 4px !important;
    text-align: center;
}*/
.cust_table_new tr {
    height: auto !important;
}
.cust_table_new tbody.cust_body {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/*.cust_table_new thead.bg_top1 th:first-child div {
    border-radius: 5px 0 0px 5px;
}
.cust_table_new thead.bg_top1 th:last-child div {
    border-radius: 0px 5px 5px 0px;
}
*/
.cust_table_new thead.bg_top1 th{    background: #569cf5;}

/*.cust_table_new thead.bg_top1 th{
    background: transparent !important;
}
.cust_table_new thead.bg_top1{
    background: transparent !important;
}*/
.cust_table_new .cust_body:first-child tr:first-child div {
	border-radius: 5px 0 0px 5px;
	background: red !important;
}
.cust_table_new tbody.cust_body {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 10px;
    overflow: hidden;
}
.cust_body tr{ border-bottom: 1px solid #f3f3f3; background: #fff;}
.cust_body tr:last-child{ border-bottom: 0px solid #f3f3f3;}
.cust_body tr:hover{ background: #a9ddff!important; }
.cust_body tr:nth-child(odd)  {    background: #ddf2ff;}
.cust_body tr:nth-child(even)  {    background: #fff;}
/*div#maintable {
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
}*/
div#maintable {
    margin: auto;
    margin-top: 30px;
    width: 1540px;
}
.cust_table_new {
    padding: 10px;
    background: transparent;    
}
.cust_table_new table {
    table-layout: auto !important;
}

.cust_table_new th {
    background-image: none;
    color: #fff;
}

#maintable .title {
    height: auto;
}
.color_change a.btn.btn-warning {
    font-size: 11px;
    font-weight: bold;
}
/*#maintable .title span.tit {
    background: #3b9ff8;
    color: #fff;
    border-radius: 5px;
    padding: 4px 7px;
    margin-left: 4px;
}*/

.tit_ {
    margin-right: 0;
    padding: 10px;
    background: transparent;
    border-radius: 4px;
    margin: 0px 0 0px 3px;
    position: relative;
    top: 8px;
}

.cust_table_new thead.bg_top1 th, .cust_table_new thead.bg_top1 td {
    padding: 8px 5px !important;
    font-size: 12.5px;
} 
/*.fontcls table .data{ font-family: 'Poppins', sans-serif;    color: #888484;  font-size: 15px; }*/ 

/*#myTable > tbody > tr:last-child td:first-child{border-bottom-left-radius: 10px;}
#myTable > tbody > tr:last-child td:last-child{border-bottom-right-radius: 10px;}*/
#submit_btn .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5 !important;
    border: 1px solid transparent;
    border-radius: 3px;
    border-bottom: 6px solid #3c85e2;
    vertical-align: top;
}
#submit_btn .btn.btn-warning {
    border-bottom-color: rgb(249, 206, 146);
}
#submit_btn .btn.btn-success {
    border-bottom-color: rgb(101, 216, 101);
}
.cust_table_new.tableshdw thead.bg_top1,.cust_table_new.tableshdw tbody.cust_body {
    box-shadow: none !important;
}
span.titDuplicate.TablRght {
    float: right;
}
.cust_table_new.tableshdw {
	padding: 5px;
}
span.titDuplicate.TablLeft {
    padding: 4px;
}
span.titDuplicate.TablRght{
	padding: 4px;
}
input#duplicate_job {
    padding: 2px;
}
input#callback_job {
    padding: 2px;
}
.cust_table_new.tableshdw > #myTable {
    margin: 0px;
    margin-top: 5px;
}
.cust_table_new.tableshdw > .CountJobNotes {
    margin-left: 136px;
}
.ProposalIconCount{
	    border-radius: 100px;
	    height: 20px;
	    min-width: 20px;
	    object-fit: contain;
	    background-color: #5bc0de;
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	    color: #fffff;
	    text-transform: uppercase;
	    padding: 0;
	    text-align: center;
	    line-height: 25px;
	    font-size: 14px;
	    position: absolute;
	    margin-left: 123px;
	    margin-top: -35px;
	    /*margin-top: -72px;*/
	    /* margin-bottom: -70px; */
	    line-height: 20px;
	    padding: 0;
}
.InvoiceIconCount{
    border-radius: 100px;
        height: 20px;
        min-width: 20px;
        object-fit: contain;
        background-color: #f0ad4e;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        position: absolute;
        margin-left: 145px;
        margin-top: -35px;
        /*margin-top: -72px;*/
        /* margin-bottom: -70px; */
        line-height: 20px;
        padding: 0;
}
.ReceiptIconCount{
	    border-radius: 100px;
	    height: 20px;
	    min-width: 20px;
	    object-fit: contain;
	    background-color: #5cb85c;
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	    color: #fffff;
	    text-transform: uppercase;
	    padding: 0;
	    text-align: center;
	    line-height: 25px;
	    font-size: 14px;
	    position: absolute;
	    margin-left: 168px;
	    margin-top: -35px;
	    /*margin-top: -72px;*/
	    /* margin-bottom: -70px; */
	    line-height: 20px;
	    padding: 0;

}
.CountJobNotes1{
	border-radius: 100px;
	    height: 20px;
	    min-width: 20px;
	    object-fit: contain;
	    background-color: #0bcf12;
	    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	    color: #fffff;
	    text-transform: uppercase;
	    padding: 0;
	    text-align: center;
	    line-height: 25px;
	    font-size: 14px;
	    position: absolute;
	    margin-left: 160px;
	    /*margin-top: -72px;*/
	    /* margin-bottom: -70px; */
	    line-height: 20px;
	    padding: 0;

}

.OpenW1{
	width: 40px;
}
.OpenW2{
	width: 60px;
}
.OpenW3{
	width: 170px;
}
.OpenW4{
	width: 82px;
}
.OpenW5{
	width: 130px;
}
.OpenW6{
	width: 136px;
}
.OpenW7{
	width: 410px;
}
.OpenW8{
	width: 410px;
}
.OpenW9{
	width: 124px;
}
.OpenW10{
	width: 65px;
}
.OpenW11{
	width: 119px;
}
.OpenW12{
	width: 60px;
}


.AssigW1{
	width: 30px;
}
.AssigW2{
	width: 66px;
}
.AssigW3{
	width: 100px;
}
.AssigW4{
	width: 70px;
}
.AssigW5{
	width: 90px;
}
.AssigW6{
	/*width: 126px;*/
	width: 110px;
}
.AssigW7{
	width: 267px;
}
.AssigW8{
	width: 250px;
}
.AssigW9{
	width: 95px;
}
.AssigW10{
	width: 57px;
    position: relative;
}
.AssigW10 img{
    width: 25px;
    position: absolute;
    left: 155px;
}
.AssigW11{
	width: 109px !important;
}
.AssigW12{
	width: 36px !important;
}
.time_passed {
    position: absolute;
    left: 155px;
    top: 12px;
    background-color: #38497e;
    color: white;
    border: none;
    padding: 5px 5px;
    border-radius: 5px;
    width: 48px;
    font-size: 10px;
}
.time_passed::before {
    content: "";
    position: absolute;
    left: -10px; /* Adjust arrow position */
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #38497e transparent transparent; /* Creates the left arrow */
}
/* Company pageCredit on site off site percentage and dollar fields design */
.input-group {
    display: flex;
    align-items: center;
}

.input-group-addon {
    margin-left: -25px;
    margin-right: 5px;
    font-weight: bold;
}

.input-group input {
    padding: 6px 2px;
    width: 100px;
}

/* Hide the value 0.00 when the input is not focused */
#CustomerPaidTotal[value="0.00"]:not(:focus) {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
#ccTerminalFee[value="0.00"]:not(:focus) {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
#taxAmount[value="0.00"]:not(:focus) {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

/* Ensure the text is visible in all other cases */
#CustomerPaidTotal:not([value="0.00"]) {
    color: initial;
    text-shadow: none;
}
#ccTerminalFee:not([value="0.00"]) {
    color: initial;
    text-shadow: none;
}
#taxAmount:not([value="0.00"]) {
    color: initial;
    text-shadow: none;
}

/* End */

@media only screen and (max-width: 1800px) {
	div#maintable{     width: 100%; }
.OpenW1{
	width: 4%;
}
.OpenW2{
	width: 5%;
}
.OpenW3{
	width: 11%;
}
.OpenW4{
	width: 6%;
}
.OpenW5{
	width: 9%;
}
.OpenW6{
	width: 8%;
}
.OpenW7{
	width: 16%;
}
.OpenW8{
	width: 18%;
}
.OpenW9{
	width: 7%;
}
.OpenW10{
	width: 5%;
}
.OpenW11{
	width: 7%;
}
.OpenW12{
	width: 5%;
}



.AssigW1{
	width: 4%;
}
.AssigW2{
	width: 5%;
}
.AssigW3{
	width: 11%;
}
.AssigW4{
	width: 6%;
}
.AssigW5{
	width: 9%;
}
.AssigW6{
	width: 7%;
}
.AssigW7{
	width: 16%;
}
.AssigW8{
	width: 18%;
}
.AssigW9{
	width: 7%;
}
.AssigW10{
	width: 5%;
}
.AssigW11{
	width: 7%;
}
.AssigW12{
	width: 5%;
}

}

