﻿   .blinking {
            font-weight: bold;
            animation: blinkingText 1.2s infinite;
        }

        @keyframes blinkingText {
            0% {
                color: #fb174f;
            }

            49% {
                color: #fb174f;
            }

            60% {
                color: transparent;
            }

            99% {
                color: transparent;
            }

            100% {
                color: #fb174f;
            }
        }

        @-webkit-keyframes blinkingText {
            0% {
                color: #fb174f;
            }

            49% {
                color: #fb174f;
            }

            60% {
                color: transparent;
            }

            99% {
                color: transparent;
            }

            100% {
                color: #fb174f;
            }
        }
.sublist{
     list-style: none;
     border-bottom: 0px solid #dadada !important; 
     border-left: 0px solid #dadada !important; 
     border-right: 0px solid #dadada !important;
     border-top: 0px solid #dadada !important;
     background: #fff; 
}
.main-header{
    font-weight: 500 !important;
    color: #3a5a78;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#myPartyPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}

#myCasePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myPlanPicker_myDataGrid a{
     text-decoration:none;
    cursor: pointer;
}
.picker_selected {
	background-color:#deecf7 !important;
	}

#myRequestPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myScenarioPicker_myDataGrid a {
    text-decoration:none;
    cursor: pointer;
}
#myScenarioPickerProposed_myDataGrid  a {
    text-decoration:none;
    cursor: pointer;
}
#myDocumentTemplatePicker_myDataGrid  a {
    text-decoration:none;
    cursor: pointer;
}
#mySoldCaseLetterPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myPortfolioPlanPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myUserPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}

#myPartyTypePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myRolePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myStatePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myBaseRulePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}

#myDealPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myContactPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myArrangementPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myBrokerCommissionSchedulePicker_myDataGrid  a{
    text-decoration:none;
    cursor: pointer;
}
#myBrokerCommissionScheduleTierPicker_myDataGrid   a{
    text-decoration:none;
    cursor: pointer;
}
#myRetentionTablePicker_myDataGrid   a{
    text-decoration:none;
    cursor: pointer;
}
#myRetentionTableRowPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myDefaultPortfolioPlanPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}

#myMultiselectPickInteractorAggregation > tbody > tr > td > label{
    font-weight:normal;
    padding:10px;
    font-size:15px;
}
#myPricingMethodPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myGRXApplicationStatePicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myPMPDecoratorPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myPricingMethodProvisionPicker_myDataGrid a{
    text-decoration:none;
    cursor: pointer;
}
#myProvisionGroupPicker_myDataGrid  a{
    text-decoration:none;
    cursor: pointer;
}
#myStateFilingPicker_myDataGrid  a{
    text-decoration:none;
    cursor: pointer;
}


.MPA > tbody > tr > td > label{
    font-weight:normal;
    padding:10px;
    font-size:15px;
}




.table > tbody > tr:hover > td {
    background-color: #fff !important;
    
}
.btn-group {
    margin-top: .25rem;
    margin-bottom: .25rem;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding-left:15px;
}
.error{
    color:red;
}
.success{
    color:#118654 !important;
    font-weight:bold;
}
.select-container {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1.3em !important;
 }
span.chkLabel{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal !important;
    color:black !important;
}
.message-soft {
    position: relative;
    max-width: 100%;
    height: auto;
    background-color: #eaf2f8;
    border: 0.5em solid #eaf2f8;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.error-div{
    width: 800px;
    height: 650px;
  
    position: relative;
    top:0;
    bottom: 0;
    left: 50px;
    right: 0;
    
    margin: auto;
}
.checkmark {
	font-family: Webdings;
	color: #000000;
	text-decoration: none;	
   font-size: 14px;
   text-align: center;
	}
  .WordWrap
    {
        width: 100%;
        /*word-break: break-all;*/
        overflow-x:auto
    }