.page-container .page-content {
    background: #ffffff;
}
html, body {
    background: #F5F5F5;
   /*  overflow-x:hidden; */ 
}
#add_to_me1{
	font-weight: 700;
} 
#add_to_me2{
	font-weight: 700;
} 
#add_to_me3{
	font-weight: 700;
} 
.dx-button-has-icon .dx-button-content {
    padding: 5px;
}
.dx-scrollable-content{
	padding-bottom:5px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
  height: 10px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
  height: 10px;
}
.dx-popup-bottom.dx-toolbar {
    padding: 20px;
    overflow: visible;
    /* margin-left: -100%; */
}
 .dx-button.dx-state-focused{
 background-color: #428bca;
 color:#ffffff;
 }
.dx-texteditor {
	border-color: #337ab7;
}
.dx-texteditor.dx-state-hover {
	border-color: #337ab7;
}
.text-muted{
	color:white !important;
}
.highlightRankingRow {
	background: #428bca !important;
	color: black;
	font-weight:800;
}
.square{
/* height:15px;
width:15px; */
padding-left: 14px;
border:1px solid black;
 background-color: blue;
}
.square-9A594C{
	padding-left: 14px;
border:1px solid black;
 background-color: #9A594C;
}
.square-f44336{
	padding-left: 14px;
border:1px solid black;
 background-color: #f44336;
}
.square-4CAF50{
	padding-left: 14px;
border:1px solid black;
 background-color: #4CAF50;
}
.square-2196F3{
	padding-left: 14px;
border:1px solid black;
 background-color: #2196F3;
}
.dx-datebox-wrapper-calendar .dx-popup-content {
    padding: 0;
    zoom: 90%;
}
.red-text{
	color: red;
}
.form-control{
	height:25px;
	padding:0px 12px;
	color:black;
}
input {
	border-width: thin !important;
	border-color: #337ab7 !important;
	/* height:22px; */
}
.dx-texteditor.dx-state-readonly{
	border-color: #337ab7 !important;
}
.form-control[disabled], .form-control[readonly]{
	color: black;
    background-color: #eeeded;
}
select{
	border-width: thin !important;
	border-color: #337ab7 !important;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background: #3f81ba8c !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-green, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-green {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: green !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-red, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-red {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: red !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-yellow, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-yellow {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: yellow !important;
    color:white;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-f44336, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-f44336 {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background: #f44336 !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-9A594C, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-9A594C {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: #9A594C !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-4CAF50, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-4CAF50 {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: #4CAF50 !important;
    color:white;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) .dashboard-priority-2196F3, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) .dashboard-priority-2196F3 {
    border-bottom: 1px solid #428bca;
    border-top: 1px solid #428bca;
    background-color: #2196F3 !important;
    color:white;
}
textarea {
	border-color: #337ab7 !important;
}

.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,  
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space {  
    border-left-color: #428bca;  
}  
  
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,  
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {  
    border-bottom: 1px solid #428bca;  
    border-top: 1px solid #428bca;  
}  
  
.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-datagrid-group-space,  
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-datagrid-group-space {  
    border-right-color: #428bca;  
}  
  
.dx-datagrid-rowsview .dx-selection.dx-row > td,  
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {  
    background-color: #428bca;  
    color: #232323;  
}  
  
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {  
  background-color: #428bca;  
  color: #333;  
}
.dx-checkbox-icon {
	border-color: #337ab7;
}
.dx-textbox:not(.dx-textarea) .dx-texteditor-container {
    
        height: 22px;
    font-size: 12px;
    
}
.dx-numberbox:not(.dx-textarea) .dx-texteditor-container {
    
        height: 22px;
    font-size: 12px;	
    
}
.dx-overlay-content.dx-resizable.dx-context-menu.dx-menu-base
{
	/* zoom: 110.5%; */
}

.dx-datagrid-rowsview .dx-scrollable .dx-visibility-change-handler .dx-scrollable-both .dx-scrollable-simulated .dx-scrollable-scrollbars-alwaysvisible .dx-scrollable-customizable-scrollbars .dx-fixed-columns{
	/* zoom: 110.5%; */
}
input.dx-texteditor-input{
	margin-top: -6px;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) td {
	background-color: #f5f5f5 !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-green {
	background-color: green !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-red {
	background-color: red !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-yellow {
	background-color: yellow !important;
}

.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-f44336 {
	background-color: #f44336 !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-9A594C {
	background-color: #9A594C !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-4CAF50 {
	background-color: #4CAF50 !important;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .dashboard-priority-2196F3 {
	background-color: #2196F3 !important;
}
.control-label{
	font-size:12px;
	font-weight:600;
	padding : 0px;
}
.dx-widget input{
	height: 25px;
	font-size: 13px;
}
.icon-color {
    color: #fff;
}
#loadimgnew {
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../../img/l4.gif');
    background-size: 400px 250px;
    background-color:#fff;
    opacity : 0.8;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#Nodatafoundimage{
	display : block;
    position : absolute;
    z-index: 100;
    background-image : url('../../img/Nodatafoundimage.png');
    background-size: 200px 150px;
    background-color:#fff;
     opacity : 0.8; 
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.dx-widget{
    font-family: 'Open Sans', sans-serif; 
    font-size: 12px; 
    font-weight: 400;
}
.dx-box-item-content{
    font-size: 12px; 
}
.dx-datagrid-headers .dx-row.dx-column-lines.dx-header-row {
    color: #ffffff !important;
    background-color: #357ebd !important;
    font-weight: bold;
}
.dx-treeview-node.dx-state-selected > .dx-treeview-item {
    background-color: #94C7DB;
}
.dx-treeview .dx-treeview-toggle-item-visibility:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #428bca;
    cursor: pointer;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #428bca;
    cursor: pointer;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dx-popup-title {
    color: #ffffff;
    background:#428bca;
}
.dx-icon-close:before {
    color: #ffffff;
}
/*.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
    background-color:#47D5F3;
}*/
.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox) > .dx-treeview-item:hover{
    /*background-color:#47D5F3;*/
    color:black;
    cursor: pointer;
}
.dx-treeview .dx-treeview-node {
    color: black;
    background-color: #f5f5f5;
    /*background-image: linear-gradient(to right, #3087a7,#96daf3);
    background-image: -moz-linear-gradient(to right, #3087a7,#96daf3);*/
}
.dx-treeview .dx-treeview-toggle-item-visibility:before {
    color:#428bca;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before{
    color:#428bca;
}
.dx-toolbar .dx-toolbar-after .dx-item.dx-toolbar-item.dx-toolbar-button:nth-child(2){
    float: left;
}
.dx-toolbar .dx-toolbar-after .dx-item.dx-toolbar-item.dx-toolbar-button:nth-child(1){
   /*  float: right; */
    margin-left: 10px;
}
.dx-popup-bottom .dx-toolbar-items-container {
    width: 300px;
    margin-left: 140px;
}
/* .dx-toolbar .dx-toolbar-after .dx-item.dx-toolbar-item.dx-toolbar-button:nth-child(2){
    
}*/
.dx-popup-bottom .dx-toolbar-items-container .dx-item.dx-toolbar-item.dx-toolbar-button:nth-child(1) .dx-button-content {
    background: #428bca;
    color:white;
}
.dx-datagrid-search-panel {
    float: left;
}
.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection{
    color: #fff;
    border-color: transparent;
    background-color: #5FA7C2;
}

.dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item * {
    color: white;
    font-weight: bold;
}
/*.dx-treeview-node-container{
    background-color:#C1ECFD;
}*/
.dx-treeview .dx-treeview-toggle-item-visibility:before {
    color: #428bca;
}
.dx-treeview .dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before {
    color: #428bca;
}
.dx-item.dx-toolbar-item.dx-toolbar-button.dx-toolbar-item-auto-hide.dx-toolbar-text-auto-hide{
    float: right;
}
.dx-item.dx-toolbar-item.dx-toolbar-button {
    float: left;
}
.x-navigation.x-navigation-horizontal{
    background:  #428bca;
  /*  background-image: linear-gradient(to right, #428bca);
    background-image: -moz-linear-gradient(to right,  #428bca);*/
    /*background-image: linear-gradient(to right, #3087a7,#96daf3);*/
}
.dx-treeview .dx-treeview-item.dx-state-hover{
	 background: #c7e5ff !important;
}
.temp-bg-color {
    background:#fffffff5;
    /*background: #D5EAF2;*/
    /*background-image: linear-gradient(to right, #6DD5FA,#e0f7ff);*/
    color:black;
   /* background-image: linear-gradient(to right white,#96daf3);*/
   /* background-image: -moz-linear-gradient(to right white,#96daf3);*/
}
.temp-bg-color-light {
    background: #c7e5ff;
  /*  background-image: linear-gradient(to left, #cde2f5 , #D5EAF2);
    background-image: -moz-linear-gradient(to left, #cde2f5 , #D5EAF2);*/
}
.temp-bg-color-dark {
    background: #428bca;
   /* background-image: linear-gradient(to right, #157BA2,#6dd5ed);
    background-image: -moz-linear-gradient(to right, #157BA2,#6dd5ed);*/
}
/*.dx-treeview .dx-treeview-item .dx-treeview-item-content span{
    text-decoration: underline;
}*/
.margin-270 {
    margin-left: 230px;
}
.margin-50 {
    margin-left: 50px;
}
#gridContainerFirst .dx-datagrid-headers.dx-datagrid-nowrap {
    margin-top: -5px;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-40 {
    margin-top: -40px;
}
.x-navigation li .hover-normal:hover {
    background-image: linear-gradient(to right,#BAEBFF, #3087a7);
    background-image: -moz-linear-gradient(to right,#BAEBFF, #3087a7);
    color: #000;
}
.long-title h3 {
    color: #ffffff !important;
    background-image: linear-gradient(to right, #3087a7,#96daf3);
    background-image: -moz-linear-gradient(to right, #3087a7,#96daf3);
    font-size: 16px;
    text-align: left;
    height: 25px;
    margin-bottom: 20px;
}
.dx-datagrid-header-panel{
    margin-bottom: -10px;
}
.dx-toolbar-items-container .dx-toolbar-before .dx-item.dx-toolbar-item.dx-toolbar-label {
    max-width: 315px !important;
}
.sidebar-height {
    height: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > .dropdown.active.open > a:hover {
    border-bottom: 1px solid #fff;
}
.dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection.dx-popup-title {
    height: 35px;
}
.dx-toolbar-before .dx-item-content.dx-toolbar-item-content {
    margin-top: -15px;
}
/*Changes*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

/*.xn-icon-button a:hover {
  background: #47D5F3 !important;
}*/
.fa-plus:before {
    -webkit-text-stroke: 1.5px white;
}
.fa-refresh:before {
    -webkit-text-stroke: 1px white;
}
.dx-datagrid-search-panel.dx-textbox.dx-texteditor.dx-editor-outlined.dx-searchbox.dx-show-clear-button.dx-widget.dx-texteditor-empty {
    height: 25px;
}
.dx-placeholder{
	margin-top:-4px;
}
.dx-icon.dx-icon-edit-button-addrow {
    margin-top: -2px;
}
.ng-scope.dx-datagrid-toolbar-button.dx-edit-button.dx-datagrid-addrow-button.dx-button.dx-button-normal.dx-widget.dx-button-has-icon.dx-button-has-text {
    height: 30px;
}
.panel-fullscreen-wrap{
    top:2px;
}
.dx-datagrid .dx-row > td, .dx-datagrid .dx-row > tr > td {
    padding: 2px !important;
}
#mCSB_3_dragger_vertical .mCSB_dragger_bar{ 
    background:rgba(49, 151, 186, 0.5);
}
.top-nav-resp-bg:hover {
    background: none !important;
    cursor: none;
}
/*Changes*/
/*.dx-item.dx-box-item {
    margin-top: -5px;
}*/
/* .ng-scope.dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection.dx-popup-bottom {
    margin-top: -30px;
} */
.x-navigation .xn-search input {
    height: 30px;
}
.x-navigation .xn-search::before{
    line-height: 20px;
}
ul.panel-controls > li > a {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.nav-tabs > li > a {
    padding: 4px 10px;
    border-radius: 4px 4px 0px 0px;
}
.fixed-pos {
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
}
/*.x-navigation.x-navigation-minimized li.xn-title-left-menu {
    display: none;
}*/
.dx-toolbar-label .dx-toolbar-item-content > div {
    overflow: visible;
    width: 100%;
}
.dx-checkbox.dx-checkbox-indeterminate.dx-widget .dx-checkbox-icon:before {
    background-color: #FFF;
}
.dx-field-item-label-content{
   max-width: 300px;
   white-space: normal;
}
.dx-switch-container{
   border-radius: 15px;
 }
 .success-msg{
	 color:green;
	 font-size: 14px;
	}
	
	.danger-msg{
	color:red;
	 font-size: 14px;
	
}
.dx-datagrid-search-panel{
	margin-top:18px;
}
.dx-switch-handle:before {
   height: 82% !important;
   width: 100%;
   border-radius: 8px;
   margin-top: 2px;
 }
.x-navigation li > a {
  display: block;
  float: left;
  width: 100%;
  line-height: 19px;
  color: black;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 10px 15px 15px;
  text-decoration: none;
   border-bottom: 0px solid #428bca !important;
  vertical-align: text-bottom;
}
.x-navigation.x-navigation-horizontal > li > a:hover {
  background: #428bca !important;
  color:white !important;
}
.x-navigation > li > a:hover {
  background: white !important;
  color:black !important;
}
.x-navigation li > a:hover .fa, .x-navigation li > a:hover .glyphicon {
	color : #8b91a0;
}
.text-white {
	color:#fff !important;
}
.page-side-nav{
 	background-color: #f5f5f5 !important;
 	margin-top: 65px;
}
ul.panel-controls > li > a {
 	display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 13px;
    font-weight: 400;
}
.x-navigation li > ul {
	background: #fff !important;
}
.x-navigation li.active > a {
	background: #428bca !important;
}
.x-navigation li > ul li.active > a {
	font-weight: bold;
}
.dx-datagrid .dx-header-filter-empty{
	color: white !important;
}
.font-weight-bold {
	font-weight: bold;
}
.font-weight-600 {
	font-weight: 600;
}
.btn-popup-save {
	color: #ffffff;
    background-color:#428bca;
}
.btn-popup-save.dx-button.dx-state-hover {
	background-color:#428bca;
}
.top5 { 
	margin-top:5px; 
}
.bottom5 {
	margin-bottom: 5px;
}
.x-navigation.x-navigation-horizontal  li > a .fa:before {
  color: #fff;
}
.page-container .page-sidebar {
  width: 230px;
 /*  height: 97vh !important; */
}
.panel-heading-bg-color {
	background-color:#428bca !important;
}
.sideBarSearchBox {
	background: #FFF !important;
	color: #000 !important;
	width: 220px !important;
	border-radius: 4px !important; 
	border: 1px solid #ddd !important; 
}
.page-sidenav-50{
	background-color: white !important;
 	margin-top: 70px !important;
}
/* .dx-scrollbar-hoverable {
    height: 10px !important;
}
.dx-scrollable-scroll-content{
height: 10px !important;
} */
/* .max-grid-height {
	max-height: 400px;
} */
.workflow-max-grid-height {
	max-height: 250px;
}
.cetmf-panel-heading {
	padding: 5px !important;
	height: 30px;
	background-color: #428bca !important;
}
.cetmf-panel-title {
	line-height: 20px !important;
}
.cetmf-panel-body {
	padding: 5px !important;
}
#imgLoading {
display : block;
position : fixed;
z-index: 100;
background-image : url('../../img/loading.gif');
background-size: 100px 100px;
background-color:#fff;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
#imgLoading1 {
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../../img/load.gif');
    background-size: 300px 300px;
    background-color:#fff;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.dx-popup-content .dx-field-item-label-content {
	max-width:250px !important;
}
.popoverSummary {
	width:1000%;
    text-decoration: none;
    color: black;
    left: 94%;
    top: -7px;
    display: block;
    padding: 0 10px 9px;
}
.popoverSummary span {
    display: block;
    font-weight: 400;
}
.margin-left-10 {
	margin-left: 10px;
}
.bg-color-white {
	background-color: #fff !important;
}
.item-border {
	border: 1px solid #D5D5D5;
    margin-top: -1px;
    border-radius: 0px 0px 4px 4px;
}
.sub-panel-collapse {
	width:17px !important;
	height:17px !important;
	line-height:17px !important;
}
.cpv-sub-panel-heading {
	padding: 5px !important;
	height: 25px;
	background-color: #74b8f3 !important;
}
.cpv-sub-panel-title {
	line-height: 15px !important;
	font-size: 14px !important;
}
.dx-data-row td.text-align-left {
	text-align:left !important;
}
.securityadminimg{
	  content:url(../../img/security_admin.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.applicationadministrationimg{
	  content:url(../../img/application_administration.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.systemadministrationimg{
	  content:url(../../img/system_administration.svg);
	      margin-bottom: -4px;
	      width: 25px;
    height: 25px;
}
.manageenterpriseimg{
	  content:url(../../img/manage_enterprise.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.regulatoryimg{
	  content:url(../../img/certificate.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.authorityimg{
	  content:url(../../img/life-insurance.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.submissionimg{
	  content:url(../../img/submission.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.activitiesimg{
	  content:url(../../img/brain.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.trainingimg{
	  content:url(../../img/trainingimage.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.letterimg{
	  content:url(../../img/writing.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.templateicon{
	  content:url(../../img/template.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.maintemplateicon{
	  content:url(../../img/mail.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.managestudyimg{
	  content:url(../../img/manual.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.sitemonitoringvisit{
	  content:url(../../img/sitemonitoringvisit.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.paymentimg{
	  content:url(../../img/payment.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.inventoryimg{
	  content:url(../../img/inventory123.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.reportsimg{
	  content:url(../../img/seo-report.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.studyadminimg{
	  content:url(../../img/workspace.png);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.OrganizationProfileimg{
	  content:url(../../img/strategy.svg);
	      margin-bottom: -4px;
	     width: 20px;
    	height: 20px;
}
.RegisterDatabaseUserimg{
	  content:url(../../img/user.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.SystemCodelistsimg{
	  content:url(../../img/browser.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.Createimg{
	  content:url(../../img/addcreate.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.Upgradeimg{
	  content:url(../../img/pen.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.addUser1{
	  content:url(../../img/add-user.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.UserManagementimg{
	  content:url(../../img/management.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.FunctionalRolesimg{
	  content:url(../../img/role.svg);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.updatestudy{
	  content:url(../../img/updatestudy.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.countryimg{
	  content:url(../../img/world.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.flexibleimg{
	  content:url(../../img/flexibility.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.pageimg{
	  content:url(../../img/pages.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.documentimg{
	  content:url(../../img/google-docs.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.moneyimg{
	  content:url(../../img/money.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studybudgetimg{
	  content:url(../../img/study-budget.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studyvendorimg{
	  content:url(../../img/vendor.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.vendorexhangeimg{
	  content:url(../../img/exchange-rate.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.accountimg{
	  content:url(../../img/bank.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.formslogsimg{
	  content:url(../../img/formslogs.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.milesandriskimg{
	  content:url(../../img/milesAndrisk.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.configimg{
	  content:url(../../img/studyConfig.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.dashboardRolesimg{
	  content:url(../../img/big-data.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.subjectEvaluationApproval{
	  content:url(../../img/evaluation.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.budgetBookimg{
	  content:url(../../img/budget-book.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}

.personals{
	  content:url(../../img/personals.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studysitesimg{
	  content:url(../../img/hospital.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.stagesimg{
	  content:url(../../img/steps.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studyvisitsimg{
	  content:url(../../img/studyvisits.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.transfersubject{
	  content:url(../../img/transfer.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.eventsafetyreport{
	  content:url(../../img/report.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.approval{
	  content:url(../../img/stamp.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.taskimg{
	  content:url(../../img/hourglass.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.deviationimg{
	  content:url(../../img/deviation.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.milestoneimg{
	  content:url(../../img/leader.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.exchangerateimg{
	  content:url(../../img/exchange.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.assignsiteimg{
	  content:url(../../img/assignment.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.addsitemonitoringvisit{
	  content:url(../../img/shield.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.reportapproval{
	  content:url(../../img/immigration.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.waiverApproval{
	  content:url(../../img/healthcare-and-medical.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.siteinitiation{
	  content:url(../../img/idea.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.siteselection{
	  content:url(../../img/select.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.monitoring{
	  content:url(../../img/dashboard.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.logout{
	  content:url(../../img/logout.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.fundraising{
	  content:url(../../img/fundraising.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.approveadvance{
	  content:url(../../img/done.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.payadvance{
	  content:url(../../img/pay.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.raiseinvoice{
	  content:url(../../img/invoice.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.worklistimg{
	  content:url(../../img/worklist.svg);
	      margin-bottom: -4px;
	      width: 22px;
    height: 22px;
}
.approveinvoice{
	  content:url(../../img/contract.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.clearinvoice{
	  content:url(../../img/pos-terminal.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.paymentreversal{
	  content:url(../../img/paymentreversal.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studysummary{
	  content:url(../../img/studysummary.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.sitesummary{
	  content:url(../../img/sitesummary.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.withheldpayment{
	  content:url(../../img/withheldpayment.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.raiseinventory{
	  content:url(../../img/raiseinventory.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.shipinventory{
	  content:url(../../img/ship.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.recieveinventory{
	  content:url(../../img/email.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.returninventory{
	  content:url(../../img/return.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.productorkitmaster{
	  content:url(../../img/product.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.initialsubmission{
	  content:url(../../img/submit.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.protocoldeviation{
	  content:url(../../img/detour.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.randomizationimg{
	  content:url(../../img/random.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.qualification{
	  content:url(../../img/magnifying-glass.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.principalInvestigator{
	  content:url(../../img/explore.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.sitequalification{
	  content:url(../../img/travel.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.safetyeventsimg{
	  content:url(../../img/safetyevents.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.subjectvisitstatus{
	  content:url(../../img/visitstatus.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.questionnaireimg{
	  content:url(../../img/qustionnaireimg.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studyarmsimg{
	  content:url(../../img/studyarms.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studyprotocolsimg{
	  content:url(../../img/studyprotocol.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.studyhierarchy{
	  content:url(../../img/studyhierachy.png);
	      margin-bottom: -4px;
	      width: 20px;
    	height: 20px;
}
.EnableDebugsimg{
	  content:url(../../img/fileenbdub.svg);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.broadcastmessageimg{
	  content:url(../../img/broadcast.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.trainingmasterimg{
	  content:url(../../img/school.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.milestonetemplateimg{
	  content:url(../../img/milestonetemplate.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.ipaccimg{
	  content:url(../../img/shopping-list.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.randchartimg{
	  content:url(../../img/pie-chart.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.dx-datagrid-rowsview .dx-row:nth-child(even) .clsGreen {
	background-color: #f6eea8 !important;
}
.clsGreen {
    background-color: #f6eea8;
}
.invoicetemplate{
	  content:url(../../img/invite.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.expensecode{
	  content:url(../../img/expense.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.questionnaire{
	  content:url(../../img/qustionnaire.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.etmfmapping{
	  content:url(../../img/etmfmapping.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.nonipinventoryimg{
	  content:url(../../img/nonipinventory.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.clinicaltrials{
	  content:url(../../img/research.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.studiesicon{
	  content:url(../../img/medical-book.png);
	      margin-bottom: -4px;
	  width: 20px;
    	height: 20px;
}
.ScheduleRemindersimg{
	  content:url(../../img/schedule.svg);
	      margin-bottom: -4px;
	      width: 22px;
    	height: 22px;
}
.ProjectPlanImg{
	  content:url(../../img/planning.svg);
	      margin-bottom: -4px;
	      width: 22px;
    	height: 22px;
}
.Systemimg{
	  content:url(../../img/system.svg);
	      margin-bottom: -4px;
	      width: 22px;
    	height: 22px;
}
.eLogsImg{
	  content:url(../../img/blog.svg);
	      margin-bottom: -4px;
	      width: 22px;
    	height: 22px;
}
.studyAccessimg{
	  content:url(../../img/study_access.svg);
	      margin-bottom: -4px;
	      width: 22px;
    	height: 22px;
}
.importexportImg{
	  content:url(../../img/data-transfer.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.systemsimg{
	  content:url(../../img/systems.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.schedulerimg{
	  content:url(../../img/scheduler.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.importimg{
	  content:url(../../img/import.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.exportimg{
	  content:url(../../img/export.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.rolemoduleAcessimg{
	  content:url(../../img/rolemodule.png);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.reportApprovalsimg{
	  content:url(../../img/approval.svg);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.dashboardimg{
	  content:url(../../img/dashboard.png);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.dashboardRolesImg{
	  content:url(../../img/dashboardroles.png);
	  margin-bottom: 0px;
	  width: 20px;
      height: 20px;
}
.studyimg{
	  content:url(../../img/study.png);
	      margin-bottom: 0px;
	      width: 20px;
    height: 20px;
}
.dynamic-popover.dx-popup-wrapper > .dx-overlay-content {
	border: 2px solid #ff7f27 !important;
}
.dynamicPopoverTitle {
	border-bottom: 1px solid #808080;
	padding-bottom: 5px;
	font-style : italic;
	padding-left: 5px;
}
.dynamicPopoverGrid {
	padding: 5px;
}
.dynamicPopoverGrid .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-vertical{
	display:none;
}
textarea {
	resize: vertical;
}
.dx-toolbar-compact {
    float: right !important;
    margin-right: 100%;
}
.generateReportLoadingParent {
	z-index: 100;
	background-color:#fff;
	position : fixed;
	opacity : 0.8;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.generateReportLoading {
	position: fixed;
	margin: 10%;
	font-weight: bold;
}
.generateReportLoading:after {
  display: inline-block;
  animation: dotty steps(1,end) 2s infinite;
  content: '';
}

@keyframes dotty {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}
.dx-datagrid .dx-datagrid-rowsview .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-vertical .dx-scrollable-scroll-content {
	display: none;
}
#scrollbardisplay .dx-datagrid .dx-datagrid-rowsview .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-vertical .dx-scrollable-scroll-content {
	display: block;
}
@media only screen and (max-width: 1024px) {
    .x-navigation {
        max-height: 0px;
        /* background-image: linear-gradient(to right, #157BA2,#6dd5ed);
        background-image: -moz-linear-gradient(to right, #157BA2,#6dd5ed); */
        background: #428bca;
    }
    .xn-logo {
        /* background-image: linear-gradient(to right, #157BA2,#6dd5ed);
        background-image: -moz-linear-gradient(to right, #157BA2,#6dd5ed); */
        background: #428bca;
    }
    .top-nav-bar-100 {
    	width: 100% !important;
    }
    .top-nav-resp-bg {
        /* background: #5FA7C2; */
        background: #428bca;
        padding-left: 3px !important;
        font-size: 12px !important;
        margin-top: 0px !important;
        height: unset !important;
    }
    .xn-width-60 {
        width: 60% !important;
        height: 65px;
        margin-top: 5px;
    }
    .xn-width-50 {
        width: 50% !important;
        height: 65px;
        margin-top: 5px;
    }
    .xn-width-10 {
        width: 10%!important;
        /* background: #5FA7C2; */
        background: #428bca;
    }
    .xn-width-40 {
        width: 40% !important;
        height: 65px;
        margin-top: 5px;
    }
    .x-navigation li > a .fa, .x-navigation li > a .glyphicon {
        color: white;
    }
    .x-navigation.x-navigation-panel{
        max-height: 130px;
    }
    .page-container .page-content .page-sidebar {
        margin-top: 0px !important;
        
    }
	/*.dx-popup-bottom .dx-toolbar-items-container {
        width: 250px;
        margin-left: auto;
    } */
    .dx-toolbar .dx-texteditor {
        width: 150px !important;
    }
/*     .dx-overlay-wrapper:not(.dx-selectbox-popup-wrapper):not(.dx-datebox-wrapper) .dx-overlay-content.dx-popup-normal .dx-popup-content {
        height: 500px !important;
    } */
    .mediaLeftMenu .dx-overlay-content.dx-popup-normal .dx-popup-content {
    	height: 500px !important;
    }
    .xn-margin-top-60 {
        margin-top: 60px;
    }
    .dx-field-item-label-content{
   		max-width: 200px;
   		white-space: normal;
	}
	.leftmenu1 {
		display: none !important;
	}
	.margin-270 {
		margin-left: 0px !important;
	}
	.margin-50 {
    	margin-left: 0px !important;
	}
	.page-body-top {
		margin-top: 60px !important;
	}
	.dashboard-leftmenu {
		width: 100% !important;
	}
	.media-left-nav {
		overflow: visible !important;
	}
	.media-tree-view.dx-treeview .dx-treeview-node {
		background: white !important;
	}
	.notificationPopup  .dx-overlay-content {
		width: 80% !important;
	}
	.sub-left-add-sub-popup .dx-overlay-content {
		width: 80% !important;
	}
	.sub-left-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.sub-left-waiver-q-popup  .dx-overlay-content {
		width: 90% !important;
	}
	.sub-left-random-popup .dx-overlay-content {
		width: 90% !important;
	}
	.study-site-personal-popup .dx-overlay-content {
		width: 80% !important;
	}
		.choose-study-popup .dx-overlay-content {
		width: 80% !important;
	}
	#add_to_me1 {
		width: 100% !important;
	}
	#add_to_me2 {
		width: 100% !important;
	}
	#add_to_me3 {
		width: 100% !important;
	}
	.study-tasks-filter-icon {
		float: left !important;
		margin-top:0% !important;
	}
	.study-tasks-filter-select {
		margin-left: 5% !important;
	}
	.tasks-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.tasks-user-popup .dx-overlay-content {
		width: 80% !important;
	}
	.task-template-popup .dx-overlay-content {
		width: 80% !important;
	}
	.task-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.task-msg-popup .dx-overlay-content {
		width: 80% !important;
	}
	.dynamic-popover .dx-overlay-content {
		width: 700px !important;
	}
	.milestone-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.milestone-template-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-milestone-filter-icon {
		float: left !important;
		margin-top:0% !important;
	}
	.study-milestone-filter-select {
		margin-left: 5% !important;
	}
	.milestone-task-popup .dx-overlay-content {
		width: 80% !important;
	}
	.milestone-task-user-popup .dx-overlay-content {
		width: 80% !important;
	}
	.event-reporting-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.event-reporting-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.protocol-deviation-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.milestone-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.protocol-deviation-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.protocol-deviation-doc-popup .dx-overlay-content {
		width: 80% !important;
	}
	.trainings-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.training-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.product-or-kit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.drug-lot-popup .dx-overlay-content {
		width: 80% !important;
	}
	.inventory-request-popup .dx-overlay-content {
		width: 80% !important;
	}
   .study-sites-popup .dx-overlay-content {
		width: 80% !important;
	}
	.non-ip-inventory-popup .dx-overlay-content {
		width: 80% !important;
	}
	.dispose-or-return-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-site-personnel-popup .dx-overlay-content {
		width: 80% !important;
	}
	.personnel-training-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-site-document-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-site-account-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-subject-visit-info-edit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-sub-visit-right-panel {
		margin-top:0% !important;
	}
	.reScheduleVisitPopup .dx-overlay-content {
		width: 80% !important;
	}
	.study-sub-visit-doc-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-sub-visit-schedule-popup .dx-overlay-content {
		width: 80% !important;
	}
	.dispose-or-return-popup .dx-overlay-content {
		width: 80% !important;
	}
	.milestone-task-delete-popup .dx-overlay-content {
		width: 80% !important;
	}
	.event-safety-reporting-subject-popup .dx-overlay-content {
		width: 80% !important;
	}
	.event-safety-reporting-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.event-safety-reporting-reporter-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.view-history-popup .dx-overlay-content {
		width: 80% !important;
	}
	.ip-package-popup .dx-overlay-content {
		width: 80% !important;
	}
	.shipped-from-address-popup .dx-overlay-content {
		width: 80% !important;
	}
	.shipment-return-address-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-site-accounts-popup .dx-overlay-content {
		width: 80% !important;
	}
	.voucher-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advances-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-books-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-books-pay-advance-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-books-approve-invvoice-popup .dx-overlay-content {
		width: 80% !important;
	}
	.media-reportable {
		margin-top: 0% !important;
		margin-left: 0% !important;
	}
	.other-milestone-search {
		margin-left: 0% !important;
		margin-top: 0% !important;
	}
	.task-site-select {
		margin-left: 0% !important;
	}
	.task-country-select {
		margin-left: 0% !important;
	}
	.event-safety-site-select {
		margin-left: 0% !important;
	}
	.event-safety-country-select {
		margin-left: 0% !important;
	}
	.event-safety-delete-popup .dx-overlay-content {
		width: 80% !important;
	}
	.protocol-deviation-site-select {
		margin-left: 0% !important;
	}
	.protocol-deviation-country-select {
		margin-left: 0% !important;
	}
	.raise-inventory-request-select {
		margin-left: 0% !important;
	}
	.dispose-or-return-inventory-select {
		margin-left: 0% !important;
	}
	.receive-inventory-select {
		margin-left: 0% !important;
	}
	.non-ip-inventory-select {
		margin-left: 0% !important;
	}
	.inventory-site-summary-select {
		margin-left: 0% !important;
	}
	.ip-accountability-select {
		margin-left: 0% !important;
	}
	.raise-advance-request-select {
		margin-left: 0% !important;
	}
	.raise-advance-request-input {
		width:100% !important;
	}
	.raise-invoice-request-input {
		width:100% !important;
	}
	.protocol-deviation-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.protocol-deviation-visit-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.training-filter-icon {
		float: left !important;
		margin-top:0% !important;
	}
	.training-filter-select {
		margin-left: 5% !important;
	}
	.training-site-select {
		margin-left: 0% !important;
	}
	.worklist-tasks-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-site-name {
		width: 95% !important;
	}
	.site-visit-site-name-search-btn {
		float: right !important;
		margin-top: -7% !important;
	}
	.site-visit-site-select {
		margin-left: 0% !important;
	}
	.site-visit-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.milestone-site-select {
		margin-left: 0% !important;
	}
	.task-assigned-to-input {
		width:90% !important;
	}
	.task-assigned-to-search-btn {
		float: right !important;
		margin-top: -7% !important;
	}
	.study-tasks-task-template-name-input {
		width:95% !important;
	}
	.study-tasks-task-template-name-search-btn {
		margin-top: -25px !important;
		float:right;
	}
	.event-safety-site-name-input {
		width:90% !important;
	}
	.event-safety-site-name-search-btn {
		margin-top: -7% !important;
		float:right;
	}
	.event-safety-sub-code-input {
		width:90% !important;
	}
	.event-safety-sub-code-search-btn {
		margin-top: -7% !important;
		float:right;
	}
	.event-safety-reporter-input {
		width:90% !important;
	}
	.event-safety-reporter-search-btn {
		margin-top: -7% !important;
		float:right;
	}
	.training-activities-training-name-input {
		width:92% !important;
	}
	.training-activities-training-name-search-btn {
		margin-top: -7% !important;
		float:right;
	}
	.site-monitoring-visit-filter-icon {
		float: left !important;
		margin-top:0% !important;
	}
	.site-monitoring-visit-filter-select {
		margin-left: 5% !important;
	}
	.site-visit-q-a-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-q-a-ranking-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-q-a-ranking-grid {
		height: auto !important;
		max-height: 350px !important;
	}
	.site-visit-tasks-filter-icon {
		float: left !important;
		margin-top:0% !important;
		margin-left:0% !important;
	}
	.site-visit-tasks-filter-select {
		margin-left: 5% !important;
	}
	.site-visit-noti-popup .dx-overlay-content {
		width: 80% !important;
	} 
	.site-visit-noti-del-popup .dx-overlay-content {
		width: 80% !important;
	} 
	.site-visit-view-doc-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-gen-rpt-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-participants-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-del-participant-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-user-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-task-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-add-doc-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-protocol-dev-del-doc-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-event-safety-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-event-safety-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-event-safety-sub-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-event-safety-reporter-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-doc-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-doc-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.product-or-kit-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.ship-inventory-site-search-btn {
		margin-top: -5% important;
		float:right;
	}
	.ship-inventory-site-input {
		width:90% !important;
	}
	.ship-inventory-detail-copy-addr-label {
		margin-left: 0% !important;
	}
	.sub-left-add-q-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-site-personal-name-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-doc-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-doc-sel-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-site-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-req-doc-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-doc-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-authority-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-site-sel-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-user-sel-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-submission-country-del-popup .dx-overlay-content {
		width: 50% !important;
	}
	.reg-submission-site-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-doc-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-doc-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-sub-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-user-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-auth-country-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.worklist-site-visit-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-submit-review-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-reviewer-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-approver-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-visit-review-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-visit-approve-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-complete-visit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-dynamic-submit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-check-sendletter-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-confirmation-letter-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-confirmation-letter-clob-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-followup-letter-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-followup-letter-clob-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visit-details-confirmation-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-visite-details-followup-popup .dx-overlay-content {
		width: 80% !important;
	}
	.col-media {
		float: left;
		width: 33%;
	}
	.qual-mngmnt-address-lbl {
		width:16%;
	}
	.qual-mngmnt-status-lbl {
		width:16%;
	}
	.qual-mngmnt-add-question-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-complete-review-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-questions-ranking-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-question-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-ranking-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-complete-review-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-user-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-del-questions-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-study-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-study-qual-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-add-study-expenses-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-question-grid-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-personnel-reviewer-name {
		width: 80%;
	}
	.qual-mngmnt-reviewer-search-btn {
		float: right;
		margin-top: -4% !important;
		width: 20%;
	}
	.principal-invest-add-study-expenses-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-study-expense-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-gen-report-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-city-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-state-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-country-popup .dx-overlay-content {
		width: 80% !important;
	}
	.principal-invest-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-add-study-expenses-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-site-search-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-add-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-city-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-shipment-city-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-state-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-shipment-state-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-country-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-shipment-country-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-study-expense-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-gen-report-popup .dx-overlay-content {
		width: 80% !important;
	}
	.site-qual-audit-popup .dx-overlay-content {
		width: 80% !important;
	}
	.reg-sbmission-site-name {
		width: 90%;
	}
	.reg-submission-site-search-btn {
		float: right;
		margin-top: -4% !important;
	}
	.reg-submission-auth-name {
		width: 90%;
	}
	.reg-submission-auth-name-search-btn {
		float: right;
		margin-top: -4% !important;
	}
	.site-qual-site-name {
		width: 90%;
	}
	.site-qual-site-name-search-btn {
		float: right;
		margin-top: -6% !important;
	}
	.site-visit-add-tasks-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-add-study-exp-codes-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-ques-grid-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-ques-grid-ranking-popup .dx-overlay-content {
		width: 80% !important;
	}
	.qual-mngmnt-ques-grid-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-del-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-gen-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-draft-rpt-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-detail-account-popup .dx-overlay-content {
		width: 80% !important;
	}
	.study-advance-detail-status-popup .dx-overlay-content {
		width: 80% !important;
	}
	.custom-reports-protocol-dev-gen-add-sty-doc1-popup  .dx-overlay-content{
		width: 80% !important;
	}
	.custom-reports-protocol-dev-prmy-key-cmt-popup  .dx-overlay-content{
		width: 80% !important;
	}
	.custom-reports-protocol-dev-gen-rpt-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-questionnaire-template-study-site-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-questionnaire-template-copy-template-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-questionnaire-template-delete-site-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-letter-questions-update-ranking-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-letter-questions-document-delete-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-task-template-add-account1-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-task-template-delete-task-template-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-study-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-site-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-phase-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-visit-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-add-study-invoice-template-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-study-invoice-template-delete-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-expense-codes-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-milestone-template-delete-study-milestones-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-milestone-template-delete-delete-task-template-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-milestone-template-add-study-milestones-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-milestone-template-add-account1-popup .dx-overlay-content{
		width: 80% !important;
	}
	.templates-invoice-template-site-field {
	    width: 80% !important;
	}
	.templates-invoice-template-study-field{
	    width: 80% !important;
	}
	.templates-invoice-template-site-label{
	    width: 80% !important;
	}
	.templates-invoice-template-expense-search-btn{
		float: right;
		margin-top: -45px !important;
	}
	.templates-invoice-template-expense-field-name{
	    width: 90% !important;
	}
	.templates-invoice-template-visit-search-btn{
		float: right;
		margin-top: -45px !important;
	}
	.templates-invoice-template-visit-field-name{
	    width: 90% !important;
	}
	.templates-invoice-template-questions-update-ranking-popup .dx-overlay-content{
	    width: 80% !important;
	}
	.templates-invoice-template-questions-template-questions-popup .dx-overlay-content{
	    width: 80% !important;
	}
	.templates-invoice-template-questions-delete-template-questions-popup .dx-overlay-content{
	    width: 80% !important;
	}
	.reports-report-generate-popup .dx-overlay-content{
	width: 80% !important;
	}
	.qual-mngmnt-study-qualification-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.qualif-mngmnt-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.principal-invest-site-name{
		width: 95% !important;
	}
	.principal-invest-site-name-search-btn {
		float: right !important;
		/*margin-top: -15% !important;*/
	}
	.site-questions-submit-reviewer-name{
		width: 90% !important;
	}
	.site-questions-submit-reviewer-name-search-btn {
		float: right !important;
		/*margin-top: -15% !important;*/
	}
	.study-admin-create-study-add-study-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-sponser-site-popup .dx-overlay-content{
	width: 80% !important;
	}
    .study-admin-create-study-study-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-user-privilege-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-add-site-master-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-city-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-shipment-city-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-state-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-shipment-state-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-country-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-shipment-country-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-audit-data-popup .dx-overlay-content{
	width: 80% !important;
	}	
	.study-admin-study-protocols-add-personal-popup .dx-overlay-content{
	width: 80% !important;
	}
    .study-admin-study-protocols-assign-studies-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-personal-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-country-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-site-search-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-option-user-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-add-study-document-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-country-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-protocol-document-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-delete-protocol-deviation-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-add-protocol-deviation-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-site-search1-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-audit-data-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-pagefields-setup-add-account1-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-pagefields-setup-delete-task-template-popup .dx-overlay-content{
	width: 80% !important;
	}	
	.study-admin-flexifields-setup-add-account1-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-flexifields-setup-delete-task-template-popup .dx-overlay-content{
	width: 80% !important;
	}		
	.study-admin-create-study-add-study-export-config-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-add-study-export-config-delete-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-site-code-pattern-search-popup .dx-overlay-content{
	width: 80% !important;
	}	
	.study-admin-create-study-subject-code-pattern-search-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-create-study-validation-popup .dx-overlay-content{
	width: 80% !important;
	}
	.create-study-sponsore-name-search-btn{
		float: right !important;
		margin-top: -5% !important;
	}
	.create-study-sponsore-name{
		width: 90% !important;
	}
	.create-study-study-config-site-code-pattern-search-btn{
		float: right !important;
		margin-top: -5% !important;
	}
	.create-study-study-config-site-code-pattern{
		width: 95% !important;
	}
	.study-admin-study-protocol-search-study-label{
		width: 85% !important;
	}
	.study-admin-study-protocol-search-study-name{
		width: 85% !important;
	}
	.study-imp-exp-systems-study-site-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-systems-delete-site-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-scheduler-study-site-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-scheduler-user-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-scheduler-delete-site-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-imports-setup-study-site-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-imports-setup-user-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-imports-setup-delete-site-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-exports-setup-study-site-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-exports-setup-user-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-exports-setup-popup1-popup  .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-submitjob-user-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-submitjob-submit-immediate-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-submitjob-schedule-job-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-admin-study-protocols-document-warning-popup .dx-overlay-content{
	width: 80% !important;
	}
	.study-imp-exp-submitjob-document-warning-popup .dx-overlay-content{
	width: 80% !important;
	}
	.schedule-scheduler-repeat-intvl-label{
		float: left !important;	
	}
	.staging-page-import-staging-popup .dx-overlay-content{
	width: 80% !important;
	}
	.staging-page-view-log-popup .dx-overlay-content{
	width: 80% !important;
	}
	.submit-job-scheduler-repeat-intvl-field-name  {
	    width: 80% !important;
	}
	.submit-job-scheduler-repeat-interval-search-btn{
		float: right !important;
		/*margin-top: -5% !important;*/
	}
	.activities-milestones-delete-study-popup .dx-overlay-content{
	width: 80% !important;
	}
	.activities-milestones-assign-studies-popup .dx-overlay-content{
	width: 80% !important;
	}
	.activities-milestones-site-search-popup .dx-overlay-content{
	width: 80% !important;
	}
	.active-milestones-dependent-milestone-field-name {
	    width: 90% !important;
	}
	.active-milestones-dependent-milestone-name-search-btn{
		float: right !important;
		margin-top: -10% !important;
	}
	.active-protocol-deviation-subject-code-field-name {
	    width: 95% !important;
	}
	.active-protocol-deviation-subject-code-name-search-btn{
		float: right !important;
		margin-top: -12.5% !important;
	}
	.active-protocol-deviation-visits-field-name {
	    width: 95% !important;
	}
	.active-protocol-deviation-visits-name-search-btn{
		float: right !important;
		margin-top: -12.5% !important;
	}
	.active-milestones-task-assigned-to-name-field-name {
	    width: 90% !important;
	}
	.active-milestones-task-assigned-to-name-search-btn{
		float: right !important;
		margin-top: -8.5% !important;
	}
	.study-subject-visit-info-environment-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-add-question-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-visit-search-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-docu-delete-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-subject-random-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-subject-dispn-ip-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-dosage-instruct-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-validation-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-add-dosage-detail-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-delete-dosage-detail-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-dispose-update-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-view-dispose-update-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-invaild-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-invalid1-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-subject-dispn-ip-view-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-waiver-submit-question-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-update-site-ectype-code-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-actual-visit-update-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-suject-waiver-question-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-delete-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-study-delete-for-futurevisit-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-update-comments-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-release-ip-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-docu-warning-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-user-preference-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-reset-admin-1-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-1223-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-timeout-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-app-title-edit-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-app-titlte-result-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-launch-app-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.page-content-media-left-menu-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-viewwaiver-status-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-informed-consent-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-addstudy-docu-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-update-subjectstatus-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-deletesite-personal-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-visit-info-right-side-document-warning-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.study-subject-left-enroll-popup .dx-overlay-content{
	 width: 80% !important;
	}
	.clinical-trail-study-sub-subject-firstname-field-name  {
	    width: 90% !important;
	}
	.clinical-trail-study-sub-subject-firstname-search-btn {
		float: right !important;
		margin-top: -7% !important;
	}
	.study-site-personnel-name-field-input{
		    width: 90% !important;
	}
	.study-site-personnel-name-field-search-btn {
		float: right !important;
		margin-top: -9% !important;
	}
	.study-site-training-name-field-input{
		    width: 90% !important;
	}
	.study-site-training-name-field-search-btn {
		float: right !important;
		margin-top: -8% !important;
	}
}
@media (max-width: 650px) {
	.top-nav-resp-bg {
		font-size: 8px !important;
		padding-right:0px !important;
	}
	.site-left-tab-status-popup .dx-overlay-content {
		width: 80% !important;
	}
	.dynamic-popover .dx-overlay-content {
		width: 500px !important;
	}
	.site-visit-site-name {
		width: 90% !important;
	}	
	.study-tasks-task-template-name-search-btn {
		margin-top: -38px !important;
		float:right !important;
	}
	.event-safety-site-name-search-btn {
		margin-top: -15% !important;
		float:right !important;
	}
	.product-or-kit-study-line {
		margin-top: 5% !important;
	}
	.ship-inventory-site-search-btn {
		margin-top: -15% important;
		float:right !important;
	}
	.reg-submission-study-line {
		margin-top: 5% !important;
	}
}
@media (max-width: 450px) {
	.top-nav-resp-bg {
		font-size: 7px !important;
		padding-right:0px !important;
	}
	.study-subjects-grid .dx-datagrid-rowsview .dx-datagrid-content .dx-datagrid-table colgroup col:nth-child(1),
	.study-subjects-grid .dx-datagrid-headers .dx-datagrid-content .dx-datagrid-table colgroup col:nth-child(1) {
		width: 100px !important;
	}
	.study-subjects-grid .dx-datagrid-rowsview .dx-datagrid-content .dx-datagrid-table colgroup col:nth-last-child(1),
	.study-subjects-grid .dx-datagrid-headers .dx-datagrid-content .dx-datagrid-table colgroup col:nth-last-child(1) {
		width: 80px !important;
	}
	.dynamic-popover .dx-overlay-content {
		width: 300px !important;
	}
	.study-tasks-filter-select {
    	margin-left: 10% !important;
	}
	.study-milestone-filter-select {
    	margin-left: 10% !important;
	}
	.training-filter-select {
		margin-left: 10% !important;
	}
	.site-monitoring-visit-filter-select {
		margin-left: 10% !important;
	}
	.site-visit-tasks-filter-select {
		margin-left: 10% !important;
	}
	.dx-toolbar .dx-texteditor {
    	width: 120px !important;
	}
	.study-site-personal-tab-panel {
		margin-top:0% !important;
	}
	.dx-popup-title.dx-toolbar .dx-toolbar-label {
    	font-size: 15px;
	}
	.qual-mngmnt-reviewer-search-btn {
		float: right !important;
		margin-top: -15% !important;
		width: 20% !important;
	}
	.reg-sbmission-site-name {
		width: 80% !important;
	}
	.reg-submission-site-search-btn {
		float: right;
		margin-top: -15% !important;
	}
	.reg-submission-auth-name-search-btn {
		float: right;
		margin-top: -15% !important;
	}
	.site-qual-site-name {
		width: 80% !important;
	}
	.site-qual-site-name-search-btn {
		float: right;
		margin-top: -15% !important;
	}
	.reg-submission-country-del-popup .dx-overlay-content {
		width: 85% !important;
	}
	.site-visit-level-site {
		width: 100% important;
	}
	.site-visit-gen-rpt-popup .dx-overlay-content {
		width: 85% !important;
	}
	.principal-invest-site-name-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.principal-invest-site-name {
		width: 80% !important;
	}
	.create-study-sponsore-name-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.create-study-sponsore-name {
		width: 80% !important;
	}
	.create-study-study-config-site-code-pattern-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.create-study-study-config-site-code-pattern {
		width: 80% !important;
	}
	.site-questions-submit-reviewer-name-search-btn{
		float: right !important;
		margin-top: -15% !important;
	}
	.site-questions-submit-reviewer-name{
		width: 80% !important;
	}
	.custom-reports-infrmd-consents-sub-status-search-btn {
		float: right !important;
		margin-top: -8.5% !important;
	}
	.custom-reports-infrmd-consents-sub-status-field {
		width: 80% !important;
	}
	.study-advance-acount-search-btn {
		padding-top: 0px !important;
	}
	.study-advance-account-details {
		width: 80% !important;
	}
	.study-advance-detail-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.study-advance-detail-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.scheduler-scheduler-repeat-interval-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.custom-report-popups {
		float: left !important;	
	}
	.templates-invoice-template-expense-field-name {
	    width: 80% !important;
	}
	.templates-invoice-template-visit-field-name {
	    width: 80% !important;
	}
	.schedule-scheduler-repeat-intvl-field-name  {
	    width: 80% !important;
	}
	.submit-job-scheduler-repeat-interval-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.site-visit-site-name-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.active-milestones-dependent-milestone-field-name {
	    width: 80% !important;
	}
	.active-milestones-dependent-milestone-name-search-btn{
		float: right !important;
		margin-top: -25% !important;
	}
	.active-protocol-deviation-subject-code-field-name {
	    width: 85% !important;
	}
	.active-protocol-deviation-subject-code-name-search-btn{
		float: right !important;
		margin-top: -22% !important;
	}
	.active-protocol-deviation-visits-field-name {
	    width: 85% !important;
	}
	.active-protocol-deviation-visits-name-search-btn{
		float: right !important;
		margin-top: -22% !important;
	}
	.task-assigned-to-search-btn {
		float: right !important;
		margin-top: -15% !important;
	}
	.study-site-personnel-name-field-input{
		    width: 75% !important;
	}
	.study-site-personnel-name-field-search-btn {
		float: right !important;
		margin-top: -17% !important;
	}
	.study-site-training-name-field-input{
		    width: 83% !important;
	}
	.study-site-training-name-field-search-btn {
		float: right !important;
		margin-top: -17% !important;
	}
	.task-assigned-to-input {
		width:85% !important;
	}
	.event-safety-site-name-input {
		width:85% !important;
	}
	.event-safety-sub-code-input {
		width:85% !important;
	}
	.event-safety-reporter-input {
		width:85% !important;
	}
	.study-tasks-task-template-name-input {
		width:85% !important;
	}
	.training-activities-training-name-input {
		width:85% !important;
	}
	.clinical-trail-study-sub-subject-firstname-field-name  {
	    width: 75% !important;
	}
	.clinical-trail-study-sub-subject-firstname-search-btn {
		float: right !important;
		margin-top: -18% !important;
	}
	.page-content-time-zone-field-label{
			float: left !important;
	}
	.training-activities-training-name-search-btn {
		margin-top: -15% !important;
		float:right !important;
	}
	.event-safety-sub-code-search-btn {
		margin-top: -15% !important;
		float:right !important;
	}
	.event-safety-reporter-search-btn {
		margin-top: -15% !important;
		float:right !important;
	}
}

.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}
colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('data:image/png;base64,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');
  cursor: crosshair;
  float: left;
}
colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
colorpicker-saturation i::after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
colorpicker-hue {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=');
}
colorpicker-alpha {
  display: none;
}
colorpicker-alpha,
.colorpicker-color {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=');
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}
.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha colorpicker-alpha {
  display: block;
}
.colorpicker.dropdown {
  position: absolute;
}
.colorpicker.colorpicker-fixed-position {
  position: fixed;
}
.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}
.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}
.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}
.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}
.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}
.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}
.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}
.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}
colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}