/* 
    Created on : 22 Apr, 2016, 12:04:35 PM
    Author     : Faram
    Note       : Prefix all class names with sn so that they don't clash with css class names from 3rd party libraries.
                 Add new styles alphabetically and groupd by elements, classes, IDs.
*/

/*******************************************************************************
    Elements
*/
body {
    padding-bottom: 70px;
    overflow:auto
}

footer {
    background-color: lightgray;
    padding: 1%;
}

form {
    background-color: lightsteelblue;
    padding: 5%;
    border-radius: 20px;
}

/*******************************************************************************
    Classes
*/
.border{
    border-style: solid;
    border-width: medium;
    color: black;
}

.canavs-box{
    border:1px solid #000000;
    width: 45%;
    height: 125px;
}

@media only screen and (max-device-width: 768px) {
    .sn-live-vehicle-graphs{
        width:100%;
        height: 100px;
        overflow: auto;
    }

    .sn-event-image-container{
        width: 100%;
        height: 200px;
    }
    .sn-text{
        font-size: 10px;
    }
    .sn-plate-image{
        width: 50px;
        height: 20px;
    }

    .sn-event-positions-map{
        width: 100%;
        height: 100px;
    }
}

@media only screen and (min-device-width: 992px) {
    .sn-live-vehicle-graphs{
        width:100%;
        height: 300px;
    }

    .sn-event-image-container{
        width: 100%;
        height: 400px;
    }
    .sn-text{
        font-size: 20px;
    }
    .sn-plate-image{
        width: 200px;
        height: 80px;
    }

    .sn-event-positions-map{
        width: 100%;
        height: 250px;
    }
}

.btn-xlg {
    padding: 55px 5px;
    width: 100%; 
    margin: 10px;
    font-size: 20px !important;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.sn-camera-btn {
    padding: 5px 5px;
    width: 100%; 
    margin: .5%;
    line-height: normal;
    -webkit-border-radius: .4%;
    -moz-border-radius: .4%;
}

@media (min-width: 768px){
    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 20%;
        *width: 20%;
    }
}

.formCopy {
    background-color: lightsteelblue;
    padding: 5%;
    border-radius: 20px;
}

.fit-inside-div{
    display: block; max-width: 100%;max-height: 100%;
}


[contenteditable="true"].single-line {
    white-space: nowrap;
    width:100px;
    overflow: hidden;
}

.wellTimeFrame {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFA500;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}
.sn-width-100{ 
    width:100%;
    height: 100%;
    text-align: center;
}

.sn-width-50px{
    width: 150px;
    text-align: center;
}

.sn-width-200px{
    width: 200px;
    text-align: center;
}

.sn-width-96p-margin-2p{
    width:96%;
    margin: 2%;
}

.sn-border-radius-0px-0px-5px-5px {
    border-radius: 0px 0px 5px 5px;
}

.sn-border-radius-5px {
    border-radius: 5px;
}

.sn-border-radius-5px-5px-0px-0px {
    border-radius: 5px 5px 0px 0px;
}

.sn-border-radius-10px{
    border-radius: 10px;
}

.sn-border-width-0px-2px-2px-2px {
    border-width: 0px 2px 2px 2px;
}

.sn-button{
    cursor: pointer;
}

.sn-blue-dark-box{
    background-color: #3568B6;
    color:white;
    border-radius: 10px;
}

.sn-width-50p{
    width: 50%;
    max-width: 50%;  
}

.sn-width-55p{
    width: 55%;
    max-width: 55%;  
}
.sn-width-70p{
    width: 70%;
    max-width: 70%;
}
.sn-blue-box-light{
    color:white;
    border-radius: 10px;
    background-color: #009DFF;
}

.camera-selector-dropdown {
    height: 45px;    
}

.canvas_btn{
    border-radius:0; 
    margin-bottom:10px; 
    width:100%;
}

.carousel-control {
    width: 5%;
    opacity: 0.3;
}

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;

    &:before, input, label {
        cursor: pointer !important;
    }
    /* File upload button */
    &:before {
        /* inherit from boostrap btn styles */
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: color 0.2s ease;

        /* add more custom styles*/
        content: 'Browse';
        display: block;
        position: absolute;
        z-index: 1;
        top: 2px;
        right: 2px;
        line-height: 20px;
        text-align: center;
    }
    &:hover, &:focus {
        &:before {
            color: #333333;
            background-color: #e6e6e6;
            color: #333333;
            text-decoration: none;
            background-position: 0 -15px;
            transition: background-position 0.2s ease-out;
        }
    }

    label {
        line-height: 24px;
        color: #999999;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        z-index: 1;
        margin-right: 90px;
        margin-bottom: 0px;
        cursor: text;
    }
}
.right-inner-addon {
    position: relative;
}

.right-inner-addon span {
    position: absolute;
    right: 0px;
}

.label-md {
    background-color: #527BBD;
    font-size: 15px;
}

.sn-label-change-color{
    color: white;
}

.sn-light-green-box{
    color: white;
    background-color:#20BFB4;
    border-radius: 10px;
}
.radius_0{ 
    border-radius:0;
}

.sn-margin-bottom-5{ 
    margin-bottom:5px;
    padding: 22px 16px;
}

.snMarginTopBottom7 {
    margin-top: 7%;
    margin-bottom: 7%;
}

.dataTables_processing {
    position: fixed;
    top: 25%;
    left: 50%;
    min-width: 125px;
    margin-left: 0;
    padding: 7px;
    text-align: center !important;
    color: #2256be !important;
    font-size: 15px !important;
    font-weight: 800;
    border: 2px solid #ffggcc !important;
    background-color: #eee !important;
    vertical-align: middle;

}

.dataTables_processing span {
    line-height: 15px;
    vertical-align: middle;
}
.selectedBox {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 2px solid #A9A9A9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/* bootstrap hack: fix content width inside hidden tabs */
/*Bootstrap uses display:ne to hide inactive tabs in that case one of google chart will show small*/
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.tab {
    float: right;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
}

.tab button.active {
    background-color: #ccc;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
}

.sn-tile {
    background: #00a65b;
    /*color: #fff;*/
    border: #ddd 1px solid;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sn-tile .sn-tile-header {
    padding: 1px 10px;
}
.sn-tile .sn-tile-content {
    padding: 1px 10px;
    text-align: center
}
.sn-tile .sn-tile-footer {
    padding: 1px 10px;
    text-align: right;
    overflow-wrap: break-word;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.dotted-hr{
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}

.event-img-side-by-side{
    display:inline-block;
    width:250px; 
    height:125px;
}

.fieldgroup{
    float: left;
    width: auto;
    margin-left: 1em;
}

.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}

.img-shadow{
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.img-shadow:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.img-overlay {
    position: relative;
    width: 100px;
    height: 100px;
    max-width: 1000px;
}
.img-overflow{
    overflow-x: scroll;
}
.img-hoverLarge img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
    z-index: 100;
    position: relative;    

}

.img-hover-xlarge img:hover {
    width:300px;
    height:300px;
    z-index: 100;
    position: relative;  
}

.img-side-by-side {
    display:inline-block;
    width:125px; 
    height:125px;
}

.img-side-by-side-400 {
    display:inline-block;
    width:400px; 
    height:400px;
}

.sn-img-center{
    display:block !important;
    margin:auto !important;
}

.sn-image-hover:hover{
    transform: scale(1.5); 
}

.sn-image-width-400px {
    width: 400px;
    height: 200px;
}

.sn-width-850p-height-250px{
    width: 850px;
    height: 250px;
}

.sn-width-100p-height-200px{
    width: 100%;
    height: 200px;
}
.sn-width-200px-height-100px{
    width: 200px;
    height: 100px;
}
.sn-width-100p-height-250px{
    width: 100%;
    height: 250px;
}
.sn-width-100p-height-275px{
    width: 100%;
    height: 275px;
}

.glyphicon.glyphicon-volume-down {
    font-size: 15px;
}

.glyphicon.glyphicon-volume-off {
    font-size: 15px;
}

.glyphicon.glyphicon-volume-up {
    font-size: 15px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.google-visualization-table-td {
    text-align: left !important;
}

.google-visualization-table-th {
    text-align: left !important;
}

.legend span {
    border: 1px solid #ccc;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px; 
}

.list-group-horizontal .list-group-item {
    display: inline-block;
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
    border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
    border-right-width: 1px;
}

#legend-map-top {
    background: #fff;
    padding: 5px;
    margin: 6px;
    display: flex;
    height: 40px;
    margin-left: 83px;
    font-size: initial;
}

.redColor { 
    background-color: #FF0000; 
}

.greenColor {
    background-color: #00ff00; 
}

.sn-align-self-flex-end {
    align-self: flex-end;
}

.sn-bg-color-blue{
    background-color: #3379b7;
}

.sn-bg-color-blue-ivpm{
    background-color: #7D93E3;
}

.sn-bg-color-blue-1{
    background-color: #002D9C;
}
.sn-bg-color-blue-light{
    background-color: #4bc0c0;
}

.sn-bg-color-blue-light-ivpm{
    background-color: #D0DAFE;
}

.sn-bg-color-blue-dark-ivpm{    
    background-color: #0129B9;
}

.sn-bg-color-light-blue-tmr{
    background-color: #e4f2f7;
}

.sn-bg-color-blue-dark{    
    background-color: #1565c0;
}

.sn-bg-color-blue-sky-dark{
    background-color: #3777e3;
    border-radius: 20px;
}

.sn-bg-color-blue-standard{
    background-color: #0024A6 !important;
}

.sn-bg-color-black-round{
    background-color: #000000;
    border-radius: 60px; 
}

.sn-bg-color-bluish-green{
    background-color: #11a861;
    border-radius: 20px;
}

.sn-bg-color-cyan-material{
    background-color: #4DD0E1;    
}

.sn-bg-color-light-gold{
    background-color: #ffcf63;
    border-radius: 20px;
}

.sn-bg-color-green-btn{
    text-decoration: none;
    background-color: #017243;
    color:white;
}

.sn-bg-color-red-btn{
    text-decoration: none;
    background-color: #a62019;
    color:white;
}

.sn-bg-color-green-mkpi{
    background-color: #14AB8E;
    color:white;
}

.sn-bg-color-green-btn:hover,
.sn-bg-color-green-btn:disabled,
.sn-bg-color-green-btn:focus{
    background-color: #017243;
    color:white;
}

.sn-bg-color-grey{
    background-color: #e0e0e0;
}
.sn-bg-color-grey-dark{
    background-color: #a7a8a8!important;
}

.sn-bg-color-indigo-material{
    background-color: #0277BD; 
}

.sn-bg-color-blue-light-btn{
    text-decoration: none;
    background-color: #0024A6;
    color:white;
}
.sn-bg-color-blue-light-btn:hover{
    color:white;
}

.sn-btn-border-blue{
    background-color: white;
    border-color: #0024A6;
    color:#0024A6;
}
.sn-btn-border-blue:hover{
    color:#0024A6;
}
.sn-menu-item {
    color: #fff;
    padding-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 5px solid transparent;
}

.sn-bg-color-alerts-confidence-page-blue {
    background-color: #3f51b5;
}

.sn-bg-color-alerts-confidence-page-red {
    background-color: #ff4000;
}

.sn-bg-color-alerts-confidence-page-pink {
    background-color: #d12771;
}

.sn-bg-color-light-blue{
    background-color: #BBDEFB;
}

.sn-bg-color-midnight-blue{
    background-color: #004871;
}

.sn-bg-color-grey-dark-btn{
    background-color: #9E9E9E;
}

.sn-bg-color-pod-dashboard-blue {
    background-color: #002D9C;
}

.sn-bg-color-pod-dashboard-green {
    background-color: #19AF19;
}

.sn-bg-color-pod-dashboard-grey {
    background-color: #c0c0c0;
}

.sn-bg-color-pod-dashboard-red {
    background-color: #DE1A1A;
}

.sn-bg-color-pod-dashboard-orange {
    background-color: #f0533f;
}

.sn-bg-color-pod-dashboard-purple {
    background-color: #8987BC;
}

.sn-bg-color-pod-dashboard-yellow {
    background-color: #FFAF00;
}

.sn-bg-color-pink{
    background-color: #6a1b9a;
}

.sn-bg-color-pink-1{
    background-color: #B34FAE;
}

.sn-bg-color-red{
    background-color: #c62828;
}

.sn-bg-color-red-dark-btn{
    background-color: #B22A0B;
    color: white;
}
.sn-bg-color-red-dark-btn:hover,
.sn-bg-color-red-dark-btn:disabled,
.sn-bg-color-red-dark-btn:focus{
    color:white;
}

.sn-bg-color-red-mkpi{
    color:white;
    background-color: #F0533F;
}

.sn-bg-color-red-watermelon{
    color:white;
    background-color: #D12771;
}

.sn-bg-color-maroon{
    background-color: #f86868;
    border-radius: 20px;
}

.sn-bg-color-maroon-wo-border{
    background-color: #f86868;
}

.sn-bg-colo-maroon-2{
    background-color:  #d12771;
}

.sn-bg-color-teal{
    background-color: #f4f7fa;
}

.sn-bg-color-teal-light{
    background-color: #39796b;
}

.sn-bg-color-transparent{
    background-color: transparent;
}

.sn-bg-color-teal-dark{
    background-color: #00251a;
}

.sn-bg-color-white-tint{
    background-color: #ffffff;
}

.sn-bg-color-downy{
    background-color: #69B8CF;
}

.sn-bg-color-tonys-pink{
    background-color: #e28f7a;
}

.sn-bg-color-gray-chateau{
    background-color: #a1a9b5;
}

.sn-bg-color-yellow{
    background-color: #f9a825;
}

.sn-bg-color-yellow-1{
    background-color: #EDAB2A;
}

.sn-fill-rounded-box-light-blue{
    border-radius: 5px;
    background-color:#BBDEFB;
}

.sn-frame-hover:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(2); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
    z-index: 100;
    position: relative;
}

.sn-bg-color-navbar{   
    background-color: #ffcf63;
}

.sn-bgcolor-blue{
    background-color: #0277BD;  
}

.sn-bg-color-light-green{
    color: black !important;
    background-color: #00FF44 !important;
}

.sn-bgcolor-white{
    background-color: #ffffff;  
}
.sn-border-1px{
    border: 1px solid rgba(0,0,0,.4)!important;
}
.sn-border-round{
    border-radius: 10px;
}

.sn-border-blue{
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    color: #0277BD;
}

.sn-bg-color-grey-light{
    background-color: #ECEBEA;
}

.sn-width-thumbnail{
    display: block;margin: auto;
    width:200px;
    height:100px;
}

.sn-border-black{
    border: 1px solid;
    border-color: black;
}

.sn-border-round{
    border-radius: 10px;
}

.sn-border-dashed{
    border-style: dashed;
}
.sn-border-blue-color-blue{
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: #0277BD;
    color: #0277BD;
}

.sn-border-red{
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: red;
    color: red;
}

.sn-border-green{
    border-radius: 5px;
    border-style: solid;
    border-width: medium;
    border-color: green;
    color: green;
}

.sn-border-grey {
    border-style: solid;
    border-width: 2px;
    border-color: #ddd;
}

.sn-border-grey-no-width {
    border-style: solid;
    border-color: #ddd;
}

.sn-blue-box-2{
    background-color: #3F51B5;
}

.sn-blue-box-mkpi{
    color:white;
    background-color: #3777e3;
}

.sn-blue-border-box{
    color: black;
    border-radius: 10px;
    background-color: #3379b7;
}

.sn-dark-blue-box{
    color: white;
    border-radius: 10px;
    background-color:  #3B0084;
}

.sn-blue-box{
    color: white;
    border-radius: 10px;
    background-color: blue;
}
.sn-light-green-box{
    color: white;
    border-radius: 10px;
    background-color: #22B08F;
}

.sn-light-blue-box{
    color: white;
    border-radius: 10px;
    background-color: #50B8D9;
}

.sn-orange-box{
    color: white;
    border-radius: 10px;
    background-color: #EEA345; 
}

.sn-overflow-auto{
    overflow: auto;
}

.sn-overflow-inherit{
    overflow: inherit;
}

.sn-purple-box{
    color:white;
    border-radius: 10px;
    background-color: #5E489D;
}

.sn-place-horizontal{
    display: inline-block;
}

.sn-boundry-black{
    border-style: solid;
    border-width: 1px;
}

.sn-circle-clip {
    clip-path: circle(50% at 50% 50%);
}

.sn-color-black{
    color: #000000;
}

.sn-color-grey{
    color:#FAFAFA;
}

.sn-color-red-dark{
    color:#B22A0B;    
}

.sn-color-teal{
    color: #004d40;
}

.sn-color-green{
    color: #2DB673;
}

.sn-color-teal-dark{
    color: #00251a;
}

.sn-color-teal-light{
    color: #39796b;
}

.sn-color-white{
    color:#ffffff;
}

.sn-column-cards-container{
    display: flex; 
    flex-direction: row;
    justify-content: center;
}

.sn-column-cards-equal-size-element{
    flex: 1 1 0px;
}

.sn-image-view-container{
    display:table;
    height: 100%;
    text-align:center;
}

.sn-image-view-img{
    display:table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.sn-image-view-img:img{
    width: 100%;
    height: auto;
    max-width: 100%;
}

.sn-image-view-nav-btn{
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.sn-fill-rounded-box-indigo{
    border-radius: 5px;
    background-color: #0277BD; 
}

.sn-scroll-on-overflow{
    overflow-y: auto;
    height: 100%;
}

.sn-green-box{
    color: #8c8b8b solid;
    border-radius: 10px;
    background-color: green;
}

.sn-green-box-mkpi{
    color: white;
    background-color: #14AB8E;
}

.sn-green-color-progress-bar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
}

.sn-grey-box{
    color: black;
    background-color: grey;
}

.sn-grey-color-progress-bar {
    height: 30px;
    background-color: #ddd;
}

.sn-height-120px {
    min-height: 120px;
}

.sn-height-150px {
    height: 150px;
}

.sn-height-200px {
    height: 200px;
}

.sn-height-1080px-width-1920px{
    width: 1920px;
    height: 1080px;
}

.sn-height-15px-border-radius-5px{
    height:15px !important;
    border-radius: 5px !important;
}

.sn-hight-max-400px{
    max-height: 400px;
}

.sn-hidden{
    visibility: hidden;
}

.sn-fieldset-legend{
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.sn-modal-dialog{
    overflow-y: scroll;
    width: 600px;
    margin: 30px 20px auto;
    height: 100%;
    overflow-x: hidden;
}
.sn-modal-body{
    width: 600px;
    overflow-y: auto;
}


.sn-modal-dialog-100 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.sn-modal-dialog-80 {
    width: 80%;
    margin-right: 10%;
    padding: 0;
}

.sn-modal-dialog-lg{
    width: 80%;
    height: 86%;
    margin-right: 10%;
    padding: 0;
}

.sn-modal-popup{
    display: none; 
    position: absolute; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    padding: 0;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    margin: 0 auto;
    vertical-align:middle; 
}

.sn-resp-table {
    width: 100%;
    display: table;
}

.sn-resp-table-caption{
    display: table-caption;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.sn-resp-table-header{
    display: table-header-group;
    background-color: gray;
    font-weight: bold;
    font-size: 15px;
}

.sn-table-header-cell{
    display: table-cell;
    padding: 10px;
    text-align: justify;
    border-bottom: 1px solid black;
}

.sn-red-box{
    color:white;
    background-color: red;
    border-radius: 10px;
}

.sn-red-box-mkpi{
    color:white;
    background-color: #f86868;
}
.sn-resp-table-body{
    display: table-row-group;
}

.sn-resp-table-row{
    display: table-row;
}

.sn-table-body-cell{
    display: table-cell;
    border-bottom: 1px solid black;
}

.sn-sign-image-fixed-size{
    width: 200px;
    height: 150px;
}

.sn-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sn-slider:hover {
    opacity: 1;
}

.sn-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.sn-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.sn-modal-content-100 {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.sn-yellow-box-mkpi{
    color: white;
    border-radius: 10px;
    background-color: #ffcf63;
}

.sn-modal-close{
    float: right;
}

.sn-opacity{
    display :inline;
    opacity:1;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}
.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.panel-height {
    height: 100px;
    width: 100px;
}

.pointer{
    cursor: pointer;
}

.selected{
    box-shadow:  none !important;
    border: 1.5px solid blue !important;
}


.sn-bg-color{
    background-color: #2DB673;
    color: white;
}

.sn-document-preview-alt{
    display: block; 
    width:100%; 
    max-width: 100%; 
    height: 900px; 
    max-height: 100%;
}

.sn-document-preview{
    height: 900px;
    width: 710px;
}

.sn-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.sn-card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.sn-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.sn-datatables-info {
    padding-top: 8px;
    white-space: normal;
}

.sn-dt-serach-box-pull-left{
    float: left !important;
}

.snCheckBox{
    zoom : 1.5;
}

.snCustomerLogo {
    width: 180px;
    height: 75px;
}

.sn-display-flex {
    display: flex
}

.sn-flex-box-equally-spaced-height-120-px {
    min-height: 120px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.sn-flex-container-equally-spaced {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sn-flex-container-equally-spaced-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sn-flex-container-equally-spaced-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sn-flex-container-flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.sn-flex-container-horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.sn-flex-element-horizontal-scroll {
    flex-grow: 0;
    flex-shrink: 0;
}

.sn-flex-direction-column {
    flex-direction: column;
}

.sn-flex-right-align-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sn-flex-wrap-wrap {
    flex-wrap: wrap;
}

.sn-float-none {    
    float: none;
}

.sn-float-right {
    float: right;
}

.snForm {
    background-color: lightsteelblue;
    padding: 5%;
    border-radius: 20px;
}

.snFormNoStyle {
    background-color: white;
    padding: 0%;
    border-radius: 0px;
}
.snWordWrap {
    width: 11em; 
    word-wrap: break-word;
}

.sn-font-size-18px {
    font-size: 18px;
}

.sn-font-size-20px {
    font-size: 20px;
}

.sn-font-size-30px {
    font-size: 30px;
}

.sn-font-weight-100 {
    font-weight: 100;
}

.sn-font-weight-900 {
    font-weight: 900;
}

.sn-font-weight-lighter{
    font-weight: lighter;
}

.sn-form {
    background-color: lightsteelblue;
    padding: 1%;
    border-radius: 5px;
}

.sn-form-modal-popup{
    background-color: white;
    padding: 3%;
    border-radius: 0px;
}

.sn-form-white-background {
    background-color: white;
    padding: 3%;
    border-radius: 15px;
}

.sn-lift-from-bottom-4px {
    position: relative;
    bottom: 4px;
}

.sn-map-legend {
    min-width: 200px;
    padding: 5px;
    margin: 0;
    background-color: white;
}

.sn-google-heatmap-legend {
    display: inline-block;
    background-image: linear-gradient(to right, white,
        rgba(102, 255, 0, 1),
        rgba(147, 255, 0, 1),
        rgba(193, 255, 0, 1),
        rgba(238, 255, 0, 1),
        rgba(244, 227, 0, 1),
        rgba(249, 198, 0, 1),
        rgba(255, 170, 0, 1),
        rgba(255, 113, 0, 1),
        rgba(255, 57, 0, 1),
        rgba(255, 0, 0, 1));
    height: 17px;
    width: 150px;
}

.sn-map-viewer {
    width: 100%;
    height: 300px;
}

.sn-map-viewer-auto {
    width: 100%;
    height: 100%;
}

.sn-map-viewer-estimated-view {
    width: 100%;
    height: 650px;
}

.sn-map-viewer-increased {
    width: 100%;
    height: 500px;
}

.sn-marigin-botton-2{
    margin-bottom: 2rem!important;
}

.sn-marigin-bottom-2p {
    margin-bottom: 2%;
}

.sn-marigin-top-2{
    margin-top: 2%;
}

.sn-pod-image-viewer {
    width: 50%;
    height: 300px;
}

.sn-position-absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sn-position-relative-simple {
    position: relative;
}

.sn-position-relative {
    position:relative;
    height: 800px;
    overflow: auto;
    white-space: nowrap;
}

.snMarginBottom {
    margin-bottom: 1%;
}

.sn-margin-bottom-0 {
    margin-bottom: 0px;
}

.sn-margin-bottom-3p {
    margin-bottom: 3%;
}

.sn-margin-right-1p {
    margin-right: 1%;
}

.sn-margin-right-15px {
    margin-right: 15px;
}

.sn-margin-right-2p {
    margin-right: 2%;
}

.sn-margin-right-minus-1p {
    margin-right: -1%;
}

.snMarginTop {
    margin-top: 20%;
}

.snMarginTop2 {
    margin-top: 2%;
}

.snMarginLeft51 {
    margin-left: 51%;
}

.snMarginLeft5 {
    margin-left: 1%;
}

.snMarginLeft4 {
    margin-left: 4%;
}

.sn-margin-top-0 {
    margin-top: 0%;
}

.sn-margin-top-1p {
    margin-top: 1%;
}

.sn-margin-top-20p {
    margin-top: 20px;
}

.sn-margin-top-bottom-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.sn-margin-top-bottom-1p {
    margin-top: 1%;
    margin-bottom: 1%;
}

.sn-margin-top-bottom-2p {
    margin-top: 2%;
    margin-bottom: 2%;
}

.sn-margin-top-bottom-5p {
    margin-top: 5%;
    margin-bottom: 5%;
}

.sn-nav-tabs-3px-container {
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    border-color: #ddd;
    margin-top: -1px;
}

.sn-no-side-margin {
    margin-left: 0px;
    margin-right: 0px;
}

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

.snNoSidePadding {
    padding-left: 0px;
    padding-right: 0px;
}

.sn-no-padding{
    margin:0;
    padding:0;
}

.sn-padding-1p {
    padding: 1%;
}

.sn-padding-1p-2p-1p-2p {
    padding: 1% 2% 1% 2%;
}

.sn-padding-2p{
    padding: 2%;
}

.sn-padding-2p-3p{
    padding: 2% 3%;
}

.sn-padding-5p{
    padding: 5%;
}

.sn-padding-4p-6p{
    padding: 4% 6%;
}

.snPaddingBottom {
    padding-bottom: 1%;
}

.sn-padding-bottom-2p {
    padding-bottom: 2%;
}

.snPaddingBottom40p {
    padding-bottom: 40%;
}

.snPaddingBottom5p{
    padding-bottom: 5%;
}
.snPaddingBottom10p {
    padding-bottom: 10%;
}

.sn-padding-left-0p {
    padding-left: 0%;
}

.sn-padding-left-1p {
    padding-left: 1%;
}

.sn-padding-left-5p {
    padding-left: 5%;
}

.sn-padding-left-7-dot-5px {
    padding-left: 7.5px;
}

.snPaddingLeft {
    padding-left: 1%;
}

.sn-padding-right-0p {
    padding-right: 0%;
}

.sn-padding-right-1p {
    padding-right: 1%;
}

.sn-padding-right-2p {
    padding-right: 2%;
}

.sn-padding-right-5p {
    padding-right: 5%;
}

.sn-padding-right-7-dot-5px {
    padding-right: 7.5px;
}

.snPaddingSides {
    padding-left: 1%;
    padding-right: 1%;
}

.snPaddingSides5p {
    padding-left: 5%;
    padding-right: 5%;
}

.sn-padding-sides-0point5p {
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.snPaddingTop {
    padding-top: 7%;
}


.sn-padding-left-10p{
    padding-left:10%;
}

.sn-padding-left-1-dot-5p{
    padding-left:1.5%;
}

.sn-padding-top-10p{
    padding-top: 10%;
}

.sn-padding-top-2p{
    padding-top: 2%;
}

.sn-padding-top-bottom-2p {
    padding-top: 2%;
    padding-bottom: 2%;
}

.sn-padding-top-bottom-1p {
    padding-top: 1%;
    padding-bottom: 1%;
}

.sn-plate-estimation-canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;    
}
.sn-plate-estimation-canvas-background {
    height: 100%;
    width: 100%;
    background: #261b90;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.sn-plate-estimation-canvas-container {
    position: relative;  
    height: 650px ; 
    /*width: 2000px;*/    
}

.sn-parking-occupancy-dashboard-bg-color-blue {
    background: #3f51b5;
}

.sn-parking-occupancy-dashboard-bg-color-green {
    background: #14ab8e;
}

.sn-parking-occupancy-dashboard-bg-color-red {
    background: #b90d2a;
}

.sn-parking-occupancy-dashboard-bg-color-flamingo {
    background: #ff5444;
}

.sn-parking-occupancy-dashboard-bg-color-orange {
    background: #ff9100;
}

.sn-rounded-box-grey {
    border-radius: 15px;
    border: 2px solid #808080;
    padding: 20px;  
}

.sn-shadow-light{
    box-shadow: 0px 0px 5px grey;
}

.sn-dt-serach-box-pull-left{
    float: left !important;
}

.sn-tab{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.sn-table-custom-hotlist {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    word-break: break-word;
}

.sn-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.sn-tab button:hover {
    background-color: #ddd;
}

.sn-tab button.active {
    background-color: #ccc;
}

.sn-tab-content{
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.snPaddingTop1p {
    padding-top: 1%;
}
.snPaddingTop2p {
    padding-top: 2%;
}
.snPaddingTop5p{
    padding-top: 5%;
}

.snPaddingTop40p{
    padding-top: 40%;
}
.snPlateImage {
    max-height: 30px;
    max-width: 60px;
}

.snThinBorder {
    border: 1px solid black;
}
.sn-no-border {
    border: 0;
}

.snTable {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.snTriangleLeft {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.snTriangleRight {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.snImagesViewer_image {
    max-height: 400px;
}

.snPlateImageUniform {
    height: 40px;
    width: 80px;
}

.snImagePreview {
    width: 100%;
    height: 450px;
}

.snImagePreview300 {
    height: 275px;
}

.snFormNoBorder{
    border: none;
}

.snBlockStyle{
    /*    display:inline-block;*/
    width: 300px;
}

.snMapViewerForZonesExtraHeight {
    width: 100%;
    height: 500px;
}

.snMapViewerForZones {
    width: 100%;
    height: 450px;
}

.snMapViewerForModalPopUp {
    width: 100%;
    height: 650px;
}

.snMaxWidth100{
    width:100%;
    max-width: 100%;
}

.snRibbon{
    background-color:#34af86; 
    padding: 10px;
}

.snMapViewerForModalPopUp {
    width: 100%;
    height: 650px;
}

.sn-standard-blue-box{
    background-color: #0024A6 !important;
    color: white;
    border-radius: 10px;
}

.sn-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

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

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

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

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

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

.sn-table-outline-border{
    outline-style: double;
    outline-width: 1px;
}


input:checked + .sn-switch-slider {
    background-color: #2db673;
}

input:focus + .sn-switch-slider {
    box-shadow: 0 0 1px #2db673;
}

input:checked + .sn-switch-slider:before {
    transform: translateX(30px);
}

.sn-table-custom {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    table-layout:fixed;
    word-break: break-word;
}

.sn-title{
    color: #7c795d;
    font-size: 45px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
}

.sn-title-small{
    color: #7c795d;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}

.sn-triangle-down {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sn-triangle-left {
    clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.sn-triangle-right {
    clip-path: polygon(0 100%, 0 0, 100% 50%);
}

.sn-triangle-up {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.sn-vertical-divider {    
    margin-left:5px;
    margin-right:5px;
    width:1px;
    height:700px;
    border-left:1px solid darkgrey;
}

.sn-white-space-no-wrap {
    white-space: nowrap;
}

.sn-min-width-180px{
    min-width:  180px;
}

.sn-width-195px-height-195px{
    width: 195px;
    height: 195px;
}

.sn-width-19p{
    width: 19%;
    min-width: 200px;
}

.sn-width-20p{
    width: 20% !important;
}

.sn-width-23p{
    width: 23%;
    max-width: 23%;
}

.sn-width-320px-height-180px {
    width: 320px;
    min-width: 320px;
    height: 180px;
    min-height: 180px;
}

.sn-width-100p {
    width:100%;
    max-width: 100%;
}

.sn-width-100p-only{
    width: 100% !important;
}

.sn-width-600px-height-400px{
    width: 600px;
    height: 400px;

}

.sn-width-100p-height-458px{
    width: 100%;
    height: 458px;
}

.sn-width-100p-height-350px{
    width: 100%;
    height: 350px;
}
.sn-width-only-100{
    width:100%;
    max-width: 100%;
}
.sn-width-100p-height-100px{
    width: 100%;
    height: 100px;
}
.sn-width-100p-height-200px{
    width: 100%;
    height: 200px;
}
.sn-width-100p-height-100px{
    width: 100%;
    height: 100px;
}

.sn-width-100p-height-75px{
    width: 100%;
    height: 75px;
}

.sn-width-100p-height-300px{
    width: 100%;
    height: 300px;
}

.sn-width-100p-height-400px{
    width: 100%;
    height: 400px;
}

.sn-width-100p-height-420px{
    width: 100%;
    height: 420px;
}

.sn-width-100p-height-800{
    width: 100%;
    height: 800px;
}

.sn-width-100p-height-500{
    width: 100%;
    height: 500px;
}

.sn-color-gray{
    font-size:30px;
    color:graytext
}

.hrSpacer {
    display: inline;
    padding-right: 20px;
}

.statusColSm{
    width: 75%;
}

.text-bold{
    font-weight: bold;
}

.wrapText{
    white-space: normal ; 
    overflow:auto;
}

.wrapper{
    width: auto; 
    height: 250px;
    overflow-x:scroll;     
    white-space: nowrap;
}

.wrap{
    display:block;
    width:250px;
    word-break:break-all;
}

.zone-draw-btns{

    float: right;
    margin-left: 10px;
}

/*******************************************************************************
    IDs
*/
#contentsContainer {
    /*padding-bottom: 5%;*/
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-all-zones-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#pageProgressWidget {
    display: none;
}
#showAllUI {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    float: left;
    margin-bottom: 22px;
    text-align: center;
}

#showAllUIClicked, #showPinsUI {
    background-color: #90EE90;
    border: 2px solid #90EE90;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    float: left;
    margin-bottom: 22px;
    text-align: center;
}

#hidePinsUI {
    background-color: #F44336;
    border: 2px solid #F44336;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    float: left;
    margin-bottom: 22px;
    text-align: center;
}

#showActiveUI, #showInactiveUI {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    float: left;
    margin-bottom: 22px;
    margin-left: 5px;
    text-align: center;
}

#showActiveUIClicked, #showInactiveUIClicked {
    background-color: #90EE90;
    border: 2px solid #90EE90;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    cursor: pointer;
    float: left;
    margin-bottom: 22px;
    margin-left: 5px;
    text-align: center;
}

#showAllText, #showActiveText,  #showInactiveText, #showPinsText {
    color: rgb(25,25,25);
    font-family: Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

#showAllTextClicked, #showActiveTextClicked,  #showInactiveTextClicked {
    color: rgb(25,25,25);
    font-family: Roboto,Arial,sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

#disableGlyphicon{
    cursor: not-allowed;

}
#setCenterUI {
    margin-left: 12px;
}


.sn-green-box-mkpi{
    color: white;
    background-color: #14AB8E;
}

.sn-grey-color-progress-bar {
    height: 30px;
    background-color: #ddd;
}

.sn-green-color-progress-bar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
}

.formCopy {
    background-color: lightsteelblue;
    padding: 5%;
    border-radius: 20px;
}

.snMarginTopBottom7 {
    margin-top: 7%;
    margin-bottom: 7%;
}
.sn-failed-msg{
    color: red; 
    align-content: center;
}
.sn-tabbable .sn-tabs {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}
.sn-tabbable .sn-tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.sn-tabbable .sn-tabs li a {
    text-decoration: none;
    color: #000;
    border: 1px solid #ccc;
    padding: 5px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    background: #f5f5f5;
}
.sn-tabbable .sn-tabs li a.active, .sn-tabbable .sn-tabs li a:hover {
    border-bottom-color: #fff;
    background: #fff;
}
.sn-tabcontent {
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 10px;
}
.sn-btn-primary{
    background-color: #0024A6 !important;
    color: white !important;
}

.sn-btn-success{
    background-color: green !important;
    color: white !important;
}

.sn-btn-danger{
    background-color: red !important;
    color: white !important;
}

.sn-btn-secondary{
    background-color: gray !important;
    color: white !important;
}

.sn-white-space{
    white-space: normal !important;
}

.sn-fill-parent{
    display:table-cell; 
    width:100%
}

input.sn-checkbox-no-style[type=checkbox] {
    width:auto;
    height:auto;
}

.required::after{
    content: ' *';
    color: red;
}

.sn-or{
    display: flex;
    flex-direction: row;
}
.sn-or:before, .sn-or:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}
.sn-or:before {
    margin-right: 10px
}
.sn-or:after {
    margin-left: 10px
}

table.dataTable td{
    text-transform: capitalize;
}

.sn-uppercase{
    text-transform: uppercase;
}

.sn-full-width{
    width : -webkit-fill-available;
}

.sn-zoom-btn{
    position: absolute;
    right: 50%;
    bottom: 20px;
}

.sn-image-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sn-carousel-btn{
    background: white;
    height: 10%;
    top: 50%;
    opacity: 0.8;
    color: grey;
    border-radius: 5px;
    width: 5%;
}

.sn-carousel-left-btn{
    left: 3% !important;
}

.sn-carousel-right-btn{
    right: 3% !important ; 
}

.sn-display-none {
    display: none;
}

.sn-max-width-none{
    max-width: none !important;
}