#preCacheImages {
    background-image: url('../../images/user-account-selected_24X24.png');
}

#mainDiv {   
    border-radius: 4px;    
    background-color: #fff;
    width: 97%;
    min-height:150px;
    min-width : 790px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.35);
}

.hideBackButtonCss {
    display: inline-block;
    width: 30px;
}

.showBackButtonCss {
    display: inline-block;
    width: 80px;
}

.userAccountImage {
    background-image: url('../../images/user-account_24X24.png');
    background-position:left;
    background-repeat: no-repeat;    
    cursor: default;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom:2px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block; 
    vertical-align: middle;    
}
 .userAccountImage:hover {
    background-image: url('../../images/user-account-selected_24X24.png');
    background-position:left;
    background-repeat: no-repeat;
}

.downArrow
{
	background-image: url('../../images/PS icons/up down arrow/ic_down_141414/ic_down_141414_12.png');background-position:right;background-repeat: no-repeat; padding-right:20px;
}

 .userAccountImage > .dropdown > a {
    cursor: pointer;
    color: #000000;
}
.userAccountImage:hover > .dropdown > a {
    color: #2bc0e4;
}
.userAccountImage:hover > .dropdown > .downArrow {
    background-image: url('../../images/PS icons/up down arrow/ic_down_2BC0E4/ic_down_2BC0E4_12.png');background-position:right;background-repeat: no-repeat;
}

.helpManual {
    background-image: url('../../images/help_24X24.png');
    background-position:center;
    background-repeat: no-repeat;    
    padding-left: 30px;
    vertical-align: middle;
    display: inline-block; 
    vertical-align: middle;  
    height:30px; 
    cursor : pointer;
}

.helpManual:hover {
    background-image: url('../../images/help-selected_24X24.png');
}

html {
    min-height : 100%;
}

body {
	background: #6A8998;
	/*
	 #6A8998 = rgba(106,138,153,1)
	 #FDF7F2 = rgba(253,247,242,1)
	 */
    background: -webkit-linear-gradient( rgba(106,138,153,1), rgba(253,247,242,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( rgba(106,138,153,1), rgba(253,247,242,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( rgba(106,138,153,1), rgba(253,247,242,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(106,138,153,1), rgba(253,247,242,1) ); /* Standard syntax (must be last) */
    background-attachment: fixed;
    font-family: "Open Sans", Tahoma;
    font-size: 12px;
    background-repeat: repeat-x;
    height: 100%;
/*     min-height: 500px; */
}

a span {
    /*font-size: 16px;*/
    /*vertical-align: middle;*/ 
    /*color:#616161;*/
    cursor: pointer;
}

a, a:hover,a:link {
    text-decoration:none;
    color:#616161;
}
a:focus {
    outline: none;
}
header {
    background-color: #fff;
/*  border-radius: 10px;    */
    padding: 0px 20px;
    /* min-height: 80px; */
    width:100% !important;;
    min-width:790px;
}
.dashboard-menu ul {
    margin-top: 10px;
    padding-left: 0px;
    
}

.dashboard-menu a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 14px;
}

.dashboard-menu a:hover {
    background-image: url('../../images/headerMenuBarGrey.png');
    background-position: center bottom;
    background-repeat: no-repeat;    
    cursor: hand;
	background-size: 100% 8px;
	padding-bottom:10px; 
	color:#141414;
}
.dashboard-menu-active
{
	background-image: url('../../images/headerMenuBarBlue.png') !important;
    background-position: center bottom;
    background-repeat: no-repeat;    
    cursor: pointer;
	background-size: 100% 8px;
	padding-bottom: 10px;  
	color: #141414 !important;
}
.dashboard-menu ul li{   
    display: inline-block;
    float: left;    
    /*padding-bottom: 10px;*/    
    text-align: center;  
    margin-left : 5px;
    margin-right : 5px;  
}

.dropdown-menu li a 
{
    padding : 5px 10px;
}

.dashboard-menu ul li a {
   /* padding-left: 5px;
    padding-right: 5px;*/
    padding-bottom: 10px;
}
.dropdown .dropdownElement {
    font-size: 12px;
}

.spacer
{
	/*margin-top:5px;*/
	height  : 20px;
}

.alert-browser-warning {
	padding-left: 15px;  
	padding-right: 15px;
	display: inline-block;
	background-color: #f5f5f5;
	color: black; 
	border: 1px solid #c8c8c8;
	text-align: center; 
	font-size: 13px;
}

.logo-outer
{
    height: 100%;
}

/*.logo-inner
{
    vertical-align:middle;
}*/

.logo-helper 
{
	height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.logo
{
	max-width: 100%;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin{
    margin-left: 0px;
    margin-right: 0px;
}

.dashboard-page-header{
	border-bottom: 1px solid #dddddd;
}

.dashboard-page-header ol.breadcrumb{
	margin-bottom: 0px; 
	background-color: #fff;
}

.dashboard-page-header ol.breadcrumb li{
	font-size: 16px; 
	font-weight: bold;
}

#menulistwrapper
{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

#list
{
    list-style:none;
    position:relative;
    left:50%;
}

#list li{float:left;position:relative;}/* ie needs position:relative here*/

#list a
{
    text-decoration:none;
    float:left;
    text-align:center;
    white-space:nowrap;
}

.Button-Primary
{
    height : 40px;
    width : auto;
    min-width: 110px;
    padding : 0px 15px;
    background-color : #2bc0e4;
    color : #ffffff;
    font-size : 13px !important;
    border : 1px solid #2bc0e4;
    border-radius : 10px; 
    cursor : pointer;
    outline : none;
}

.Button-Secondary
{
    height : 40px;
    width : auto;
    min-width: 110px;
    padding : 0px 15px;
    background-color : #FFFFFF;
    color : #616161;
    font-size : 13px !important;
    border : 1px solid #2bc0e4;
    border-radius : 10px; 
    cursor : pointer;
    outline : none;
}

 .nav>li>a:focus, .nav>li>a:hover
 {
     background-color : #fff !important;
 }
 
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover 
 {
     background-color : #fff !important;
 }
 
 .userAccountImage .dropdown-menu>li>a:focus, .userAccountImage .dropdown-menu>li>a:hover 
 {
     background-color : #F5F5F5 !important;
 }
 
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover
 {
     background-color : #fff !important;
 }
 
 .navbar
 {
     margin-bottom : 0px !important;
 }


.moremenu
{
    display: inline-block;
    
}


 .moremenu  > a {
    cursor: pointer;
    color: #000000;
}
.moremenu:hover  > a {
    color: #2bc0e4;
}
.moremenu  > ul li a{
    color:#616161;
    font-size:12px;
    padding:5px 10px;
}
.moremenu  > ul li a:hover{
    background-color:#F5F5F5 !important;
}


.link.download-link {
    background-image: url('../../images/ic_download_default.png');
    background-position: left center;
    background-repeat: no-repeat;    
    cursor: pointer;   
    padding-left:25px;
}
.link.download-link:hover {
    background-image: url('../../images/ic_download_selected.png');
}

.actionbar {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    height:30px;
    padding-right:15px;
    padding-left:15px;
}

.row-normalized
{
	margin-left:0px;
	margin-right: 0px;
}
.col-normalized
{
    padding-left:0px;
    padding-right: 0px;
}
.container-normalized
{
    width: 100%;
    padding: 0px;
    height: 100%;
}
.activityTableElement
{
    color: #616161;  
    text-decoration: none;
    
}
.activityTableElement>td>span {
    display: block;
    padding:10px;
}

.activityTableElement>td>a {
    display:block;
    padding:10px;
    
}
.activityTableElement .link:hover {
    color: #50cce3; 
  
}
.activityTableElement:hover .link {
    color: #141414; 
  
}
.activityTableElement:hover span {
    color: #141414; 
}

.activityTableElement span.date:hover
{ 
    color: #616161;
}

.activityTableElement > td > a.link.activityLink
{
    margin-left: 10px;
}
.activityTableElement > td > a.link.activityLink.unauthorizedActivity
{
    background-image: url('../../images/unauthorised-activity_16X16.png');
    background-position:center left;
    background-repeat: no-repeat;    
	background-size: 16px 16px;
    padding-left: 20px;
}
.activityTableElement > td > a.link.activityLink.authorizedActivity
{
    padding-left: 20px;
}

.activityTableElement:hover span.date
{ 
    color: #616161;
}
.text-type-muted {
    color: #9B9B9B;
}
.text-type-muted:hover {
    color: #9B9B9B;
}
.custom-table-1
{
    width: auto;
    max-width:auto;
    margin: 15px 30px;
}

.date {
      font-size: 10px;
      color: #616161;
      white-space : nowrap;
}

.link {
    cursor: pointer;
    color: #616161;
}
.link:hover,.link:focus {
    color: #50cce3;
}
.text-activity-heading {
    font-size: 13px;
    font-style:normal;
    font-weight:600;
    text-align:left;
    color: #616161;
}
.text-activity-heading:hover {
    color: rgb(39,64,70);
}

.label-muted {
    padding-right:2px;
}
.text-type-normal {
    color: #616161;
}
.text-type-normal:hover {
    color: #616161;
}
.text-type-highlight {
    color: #616161;
}
  
.text-type-heading {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #616161;
}
.text-type-heading:hover {
    color: rgb(39,64,70);
}

.viewPermissions {
    background-image: url('../../images/view-permissions_16X16.png');
    background-position:center left;
    background-repeat: no-repeat;    
	background-size: 16px 16px;
    padding-left: 20px;
    padding-right: 17px;
    text-align: left;
    
}
.viewPermissions:hover,.viewPermissions:focus {
    background-image: url('../../images/view-permissions-selected_16X16.png');   
}

.paddingLeft16 {
    padding-left: 16px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.displayInlineBlock {
    display: inline-block;
    vertical-align : middle;
}

.moreOperationsMenu
{
    display: inline-block;
}

 .moreOperationsMenu  > a {
    cursor: pointer;
    color: #000000;
}
.moreOperationsMenu:hover  > a {
    color: #2bc0e4;
}
.moreOperationsMenu  > ul li a{
    color:#616161;
    font-size:12px;
    padding:5px 10px;
    width:100%;
	display:flex;
}
.moreOperationsMenu  > ul li a:hover{
    background-color:#F5F5F5 !important;
}

.paddingLeft10 {
    padding-left: 10px;
}

/**********************************/
.dashboard-table 
{
	word-break : break-all;
}

.dashboard-table tbody {
    border-bottom: 1px dashed #CCCCCC;
}
.table.dashboard-table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        padding-top : 5px;
        padding-bottom : 15px;
}

.th-type-1 .ascending, .ascending:hover {
    background-image: url('../../images/chevron-down_16X16.png');
    background-position:center right;
    background-repeat: no-repeat;    
    cursor: pointer;
	background-size: 16px 16px;
    padding-right: 20px;
}

.th-type-1 .descending , .descending:hover {
    background-image: url('../../images/chevron-up_16X16.png');
    background-position:center right;
    background-repeat: no-repeat;    
    cursor: pointer;
	background-size: 16px 16px;
    padding-right: 20px;
}
.table.dashboard-table > tbody > tr > td{
    padding:0px;
    //padding-right:0px;
    vertical-align: middle;
}
.date {
      font-size: 10px;
}
/* PILLS and labels-dasboard are required for pagination */
.nav-pills .label-dashboard a, .nav-pills .label-dashboard-selected a, .nav-pills .label-dashboard-selected a:hover {
    border-radius: 15px;    
    font-weight: normal;  
    height: 30px;
    padding: 6px 15px;   
    text-decoration: none;
}

.nav-pills .label-dashboard a{   
    background-color: #ebf3f4;     
    color: #616161;
    border: 1px solid transparent; 
 }
 
 .nav-pills .label-dashboard a:hover{   
    background-color: #d9e9e9;
    cursor:pointer;  
    border: 1px solid #cbcbcb;      
 }
 
 .nav-pills .label-dashboard-selected a, .nav-pills .label-dashboard-selected a:hover, .nav-pills .label-dashboard-selected a:focus{      
    background-color: #ffc107;     
    color: #fff;       
 }
 .filterItem{
    margin-top: 10px;   
}

.filterItemWithBorder{
	
	 margin-top: 15px;
     padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.th-type-1{
    color: #141414;
}

.th-type-2{
    color: #898989;
}

.th-type-2:hover{
    color: #141414;
}
.th-type-3,.th-type-3:hover {
    color: #898989 !important; 
}
.table-hover.dashboard-table tbody tr:hover td, .table-hover.dashboard-table tbody tr:hover th {
  background-color: #f5f5f5;
}

.table.dashboard-table > thead > tr > th,
.table.dashboard-table > tbody > tr > th,
.table.dashboard-table > tfoot > tr > th,
.table.dashboard-table > thead > tr > td,
.table.dashboard-table > tbody > tr > td,
.table.dashboard-table > tfoot > tr > td {
    border-top-style: dashed;
}


.hideDashedLine
{
	border-top-style: none !important;
}


 #page-selection {
	float : left;
}
#total-records {
	line-height : 30px;
	margin-left : 30px; 
	float : left;
}
.pagination {
    
    margin:0px;  
}

.pagination li a {
    color : #616161;
    float : left;
    padding : 5px 10px;
    text-decoration : none;
    margin : 0 4px;
    border-radius : 50%;
    height : 30px;
    min-width : 30px;
    text-align : center;
    border: 1px solid white; 
    
}
.pagination li.disabled a{
    border: 1px solid white; 
}
.pagination li.disabled a:hover{
      border-color:#ddd;
   background-color: #ddd;
}
.pagination li.disabled a:focus {
     border-color: white;
   background-color: white;
 }
.pagination li.active a, .pagination li.active{
    background-color : #2BC0E4;
    border-color : #2BC0E4;
    color : #ffffff;
}

.pagination li a:hover {
   color : #141414;
   border-color:#ddd;
   background-color: #ddd;
}
.pagination li.next a, .pagination li.prev a
{
    border-radius : 50%;
    height : 30px;
    min-width : 30px;
}
.pagination>.active>a:hover, .pagination>.active>a:focus
{
     background-color: #2BC0E4;
     border-color : #2BC0E4;
}

.btn.focus,
.btn:focus,
.btn.active.focus, 
.btn.active:focus,  
.btn:active.focus, 
.btn:active:focus {
    outline : none;
}

.placeholderLabel
{   
    font-weight: normal !important;
    color : #616161;
    font-size : 10px;
}

.searchbox-button{
    border-radius: 15px;
    height: 29px;
    background-color: #d9e9e9;
    border: 1px solid transparent;    
    padding-left: 24px; 
}

.input-group .searchbox-with-button:hover + .input-group-btn .btn {
  border: 1px solid #cbcbcb;
}

.input-group .searchbox-with-button:focus + .input-group-btn .btn { 
  border-color: #ffc107;
  border-left-color : #cbcbcb;
}

.input-group .searchBox-selected:hover + .input-group-btn .btn {
    border-color: #ffc107;
    border-left-color : #cbcbcb;
}

#datePicker label {
    display: inline;
}

#datePicker span {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.sidebar
{
	border-top-left-radius : 4px;
}

.recipient-selected, .owner-selected, .policy-selected
{
    border:1px solid #ffc107 !important; 
    background-color: #fff !important; 
    border-radius : 15px !important;
}

.Hidden {
	display: none;
}

.ImageWithPadding
{
	vertical-align:top;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    width: 1%;
}

.paddingBottom10BorderBottom{
	
	padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.nav-pills .label-dashboard, .nav-pills .label-dashboard-selected
{
    vertical-align: middle;
}

.row-eq-height 
{
    overflow:hidden;
}

.row-eq-height>div
{
    padding-bottom : 100%;
    margin-bottom : -100%;
}
.backLinkDiv
{
	width: 48px; 
	display: inline-block;
}
.link {
    cursor: pointer;
    color: #616161;
}
.link:hover, .link:focus {
    color: #50cce3 !important;
}

.nav-pills li a
{
	display: inline-block;
}

.nav-pills li {
    display: inline-block;
    margin-right:auto;
}

.backLink {
    background-image: url('../../images/chevron-left_20X20.png');
    background-position:center left;
    background-repeat: no-repeat;    
	background-size: 20px 20px;
    padding-left: 18px;
    cursor: pointer; 
   
}
.backLink:hover,.backLink:focus {
    background-image: url('../../images/chevron-left-selected_20X20.png');
}


.nav-pills .label-dashboard a, .nav-pills .label-dashboard-selected a {
    border-radius: 15px;    
    font-weight: normal;  
    height: 30px;
    padding: 6px 15px;   
    text-decoration: none;
    vertical-align: middle;
}

 .nav-pills .label-dashboard-selected a, .nav-pills .label-dashboard-selected a:hover, .nav-pills .label-dashboard-selected a:focus{      
    background-color: #ffffff;     
    color: #000000;   
    cursor:pointer;  
    border: 1px solid #ffc107;  
    vertical-align: middle;
 }
 
 .searchBox, .searchbox-with-button{
    width: 100%;
    border-radius: 15px;
    outline-style: none;
    padding: 5px;
    padding-left: 10px;    
    background-color:#d9e9e9;
    border: 1px solid transparent;
    color: #616161;
}

.searchbox-with-button {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 29px;
}

.searchBox:hover, .searchbox-with-button:hover {
    border: 1px solid #cbcbcb;    
}

.searchBox:focus, 
.searchBox:focus:hover, 
.searchbox-with-button:focus, 
.searchbox-with-button:focus:hover,
.searchBox-selected, 
.searchBox-selected:hover, 
.searchBox-selected:focus {
    border: 1px solid #ffc107;   
    background-color: #fff;
    color: #000000 !important; 
}

.searchButtonDecoration, 
.searchButtonDecoration:hover, 
.searchButtonDecoration:focus {
  border-color: #ffc107;
  border-left-color : #cbcbcb;
}
.marginLeftRight10
{
	margin-left: 10px;
	margin-right: 10px;
}

.datepicker{
    width: 100%;
    border-radius: 15px;
    outline-style: none;
    padding: 5px;
    padding-left: 30px;
    background-color:#d9e9e9;
    border: 1px solid transparent;
    cursor: pointer;
}

.datepicker:hover {
    border: 1px solid #cbcbcb;    
}

.datepicker-selected,.datepicker-selected:hover {
    border: 1px solid #ffc107;   
    background-color: #fff;
}

#datePicker div{
	width: 35%;
	min-width: 110px;
    display: inline-block;
}
.InfoTableV2 {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 10px;
}

.image_inside_input_cal {
    position:relative;
    padding:0;
    margin:0;
    cursor:pointer;
}

.image_inside_input_mag_gls {
    position:relative;
    padding:0;
    margin:0;
}

.input_img_cal {
    position:absolute;
    bottom:7px;
    left:10px;
    width:16px;
    height:16px;
}

.input_img_mag_gls{
    position:absolute;
    bottom:5px;
    right:10px;
    width:16px;
    height:16px;
}

 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616161;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #616161;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #616161;
}
:-moz-placeholder { /* Firefox 18- */
    color: #616161;
    opacity: 1;
}

.float-right {
	float:right;
}

.filter-caption {
	padding-top:5px;
	padding-bottom:10px;
	text-align:left;
}

.checkBoxSelectItem {
    visibility: hidden;
    padding-right:10px;
    margin:0px;
    display: inline-block;
    padding-bottom:0px !important;
    padding-left:5px;
}
.checkBoxSelectItem input[type="checkbox"]:CHECKED + label{
    visibility: visible;
}

.activityTableElement:hover .checkBoxSelectItem{
    visibility: visible;
}

.activityTableElement td a span
{
    font-size: 13px;
}

.processingDivRecords
{
    display: inline-block;
}

.processingDivRecords img
{
    width:24px;
    height:24px;
    margin-left: 5px;
    margin-bottom: 3px;
}
.jqueryDialogV5
{
    border-radius: 5px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);  
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2); 
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);   
}

.progressBar-box {
	margin: 10px 0px;	
}

.progressBar-box .progress {
    background-color: #c8c8c8;
    height: 2px;
}

.progressBar-box .progress-bar {
	background-color: #50CCE3;  
}

.link-with-border {
    font-family : 'Open Sans', Tahoma;
    color: #616161;
    text-decoration: none;
    background-image: linear-gradient(to right, #c3c3c3 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}

.link-with-border:hover, .link-with-border:focus {
    color: #50cce3;
    text-decoration: none;
    background-image: none;
    outline: none;
}

.Margin-Left-8{
	margin-left: 8px;
}
.headerTitle {
    font-size: 20px;
    color:#141414;
    font-weight:bold;  
}

.headerMobileDevice{
	text-align:center;
	display:none;
}

.signedInData{
   text-align:right;
   padding-top:20px;
} 


@media (max-width:768px)
{
    header{
        text-align:center;
    }
    .signedInData{
        text-align: center;
        padding-top: 6px;
        padding-bottom: 10px;
    }
}

input::-ms-clear 
{
    display: none;
}

.pagination > li.active
{
    border-radius:50%;
    width:30px;
}
.pagination > li.active > a
{
    margin-left:0px;
}

.pagination > li.active > a:hover
{
    color:white;
	cursor:default;
}