﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    /*vertical-align: top;*/
    outline-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0px;
    outline: 0px;
}

/* End of reset styles*/

b {
    font-weight: bold;
}

html, body, p, pre, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, form, fieldset, select, input, textarea, label, td, th, a {
    color: #57585A;
}

    input[type="text"], input[type="password"], textarea, select, .riHover {
        border: solid 1px #A3A5A8 !important;
    }

    input[type="text"], input[type="password"] {
        padding-left: 4px !important;
    }

body {
    background-color: #8697B7;
}

td, th {
    padding: 3px;
}

body {
    font-size: 12px;
}

    body * {
        font-family: 'Montserrat';
    }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.widthContainer {
    margin-right: auto;
    margin-left: auto;
    width: 978px;
    padding-top: 20px;
}

div#header {
    height: 20px;
    padding-bottom: 20px; /*push other object down*/
}

div.LinkHeader div.headerContent a {
    color: #172252;
}

div.mainContainer {
    background-color: #798EB8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 10px #FFFFFF;
    border-bottom: none;
}

.HeaderImage {
    height: 115px;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #FFCE81;
    background-image: url('Images/header-banner.jpg');
    background-size: cover;
}

.HeaderImage-French {
    height: 115px;
    background: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #FFCE81;
    background-image: url('Images/header-banner-french.jpg');
    background-size: cover;
}

.HeaderHomeLink {
    background-color: #D4D6D5;
    float: left;
    padding: 5px 10px;
    margin-left: 80px;
    margin-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .HeaderHomeLink a {
        color: #355AA8;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        line-height: 20px;
        vertical-align: top;
    }

.contentContainer {
    padding-top: 20px;
    background-color: #384784;
}

.system-logo {
    float: left;
}

.system-tagline {
    float: left;
    padding-top: 40px;
    padding-left: 20px;
    color: RGB(127,2,8);
    font-style: italic;
    width: 400px;
}

.casebuilder-logo {
    max-height: 100px;
    vertical-align: middle;
    width: auto;
    float: right;
    max-width: 300px;
}

#CLBPWrapper {
    background-color: #FFFFFF;
}

#CLBPFooter {
    background-color: #222B4F;
    margin: 0px -13px -5px -13px;
    height: 55px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.contentBottom {
    position: relative;
}

#serialCode,
#fieldValidation {
    color: White;
    font-weight: bold;
    position: absolute;
    top: 20px;
    padding-top: 0;
}

#serialCode {
    right: 13px;
}

#fieldValidation {
    left: 13px;
}

div.headerContent {
    margin-bottom: 15px;
}

    div.headerContent a {
        color: White;
        text-decoration: none;
        font-weight: bold;
    }

    div.headerContent.Left {
        float: left;
        margin-left: 30px;
    }

    div.headerContent.Right {
        float: right;
        margin-right: 30px;
    }

div#contentWrapper {
    margin: 0px auto;
    width: 900px;
}


div#contentBottom {
    /* background: url("Images/contentbottom.png") 25px no-repeat;*/
    height: 25px;
}

div#footer {
    padding-top: 5px;
    font-size: 9px;
    text-align: center;
}

div#title {
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
    line-height: 35px;
    height: 35px;
}

div.leftSection {
    float: left;
    width: 600px;
}

div.rightSection {
    width: 250px;
    float: right;
}

.infoBoxError {
    color: #2367AB;
}

.infoBoxWarning {
    color: #FFAA00;
}

.infoBoxSuccess {
    color: #007F0E;
}

.infoBoxHideButton {
    float: right;
}

.infoBox {
    height: 39px;
    left: 132px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 736px;
    color: #172252;
    border-radius: 10px;
    background-color: #FFFFFF;
}

    .infoBox.infoBoxError {
        color: red;
    }

    .infoBox.infoBoxWarning {
        background-color: #FFAA00;
    }

    .infoBox.infoBoxSuccess {
        background-color: #007F0E;
    }

    .infoBox .validation-summary-wrapper {
        display: table;
        height: 100%;
        width: 100%;
    }

        .infoBox .validation-summary-wrapper > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

div#tabContainer {
    border: 1px solid #95a9b9;
    background-color: white;
    min-height: 500px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.tabStrip {
    margin: 0;
    padding: 0;
    height: 65px;
    position: absolute;
    top: -60px;
}

div#tabContent {
    padding: 5px;
}

div#tabContent > table {
    width: 100%;
}

.tabStrip .rtsUL {
    position: relative;
}

    .tabStrip .rtsUL .rtsLI {
        display: inline;
        float: left;
        background: url("Images/tab.png") no-repeat;
        width: 100px;
        height: 65px;
    }

.tabStrip .rtsLink {
    cursor: pointer;
    display: block;
    outline: medium none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.tabStrip .rtsLevel .rtsLink {
    color: Black;
    text-decoration: none;
    width: 80px;
    height: 60px;
    font-size: 10px;
    color: #666699;
    padding: 10px 10px 0px 10px;
    text-align: center;
    overflow: hidden;
}

.tabStrip .rtsLI .rtsSelected {
    color: Black;
    text-decoration: none;
    background: url("Images/tab_selected.png") no-repeat;
    width: 80px;
    height: 59px;
    font-size: 10px;
    color: rgb(149,189,213);
    padding: 10px 10px 0px 10px;
    text-align: center;
    overflow: hidden;
}

.section {
    background-color: #FFF;
    height: 100%;
    width: 70%;
}

div.accordionOuter .sectionHeader {
    padding-left: 10px;
}

div.accordionOuter 

.sectionHeader {
    font-weight: bold;
    border-top: solid 1px #CCCCCC;
    padding-top: 5px;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

    .sectionHeader .sectionSubHeader {
        font-weight: normal;
        margin-top: 5px;
    }

.sectionContainer {
    /*margin: 10px 0px;*/
    padding: 5px 0px;
}

    .sectionContainer h2 {
        border-bottom: 3px solid rgb(149,189,213);
    }

.sectionWrapper {
    background-color: #FFF;
    height: 100%;
    padding-top: 10px;
}

.sectionWrapperTitle {
    font-size: 21px;
    font-weight: bold;
    color: #264459;
    text-transform: uppercase;
    background-color: rgb(149,189,213);
    background-image: url("Images/pageTitleBackground.png");
    background-size: cover;
    margin-bottom: 10px;
}

    .sectionWrapperTitle > span {
        display: block;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.sectionWrapperBody {
    padding: 5px 0px 0px 5px;
    max-width: 620px;
    min-height: 350px;
}

[action='./Page5.aspx'] .sectionWrapperBody {
    padding-left: 0;
    padding-right: 0;
}

.subsectionWrapper {
    background-color: #FFF;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.subsectionWrapperTitle {
    font-size: 20px;
    font-bold: true;
    text-align: left;
}

.subsectionWrapperBody {
}

.tipContainer {
    margin-top: 20px;
    background: url("Images/tipcontainer.png") no-repeat;
    width: 250px;
    height: 315px;
    position: relative;
    float: right;
}

.tipListWrapper {
    overflow-y: scroll;
    height: 180px;
    padding: 30px;
    width: 170px;
    margin-top: 3px;
}

.tipTitle {
    height: 36px;
    margin-top: 10px;
    margin-left: 10px;
}

.tipContent {
    padding: 10px 20px;
    font-size: 11px;
    max-height: 212px;
    overflow-y: auto;
    width: 197px;
    margin-top: 13px;
    line-height: 16px;
}

    .tipContent ul {
        margin-left: 20px;
    }

.inputField {
    padding: 3px 0px;
}

    .inputField.SubTitle {
        font-weight: bold;
        padding-left: 100px;
    }

    .inputField.bottomTop {
        border-top: solid 1px #CCCCCC;
        margin-top: 5px;
    }

.inputFieldHeader {
    text-align: right;
    width: 285px;
    float: left;
    padding-right: 10px;
    min-height: 22px;
    line-height: 22px;
}

.inputFieldBody .additional {
    font-style: italic;
    font-size: 0.7em;
    text-align: left;
    width: 300px;
    margin-top: 10px;
}

.inputFieldBody {
    float: left;
    max-width: 310px;
}

    .inputFieldBody input[type="checkbox"] + label {
        display: block;
        margin-top: -19px;
        margin-left: 20px;
    }

    .inputFieldBody textarea {
        width: 276px;
        max-width: 280px;
        height: 100px;
        padding: 4px;
        overflow-y: auto;
        font-family: Arial;
    }

    .inputFieldBody > span:not([controlToValidate]) {
    }

    .inputFieldBody > span {
        line-height: 22px;
    }

.rfdSelect {
    line-height: 25px !important;
    height: 25px;
}

.inputFieldLong {
    width: 100%;
    padding-top: 10px;
    position: relative;
}

.inputFieldHeaderLong {
    text-align: right;
    width: 380px;
    float: left;
    padding-right: 10px;
    padding-top: 4px;
    position: relative;
    vertical-align: top;
}

.inputFieldBodyLong {
    position: relative;
    top: 0px;
    vertical-align: top;
    clear: right;
}

    .inputFieldBodyLong input {
        height: 20px;
        width: 150px;
        background-color: rgb(245,245,245) !important;
    }

    .inputFieldBodyLong textarea {
        width: 150px;
        background-color: rgb(245,245,245) !important;
    }

.validatorValid,
.validatorInvalid {
    visibility: visible !important;
    width: 16px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.validatorValid {
    background: url("Images/valid.png") no-repeat;
}

.validatorInvalid {
    background: url("Images/invalid.png") no-repeat;
}

div#loginContainer {
    margin: 50px auto 50px;
}

.defaultButton, input[type="submit"].defaultButton, a.defaultButton, .CustomLink, div.accordionOuter div.timepoint .CustomLink {
    background-color: #1D2A5E;
    text-transform: uppercase;
    border-radius: 5px;
    border-color: #1D2A5E;
    padding: 2px 10px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}

    .DisabledCustomLink, .CustomLink.aspNetDisabled {
        background: #787878; /* Old browsers */
    }

.buttonContainer {
    margin-top: 10px;
    text-align: right;
    float: right;
}

.fixedElement {
    background-color: #c0c0c0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

span.spanDeleteTreatment {
    position: relative;
    right: 0px;
    top: 0px;
    border: 2px solid red;
}

.rtSelected .rtIn {
    background-image: none !important;
    background-color: White !important;
    border-color: transparent !important;
    color: Black !important;
}

.rtHover .rtIn {
    background-image: none !important;
    background-color: White !important;
    border-color: transparent !important;
    color: Black !important;
}

.stagingZone {
    margin-top: 12px;
    border: 2px solid black;
    padding: 4px;
    width: 850px;
}

.stagingZoneTitle {
    padding: 6px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.stagingZoneBody {
    padding: 12px;
}

    .stagingZoneBody p {
        margin-bottom: 10px;
    }

.clear {
    clear: both;
}

.clearCustomLink {
    clear: left;
}

.SpecialContainer a {
    vertical-align: middle;
}

input[type="text"].SmallTextBox {
    width: 50px;
    height: 20px;
    line-height: 20px;
}

select.SmallTextBox {
    width: 56px;
    height: 24px;
}

select.MediumTextBox {
    width: 288px;
    height: 27px;
}

input[type="file"].MediumTextBox {
    width: 283px;
}

input[type="number"].MediumTextBox {
    padding-left: 4px;
    width: 278px;
}

table.MediumTextBox {
    display: inline-table;
    margin-left: -3px;
    width: 291px;
}

.MediumTextBox {
    width: 280px;
    height: 22px;
    line-height: 22px;
}

span.RadInput input[type="text"].MediumTextBox {
    width: 280px !important;
}

.LargeTextBox {
    width: 280px;
    height: 70px;
    line-height: 17px;
}

input[type="text"].ReadOnly {
    border-color: transparent !important;
    cursor: default;
}

td.tableLeftCell {
    
}

div.inputFieldBody span input[type=checkbox] {
    margin-top: 4px;
}

input[type="checkbox"] {
    height: 15px;
    vertical-align: middle;
}

.RadTreeView a.rtIn:hover {
    text-decoration: underline;
}

div.Disclaimer {
    border: solid 3px #7F0104;
    padding: 10px;
    box-shadow: #787878 3px 3px 3px;
    margin: 10px 5px;
}

    div.Disclaimer a {
        text-transform: uppercase;
        background-color: #ECE6D8;
        padding: 0px 10px;
        line-height: 35px;
        height: 35px;
        display: inline-block;
        cursor: pointer;
        border: solid 1px #9A978D;
    }

.center {
    text-align: center;
}

.RadTreeView .rtIn {
}

div.LoginHeader {
    font-weight: bold;
    border-bottom: solid 1px #787878;
    padding-bottom: 5px;
    margin: 0px 5px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2em;
}

.RequiredField {
    font-weight: bold;
    color: red;
}


div.GeneralContainer {
    margin-bottom: 10px;
    min-height: 24px;
}

    div.GeneralContainer::after {
        content: "";
        clear: both;
    }

    div.GeneralContainer div.GeneralContainerLabel {
        display: inline-block;
        font-weight: bold;
        width: 150px;
        vertical-align: top;
    }

    div.GeneralContainer div.GeneralContainerInput {
        display: inline-block;
        width: 200px;
    }

        div.GeneralContainer div.GeneralContainerInput input[type="text"], div.GeneralContainer div.GeneralContainerInput input[type="password"] {
            width: 100%;
        }

table.dataTable thead tr th.rgHeader {
    padding-left: 20px;
    background-position: center left;
}


div.subsection {
    margin-top: 10px;
    clear: both;
}

div.accordion div.sectionContainer {
    margin: auto;
    padding: 1em;
}

div.accordionOuter h2 a {
    font-size: 16px;
}

div.accordion h2.ui-state-active {
    background-color: #9cb2c6;
    background-image: none;
    color: #FFFFFF;
    font-weight: bold;
}

#tabs {
    height: 45px;
}

    #tabs ul {
        padding-bottom: 20px;
        height: 100%;
        display: block;
    }

        #tabs ul > li {
            height: 100%;
            float: left;
            display: block;
        }

            #tabs ul > li:first-child {
                float: left !important;
                margin-right: 0px;
            }

            #tabs ul > li:last-child {
                float: right;
                margin-right: 4px;
            }

            #tabs ul > li.selected .tab {
                position: relative;
                z-index: 100;
                border-bottom: none;
            }

                #tabs ul > li.selected .tab:after {
                    content: "";
                    display: block;
                    height: 5px;
                    margin: 0 -5px;
                    z-index: 100;
                    background: white;
                }

            #tabs ul > li.selected .tabTitle a {
                position: relative;
                z-index: 100;
            }

            #tabs ul > li .tab {
                height: calc(100% - 5px);
                background: white;
                -webkit-border-top-left-radius: 10px;
                border-top-left-radius: 10px;
                -webkit-border-top-right-radius: 10px;
                border-top-right-radius: 10px;
                border: 1px solid #95a9b9;
                padding: 5px;
                padding-bottom: 0;
            }

            #tabs ul > li:not(:first-child) .tab {
                margin-left: 5px;
            }

            #tabs ul > li .tabTitle {
                height: 100%;
                text-align: center;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
                background: #eceff7;
                background: -moz-linear-gradient(top, #eceff7 0%, #c6d0e4 100%);
                background: -webkit-linear-gradient(top, #eceff7 0%,#c6d0e4 100%);
                background: linear-gradient(to bottom, #eceff7 0%,#c6d0e4 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff7', endColorstr='#c6d0e4',GradientType=0 );
            }

                #tabs ul > li .tabTitle:hover, #tabs ul > li.selected .tabTitle {
                    background: #FFFFFF;
                    background: -moz-linear-gradient(left, #FFFFFF 0%, #E0EAF4 100%);
                    background: -webkit-gradient(left top, right top, color-stop(0%, #FFFFFF), color-stop(100%, #E0EAF4));
                    background: -webkit-linear-gradient(left, #FFFFFF 0%, #E0EAF4 100%);
                    background: -o-linear-gradient(left, #FFFFFF 0%, #E0EAF4 100%);
                    background: -ms-linear-gradient(left, #FFFFFF 0%, #E0EAF4 100%);
                    background: linear-gradient(to right, #FFFFFF 0%, #E0EAF4 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0EAF4', GradientType=1 );
                }

                #tabs ul > li .tabTitle a {
                    display: table;
                    width: calc(100% - 10px);
                    padding: 0 5px;
                    height: 100%;
                    white-space: normal;
                    text-decoration: none;
                    word-wrap: break-word;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 15px;
                    vertical-align: middle;
                    color: #264459;
                }

                    #tabs ul > li .tabTitle a > span {
                        display: table-cell;
                        vertical-align: middle;
                        font-size: 13px;
                        text-transform: uppercase;
                        font-weight: bold;
                    }

.tabFooter {
    height: 14px;
    position: absolute;
    background-image: url(Images/Gradient-footer.jpg);
    background-repeat: no-repeat;
    background-position: right;
    bottom: 0;
    width: 100%;
}


.UcImageContainer {
    position: relative;
    text-align: right;
}

    .UcImageContainer img {
        box-shadow: #787878 5px 5px 5px;
        border-left: solid 1px #CCCCCC;
        border-top: solid 1px #CCCCCC;
    }

    .UcImageContainer span.image-overlay, .UcImageContainer a.image-overlay {
        background: rgba(104, 149, 195, 0.8);
        color: white;
        cursor: pointer;
        position: absolute;
        right: -1px;
        top: 1px;
        padding: 10px;
        opacity: 0;
        cursor: pointer;
        width: 100px;
        text-decoration: none;
    }

        .UcImageContainer span.image-overlay.bottom, .UcImageContainer a.image-overlay.bottom {
            bottom: 4px;
            top: auto;
        }

        .UcImageContainer span.image-overlay.red, .UcImageContainer a.image-overlay.red {
            background: rgba(195, 104, 104, 0.8);
        }

        .UcImageContainer span.image-overlay span {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    .UcImageContainer:hover span.image-overlay, .UcImageContainer:hover a.image-overlay {
        opacity: 1;
    }

.UcImageUploadContainer a {
    cursor: pointer;
    margin-top: 5px;
}

.hidden {
    display: none;
}

input[type="text"].riTextBox {
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 1em !important;
}

div.accordionOuter div.ui-accordion-content {
    background-color: #F0F0F0;
    background-image: none;
}

div.accordionOuter h2.ui-accordion-header {
    background-color: #E9D72A !important;
    background-image: none !important;
    border-bottom: solid 1px #B7A608;
    color: #264459 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

    div.accordionOuter h2.ui-accordion-header a {
        font-size: 20px;
        color: #264459 !important;
    }

div.accordion div.ui-accordion-content {
    background-color: #FFFFFF;
}

div.ui-accordion .ui-accordion-content {
    padding: 0px;
}

div.TreeView {
    display: inline-block;
    white-space: initial;
    vertical-align: top;
    margin-left: 10px;
}

div.RadTreeView a.rtIn {
    font: inherit;
    color: #57585A;
}

table.DataTable {
    width: 100%;
}

    table.DataTable th, table.DataTable td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    table.DataTable thead th {
        border-top: solid 1px #828282;
        border-bottom: solid 1px #828282;
        background-color: #EAEAEA;
        font-weight: normal;
        text-align: left;
    }

        table.DataTable thead th:first-child {
            border-left: solid 1px #828282;
        }

        table.DataTable thead th:last-child {
            border-right: solid 1px #828282;
        }

    table.DataTable tbody td:first-child {
        border-left: solid 1px #828282;
    }

    table.DataTable tbody td:last-child {
        border-right: solid 1px #828282;
    }

    table.DataTable tbody tr:last-child td {
        border-bottom: solid 1px #828282;
    }

    table.DataTable tbody tr:nth-child(2n) td {
        background-color: #F2F2F2;
    }

.ui-state-active {
    background: #e6e6e6 url("Images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x !important;
}

#divAffectedSiteImages {
    position: relative;
    width: 100px;
}

    #divAffectedSiteImages img {
        display: none;
        position: absolute;
        width: auto;
        height: 200px;
    }

html body .inputFieldBody .RadInput {
    vertical-align: top;
}

    html body .inputFieldBody .RadInput .riTextBox {
        padding: 0px;
        padding-left: 1px;
        font-family: Verdana;
        font-size: 12px;
        color: #57585A;
    }

div.comboInput {
}

    div.comboInput select.SmallTextBox {
        width: 145px;
        margin-left: 10px;
    }

    div.comboInput span.validatorValid {
        margin-left: 4px;
    }

    div.comboInput span.RadInput input.rdfd_ {
        display: none;
    }

.intervention {
    margin: 0px;
}

.sectionContainer .trashIcon, input[type="submit"].trashIcon {
    background-image: url(Images/trash.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 25px;
    background-position: 50%;
    height: 25px;

}

div.LabelWithButtonBelow {
    float: right;
}

.trashIcon.InLabel {
    float: right;
    clear: both;
}

.mainContainerBorder {
    border: solid 3px #95A9B9;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}