/*html {*/
    /*height: 100%;*/
    /*overflow-y: visible;*/
    /*overflow: hidden;*/
/*}*/
@import url('./theme.css');
body {
    min-height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #303030;
    /*overflow: auto;*/
    /*overflow: initial;*/
    /*position: absolute;*/
    /*top: 60px;*/
    line-height: 1.3;
}


.dark-grey {
    background-color: var(---row-dark);
}

.light-grey-bg {
    background-color: var(---row-light);
}

#body-container {
  /*z-index: 1;*/
  /* background-color: #808080; */
  position: relative;
  min-height: 100%;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  #sidenav ~ #body-container {
    margin-left: 250px;
  }
}

@media (max-width: 767px) {
  #app-container.push-right #sidenav ~ #body-container {
    left: 250px;
  }
  #app-container.push-right #sidenav {
    left: 0;
  }
  #app-container.push-right #footer-wrap {
    left: 250px;
  }
}


.mw-800 {
    min-width: 800px;
}

.navbar-img {
    width: 160px;
}

@media (max-width: 380px) {
    .navbar-img {
        width: 120px;
    }
}

a {
    color: var(---app-primary-color);
    /* color: var(---row-dark); */
}

a:hover{
    color: var(---text-primary);
}

.clearfix li {
    position: relative;
}

.photoTagLabel {
    position: absolute;
    top: 5px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.text-default-color{
    color: var(---text-body) !important;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}




/* IE7 */

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*.h1,*/
/*.h2,*/
/*.h3,*/
/*.h4,*/
/*.h5,*/
/*.h6 {*/
    /*line-height: 0.8;*/
    /*margin-top: 4px;*/
    /*margin-bottom: 4px;*/
/*}*/
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}


.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.zi1 {
    z-index: 1;
}
.zi10 {
    z-index: 10;
}
.zi20 {
    z-index: 20;
}
.zi30 {
    z-index: 30;
}
.zi40 {
    z-index: 40;
}
.zi50 {
    z-index: 50;
}

span.brandbar-right {
    float: right;
    text-align: right;
    font-size: 20px;
    margin-top: -4px;
    width: 50px;
}

.ps-container > .ps-scrollbar-y-rail {
    width: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    right: 0px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 8px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 8px;
}

.panel-heading {
    font-size: 18px;
    border-bottom: 1px solid #ADADAD;
}

#ratioContainer {
    display: inline;
}

.disabled-text {
    color: #ADADAD;
    font-weight: normal;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

a > div.panel-heading,
a:hover > div.panel-heading {
    background-color: #5cbac0;
    color: #ffffff;
    text-decoration: none !important;
}

.dark-bkg {
    background-color: #2C3230;
}
img.photo-thumb {
    width: 140px;
    margin-left: 1px;
    margin-right: 8px;
}

img.photo-thumb.small {
    width: 90px;
}

img.photo-thumb.super-small {
    width: 45px;
}

img.photo-thumb.large {
    width: 190px;
}

.list-view-heading {
    margin-bottom: 10px;
}

.help-block {
    color: red !important;
}

.signal-icon{
    padding-top: 0.10rem !important;
}
.icon-medium {
    font-size: 26px;
}

.icon-small {
    font-size: 22px;
}

.small-text {
    font-size: 12px;
}

.navbar-nav > li > a.active,
.nav > li.active > a {
    color: #E82227 !important;
}

ul.top-nav {
    display: block;
}

.navbar .dropdown-menu a  {
    font-size: 14px !important;
    font-weight: 400;
}
/*video {*/


/*width:100%;*/


/*max-width:500px;*/


/*height:auto;*/


/*}*/
.dashboard-background {
    padding: 20px;
    padding-top: 50px;
    min-height: 100vh;
    width: 100%;
    background-color: #444444;
    background-image: url("/images/full-bkg.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
}

.onx-background {
    padding: 20px;
    padding-top: 50px;
    min-height: 100vh;
    width: 100%;
    background-color: #444444;
    background-image: url("/images/topo_map_bkgrd.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
}

/*@media (min-width: 768px) {*/
    /*.dashboard-background {*/
        /*!* for chrome browser only shift background-image to the right by 250px; *!*/
        /*background-position: right -250px center;*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#app-container.push-right .dashboard-background {*/
        /*!* for chrome browser only shift background-image to the right by 250px; *!*/
        /*background-position: right -250px center;*/
    /*}*/
/*}*/



.elk-bkg {
    background: url("/images/full-bkg.png");
}

.mtn-lion-bkg {
    background-image: url("/img/contact-bg.jpg");
}

.fixed-full {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.parallax-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax {
    /* Set a specific height */
    min-height: 100%;
    position: relative;
    padding: 0px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-content {
    margin-top: 100px;
}

.parallax-small {
    /* The image used */
    background-image: url("/images/full-bkg.png");
    /* Set a specific height */
    height: 80px;
    position: relative;
    padding: 0px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.flex-center {*/
    /*align-items: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/

.login-input-group {
    margin-bottom: 10px;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,

select:-webkit-autofill
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus,
select:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px var(---row-dark) inset !important;
    box-shadow: 0 0 0 1000px var(---row-dark) inset !important;
    -webkit-text-fill-color: var(---text-body) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.transparent {
    background: transparent;
}

.semi-tran {
    -ms-filter: "alpha(opacity=80)";
    /* IE8 */
    filter: alpha(opacity=80);
    /* Old IE */
    -khtml-opacity: 0.80;
    /* Old Safari */
    -moz-opacity: 0.80;
    /* Old Firefox, Netscape */
    opacity: 0.80;
    /* Standard */
}

.opac-0 {
    -ms-filter: "alpha(opacity=0)";
    /* IE8 */
    filter: alpha(opacity=0);
    /* Old IE */
    -khtml-opacity: 0.0;
    /* Old Safari */
    -moz-opacity: 0.0;
    /* Old Firefox, Netscape */
    opacity: 0.0;
    /* Standard */
}
.opac-1 {
    -ms-filter: "alpha(opacity=1)";
    /* IE8 */
    filter: alpha(opacity=1);
    /* Old IE */
    -khtml-opacity: 1.0;
    /* Old Safari */
    -moz-opacity: 1.0;
    /* Old Firefox, Netscape */
    opacity: 1.0;
    /* Standard */
}

.semi-tran-50 {
    -ms-filter: "alpha(opacity=50)";
    /* IE8 */
    filter: alpha(opacity=50);
    /* Old IE */
    -khtml-opacity: 0.50;
    /* Old Safari */
    -moz-opacity: 0.50;
    /* Old Firefox, Netscape */
    opacity: 0.50;
    /* Standard */
}
.semi-tran-60 {
    -ms-filter: "alpha(opacity=60)";
    /* IE8 */
    filter: alpha(opacity=60);
    /* Old IE */
    -khtml-opacity: 0.60;
    /* Old Safari */
    -moz-opacity: 0.60;
    /* Old Firefox, Netscape */
    opacity: 0.60;
    /* Standard */
}
.semi-tran-70 {
    -ms-filter: "alpha(opacity=70)";
    /* IE8 */
    filter: alpha(opacity=70);
    /* Old IE */
    -khtml-opacity: 0.70;
    /* Old Safari */
    -moz-opacity: 0.70;
    /* Old Firefox, Netscape */
    opacity: 0.70;
    /* Standard */
}

.semi-tran-80 {
    -ms-filter: "alpha(opacity=80)";
    /* IE8 */
    filter: alpha(opacity=80);
    /* Old IE */
    -khtml-opacity: 0.80;
    /* Old Safari */
    -moz-opacity: 0.80;
    /* Old Firefox, Netscape */
    opacity: 0.80;
    /* Standard */
}
.semi-tran-90 {
    -ms-filter: "alpha(opacity=90)";
    /* IE8 */
    filter: alpha(opacity=90);
    /* Old IE */
    -khtml-opacity: 0.90;
    /* Old Safari */
    -moz-opacity: 0.90;
    /* Old Firefox, Netscape */
    opacity: 0.90;
    /* Standard */
}

.footer-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #ADADAD;
    margin-top: 0px;
}

.light-text {
    font-weight: 200;
}


.gradient {
    background: #E82227;
    /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#E82227 15%, #C21A1E 35%, 50%);
    /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#E82227 15%, #C21A1E 35%, #7E0D10 50%);
    /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#E82227 15%, #C21A1E 35%, #7E0D10 50%);
    /* For Firefox 3.6 to 15 */
    background: radial-gradient(#E82227 10%, #C21A1E 40%, #7E0D10 90%);
    /* Standard syntax (must be last) */
    color: #FFFFFF;
}

.btn-gradient {
    background: #E82227;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(135deg, #7E0D10, #E82227);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(135deg, #7E0D10, #E82227);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(135deg, #7E0D10, #E82227);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(135deg, #7E0D10, #E82227);
    /* Standard syntax */
    color: #FFFFFF;
    background-color: #E82227;
    border-color: #7E0D10;
}

.btn-gradient:hover,
.btn-gradient:active,
.btn-gradient:focus {
    background: #E82227;
    color: #FFFFFF;
}

.home-icon {
    font-size: 20px;
}

.outline-red {
    outline-style: solid;
    outline-color: #FF0000;
}

.options-bar {
    float: left;
    padding: 10px;

    min-width: 150px;
    /*height: 400px;*/
    margin-left: 0px;
}

.options-bar li a {
    color: #606060;
}

.options-bar li.active a {
    color: #E82227;
}

.options-bar li {
    position: relative;
    display: block;
    padding: 2px 2px;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.1);*/
    transition: all 0.2s ease-in-out;
}

.options-bar li:hover,
.options-bar li:active,
.options-bar li:focus {
    background: rgba(0, 0, 0, 0.1);
}

.tab-content-pad {
    padding: 15px 15px;
}

@media screen and (max-width: 992px) {
    .tab-content-pad {
        border-left: none;
    }

    .options-bar {
        overflow: auto;
        width: 100%;
        border-right: none;
        /*border-bottom: thin solid #D2D2D2;*/
    }

    .options-bar li {
        display: inline;
        padding: 2px 2px;
        border-bottom: none;

    }
}

@media screen and (max-width: 480px) {
    .options-bar li {
        font-size: 10px;
    }
}

.mw1000 {
    max-width: 1000px;
}





ul {
    padding: 0px;
}

label.file-upload input[type="file"] {
    position: fixed;
    top: -1000px;
}


/***** Example custom styling *****/

label.xfile-upload {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}

label.xxfile-upload:hover {
    background: #CCC;
}

label.xfile-upload:active {
    background: #CCF;
}

label.xfile-upload:invalid + span {
    color: #A44;
}

label.xfile-upload:valid + span {
    color: #4A4;
}

.odd-row {
    background-color: #f1f1f1;
}

.bottom-border {
    padding-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

.data_table .heading {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}

.data_table .caption {
    color: var(---text-body);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.data_table .value {
    padding-left: 1px;
    color: #307bbb;
    font-size: 14px;
    font-weight: 400;
}

.data_table th, .data_table td {
 
    color: var(---text-body);
}

.photo_info{
    background-color: var(---row-dark);
    color: var(---text-body);
}

.value {
    color: #307bbb;
}

a.value:hover {
    color: var(---app-primary-color) !important;
}

p.inactive {
    color: #E82227;
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*image gallery*/

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #007bff;
}

.image-checkbox .fa {
    position: absolute;
    color: #007bff;
    background-color: transparent;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}


/***Camera Page Customizations***/

.thumb-settings-actions {
    width: 190px;
}

.thumb-settings-actions div {
    /*   margin-bottom:10px;*/
}

.camera-data-row {
    margin-bottom: 20px;
}

.break-word {
    word-wrap: break-word;
}

.data_table .heading,
.data_table tr .caption,
.data_table tr .value {
    font-size: 14px;
}

.SD-title {
    color: var(---text-body);
}

.action-modal ul li {
    margin: 10px 0;
}

.setting-action-btn {
    border: 0.8px solid #307bbb;
    margin: 8px 0;
}

.overflow-scroll {
    overflow-y: scroll;
    max-height: 300px;
}

.setac-btn {
    color: #307bbb;
}

.sd-exceed {
    color: #307bbb!important;
}

.thumb-settings-actions .pull-left.dialog,
.thumb-settings-actions .pull-right.dialog {
    margin-top: 10px;
}


/***5 Column Bootstrap Layout***/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.setac-btn button {
    width: 100%;
    border-radius: 4px!Important;
}

.updateNameErrorMsg {
    width: 95%!important;
    margin: 0 auto 20px auto!important;
    border-color: #FF0000!important;
    /*background-color: rgba(255, 0, 0, 0.1)!important;*/
}

.jconfirm-box {
    border-top-color: var(---app-primary-color);
    border-top-width: 8px;
    border-top-style: solid;
}

.jconfirm-icon-c {
    color: var(---app-primary-color)
}

/*.jconfirm-title {*/
    /*color: #307BBB;*/
/*}*/

.w_load_body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.7);
    z-index: 1000;
}

.red {
    background-color: var(---app-primary-color) !important
}

.red-text {
    color: var(---app-primary-color) !important;
}

.hover-red:hover {
    color: var(---app-primary-color);
}

.error-message {
    color: var(---app-primary-color);
}

.data_table .red {
    color: var(---app-primary-color);
}

.data_table .orange {
    color: #FF6E00;
}

.data_table .blue {
    color: #307BBB;
}

.selectable:hover {
    cursor: pointer;
    color: #E82227;
}

#modelModal .modal-dialog {
    height: 96%;
    margin: 4px auto;
}

#modelModalBody,
#modelModalBody .modal-body,
#formSelectModel,
#formSelectModel .row {
    height: 100%;
    max-height: 96%;
}


.h-center {
    margin-left: auto;
    margin-right: auto;
}

#selectModel {
    color: #606060;
}

#selectModel:hover {
    color: #E82227;
}

.inline {
    display: inline;
}

/*.loader {*/
    /*border: 16px solid #f3f3f3;*/
    /*border-top: 16px solid #E82227;*/
    /*border-bottom: 16px solid #E82227;*/
    /*border-radius: 50%;*/
    /*width: 80px;*/
    /*height: 80px;*/
    /*animation: spin 2s linear infinite;*/
    /*position: absolute;*/
    /*z-index: 1042;*/
    /*left: 54%;*/
    /*top: 40%;*/
/*}*/

/*.loader-full {*/
    /*!*border: 16px solid #f3f3f3;*!*/
    /*border-top: 16px solid #E82227;*/
    /*border-bottom: 16px solid #E82227;*/
    /*border-radius: 50%;*/
    /*width: 80px;*/
    /*height: 80px;*/
    /*animation: spin 2s linear infinite;*/
    /*position: absolute;*/
    /*z-index: 1042;*/
    /*left: 50%;*/
    /*top: 15%;*/
/*}*/

/*.loader-message {*/
    /*left: 44%;*/
    /*position: absolute;*/
    /*top: 25%;*/
    /*font-weight: bolder;*/
    /*font-size: 18px;*/
/*}*/

.bolder {
    font-weight: bolder;
}

/*.loader-contain {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/

/*.full-loader-container {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*display: none;*/
    /*z-index: 1041;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(255, 255, 255, 0.8);*/
/*}*/

/*body.loading {*/
    /*overflow: hidden;*/
/*}*/

/*body.loading .full-loader-container {*/
    /*display: block;*/
/*}*/

/*@keyframes spin {*/
    /*0% {*/
        /*transform: rotate(0deg);*/
    /*}*/
    /*100% {*/
        /*transform: rotate(360deg);*/
    /*}*/
/*}*/

#app-container {
    overflow-y: visible;
    overflow-x: hidden;
}


/* FILTER SLIDER */

#slidemenu {
    background-color: var(---row-dark);
    /*border:2px solid #307bbb;*/
    top: 115px;
    /*    min-width:250px;*/
    right: -500px;
    z-index: 500;
    position: absolute;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 1px 80px 1px;
}


#filters .form-group {
    padding: 0px 0px;
}

.slidemenu-title {
    text-align: center;
    background-color: var(---row-light);
    color: var(---text-body);
    padding: 20px 10px 10px 10px;
}

.slidemenu-title h4 {
    display: inline-block;
}

#slidemenu .form-group {
    border-bottom: 1px solid var(---row-light);
    color: var(---text-body);
    margin-bottom: 0;
}

#slidemenu .btn-danger {
    width: 99%;
    margin: 10px 0px 2px 2px;
}

#slidemenu .title-contain {
    background-color: var(---row-dark);
    width: 100%;
    padding: 10px 10px 5px 10px;
}

#slidemenu .title-contain:hover {
    cursor: pointer;
}

#slidemenu .filter-options-contain {
    padding: 20px 30px;
    background-color: var(---background);
}

.photoLayoutSelector.active {
    background-color: #4285f4;
    color: white;
}

.photoLayoutSelector.active:hover {
    background-color: #4285f4;
    color: white;
}

.hidden {
    display: none;
}

.nonvisible {
    visibility: hidden!important;
    transition: all 0.2s ease-in-out;
}

.hideItem {
    display: none!important;
    transition: all 0.2s ease-in-out;
}

/*.col-8 {*/
    /*width: 12.5%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
    /*margin-bottom: -54px;*/
/*}*/

/*.col-12 {*/
    /*width: 8.33%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
    /*margin-bottom: -54px;*/
/*}*/

/*.col-10 {*/
    /*width: 10%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
    /*margin-bottom: 4px;*/
/*}*/

.battery-padding {
    color: #307bbb;
}

#slidemenu .title-contain-toggle {
    display: inline;
}

#select2-filterName-container {
    text-align: left;
}

.img-responsive.ratio-4-3 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
}

.img-responsive.ratio-4-3:before {
    display: block;
    content: "";
    padding-top: 75%;
}

.img-responsive.ratio-16-9 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
}

.img-responsive.ratio-16-9:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.list-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}

#grid .col-xs-1,
#grid .col-sm-1,
#grid .col-md-1,
#grid .col-lg-1,
#grid .col-xs-2,
#grid .col-sm-2,
#grid .col-md-2,
#grid .col-lg-2,
#grid .col-xs-3,
#grid .col-sm-3,
#grid .col-md-3,
#grid .col-lg-3,
#grid .col-xs-4,
#grid .col-sm-4,
#grid .col-md-4,
#grid .col-lg-4,
#grid .col-xs-5,
#grid .col-sm-5,
#grid .col-md-5,
#grid .col-lg-5,
#grid .col-xs-6,
#grid .col-sm-6,
#grid .col-md-6,
#grid .col-lg-6,
#grid .col-xs-7,
#grid .col-sm-7,
#grid .col-md-7,
#grid .col-lg-7,
#grid .col-xs-8,
#grid .col-sm-8,
#grid .col-md-8,
#grid .col-lg-8,
#grid .col-xs-9,
#grid .col-sm-9,
#grid .col-md-9,
#grid .col-lg-9,
#grid .col-xs-10,
#grid .col-sm-10,
#grid .col-md-10,
#grid .col-lg-10,
#grid .col-xs-11,
#grid .col-sm-11,
#grid .col-md-11,
#grid .col-lg-11,
#grid .col-xs-12,
#grid .col-sm-12,
#grid .col-md-12,
#grid .col-lg-12 {
    position: relative;
    min-height: 1px!important;
    padding-left: 4px!important;
    padding-right: 4px!important;
    margin-bottom: 8px!important;
}

#filter-options-contain0 .btn-danger {
    width: 100%;
}

#filter-options-contain0 .form-group {
    border: none;
}

#filter-options-contain0 #selectFilter {
    margin-top: -40px;
    margin-bottom: 40px;
}

#selectFilter .chosen-container {
    float: left;
    width: 85%!important;
}

#selectedFilter {
    float: left;
    width: 85%!important;
}

#filter-options-contain0 i {
    float: right;
}

#filter-options-contain0 .fa-trash {
    float: right;
    padding-top: 10px;
    color: var(---text-body);
}

#filter-options-contain0 .fa-trash:hover {
    float: right;
    padding-top: 10px;
    color: var(---app-primary-color);
}

#filter-options-contain5 .filter-options-contain .form-group {
    border: none;
}

#filter-options-contain5 .filter-options-contain {
    text-align: right;
}

#filter-options-contain5 #saveFilter {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 95%;
}

.btn-pressed {
    border-color: #2d2d2d;
}

.optionsButtons {
    margin-left: 8px;
}

.locationLabel {
    width: 14%;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*.data-display-popover .popover.bottom {*/
    /*margin-top: 70px;*/
/*}*/

.subCheckBox {
    margin-left: 25px;
}

#page-title-wrap .title-contain input {
    width: 10%;
    float: left;
}

/*#page-title-wrap .title-contain-toggle {*/
    /*width: 100%;*/
    /*display: block;*/
/*}*/

#grid-space .col-xs-5.col-sm-7.col-md-8.col-lg-9,
#grid-space {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*margin-top: 15px;*/
}



.slidemenu-title .clear:hover,
.slidemenu-title .save:hover {
    cursor: pointer;
    color: var(---app-primary-color);
}

.cameras-filter-caption {
    color: var(---text-body);
}

.cameras-filter-caption:hover {
    cursor: pointer;
    color: var(---app-primary-color);
}

.groupOption:hover {
    cursor: pointer;
}



/* CAMERA LOCATION POPUP */
.image-checkbox-wrapper {
    background-color: #FFFFFF;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.image-checkbox-wrapper > .pretty {
    margin-right: 0;
}

.image-selected {
    border-style: solid;
    border-width: 3px;
    border-color: var(---app-primary-color);
}

.ratio-4-3-cam {
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    /*width: 280px;*/
    min-height: 100px;

}

.ratio-4-3-cam:before {
    display: block;
    content: "";
    padding-top: 75%;
}

.displayblock {
    display: block!important;
}

/*.checkbox input[type="checkbox"] {*/
    /*position: static;*/
    /*margin-left: 0px;*/
    /*margin-right: 5px;*/
/*}*/

#selected-filter-icon-contain {
    width: 100%;
}

#selected-filter-icon-contain .select2-container {
    width: 90%!important;
    display: inline-block;
    float: left;
}

#selected-filter-icon-contain a {
    width: 10%;
    display: inline-block;
    float: right;
    margin-right: -3px;
}

#groupColumnSelector {
    margin-right: 25px;
}



/*.card {*/
    /*font-size: .875rem;*/
    /*font-weight: 500;*/
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);*/
    /*position: relative;*/
    /*display: block;*/
    /*margin-bottom: .75rem;*/
    /*background-color: #fff;*/
    /*border-radius: .325rem;*/
    /*line-height: 1.5;*/
    /*color: rgba(0, 0, 0, .87);*/
    /*background-color: #fafafa;*/
    /*text-align: left;*/
/*}*/

/*.card-img-top {*/
    /*border-top-right-radius: .125rem;*/
    /*border-top-left-radius: .125rem;*/
    /*width: 100%;*/
    /*display: block;*/
    /*border-style: none;*/
    /*vertical-align: middle;*/
/*}*/

/*.card-block {*/
    /*padding: 0.5rem 1rem 1rem;*/
/*}*/

/*.camera .card-block {*/
    /*padding: 0.5rem 1rem 0.7rem 1rem;*/
/*}*/

/*.camera .card-block.bottom-block,*/
/*.locations .card-block.bottom-block,*/
/*.areas .card-block.bottom-block {*/
    /*text-align: center;*/
/*}*/

/*.locations .card-block {*/
    /*padding: 0.5rem 1rem 0.5rem 1rem;*/
/*}*/

/*.card-title {*/
    /*font-size: 1.4rem;*/
    /*font-weight: 400;*/
    /*margin-bottom: .75rem;*/
    /*line-height: 1.4;*/
    /*color: rgba(0, 0, 0, .57);*/
/*}*/

.bold {
    font-weight: bold!important;
}

.text-muted {
    color: rgba(0, 0, 0, .26)!important;
    font-size: 1.2rem;
}

.card{
    background-color: var(---background);
    border: 1px solid var(---row-light);
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .57)!important;
    font-weight: 400;
}

.card-block a {
    font-size: 1.4rem;
    color: #307bbb;
    text-transform: uppercase;
    font-weight: 800;
}

.card-block span.card-text.card-subtitle {
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.card-list-info {
    text-align: left;
}

.camera-list-text-contain {
    display: inline-block;
    float: none;
    color: var(---camera-card-text-color);
}

#groupTable.col-xs-1,
#groupTable.col-sm-1,
#groupTable .col-md-1,
#groupTable .col-lg-1,
#groupTable .col-xs-2,
#groupTable .col-sm-2,
#groupTable .col-md-2,
#groupTable .col-lg-2,
#groupTable .col-xs-3,
#groupTable .col-sm-3,
#groupTable .col-md-3,
#groupTable .col-lg-3,
#groupTable .col-xs-4,
#groupTable .col-sm-4,
#groupTable .col-md-4,
#groupTable .col-lg-4,
#groupTable .col-sm-5,
#groupTable .col-md-5,
#groupTable .col-lg-5,
#groupTable .col-xs-6,
#groupTable .col-sm-6,
#groupTable .col-md-6,
#groupTable .col-lg-6,
#groupTable .col-xs-7,
#groupTable .col-sm-7,
#groupTable .col-md-7,
#groupTable .col-lg-7,
#groupTable .col-xs-8,
#groupTable .col-sm-8,
#groupTable .col-md-8,
#groupTable .col-lg-8,
#groupTable .col-xs-9,
#groupTable .col-sm-9,
#groupTable .col-md-9,
#groupTable .col-lg-9,
#groupTable .col-xs-10,
#groupTable .col-sm-10,
#groupTable .col-md-10,
#groupTable .col-lg-10,
#groupTable .col-xs-11,
#groupTable .col-sm-11,
#groupTable .col-md-11,
#groupTable .col-lg-11,
#groupTable .col-xs-12,
#groupTable .col-sm-12,
#groupTable .col-md-12,
#groupTable .col-lg-12 {
    margin-bottom: 0!important;
}

#notFoundCameras,
#notFoundPhotos,
#notFoundLocations {
    text-align: left;
    height: 100%;
    background-color: var(---background);
    padding: 20px;
    border-radius: 4px;
}

#notFoundCameras h4,
#notFoundPhotos h4,
#notFoundLocations h4 {
    line-height: 4rem;
}

#notFoundCameras h1,
#notFoundPhotos h1,
#notFoundLocations h1 {
    font-weight: 800;
}

#notFoundCameras p,
#notFoundPhotos p,
#notFoundLocations p {
    color: var(---text-body);
}

#noTagSelected {
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(---background);
    padding: 20px;
    border-radius: 4px;
}

#noTagSelected h4 {
    line-height: 4rem;
}

#noTagSelected h1 {
    line-height: 4rem;
    font-weight: 800;
}

.displayAreas {
    padding: .5rem 2rem;
    line-height: 0.65;
    font-size: 1.2rem;
    margin: 0 auto;
}

.visibilityhidden {
    visibility: hidden;
}


/*****CAMERAS MENU*****/

#cameras-menu li {
    padding: 5px 0 5px 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

#cameras-menu li:hover {
    cursor: pointer;
}

#cameras-menu li a {
    background: transparent!important;
    border-bottom: none!important;
}

#cameras-menu li.active a {
    color: var(---app-primary-color) !important;
}

#sidenav .sidebar-nav #cameras-menu li a:after {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.setac-btn-nonclickable {
    color: #4c4646;
    margin: 0;
}

#formCameraName .toggle {
    float: right;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

.toggleview-btn {
    margin-left: 10px;
    padding-top: 6px;
}

@media(min-width:1350px) {
    .thumb-settings-actions {
        width: 220px;
    }
    img.photo-thumb.large {
        width: 220px;
    }
    .thumb-settings-actions .share-btn {
        margin-left: 21px;
    }
}

/*@media(max-width:1210px) {*/
    /*.panel-body,*/
    /*.data_table .heading,*/
    /*.data_table tr .caption,*/
    /*.data_table tr .value {*/
        /*font-size: 16px !important;*/
        /*!*!*white-space: nowrap;*!    Created problem for login screens*!*/
        /*!*overflow: hidden;*!*/
    /*}*/
/*}*/

.popover-header {
    font-size: 16px !important;
    font-weight: 500;
    background-color: #cccccc;
    color: #222222;
}
.popover-body {
    font-size: 16px !important;
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:768px) and (max-width:1349px) {
    .thumb-settings-actions .share-btn {
        margin-left: 3px;
    }
    .thumb-settings-actions .btn-sm {
        padding: 5px 8px;
    }
    .toggleview-btn {
        margin-left: 0px;
        padding-top: 6px;
        width: 30%;
    }
}

@media(min-width:768px) and (max-width:1150px) {
    .camera-pull-right,
    .camera-pull-right-2 {
        float: right !important;
    }
}

@media (max-width:767px) {
    .loader {
        left: 40%;
        top: 45%;
    }
    /*#page-title-wrap {*/
        /*width: 100%;*/
        /*top: 40px;*/
    /*}*/
}

@media (min-width:768px) and (max-width:1024px) {
    .loader {
        left: 60%;
        top: 45%;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width:767px) {
    #updateLocation #newLocation {
        margin-bottom: 15px;
    }
    #updateLocation #addLocation {
        display: inline;
        margin-left: 5px;
    }
    .card-title {
        font-size: 1.2rem;
    }
    .thumb-settings-actions .share-btn {
        margin-left: 37px;
    }
}

@media(min-width:768px) and (max-width:832px) {
    .camera-data-row {
        float: right !important;
    }
    .camera-pull-right-2 {
        padding-left: 0!important;
    }
}

@media(min-width:992px) and (max-width:1150px) {
    .camera-data-row {
        float: right !important;
    }
}



@media(max-width:767px) {
    .camera-data-row,
    .camera-pull-right-2 {
        padding-left: 0!important;
    }
    .thumb-settings-actions {
        width: 250px;
    }
    img.photo-thumb.large {
        width: 250px;
    }
    .toggleview-btn {
        margin-left: 37px;
    }
}

@media(min-width:480px) {
    .register-pull-right {
        float: right;
    }

    .selectFilterOption.col-lg-1.col-md-1.col-sm-1.col-xs-1 {
        width: 45px;
    }
}

@media(max-width:431px) {
    /*#slidemenu {*/
        /*top: 140px;*/
    /*}*/

    
    #grid-space {
        margin-top: 35px;
    }
    .slidemenu-title {
        padding: 10px 10px 0px 10px;
    }
    .slidemenu-title h4 {
        font-size: 14px;
    }
    .slidemenu-title .clear,
    .slidemenu-title .save {
        font-size: 11px;
    }

    .register-pull-right {
        margin-top: 1.95rem !important;
    }
}



@media (min-width: 432px) and (max-width:590px) {

    .register-pull-right {
        margin-top: 1.8rem !important;
    }

}

@media (min-width: 590px) and (max-width:766px) {

    .register-pull-right {
        margin-top: 1.0rem !important;
    }

}

@media(min-width:432px) {
    /*#slidemenu {*/
        /*top: 105px;*/
    /*}*/
}

@media(max-width:400px) {
    .panel-body,
    .data_table .heading,
    .data_table tr .caption,
    .data_table tr .value {
        font-size: 12px !important;
    }
}

@media(max-width:330px) {
    .data_table .value {
        padding-left: 0;
    }
}

.view-only-label {
    padding-left: 10px;
    color: #307bbb;
}

/*.settings-checkbox {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

/*.settings-checkbox input {*/
    /*margin-top: 0px;*/
    /*vertical-align: middle;*/
    /*font-size: 1.4rem;*/
/*}*/

/*.settings-checkbox input.view-only-checkbox {*/
    /*margin-left: 10px;*/
    /*margin-right: -6px;*/
/*}*/

/*.settings-checkbox span {*/
    /*margin-top: 0;*/
    /*vertical-align: middle;*/
/*}*/

.editTag,
.deleteTag {
    cursor: pointer;
    color: var(---text-body) !important;
}

.editTag:hover,
.deleteTag:hover {
    color:var(---app-primary-color) !important;
}

.input-selection {
    height: 64px;
    vertical-align: top;
}

.input-selection select {
    width: 70%;
    padding: 2px 2px;
    display: inline-block;
}

.input-selection select.time-range {
    width: 30%;
    padding: 2px 2px;
    display: inline-block;
}

.top-border {
    border-top: 1px solid #ADADAD;
}

/*.col-2 {*/
    /*width: 49%;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*display: inline-block;*/
/*}*/

/*.col-3 {*/
    /*width: 32%;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*display: inline-block;*/
/*}*/

/*.col-8 {*/
    /*width: 12.5%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
    /*margin-bottom: 8px;*/
/*}*/

/*.col-12 {*/
    /*width: 8.33%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
    /*margin-bottom: 4px;*/
/*}*/

/*.col-10 {*/
    /*width: 10%;*/
    /*float: left;*/
    /*padding: 0 4px;*/
/*}*/

.selectablePhotoBorder {
    outline: 4px solid var(---row-light);
}

#updateLocation .select-photo-checkbox {
    display: block;
    position: absolute;
    color: var(---app-primary-color);
    background-color: transparent;
    padding: 10px;
    top: 8px;
    right: 11px;
}

input[name=photoTags] {
    margin-right: 5px;
}

.showCameras #grid .col-xs-1,
.showCameras #grid .col-sm-1,
.showCameras #grid .col-md-1,
.showCameras #grid .col-lg-1,
.showCameras #grid .col-xs-2,
.showCameras #grid .col-sm-2,
.showCameras #grid .col-md-2,
.showCameras #grid .col-lg-2,
.showCameras #grid .col-xs-3,
.showCameras #grid .col-sm-3,
.showCameras #grid .col-md-3,
.showCameras #grid .col-lg-3,
.showCameras #grid .col-xs-4,
.showCameras #grid .col-sm-4,
.showCameras #grid .col-md-4,
.showCameras #grid .col-lg-4,
.showCameras #grid .col-xs-5,
.showCameras #grid .col-sm-5,
.showCameras #grid .col-md-5,
.showCameras #grid .col-lg-5,
.showCameras #grid .col-xs-6,
.showCameras #grid .col-sm-6,
.showCameras #grid .col-md-6,
.showCameras #grid .col-lg-6,
.showCameras #grid .col-xs-7,
.showCameras #grid .col-sm-7,
.showCameras #grid .col-md-7,
.showCameras #grid .col-lg-7,
.showCameras #grid .col-xs-8,
.showCameras #grid .col-sm-8,
.showCameras #grid .col-md-8,
.showCameras #grid .col-lg-8,
.showCameras #grid .col-xs-9,
.showCameras #grid .col-sm-9,
.showCameras #grid .col-md-9,
.showCameras #grid .col-lg-9,
.showCameras #grid .col-xs-10,
.showCameras #grid .col-sm-10,
.showCameras #grid .col-md-10,
.showCameras #grid .col-lg-10,
.showCameras #grid .col-xs-11,
.showCameras #grid .col-sm-11,
.showCameras #grid .col-md-11,
.showCameras #grid .col-lg-11,
.showCameras #grid .col-xs-12,
.showCameras #grid .col-sm-12,
.showCameras #grid .col-md-12,
.showCameras #grid .col-lg-12 {
    position: relative;
    min-height: 1px!important;
    padding-left: 4px!important;
    padding-right: 4px!important;
    margin-bottom: 4px!important;
}

.linkContainerBottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(---row-light);
    height: 20px;
}

.linkContainerBottomIcons {
    float: left;
    margin-left: 6px;
    padding-top: 2px;
}

.linkContainerBottomIcons.fa {
    color: var(---text-body);
}

.linkContainerBottomIcons.fa:hover {
    color: var(---app-primary-color);
}

.checkAllLabel {
    font-weight: unset;
}

.hd-icon {
    color: var(---text-body);
    background-image: url("/img/hd.png");
    height: 9.5px;
    width: 20px;
    display: block;
    background-size: 20px 9.5px;
    margin-top: 5px;
    background-position: center;
}

.moonphase-icon {
    float: right;
    margin-right: 6px;
    margin-left: 0;

    color: var(---text-body);
    height: 14px;
    width: 14px;
    display: block;
    background-size: 14px 14px;
    margin-top: 3px;
    background-position: center;
}

.moonphase-icon:hover{
    cursor: pointer;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}

.moonphase0 {
    background-image: url("/images/moonphase0.png");
}
.moonphase1 {
    background-image: url("/images/moonphase1.png");
}
.moonphase2 {
    background-image: url("/images/moonphase2.png");
}
.moonphase3 {
    background-image: url("/images/moonphase3.png");
}
.moonphase4 {
    background-image: url("/images/moonphase4.png");
}
.moonphase5 {
    background-image: url("/images/moonphase5.png");
}
.moonphase6 {
    background-image: url("/images/moonphase6.png");
}
.moonphase7 {
    background-image: url("/images/moonphase7.png");
}
.moonphase8 {
    background-image: url("/images/moonphase8.png");
}
.moonphase9 {
    background-image: url("/images/moonphase9.png");
}


/*.shareForm textarea {*/
    /*margin-left: 6%;*/
/*}*/

.connectedFacebook{
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedFacebook:hover {
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedFacebook:visited{
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedFacebook:active{
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedFacebook:focus{
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedFacebook::selection{
    color: #3c3939;
    padding: 10px 0px 10px 29px;
    background: rgb(221, 221, 221) url("/img/fb-logo-m.png") 37px 8px no-repeat;
}

.connectedGoogle{
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.connectedGoogle:hover {
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.connectedGoogle:visited{
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.connectedGoogle:active{
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.connectedGoogle:focus{
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.connectedGoogle::selection{
    color: #3c3939;
    padding: 10px 20px 10px 28px;
    background: rgb(221, 221, 221) url("/img/google.png") 32px 4px no-repeat;
    background-size: 60px 60px;
}

.buttonStatus{
    font-size: 95%;
}

.shareForm button {
    padding: 10px 10px 10px 36px;
    background: #3b5998 url("/img/fb-logo.png") 2px 4px no-repeat;
    border-radius: 16px;
    color: #fff;
    width: 85%;
    margin-left: 7%;
    margin-top: 2%;
}

.shareForm button:hover {
    color: #fff;
}

.shareForm button:active {
    color: #fff;
}

.img-responsive.ratio-4-3.selected {
    width: calc(100% - 6px);
    border-top: 3px solid var(---app-primary-color);
    border-left: 3px solid var(---app-primary-color);
    border-right: 3px solid var(---app-primary-color);
}

.img-responsive.ratio-16-9.selected {
    width: calc(100% - 10px);
    border-top: 3px solid var(---app-primary-color);
    border-left: 3px solid var(---app-primary-color);
    border-right: 3px solid var(---app-primary-color);
}

.linkContainerBottom.selected {
    width: calc(100% - 6px);
    border-bottom: 3px solid var(---app-primary-color);
    border-left: 3px solid var(---app-primary-color);
    border-right: 3px solid var(---app-primary-color);
    height: 26px;
}

.linkContainerBottom.ratio-16-9.selected {
    width: calc(100% - 10px);
    border-bottom: 3px solid var(---app-primary-color);
    border-left: 3px solid var(---app-primary-color);
    border-right: 3px solid var(---app-primary-color);
    height: 26px;
}


/* FILTER TAG SLIDER */

#slidemenuTags {
    background-color: var(---background);
    /*border:2px solid #307bbb;*/
    top: 115px;
    /*    min-width:250px;*/
    right: -500px;
    z-index: 999;
    position: absolute;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 5px 80px 5px;
    height: 100vh;
}

#slidemenuTags .slidemenu-title {
    text-align: center;
    background-color: var(---row-light);
    color: var(---text-body);
    padding: 20px 10px 10px 10px;
}

#slidemenuTags .slidemenu-title h4 {
    display: inline-block;
}

#slidemenuTags .form-group {
    border: 2px solid var(---row-dark);
    color: var(---text-body);
    margin-bottom: 0;
}

#slidemenuTags #newTag {
    /* background-color: var(---background);
    border: 1px solid #aaa; */
    border-radius: 4px;
    width: 70%;
}

#slidemenuTags .filter-options-contain.available-tags {
    height: auto;
    min-height: 65vh;
}

#slidemenuTags .filter-options-contain.available-tags ul {
    margin-bottom: 0;
}

#slidemenuTags .filter-options-contain.available-tags ul li {
    padding: 5px 0;
}

#slidemenuTags .filter-options-contain.available-tags p {
    width: 80%;
    float: left;
}

/*#slidemenuTags .filter-options-contain.available-tags i {*/
    /*width: 10%;*/
    /*float: right;*/
/*}*/

#slidemenuTags .btn-danger {
    width: 99%;
    margin: 10px 0px 2px 2px;
}

#slidemenuTags .title-contain {
    background-color: var(---row-dark);
    width: 100%;
    padding: 10px 10px 5px 10px;
}

#slidemenuTags .title-contain:hover {
    cursor: pointer;
}

#slidemenuTags .filter-options-contain {
    padding: 20px 30px;
    background-color: var(---background);
    display: flex;
}

.dash-text {
    font-size: 20px;
}

.dash-panel {
    background-color: var(---background);
    color: var(---text-body);
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .dash-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .dash-text {
        font-size: 16px;
    }
    .dash-panel {
     
        padding: 4px;
    }
}

.store-body {
    background-color: var(---row-light);
    min-height: 100vh;
    margin-top: 75px;
    padding-top: 20px;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: Roboto;*/
    /*font-weight: 400;*/
    /*color: #2d2d2d;*/
    /*font-size: 1.2rem;*/
}

.position-ref {
    position: relative;
}

.content {
    text-align: center;
}

.title {
    font-size: 36px;
    padding: 20px;
}

.shareMessage {
    color: white!important;
    outline: none!important;
    box-shadow: none;
    border-width: 0;
    border-style: none;
    &:active,
    &:focus,
    &::selection {
        background: linear-gradient(135deg, #0d357e, #3b5998)!important;
        border-color: #3b5998;
        padding: 10px 10px 10px 36px;
        background: #3b5998 url("/img/fb-logo.png") 2px 4px no-repeat;
        border-radius: 16px;
        color: white!important;
        outline: none!important;
    }
}

.section-container {
    min-height: 800px;
    padding-top: .5rem;
}


.inner-nav-bar {
    background: #9e0f13; 
    /* background: radial-gradient(#E82227 10%, #C21A1E 40%, #7E0D10 90%);  */
    line-height: 2.0rem;
}

.inner-nav-bar ul {
    margin: 0;
    /*margin-left: -11px;*/
}

.inner-nav-bar ul li {
    display: inline-block;
    /*border-right: 2px solid grey;*/
    padding: 2px 10px;
    min-width: 100px;
    color: white;
    font-weight: normal;
    text-align: center;
}
.inner-nav-bar ul li:hover {
    font-weight: bold;
}
.inner-nav-bar ul li.active {
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid var(---text-body)
}

.inner-nav-bar ul li a {
    color: white;
}

.spinner-box-sm img{
    height: 10px;
    padding: 0 6px;
}

.mh600 {
    min-height: 600px;
}

.center-nav-bar {
    /*background: radial-gradient(#E82227 10%, #C21A1E 40%, #7E0D10 90%);*/
}

.center-nav-bar ul {
    margin: 0;
}

.center-nav-bar ul li {
    display: inline-block;
    /*border-right: 2px solid grey;*/
    padding: 4px 10px;
    min-width: 80px;
    color: #1d1d1d;
    /*font-weight: lighter;*/
    text-align: center;
}
.center-nav-bar-nav-bar ul li:hover {
    font-weight: bold;
}

.center-nav-bar ul li.active {
    /*background-color: #e81218 !Important;*/
    background: radial-gradient(#7E0D10 10%, #C21A1E 40%, #E82227 90%);
}

.center-nav-bar ul li a {
    color: #1d1d1d;
}

.price {
    font-size: medium;
}

div#details a, div#features a, div#warranty a, .product-details a {
    color: #E82227;
    /* we need to define css to allow <ul> and <a> to work normally */
}
div.product-details > ul > li {
    list-style:disc
}

input.qty {
    height: 30px;
    width: 46px;
}
@media (max-width: 640px) {
    input.qty {
        height: 30px;
        width: 45px;
    }
}

@media (max-width: 480px) {
    input.qty {
        height: 28px;
        width: 40px;
    }
}
.pinkynail {
    padding: 2px;
}

.product-photos {
    padding-right: 10px;
    margin-bottom: 20px;
}

/*.price-text {*/
    /*font-size: 24px;*/
/*}*/

.free-shipping {
    font-size: 1rem;
}

.cart-image {
    min-width: 50px !important;
    height: 50px;
}


.thin-border {
    border-color: var(---panel-header-background);
    border-width: thin;
    border-style: solid;
    min-height: 80px;
}

.rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.plan-review-row {
    display: flex;
    align-items: center;
}

.plan-review-item a:hover {
    color: #EB2227;
}

.login-container {
    padding: 10px;
    border-color: #cccccc;
    border-width: thin;
    border-style: solid;
    min-height: 80px;
}

.border-container {
    padding: 10px;
    border-color: #cccccc;
    border-width: thin;
    border-style: solid;
    min-height: 80px;
}

.login-help {
    padding: 10px;
    background-color: #cccccc;
    min-height: 80px;
    /*margin-right: 20px;*/
}

.no-padding {
    padding: 0;
}

.no-lr-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-wrap {
    overflow: hidden;
    white-space: nowrap;
}
.ws-nowrap {
    white-space: nowrap;
}


.abs-right {
    position: absolute;
    right: 0;
}

.abs-left {
    position: absolute;
    left: 0;
}

/*@media (max-width: 380px) {*/
    /*ol.breadcrumb > li:nth-child(n+3) {*/
        /*display: none;*/
    /*}*/
/*}*/

/*@media (max-width: 475px) {*/
    /*ol.breadcrumb > li:nth-child(n+4) {*/
        /*display: none;*/
    /*}*/
/*}*/




.font-lato {
    font-family: latoregular;
}
.font-sony {
    font-family: 'Sony Sketch EF';
}
.font-mont {
    font-family: 'Montserrat', sans-serif;
}
.font-roboto {
    font-family: 'Roboto';
}

.fw-900 {
    font-weight: 900;
}
.fw-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.fw-200 {
    font-weight: 200;
}
.fw-100 {
    font-weight: 100;
}
.fw-normal {
    font-weight: normal;
}

.fs-64 {
    font-size: 64px;
}
.fs-48 {
    font-size: 48px;
}
.fs-36 {
    font-size: 36px;
}
.fs-24 {
    font-size: 24px;
}
.text-xxl, .fs-20 {
    font-size: 20px;
}
.text-xl, .fs-18 {
    font-size: 18px;
}
.text-lg, .fs-16 {
    font-size: 16px;
}
.text-md, .fs-14 {
    font-size: 14px;
}
.text-sm, .fs-12 {
    font-size: 12px;
}
.text-xs, .fs-10 {
    font-size: 10px;
}
.text-xxs, .fs-8 {
    font-size: 8px;
}
.fs-6 {
    font-size: 6px;
}

@media (min-width: 576px) {
    .text-xxl {
        font-size: 24px;
    }

    .text-xl {
        font-size: 20px;
    }

    .text-lg {
        font-size: 18px;
    }

    .text-md {
        font-size: 16px;
    }

    .text-sm {
        font-size: 14px;
    }

    .text-xs {
        font-size: 12px;
    }

    .text-xxs {
        font-size: 8px;
    }
}

@media (min-width: 768px) {
    .text-xxl {
        font-size: 36px;
    }

    .text-xl {
        font-size: 24px;
    }

    .text-lg {
        font-size: 20px;
    }

    .text-md {
        font-size: 18px;
    }

    .text-sm {
        font-size: 16px;
    }

    .text-xs {
        font-size: 14px;
    }

    .text-xxs {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .text-xxl {
        font-size: 48px;
    }

    .text-xl {
        font-size: 36px;
    }

    .text-lg {
        font-size: 24px;
    }

    .text-md {
        font-size: 18px;
    }

    .text-sm {
        font-size: 16px;
        line-height: 1.1;
    }

    .text-xs {
        font-size: 14px;
        line-height: 1.1;
    }

    .text-xxs {
        font-size: 12px;
        line-height: 1.1;
   }
}

/*@media (min-width: 1200px) {*/
    /*.text-xxl {*/
        /*font-size: 64px;*/
    /*}*/

    /*.text-xl {*/
        /*font-size: 48px;*/
    /*}*/

    /*.text-lg {*/
        /*font-size: 34px;*/
    /*}*/

    /*.text-md {*/
        /*font-size: 20px;*/
    /*}*/

    /*.text-sm {*/
        /*font-size: 16px;*/
    /*}*/

    /*.text-xs {*/
        /*font-size: 14px;*/
        /*line-height: 1.1;*/
    /*}*/

    /*.text-xxs {*/
        /*font-size: 12px;*/
        /*line-height: 1.1;*/
    /*}*/
/*}*/

#store-banner {
    background-image:    url('/img/storebanner.jpg');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    color: #FFFFFF;
}

#cover-screen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2000;
    display: flex;
    align-items: center;
    -ms-flex-align:center;
    justify-content: center;
}
#cover-screen img {
    max-width: 100px;
}
#cover-screen-text {
    color: #FFFFFF;
    font-size: medium;
}

.display-block {
    display: block;
}
.center-h {
    text-align: center;
}

.center-v {
    vertical-align: center;
}

.braintree-dropin {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.braintree-toggle {
    background: #C1C1C1;
}

.no-border {
    border-style: none !important;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
    -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
}

.fw-header-row {
    margin-top: 20px;
}

.fw-subheader-row {
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #3D3D3D;
    margin-bottom: 10px;
}

.fw-data-row {
}
.fw-data-item {
    margin-bottom: 10px;
    padding-left: 10px;
    min-width: 50px;
}

.h-scrolling-wrapper {
    padding-right: 10px;
    overflow-x: scroll;
    /*overflow-y: hidden;*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.h-scrolling-item {
    display: inline-block;
    height: 140px;
    margin-bottom: 10px;
}

.white-text {
    color: #E0E0E0 !important;
}

.logo-continer-text{
    margin-top: 3.2rem !important;
}

.green-text {
    color: #5fd400;
}

.blue-text {
    color: #007bff !important;
}


.dark-text {
    color: #222222;
}

.green {
    background-color: #5fd400;
}

.light-grey {
    background-color: #EEEEEE;
}

.headerRow{
    background-color: var(---row-dark);
}

.float-top-left {
    position: absolute;
    top: 1px;
    left: 1px;
}

.camera-row {
    border-bottom: #aaaaaa;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.popover {
    max-width: 300px;
    /*margin-bottom: 50px;*/
}

.btn-scoutek > .fa {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}


.btn-scoutek {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    color: #FFFFFF;
    background-color: #1f252b;
    text-decoration: none;
    padding: .5em 1em .5em 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #E82227;
}

.btn-md.btn-scoutek {
    font-size: 16px !important;
}



.btn-scoutek:hover {
    font-weight: 400;
    color: #FFFFFF;
    background-color: #E82227;
}

.btn-fixed-md {
    height: 40px;
    width: 150px;
    font-size: 16px !important;
}

.btn-scoutek-org {
    color: #fff;
    background-color: #ff6c27;
    text-decoration: none;
}

.product-card {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/*:not([disabled]):not(.disabled)*/

.product-card.shadow:hover {
    box-shadow:  0 0 1rem !important;
    /*box-shadow:  0 .5rem 1rem rgba(0, 123, 255, .4) !important;*/
}

.no-pad {
    padding: 0 !important;
}

.photo-container a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.photo-container a:hover {
  color: #FFFFFF;
}

.photo-container .dash-profile {
  /*width: 90px;*/
  border-color: #737272;
  padding: 2px;
}


.page-title {
  border-bottom: thin solid var(---row-light);
  background: var(---side-nav);
  padding: 30px 10px 1px 10px;
  color: var(---text-body);
}

.page-title h1 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 768px) {
    .page-title {
        padding: 2px 5px 1px 5px;
    }

    .page-title h1 {
        font-size: 1.1rem;
    }
}

.page-title .breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
  margin-top: 5px;
}
.page-title .breadcrumb a {

}
.page-title .breadcrumb a:hover {
  opacity: 0.7;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.panel {
  margin-bottom: 20px;
  background-color: var(---background);
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 10px;
  font-size: 14px;
  border: 1px;
  border-color: var(---panel-header-background);
  border-style: solid;
  background-color: var(---background);

}

.panel-heading {
  padding: 10px;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: var(---panel-header-background);
  background-color: var(---panel-header-background);
    /*color: #FFFFFF;*/
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
    font-weight: 400;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 20px;
  background-color: var(---row-dark);
  border-top: var(---row-dark);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 18px;
}

.canceled-item {
    text-decoration: line-through;
}


#sidenav .sidebar-nav {
    font-size: 14px;
    display: block;
}

/* .side-nav .logo-container {
    height: 180px;
} */

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}


.selectionMode {
    font-size: 14px;
    margin-bottom: 5px;
}

li .selectionMode > a {
    color: #2d2d2d;
}



.page-title-wrap {
    background: var(---side-nav);
}
.content-wrapper {
    min-height: 800px;
    /*position: relative;*/
    /*left: 0;*/
    /*margin-top: 20px;*/
}


#photo-camera-breadcrumb {
    background: radial-gradient(#E82227 10%, #C21A1E 40%, #7E0D10 90%);
    width: 100%;
    position: absolute;
    /*margin-left: -15px;*/
    top: 90px;
    z-index: 800;
}

#photo-camera-breadcrumb ul {
    margin: 0;
    /*margin-left: -11px;*/
}

#photo-camera-breadcrumb ul li {
    display: inline-block;
    /*border-right: 2px solid grey;*/
    padding: 5px 10px;
    min-width: 80px;
    height: 100%;
    color: white;
    font-weight: lighter;
    text-align: center;
}
#photo-camera-breadcrumb ul li:hover {
    font-weight: bold;
}
#photo-camera-breadcrumb ul li.active {
    /*background-color: #e81218 !Important;*/
    background: radial-gradient(#7E0D10 10%, #C21A1E 40%, #E82227 90%);
    font-weight: bold;
}

#photo-camera-breadcrumb ul li a {
    color: white;
}

.photo-layout {
    padding: 2px !important;
    margin: 0 !important;
}
/*.container-fluid-photos {*/
    /*padding-left: 4px;*/
    /*padding-right: 4px;*/
    /*!*margin-top: -22px;*!*/
/*}*/

@media(min-width:768px) {
    .sidenav-toggle {
        display: none;
    }
}

.container-fluid-photos #grid .list-group {
    padding: 0px 5px!important;
}



.photo-page-container .showCameras input[name="selectedPhoto[]"],
.photo-page-container .showCameras .checkboxCheckMark {
    position: relative;
    z-index: 9;
    float: right;
}

.photo-page-container .showCameras input[name="selectedPhoto[]"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    visibility: hidden;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 10px;
}



#confirmSelection {
    margin-right: 2px;
}

.photo-page-container .showCameras .checkboxCheckMark {
    background-color: var(---app-primary-color);
    right: -3px;
    top: 8px;
    border-radius: 50%;
    color: white;
    padding: 4px;
}

.photo-page-container .pull-right.input-group .btn.btn-default {
    margin-right: 5px;
}


.photo-page-container .showCameras .unselectedCircle {
    position: relative;
    z-index: 9;
    float: right;
    right: -15px;
    top: 5px;
    border-radius: 50%;
    color: var(---text-body);
    background-color: white;
    border: 3px solid var(---app-primary-color);
    font-size: 4rem;
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    visibility: visible;
}


/*.photo-page-container .page-title-wrap {*/
    /*margin-top: 0px;*/
    /*position: fixed;*/
    /*top: 2rem;*/
    /*z-index: 999;*/
    /*width: calc(100% - 240px);*/
    /*!*margin-bottom: 50px;*!*/
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-transition: -webkit-transform .3s;*/
    /*-moz-transition: -moz-transform .3s;*/
    /*-o-transition: transform .3s;*/
    /*transition: transform .3s;*/
/*}*/

/*@media only screen and (max-width: 1440px) {*/
    /*.photo-page-container .page-title-wrap {*/
        /*width: 100%;*/
    /*}*/
/*}*/

/*.photo-page-container .page-title-wrap.scrolled {*/
    /*!* subtract your height *!*/
    /*-webkit-transform: translate3d(0, -60px, 0);*/
    /*-moz-transform: translate3d(0, -60px, 0);*/
    /*transform: translate3d(0, -60px, 0);*/
/*}*/

/*.photo-page-container .page-title {*/
    /*z-index: 999;*/
    /*border-bottom: none;*/
    /*padding-top: 10px;*/
    /*padding-left: 0;*/
/*}*/

/*.photo-page-container .content-wrapper {*/
    /*margin-top: 145px;*/
    /*padding-top: 10px;*/
/*}*/

.fixed-title-container .page-title-wrap {
    margin-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 2.75rem;
    z-index: 999;
    width: calc(100% - 240px);
    /*margin-bottom: 50px;*/
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-transition: -webkit-transform .3s;*/
    /*-moz-transition: -moz-transform .3s;*/
    /*-o-transition: transform .3s;*/
    /*transition: transform .3s;*/
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding-top: 25px;
}

@media only screen and (max-width: 1440px) {
    .fixed-title-container .page-title-wrap {
        width: 100%;
    }
}

.fixed-title-container .page-title-wrap.shrink {
    /* subtract your height */
    padding-top: 10px;
    padding-bottom: 0px;

    /*-webkit-transform: translate3d(0, -60px, 0);*/
    /*-moz-transform: translate3d(0, -60px, 0);*/
    /*transform: translate3d(0, -60px, 0);*/
}

.fixed-title-container .page-title {
    z-index: 999;
    border-bottom: none;
    padding-top: 10px;
    padding-left: 0;
}

.fixed-title-container .content-wrapper {
    margin-top: 145px;
    padding-top: 10px;
}

.fixed-title-container .page-heading {
    margin-left: .5rem!important;
}


.content-wrapper {
    z-index: 5;
    /*margin-top: 115px;*/
    /*opacity: 0.90%;*/
    /*background-color: #5fd400;*/
}

.to-ellipsis {
    text-overflow: ellipsis;
}

.fxw18 {
    width: 18px !important;
}

.fxw22 {
    width: 22px !important;
}

.mh800 {
    min-height: 800px;
}


.toggle-handle {
    /*border-color: #777777 !important;*/
    border-color: #aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-color: #cccccc !important;
    /*padding: 1px 1px;*/
    /*width: 10px !important;*/
}

.toggle-handle:hover {
    /*border-color: #777777 !important;*/
    background-color: #eeeeee !important;
}

.btn-input-on {
    color: #fff !important;
    background-color: #3071a9 !important;
    /*border-color: #777777 !important;*/
    /*border-width: 1px !important;*/
    /*border-style: solid !important;*/

}
.btn-input-on:hover,
.btn-input-on:focus,
.btn-input-on.focus,
.btn-input-on:active,
.btn-input-on.active,
.open > .dropdown-toggle.btn-input-on {
    /*color: #ffffff !important;*/
    background-color: #007bff !important;
    /*border-color: #777777 !important;*/

}

.btn-input-off {
    color: #333333 !important;
    background-color: #aaaaaa !important;
    /*border-color: #777777 !important;*/
    /*border-width: 1px !important;*/
    /*border-style: solid !important;*/
}
.btn-input-off:hover,
.btn-input-off:focus,
.btn-input-off.focus,
.btn-input-off:active,
.btn-input-off.active,
.open > .dropdown-toggle.btn-input-off {
     background-color: #dddddd !important;
}

.btn-cart {
    min-width: 85px;
}

/*@media (max-width: 576px) {*/
    /*.btn.btn-md.btn-cart {*/
        /*padding: 0.5rem 0.1rem;*/
    /*}*/
/*}*/



.img-circle {
  border-radius: 50%;
}
.avatar-img {
    height: 100px;
    width: 100px;
    padding: 2px;
    border: 2px solid #666666;

}

.footer {
  text-align: center;
  background: #fff;
  padding: 10vh 0;
  position: relative;
  z-index: 11;
  font-size: 1rem;
}
.footer .logo {
  display: inline-block;
  max-width: 150px;
}
.footer .footer-menu li {
  display: inline-block;
  padding: 5px 15px;
}
.footer .footer-menu li a {
  font-family: 'Sony Sketch EF';
  font-size: 1.1rem;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mt-6 {
    margin-top: 3.5rem !important;
}
.mt-7 {
    margin-top: 4.0rem !important;
}
.mt-8 {
    margin-top: 4.5rem !important;
}
.mt-9 {
    margin-top: 5.0rem !important;
}
.mt-10 {
    margin-top: 5.5rem !important;
}

.data-forecast-over {
    color: #E82227;
}
.data-forecast-under {
    /*color: #5fd400;*/
    color: #007bff;
}
.data-forecast-borderline {
    color: #FF6E00;
}


.invoice-header {
    background-color: #EEEEEE;
}

.cart-data-container {
    background-color: #FFF8DC;
    padding: 0.5rem 1.2rem 0.5rem 0.7rem;
    border: 1px solid #E0DCBF;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
}

.btn-add-to-cart {
    background-color: #007bff ;
    color: #FFFFFF;
}

.cursor-pointer {
    cursor: pointer;
}

/*.scrollHeader {*/
    /*height: 60px;*/
/*}*/
/*.scrollBody {*/
    /*height: auto;*/
    /*max-height: calc(100vh - 90px);*/
    /*overflow: auto;*/
/*}*/
/*.scrollFooter {*/
    /*height: 30px;*/
/*}*/


.scrollHeader {
    position: fixed;
    top: 0;
    /*left: 0;*/
    /*right: 0;*/
    height: 80px;
    max-height: 80px;
    z-index: 1;
}
.scrollFooter {
    position: fixed;
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
    height: 30px;
    z-index: 10;
}
.scrollBody {
    position: fixed;
    top: 80px;
    bottom: 30px;
    /*left: 0;*/
    /*right: 0;*/
    z-index: 100;
    overflow-y: auto;
}

.btn-orange {
    background-color: #FF6E00;
}

.msg-text {
    background-color: #007bff ;
    color: #FFFFFF;
}

.busy-text {
    background-color: #FF6E00;
    color: #FFFFFF;
}

.error-text {
    background-color: #E82227 ;
    color: #FFFFFF;
}

.success-text {
    background-color: #5d9c0a ;
    color: #FFFFFF;
}


input.single-digit {
    margin: 0 2px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 40px;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}

input.single-digit:focus {
    border-color: #FF6E00;
    box-shadow: 0 0 5px #FF6E00 inset;
}

input.single-digit::selection {
    color: #FF6E00;
    background: transparent;
}

.btn-flat {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.help-center, .help-center #body-container {
    color: #FFFFFF;
    background-color: #333333;
    font-weight: 300;

}

.help-center h1 {
    color: #f9efc1;
}


.right-side-menu {
    color: #FFFFFF;
    position: fixed;
    right: 20px;
    top: 80px;
}

.right-side-menu .menu-lv1 {
    font-weight: 500;
}

.right-side-menu .menu-lv2 {
    font-weight: 400;
    padding-left: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.eqp-page {
    /*margin-top: 0.5em;*/
    /*background-color: #FFFFFF;*/
    /*max-width: 800px;*/
}

.btn.btn-md-dyn {
    padding: 0.7rem 1.6rem;
    font-size: 0.7rem;
}
.btn-eqp-menu {
    width: 300px;
}

.eqp-btn-back {
    color: #fff !important;
}

.plain-font {
    font-family: Roboto, sans-serif !important;
}

@media (min-width: 800px) {
    .btn.btn-md-dyn {
        padding: 0.7rem 1.6rem;
        font-size: 0.8rem;
    }
    .btn-eqp-menu {
        width: 340px;
    }
}

.transaction-item-image {
    height: 45px;
    width: 60px;
    font-size: 1.5em;
}

.transaction-item-row {
    height: 45px;
}

.signal-strength-icon {
    /*color: #E3E3E3;*/
    height: 20px;
    width: 20px;
    display: block;
    /*background-size: 14px 14px;*/
    /*margin-top: 3px;*/
    /*background-position: center;*/
}
/*.signal-strength-0 {*/
    /*background-image: url("/images/web-signal-0.png");*/
/*}*/
/*.signal-strength-1 {*/
    /*background-image: url("/images/web-signal-1.png");*/
/*}*/
/*.signal-strength-2 {*/
    /*background-image: url("/images/web-signal-2.png");*/
/*}*/
/*.signal-strength-3 {*/
    /*background-image: url("/images/web-signal-3.png");*/
/*}*/
/*.signal-strength-4 {*/
    /*background-image: url("/images/web-signal-4.png");*/
/*}*/
/*.signal-strength-5 {*/
    /*background-image: url("/images/web-signal-5.png");*/
/*}*/

.order-row {
    cursor: pointer;
}

.selected-order {
    background-color: yellow !important;
}

.qty-select {
    width: auto;
    padding: .25rem .25rem;
}


.order-shipping-method {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 150px;
}
.order-postal-service {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 150px;
}
.order-tracking {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 150px;
}

.order-comments {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 350px;
}

.invoice-wrapper {
    margin-right: auto;
    margin-left: auto;
}

.invoice-header {
    background-color: #EEEEEE;
}
.invoice-product {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    width: 380px;
}
.invoice-price {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
    width: 150px;
    text-align: right!important;
}
.invoice-qty {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 120px;
    text-align: center!important;
}
.invoice-total {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 4px;
    width: 125px;
    text-align: right!important;
}

.total-caption {

}
.total-amount {
    width: 140px;
    padding-right: 4px;
}

a.order-row {
    font-weight: 400;
    color: #303030;
}

a.order-row:hover
{
    font-weight: 500;
    color: #EB2227;
}

.form-control-display {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
/ / border: 1 px solid #ced4da;
/ / border-radius: .25 rem;
    transition: border-color .15s ease-in-out, box-shadow .15s
}

.ai-container {
    height: calc(100vh - 37px);
    min-height: calc(100vh - 37px);
}

.ai-photo-container {
    margin-right: -4px;
    margin-bottom: -4px;
    background-color: black;
}

.ai-tag-container {
    width: 150px;
    vertical-align: top;
}

.ai-photo-status-bar {
    height: 36px;
}

.ai-photo-grid {
    height: calc(100vh - 76px);
    min-height: calc(100vh - 76px);
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: scroll;
}

.neon-green {
    background-color: #00FF00;
}

.selected-photo {
    background-color: #00FF00;
}


table.ai-container td:last-child {
    width: 100%;
}

/*table tr td.ai-photo-container {*/
/*   display:table-cell;*/
/*}*/

/*table tr td.ai-photo-container div {*/
/*    width:200px;*/
/*    height:calc(100% - 28px);*/
/*    position:absolute;*/
/*    top:28px;*/
/*   */
/*    right:0;*/
/*    overflow-y: scroll;*/
/*}*/



.tag {
    height: 40px;
    width: 140px;
    background-color: #8a9194;
    color: #0d0d0d;
    font-size: 1.1rem;
    padding-top: 8px;
    padding-left: 20px;
    margin: 4px;
}

.tag-selected {
     background-color: #00FF00;
}

.tag-button {
    width: 140px;
    font-size: 1.2rem !important;
}

/*.tag-photo-container {*/
/*    width: calc(100vw - 150px);*/
/*}*/

.full-height-vh {
    height: 100vh;
    min-height: 100vh;
}

.img-fit {
    max-height: 100%;
    max-width: 100%;
}

.selected-annotate {
    color: #00FF00;
}

.rect-annotate {
    position: absolute;
    border-style: solid;
    border-color: yellow;
    border-width: medium;
    z-index: 100;
}

.width-100 {
    width: 100px;
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}
.width-350 {
    width: 350px;
}

.photo-review-lg {
    height: 600px;
}
.photo-review-md {
    height: 400px;
}
.photo-review-sm {
    height: 200px;
}

.tag-doe {
    color: yellow;
}
.tag-bucks {
    color: #00FF00;
}
.tag-bear {
    color: #EB2227;
}
.tag-turkey {
    color: #0022FF;
}
.tag-coyote {
    color: #FF6E00;
}
.tag-cats {
    color: #EB2227;
}
.tag-hogs {
    color: #FF6E00;
}
.tag-deer {

}

.line-through {
    text-decoration: line-through;
}

.mxw-400 {
    max-width: 400px;
}

.mxw-500 {
    max-width: 500px;
}

.mxw-600 {
    max-width: 600px;
}

.mxw-800 {
    max-width: 800px;
}

.activity-group-error {
    color: #FF6E00;
}

.activity-group-critical {
    color: red;
}

.activity-item-normal {
    color: #303030;
}

.activity-item-error {
    color: #FF6E00;
}

.activity-item-critical {
    color: red;
}

#store-body-new {
    background-color: var(---background);
    color: var(---text-body);
}

.store-dev-block {
    color: var(---text-primary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 0 25px;
}

.store-sticky-header {
    background: var(---background);
    color: var(---text-primary);
    position: sticky;
    top: 61px;
    z-index: 1029;
    padding-top: 10px;
    transition: top 0.5s;
}

.store-sticky-hidden-patch {
    width: 100%;
    padding: 20px;
    background: #fff;
    position: absolute;
    z-index: 1016;
    top: -32px;
}

.store-sticky-header-row {
    margin-top: 10px;
    margin-bottom: 10px;
    height: var(---store-sticky-header-row-height);
    background-image: var(---store-sticky-header-row);
    background-image: var(---store-sticky-header-row-webkit);
}

.store-h-row {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid var(---store-h-row);
}

.store-shop-header-back-btn {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color:var(---store-shop-header-back-btn-bg);
    border: var(---store-shop-header-back-btn-border);
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
}

.store-shop-header-back-btn i{
    font-size: 28px;
    font-weight: bold;
    color: var(---store-shop-header-back-btn-color);
}

.store-cart-data-container {
    border-radius: 28px;
    padding: 0.4rem;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #FFFFFF;
    border: 2px solid #303030;
    box-shadow: 0 2px 8px rgba(59,64,69,0.1);
}

@media only screen and (max-width: 600px) {
    .store-sticky-header {
        top: 54px;
    }
    .store-body{
        margin-top: 65px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
 .store-sticky-header {
        top: 48px;
    }
}

.store-product-card {
    display: block;
    padding: 16px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background: var(---card-background);
    /* border: 1px solid rgba(0, 0, 0, .03); */
    border-radius: 12px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 0.5px solid;
    border-image: linear-gradient(180deg, rgba(111, 111, 111, 0.3) 0%, rgba(191, 191, 191, 0.3) 85.82%);
}

.store-product-card .store-product-card-vendor {
    color: var(---vendor-title);
}

.store-product-card .store-product-card-title {
    color:var(---text-primary);
}
.store-product-card .store-product-card-shortDesc {
    color: #ADADAD;
}

.store-product-card.shadow:hover {
    box-shadow:  0 0 1rem !important;
}

.store-card-footer .store-card-footer-price {
    font-weight: 900;
    color: var(---text-body);
}

.store-card-footer .store-card-footer-price.cross-out {
    color: #9F9F9F;
    text-decoration: line-through;
    font-weight: normal;
}

.store-card-footer .store-card-footer-price.sold-out {
    font-weight: 700;
}

.store-card-footer .store-card-button {
    box-shadow: var(---btn-boxShadow);
    background: var(---btn-bg);
    color: var(---btn-text);
    border-radius: 12px !important;
    margin: 0;
}

.store-card-caption-img {
    border-radius: 9px;
}

.product-details{
    color:var(---store-product-details);
}

.store-product-detail-title {
    color:var(---text-body);
}

.store-product-detail-shortDesc {
    color: var(---store-product-detail-shortDesc);
}

.store-product-detail-photos {
    padding-right: 10px;
    margin-bottom: 20px;
}

.store-product-detail-photos #fullImage{
    border-radius: 9px;
}

.store-detail-price-container .store-detail-price {
   /* color: #000; */
   color: var(---text-body);
}

.store-detail-price-container .store-detail-price.light-grey-text {
   color: #9F9F9F;
}

.store-detail-price-container .store-detail-price.cross-out {
    color: #9F9F9F;
    text-decoration: line-through;
}

.store-detail-price-container .store-detail-saleDesc {
    color: #FFD700;
    padding-left: 5px;
    /* color: #D3D3D3;
    color: #ddcd07; 
    background-color: #333;
    border-radius: 5px;
    border-radius: 5px; */
}

.store-detail-price-container .qty {
   height: 30px;
   width: 46px;
}
.store-detail-details-container .store-details-heading {
    color: var(---text-body);
}

.store-detail-details-container div.product-details  ul > li {
    margin-left: 1em;
    text-align: left;
}

#store-detail-btnAddToCart {
    background: var(---btn-bg);
    box-shadow: var(---btn-boxShadow);
    color: var(---btn-text);
    border-radius: 12px !important;
}

#storeProductPhotos .carousel-control-prev,
#storeProductPhotos .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* Extra small screens */
@media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 25px !important;
        height: 25px !important;
    }
}


#storeProductPhotos .carousel-inner .carousel-item.active,
#storeProductPhotos .carousel-inner .carousel-item-next,
#storeProductPhotos .carousel-inner .carousel-item-prev {
  display: flex;
}

#storeProductPhotos .carousel-inner .carousel-item-right.active,
#storeProductPhotos .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

#storeProductPhotos .carousel-inner .carousel-item-left.active, 
#storeProductPhotos .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
#storeProductPhotos .carousel-inner .carousel-item-right,
#storeProductPhotos .carousel-inner .carousel-item-left { 
  transform: translateX(0);
}
#storeProductPhotos img {
    border-radius: 9px;
}

#storeProductPhotos .carousel-item {
    transition: transform 0.5s ease-in-out !important;
}

.ck-editor__editable_inline {
    height: 200px;
}
#price_memo + .ck-editor .ck-editor__editable_inline {
    height: 80px;
}

.dropzone-drag-area {
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 3px dashed #dbdeea;
    margin-bottom: 30px;
}

.dropzone-drag-area:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    opacity: 0.5;
}

.dz-preview {
    padding: 15px;
}

.dz-preview:hover {
    cursor: move;
}

.dz-delete {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    top: 0px;
    right: 0px;
    border-radius: 100px;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz-delete>svg {
    transform: scale(0.75);
    cursor: pointer;
}

.dz-preview:hover .dz-delete,
.dz-preview:hover .dz-remove-image {
    opacity: 1;
}

.dz-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dz-preview:hover .dz-thumbnail {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.form-check-input.product-listing-checkbox {
    pointer-events: auto !important;
    opacity: 100;
}

#shop-management-product-list .product-row a.prod-product {
    color: var(---text-body);
}

#shop-management-product-list .product-row a.dev-only {
    font-weight:600;
    color: #EB2227;
}

.sub-menu {
    display: none;
    list-style-type: none;
    padding-left: 20px; /* Indentation for tree effect */
    margin-left: 15px;  /* Additional space from the main item */
}

.sub-menu.show {
    display: block;
}

.important-notice{
background-color: var(---important-notice-bg);
color: var(---text-body);
}

body.dark-theme .modal-content {
    background: var(---background);
    color: var(---text-body);
    border: 1px solid var(---side-nav);
}

.icon{
    color: var(---text-body);
    font-size:18px
}

.icon:hover{
    color: var(---text-primary);
}

.close:hover,
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover {
    color: var(---app-primary-color) !important;
    border-color: var(---app-primary-color) !important;
}


.blueimp-gallery > .play-pause:hover {

    background-image: url(../img/play-pause-red.svg) !important;
}

.list-group-item{
    background-color: var(---background);
    border: 1px solid var(---row-light);
}


.form-check-input[type="checkbox"]:checked+label:before {
    border-right: 2px solid var(---app-primary-color) !important;
    border-bottom: 2px solid var(---app-primary-color) !important;
} 

.form-check-input[type="checkbox"]:not(.filled-in)+label:after{
    border-color: var(---app-primary-color) !important;
}

.form-check-input[type="checkbox"]+label:after {
    border-color: var(---app-primary-color) !important;
}


.ddl-border{
    border: 1px solid var(---row-light) !important;
}

.text-custom{
    background-color: var(---row-dark);
}

.text-custom:focus-visible,
.text-custom:focus{
    outline: none;
    color: var(---text-body);
    background-color: var(---row-light);
    box-shadow: 0 0 0 0.11rem rgba(255, 0, 0, 0.6);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .dp-heading {
    color: #db161b;
    font-weight: 500;
    font-size: 5.0rem;
}

.dp-heading {
    color: #db161b;
    font-weight: 500;
    font-size: 5.0rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.image-container {
    position: relative;
    height: 65vh; /* Set to 50% of the viewport height, adjust as needed */
    overflow: hidden;
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.subscription-buttons {
    margin-top: -15%; /* Negative margin to overlap a bit with the image */
    padding-top: 5%; /* Adds padding so the first part is visible */
    margin-bottom: 20px;
    margin-left: 4%;
    margin-right: 4%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background for readability */
}

/* Subscription content starts from the bottom of the image */
.subscription-content {
    margin-top: -5%; /* Negative margin to overlap a bit with the image */
    padding-top: 5%; /* Adds padding so the first part is visible */
    margin-left: 4%;
    margin-right: 4%;
    opacity: 1;
   
}

/* Cards */
.subscription-content .card {
    min-height: 520px; /* Ensure cards have enough height */
    min-width: 275px;
    margin-bottom: 20px;
    opacity: 1;
    background-color: var(---background);
    padding: 5%;
    /* border: 1px solid rgba(0, 0, 0, .03); */
  
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /* border: 0.5px solid; */
    /* border-image:  linear-gradient(180deg, rgba(111, 111, 111, 0.3) 0%, rgba(191, 191, 191, 0.3) 85.82%); */

     /* box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1), 0 6px 20px rgba(255, 255, 255, 0.1); */
     box-shadow:  var(---data-plan-card-box-shahdow);

}

.subscription-content .card:hover {
    box-shadow:  0 0 1rem !important;
}

.dp-features {
    line-height: 40px;
   }

.subtext{
    margin-top: -5px;
}
/* Adjusts for smaller screens */
@media (max-width: 768px) {

    .dp-heading {
        font-size: 1.75rem;
    }
    .subscription-buttons{

        margin-top: -45%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .subscription-buttons{
        margin-left: 2%;
        margin-right: 2%;
    }


    .subscription-content {

        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .subscription-content .card {
        min-height: 200px;
        padding: 1%;
    }

    .filter-options-contain {
        padding-top: 10px !important;;
        padding-bottom: 5px !important;;
        padding-right: 10px !important;;
        padding-left: 5px !important;
    }


}

.custom-form-container .form-group label {
    font-weight: bold;
    color: var(---text-body);
}

.custom-form-container .form-control {
    border: 1px solid var(---row-dark);
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.custom-form-container .form-control:focus {
    border-color: #db161b;
    box-shadow: 0 0 5px rgba(225, 0, 0, 0.5);
}

.custom-form-container #total-cost,
.custom-form-container #avg-cost-per-camera {
    border: 1px solid var(---row-dark);
    padding: 10px;
    background-color: var(---background);
    border-radius: 4px;
    margin-top: 5px;
}


.table-striped tbody tr { line-height: 6px; }
.table-striped tbody tr:nth-of-type(odd){
    background-color: var(---row-dark);
}
.table-bordered { border: none;}

.table thead th {
    border-color: var(---row-light);
    font-weight: bold;
    color: var(---text-body);

}

/* Default styles for larger screens */
.table th, .table td {
    font-size: 16px; /* Default font size */
    color: var(---text-body);

    border: none;
}

.sdp{
    border: 1px solid var(---row-dark);
    margin-left: 2%;
    margin-right: 2%;
    color:var(---text-body);

}

.sdp-header{
    background-color: var(---row-dark);
    border: 0;
    margin-left: 2%;
    margin-right: 2%;
    height: 65px;
    display: flex;
    align-items: center; 
    justify-content: center;
    color: var(---text-body);

}

.sdp-body{
    background-color: var(---background);
    border: 1px solid var(---row-dark);
    color: var(---text-body);

    margin-left: 2%;
    margin-right: 2%;
}

.camera-pt{
    padding-top: 0.25rem !important;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .table th, .table td {
        font-size: 12px; /* Reduced font size */
    }

    .sdp-header{
        margin-left: 1%;
        margin-right: 1%;
    }

    .sdp{
        border: 1px solid var(---row-light);
        margin-left: 1%;
        margin-right: 1%;
    }

    .sdp-body{
        margin-left: 1%;
        margin-right: 1%;
    }

    .col-md-6{
        padding-left: 1%;
        padding-right: 1%;
    }

    .signal-strength-icon{
        height: 17px !important;
        width: 17px !important;
    }

    .icon-medium {
        font-size: 24px !important;
    }

    .icon-small {
        font-size: 18px !important;
    }

    .no-p-xs{
        padding-left: 0.11rem !important;
        padding-right: 0.11rem !important;
    }

}

@media (max-width: 480px) {
    .table th, .table td {
        font-size: 12px; /* Further reduced font size */
    }

    .signal-strength-icon{
        height: 15px !important;
        width: 15px !important;
    }

    .icon-medium {
        font-size: 18px !important;
    }

    .icon-small {
        font-size: 15px !important;
    }

    .no-p-xs{
        padding-left: 0.11rem !important;
        padding-right: 0.11rem !important;
    }

    .pt-1-xs{
        padding-top: 0.25rem !important;
    }

    .mr10-xs {
        margin-right: 2px;
    }

    .camera-pt{
        padding-top: 0.15rem !important;
    }

    .promoCodeTxt{
        margin-top: 0px !important;
    }
}

.promoCodeTxt{
    margin-top: 6px;
}

.mt-camera-bar{
    margin-top: 0.65rem !important;
}

.inline {
    display: inline;

}

.neg-mr-5{
    margin-right: -5px;
}



.panel-sub-heading{
    background-color: var(---row-light);
    height: 40px;
    vertical-align: middle !important;
}


.dashboard-card {
    background-color: var(---camera-db-card-bg);
    border-radius: 7px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 120px;
    margin: 2px;
}

/* .dashboard-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
} */

.dashboard-header {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard-value {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #0275d8;
}

.dashboard-single-value-header {
    font-size: 13px;
    font-weight: 600;
    height: 20%;
}

.dashboard-single-value-body {
    height: 80%;
    flex-grow: 1; /* Take up remaining space */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center; /* Ensure text alignment is centered */
    color: #0275d8;
    font-size: 14px;
    font-weight: 700;
}

.dashboard-subtext {
    font-size: 11px;
    color: var(---text-body);
}


@media (max-width: 480px) {

        
    .dashboard-card {
        background-color: var(---camera-db-card-bg);
        border-radius: 7px;
        border: none;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 2px;
    }

    /* .dashboard-card:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    } */

    .dashboard-header {
        font-size: 11px;
        font-weight: 300;
        margin-bottom: 2px;
    }

    .dashboard-value {
        font-size: 11px;
        font-weight: 300;
    }

    .dashboard-single-value-header {
        font-size: 10px;
        font-weight: 600;
        height: 20%;
    }

    .dashboard-single-value-body {
        height: 80%;
        flex-grow: 1; /* Take up remaining space */
        font-weight: 300;
    }

    .dashboard-subtext {
        font-size: 10px;
    }

    .lf-padding{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .asterik-lr-m{
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .camera-toolbar,
    .photo-toolbar{
        width: 100% !important;
    }

    .dashboard-background {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ptop{
        padding-top: 0px !important;
    }

    .photosCounterCheck{
        float: left !important;
        /* margin-bottom: 7px !important;
        margin-left: 15px !important; */
    }
    
    .photosCounter{
        float: right;
        /* padding-left: 30px; */
        /* margin-bottom: 7px !important;
        margin-right: 15px !important; */
    }

    .tag-toolbar{
        margin-right: 0.5rem !important;
    }

    .actionsButtons{
        padding: 5px 15px !important;
        margin-top: 0px !important;
    }
    
    .fixed-title-container .page-title {
        padding-top: 0px !important;
    }

}

@media (min-width: 480.1px) and (max-width: 768px) {

    .photo-toolbar{
        width: 100% !important;
    }

    .camera-toolbar{
        width: 50% !important;
    }

    .actionsButtons{
        padding: 5px 15px !important;
        margin-top: 0px !important;
    }

    .ptop{
        padding-top: 0px !important;
    }
}


@media (min-width: 768.1px) and (max-width: 992px) {

    .photo-toolbar{
        width: 90% !important;
    }

    .camera-toolbar{
        width: 60% !important;
    }

    .actionsButtons{
        padding: 5px 15px !important;
        margin-top: 0px !important;
    }

    .ptop{
        padding-top: 10px !important;
    }
}

@media (min-width: 992.1px) and (max-width: 1200px) {

    .photo-toolbar{
        width: 75% !important;
    }

    .camera-toolbar{
        width: 45% !important;
    }

    .actionsButtons{
        padding: 5px 15px !important;
        margin-top: 20px !important;
    }

    .ptop{
        padding-top: 15px !important;
    }
}

.photosCounterCheck{
    float: right;
    margin-top: 2px;
}

.photosCounter{
    float: right;
    padding-right: 25px;
}

.ptop{
    padding-top: 25px;
}

.photo-toolbar{
    width: 60%;
}

.camera-toolbar{
    width: 35%;
}

.link_app_text{
    color: var(---text-body) !important;
}

.link_app_text:hover{
    color: var(---app-primary-color) !important;
    cursor: pointer;
}

.panel-heading-override{
    height: 55px !important;
}

.asterik-lr-m{
    margin-left: 4.0rem;
    margin-right: 4.0rem;
}

.asterikSub{
    font-size: 12px;
}

.actionsButtons {
    padding: 0px 15px;
    margin-top: 10px;

}

/* .tagDoneBtn{
    padding-left: 3px !important;
    padding-right: 3px !important;
} */

.tag-toolbar{
    margin-right: 0.3rem;
}

.d-left{
    float: left !important;
}
