/* served by themes-server */
/*http://openfontlibrary.org/font/grupo3*/
.root {
    padding: 0px;
    margin: 0px;
}

.fitimage {
    object-fit: contains;
    width: 100%;
    /*
    display: grid;
    width: 100%;
    max-height: auto;
   */
}

/*===========================================================
invisible style
*/
.invisible {
    display:none;
}
.visible {
    display:inline;
}

/*===========================================================
                                                    LAYOUT */
body {
    background-color: rgba(41,41,41,1);
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-size: 0.8em;/* =14px */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#pageheader, #rootmaintext, footer {
    margin: 0px;
    padding: 0px;
    display: block;
}
#rootmaintext {
    background-color:rgba(255,255,255,1);
    min-height:600px;
}

#multisection {
    background-color:rgba(255,255,255,1);
    min-height:600px;
}

#multisection:nth-child(2n+1) {
    background-color:rgba(240,240,240,1);
}

.break {clear: both;}
.colText {max-width: 45%;padding: 1rem;float: left;}
.colImg {max-width: 45%;float:right;}
footer {
    padding-top: 3em;
    background-color: rgba(41,41,41,1);
    min-height:200px;
}
section.dark, section.light, section.white {padding: 3em;}
section.dark {background-color: rgba(29,29,29,1);color: rgba(234,224,211,1);}
section.dark h2 {padding-bottom: 0.8em;}
section.light {background-color: rgba(212,205,201,1);color: rgba(57,63,56,1);}
section.light2 {background-color: rgba(212,205,231,1);color: rgba(57,63,56,1);}
section.white {background-color: rgba(255,255,255,1);color: rgba(55,55,55,1);}

/*===========================================================
                                                   LOGGED IN */
section.pageheader {
    color: rgba(204,204,204,1);
    font-weight: 100;
    font-size: 0.8rem;
    margin-left: 2rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/*===========================================================
                                                HEADER/MENU */
#pageheader {
    background-color: rgba(56,99,103,1);
    display: block;
    overflow: auto;
    min-height: 120px;
}
#pageheader img {
    float: left;
    padding: 0.8em 0.8rem 0rem 0.4rem;
    max-width: 90px;
    height: auto;
}
#pageheader p {
    /*this is the page title*/
    max-width: 100%;
    margin-top: 0.8em;
    line-height: 1em;
    padding: 0em;
    font-family: Helvetica;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    color: rgba(240,240,240,1);
}

#pageheader p.loggedInAs {
    /*this is the logged-in as... paragraph*/
    font-family: inherit;
    display:block;
    font-size: 0.8em;
    color: rgba(240,240,240,1);
}

#pageheader a.link {
    /* links in header */
    font-size: 0.7em;
    color: rgba(240,240,240,1);
}

nav.main, nav.mainLoggedIn {
    display: block;
    padding: 0em;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    float: right;
    font-family: Helvetica;
    font-weight: normal;
    font-style: normal;
    color: rgba(240,240,240,1);
}

nav.main ul, nav.mainLoggedIn ul {
    list-style-type: none;
    font-size: inherit;
    font-weight: 300;
    float: right;
    margin: 0em;
}
nav.main li, nav.mainLoggedIn li {
    float: left;
    margin: 0em 1.5em 0em 0em;
}
nav.main a {
    color:rgba(173,186,188,1);
    text-decoration: none;
}
nav.main a:hover, a:active {
    color: rgba(230,230,230,1);
}

nav.main a.loggin, nav.mainLoggedIn a {
    color:rgba(204,154,72,1);
    text-decoration: none;
}


/*===========================================================
                                                     FONTS */

@font-face{
    font-family:Roboto;
    src: url('/static/resources/fonts/roboto/RobotoCondensed-Light-webfont.eot');
    src: url('/static/resources/fonts/roboto/RobotoCondensed-Light-webfont.eot?iefix') format('eot'),
         url('/static/resources/fonts/roboto/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('/static/resources/fonts/roboto/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('/static/resources/fonts/roboto/RobotoCondensed-Light-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family:Grupo;
    src: url('/static/resources/fonts/grupo3/GRUPO3.otf');
}
@font-face {
    font-family:SocialIconsPlus;
    src: url('/static/resources/fonts/social_icons/Socialico Plus.otf');
}
@font-face {
    font-family:SocialIcons;
    src: url('/static/resources/fonts/social_icons/Socialico.otf');
}
footer p {
    color: rgba(173,186,188,1);
    margin: 0em;
    padding: 1em 3em;
    font-size: 0.8em
}


/*===========================================================
                                        RESPONSIVE FLAG TEST */
span.responsiveTestMob {visibility:visible;}
span.responsiveTestTab {visibility: hidden;}
span.responsiveTestDesk {visibility: hidden;}




/*===========================================================
                            TABLE TEST: REPOSITORIES: MODULES; */

table {
    outline: 1px solid #CCCCCC;
    width: 90%;
    font-size: 0.9rem;
}
tr.header {
    font-size: 1.2rem;
    color: rgba(90,90,20);
}
tr.simple {
}
tr.simple:nth-child(2n+1) {
    background-color: rgba(255,255,255,1)

}
tr:nth-child(2n+1) {
    background-color: #EBEBEB;
}

table.matrix td {
    background-color: rgba(255,235,235,0.4);

}
table.matrix td:nth-child(2n+1) {
    background-color: rgba(250,250,210,0.4);
}


td {padding: 0.2em;}
td.dis {
    padding: 0.2em;
    text-decoration: line-through;
}
input.slidercell {
    width: 100%
}





/*===========================================================
                                                    MAINTEXT */
h1, h2, h3, h4, h5, p, blockquote {max-width: 90%}
p {
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.7em;
}
p {
    padding: 1em 0em;
    margin: 0em;
}
ul {
    font-size: inherit;
    font-weight: 300;
    margin: 1rem 0rem 1em -1.6rem;
}
li {
    margin-bottom: 0.5em;
}
blockquote {
    background-color: rgba(56,99,103,0.2);
    margin: 0.5em 0em 1em 0em;
    padding: 1.8em;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}
code {
    font-size: 1.1em;
    color: rgba(29,108,140,1);
    font-family: monospace;
    overflow-wrap: break-word;
    background-color: rgba(56,99,103,0.2);
}

span.code {
    font-size: 1.1em;
    color: rgba(29,108,140,1);
    font-family: monospace;
    overflow-wrap: break-word;
    background-color: rgba(56,99,103,0.2);
}

pre {
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
}
h2, h3, h4 {
    padding: 0em;
    margin: 0em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2, h3, h4 {
    font-family: 'Roboto';
    font-weight: 100;
}
h2 {font-size: 20px; font-size: 1.8em;}
h3 {font-size: 16px; font-size: 1.6em;}
h4 {font-size: 10px; font-size: 1em;}
a {
    color:rgba(29,108,140,1);
    text-decoration: none;
    outline: none;
}
a.biglink {
    color:rgba(29,108,140,1);
    text-decoration: none;
}
div.vertical-line {
    border-left: 6px solid rgba(0,0,0,1);
    margin-right: 6px;
    margin-left: 6px;
    height: 100%;
    display:inline;
    float: none;
    top: 0;
    color:rgba(0,0,0,1);
    background-color: rgba(256,99,103,1);
}

div.biglink {
    color:rgba(29,108,140,1);
    text-decoration: none;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    outline: #4CAF50 solid 1px;
    outline: none;
}
a.right {
    float: right;
    color:rgba(255,255,140,1);
}
a.online {
    color: rgba(0,120,0,1);
    text-decoration: none;
    outline: none;

}
a.dis {
    color:rgba(29,108,140,1);
    text-decoration: line-through;
    outline: none;
}
nav.main a.link-active {
    color:rgba(255,255,140,1);
    border:none 5px #386266;
}
a.home {
    text-decoration: none;
    outline: none;
}

a:hover, a:active {
    color:rgba(25,134,180,1);
}
a.btnMore {
    min-width: 3rem;
    text-decoration: none;
    padding: 0.3rem 0.5rem 0.3em 2em;
    display: inline-block;
    color: rgba(168,218,190,1);
    background-color: rgba(56,99,103,1);
    border:none 5px #386266;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
i {font-style: italic;}
b {font-weight: bold;}
b.dis {
    font-weight: bold;
    text-decoration: line-through;
}

em {font-weight: bolder;}
span.ct_lbl {
    display: inline-block;
    width:6em;
}
span.error {
    display: inline-block;
    margin-bottom: 1.4rem;
    font-size: 0.8rem;
    color: rgba(210,59,0,1);
    border-left: 10px solid rgba(210,59,0,1);
    padding: 0.4rem;
}

img.fullscreen {
    max-width: 100%;
    height: auto;
}
img.textimg {
    height: 1em;
}

img.productCartoon {
    max-width: 100%;
    outline: 1px solid blue;
}
img.security {
    width: 30%;
}
a.socialIcons {
    font-family:Socialico Plus;
    font-size: 3rem;
    text-decoration: none;
    color: rgba(136,136,136,1);
}
.containerFooterInfo {
    display: block;
    width: 50%;
    float: left;
}
.containerSocial {
    display: block;
    width: 40%;
    float: right;
}







a.deviceStatus:contains("On") {
    color: white;
    background: #5d9968; /* Old browsers */
    background: -moz-linear-gradient(top,  #5d9968 0%, #517a4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #5d9968 0%,#517a4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #5d9968 0%,#517a4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9968', endColorstr='#517a4f',GradientType=0 ); /* IE6-9 */
}

a.deviceStatus:contains("Off") {
    color: white;
    background: #df3615; /* Old browsers */
    background: -moz-linear-gradient(top,  #df3615 0%, #8e2b05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #df3615 0%,#8e2b05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #df3615 0%,#8e2b05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3615', endColorstr='#8e2b05',GradientType=0 ); /* IE6-9 */
}

/*===========================================================
                                                    FORMS */
/* button used to display simple actions */
form.scButton {
    display: block;
    margin-bottom: 0em;
    color: rgba(20,20,20,1);
}

form.scButton input[type='submit'] {
    color: rgba(255,255,255,1);
    background-color: rgba(218,99,0,1);
    font-size: 1rem;
    border-radius: 1px;
    display: inline-block;
    width: 7rem;
    padding: 1px;
    height: 2rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 1rem;
}
form.scButton input[type='submit']:hover {
    background-color: rgba(228,109,0,1);
}




form.scForm {
    display: block;
    margin-bottom: 4em;
}

form.scForm label {
    font-size: 0.9em;
    display: inline-block;
    width: 6rem;
    margin: 1rem 0rem 0rem 0rem;
}

form.scForm input {
    color: rgba(20,20,20,1);
    width: 16rem;
    padding: 0.4rem;
    font-size: 0.8rem;
    border: 1px solid rgba(100,100,100,1);
}
form.scForm input[type='radio'] {
    background-color: rgba(218,99,110,1);
    width: 1rem;
}
form.scForm input[type='submit'] {
    color: rgba(255,255,255,1);
    background-color: rgba(218,99,0,1);
    font-size: 1rem;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    height: 4rem;
    width: 7rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 6rem;
}
form.scForm input[type='submit']:hover {
    background-color: rgba(228,109,0,1);
}


/*===========================================================
                                                        FOOTER */
footer p {
    color: rgba(173,186,188,1);
    margin: 0em;
    padding: 1em 3em;
    font-size: 0.8rem
}



/*===========================================================
                                       RESPONSIVE DEFINITIONS */

@media only screen and (min-width:769px) {
    /*#pageheader p {color: #E88F1A;}*/
    body {
    font-size: 0.9em;/* =14px */
    }
    h1, h2, h3, h4, h5, p, blockquote {max-width: 70%}
    span.responsiveTestMob {visibility:hidden;}
    span.responsiveTestTab {visibility: visible;}
    span.responsiveTestDesk {visibility: hidden;}
}

@media only screen and (min-width:1025px) {
    /*#pageheader p {color: #90C9B5;}*/
    body {
    font-size: 1em;/* =14px */
    }
    h1, h2, h3, h4, h5, p, blockquote {max-width: 70%}
    span.responsiveTestMob {visibility:hidden;}
    span.responsiveTestTab {visibility: hidden;}
    span.responsiveTestDesk {visibility: visible;}
}


div.light {
        clear: both;
}
div.left {
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,1);
    border-style: none none none none;
    float: left;
}
div.right {
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,1);
    padding-left: 10px;
}

div.grid {
    display: grid;
    grid-template-columns: auto auto;
    background-color: rgba(255,255,255,1);
    color: rgba(70,70,70,1);
    padding: 10px;
}
div.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
/*
  font-size: 10px;
*/
  text-align: left;
}

div.leftheader {
    color: rgba(0,0,0,1);
    background-color: rgba(56,99,103,1);
    border-style: none none none none;
    float: left;
}
div.rightheader {
    color: rgba(0,0,0,1);
    background-color: rgba(56,99,103,1);
    padding-left: 10px;
}

div.gridheader {
    display: grid;
    grid-template-columns: auto auto;
    background-color: rgba(56,99,103,1);
    color: rgba(70,70,70,1);
    padding: 10px;
}


td.online {
    color: rgba(0,120,0,1);
}
td.offline {
    color: rgba(120,0,0,1);
}

input.inline {
    border: 1px solid rgba(0, 0, 0, 0.8);
    font-size: 0.8em;
    text-align: right;
    padding: 0px;
}

text.summary {
    font-size: 0.7em;
}
button.back {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
button.back:hover {
    color:  rgba(199,99,0,1);
}
button.link {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}
button.link:hover {
    color:  rgba(199,99,0,1);
}

button.scButton {
    color: rgba(255,255,255,1);
    background-color: rgba(218,99,0,1);
    font-size: 1rem;
    border-radius: 1px;
    display: inline-block;
    width: 7rem;
    padding: 1px;
    height: 2rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 0rem;
}
button.dynamicButton {
    color: rgba(255,255,255,1);
    background-color: rgba(218,99,0,1);
    font-size: 1rem;
    border-radius: 1px;
    display: inline-block;
    padding: 6px;
    min-height: 2rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 0rem;
    border-radius: 5px;
}
button.dynamicRedButton {
    color: rgba(255,255,255,1);
    background-color: rgba(255,80,0,1);
    font-size: 1rem;
    border-radius: 1px;
    display: inline-block;
    padding: 6px;
    min-height: 2rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 0rem;
    border-radius: 5px;
}
button:hover {
    background-color:  rgba(199,99,0,1);
}

img.box {
    border-radius: 1px;
    border-color:  rgba(218,99,0,1);
    border-width: thin;
    border-style: solid;
    display: inline-block;
    padding: 1px;
    margin: 0rem 0rem 0rem 0rem;
}
/* basket stuff */
div.scbasket {
    position: relative;
    display: flex;
    float: right;
    margin: 0px 0px 0px 0px;
    top: 1px;
    border-style: none;
    border-color: rgba(255,255,0,1);
    border-radius: 1px;
    border-width: thin;
    visibility: hidden;
}
img.scbasket {
    float: right;
    margin: 0px 0px 0px 0px;
    flex-basis: 40%;
}
div.itemcount {
    float: left;
    margin: 0px 0px 0px 0px;
    color: rgba(255,255,0,1);
    font-size: 20px;
}

div.addresslist {
    position: relative;
    left:-10px;
	      
    display: table; /* Make the container element behave like a table */
    border-spacing:10px 10px;

    /*
  width: 100%; /* Set full-width to expand the whole page */
    */
}

.address {
    display: table-cell;
    border-style: solid;
    border-width: thin;
    width: 180px;
    height: 120px;
    font-size: 15px;
    border-color:   rgba(104,104,104,1);
    padding: 20px;
    /*
    margin-right: 10px;
   */
    cursor: pointer;
    background-color:  rgba(255,255,255,1);
    /*
    background-color:  rgba(204,204,204,1);

*/
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 5px, rgb(0 0 0 / 11%) 0px 0px 0px, rgb(0 0 0 / 12%) 0px 0px 0px, rgb(0 0 21 / 17%) 0px 5px 6px, rgb(0 0 0 / 9%) 0px 3px 0px;
}

div.editaddresslinks {
    position: relative;
    font-size: 12px;
    float:right;
}
div.tandc {
    width: 50%;
    font-style: italic;
    font-size: 12px;
}

table.itemlist {
    table-layout: auto;
    outline: none;
    font-size: 0.9rem;
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 70%;
}
td.itemlist {
    display: table-cell;
    text-align: left;
    padding: 0.2em;
    font-size: 21px;
}
tr.itemlist {
    background-color: #F0F0F0;
    border-style: solid;
    border-colour: #000000;
    border-bottom: 1pt solid black;
    margin-top: 5px;

}
span.addressname {
    margin-bottom: 6em;
    font-size: 19px;
    font-style: bold;
}

/* end basket stuff */

/* tiny form stuff */
form.tinyForm {
    display: block;
    margin-bottom: 0.1em;
}

form.tinyForm label {
    font-size: 0.9em;
    display: inline-block;
    width: 6rem;
    margin: 0.1rem 0rem 0rem 0rem;
}

form.tinyForm input {
    color: rgba(20,20,20,1);
    width: 16rem;
    padding: 0.1rem;
    font-size: 0.8rem;
    border: 1px solid rgba(100,100,100,1);
}
form.tinyForm input[type='submit'] {
    color: rgba(255,255,255,1);
    background-color: rgba(218,99,0,1);
    font-size: 1rem;
    border-radius: 6px;
    display: inline-block;
    padding: 2px;
    width: 5rem;
    height: 1.8rem;
    border: none;
    cursor: pointer;
    margin: 0rem 0rem 0rem 0.1rem;
}
form.tinyForm input[type='submit']:hover {
    background-color: rgba(228,109,0,1);
}

button:disabled {
    background-color: rgba(100,100,100,1);
}

p.right {
    float: right;
    font-size: 0.5em;
}
p.small {
    font-size: 0.8em;
}

/* VUE TRANSITIONS */
.vuehelper-enter-active,.vuehelper-leave-active {
  transition: opacity 0.2s ease;
}

.vuehelper-enter-from,.vuehelper-leave-to {
  opacity: 0;
}

/* rules that target nested elements */
.nested-enter-active .inner,
.nested-leave-active .inner {
  transition: all 0.3s ease-in-out;
}

.nested-enter-from .inner,
.nested-leave-to .inner {
  transform: translateX(30px);
  opacity: 0;
}
/* delay enter of nested element for staggered effect */
.nested-enter-active .inner {
  transition-delay: 0.25s;
}

.scrollbox {
    border:2px solid #ccc;
    width:300px;
    height: 100px;
    overflow-y: scroll;
}


/* =========== protos =============== */

details.protos {
    background-color: white;
    color: green;
    display: inline-block;
}
summary.protos {
    background-color: white;
    color: green;
    display: list-item;
    font-size: 15px;
}
p.protosfilename {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: white;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display:block;
}
div.protos a {
}
/* the Package: [packagename] line */
div.protos h1 {
    font-family: Roboto;
    color: ￼rgba(55,55,55,1);
    clear: both;
    min-width: 0px;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: white;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 700;
    display: inline-block;
}

/* the Service: [servicename] line */
h2.protos {
    font-family: Roboto;
    color: ￼rgba(52,198,235,1);
    display: inline-block;
    background-color: white;
    clear: both;
    font-size: 14px;  
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 800;
}

/* the Message: [messagename] line */
h2.protos-msg {
    font-family: Roboto;
    color: ￼rgba(55,55,55,1);
    display: inline-block;
    background-color: white;
    clear: both;
    font-size: 14px;  
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: 800;
}

div.protos br {
    background-color: white;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0px;
    font-weight: 1;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

p.protos {
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    height: 1;
    line-height: 1;
}
p.protos-msg-comment {
    font-family: Grupo;
    font-weight: 100;
    font-size: 15px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    height: 1;
    line-height: 1;
}

td.protos-comment {
    width: 100%;
    font-size: 12px;
}

textarea.smsreply {
    font-size: 14px;
}

/* =========== conversations =============== */

/* https://stackoverflow.com/questions/54008506/how-can-i-left-align-and-right-align-my-chat-bubbles */

.speech-wrapper{
  padding: 5px 6px;

  }
.chatbox-inbound {
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top:0px;   
  background: #075698;
  color: #FFF;
  position: relative;
  border-radius: 10px;  
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  box-shadow: 0 8px 6px -6px black;
  width: 70%;
}

.chatbox-outbound{
    height:auto;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top:0px;   
    background: #DCDCDC;
    color: #000;
    position: relative;
    border-radius: 10px;  
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    box-shadow: 0 8px 6px -6px black;
    width: 70%;
}

p.name-inbound {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
p.name-outbound {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


.name_other{
    font-weight: 600;
    font-size: 12px;
    margin: 0px 0px  9px;
    color: #1970b0;
}
.name_other1{
    font-weight: 600;
    font-size: 12px;
    margin: 0px 0px  9px;
    color: #ba006e;
}

.timestamp-outbound{
        font-size: 15px;
        position: absolute;
        bottom: 0px;
        right: 10px;
        text-transform: uppercase;
	color: #777777;
}       
.timestamp-inbound{
        font-size: 15px;
        position: absolute;
        bottom: 0px;
        right: 10px;
        text-transform: uppercase;
	color: #ffffff;
}

.name-inbound{
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px  9px;
    color: #ffffff;
}
.name-outbound{
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px  9px;
    color: #000000;
}

.body-inbound{
    font-weight: 300;
    font-size: 21px;
    margin: 0px 0px  4px;
    color: #ffffff;
}
.body-outbound{
    font-weight: 300;
    font-size: 21px;
    margin: 0px 0px  4px;
    color: #000000;
}


.triangle.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: #DCDCDC transparent transparent transparent;
  z-index: -1;
}

.triangle.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -10px;
    top: 0;
    bottom: auto;
    border: 32px solid;
    border-color: #075698 transparent transparent 
      transparent;
      z-index: -1;
}   
.alt{
    margin: 0 0 0 60px;
}

/* =========== video =============== */
video {
    border: 22px solid;
    border-color:  rgba(218,99,0,1);
    border-radius: 1px;
    border-color:  rgba(218,99,0,1);
    border-width: thin;
    border-style: solid;
    height: 80%;
    width: 80%;


}

div.infosection {
    width: 100%;
    height: 100%;
    background-color: #ba006e;
    color: white;
    font-weight: 300;
    font-size: 21px;
    margin: 0px 0px 0px;
    padding: 10px;
}
div.infosection a {
    color: white;
    text-decoration: underline;
}

a.righttext {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    float:right;
}

a.filebrowser {
    font-weight: 300;
    font-size: 28px;
}

img.filebrowser {
    width: 300px;
}
img.filebrowser:hover,
img.filebrowser:focus {
    width: 900px;
}
