* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.container div {
    padding-top: 2px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 0;
}
.cams {
    background-color: #e8e8e8;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    display: table;
    content: " "
}
.clearfix:after,
.container:after {
    clear: both
}
.col-md-12,
.col-md-3,
.col-sm-12,
.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width:768px) {
    .col-sm-12,
    .col-sm-6 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-6 {
        width: 50%
    }
}
@media (min-width:992px) {
    .col-md-12,
    .col-md-3 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-3 {
        width: 25%
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
h4 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 10px;
    margin: 2px;
    white-space: normal;
}
.framed {
    border-color: red;
}
@media (max-width: 767px) {
    .btn {
        font-size: 20px;
        margin: 3px;
        padding: 12px;
    }
}
@media (max-width: 361px) {
    .btn {
        padding: 16px 12px;
    }
}
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    cursor: pointer;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
a {
    margin: 3px 3px 3px 0;
    background-color: transparent;
    text-decoration: none
}
a:active,
a:hover {
    outline: 0
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.modal {
    background-color: #6da;
}
.single {
    background-color: #3ed090;
}
.multi {
    background-color: #0bc2ff;    
}
.c-round {
    background-color: #0bc2ff;    
    border-radius: 11px;
}
.highlit {
    background-color: #9d4;
}
.single, .c-round, .modal, .multi, .highlit, .group {
    color: white;
}
.ext-group {
    /* background-color: #1dbe60; */
    background-color: #daa;
    color: #eee;
    border-radius: 5px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
@media (min-width:768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}
@-ms-viewport {
    width: device-width;
}
.visible-sm {
    display: none !important
}
@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}
.modal-panel {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 2%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 98%;
    /* max-width: 1200px; */
    background-color: rgba(255, 255, 255, 0);
}
.slide {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}
/* .slide > img, */
#the-pic {
    object-fit: contain;
    height: 100%;
    width: 100%;
    /* width: 100%;
    max-height: 98%;
    border: 0;
    vertical-align: top; */
}
