﻿/* Login page */
/*BACKGROUND SLIDER STYLES*/
.foto1, .foto2, .foto3, .foto4 {
    margin: 0px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=00);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -999;
}

.foto1 {
    background-image: url(/Content/uatp/images/slide-1.jpg);
}

.foto2 {
    background-image: url(/Content/uatp/images/slide-2.jpg);
}

.foto3 {
    background-image: url(/Content/uatp/images/slide-3.jpg);
}

.foto4 {
    background-image: url(/Content/uatp/images/slide-4.jpg);
}

/*-> Login page */

/******************************************************* CONTACTS page            ************************************/
.div-contact-owner {
    max-width:100%; 
    font-size: 12px;  
}

#contacts-outer .panel-heading.outer {
background-image: none;
    background-color: #fff;
}

#contacts-outer .panel-heading dl {
margin-bottom: 0;
}


/******************************************************** ACCOUNTS page            ************************************/
/* read only card prefix  */
.uatp .input-group-addon.code-prefix {
    /*padding-left:0;
    padding-right: 0;*/
    border-right: 1px solid #ddd;
}


/* **************************************STYLE NOTIFICATIONS ******************************************************/
div#notification-messages-writer {
    /* OLD
        display: block;
        clear: both;
        /*position: relative;
        top: 50px; /
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
    */

    display: block;
    clear: both;
    margin-bottom: 5px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    margin: 0 auto;
    
    background-color: #fff;
}

.div-notification-message-item-owner {
    display: block;
    clear: both;
    padding: 10px;
   /* margin-top: 5px;
    border-radius: 4px;*/
    opacity: 0.8;
    background: none;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

    .div-notification-message-item-owner.error {
        background-color: rgba(100%, 0%, 0%, 1);
    }

    .div-notification-message-item-owner.error:hover {
        cursor: pointer;
    }

    .div-notification-message-item-owner.warning {
        background-color: rgba(255, 194, 0, 1);
    }

    .div-notification-message-item-owner.warning:hover {
        cursor: pointer;
    }

    .div-notification-message-item-owner.info {
        background-color: rgba(255, 147, 0, 1);
    }

    .div-notification-message-item-owner.info:hover {
        cursor: pointer;
    }

    .div-notification-message-item-owner.success {
        background: none repeat scroll 0 0 rgba(0%, 60%, 0%, 1);
    }

    .div-notification-message-item-owner.success:hover {
        cursor: pointer;
    }

    /*.div-notification-message-item-owner:hover {
        cursor: pointer;
        color: black;
        background: none repeat scroll 0 0 rgba(99%, 99%, 99%, 1);
    }*/

.div-notification-message-item-inner {
}

.div-notification-message-title-owner {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 700 ;
    line-height: 20px;
    text-transform: uppercase;
}

.div-notification-message-title-inner {
}

.div-notification-message-body-owner {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 500;text-transform: capitalize;
    line-height: 18px;
    padding: 0.2%  5%;   /*5px 30px 5px 30px;*/
}

.div-notification-message-body-inner {
}

/* -> Style notifications */

/* PROFILE - MY ACCESS RANGE GROUPS */
.div-group-list form#formListGroupingsGrid,
.div-group-edit form#formGroupingsCreateGrid {
max-width: 100%;
}

/* REPORTS -TRANSACTION SEARCH, ADVANCED TRANSACTION SEARCH */

#r-ts #formTransactionsSearch .panel-body {
padding: 3%;
}

.clear {
    clear: both;
}

div.k-tooltip-content {
    vertical-align: middle;
}

body div.k-widget.k-tooltip {
    background-image: none;
    background-color: #606060;
    color: #fff;
    opacity: 0.7;
}

div.k-tooltip-content ul {
        text-align: left;
    }

.k-tooltip-content p {
    padding: 0px;
    text-align: left;
}

div.div-transaction-search-owner .toolbar {
    float: left;
}

/* narrower input boxes on From/To date fields */
#r-ts .load-dates-parent .k-datepicker,
.load-dates-parent .k-picker-wrap{
max-width: 184px;
}
.load-dates-parent .k-picker-wrap input {
min-width: 100px;
max-width: 150px;
}
.load-dates .btn.vertical {
min-width: 100px;
max-width: 184px;
margin-left: 15px;
}
.load-dates .btn.horizontal {
min-width: 100px;
max-width: 184px;
padding-top: 1px;
padding-bottom: 1px;
}

/*  Load last week/month links  may need IE9 flexbox fix if modernizer doesn't take care of it
    mobile won't wrap cols with this flex table setting justify-content: center;   horizontally 
.load-dates-parent {
   display: flex;   
   align-items: center;      
}*/

/*  labels on TransSearch form  font-size: 12px;*/
#r-ts #div-standart-transaction-search-owner label 
{
text-align: left;
padding-top: 0;
}
/* reduce bootstrap gutter width between date fields 
#r-ts form#formTransactionsSearch .load-dates-parent [class*="col-"]  {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }*/

.div_last-date-picker_owner.load-dates a.btn {
/*display: block;*/
}

/*.div_last-date-picker_owner {  
     display: block;
    position: absolute;
    left: 320px;
    top: -7px;
}*/


div.div-transaction-search-result-owner {
    padding: 10px 0px 10px 0px;
}

/* Medium devices Landscape tablets and medium desktops */ 
@media (min-width:992px) and (max-width:1199px) {
#r-ts .btn-block {
    display:inline-block;
}
}/** end MEDIUM to LARGE   */



/* REPORTS - Advanced Transaction Search */

/* div#div_condition-builder-owner {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 0px 0px;
}*/

/* Style condition query preview    Use bootstrap alert
div#div_condition-preview-owner {
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 5px 10px 5px 10px;
    border: 2px solid rgba(239, 239, 239, 1);
    border-radius: 5px;
}*/

    div#div_condition-preview-owner span.span_condition-preview-html {
    }

/* Style Condition Builder list  width: 752px;
div.div-condition-list-owner {
    display: block;  
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    border: 2px solid rgba(239, 239, 239, 1);
    border-radius: 5px;
} */

 /*div.div-condition-item-owner {
   display: block;
    float: left;  
    margin: 5px 0px 5px 0px;
}*/ 

/*use global link hover in main.css
    div.div-condition-item-owner:hover {
        background-color: #fafafa;
}*/
/*  this is preventing bootstrap wrapping cols properly
    div.div-condition-item-owner div.div-condition-item-groupoperation-owner,
    div.div-condition-item-owner div.div-condition-item-columntype-owner,
    div.div-condition-item-owner div.div-condition-item-operator-owner,
    div.div-condition-item-owner div.div-condition-item-value-owner {
        display: inline;
    }
*/
    /*using bootstrap instead
        div.div-condition-item-owner .remove-button {
        clear: none;
        width: auto;
    }*/

/*   doesn't do anything bootstrap doesn't do
    div.div-condition-list-owner div.seach-buttons-owner {
    clear: both;
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(239, 239, 239, 1);
    text-align: right;
}*/

/* result fields on AdvTransSearch ,  also the saved search list  

#r-ts .ul-display-columns {
    font-size: 12px;
}*/

/* Style column builder 
div#div-display-column-bilder-owner {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px 0px 0px;
}*/

div.div-display-column-bilder-inner {
    display: block;  
   padding: 0px 2px 5px 0px;   
    overflow-y: auto;
}

/*@media screen (min-width: 0px) and (max-width: 180px) 
{
        div.div-display-column-bilder-inner {
            width: 670px;
        }
}
@media screen (min-width: 180px)
{
        div.div-display-column-bilder-inner {
            width: 960px;
        }
}*/
/* ----------- adjusted nested columns grid and gutters ----------- 
#r-ts .div-condition-item-owner.form-group.adjust-gutter [class*="col-"] {
    padding-left: 1%;
    padding-right: 1%;
}*/

/* result fields on AdvTransSearch  - use bootstrap instead
ul.ul-display-columns {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
dl.ul-display-columns li:hover {
            background-color: rgba(239, 239, 239, 1);
            cursor: default;
        } */


/* Style issuer permissions   PRODUCTS & PERMISSIONS tables*/
/*  Admin Access tab in UserView*/
/* give header same margin as boxes*/
.table-admin-access .system-type-header {
    margin: 0% 1%;
}

div.div-system-type-item-owner div.div-system-type-item-admin-checkbox .k-checkbox-label {
    margin-left: 3px;
    font-size: 13px;
}

div.div-system-type-item-owner {  /* limit this to only those forms/pages that need it */
  margin: 1%;
    border: 1px solid #cccccc;
}
/*#formEditUserAdminAccess div.div-system-type-item-owner {
margin-left: 0%;
}*/

#uatp div.div-system-type-item-inner {
    display: block;
    padding: 10% 0%;
}

div.div-system-type-item-inner label {
    font-size: 16px;
}

div.div-product-types-owner,
div.div-modules-owner {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

div.div-module-cell-item-owner {
    display: block;
    float: left;
    margin-left: 1%;
    font:80%;
}

div.div-module-item-owner {
    margin-bottom: 1%;
}

div.div-module-item-owner label {
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 18px;
}

div.div-module-item-owner table tr[systemType=DataTools].selected td,
div.div-system-type-item-owner[systemType=DataTools].selected {
    background-color:#D1DCEF ;   /*#E0E4EF #5672B6; the purple from M in DataMine logo    was   #DFFFFA;*/
}

div.div-module-item-owner table tr[systemType=SubmissionTools].selected td,
div.div-system-type-item-owner[systemType=SubmissionTools].selected {
    background-color: #EFE0EB;    /* #BB1F8D;the pink/purple E in Dataview logo,   was #FFE3FF ;  */   
}

div.div-module-item-owner table tr[systemType=Product3].selected td,
div.div-system-type-item-owner[systemType=Product3].selected {
    background-color: #E0EFED;   /*#24AA96; the green from A in DataStream logo     was #FFEDE8;*/
}

div.div-module-item-owner table tr[systemType=Undefined].selected td{
    background-color: #F4EFFF;    /*was  #c9b2fe; IssuerAdminModule color  */
}

.tg {
border-collapse: collapse;
border-spacing: 0;
border-color: #ccc;
/*width: 475px;*/
font-family: Arial, sans-serif;
    font-size: 12px;
}

.tg td {
    
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}

.tg td input {
    text-align: center;
    vertical-align: middle;
}

.tg th {
    font-family: Arial, sans-serif;   
    font-weight: 600;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
}
/* 1st line of header */
table.tg tbody > tr:first-child > th:first-child {  
    font-weight: 700;
    font-size: 16px;
}

.tg .tg-4eph {
    background-color: #f9f9f9;  /* almostwhite,very faint red */
}
/* Style issuer permissions */

div.email-communication-test-email-container {
    width: 400px;
    float: left;
}

div.email-communication-label-container {
    float: left;
    margin-right: 0px;
}

div.email-communication-editor-container {
    float: right;
    width: 300px;
}

div.email-communication-main-container {
    height: 810px;
}

div.email-communication-kendo-editor-container {
    width: 400px;
    float: none;
}

div.email-communication-send-buttom-container {
    float: right;
    width: 300px;
}
/*
.email-communication-send-button {
    background-color: #59b957 !important;
}*/

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    height: auto;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}
/* Access Range setup tab  */
.access-range {
    padding: 2%;
}

#div-access-range-setup-owner {}

/* Issuer admin setup */
div.div-access-range-type-setup-owner {
    /*  display: block;
    float: left;
    clear: none;
   width: 420px;    JK non responsive, use bootstrap cols instead*/
}

div.div-access-range-grid-owner {
     /* display: block;
    float: left;
    clear: none;
   width: 680px; JK non responsive, use bootstrap cols instead  */
}

div.div-access-range-type-owner {
  /*  display: block;
    float: left;
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 5px; */
}

/* End Issuer admin setup */

/* Need is-disabled class for global environment */
.is-disabled {
    opacity: .5;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  use bootstrap classes for styling  */
a[data-readmore-toggle] {
 /*     display: inline-block;
    position: relative;
   background-color: #fff;   
       border: 1px solid #cccccc;
    padding: 5px 10px 5px 10px;*/  
}

a[data-readmore-toggle]:hover {
   /*    display: inline-block;
    position: relative;   
    text-decoration: none;
     color: #333333;      
       background-color: #e6f7ea; pale green bg
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;*/
}

.radio-button.active {
    background-color: #d4d4d4;  /*  #d9edf7;*/
}

.submit-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.validation-summary {
    color: red;
}