/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


:root{
  --main-color: #2f2e41;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


h4{
  color: #4e555b;
}



nav{
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.26);
  -webkit-box-shadow:5px 5px 15px 0px rgba(0,0,0,0.26);
}

#sidebar{
  background: var(--main-color);
  border-radius: 0px 20px 20px 0px;
  height: 100%;
  position: fixed;
  bottom: 0;
}

#sidebar ul li a {
  color: white;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

body{
  font-family: 'Montserrat', sans-serif;
}

.addUser{
  width: 20%;
  min-width: 200px;
  max-width: 210px;
  height: auto;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.VGEradioButtons{
  background-color: #ffffff;
  color: #303032;
  border-radius: 5px;
  cursor: pointer;
}

.VGEradioButtons-ACTIVE{
  color: white;
  border-radius: 5px;
  border-color: white;
}

.buttonUsers{
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
}

.addVote{
  width: 20%;
  min-width: 200px;
  height: 300px;
  text-align: center;
  cursor: pointer;
  float: left;
  background-color: var(--main-color);
  margin-bottom: 20px;
  margin-left: 10%;
  margin-top: 10%;
  color: white;
  border-radius: 20px;
  font-size: 1.3rem;
}

.voteGroupDiv{
  float: left;
  width: 10vw;
  min-width: 200px;
  height: 10vw;
  min-height: 200px;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 20px;
  border-width: 1px;
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  font-weight: bold;
  color: var(--main-color);
  font-size: 1.2em;
  text-align: center;
}

.voteGroupDiv p {
  padding-top: 20px;
}

.selectVoteGroupDiv{
  float: left;
  width: 15vw;
  min-height: 100px;
  min-width: 100px;
  height: 15vw;
  cursor: pointer;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.26);
  -webkit-box-shadow:5px 5px 15px 0px rgba(0,0,0,0.26);
  border-radius: 20px;
  font-weight: bold;
  color:var(--main-color);
  text-align: center;
  font-size: 1.0em;
}

.selectVoteGroupDiv p {
  padding-top: 10px;
  color: rgb(86, 86, 86);
}

.userDiv{
  /*float: left;*/
  width: 20%;
  cursor: pointer;
  min-width: 200px;
  max-width: 210px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  border-color: #ceccd3;
  border-style: solid;
  border-width: 0;
  padding: 10px;
  background-color: white;
  border-radius: 20px;
  font-weight: 300;
  color: var(--main-color);
  text-align: center;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}

.userDiv p {
  padding-top: 10px;
}

.voteDiv{
  text-align: left;
  float: top;
  cursor: pointer;
  width: 96%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 10px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  padding: 10px 10px;
  padding-bottom: 0px;
  background-color: white;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.26);
  -webkit-box-shadow:5px 5px 15px 0px rgba(0,0,0,0.26);
  margin-top: 10px;
}


.logoutButton{
  cursor: pointer;
}

.logoutButton:hover{
  background-color: #e6e4ec;
  border-radius: 3px;
  cursor: pointer;
}

.clickable{
  cursor: pointer;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.leftMarginSideBarItems{
  margin-left: 5%;
  width: 30px;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  width: 40%;
  border: 0;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#yes{
  width: 49%;
  background-color: var(--main-color);
  color: white;
}
#no{
  width: 49%;
  background-color: var(--main-color);
  color: white;
}

#IVMlist{
  margin-top: 10px;
  font-size: 16px;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 92px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--vertical{
  display: inline-block;
  position: relative;
  width: 90px;
  height: 92px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--vertical img {
  width: 100%;
  height: auto;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -23px;
}

.circular--landscape--icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape--icon img {
  width: auto;
  height: 100%;
  margin-left: -7px;
}

.store_container{
  position: relative;
  background-color: white;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 180px;
  width: 300px;
  border-radius: 10px;
  cursor: pointer;
}

.store_container-text{
  text-align: left;
  margin-left: 5px;
  position: absolute;
  bottom: 0;
  color: #4d5553;
  width: 20%;
  margin-bottom: 10px;
  width: 100%;
}


.store_container-img{
  width: auto;
  max-height: 170px;
  max-width: 290px;
  height: auto;
  padding: 5px;
}

.delButton{
  background-color: #d20742;
  color: white;
}

.ts-input{
  min-width: 300px;
}

#IVGMcolorPicker{
  background-color: white;
  border: none;
}


.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #2e2f41 radial-gradient(circle, transparent 1%, #37384e 1%) center/15000%;
}

.ripple:active {
  background-color: var(--main-color);;
  background-size: 100%;
  transition: background 0s;
}

.chnageIconModalIcons{
  width: 25%;
  height: auto;
  float: left;
  font-size: 6em;
  cursor: pointer;
}

.MD_shadow {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.MD_shadow:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.iconHoverer:hover{
  opacity: 1;
}

.filterMainDiv{
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
  border-color: #ceccd3;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  margin-top: -30px;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.filterButtons{
  width: 100%;
  background-color: var(--main-color);
  color: white;
  border-width: 0;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 5px 5px 5px 5px;
}

.filterButtons:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.filterButtonsLikeText{
  width: 100%;
  background-color: white;
  color: #303032;
  border-radius: 5px;
  border: none;
  margin-bottom: 1px;
}

.filterPlusMinusButton{
  color: #303032;
  width: 49%;
  cursor: pointer;
}

.filterButtonActive{
  width: 100%;
  background-color: white;
  color: #303032;
  border-radius: 5px;
  margin: 5px 5px 1px 5px;
}

.votedResoluteIVM{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

/* path style */
#path {
  height: 20px;
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
}

.pathLink:hover {
  cursor: pointer;
}

.commentsInner{
  overflow: scroll;
  min-height: 10px;
  max-height: 100px;
  background-color: #ffffff;
}

.commentsInput{
  display: inline-block;
  width: 100%;
}

.commentsInputText{
  width: 90%;
  color: var(--main-color);
  border-width: 0;
  border-radius: 10px;
  background-color: #ececec;
  margin-top: 10px;
  padding-left: 10px;
}

.commentsSubmitButton{
  width: 7%;
  font-size: 1.5em;
  margin-left: 10px;
  color: var(--main-color);
  border-width: 0;
  border-radius: 10px;
  background-color: white;
}

.commentImg{
  border-radius: 5px;
  max-width: 30px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.commentInnerDiv{
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  padding: 3px;

}

.commentMain{
  display: inline-block;
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 7px;
  width: 100%;
}

/* MAIN COLOUR: #303032*/


/* Ticket styles*/
.ATMclose {
  cursor: pointer;
}

.TSMclose {
  cursor: pointer;
}

.contact {
  float: left;
  border-radius: 2px;
  margin: 10px;
  padding: 2px 10px;
  color: #ffffff;
}

.user {
  float: right;
  text-align: right;
  border-radius: 2px;
  color: #ffffff;
  margin: 10px;
  padding: 2px 10px;
}



#previousTicketMessages {
  overflow-y: scroll;
  height: 200px;
  border-color: #000000;
  border-width: 2px;
  box-shadow: 2px 2px #aaaaaa;
}

#respondToTicketButton {
  margin-top: 20px;
}

@media only screen and (max-width: 726px) {
  #sidebar.active {
  }
}

textarea:focus, input:focus{
  outline: none;
}

.btnAVM{
  margin-top: 5px;
  border-radius: 10px;
  border-width: 0;
  background-color: var(--main-color);
  color: #ffffff;
  width: 49%;
  font-weight: bold;
}

.searchBarDiv{
  width: 100%;
  height: 40px;
}


.searchBar{
  padding-left: 20px;
  float: left;
  width: 20%;
  height: 60%;
  border-width: 0;
  border-radius: 20px;
  background-color: white;
  color: #424244;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.preFolding{
  white-space: pre-wrap;
  word-break: keep-all
}

.AVGMclose, .AVMclose, .IVMclose, #delVoteButton,
.IVGMclose, .IVGMedit, .IUMclose, .AUMclose,.CVGIMclose,.AUVGMclose {
  color: black;
  padding-bottom: 10px;
  font-weight: bold;
}

#IUMname {
  margin-top: 10px;
  font-weight: bold;
  color: black;
}

#IUMtitle {
  font-size: small;
  font-weight: 300;
  color: black;
}

#IUMgroup {
  font-size: small;
  font-weight: 300;
  color: black;
}

#IUMemail, #IUMphone {
  font-size: medium;
  font-weight: bold;
  color: black;
}

#saveNewUser {
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
}

#EUM_NOsaveButton {
  width: 49%;
  font-weight: bold;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
}

#EUMsaveButton {
  font-weight: bold;
  color: white;
  width: 49%;
  padding: 2px 10px;
  border-radius: 20px;
}

.AVGMbutton {
  border-radius: 20px;
  color: white;
  background-color: var(--main-color);
  font-weight: bold;
}

#IVGMnameOfGroup{
  font-size: 1.3em;
  font-weight: bold;
  color: #2a292adb;
}

#IVMdesc{
  white-space: pre-wrap;
  word-break: keep-all;
  color: #8a8a8d;
  overflow: hidden;
}

.customButton{
  margin-top: 5px;
  border-radius: 10px;
  border-width: 0;
  background-color: var(--main-color);
  color: #ffffff;
  width: 49%;
  font-weight: bold;
}

.totalHours{
  margin-left: 5%;
  font-weight: bold;
  font-size: 1.3em;
}

.noVotesHere{
  font-size: 2em;
  margin-bottom: 40px;
}

.arrowSpacer{
 width: 50%;
}

.arrowsPagination{
  color: var(--main-color);
  width: 24%;
  font-size: 2em;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

.arrowsPaginationOff{
  color: slategrey;
  width: 24%;
  font-size: 2em;
  cursor: default;
  text-align: center;
  margin-top: 20px;
}

.col-md-5{
  max-width: 100% !important;
  width: 90% !important;
}

.col-md-4{
  max-width: 100% !important;
  width: 90% !important;
}

.changeIconButton{
  color: #6d6d6d;
  cursor: pointer;
  font-size: 1em;
  width: 20%;
  display: none;
  margin-left: 10px;
  height: 100%;
}

.iconSizer{

}

#imagePreviewText{
  width: 95%;
  line-height: 25px;
  overflow: hidden;
}

.AUVGMaddButton{
  background-color: white;
  color: #151515;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  display: none;
  font-size: 0.9em;
}

.addUserToGroupDiv{
  padding: 10px;
  cursor: pointer;
}

.addUserImageInput{
  max-width: 60% !important;
  margin-left: 11px;
  overflow: hidden
}

.backButton{
  border-width: 0;
  color: white;
  background-color: rgb(47 46 65);
  margin-left: 20px;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 10px;
}
