/* 
    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;
}

pre {
    height: auto;
    max-height: 50em;
    overflow: auto;
    background-color: #eeeeee;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: pre !important;
}

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

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

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

@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%;
    }
}

.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);
}

.sn-json-boolean { 
    color: blue; 
}

.sn-json-key { 
    color: red; 
}

.sn-json-null { 
    color: magenta; 
}

.sn-json-number { 
    color: darkorange; 
}

.sn-json-string { 
    color: green; 
}
 
.sn-width-100{ 
    width:100%;
    height: 100%;
    text-align: center;
}

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

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

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

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

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

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

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

.radius_0{ 
    border-radius:0;
}

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

.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: none 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;
}

.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-border-bottom-1px-grey{
    border-bottom: 1px solid #808080;
}

.sn-div-table{
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.sn-div-table-cell{
    display: table-cell; /* Make elements inside the container behave like table cells */
}

.sn-alert-modal-text-alert{
    display: table-cell;     
    background-color: #E54B4B;
    color: white;    
    height: 100%;
    top: 0;
    right: 0;
    word-wrap: break-word;
}

.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;
}

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

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

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

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

.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; 
}

.redColor { 
    background-color: #FF0000; 
}

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

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

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

.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-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-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-pink{
    background-color: #6a1b9a;
}

.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-teal{
    background-color: #f4f7fa;
}

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

.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-fill-rounded-box-light-blue{
    border-radius: 5px;
    background-color:#BBDEFB;
}

.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-bg-success {
    background-color: #5cb85c;
}

.sn-bg-danger {
    background-color: #d9534f;
}

.sn-bg-secondary {
    background-color: #6c757d;
}

.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-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: 2px solid #c7c7c7;
}

.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-button-radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.sn-button-radio label {
    display: flex;
    justify-content: center;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-size: 14px;
    border: 1px solid #757575;
    border-radius: 4px;
    width: 100%;
    min-width: 79px;
}

.sn-button-radio input[type="radio"]:checked + label {
    background-color:#cce5f6;
    border-color: transparent;
}

.sn-button-radio input[type="radio"]:hover + label {
    cursor:pointer;
}

.sn-dark-violet-box{
    color: white;
    border-radius: 10px;
    background-color: #28009D;
}

.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-lime-green-strong-box{
    color: white;
    border-radius: 10px;
    background-color: #23c22a;
}

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

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

.sn-purple-light-box{
    color:white;
    border-radius: 10px;
    background-color: #8F7ABD;
}

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

.sn-scrollable-grid-300px{
    display: grid;
    grid-gap: 20px;
    padding: 16px;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px,1fr);
    overflow-x: auto;
}

.sn-scrollable-grid{
    display: grid;
    grid-gap: 10px;
    padding: 5px;
    width : auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px,1fr);
    overflow-x: auto;
}

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

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

.sn-circle-14px {
    min-height: 14px;
    max-height: 14px;
    min-width: 14px;
    max-width: 14px;
    border: 1px solid transparent;
    border-radius: 7px;
}

.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-fill-rounded-box-indigo{
    border-radius: 5px;
    background-color: #0277BD; 
}

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

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


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

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

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

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


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

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

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

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

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

.sn-height-21px{
    min-height: 21px;
    max-height: 21px;
}

.sn-height-34px{
    min-height: 34px;
    max-height: 34px;
}

.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-map-legend-container {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}
.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-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-padding-left-1p{
    padding-left: 1%
}

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

.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-content-center tr td{
    text-align: center;
    vertical-align: middle !important;
    white-space: nowrap;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

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

.sn-table-header-center tr th{
    text-align: center;
}

.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-table-sticky-header {
    position: sticky; 
    top: 0px; 
    z-index: 15; 
    background: white; 
    box-shadow: inset 0 1px 0 #ddd, inset 0 -1px 0 #ddd
}

.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-dt-serach-box-pull-left{
    float: left !important;
}

.snCheckBox{
    zoom : 1.5;
}

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

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

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

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

.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-15px {
    font-size: 15px;
}

.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-map-viewer {
    width: 100%;
    height: 300px;
}

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

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

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

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

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

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

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

.snMarginBottom {
    margin-bottom: 1%;
}

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

.snMarginTop {
    margin-top: 20%;
}

.snMarginTop2 {
    margin-top: 2%;
}

.snMarginLeft51 {
    margin-left: 51%;
}

.snMarginLeft5 {
    margin-left: 1%;
}

.sn-margin-top-0-dot-25p {
    margin-top: 0.25%;
}

.sn-margin-top-0-dot-5p {
    margin-top: 0.5%;
}

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

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

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

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

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

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

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

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

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

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

.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%;
}

.snPaddingLeft {
    padding-left: 1%;
}

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

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

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

.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-50p{
    padding-left:50%;
}

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

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

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

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

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

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

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

.sn-plate-img {
    max-width: 100px;
    max-height: 50px;
    min-width: 100px;
    min-height: 50px;
}

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

.sn-shadow-light-border-2px-black {
    border: 2px solid black;
    box-shadow: 10px 10px 10px grey;
}

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


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

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

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

.snPaddingTop1p {
    padding-top: 1%;
}
.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;
}

.snFormNoBorder{
    border: none;
}

.snBlockStyle{
    /*    display:inline-block;*/
    width: 300px;
}
.sn-loader {
    height: 3px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.sn-loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 3px;
    background-color: #2980b9;
    animation: sn-loading 1s linear infinite;
}

.sn-login-border {
    border-radius: 0px 0px 5px 5px;
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
}

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

.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-white-space-no-wrap {
    white-space:nowrap;
}

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

}

.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-70p-center{
    top:0%;
    left:0%;
    width: 70%;
}

.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
}

.sn-color-secondary {
    color: #6c757d;
}

.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%;
}

.dotRed {
    height: 35px;
    width: 35px;
    background-color: red;
    border: 6px solid white;
    border-radius: 50%;
    display: inline-block;
}

.dotGreen {
    height: 35px;
    width: 35px;
    background-color: #00FF44;
    border: 6px solid white;
    border-radius: 50%;
    display: inline-block;
}

.sn-device-list {
    height: 450px; 
    overflow: auto;
}

@keyframes sn-loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.sn-device-list {
    height: 450px; 
    overflow: auto;
}
.sn-text-success {
    color: #5cb85c;
}
.sn-text-danger {
    color: #d9534f;
}

.sn-mid-height{
    height: 450px; 
    overflow: auto;
}

.sn-light-yellow-box-mkpi{
    color: #8a6d3bf0;
    border-radius: 2px;
    background-color: #ffcf636b;
}

.sn-light-blue-box-mkpi{
    color: #337ab7;
    border-radius: 2px;
    background-color: #337ab736;
}

.sn-light-pink-box-mkpi{
    color: #e28f7a;
    border-radius: 2px;
    background-color: #e28f7a57;
}

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

