/*Please search the class you are changing in 'component-dxa.css' also and change the same so that the latest css will be there in DXA*/

@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Conv_Helvetica_Reg';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'),
         url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf') format('truetype');
}
/* .medianame{
	min-width: 150px;
    display: inline-block;
}
.btnplay
{
	background: url(../core/images/icons/play.png) no-repeat 0 0;
    background-size: 50px;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
}
.btnstop
{
	background: url(../core/images/icons/stop.png) no-repeat 0 0;
    background-size: 50px;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
} */
.disableDiv
{
	pointer-events: none;
    opacity: 0.4;
}

html {
	color: #757575;
}

r {
	display: none;
}
.headerButton {
	height: 50px;
	width: 50px;
	background-color: white;
	padding-top: 18px;
	float: right;
	z-index: 50000000;
}
.logo {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 6px;
	left: 0;
	z-index: 1;
}
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
}




.addicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 15px 10px 0 0;
	text-indent: -9999px;
	position: relative;
}
.addicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/add.png) no-repeat 2px 3px;
	text-indent: -9999px;
	background-size: 25px;
}
.deleteicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 13px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.deleteicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/delete.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size:  24px 27px;
}
.syncicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 13px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.syncicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/sync_icon.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size:  24px 27px;
}

/** Media Download Link for Mobile starts**/
.mediaDownloadDiv {
	text-decoration: underline;
    color: blue;
	margin-top: 3%;
}
/** Media Download Link for Mobile ends**/

.lockicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 13px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.lockicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/lock.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size: 24px 27px;
}
.unlockicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 13px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.unlockicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/unlock.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size: 24px 27px;
}
.closeicon {
    float: left;
    width: 25px;
    height: 27px;
    margin: 16px 20px 0px 20px;
    text-indent: -9999px;
    position: relative;
}
.closeicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/right.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size: 25px;
}
.selectcount {
	line-height: 3;
	float: left;
	color: #fff;
	font-size: 18px;
}
.refreshicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 1px 5px 0 5px;
	text-indent: -9999px;
	position: relative;
	display:none;
}
.refreshicon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/reset_icon.png) no-repeat 0 2px;
	text-indent: -9999px;
	background-size: 20px;
}
.reporticon {
    float: right;
    width: 27px;
    height: 27px;
    margin:3px 5px 0 5px;
    text-indent: -9999px;
    position: relative;
}
.reporticon a {
	float: right;
	width: 28px;
	height: 28px;
	background: url(../core/images/icons/reporticon.png) no-repeat 0 0px;
	text-indent: -9999px;

}
.View{
	background: url(../core/images/icons/view_icon.png) no-repeat center;
	    margin-right: 20px !important;
}
.Launch{
	background: url(../core/images/icons/launch.png) no-repeat center;
}
.Copy{
	background: url(../core/images/icons/copy.png) no-repeat center;
	margin-right: 50px !important;
}

.btnNotification {
	float: right;
	width: 25px;
	height: 27px;
	background: url(../core/images/iconNotification.png) no-repeat 0 0;
	margin: 15px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.btnNotification span {
	position: absolute;
	background: #c86900;
	width: 12px;
	height: 17px;
	border-radius: 50%;
	text-indent: 0;
	top: -9px;
	right: -10px;
	color: white;
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 17px;
}

.headerSub {
	background: #657687;
	position: absolute;
	width: 100%;
	height: 44px;
}
.headerSub h1 {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 22px;
	line-height: 44px;
	color: white;
	z-index: 0;
}
.btnBack {
	background: url(../core/images/back_icon.png) no-repeat 0px center;
    float: left;
    display: block;
    width: 24px;
    height: 30px;
    text-indent: -9999px;
    position: relative;
    /* border-radius: 5px; */
    /* margin-top: -2px; */
    margin-left: -5px;
    -webkit-transition: margin-left 0.7s ease;
    -webkit-transform: translate3d(0px, 0px, 0px) translateZ(0);
	z-index: 20;
	cursor: pointer;
}
.btnBack span:after {

}
.headerData {
	position: absolute;
	height: 100%;
	width: 100%;
}
#header {
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
	background: url(../core/images/streebo.png);
	background-repeat: no-repeat;
	background-position: 30px 4px;
	background-size: 30px;
}

/* input[type=text],input[type=password] {
	background: #fff;
	border: 2px solid #e1e1e1;
	width: 97%;
	height: 40px;
	padding-left: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 2px;
	font-size: 16px;
	box-shadow: 1px 1px 3px rgba(198,198,198,0.6);
	color: #999;
} */
#headerButtonsLabel {
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 9999;
	background: #fff;
	width: 200px;
	border: 1px solid #ccc;
}
.printicon a {
	background-image: url(../core/images/add.png);
}
.searchicon a {
	background-image: url(../core/images/search.png);
}
.exporticon a {
	background-image: url(../core/images/add.png);
}
.iconlabel {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	height: 25px;
	line-height: 1.5;
}
.moreoptions {
	width: 6px;
	height: 20px;
	position: relative;
	border-top: 3px solid white;
	text-indent: -9999px;
	margin: 17px 10px 7px 0px;
	display: inline-block;
	float: right;
	z-index: 10;
}
.moreoptions:before,
.moreoptions:after {
	position: absolute;
	content: '';
	height: 3px;
	width: 6px;
	background-color: white;
	left: 0;
	top: 6px;
	display: block;
}
.moreoptions:after {
	top: 15px;
}
.bottomTabPort {
	position: relative;
	bottom: 0px;
	left: 0;
	-webkit-transition: bottom 0.7s ease;
	width: 100%;
	height: 30px;
	z-index: 5;
	overflow: hidden;
}
.bottomTabPort ul {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: -moz-linear-gradient(top, #ffffff, #8b8d8e);
	background: -webkit-linear-gradient(top, #ffffff, #8b8d8e);
	background: -khtml-linear-gradient(top, #ffffff, #8b8d8e);
	background: -o-linear-gradient(top, #ffffff, #8b8d8e);
	background: -ms-linear-gradient(top, #ffffff, #8b8d8e);
	background: linear-gradient(top, #ffffff, #8b8d8e);
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.bottomTabPort li {
	display: block;
	width: 25%;
	float: left;
	border-right: 1px solid #a0a0a0;
	border-top: 3px solid white;
	font-size: 13px;
	color: #222222;
	font-family: 'bentonsansregular';
	font-family: 'Bentonsans';
	text-align: center;
	padding: 5px 0 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: break-word;
	height: 27px;
	line-height: 18px;
}
.bottomTabPort li.active {
	background: #e7e7e7;
	border-top: 3px solid #e7e7e7;
}
.bottomTabPort li span {
	line-height: 1;
}
.bottomTabPort li.btmTabMore {
	width: 100%;
	text-indent: -9999px;
	border-top: 3px solid #556378;
	height: 59px;
	background: #556378;
}
.bottomTabPort li.btmTabPrev {
	width: 100%;
	text-indent: -9999px;
	border-top: 3px solid #556378;
	height: 59px;
	background: #556378;
}
.buttonDiv {
	float: left;
	margin-right: 3px;
	margin-left: 5px;
    margin-bottom: 0px;
    position: relative;
}
#body_e3116d93-2c61-498e-8ee2-21237f6cc912 {
	margin-left: 15px;
}
#body_7925de95-a114-41f9-ae0a-220ef2344162 .btnBlue {
	margin-top: 34px;
}
#body_7925de95-a114-41f9-ae0a-220ef2344162,
#body_42e802e6-3f2b-4ff1-b15b-dac2422d32cd {
	display: inherit;
}
#body_42e802e6-3f2b-4ff1-b15b-dac2422d32cd .btnBlue {
	margin-top: 34px;
}
/* table.dataTable {
	background: #03476e;
	margin: 0;
}
.datatable_add,
.datatable_update,
.datatable_delete {
	display: inline-block;
	background-color: #ff6600 !important;
	line-height: 35px !important;
	color: #fff !important;
	border: none !important;
	font-size: 16px !important;
	text-align: center !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	border-radius: 4px !important;
	padding: 0 15px !important;
	width: auto !important;
	height: auto !important;
}
.datatable_actions {
	float: none !important;
} */
#body_202d5496-3214-4fb1-9d3d-8708343663c0 .btnBlue {
	margin-top: 20px;
}
#body_d20fcafe-d8e9-47eb-acfb-7652aff6544f {
	display: inherit;
}
#body_d20fcafe-d8e9-47eb-acfb-7652aff6544f .btnBlue {
	margin-top: 34px;
}
#body_ced54fa2-87af-4ff2-b923-c14c988a784f {
	display: inherit;
}
#body_ced54fa2-87af-4ff2-b923-c14c988a784f .btnBlue {
	margin-top: 20px;
}
#body_0a082da8-e433-4bda-837b-1969a9d77438 {
	display: inherit;
}
#body_0a082da8-e433-4bda-837b-1969a9d77438 .btnBlue {
	margin-top: 34px;
}
#c4307782-7d79-43e5-821a-5ca70c7cb3d9:after {
	right: 25px;
}
#Tata_F_Form1 .sectionbody {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.DTFC_ScrollWrapper {
	min-height: 220px;
}

#tableOpt {
	z-index: 999;
}
#policia_F_Form1 .body {
	margin: 5px;
}


/* Header CSS */
.headerPort{
	background-color:#2C84CE;
	/* padding:20px 20px 20px 20px; */
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
    z-index: 999;
    position: absolute;
    height: 50px;
    width: 100%;
}
.headerPort .headerDetail{
	    padding: 10px 10px 10px 15px;
}
.headerPort .hdrLogo{
	width: 127px;
    height: 30px;
    float: left;
    background: url(../core/images/streebologosml.png) no-repeat 0px 0px;
    background-size: 127px 25px;
	margin: 2px 0;
	margin-right: 15px;
    /* border-right: 1px solid #fff;
	padding-right: 25px; */
	cursor: pointer;
}
.BorderLeft {
	border-left: 1px solid #fff !important;
    float: left;
    display: block;
    padding-left: 15px;
}
.headerPort .hdrLogo img{
	width:100%;
}
.headerPort .iconSearch{
	float:left;
	margin: 1px 0 0 20px;
	border-left:1px solid #fff;
	line-height:30px;
	padding:0 0 0 43px;
	color:white;
	background:url(../core/images/icons/searchicon.png) no-repeat 20px 50%;
	background-size:13px 13px;
}
.headerPort .welAdmin{
    float: right;
    height: 34px;
    line-height: 30px;
    color: white;
    border-right: 1px solid #fff;
    /* margin-right: 15px; */
    padding-right: 15px;
    font-size: 16px;
}
.btnAdd a{
       background: url(../core/images/icons/addicon.png) no-repeat 7px 0px;
    float: right;
    line-height: 24px;
    padding: 24px 0px 0px 33px;
    /* border-radius: 20px; */
    text-decoration: none;
    color: white;
    margin: 3px 0px 0 10px;
    font-size: 18px;
    background-size: 24px 24px;
}
.btnAddForms a{
    background: url(../core/images/icons/addicon.png) no-repeat 7px 0px;

    float: right;
    line-height: 24px;
    padding: 24px 0px 0px 33px;
    /* border-radius: 20px; */
    text-decoration: none;
    color: white;
    margin: 3px 0px 0 10px;
    font-size: 18px;
    background-size: 24px 24px;
}
.btnAddReports a{
     /*   background: url(../core/images/icons/addicon.png) no-repeat 7px 0px; */
    background : none;
    float: right;
    line-height: 24px;
    padding: 24px 0px 0px 33px;
    /* border-radius: 20px; */
    text-decoration: none;
    color: white;
    margin: 3px 0px 0 10px;
    font-size: 18px;
    background-size: 24px 24px;
}
.userApproval a{
    background: url(../core/images/icons/addicon.png) no-repeat 7px 0px;
    float: right;
    line-height: 24px;
    padding: 24px 0px 0px 33px;
    /* border-radius: 20px; */
    text-decoration: none;
    color: white;
    margin: 3px 10px 0 20px;
    font-size: 18px;
    background-size: 24px 24px;
    display: none;
}
.btnLogout {
	width:100%;
}
.btnLogout a{
	background: url(../core/images/icons/stop.png) no-repeat 0 0;
	background-size:26px 24px;
	float:left;
	line-height:28px;
	margin: 3px 0;
	padding-left:20px;
	text-decoration:none;
	color:white;
	height:28px;
	width:28px;
	margin-right:38px;
}
.btnExcelFileUpload {
	width:100%;
	display: none;
}
.btnExcelFileUpload a{
	background: url(../core/images/icons/iconupload.png) no-repeat 0 0;
    background-size: 26px 24px;
    float: right;
    line-height: 28px;
    margin: 3px 0;
    padding-left: 20px;
    text-decoration: none;
    color: white;
    height: 28px;
    width: 7px;
    margin-right: 10px;
}
.btnUpload{
	display: none;
	width:100%;
	display: none;
}
.btnAdd{
	display: none;
	float: right;
    line-height: 30px;
    color: white;
    margin: -10px 0px -10px 0px;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}
.btnAddForms{
	display: none;
	background-color: rgb(36, 106, 138);
	float: left;
    line-height: 30px;
    color: white;
    margin: -10px 0px -10px 0px;
    font-size: 16px;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
}
.btnAddReports{
	display: none;
	float: left;
    line-height: 30px;
    color: white;
    background-color: rgb(43, 182, 246);
    margin: -10px 0px -10px 0px;
    font-size: 16px;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
}
.btnUpload a{
	background: url(../core/images/icons/icondownload.png) no-repeat 0 0;
    background-size: 26px 24px;
    float: right;
    line-height: 28px;
    margin: 3px 0;
    padding-left: 20px;
    text-decoration: none;
    color: white;
    height: 28px;
    width: 7px;
    margin-right: 10px;
	box-sizing: initial;
}
.btnExcelFileDownload, .btnExcelExcelExport {
	float: right;
	width: 27px;
	height: 27px;
	margin: -1px 5px 0 50px;
	text-indent: -9999px;
	position: relative;
}
.btnExcelFileDownload a, .btnExcelExcelExport a {
	background: url(../core/images/icons/iconupload.png) no-repeat 0 0;
    background-size: 26px 24px;
    float: right;
    line-height: 28px;
    margin: 3px 0;
    padding-left: 34px;
    text-decoration: none;
    color: white;
    height: 28px;
    width: 7px;
	box-sizing: initial;
}

.btnhamburger a{
	background: url(../core/images/icons/hamburger.png) no-repeat 50% 50%;
	float:right;
	line-height:28px;
	margin: 3px 5px;
    padding: 0 25px 0 0;
	text-decoration:none;
	color:white;
	height:24px;
	transition: none 0.5s ease 0s;
	-webkit-transition: none 0.5s ease 0s;
	-moz-transition: none 0.5s ease 0s;
	-khtml-transition: none 0.5s ease 0s;
	-ms-transition: none 0.5s ease 0s;
	-o-transition: none 0.5s ease 0s;
}
.btnhamburger_select a{
	   background: url(../core/images/icons/hamburger_select.png) no-repeat 50% 50%;
}

@media screen and (max-width:800px) {
	#btnSearchForms input {
        padding-left:30px !important;
    }
    #btnSearchForms input::placeholder {
        opacity:0;
    }
}

@media screen and (max-width:800px){
	.headerPort .hdrLogo{
		background:url(../core/images/logo_streebo.png) no-repeat 0 0;
		height:28px;
		width:28px;
		margin-right: 5px;
	}
}

@media screen and (max-width:550px) {
	.headerPort .hdrLogo {
		margin-right: 5px;
	}
	.btnAddForms,.btnAddReports {
		padding: 10px 5px;
    	font-size: 14px;
	}
	.btnAddForms a,.btnAddReports a {
		background-size: 20px 20px !important;
		background-position: 0px 2px !important;
		padding-left: 20px;
		margin-left: 3px;
	}
	#btnSearchForms input {
		background-position: 125px 6px !important;
		font-size: 14px !important;
		background-size: 20px 20px !important;
		padding-right: 2px !important;
	}
}

@media screen and (max-width:440px) {
	#btnSearchForms {
		display: none !important;
	}
}

@media screen and (max-width:700px){
    ::-webkit-scrollbar {
        display: none;
    }

	.headerPort .iconSearch{
		text-indent:-9999px;
	}

	.btnhamburger a{
		text-indent:-9999px;
	}
    ::-webkit-scrollbar {
        display: none;
    }
    #btnSearchForms input {
        margin-top: 0px !important;
        padding-left: 10px !important;
    }
}

@media screen and (max-width:700px){
	.headerPort .welAdmin{
		display:none;
	}
}

@media screen and (max-width:600px){
    ::-webkit-scrollbar:vertical {
        display: none;
    }
    #btnSearchForms input {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width:530px) {
    #btnSearchForms input {
        margin-right: 30px !important;
        margin-top: -30px !important;
    }
}
@media screen and (max-width:480px){
	.dataTables_wrapper .dataTables_filter{
		margin-left:5px;
		width: calc(100% - 15px);
    }
    ::-webkit-scrollbar {
        display: none;
    }
	.dataTables_wrapper .dataTables_filter input{
		width:calc(100% - 7px);
		float:left;
	}
	button.ColVis_Button{
		width:calc(100% - 0px);
		    float: left;
	}

	ul.ColVis_collection{
		width: calc(100% - 30px);
	}

	div.ColVis{
		margin-left: 10px;
    	width: calc(100% - 20px);
	}
	#dataTableformRecord_wrapper .responseDataTableLable{
		    width: calc(100% - 20px);
    		margin-left: 10px;
	}
	table.dataTable thead th, table.dataTable thead td{
		padding: 10px 15px 10px 10px;
	}
	table.dataTable tbody th, table.dataTable tbody td {
	    padding: 10px 0px 10px 10px;
	}
	.btnAdd a{
		    margin: 3px 10px 0 10px;
	}
	.btnhamburger a{

	}
	.headerPort .headerDetail{
		padding: 10px 5px 10px 15px;
	}
	.dataTables_wrapper .dataTables_info {
	    padding-left: 20px;

	}
	.dataTables_info{
		display:none;
    }
    ::-webkit-scrollbar:vertical {
        display: none;
    }
}
.ui-loader{
	display:none;
}
#wl_ios7bar{
	background-color: white;
	height: 0pt !important;
	position: fixed;
	top: 0;
	width:100%;
}
body.wl_ios7{
	padding-top: 0pt;
}

@media screen and (max-width: 777px){
	.dataTables_info {
	    float: left !important;
	    line-height: 2;
	}
	.headerPort .welAdmin {
	    font-size: 13px;
	}
	.btnAddReports {
		font-size: 13px;
	}
	.btnAddForms {
		font-size: 13px;
	}
	#AddForms {
		left: 183px !important;
	}
	.uploadFile {
		left: 183px !important;
	}
}
@media screen and (max-width: 700px){
	#AddReports {
		left: 184px !important;
	}
	#AddForms {
		left: 85px !important;
	}
	.uploadFile {
		left: 85px !important;
    }
    ::-webkit-scrollbar:vertical {
        display: none;
    }

}

.ui-timepicker-list {
	z-index: 9999;
}
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 9999;
}

.width33 {
	width: 33%;
}

.textcenter{
	text-align: center;
}
.nofloat{
	float:none;
}
.sidenav {
    width: 170px;
    position: fixed;
    z-index: 0;
    top: 51px;
    right: 0px;
    background-color: #fff;
    transition: 0.25s;
    overflow: hidden;
    box-shadow: -3px 5px 3px rgba(0,0,0,0.1);
}
.uploadFile {
    position: fixed;
    z-index: 0;
    top: 51px;
    left: 184px;
    height: 100%;
    background-color: #fff;
    transition: 0.25s;
    overflow: hidden;
    box-shadow: -3px 5px 3px rgba(0,0,0,0.1);
}
#AddForms{
	left : 184px;
}
#AddReports{
	left : 299px;
	width: 220px;
}
.sidNavItem {
    width: 100%;
    line-height: 35px;
    /* margin: 3px 0; */
    text-decoration: none;
    color: white;
    height: 35px;
    float: left;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidNavItem a{
	    color: #666;
    text-decoration: none;
}

.btnqrcode{
float: right;
width: 27px;
height: 27px;
margin: -1px 5px 0 5px;
text-indent: -9999px;
position: relative;
}

.btnqrcode a{
    background: url(../core/images/icons/qrcode.png) no-repeat 0 0;
    background-size: 26px 24px;
    float: right;
    line-height: 28px;
    margin: 3px 0;
    padding-left: 20px;
    text-decoration: none;
    color: white;
    height: 28px;
    width: 7px;
}
.selectAllicon {
	float: right;
	width: 25px;
	height: 27px;
	margin: 13px 20px 0 0;
	text-indent: -9999px;
	position: relative;
}
.selectAllicon a {
	float: right;
	width: 25px;
	height: 28px;
	background: url(../core/images/icons/selectAll.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size:  24px 27px;
}
.topDiv {
    height: 150px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
#reporIdDiv {
    width: 21%;
    padding: 20px;
    position: absolute;
    left: 1%;
}
.ReportLabel {
    color: #4384ce !important;
    line-height: 1.5;
    font-size: 15px !important;
    padding-left: 0px !important;
    position: relative;
    float: left;
    margin-left: 2px;
}
#reportName {
    background: #fFF;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    width: 95%;
    white-space: nowrap;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding: 1px 6px;
}

@media screen and (max-width: 777px) {
    #reportName {
        width: 87%;
    }
    ::-webkit-scrollbar:vertical {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .topDiv {
        height: 170px;
    }
    #reportName {
        width: 93%;
    }
    #reporIdDiv {
        width: 43%;
    }
    ::-webkit-scrollbar:vertical {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #reporIdDiv {
        width: 35%;
    }
    ::-webkit-scrollbar:vertical {
        display: none;
    }
}

#btnSearchForms input{
    background: url(../core/images/icons/searchicon.png) no-repeat 155px 4px;
    float: right;
    line-height: 24px;
    padding-top:5px;
    padding-right:22px;
    padding-left:5px;
    width:150px;
    margin-right:5px;
    border:none;
    font-size: 18px;
    background-size: 24px 24px;
    color: white;
    outline:none;
	box-sizing: initial;
}
#btnSearchForms input::placeholder{
  color:white;
}
#btnMobSearchForms{
    width: 10%;
    height: 100%;
    top: 0px;
    right: 40px;
    position: absolute;
}

#mobSearchBar{
    float: right;
    width: 90%;
    height: 46px;
    border: none;
    margin-right: 4px;
    background-color: white;
    font-size: 20px;
    color: rgb(44, 132, 206);
    outline: none;
}
#mobSearchDiv{
    width: 100%;
    height:50px;
    background-color: white;
    top: 0px;
    position: absolute;
    right: 0px;

}
#searchImg{
    width: 24px;
    height: 25px;
    float: right;
    background-image: url(../core/images/icons/searchicon.png);
    background-size: 24px 25px;
    background-position-x: 24px;
    margin-top: 12px;
    margin-right:5px;

}
#custmBack{
    background: url(../core/images/back.png);
    float: left;
    display: block;
    width: 5%;
    height: 23px;
    margin-left: 10px;
    z-index: 999;
    background-size: 19px 23px;
    margin-top: 12px;
    background-repeat: no-repeat;
}

.container {
	overflow: hidden;
	width: 100%;
	height: 90%;
	-webkit-overflow-scrolling: scroll;
	position: absolute;
	z-index: 1;
	top: 0;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, dialog, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	/* padding: 0; */
	border: 0;
	/* font: inherit; */
	vertical-align: baseline;
	font-family: 'Conv_Helvetica_Reg';
}

.body ul {
	padding: 0;
}