﻿/*Import cores style importer*/
@import "_importer.css";


/*Add your custom styles here*/

.browser-error {
    width: 100%;
    background-color: yellow;
    font-size: 10pt;
}

.browser-error-label {
    text-align: center;
}

.textalign 
{
    text-align : left;
}

.errortext {
    color:red;
    font-size:10pt;
    text-align: left;
}

.errortextrevert {
    color:black;
    text-align: left;
}

.textalignmid 
{
    text-align:justify;
    width:50px;
}

.claim-error {    
    font-size: 12pt;
    color: #ee3424;
}
.transparent {
    /* IE >= 9, Firefox >= 0.9, Safari >= 2, Chrome, Opera >= 9 */
    opacity: 0.0;
}

.claimsContact__header {
     margin:0 0 1rem;
}

.claimsContact__headerIE {
     margin:0 0 50px;
}

.claimsContact__header__hdng1 {
    font-weight:bold;
}

.claimsContact__form__input {
    width:100%;
    height:2.5rem;
    font-size:1rem;
    padding:0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.paddingdata 
{
padding:5px;
}

.card {
    border:1px solid #666;
}

.card__header {
    background:#eaeaea;
    padding:.8rem .4rem;
}

.card__content {
    padding:1rem .4rem;
}

.card__contactName {
    
    font-size:1.5rem;
    font-weight:bold;
    line-height:1.7rem;
}

.card__Label {
    font-size:medium;
    line-height:1.7rem;
}

.card__thumbnail {
    width:100%;
    display:block;
}



/**************************************************************************************************************
************************************************   BREAKPOINTS   ********************************************** 
**************************************************************************************************************/


/* DESKTOPS PLUS */
@media (min-width: 1025px) 
{

}


/* DESKTOPS */
@media (max-width: 1024px)
{

}

/* TABLETS */
@media (max-width: 768px)
{
        .hideLeft {
        display: none;
    }

}

/* PHONES */
@media (max-width: 560px)
{
    .hideLeft {
        display: none;
    }

}