/*

    Copyright (c) 2018 Eliane Briand

    This file is part of Plasmid Sketcher.

    Plasmid sketcher is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.



    This project incorporates work covered by the following copyright and permission notice :

    The MIT License (MIT)

    
    Copyright (c) 2014 Rehan Chawdry <rchawdry@vixis.com>

    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.

 */

 @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Donegal+One|Source+Code+Pro:400");
body {font-family:'Roboto', 'Source Sans Pro', sans-serif;font-weight:400; background-color: white;}
.boundary {stroke-dasharray:2,2;stroke-width:2px}
.mdlabel {font-size:25px}
.labelline {stroke:#333;stroke-width:2px;}
.smlabel {font-size:18px}
.vsmlabel {font-size:15px}
.white {fill:#fff}
.red {fill:rgb(192,64,64)}
.purple {fill:rgb(192,64,192)}
.blue {fill:rgb(64,192,192)}
.green {fill:rgb(64,192,64)}
.gold {fill:rgb(192,128,64)}

#p1 {border:1px solid #ccc}

.titlelabel{
    font-size:30px;
    font-weight: bold;
}

.subtitlelabel{
    font-size:25px;
    font-weight: normal;
}

.flcontainer {
  display: flex; /* or inline-flex */
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
  margin-top : 0px;
   justify-content: center;
}

.plasmidview {
   font-family: "Roboto", Sans;
}

#plv {
   font-family: "Roboto", Sans;
}

#canvas1 {
   font-family: "Roboto", Sans;
}

.plasmidedit {
   /* display : flex; */
   
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  width : 50vw;
}

.plasmidLabelEditor{
    margin-left: 5%;
    margin-right: 5%;
    margin-top : 5%;
    margin-bottom : 5%;
    flex: 1  1 auto;
}

.plasmidMarkerAdder{
    margin-left: 5%;
    margin-right: 5%;
    margin-top : 5%;
    margin-bottom : 5%;
    margin-bottom : 5%;
    flex: 1  1 auto;
}

.plasmidMarkerList {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom : 5%;
    flex: 1  1 auto;
}

.plasmidMarkerEditor {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom : 5%;
    flex: 1  1 auto;
}


.selectedMarker {
  background: yellow;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.fileloadialog {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 13px 19px 2px rgba(0, 0, 0, 0.14),
      0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 500px;
}
