html,body {
        overflow: auto !important;
        height: 100%;
        margin: 0 !important;
    }
p{word-break: break-word;}
.wrapperStatic { background: #2ed8b6; position: relative;}
.static-left { position: fixed; top:100px; display: inline-block; left:0; background:#000; height: auto; width:100%; z-index: 999;}
.static-left a { color: #fff;}
.static-left .l-col { margin: 0px; left: -150px; position: absolute; }
.static-left .l-col:hover { cursor: pointer;}

.static-left .prescript {
    top: 0px;
}
.static-left .consult {
    top:58px;
}
.static-left .imging {
    top:115px;
}
.static-left .labtst {
    top:172px;
}
.static-left .stdd {
    top:229px;
}

.static-left .box-left {
    padding: 0px;
    border-radius: 0 5px 5px 0;
}
.static-left .prescript .box-left {
    background:  #2ed8b6;
}
.static-left .consult .box-left {
    background:  #2ed8b6;
}
.static-left .imging .box-left {
    background:  #2ed8b6;
}
.static-left .labtst .box-left {
    background:  #2ed8b6;
}
.static-left .stdd .box-left {
    background:  #2ed8b6;
}

.static-left .l-text {
    height: auto;
    margin: 0 0 -3px 0;
    padding: 0 10px 0px 0px;
    text-align: right;
    width: 190px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-indent:0px;
}
.static-left .l-text i{
    font-size: 25px;margin-left: 15px; float: right;
    margin-top: 7px;
}
.dataTables_length select {
    height: 25px !important;
    padding: 2px 3px !important;
    width: 70px !important;
}
.dataTables_length label {
    font-weight: 400;
}
.dataTables_filter input[type="search"], .dataTables_filter input[type="text"] {
    box-sizing: content-box;
    height: 18px;
    /*    line-height: 18px;
        padding: 4px 6px;
        width: 125px;*/
}
.dataTables_filter label {
    font-weight: 400;
}
.dataTables_info {
    float: left;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 5px;
}
.dataTables_paginate .pagination {
    margin: 0 12px;
}
.dataTables_wrapper label {
    display: inline-block;
    font-size: 13px;
}
.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
}
div.dataTables_scrollBody table, div.dataTables_scrollFoot table {
    border-top: medium none;
    margin-top: 0;
}
.dataTables_wrapper .row {
    margin: 0;
}

.dataTables_wrapper .row:first-child + .dataTable {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.dataTables_wrapper .row:last-child {
    /*background-color: #eff3f8;*/
    /*border-bottom: 1px solid #e0e0e0;*/
    padding-bottom: 12px;
    padding-top: 12px;
}
.dataTables_wrapper .dataTables_scroll + .row {
    border-top: 1px solid #e0e0e0;
}
.dataTable {
    margin-bottom: 0;
}
.dataTable > thead > tr > th[class*="sort"] {
    cursor: pointer;
}
.dataTable > thead > tr > th[class*="sort"]::after {
    /*background-color: #fff;*/
    color: #555;
    content: "";
    display: inline;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px;
    float: right;
}
.dataTable > thead > tr > th.sorting_disabled::after, .dataTables_scrollHead + .dataTables_scrollBody > .dataTable > thead > tr > th::after, .fc-state-default .fc-button-effect {
    display: none;
}
.dataTable > thead > tr > th[class*="sort"]:hover {
    color: #547ea8;
}
.dataTable > thead > tr > th[class*="sorting_"] {
    color: #307ecc;
}
.dataTable > thead > tr > th.sorting_asc, .dataTable > thead > tr > th.sorting_desc {
    background-image: linear-gradient(to bottom, #eff3f8 0px, #e3e7ed 100%);
    background-repeat: repeat-x;
}
.dataTable > thead > tr > th.sorting_desc::after {
    color: #307ecc;
    content: "";
    top: -6px;
}
.dataTable > thead > tr > th.sorting_asc::after {
    color: #307ecc;
    content: "";
    top: 4px;
}
.dataTable > thead > tr > th.sorting_disabled {
    cursor: inherit;
}
.dataTable > thead
{
    background-color: #ddd;
}
.dataTables_scrollHeadInner {
    width: auto;
}
.dataTables_scrollHeadInner > .dataTable > thead > tr > th {
    border-bottom-width: 0;background-color: #ddd;
}
.dataTables_borderWrap .dataTables_scrollBody, .dataTables_borderWrap .dataTables_scrollHead {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered, .dataTables_borderWrap .dataTables_scrollHead .table-bordered {
    border-left-width: 0;
    border-right-width: 0;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:first-child, .dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:first-child, .dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:first-child, .dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:first-child {
    border-left-width: 0;
}
.dataTables_borderWrap .dataTables_scrollBody .table-bordered > tbody > tr > td:last-child, .dataTables_borderWrap .dataTables_scrollBody .table-bordered > thead > tr > th:last-child, .dataTables_borderWrap .dataTables_scrollHead .table-bordered > tbody > tr > td:last-child, .dataTables_borderWrap .dataTables_scrollHead .table-bordered > thead > tr > th:last-child {
    border-right-width: 0;
}
table.dataTable {
    clear: both;
    max-width: none;
}
table.dataTable th:active {
    outline: 0 none;
}
div.dataTables_scrollHead table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div.dataTables_scrollBody table {
    margin-bottom: 0;
}
div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th {
    border-top: medium none;
}

.dataTable > tbody > tr.selected > td {
    background-color: #dff0d8;
}
.dataTable > tbody > tr.selected:hover > td {
    background-color: #d0e9c6;
}
div.dataTables_processing {
    background-color: rgba(255, 255, 255, 0.66);
    border: 2px solid #ddd;
    font-size: 1.2em;
    height: 60px;
    left: 50%;
    margin-left: -40%;
    margin-top: -25px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80%;
}
.dataTables_filter, .dataTables_paginate {
    text-align: right;
    float: right contour
}
.dataTables_paginate{
    margin-top: 5px;
}
.dataTables_length {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}.dataTables_scrollBody {
    overflow-y: visible !important;
    overflow-x: initial !important;
}

/* Autocomplete ----------------------------------*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    float: left;
    display: block;
    min-width: 160px;
    _width: 160px;
    padding: 6px 12px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #fff;
    border-color: #ccc;
    border-color: rgba(0,0,0,0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width:2px;
    *border-bottom-width:2px
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    white-space: nowrap;
}
.ui-widget-content li {
    border-bottom: 1px dashed #ccc;
    cursor: pointer;padding-left: 10px;
}
.ui-widget-content li a{
    padding: 5px;
}
.ui-widget-content .ui-state-focus {
    color: #fff !important;
    background-color: #2dba02;
    /* padding-bottom: 5px;
     padding-top: 5px;
    */
}
.ui-menu {
    padding: 5px;
}
.ui-state-active{
    border:none!important;
    font-weight:normal!important;
    color:#ff0030!important;padding: 0 !important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 2px;
}
/* Autocomplete ----------------------------------*/
/**  Loader Styles *************************************************** **/
.preloader .loading h2, .preloader .loading .progress {
    display: none;
}

.preloader {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 999999;
}

.preloader:after {
    content: "loading..";
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 30px 0 0 -20px;
}

.loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 43%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-color: #2c3e50;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/**  Loader Styles *************************************************** **/

.main-heading
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
    color: #2eaeb3;
    font-size: 20px;
    margin-top: 10px;
}
.main-heading::after {
    content: "";
    background-color: #E3580D;
    width: 5rem;
    height: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
}
.select2-container {
    z-index: 999 !important;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

a{
    cursor: pointer;
}

.unread-message{
    background-color: #c3e6cb;
    color: #a94442;
}


.btn-file { position: relative; overflow: hidden; vertical-align: middle; padding: 4px 8px; border: 1px solid #ccc }
.btn-file>input { position: absolute; top: 0; right: 0; margin: 0; font-size: 23px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); direction: ltr }
.fileupload { margin-bottom: 0px }
.fileupload .uneditable-input { display: inline-block; margin-bottom: 0; vertical-align: middle; cursor: text }
.fileupload .thumbnail { display: inline-block; margin-bottom: 5px; overflow: hidden; text-align: center; vertical-align: middle; width: 100%; }
.fileupload .thumbnail>img { display: inline-block; max-height: 100%; vertical-align: middle; width: 100%; object-fit: contain; }
.fileupload .btn { vertical-align: middle }
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists { display: none }
.fileupload-inline .fileupload-controls { display: inline }
.fileupload-new .input-append .btn-file { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0 }
.thumbnail-borderless .thumbnail { padding: 0; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
.fileupload-new.thumbnail-borderless .thumbnail { border: 1px solid #ddd }
.control-group.warning .fileupload .uneditable-input { color: #a47e3c; border-color: #a47e3c }
.control-group.warning .fileupload .fileupload-preview { color: #a47e3c }
.control-group.warning .fileupload .thumbnail { border-color: #a47e3c }
.control-group.error .fileupload .uneditable-input { color: #b94a48; border-color: #b94a48 }
.control-group.error .fileupload .fileupload-preview { color: #b94a48 }
.control-group.error .fileupload .thumbnail { border-color: #b94a48 }
.control-group.success .fileupload .uneditable-input { color: #468847; border-color: #468847 }
.control-group.success .fileupload .fileupload-preview { color: #468847 }
.control-group.success .fileupload .thumbnail { border-color: #468847 }

/* Hide the browser's default checkbox */
label.container {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.container input {
    position: absolute;
    opacity: 0 !important;
    cursor: pointer;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
    background-color: #2ed8b6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-listing label.container {
    width: 140px;
    float: left;
}
.radiobutton-inline-list label.container {
    display: inline-block;
    width: 140px;
    font-size: 14px;
}
/* Check box css for delete record */
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top:6px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px !important;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.option-input:hover {
    background: #9faab7 !important;
}
.option-input:checked {
    background: #2ed8b6 !important
}
.option-input:checked::before {
    height: 20px !important;
    width: 20px !important;
    position: absolute !important;
    content: "✔" !important;
    display: inline-block !important;
    font-size:13px !important;
    text-align: center !important;
    line-height: 20px !important;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s !important;
    -moz-animation: click-wave 0.65s !important;
    animation: click-wave 0.65s !important;
    background: #00bcd4 !important;
    content: "" !important;
    display: block !important;
    position: relative !important;
    z-index: 100 !important;
}

/* End Check box css for delete record */
.info-icon {

    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
}
.info-content {
    display: inline-block;
    width: 84%;
}
.contact-info-wrap {
    margin-bottom: 30px;
}
.info-content h4 {

    font-size: 18px;

}
.hidden {
    display: none !important;
}
.limiterBox
{
    border:1px solid #222;
    border-top:none;
    background-color:#333;
    padding:3px 6px;
    font-size:13px;
    color:#FFF;
    margin-top:6px
}
.limiterBox:after
{
    display:none
}
.limiterBox:before
{
    display:block;
    content:"";
    position:absolute;
    width:0;height:0;
    top:-8px;left:50%;
    margin-left:-5px;
    border-color:transparent transparent #333;
    border-style:solid;
    -moz-border-bottom-colors:#333;
    border-width:0 8px 8px
}
.clear {
    clear: both;
}
.clear5 {
    clear: both;
    height: 5px;
}
.clear10 {
    clear: both;
    height: 10px;
}
.clear15 {
    clear: both;
    height: 15px;
}
.clear20 {
    clear: both;
    height: 20px;
}
.clear25 {
    clear: both;
    height: 25px;
}
.clear30 {
    clear: both;
    height: 30px;
}
.clear40 {
    clear: both;
    height: 40px;
}
.clear50 {
    clear: both;
    height: 50px;
}
label a{
    color: #fff !important;
}
.red, .color-red
{
    color: #a94442 !important;
}
.blue{
    color: #3c8dbc !important;
}

a.links{
    cursor: pointer;
    color: #1AC3D2;
}
a.links:hover{
    color: #222;
}

button{
    cursor: pointer;
}
label.error, label.errors  {
    color: #b94a48;
    font-weight: normal;font-size: 12px;
}
.form-control.error {
    border: 1px solid #b94a48;font-size: 12px;
}
.form-control.error, .required {
    border: 1px solid #b94a48;
}
.help-block {
    color: #b94a48;
    text-align: left;
    font-size: 12px;
}
.special-char {
    color: #b94a48;
    text-align: left;
    font-size: 12px;
}
.help-block-valid {
    color:green;
    text-align: left;font-size: 12px;
}
.invalid-feedback span
{
    color: #a94442;
    text-align: left;
    font-size: 12px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.bannerImage .bannerImg
{
    position: relative;display: inline-block;z-index: 99;
}

.bannerImage .bannerImg span
{
    position: absolute;right: 0; z-index: 100;display: inline-block
}
.bannerImage .bannerImg span
{
    position: absolute;
    right: 0;
    z-index: 9999;
    display: inline-block;
    background: #e5e5e5;
    padding: 0px 2px;
    border: 1px solid #ccc;
    line-height: 16px;
    box-shadow: 0px 1px 4px 1px #ccc;
    cursor: pointer;
}
.bannerCode{
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
}
.container.radio-inline, .container.checkbox-inline
{
    float: left !important;
    width: auto !important;
}

.time-counter
{
    margin:8px 0 0 !important;
    width:auto !important;
    text-shadow: 1px 2px 1px #ccc;
    color: #b70000 !important;
    float: left;
    background:#f2dede none repeat scroll 0 0;
    font-size: 21px !important;
    padding:10px;
}
.time-counter span
{
    color: #b70000 !important;
    float: left;
    font-size: 21px !important;
    font-weight: normal;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 3px;
    margin-top: 0 !important;
    text-shadow: 1px 2px 1px #ccc;
    width: auto !important;
}
.green
{
    color:#14e11a;
}
.grey
{
    color:#c0c0c0;
}
.counterSpan
{
    position: absolute;left: 17px;top: -5px;
}
.btn-sm-sm {
    padding: 1px 3px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    border-radius: 3px !important;
}
.frameDiv {
    border: 4px dashed #fff;
    width: 270px;
    height: 155px;
    position: absolute;
    margin-top: 43px;
    margin-left: 25px;
    display: none;
}
.playlist .ibox .ibox-content.playlist-data {
    display: flex;
    align-items: center;
    min-height: 220px;
}
.playlist .ibox .ibox-content.playlist-data .no-playlist {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.apps-container.connected-drop-target-sortable.floatleft {
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 0 10px;
    background: #00acc838;
    text-transform: capitalize;
    border-radius: 4px;
    margin-bottom: 10px;
}
div#previewModal .modal-dialog.modal-xl , div#previewModaltwo .modal-dialog.modal-xl {
    max-width: 1180px;
}
.main-head-des{
    background: #eee; padding: 0px;border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;border-bottom: 2px solid #00acc8;
}
.main-head-des .head-inner-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 95%;
    margin: 0 auto;
}

.main-head-des .head-inner-des .logo-des a {
    -webkit-box-flex:1; -ms-flex:1 auto; flex:1 auto;
}
.main-head-des .head-inner-des .time-des{
    text-align: right;
    padding-top: 30px;
}
.main-head-des .head-inner-des .qr-scanner-d{
    text-align: center;
}
.main-head-des .head-inner-des .head-wrap{
    width: 100%;
    max-width: calc(33.33% - 10px);
    margin: 5px 5px;
}
.main-head-des .logo{
    width: 200px;
    height: auto;
}
.main-head-des .logo-text{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.main-head-des .time-text-des{
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
div#previewModal .modal-dialog.modal-xl  button.btn.btn-close , div#previewModaltwo .modal-dialog.modal-xl  button.btn.btn-close {
    position: absolute;
    right: -15px;
    top: -25px;
    z-index: 99999;
    background: white;
    color: black;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 50%;
}
.previewModal.two .stats-holder .video-holder{width:100%;height:auto;left:0;top:0;}
.plain-text{font-weight: bold;font-size: 25px;}
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff2") format("woff2"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {font-family: "Flaticon";src: url("../fonts/Flaticon.svg#Flaticon") format("svg");}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;font-style: normal;}
.flaticon-sun-1:before { content: "\f100"; }
.flaticon-rain-black-cloud-with-raindrops-falling-down:before { content: "\f101"; }
.flaticon-moon:before { content: "\f102"; }
.flaticon-sun:before { content: "\f103"; }
body{margin:0;min-width:320px;font-family:'Poppins', sans-serif;}
.list-unstyled{padding:0;margin:0;list-style-type:none;}
.text-uppercase{text-transform:uppercase;}
.text-center{text-align:center;}
.text-white{color:#fff;}
.d-block{display:block;}
.w-100{width:100%;}
.h-100{height:100%;}
p{margin:0 0 10px;}
.wrapper,
.feeds-list .text-holder,
.weather-list{overflow: hidden;}
.stats-holder .content-col{position:absolute;}
.stats-holder .video-holder {width: 75%;height: 100%;left: 0;top: 0;display: -webkit-box;display: -ms-flexbox;
display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;
-ms-flex-align: center;align-items: center;text-align: center;}
.stats-holder .video-holder .video-wrapper{padding-bottom: 56.25%; width: 100%;}
.stats-holder .video-holder .video-sec-des{background: #000;    position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.stats-holder .video-holder iframe{width:100%;height:100%;vertical-align:bottom}
.stats-holder .weather-holder{width:41%;height:25%;left:0;bottom:0px;}
.stats-holder .infographic-holder{width:35%;height:25%;left:40%;bottom:0px; background-color: #ddd;}
.stats-holder .infographic-img-des{height:100%; width: 100%;}
.stats-holder .social-feeds-holder{width:25%;height:100%;left:75%;top:0;padding:15px;background:#f7f7f7;overflow: auto;}
.feeds-list li{margin:0 0 10px;overflow:hidden;}
.feeds-list .image-holder{float: left;margin:0 15px 0 0;}
.feeds-list .text-holder{font-size:14px;}
.feeds-list .text-holder .feed-title{margin:0 0 5px;font-size:16px;line-height:19px;}
.weather-list{font-size: 12px;}
.weather-list li{float:left;padding:5px 5px;width:18%;}
.weather-list li.second-child {
    background: #2962A9;
}
.weather-list li.first-child{background: #1F4371;
    width: 28%;
    padding: 5px 5px;
    height: 100%;}
/* .weather-list li.second-child{background:#2962A9;} */
.weather-list li.third-child{background:#347BD5;}
.weather-list li.fourth-child{background:#609AE1;}
.weather-list li.fifth-child{background:#76A7E3;}
.weather-list .day-time-holder{min-height:42px;}
.weather-list .weather-icon{display:inline-block;vertical-align: top;}
.weather-list .weather-icon:before{font-size: 25px;}
.weather-list .temp-value{font-size:20px;}
.weather-list .temp-value sup{font-size:14px;}
.weather-list .wind-chance{position:relative;}
.weather-list .wind-chance:after{width:15px;height:15px;content:"\f101";display: inline-block;margin:0 0 0 5px;font-family: "Flaticon";font-size:15px;color:#fff;}
.icon-holder img {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    margin-bottom: 5px;
}
.weather-list li.first-child span {
    line-height: 22px;
}


/* Khwaja Salman */

.switch-toggle {position: relative;display: inline-block;width: 52px;height: 25px;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;}
.switch-toggle .slider.round::before {border-radius: 50%;}
.switch-toggle .slider::before {position: absolute;content: "";height: 17px;width: 17px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;transition: .4s;}
.switch-toggle .slider.round {border-radius: 34px;}
.switch-toggle .slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.switch-toggle .toggle-input {opacity: 0;height: 0;width: 0;}
.toggle-input:checked + .slider {background-color: #2c3e50;}
.toggle-input:checked + .slider::before {-webkit-transform: translateX(18px);-ms-transform: translateX(18px);transform: translateX(26px);}
.switch-item span {display: inline-block;vertical-align: -1px;margin-right: 8px;}
.social-feeds-holder .image-holder {width: 60px;height: 60px;}
.social-feeds-holder .image-holder img {width: 100%;height: 100%;}
.social-feeds-holder .feeds-list .text-holder p {font-size: 13px;display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.weather-list li.col-grid {max-height: 50%;min-height: 50%; width: 36%;display: inline-block;}
.weather-list .col-grid .day-time-holder {min-height: auto;margin-bottom: 0;}
/* .weather-list .col-grid .weather-icon {margin-bottom: 5px;} */
.weather-list .col-grid .weather-icon:before {font-size: 25px;}
.weather-list .col-grid .sun-value {display: inline-block;}
.weather-list .col-grid .sun-val {display: inline-block !important;vertical-align: middle;margin: 0 2px;}
.weather-list .col-grid .sun-val i {font-size: 18px;margin-right: 0px;vertical-align: middle;}
.show-weather .weather-list li.first-child{height: 100%;}
.show-weather .weather-list .col-grid .sun-val i{margin-right: 0px; display: block; font-size: 15px;}
.show-weather .weather-list .col-grid .sun-val{margin: 0 0;}
.show-infography .user {width: 100%;border: 2px dashed #ddd;padding: 35px;}
.col-flex{display: flex; align-items: stretch !important;}

.rss-btns a {display: block;padding: 8px 0;}
.rss-btns {width: 100%;background-color: #f6f6f6;padding: 20px;}
.rss-btns a img {max-width: 30px;display: inline-block;vertical-align: middle;}
.rss-btns a span {display: inline-block;vertical-align: middle;color: #000;margin-left: 8px;}

.det-box-child p span.str-svg-icon {float: left;}
.det-box-child p span.stats-brief {display: block;overflow: hidden;}


/*new styling from telemedicine*/
.module-heading {
    background: #fff;
    padding: 0px 30px;
    margin-top: 49px;
}
.module-heading h2 {
    font-size: 26px;
    padding-top: 15px;
    font-weight: 400;
}
.breadcrumbs {
    margin-top: 35px;
    font-size: 13px;
    color: #666;
}
.breadcrumbs ul {
    padding-left: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin: 0 2px;
}
.img-class{max-width: 110px;}
.img-adj{width: 100%;}
.gender-radio label{display: inline-block;max-width: 100%;width: auto;}
.card-title {
    margin-bottom: 0px !important;
    padding-left: 0;
    font-weight: 400;
    font-size: 25px;
}
.img-div-site-settings{padding-bottom: 20px;}
.site_logo_change{display: block;}
.custom-heading-site-settings{font-size: 16px !important;}
#imgShow{width: 20%;
    display: block;
}
.checkAll{float: right;}
.form-actions{float: right;}
.footer-div{float: left;padding-top: 15px;}
.mar-adj{margin-right: 5px;}
.disp-in{display: inline !important;}
.dispaly-block{display: block !important;}
.file-manager ul.folder-list {
    list-style: none;
    max-height: 308px;
    overflow-x: hidden;
    overflow-y: auto;
}
.file-manager ul.folder-list li {
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 5px;
}

.data-notify-text{
   margin: 0 auto !important;
}
.file-manager ul.folder-list li a {
    width: 100%;
    color: #333333;
    display: inline-block;
    font-size: 15px;
}
.file-manager ul.folder-list li a .fa {
    margin-right: 5px;
}
.all-data .file-box .file {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	position:relative;
	    margin-bottom: 30px;
}
.all-data .file-box .file:hover .action-button {
	display:block;
}
.all-data .file-box .file .action-button {
    display: block;
    /* position: absolute; */
    width: 100%;
    text-align: right;
}
.all-data .file-box .file .image.grey {
    text-align: center;
    background: #eeeeee;
}
.all-data .file-box .file .file-name {
    padding: 5px 10px;
    /* background: #eeeeee; */
}
.all-data .file-box .file .action-button a {
    font-size: 18px;
    margin-right: 5px;
    color: black;
}
.all-data .file-box .file .action-button a:hover {
    color: #14bace;
}
div#assetsModal .modal-header {
    padding: 0px 10px !important;
    text-align: right !important;
    border: none !important;
}
div#assetsModal .modal-header button.close {
    background: #f44336 !important;
    opacity: 1 !important;
    float: right !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 50% !important;
}
div#assetsModal .imageuploadify.well {
    min-height: 200px !important;
}
div#assetsModal .imageuploadify.well .imageuploadify-images-list i {
    font-size: 50px !important;
}
div#assetsModal .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 22px !important;
}
div#assetsModal .modal-footer {
    padding: 5px 10px !important;
}
.hr-line-dashed {
    border: 1px dashed #c3bfbf;
    display: inline-block;
    width: 100%;
}
.playlist .ibox {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: white;
    margin-bottom: 25px;
}
.playlist .ibox .ibox-content {
    padding: 15px 15px;
    width: 100%;
}
.playlist .ibox .ibox-content.playlist-data .ibox-content {
    padding: 10px 0px;
}
.screen.draggable-element-container .selected-data .grabbable .playlistAssetImage img{
	width: 100%;
}
.screen.draggable-element-container .selected-data .grabbable .playlistAssetImage {
    width: 60px;
    height: 40px;
    float: left;
    margin-right: 7px;
    background-color: #333;
}
.screen.draggable-element-container .selected-data .grabbable .playlistAssetText {
    vertical-align: top;
    font-size: 14px;
    margin-top: 10px;
}
.screen.draggable-element-container .selected-data .grabbable {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
}
.playlist .file-manager .panel-limited {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: unset;
}
#view-selected-file{
    width:200px; height:200px;
}
.file-manager .search-form ul.nav.nav-tabs li a {
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: -1px;
    color: black;
}
.file-manager .search-form ul.nav.nav-tabs li a.active {
    border: 1px solid #e7eaec;
    border-bottom: 1px solid white;
    color: #2ed8b6;
    margin-bottom: -1px;
}
.file-manager .search-form ul.nav.nav-tabs li a:hover {
    border: 1px solid #e7eaec;
    border-bottom: 1px solid white;
    color: #2ed8b6;
    margin-bottom: -1px;
}
.file-manager .search-form ul.nav.nav-tabs {
    padding: 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}
.file-manager ul.folder-list li.active {
    background: #2ed8b6;
}
.file-manager ul.folder-list li.active a {
    color: white;
}
.file-manager ul.folder-list li:hover {
    background: #2ed8b6;
}
.file-manager ul.folder-list li:hover a {
    color: white;
}
.playlist .ibox .ibox-content div#playlistTitle {
    display: inline-block;
    width: 40%;
    position: relative;
}
.playlist .ibox .ibox-content .playlistOptions {
    float: right;
    width: 60%;
}
.playlist .ibox .ibox-content .playlistOptions button {
    padding: 7px 10px;
    margin-bottom: 10px !important;
}
.playlist .ibox .ibox-content div#playlistTitle input:read-only {
    border: 2px solid white;
    padding-right: 25px;
    width: 100%;
}
.playlist .ibox .ibox-content div#playlistTitle input {
    border: 2px solid #1dc0d4;
    padding: 2px 5px;
    border-radius: 4px;
    padding-right: 25px;
    width: 100%;
}
.playlist .ibox .ibox-content div#playlistTitle i.material-icons {
    font-size: 15px;
    margin-left: -27px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 7px;
}
/* .playlist .ibox .ibox-content div#playlistTitle {
    display: inline-block;
    width: 160px
} */
.playlist .ibox .ibox-content .propertiesContainer {
    text-align: center;
    clear: both;
    font-size: 15px;
}
.playlist .ibox .ibox-content #playlistProperties {
    display: inline-block;
    margin: 0 40px 0 40px;
}
.ibox-content #playlistProperties input.color-picker {
    width: 0;
    height: 0;
    border: 7px solid;
    background: #92e5e8;
    cursor: pointer;
    border-radius: 50%;
    padding: 0 0;
}
.overflow-drag {
    position: absolute;
    width: 100%;
    height: 93%;
    top: 0;
}
.card .card-body .form-group .bootstrap-tagsinput {
    width: 100%;
    padding: 10px;
}
.card .card-body .form-group .bootstrap-tagsinput span.tag.label.label-info {
    background: #fb7300;
    padding: 1px 5px;
    border-radius: 4px;
    margin-bottom: 2px;
    display: inline-block;
}
.imageuploadify .imageuploadify-images-list button.btn-default{
    width: auto !important;
}
.all-data {
    width: 100%;
}
.card .card-body .form-group h5.form-control {
    margin: 0;
}
.divider {
    text-align: center;
    font-size: 30px;
    position: relative;
    height: 30px;
}
div#asset_form_group {
    display: inline-block;
    width: 100%;
}
.divider hr {
    position: absolute;
    width: 100%;
    top: -4px;
}
.divider span {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    width: 45px;
    margin: 0 auto;
}
/* styles by mzeeshanh */
.modal.appsModal .modal-header{display: block;padding:22px 16px;}
.modal.appsModal .modal-header .fa{color:#dedede;}
.modal.appsModal .modal-header p{margin:0;}
.modal.appsModal .icon-holder{font-size:35px;margin: 0 0 10px;}
.modal.appsModal .header-text p { font-size: 14px;}
.modal.appsModal .header-text h2 {font-size: 27px;}
.modal.appsModal .app-icons-holder{font-size:0;letter-spacing:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:10px;margin-bottom:0}
.modal.appsModal .app-icons-holder li{width:33.33%;display:inline-block;vertical-align:top;padding:0 15px;margin:0 0 30px;}
.modal.appsModal .app-icons-holder a{display:block;height:100%;border-radius:20px;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);overflow: hidden;}
.modal.appsModal .modal-body{background:#fbfbfc;}
.modal.appsModal .app-icon{border-bottom:1px solid #dedede;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}
.modal.appsModal .app-name{display:block;font-size:14px;line-height: 18px;padding:10px 15px;color:#000;}
.modal.appsModal .icon-image-holder{width:75px;display:inline-block;vertical-align:top;}
.modal.appsModal .icon-image-holder img{width: 65px;height:auto;}
.ibox-content.playlist-data i.material-icons{cursor: pointer;}
.ibox-content.playlist-data i.material-icons:hover{color:#14bace;}
.dropableContainer img, .dropableContainer input[type="number"]{display: inline-block;vertical-align:top;}
.dropableContainer input[type="number"]{width:150px;height:40px;}
.playlist-item-holder{margin:0 0 10px;}
/*@media (max-width:991px) {
    .modal.appsModal .app-icons-holder li{width:50%;}
}*/

/*===responive/dashboard style by Zeeshan-khalid===*/
.custom-box-sty{position:relative;z-index:999}
.notifications-box-custom{width:25px;height:25px;background:#fff;border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}
.notifications-box-custom .fa{color:#cecece;line-height:28px;font-size:15px}
.notifications-box-custom .num{position: absolute;top: 0;right: -5px;width: 12px;height: 12px;border-radius: 50%;background: #ff2c74;color: #fff;line-height: 14px;font-family: sans-serif;text-align: center;font-size: 12px;}
.dash-head-bar{background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 30px);padding:15px;margin-left:15px;height:70px;border-radius:4px;-webkit-box-shadow:0 1px 12px #00000012;box-shadow:0 1px 12px #00000012;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-item-align: center;align-self: center;}
.dash-head-bar .custom-icon-sty{background:#fff;border-radius:50%;padding:0;width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:19px;color:#616161;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.08);box-shadow:0 0 5px rgba(0,0,0,0.08)}
.dash-head-bar .custom-icon-sty a{color:#00bcd4}
.dash-head-bar .custom-icon-sty:hover a .fa{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:#00bcd4}
.details-boxes-sty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:0;margin-bottom:30px;padding:20px 15px;overflow-x: auto !important;max-width: calc(100% - 30px);margin-left: 15px;padding-left: 0px}
.det-box-child.del-box-1 {margin-left: 0px;}
.det-box-child{border:1px solid #d7d6d6;padding:20px 0;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.08);box-shadow:0 0 5px rgba(0,0,0,0.08);background:#f8f8f8;max-width:188px;min-width:188px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-bottom:40px;border-radius:4px;margin: 7px 7px;}
.det-box-child.del-box-1:after{background:url("../images/screen-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.det-box-child.del-box-2:after{background:url("../images/assets-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.det-box-child.del-box-3:after{background:url("../images/playlist-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.det-box-child.del-box-4:after{background:url("../images/scheduler-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.det-box-child.del-box-5:after{background:url("../images/connected-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.det-box-child.del-box-6:after{background:url("../images/advertising-icon.svg");background-size:79px;background-repeat:no-repeat;content:'';height:100%;position:absolute;opacity:.03;width:100%;background-position:50% 26%;margin:0 auto}
.page-title-sty{font-size:29px;font-weight:400;color:#515151;margin: 0;}
.det-box-child h3{margin:0;font-size:15px;padding-left:15px}
.custom-map-sty .mapouter{position:relative;text-align:right;height:316px;width:100%;overflow:hidden;margin-top: 50px}
.custom-map-sty .gmap_canvas {overflow: hidden;background: none!important;height: 500px;width: 100%;}
.det-box-child h1{font-size:40px;font-weight:500;margin-top:10px;margin-bottom:0;color:#ed006c;padding-left:15px}
.det-box-child .svg-effect-sty{position:absolute;bottom:-7px;width:100%;left:0;right:0;z-index:99999}
.det-box-child p{font-size:13px;margin-top:7px;padding-left:15px;padding-right:15px}
.det-box-child p .str-svg-icon svg{width:10px;height:10px}
.det-box-child .svg-effect-sty svg{width:187px;max-width:187px}
.det-box-child .svg-effect-sty svg path{fill:#ed006c;opacity:.3!important}
.det-box-child.del-box-3 h1,.det-box-child.del-box-3 .svg-effect-sty svg path{color:#92f600;fill:#92f600!important}
.det-box-child.del-box-2 h1,.det-box-child.del-box-2 .svg-effect-sty svg path{color:#ff7a00;fill:#ff7a00!important}
.det-box-child.del-box-4 h1,.det-box-child.del-box-4 .svg-effect-sty svg path{color:#ca00d9;fill:#ca00d9!important}
.det-box-child.del-box-5 h1,.det-box-child.del-box-5 .svg-effect-sty svg path{color:#fa001d;fill:#fa001d!important}
.det-box-child.del-box-6 h1,.det-box-child.del-box-6 .svg-effect-sty svg path{color:#8600da;fill:#8600da!important}
/* .user-active-info table thead{background:#ddd} */
.user-active-info table thead th{font-weight:500;}
.user-active-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:0 15px;margin-bottom:30px;overflow: hidden;}
.user-active-details .user-active-info{display:inline-block;width:200px;margin-right:30px;min-width:200px}
.table-heading{background:#ddd;font-weight:500;font-size:18px;padding:12px 8px;margin-bottom:0}
.custome-graph-sty{background:#f8f8f8;padding:20px}
/* .user-active-info .table-striped>tbody>tr:nth-of-type(even){background-color:#f9f9f9} */
.user-active-info .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.devices-active-info table thead th{font-weight:500}
.devices-active-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);max-width:calc(100% - 200px)}
.devices-active-info .table {min-width: 580px;}
.user-acc-info-sty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;margin-top:50px;padding:0 15px}
.social-link-sty ul li{display:inline-block;width:40px;height:40px;background:#ffff;border-radius:50%;text-align:center;line-height:40px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.08);box-shadow:0 0 5px rgba(0,0,0,0.08);margin:6px;border:1px solid #e7e7e7}
.social-link-sty ul{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}
.social-link-sty{display:inline-block;margin-right:30px;background:#f8f8f8;padding:20px;max-width:200px}
.static-graph-sty{background:#f8f8f8;-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;padding:20px}
.playlist-item-holder .image-input-holder{margin:0 0 3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.playlist-item-holder .asset-img img{width:60px;height:40px;-o-object-fit:cover;object-fit:cover}
.playlist-item-holder .asset-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.playlist-item-holder .asset-img .text-truncate{margin-left:10px;font-size:13px}
.custom-playlist-data-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.custom-input-sty input{width:auto!important;border:none;-webkit-box-shadow:none;box-shadow:none;text-align:right;font-size:17px;height:auto!important;color:#727272}
.custom-input-sty .input-text-sty{font-size:13px;color:#727272}
.custom-input-sty .material-icons.edit-playlist-time{cursor:pointer;font-size:15px;color:#727272}
.playlist-dlt-btn .material-icons.delete-playlist-asset{font-size:18px;color:#727272}
.custom-input-sty{margin-right:20px}
.wrapper{height:100%!important}
.custom-input-sty.value-edit-sty{border:2px solid #1dc0d4;padding:2px 5px;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.custom-input-sty.value-edit-sty .input-text-sty{margin-right:5px}
.custom-input-sty.value-edit-sty input{text-align:left}
.custom-input-sty.value-edit-sty .material-icons.edit-playlist-time{cursor:pointer;font-size:15px}
.add-post-sec-sty textarea.form-control {height: 156px !important;}
.add-post-sec-sty .fileinput .thumbnail {height: 142px;}
.assets-page-sty {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;margin: 0;padding-right: 15px}
.assets-page-sty .custom-cols-sty { min-width: 200px;padding: 0px 10px;-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;}
.assets-page-sty.all-data .file-box .file .image.grey {height: 122px;display: flex;align-items: center;vertical-align: middle;text-align: center;}
.assets-page-sty.all-data .file-box .file .image.grey img {max-height: 100%;max-width: 100%;-o-object-fit: cover;object-fit: cover;margin: 0 auto;}
.footer-social-ic {display: inline-block;font-size: 13px;}
.footer-social-ic a {padding: 0px 2px;}
.custom-tab-responsive .table {min-width: 400px;}
.custom-tab-responsive-lg .table {min-width: 760px;}
.card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.fileinput .thumbnail > img {max-height: 100%;width: 100%;display: block;height: 100%;-o-object-fit: contain;object-fit: contain;}
.ibox-content.playlist.playlist-par-sty .propertiesContainer{font-size:15px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:center;padding-top:12px}
.ibox-content-.playlist.playlist-par-sty #playlistProperties{display:inline-block;margin:0;padding:0 11px}
/*span tag preview css*/
.span-image-infography-preview
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center center;
}
/*zeeshan 20-09-2019*/
.assets-app-modal .header-text{flex:1 1 auto;}
.assets-app-form label{display:block;color:#000;}
.assets-app-form .form-control{border:1px solid #dedede;border-radius:4px;}
.assets-app-form .form-control:focus{border-color:#2c3e50;}
.assets-app-form .form-control{-o-transition:all ease-in-out 0.2s;-ms-transition:all ease-in-out 0.2s;-moz-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
.assets-app-form .assets-app-form-select-holder{position:relative;}
.assets-app-form .assets-app-form-select-holder select{border:1px solid #dedede;border-radius:4px;background:none;-o-appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:5px 10px;position:relative;z-index:1;}
.assets-app-form .assets-app-form-select-holder:after{width:12px;height:9px;content:"";position:absolute;top:15px;right:10px;border-style: solid;
border-width: 9px 6px 0 6px;border-color: #2c3e50 transparent transparent transparent;}
/* Custom checkboxes */
.assets-app-form .custom-check-label {display: block;position: relative;padding-left:25px;margin-bottom: 12px;cursor: pointer;font-size:16px;-webkit-user-select: none;
-moz-user-select: none;-ms-user-select: none;user-select: none;}
.assets-app-form .custom-check-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.assets-app-form .custom-check-label .checkmark {position: absolute;top:0;left:0;height:20px;width:20px;border:1px solid #dedede;border-radius:3px;background:none;}
.assets-app-form .custom-check-label input:checked ~ .checkmark {border-color:#2c3e50;background:none;}
.assets-app-form .custom-check-label .checkmark:after {content: "";position: absolute;display: none;}
.assets-app-form .custom-check-label input:checked ~ .checkmark:after {display: block;}
.assets-app-form .custom-check-label .checkmark:after {left: 5px;top: 1px;width: 6px;height: 13px;border: solid #2c3e50;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
/* custom Radio Button */
.assets-app-form .custom-radio-label {display: block;position: relative;padding-left:25px;margin-bottom: 12px;cursor: pointer;font-size:16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.assets-app-form .custom-radio-label input {position: absolute;opacity: 0;cursor: pointer;}
.assets-app-form .custom-radio-label .checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #eee;border-radius: 50%;border:1px solid #dedede;background:none;}
.assets-app-form .custom-radio-label input:checked ~ .checkmark {background-color: #fff;border-color:#2c3e50;}
.checkmark:after {content: "";position: absolute;display: none;}
.assets-app-form .custom-radio-label input:checked ~ .checkmark:after {display: block;}
.assets-app-form .custom-radio-label .checkmark:after {top:3px;left:3px;width:12px;height:12px;border-radius: 50%;background: #2c3e50;}
.custom-toggle-label {position: relative;display: inline-block;width: 60px;height: 34px;}
.custom-toggle-label input { opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #ccc;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 26px;width: 26px;left: 4px;bottom: 4px;background-color: white;-webkit-transition: .4s;
transition: .4s;}
input:checked + .slider {background-color: #2c3e50;}
input:checked + .slider:before {-webkit-transform: translateX(26px);-ms-transform: translateX(26px);transform: translateX(26px);}
/* Rounded sliders */.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;
}
.add-post-sec-sty .select2-container--default {
    z-index: 9;
    max-width: 100%;
}
form#event_from .radio {
    /* left: 0; */
    margin-left: -15px;
}
form#event_from .radio label{
    padding-left: 36px;
}
.dis-map {
    position: relative;
}
.dis-map .overide{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.adj-height{height: 73%;}
.playlist-item-holder .image-input-holder {
    display: inline-block;
    width: 100%;
}
.custom-playlist-data-main {
    float: right; width: 30%;
}
.playlist-item-holder .asset-img {
    /* display: inline-block; */
    margin-bottom: 10px;
}
.playlist-item-holder .asset-img img {
    float: left;
    margin-right: 10px;
}
.playlist-item-holder .asset-img .text-truncate {
    max-width: 150px;
}
.custom-input-sty {
    margin-right: 20px;
    float: left;
}
.custom-playlist-data-main .playlist-dlt-btn {
    float: left;
}
.time-limit{
    color: red;
    font-size: 14px;
    font-weight: 300;
}
.selected_playlist { pointer-events: auto; }
.selected_playlist.active {pointer-events: none;  }
.is_half_view{display: none;}

.dropableContainer .playlist-item-holder input[type="number"]{
    width: 55px !important;
}
.video-holder #image_asset {
    object-fit: cover;
    object-position: top;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.button-change-order {
    padding: 5px !important;
    display: inline-block !important;
    margin: 0 !important;
    height: 30px !important;
    border-radius: 0px !important;
}
.edit-playlist-order {
    font-size: 15px !important;
    color: #727272 !important;
    color: white !important;
}
/* .modal-body-image{
    background: url(https://geofencing.arhamsoft.com/storage/app/assets/1/download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; width:100%; height: 100%;
} */
.feed-icon {
    max-width: 25px;
    float: right;
}
.feed-icon img {
    width: 100%;
}
.no-rss-feeds{
    margin-top: 200px;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 20%;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #ddd;
    color: #068392;
}
.no-assets{
    margin-top: 206px;
    text-align: center;
    border: 2px solid #DDD;
    border-radius: 20%;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px #ddd;
    color: #068392;
    position: absolute;
    top: 0;
}
.custom-error{border: 1px solid #f44336;}
/* new-admin-pannel-changes */
.custom-header-style.navbar.navbar-transparent {
    background: linear-gradient(80deg, #ffffff, #ffffff)!important;
}
.custom-header-style.navbar.navbar-absolute {
    position: absolute;
    width: 100%;
    z-index: 1029;
    padding: 11px 0;
    box-shadow: 0 0 6px #00000033 !important;
}
.sidebar .logo,.sidebar,.sidebar .sidebar-wrapper{
    background: #2C3E50 !important;
}
.sidebar .user-info {
    background-color: #3e5771 !important;
}
.sidebar .nav li a, .sidebar .nav li .dropdown-menu a,.sidebar .nav i{
    color: #ffffffeb !important;
}
.sidebar .nav li:hover>a, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li.active>[data-toggle="collapse"],.sidebar .nav li:hover a i{
    color: #2ed8b6 !important;
}
.sidebar .user-info h3.title {
    font-size: 18px ;
    color: #fff;
}
.page-wrapper {
    height: 100%;
}
.wrapper.login-page-wrap.wrapper-full-page .card .card-header img {
    width: 80px;
}
.custom-btn-clr {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
    box-shadow:none !important 
}
a.forgot-link,.link {
    color: #2ed8b6 !important;
}
.custom-btn-clr:hover {
box-shadow: 0 14px 26px -12px rgba(44, 62, 80, 0.37), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(44, 62, 80, 0.5) !important;
}
.wrapper.login-page-wrap.wrapper-full-page {
    background:url('../img/cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.card-header .btn.btn-primary,.card-header .btn.btn-info {
    color: #fff !important;
    background: linear-gradient(60deg, #3e5771, #3e5771) !important;
    border-color: #3e5771 !important;
    box-shadow: none !important;
}
.card-header .btn.btn-primary:hover,.card-header .btn.btn-info:hover,.modal-footer .btn.btn-danger:hover {
box-shadow: 0 14px 26px -12px rgba(62, 87, 113, 0.46), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(62, 87, 113, 0.53) !important;
}
.imageuploadify {
    color: #212e3b !important;
}
.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    border-top: 1px solid #212e3b !important;
    border-bottom: 1px solid #212e3b !important;
}
.imageuploadify .imageuploadify-images-list button.btn-default {
    background: #2ed8b6 !important;
    color: #fff !important;
    border-color: #2ed8b6 !important;
}
.modal.show .modal-dialog .btn.btn-success,form.setting-form .btn.btn-success {
    background-color: #2ed8b6 !important;
    border-color: #2ed8b6 !important;
    box-shadow: none !important;
} 
.modal.show .modal-dialog .btn.btn-success:hover,.imageuploadify .imageuploadify-images-list button.btn-default:hover,form.setting-form .btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(46, 216, 182, 0.37), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(46, 216, 182, 0.44) !important;
}
.copyright a {
    color:#2ed8b6 !important
}
.modal-footer .btn.btn-danger {
    color: #fff;
    background-color: #212e3b !important;
    border-color: #212e3b !important;
    box-shadow: none !important;
}
img.logo-img.add-post {
    width: 70px;
}
.main-head-des .head-inner-des.post-add-p {
    padding: 10px 0px;
}



.input-file-container {
    position: relative;
    width: 225px;
}
.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 1px 0;
    cursor: pointer;
}
.js .input-file-trigger {
    display: block;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .75rem;
    transition: all .4s;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #999999;
    border-color: #999999;
    border-radius: 0.2rem;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.default-preview-app {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 30px;
}
.app-deafult-button {
    display: block;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    overflow: hidden;
}
.app-icon-default {
    border-bottom: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}
.app-name-default {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
}
.image-default {
    width: 70px;
    height: auto;
}
.dis-map .map-search {
    margin-left: 0 !important;
    margin-bottom: 20px;
    height: 40px;
    padding: 10px !important;
    font-size: 14px !important;
    color: #495057;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.modal.show {
    padding-right: 0 !important;
}

.slides {
    height: 100%;
    width: 100%;
}

.navbar .navbar-nav .nav-item .dropdown-menu.notification_left {
    border-radius: 0px 0px 4px 4px;
    min-width: 280px;
    border-radius: 7px;
    position: absolute;
}
.navbar .navbar-nav .nav-item .notification__list__name {
    background: #fff;
    color: #000;
    padding: 10px 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #9BB7C5;
    transition: all 1s ease-in-out;
    text-align: center;
    margin: 0;
}
.navbar .dropdown-menu.notification_left .notification-number {
    border-radius: 50%;
    background-color: #c3e6cb;
    border: 5px solid #c3e6cb;
    color: #a94442;
    font-size: 20px;
}
.navbar .dropdown-menu.notification_left .notification-number {
    border-radius: 50%;
    background-color: #c3e6cb;
    border: 5px solid #c3e6cb;
    color: #a94442;
    font-size: 20px;
}
.notification_left .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: .20rem .5rem;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.notification_left .list-item > * {
    margin-left: .5rem;
    margin-right: .5rem;
}
.navbar .navbar-nav .nav-item .read-notification {
    background: #fff;
    color: #000;
    padding: 10px 0;
    transition: all 1s ease-in-out;
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.image-pad {
    width: 100%;
    height: 100%;
}
.stats-holder .social-feeds-holder .profile-wrap .profile-inner-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 70%;
}
.stats-holder .social-feeds-holder .profile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 10px 20px 10px;
}
.stats-holder .social-feeds-holder .profile-wrap .icon-wrap {
    width: 30%;
    text-align: right;
}
.stats-holder .social-feeds-holder .profile-wrap .icon-img {
    height: auto;
    width: 50px;
}
.stats-holder .social-feeds-holder .text-holder {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
.stats-holder .social-feeds-holder .profile-wrap h1 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.preview-a-tag {
    border: 1.5px solid rgba(3, 115, 127, 1);
    width: 100%;
    padding: 8px 50px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.stats-holder .social-feeds-holder .profile-wrap .user-img {
    height: auto;
    width: 40px;
}
.stats-holder .social-feeds-holder .profile-wrap .heading-holder {
    margin-left: 10px;
}
.navbar .dropdown-menu.notification_left .list-item {
    border-bottom: 1px solid #c3e6cb;
    transition: all 1s ease-in-out;
}
.navbar .dropdown-menu.notification_left .list-item .list-item-link {
    display: flex;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 0.7em;
    opacity: 0.8;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.navbar .dropdown-menu.notification_left .list-item .list-item-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.navbar .dropdown-menu.notification_left .list-item .user-image {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.dropdown-menu.notification_left .list-item img {
    height: 50px;
    width: 50px;
}
.navbar .dropdown-menu.notification_left .list-item .user-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-left: 15px;
}
.navbar .dropdown-menu.notification_left .list-item .user-name span {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.navbar .dropdown-menu.notification_left .list-item .notification-detail {
    width: 100%;
    padding-left: 55px;
}
.navbar .dropdown-menu.notification_left .list-item .messages {
    color: #000;
}
.navbar .dropdown-menu.notification_left .list-item .list-item-link:hover {
    opacity: 1;
    background: #c3e6cb;
    box-shadow: none;
}
.navbar .dropdown-menu.notification_left .list-item .list-item-link:hover span {
    color: #a94442;
}
.playlist-item-holder .image-input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.width-adj-order {
    width: 40%;
}
.order-div {
    display: inline-block;
    width: 30%;
    text-align: center;
}

/*==responsive-querries==*/

@media (max-width: 1725px) {
    .assets-page-sty .custom-cols-sty{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;min-width:180px}
}
@media(min-width:1200px) and (max-width:1516px){
    .show-weather .weather-list .col-grid .sun-val i{display: inline-block;}
}
@media(max-width:1200px){
    .show-weather, .show-infography {
        margin-bottom: 25px;
    }
    .fc-toolbar h2 {
        font-size: 17px !important;
    }
    .fc-button {
        font-size: 12px !important;
    }
}
@media (max-width: 1351px) {
    .assets-page-sty .custom-cols-sty{-webkit-box-flex:0;-ms-flex:0 0 33.3%;flex:0 0 33.3%;min-width:150px}
    button.btn.btn-block {
        max-width: 220px;
        width: 100%;
        padding: 12px 0;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .appsModal .modal-lg{max-width:620px}
}
@media only screen and (max-width:991px){
	.stats-holder .content-col{position:relative;left:auto;top:auto;}
	.stats-holder .video-holder,
	.stats-holder .weather-holder,
	.stats-holder .infographic-holder,
	.stats-holder .social-feeds-holder{width:100% !important;height:auto !important;}
    .stats-holder .video-holder {overflow: hidden;}
    .stats-holder .video-holder iframe, .video-holder embed {min-height: 450px;}
    #previewModal .weather-list li.col-grid {width: 36%;padding: 10px 5px;}
    .stats-holder {height: auto !important;}
}
@media only screen and (max-width:599px){
	.weather-list li{display:block;width:100%;float:none;}
    .weather-list li.first-child{display:block;width:100%;float:none;}
    #previewModal .weather-list li.col-grid {width: 49.33%;}
    .span-image-infography-preview{height: 120px;}
}

@media (max-width:768px) {
    .frameDiv {
        display:none!important
    }
    .checkbox-listing label.container {
        width: 100%;
        float: none;
    }
}
@media (max-width:481px) {
   .kbw-signature,.kbw-signature canvas {
    width: 100%!important
}
}
@media (max-width:767px) {
    .custome-graph-sty{margin-bottom:30px}
    .page-title-sty{font-size:21px}
    .assets-page-sty{padding-right:0;margin-top:31px}
    .modal.show .modal-dialog {
        transform: translate(0, 15px);
    }
    button.btn.btn-block {
        max-width: 220px;
        width: 100%;
        padding: 12px 0;
        margin: 0 auto;
    }
.show-weather .weather-list li.first-child {
    height: 100%;
    width: 28%;
    float: left;
  }
  .show-weather .weather-list li {
    float: left;
  }
  .show-weather .weather-list .col-grid .sun-val i {
    display: inline-block;
  }
    
}
@media (max-width:580px) {
    .user-active-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
    .user-active-details .user-active-info{width:100%;margin-right:0;min-width:100%;margin-bottom:30px}
    .devices-active-info{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}
    .custome-graph-sty{padding:20px 0}
    .assets-page-sty .custom-cols-sty{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
    .playlist .ibox .ibox-content .playlistOptions {
        float: right;
        width: 100%;
    }
    .playlist .ibox .ibox-content div#playlistTitle {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .playlist .ibox .ibox-content #playlistProperties {
        display: inline-block;
        margin: 0 10px 0 10px;
    }
    .apps-container.connected-drop-target-sortable.floatleft {
        font-size: 15px;
    }
    .card .form-check {
        margin-top: 5px;
        margin-right: 5px;
    }
    .checkbox-listing label.container {
        padding-right: 10px;
    }
    .switch-toggle {
        float: right;
    }
    .fc-toolbar {
        flex-direction: column;
    }
}
@media (max-width:480px) {
    .card-title{font-size:17px}
    .btn{padding:9px}
    .playlist-item-holder {
        margin: 0 0 10px;
        border-bottom: 1px solid grey;
    }
    .modal.appsModal .app-icons-holder li{width: 50%;}
}
@media (max-width:420px) {
    .assets-page-sty .custom-cols-sty{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
    .playlist-item-holder {
        margin: 0 0 10px;
        border-bottom: 1px solid grey;
    }
    .custom-playlist-data-main {
        float: none;
        text-align: right;
    }
    .dropableContainer .playlist-item-holder input[type="number"] {
        width: 80% !important;
    }
}
@media(max-width:360px){
    .fc th {
        font-size: 10px;
    }
}

/*===responive/dashboard style End===*/

