/* 
Description: Custom CSS classes for Sitecore Rich Text Editor's WYSIWYG 
Purpose: Display custom CSS classes in a Sitecore Content Editor's CSS dropdown menu via Sitecore's Content Editor
Date Updated: September 25, 2019
*/
.flush-left {
    float: left !important;
}

.flush-right {
    float: right !important;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-color-white {
    color: #fff;
}

.text-color-red {
    color: #A03033;
}

.text-color-midblue {
    color: #01426A;
}

.text-color-teal {
    color: #007680;
}

.text-color-medgrey {
    color: #97999B;
}

.well-grey {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-grey-left {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

.well-grey-right {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.well-grey-center {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.well-teal {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #007680;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-teal-left {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #007680;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

.well-teal-right {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #007680;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.well-teal-center {
    padding: 1em;
    width: 20em;
    color: #fff;
    background-color: #007680;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.well-midblue {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #01426A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-midblue-left {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #01426A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

.well-midblue-right {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #01426A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.well-midblue-center {
    width: 20em;
    padding: 1em;
    color: #fff;
    background-color: #01426A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.well-lime {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #CDEA80;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-lime-left {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #CDEA80;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
}

.well-lime-right {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #CDEA80;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
}

.well-lime-center {
    width: 20em;
    padding: 1em;
    color: #000;
    background-color: #CDEA80;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.flush-image-center img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

.flush-image-right img {
    float: right !important;
    margin-bottom: 1em;
    margin-left: 1em;
}

.flush-image-left img {
    float: left !important;
    margin-bottom: 1em;
    margin-right: 1em;
}

.image-rounded img {
    border-radius: 6px;
}

.image-thumbnail img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button-midblue {
    background-color: #01426A;
    color: #FFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-teal {
    background-color: #007680;
    color: #FFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-darkgrey {
    background-color: #424242;
    color: #FFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-pantone-630c {
    background-color: #77C5D5;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-coolgrey {
    background-color: #97999B;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button-lime {
    background-color: #CDEA80;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}