body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    width:100%;
    margin: 0 !important;
    padding: 0 !important;
       }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', serif;
       }        
   /* The Modal (background) */
   .modal1 {
       display: none; /* Hidden by default */
       position: fixed; /* Stay in place */
       z-index: 1; /* Sit on top */
       padding-top: 100px; /* 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 */
   .my-modal-content {
       position: relative;
       background-color: #fefefe;
       margin: auto;
       padding: 0;
       border: 1px solid rgba(68,189,237,1);
       width: 50%;
       box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
       -webkit-animation-name: animatetop;
       -webkit-animation-duration: 0.4s;
       animation-name: animatetop;
       animation-duration: 0.4s;
       border-radius: 5px;
   }
   
   /* Add Animation */
   @-webkit-keyframes animatetop {
       from {top:-300px; opacity:0}
       to {top:0; opacity:1}
   }
   
   @keyframes animatetop {
       from {top:-300px; opacity:0}
       to {top:0; opacity:1}
   }
   
   /* The Close Button */
   .myclose {
       color: white;
       float: right;
       font-weight: bold;
       vertical-align: text-top;
       font-size: 30px !important;
   }
   
   .myclose:hover,
   .myclose:focus {
       color: #000;
       text-decoration: none;
       cursor: pointer !important;
       pointer-events: auto !important;
   }
   
   .my-modal-header {
       padding: 2px 16px;
       background-color: rgba(68,189,237,1);
       color: white;
       padding-top: 15px;
       padding-bottom: 15px;
       border-top-left-radius: 5px;
       border-top-right-radius: 5px;
   }
   
   .modal-body {padding: 2px 16px;}

   .my-modal-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
   }
   
   .my-modal-footer {
       padding: 2px 16px;
       background-color: rgba(68,189,237,1);
       color: white;
       padding-top: 15px;
       padding-bottom: 15px;
       border-bottom-left-radius: 5px;
       border-bottom-right-radius: 5px;

   }

    .modalicon {
        float: left; 
        width: 30px; 
        height: 30px; 
        padding: 5px;
   }

   .modal-button {
       border: none;
       color: white;
       padding: 12px 16px;
       font-size: 16px;
       cursor: pointer;
       width:50px;
       height:50px;
       margin-left: 1.5%;
       margin-top: 20px
       }

    .canvas-container {
        background-color: dimgrey;
        position: absolute;
        top: 0px;
        height: 550px;
    }

    .main-canvas {
        display: inline-block;
        position: relative !important;
        margin: 0 auto !important;
        text-align: center;
        height: 550px;
    }

    .custom_cross_cursor {cursor: url("../img/cursor.svg") 12 12, auto;}
    .custom_draw_cursor {cursor: url("../img/lasso.png"), auto;}
    .move_cursor {cursor:move;}
    .resize_cursor {cursor: col-resize;}
    .arrow_cursor {cursor:default;}
    .draw_cursor {cursor: crosshair}
    .grab_cursor {cursor: grab;}
    .grabbing_cursor {cursor: grabbing;}

    .app-container {
        background-color: #ededed;
        padding: 0 0 0 0;
        text-align: center;
        /* height: auto; */
    }

    .overallcontainer {
        width: 95% !important;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
   
    }

    .main-container {
        width: 96% !important;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    }

    .tool-box {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
        padding: 0 8px 0 8px;
    }

    .tool-box .btn {
        background-color: white;
        border: none;
        color: black;
        font-size: 24px;
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 5px !important;
        padding: 2px 10px 2px 10px !important;

    }

    .btn-selected {
        background-color: rgba(68,189,237,1) !important;
        color: white !important;
    }

    .button-active:hover {
        background-color: rgba(68,189,237,1) !important;
        color: white;
    }
   
    .information-container {
        width: auto;
        height: auto;
        text-align: center;
        padding-right:0px;
        padding-left: 0px;
            
    }

    .information-container .add_padding {
        text-align: center;
        background-color: #ffffff;
        padding-right:0px
    }

    .add_padding h3 { margin: 0 auto;}
    .add_padding h6 { padding-left: 15px;}

    
    .ajax_loader {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, .8) url('../img/loader.svg') 50% 50% no-repeat;
        background-size: 300px;
    }

    /* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
    body.loading .ajax_loader {
        overflow: hidden;
    }

    /* Anytime the body has the loading class, our
modal element will be visible */
    body.loading .ajax_loader {
        display: block;
    }

    #image_file_selector {
        position: absolute;
        top: -100px;
    }

    .button-inactive {
        opacity: .28;
    }

    .button-inactive:hover {
        background-color: white;
        border: none;
        color: black;
        font-size: 24px;
        cursor: auto !important;
    }

    #tool-box, #tool-box-controls, #tool-box-controls-export, #tool-box-controls-navigation,
    #button_white_to_white, #button_draw_circle {
        visibility: visible;
    }
    .information_table th, .information_table td {font-size: 13px !important;
    background: #FFFFFF}
    .table td, .table th {
      vertical-align: middle !important;
    }
    .table_row_odd {background-color: #EDEDED;}
    .table_row_even {background-color: #E3EEFB;}
    .table {margin-bottom: 0px;
        table-layout: fixed;
        width: 100%;
        align-content: center;
    }
    .col-lg-4 {width: auto;
        height: auto;
        text-align: center;
        padding-right:0px;
        padding-left: 20px;
        overflow:hidden;
        overflow-y: scroll;
        max-height: 550px; /* change this to desired height but make sure the info shows in the "print page"*/
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px
    }

    .box__dragndrop,
    .box__uploading,
    .box__success,
    .box__error {
      display: none;
    }
    .flex-lg-column{
        margin-bottom: 0px !important;
    }

    /* Tooltip container */
.mytooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .mytooltip .mytooltiptext {
    visibility: hidden;
    width: 115px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    border-radius: 5px;
    font: 'Lato';
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 115px;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  }

  .mytooltip .mytooltiptext::after {
    content: " " !important;
    position: absolute !important;
    top: 100% !important; /* At the bottom of the tooltip */
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: black transparent transparent transparent !important;
    }

  .mytooltip span { /* This trick is to add dots under the tooltip - Change % to add/remove points */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.233) 80%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    }

  /* Show the tooltip text when you mouse over the tooltip container */
  .mytooltip:hover .mytooltiptext {
    visibility: visible;

}
  
    /* Tooltip container */
    .tabletooltip {
      position: relative;
      display: inline-block;
      /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
    }
    
    /* Tooltip text */
    .tabletooltip .tabletooltiptext {
      visibility: hidden;
      width: 115px;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 2px 0;
      border-radius: 5px;
      font: 'Lato';
      /* Position the tooltip text - see examples below! */
      position: absolute;
      z-index: 1;
      width: 115px;
      bottom: 100%;
      left: 50%; 
      margin-left: -40px; /* Use half of the width (120/2 = 60), to center the tooltip */
    }
  
    .tabletooltip .tabletooltiptext::after {
      content: " " !important;
      position: absolute !important;
      top: 100% !important; /* At the bottom of the tooltip */
      left: 50% !important;
      margin-left: -25px !important;
      border-width: 5px !important;
      border-style: solid !important;
      border-color: black transparent transparent transparent !important;
      }
  
    .tabletooltip span { /* This trick is to add dots under the tooltip - Change % to add/remove points */
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.233) 80%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x;
      }
  
    /* Show the tooltip text when you mouse over the tooltip container */
    .tabletooltip:hover .tabletooltiptext {
      visibility: visible;
  
  }
  


/* This is the yes no button */
.btn-switch {
    font-size: inherit; 
      position: relative;
      display: inline-block;		
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    margin-bottom: 0 !important;
    margin-left: 5px !important; 
    width: 88% !important;
  }
  .btn-switch__radio {
      display: none;
  }
  .btn-switch__label {
      display: inline-block;	
      padding: .75em .5em .75em .75em;
      margin-top: 8px;
      vertical-align: top;
      font-size: 1em;
      font-weight: 700;
      line-height: 1.5;
      color: #666;
    cursor: pointer;
      transition: color .2s ease-in-out;
  }
  .btn-switch__label + .btn-switch__label {
    padding-right: .75em;
      padding-left: 0;
  }
  .btn-switch__txt {
      position: relative;
      z-index: 2;
    display: inline-block;
     min-width: 10.5em;
      opacity: 1;
      pointer-events: none;
      transition: opacity .2s ease-in-out;
  }
  .btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
      opacity: 0;
  }
  .btn-switch__label:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #f0f0f0;
      border-radius: 0.5em;
      box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
      transition: background .2s ease-in-out;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label:before {
      background: #5cabff;
  }
  .btn-switch__label_no:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: .5em;
      bottom: .5em;
      left: .5em;
      width: 44%; /*edit this for button width*/
      background: #fff;
      border-radius: 0.5em;	
      pointer-events: none;
      box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
      transition: left .2s ease-in-out, background .2s ease-in-out;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
      left: calc(64% - 2.5em); /*edit this for button movement*/
      background: #fff;
  }
  .btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
  .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
      z-index: 1;
  }
  .btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
      color: #fff;
  }
  .mybutton {
    background-color: #44bded;
    border-color: #44bded;
  }
  .mybutton:hover {
    background-color: #318fe6;
    border-color: #318fe6;
  }
  .mybutton:active {
    background-color: #2c80cf !important;
    border-color: #2c80cf !important;
  }
  .mytextbox {
      height: 150px !important;
  }
.mylink{
color: #376ba2;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.233) 99%, rgba(255, 255, 255, 0) 0%);
background-position: bottom;
background-size: 3px 1px;
background-repeat: repeat-x;
}
/* The next 2 are for the contact us forms, for the loading screen to appear after submission*/
div#content {
    display: none;
    }
div#loading {
    top: 200 px;
    margin: auto;
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: url(../img/loader.gif) no-repeat;
    cursor: wait;
    background-position: center;
    }    

  /* 
Right/Left eye > Copyright (c) 2017 by Jonathan Levaillant (http://codepen.io/jlwebart/pen/VYzxLK)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */


  /* CSS for list in modal info - Created by Collin Smith https://codepen.io/collinscode */
  
  .mycontainer .mylist .mynum {
	padding: 0rem 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(0):before {
	content: '0';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(1):before {
	content: '1';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(2):before {
	content: '2';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(3):before {
	content: '3';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(4):before {
	content: '4';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(5):before {
	content: '5';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:nth-child(6):before {
	content: '6';
	font-size: 3rem;
	font-weight: bold;
	color: #000;
	width: 2rem;
	opacity: 0.05;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum h3 {
	position: relative;
	left: -1.8rem;
	color: #3d3d3d;
	font-size: 1rem;
	transition: 0.25s;
  }
  .mycontainer .mylist .mynum:hover {
	background-color: #fafafa;
	cursor: pointer;
  }
  .mycontainer .mylist .mynum:hover:before {
	opacity: 0.2;
  }
  .mycontainer .mylist .mynum:hover h3 {
	left: 1rem;
  }

  .fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
    }
    @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
  
    /* Info button of Canvas */
    .extra-info {
      display: none;
      line-height: 30px;
      font-size: 12px;
      position: absolute;
      top: 0;
      left: 50px;
    }
    
    .info:hover .extra-info {
      display: block;
    }
    
    .info {
      font-size: 20px;
      padding-left: 5px;
      width: 20px;
      border-radius: 15px;
    }
    
    .info:hover {
      background-color: white;
      padding: 0 0 0 5px;
      width: 375px;
      text-align: left !important;
      transition:all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
      -webkit-transition:all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
      -moz-transition:all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    }

    .fa-info-circle1 {
      color: white !important;
    }

    .fa-info-circle1:hover {
      color: black !important;
    }    
    .fa-info-circle2 {
      color: black !important;
    }

    .fa-info-circle2:hover {
      color: black !important;
    }    

#infobuttonhover{
  display: both;
}
@media (pointer:none), (pointer:coarse) {
  #infobuttonhover {
    display: none;
  }
  #infobuttonmobile {
    visibility: visible !important;
  }
  .positionchange {
    position: relative !important;
  }
  .extra-info {
    font-size: 18px;
    line-height: 40px;
  }
  .info {
    font-size: 30px;
  }
  .info:hover {
    width: 450px;
  }
}


@media (pointer:none), (pointer:coarse) {
  #chevroncontrols {
    display: none;
  }
}

@media (pointer:fine) {
  #tool-box-controls-navigation #button_next, #tool-box-controls-navigation #button_back {
    display: none;
  }
}

@media (pointer:fine) {
  #chevroncontrols #tool-box-controls-navigation #button_next, #chevroncontrols #tool-box-controls-navigation #button_back {
    display: block;
  }
}


.carousel-control-prev, .carousel-control-prev:hover {
  background: transparent !important;
  border: transparent !important;
  left: 0 !important;
  position: absolute !important;
  height: 50px !important;
  width: 30px !important;
}
.carousel-control-next, .carousel-control-next:hover  {
  background: transparent !important;
  border: transparent !important;
  right: 0 !important;
  position: absolute !important;
  height: 50px !important;
  width: 30px !important;
}

[data-href] {
  cursor: pointer;
}

.selected_table_row{
  background-color: #a5e9f2;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*END OF TOGGLE SWITCH*/
