html,body{ 
    height: 100%; 
    margin: 0px; 
    padding: 0px;
    font-size: 13px;
}
#main, .main-menu, .menu-icons, .menu-links, .full-height {
    height: 100%;
}

#jsBreakPoint {
    position: absolute;
    width: 2px;
    height: 2px;
    top: -20px;
    left: -20px;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    #jsBreakPoint {
        z-index: 2;
    }
}

@media only screen and (max-width: 1366px) {
    #jsBreakPoint {
        z-index: 3;
    }
}

.clear-row::after {
    content: '';
    display: table;
    clear: both;
}

.Left_Playlist_ItemCss {
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 20px;
    padding: 8px 12px;
    font-size: 16px;
}

.form-input {
    margin: 0 24px 10px 24px;
}

.form-control {
    color: #7b858b;
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(123, 133, 139, 0.25);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border-color: rgb(90,178,172);
    box-shadow: 0 0 0 3px rgba(90,178,172,.25);
}

.btn-row {
    margin-right: 24px;
    height: 38px;
    margin-top: 24px;
    text-align: right;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 10px;
}

.btn-call-out, .btn-call-out:visited, .btn-call-out:focus {
    color: #fff;
    border-color: #ee7032;
    background-color: #ee7032;
    outline: none;
}

    .btn-call-out:hover, .btn-call-out:active {
        color: #ee7032;
        border-color: #ee7032;
        background-color: #fff;
        box-shadow: 0 0 0 3px rgba(195, 14, 83,.25);
    }

.btn-primary-solid, .btn-primary-solid:visited, .btn-primary-solid:focus {
    color: #fff;
    border-color: rgb(90, 178, 172);
    background-color: rgb(90, 178, 172);
    outline: none;
}

.btn-primary-solid:hover, .btn-primary-solid:active {
    background-color: rgb(90, 178, 172);
    border-color: rgb(90,178,172);
    box-shadow: 0 0 0 3px rgba(90,178,172,.25);
    color: #ffffff;
}

.btn-primary-outline, .btn-primary-outline:visited, .btn-primary-outline:focus {
    color: rgb(90, 178, 172);
    border-color: rgb(90, 178, 172);
    background-color: #fff;
    outline: none;
}

.btn-primary-outline:hover, .btn-primary-outline:active {
    background-color: rgb(90, 178, 172);
    border-color: rgb(90,178,172);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(90,178,172,.25);
}

.btn-secondary-outline, .btn-secondary-outline:visited, .btn-secondary-outline:focus {
    color: rgb(123, 133, 139);
    border-color: rgb(123, 133, 139);
    background-color: #fff;
    outline: none;
}

.btn-secondary-outline:hover, .btn-secondary-outline:active {
    background-color: rgb(123, 133, 139);
    border-color: rgb(123, 133, 139);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(123, 133, 139,.25);
}

.menu-icons {
    padding:0;
    float:left;
    font-size: 12px;
    position: absolute;
    z-index: 10;
    width: 38px;
    top:84px;
    left:0;
    
}
.menu-links {
    /*background-color:rgb(41,40,46);*/
    padding:0;
    font-size: 12px;
    position: absolute;
    top:84px;
    left:38px;
    width:212px;
    z-index: 10;
}

ul.header-nav.navbar-nav > li > .nav-bar-link {
    color: #7b858b;
    font-size: 16px;
    height: 48px; 
    line-height: 48px;
}

ul.header-nav.navbar-nav > li > .nav-bar-link:hover {
    background-color: transparent;
    color: #fff;
}

.new-class {
    left: 0;
    position: absolute;
}
.menu-icon {
    padding: 18px 16px;
    color:#fff;
}
.icon-hover, .icon-hover-selected {
   background-color:rgba(200,200,200,.2);
}

.icon-hover.icon-hover-selected {
    background-color:rgba(200,200,200,.4);
}
/*@font-face {
	font-family: 'SEGOEUIL';
	src: url('../fonts/SEGOEUIL.eot');
	src: local('SEGOEUIL'), url('../fonts/SEGOEUIL.woff') format('woff'), url('../fonts//SEGOEUIL.ttf') format('truetype');
}*/
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1409">Text with this font applied</p> */
/*.font-segouil {
	font-family: 'SEGOEUIL' !important;
}*/

.saturn-toast {
    z-index: 2000;
    bottom: -30px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    padding: 0;
}

.toast-body {
    position: relative;
    padding: 20px;
}

.saturn-toast.alert-success {
    color: rgb(90, 178, 172);
    border-left-color: rgb(90, 178, 172);
    border-right-color: rgb(90, 178, 172);
    border-top-color: rgb(90, 178, 172);
}

.saturn-toast.alert-success .toast-body {
    background-color: rgba(90, 178, 172,.15);
}

.saturn-toast.alert-danger {
    color: rgb(195,14,83);
    border-left-color: rgb(195,14,83);
    border-right-color: rgb(195,14,83);
    border-top-color: rgb(195,14,83);
}

.saturn-toast.alert-danger .toast-body {
    background-color: rgba(195,14,83,.15);
}

.saturn-toast .toast-btn {
    position: absolute;
    top: 12px;
    right: 12px;
}

.saturn-toast.alert-success .toast-message {
    margin-right: 0;
}

.saturn-toast.alert-success .toast-btn {
    display: none;
}

.saturn-toast.alert-danger .toast-message {
    margin-right: 100px;
}

.saturn-toast.alert-danger .toast-btn {
    display: block;
}

#area {
    margin-left: 220px;
    background: #e89f00;
}

.background {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.background .background-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    width: 180px;
    height: 140px;
}

.background .logo-img {    
    margin: 0 auto 16px auto;
    width: 180px;
    height: 40px;
    background-image: url(/images/saturn-logo-white.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.background .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 50px;
}

.background .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.background .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.background .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.background .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.background .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.background .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.background .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.background .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.background .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.background .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.background .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.background .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.background .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

    .background .moon-one {
        width: 16.6rem;
        height: 16.6rem;
        left: 35%;
        top: -9rem;
        background-color: #181a1c;
    }

    .background .moon-two {
        width: 75.9rem;
        height: 75.9rem;
        right: -55rem;
        top: -14rem;
        background: -webkit-linear-gradient( 45deg, #007288, #1cbcaf);
        background: -o-linear-gradient(45deg, #007288, #1cbcaf);
        background: linear-gradient( 45deg, #007288, #1cbcaf);
    }

    .background .moon-three {
        height: 54rem;
        width: 54rem;
        background: #181a1c;
        left: 18%;
        bottom: -45rem;
    }

    .background .moon-four {
        top: 36%;
        left: -10rem;
        height: 19.6rem;
        width: 19.6rem;
        background: -webkit-linear-gradient( 45deg, #007288, #1cbcaf);
        background: -o-linear-gradient(45deg, #007288, #1cbcaf);
        background: linear-gradient( 45deg, #007288, #1cbcaf);
    }

    .background .moon {
        border-radius: 50%;
        position: absolute;
    }

.main-menu {
    /*font-family: 'SEGOEUIL' !important;*/
    /*font-weight: 600;*/
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto !important;
    box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    visibility: visible;
}


.main-menu .navbar{
    border: none;
}
.main-menu .navbar-collapse{
    height: auto;
    padding: 0;
    max-height: auto;
}
.main-menu .navbar-nav{
    margin: 0;
    float: none;
    
}
.main-menu .navbar-nav > li{
 float: none;   
}
.main-menu .navbar-nav > li > a{
    padding: 0;
    line-height: 14px;
    color:#fff;
}
#menu-flip {
    text-align: right;
    padding: 10px 18px 30px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.empty-menu {
    padding: 27px 21px;
}
.navbar.navbar-default {
    background-color: transparent;
}
.main-menu .navbar-nav > li > a span{
    padding: 17px 14px;
    display:block;
    text-transform: CAPITALIZE;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}


.main-menu .navbar-nav > li > a:active, .main-menu .navbar-nav > li > a:visited, .main-menu .navbar-nav > li > a:hover {
    color: #fff;
}

.main-menu .navbar-nav > li > a span > i {
    position: absolute;
    right: 15px;
}
.main-menu .navbar-nav > li > a span.sr-only {
        display:inline;
        padding: 0;
    }
.main-menu .navbar-nav > li > a:hover{
    background-color:rgba(200,200,200,.2);
    color:#fff;
}
.span-hover {
    background-color:rgba(200,200,200,.2);
    color:#fff;
}
.menu-icon:hover {
    cursor: pointer;
}
.hover-menu {
    background-color:rgba(200,200,200,.2);
    color:#fff;
}

.hover-menu > i {
    display: none;
}

.hover-menu::after {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
}

.menu-links a:hover .menu-icons {
    background-color: #e89f00;
}
.menu-icons .fa {
     display: block;
}
.main-navbar-toggle {
     background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding: 9px 10px;
    position: relative;
}
.main-navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    padding: 0 !important;
    width: 22px;
}
ul.header-nav.navbar-nav > li > a{
 /*padding: 22px;*/   
 color: #000000;
}
.header-nav{
    float: right;
}
.header-nav li a img{
    margin-right: 10px;
    margin-top: -10px;
}

#header .navbar-nav > li{
    float: left;
}
/*
#header .col-lg-10{
    padding-right: 0;
}
    */
.fa-bell{
    color: #cccccc;
}
.menu-links .collapse {
    display: block;
}
#header .badge{
    position: absolute;
    top: 15px;
    left: 30px;
}

.dashboard-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    height: auto !important;
}

#main-content {
    height: 100%;
}

#header > .head-inner {
    height: 72px;
    background-color: #181a1c;
    box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 12px 24px;
}

.wrapper {
    position: absolute;
    top: 103px;
    right: 34px;
    bottom: 30px;
    left: 34px;
}

#content {
    height: 100%;
}

.flip-menu {
    width: 30px;
}
.menu-links-flip {
    left: -107px;
    position: absolute;
}
.flip-content {
    margin-left: 63px !important;
}

.menuClose {
    float: left;
    width: 100%;
}

.closeMenu {
    width: 0px !important;
}

.contentCss {
    margin-top: -5px;
}

.plupload_filelist .plupload_file_status {
    padding-right: 8px;
}

.plupload_filelist .plupload_file_size {
    padding-right: 15px;
}

/*@-moz-document url-prefix() { 
   #contentUploadBtn1 {
        line-height: 14px;
        padding-left: 20px;
    }
}*/

#contentUploadBtn, #contentUploadBtnPL {
/*    line-height: 20px;    */
}

#contentUploadBtnPL {
    line-height: 20px;    
}

#contentUploadBtn1 {
    line-height: 14px;
  /*  padding-left: 15px;*/
}

.topTable {
    border-top: none !important;
    /*border-color: #fff !important;*/
    background-color: none !important;
}

.plupload_file_status, .plupload_file_name, .plupload_file_size, .plupload_file_action {
    border-top: none !important;
    border-left: none !important;
}

.uploadBtnCss, .feeduploadBtnCss, .playListUploadBtnCss, .scheduleUploadBtnCss, .widgetUploadBtnCss {
    position: relative;
    top: -1px;
    left: 0px;
}

.feeduploadBtnCss {
    top: 0px;    
    left: 1px;
}

.playListUploadBtnCss {
    top: 1px;
}

.scheduleUploadBtnCss {
    top: 2px;
}

 .widgetUploadBtnCss {
    top: 3px;
    left: 0px;
 }

 .fullLibraryPanel .schThumbCls {
    left: -9px !important;
 }

 .addBgUploadBtnCss {
    background-color: rgb(77, 170, 204) !important;
    border-color: rgb(77, 170, 204) !important;
    height: 25px !important;
    padding-left: 4px !important;
    padding-top: 3px !important;
    width: 27px !important;
    box-sizing: border-box !important;    
}

.richTextBtn, .richScheduleTextBtn {
    position:relative;
    top:-5px; 
    left: -5px;
}

.richScheduleTextBtn {
    top:-10px; 
 }

.btnSchedulePublish {
    background-color:rgb(77,170,204) !important;
    border-color:rgb(77,170,204) !important;
    border-radius:0px !important; 
    position: relative; 
    top: 1px;
}

@-moz-document url-prefix() { 
   .uploadBtnCss, .feeduploadBtnCss, .playListUploadBtnCss, .scheduleUploadBtnCss, .widgetUploadBtnCss {
    position: relative;
    top: -2px;
    left: 1px;
 }

 .feeduploadBtnCss {
    top: -1px;    
 }

 .playListUploadBtnCss {
    top: 0px;
 }

 .scheduleUploadBtnCss {
    top: 1px;
 }

 .widgetUploadBtnCss {
    top: 2px;
    left: 4px;
 }

.fullLibraryPanel .schThumbCls {
    left: -9px !important;
 }

.addBgUploadBtnCss {    
    padding-top: 1px !important;    
}

.richTextBtn, .richScheduleTextBtn {
    position:relative;
    top:-5px; 
    left: 0px;
}

.richScheduleTextBtn {
    top:-10px; 
 }

.btnSchedulePublish {
    top: 0px;
}

}

.playListChkCss {
    position: relative;
    top: 2px;
}

.addUploadBtnCss {
    background-color: rgb(77, 170, 204) !important;
    border-color: rgb(77, 170, 204) !important;
    height: 25px !important;
    padding-left: 4px !important;
    padding-top: 0 !important;
    width: 27px !important;
    box-sizing: border-box !important;
}

.fltr {
    float: right;
}

.networkwindowPowerSetting #playerName, .networkwindowPowerSetting #Location, .networkwindowPowerSetting #pcName {
    padding-left: 7px;
}

.cursor {
    cursor: pointer;
}

.errorMessagePL, .errorMessage{
    color:red;
    padding-top:3px;
    width: 56%;
    margin: 0px auto;
}

.errorMessage{
    width: 57%;
    margin-top: -2px;    
}

#CreateNewFeedsExternal .errorMessage{
    width: 75%;
    margin-top: -2px;
    line-height: 27px;
    padding-left: 25px;
}

.hg-25 {
    height: 25px;
}

.changeScreenPassword {
    line-height: 30px;
}

.lblChangePassword, .btnChangePassword {
    padding-left: 18px;
    float: left;
}

.btnChangePassword {
    padding-left: 5px;
}

.modal-changePassword {
    /*margin-top: 0px !important;*/
}

.pl-161 {
    padding-left: 161px;
}

#errorMessagechagepass {
    color: red;
}

.errHeading {
    display: none;
    margin-top: -15px;
    color: red;
}

.textWrap {
    width: 90%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#treeview-SaveAsSchedule #treeview-LeftSchedule2 {
    overflow: hidden !important;
}

.rolePermissionImgPlus {
    margin: -4px 0px 0px -11px;   
}

.rolePermissionBtn {
    background-color: white !important;
    border: none !important;
    bottom: -35px;
    float: right;
    left: -77px;
    margin-right: 0;
    margin-top: -34px;
    position: relative;
    width: 0;
}

.defaultMouse {
    cursor: default !important;
}

#itemlist9 {
    display: none;
}

.widgetParentIsAdmin {
    padding-bottom: 20px;
}

.hideClass {
    display:none !important;
}

#FeedModal #externalFeedsDiv .folder {
    background-position: 0px 0px !important;
}

#FeedModal {
    top: -150px !important;
}

.mt-6 {
    margin-top: 6px;
}

.ml-12 {
    margin-left: 12px;
}

#tabstripRightPL-3 .disabled, #replaceContentMainDiv .disabled {
   pointer-events: none;
   cursor: default;
}

#tabstripRightPL-3 .enabled, #replaceContentMainDiv .enabled {
   pointer-events: visible;
   cursor: pointer;
}

.tabBox {
    background-color: #fff !important;
    border-color: rgb(90, 178, 172) !important;
    height: 100%
}

.tabBox.k-tabstrip .k-tabstrip-items {
    padding: 0;
}

.tabBox > ul > li.k-item {
    background-color: rgba(90,178,172,.1) !important;
    border-color: rgba(90,178,172,.5) !important;
    background-image: none !important;
    line-height: 38px;
}

.tabBox > ul > li.k-item > .k-link {
    color: rgb(90, 178, 172) !important;
    font-size: 16px;
    padding: 0 15px;
}

.tabBox > .k-content {
    margin: 0 !important;
    padding: 15px !important;
}

.tabBox > .k-content.k-state-active {
    border-color: rgb(90, 178, 172) !important;
    border-style: solid !important; 
    height: calc(100% - 72px);
    overflow-y: auto;
}

.tabBox > ul > li.k-item.k-state-active {
    background-color: #fff !important;
    border-color: rgb(90,178,172) !important;
}

.media-box {
    width: 172px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.media-box > .media-box-heading {
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.media-box .thumbnail {
    margin-bottom: 0 !important;
    border-color: rgba(90,178,172,.3) !important;
    position: relative;
}

.media-box .thumbnail:hover .hoverOver {
    display: block;
}

.media-box .thumbnail .hoverOver{
    width: 150px;
    padding-top: 8px;
    height: 77px;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    position: absolute;
    display: none;
}

.media-box .thumbnail .hoverOver .hover-text {
    padding: 0 10px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-box .thumbnail .thumb-image {
    width: 150px;
    height: 85px;
    margin: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.media-box .thumbnail .thumb-image.placeholder {
    background-color: rgba(90,178,172,.1);
}

.media-box .thumbnail.Layout-item-selected, .media-box .thumbnail.item-selected {
    margin-bottom: 0 !important;
    border-color: rgb(90,178,172) !important;
}

.media-box .thumbnail .caption {
    color: rgb(195,14,83) !important;
    padding: 0 5px 0 7px;
    margin: 10px 0 6px 0;
}

    .media-box .thumbnail .caption a {
        color: rgb(195,14,83) !important;
    }

.media-box .thumbnail .caption .DisableGrayedoutIcon {
    color: #caced1 !important;
}

.media-box .thumbnail .caption > table {
    width: 100%
}

.media-box .thumbnail .caption i {
    width: 15px;
    cursor: pointer;
}

    @media (min-width: 768px) and (max-width: 1024px) {
        .main-menu {
        width: 30px;
    }

   

    #main-content {
        margin-left: 63px;
    }
  
    .menu-links-flip {
     left: 0;
         position: relative;
    }
     .menu-links {
        left: -107px;
        position: absolute;
    }
    .flip-menu {
    width: 204px;
    }
    /*
    .flip-content {
         margin-left: 0 ;
    }
*/
}

@media (min-width: 50px) and (max-width: 600px)  {
  .main-menu {
        width: 30px;
    }

    .menu-links {
        left: -107px;
        position: absolute;
    }

    #main-content {
        margin-left: 65px;
    }
   /*  .menu-links-flip {
        left: 0;
         position: relative;
    }
   .flip-menu {
    width: 204px;
    }
   .flip-content {
         margin-left: 221px !important;
    }*/
}

@media (min-width: 600px) and (max-width: 767px)  {
  .main-menu {
        width: 30px;
    }

    .menu-links {
        left: -107px;
        position: absolute;
    }

    #main-content {
        margin-left: 65px;
    }
   /*.menu-links-flip {
        left: 0;
         position: relative;
    }
    .flip-menu {
    width: 204px;
    }
    .flip-content {
         margin-left: 221px;
    }*/
}
.smallMobile {
    display: none !important;
}

@media screen and (min-width: 1000px) and (max-width: 1100px){
    .dashboard-main {
        float: left;
        width: 100% !important;
    }

    .main-menu {
        width: 0px !important;
    }

}


@media screen and (min-width: 100px) and (max-width: 1024px){
    #menu-flip {
       display: none;
    }
    
    #LogoDiv {
        width:48px !important;
    }

    #LogoDiv img {
        display: none;
    }
}

.navbar-nav {
    margin:0;
}

@media screen and (min-width: 1025px) and (max-width: 1040px) {
    #LogoDiv {
        width:189px;
       background-color:rgb(41, 40, 46);
    }
}

@media screen and (min-width: 500px) and (max-width: 767px){
   /* #headerDiv {
        width: 88%;
    }

    #headerDiv .header-nav{
        margin-top: 0px;
        margin-bottom: 0px;
    }
       */
    #headerDiv .fa-cloud-download, #headerDiv .fa-bell {
        top: -5px !important;
    }

    #headerDiv .pull-right a {
        top: 4px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 499px){
   /* #headerDiv {
        width: 80%;
    }
       */
    #headerDiv .header-nav{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #headerDiv .fa-cloud-download, #headerDiv .fa-bell {
        top: -5px !important;
    }

    #headerDiv .pull-right a {
        top: 4px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 399px){
    #LogoDiv, #menu-flip {
       display: none;
    }
   /* 
    #headerDiv {
        width: 100%;
    }
       */
    #headerDiv .header-nav{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #headerDiv .fa-cloud-download, #headerDiv .fa-bell {
        top: -5px !important;
    }

    #headerDiv .pull-right a {
        top: 4px !important;
    }
}
#FeedModal #externalFeedsDiv .folder {
    background-position: 0px 0px !important;
}
#FeedModal #InternalFeedsDiv .folder {
    background-position: 0px 0px !important;
}
#FeedModal {
    top: -150px !important;
}
#OpenplayList {
    top: -275px !important;
}
#setBackgroundFeeds #treeviewBackgroundImage .folder {
    background-position: 0px 0px !important;
}
 
.company_logo {
    margin-top: 10px;
    margin-left: 5px;
}
   
/*** Browser resizing for collapsible menu bar ***/
/*
@media (max-width: 1290px) {	
  
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
*/

/* Saturn Modals */
.sat-modal {
    transform: translate(0px, 0%) !important;
    -webkit-transform: translate(0px, 0%) !important;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
}

.confirm-action-modal {
    width: 360px;
    height: 220px;
}

.folder-properties-modal {
    width: 900px;
    height: 500px;
}

.large-form-fields {
    width: 50%;
    float: left;
}

.large-form-fields label {
    width: 45%;
}

.large-form-fields input, .large-form-fields select {
    width: 50%;
}

.modal-preview {
    width: 672px;
    height: 522px;
}

.sat-modal .modal-dialog {
    top: 40px;
    position: absolute;
    margin: 0;
    left: 50%;
    -ms-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.sat-modal .confirm-action-modal {
    width: 360px;
    height: 220px;
}

.sat-modal .single-field-form-modal {
    width: 400px;
    height: 277px;
}

.sat-modal .single-field-form-modal .sat-form-group{
    margin-bottom: 0;
}

.sat-form-group > .input-note {
    font-size: 12px;
    color: #afb5b9;
    margin: 10px 0 20px 0;
}

.sat-modal .double-field-form-modal {
    width: 400px;
    height: 350px;
}

.sat-modal .std-small-modal {
    width: 408px;
    height: 465px;
}

.sat-modal .modal-content {
    border-radius: 4px;
    background-color: rgb(236,235,235);
    height: 100%;
    position: relative;
}

.sat-modal .modal-content .modal-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.sat-modal .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #caced1;
    height: 50px;
    padding: 0 15px
}

.sat-modal .modal-header > button {
    margin-top: 6px;
}

.sat-modal .modal-header .modal-title {
    color: #7b858b;
    line-height: 50px;
    font-size: 20px
}

.sat-modal .modal-header > .close {
    color: #7b858b;
    margin-top: 15px;
    opacity: .5
}

.sat-modal .modal-footer {
    text-align: right;
}

.sat-card {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
}

.sat-card.full-height-card {
    height: 100%
}

.sat-card.half-height-card {
    height: 50%
}

    .sat-card.half-height-card.last-card {
        margin-top: 20px;
        height: calc(50% - 20px);
    }

.sat-card > .sat-card-head, .std-head {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: rgb(90,178,172);
    font-size: 20px;
    border-bottom: solid 1px rgba(123, 133, 139, 0.1)
}

.sat-card-head .head-title{
    float: left;
}

.sat-card-head .head-input {
    float: right;
    width: 50%;
}

.sub-head {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: solid 1px rgba(123, 133, 139, 0.1);
    color: #7b858b;
}

    .sat-card > .sat-card-head > button, .std-head > button {
        margin-top: 6px;
    }

    .sat-card > .sat-card-body {
        position: absolute;
        top: 70px;
        right: 15px;
        bottom: 20px;
        left: 15px;
        overflow-x: hidden;
        overflow-y: auto;
    }

.sat-card > .sat-card-body.fill {
    overflow: hidden;
}

    .sat-card .form-cell-50 {
        float: left;
        width: 50%;
    }

    .k-widget {
        border-style: none !important;
    }

.k-widget.k-treeview .k-item {
    cursor: pointer !important;
}

.k-widget.k-treeview .k-item .k-state-selected {
    color: rgb(41,102,98);
    background-color: rgba(90,178,172,.3) !important;
    box-shadow: none !important;
}

.k-widget.k-treeview .k-item .k-state-hover {
    background-color: rgba(123, 133, 139,.2) !important;
}

.sat-form-section {
    color: rgb(90, 178, 172);
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px rgba(123, 133, 139, .1);
    margin-bottom: 20px;
}

.sat-form-group {
    margin-bottom: 10px;
}

.sat-form-group > label {
    height: 34px;
    line-height: 34px;
}

.inline-form-group {
    height: 34px;
    line-height: 34px;
}

.inline-form-group:after {
    content: '';
    clear: both;
    display: table;
}

.sat-form-group.inline-form-group label, .sat-form-group.inline-form-group .form-control {
    float: left;
    display: block;
}

.sat-form-group label {
    text-transform: none;
    color: #7b858b;
    letter-spacing: 0;
    font-size: 16px;
    padding-right: 12px;
    margin: 0;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
}

.sat-form-group .form-control {
    border-color: rgba(123,133,139,.25) !important;
    color: #7b858b;
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
    height: 34px;
    padding: 4px 12px;
    font-size: 16px;
    line-height: 24px;
}

.sat-form-group .k-datetimepicker input.date-form-control, .sat-form-group .k-datepicker input.date-form-control {
    border-color: rgba(123,133,139,.25) !important;
    color: #7b858b;
    border-radius: 4px;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
    height: 32px;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
}

.sat-form-group > .error-text {
    margin-top: 9px;
    color: #c30e53;
    display: none;
}

.sat-form-group .form-control:focus {
    border-color: rgb(90,178,172) !important;
    box-shadow: 0 0 3px 3px rgba(90,178,172,.2) !important;
}

.sat-form-group > .date-form-control {
    width: auto !important;
}

.sat-form-group .k-datetimepicker, .sat-form-group .k-datepicker {
    background-color: rgb(225,225,226) !important;
    padding: 0;
}

.sat-form-group .k-datetimepicker .k-picker-wrap.k-state-default, .sat-form-group .k-datepicker .k-picker-wrap.k-state-default {
    background: none;
    background-color: rgb(225,225,226) !important;
    border-color: rgb(225,225,226) !important;
    height: 32px;
}

.sat-form-group .k-datetimepicker .k-picker-wrap.k-state-default:hover, .sat-form-group .k-datepicker .k-picker-wrap.k-state-default:hover {
    background-color: rgb(189,194,197) !important;
}

.sat-form-group .k-datetimepicker .k-input, .sat-form-group .k-datepicker .k-input {
    color: #7b858b
}

.sat-form-group .k-widget .k-datetimepicker .form-control, .sat-form-group .k-widget .k-datepicker .form-control {
    padding-left: 0;
}

.sat-form-group .k-datetimepicker .k-state-default > .k-select, .sat-form-group .k-datepicker .k-state-default > .k-select {
    background-color: rgb(225,225,226) !important;
}

.sat-form-group .k-datetimepicker .k-picker-wrap .k-icon, .sat-form-group .k-datepicker .k-picker-wrap .k-icon {
    margin: 9px 2px;
}

.list-pnl-item {
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 20px;
    padding: 8px 12px;
    font-size: 16px;
    color: rgb(90,178,172);
}

.playlistItem {
    color: rgb(90,178,172) !Important;
    background-color: #fff;
    border-color: rgb(90,178,172);
    border-style: solid;
    border-width: 1px;
    font-size: 14px !important;
}

a .playlistItem:hover {
    background-color: #fff !important;
}

a.playlistItem.playlist-item-selected:hover {
    background-color: #fff !important;
}

.playlist-item-selected, a.playlistItem.playlist-item-selected:hover {
    color: #fff !Important;
    background-color: rgb(90,178,172) !Important;
}

.playlistItem.playlist-item-selected > i {
    color: #fff !Important;
}

.playlistItem > i {
    margin-top: 5px !important;
    margin-left: 5px;
    font-size: 14px;
    color: rgb(90,178,172) !Important;
}

.col-left-50 {
    float: left;
    width: calc(50% - 16px);
    padding-right: 15px;
    border-right: solid 1px #CACED1;
    overflow-y: auto;
}

.col-right-50 {
    float: left;
    width: calc(50% - 16px);
    padding-left: 15px;
    overflow-y: auto;
}

#viewersUserList, #viewersUserList2 {
    margin-top: 20px;
}

.nav-container {
    position: absolute;
    top: 82px;
    z-index: 10;
    left: 0;
    right: 0;
}

.nav-container .navigation {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-container .navigation li {
    position: relative;
    display: block;
    line-height: 32px;
    cursor: pointer;
}

.nav-container .navigation li > a {
    color: #fff;
    display: block;
    overflow: hidden;
    line-height: 32px;
    padding: 10px 30px 10px 14px;
    margin: 5px 0;
    background-color: transparent;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none !important;
    cursor: pointer;
}

.nav-container .navigation li > a:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 5px solid;
    background: rgba(200,200,200,.2);
    -ms-transition: .35s ease left;
    -o-transition: .35s ease left;
    -webkit-transition: .35s ease left;
    transition: .35s ease left;
}

.nav-container .navigation li:hover > a, .nav-container .navigation li.open > a {
    background: rgba(200,200,200,.2);
    text-decoration: none;
}

.nav-container .navigation li.has-sub > a {
    margin-bottom: 0;
}

.nav-container .navigation li.has-sub > a:after {
    content: '\e929';
    font-family: feather;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -webkit-transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
}

.nav-container .navigation li.open > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-container .navigation i {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    line-height: 32px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.nav-container .navigation .menu-title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    opacity: 1;
    height: auto;
    -ms-transition: width .3s cubic-bezier(0,0,.2,1);
    -o-transition: width .3s cubic-bezier(0,0,.2,1);
    -webkit-transition: width .3s cubic-bezier(0,0,.2,1);
    transition: width .3s cubic-bezier(0,0,.2,1);
}

.nav-container .navigation li ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
    opacity: 1;
    height: auto;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none !important;
}

.nav-container .navigation li:not(.open) > ul {
    opacity: 0;
    height: 0;
}

.nav-container .navigation li ul li a {
    display: block;
    padding: 8px 18px 8px 60px;
}

.nav-container .navigation li.active > a:before {
    left: 0;
}

.nav-container .navigation li > a:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: 5px solid;
    background: rgba(200,200,200,.2);
    transition: .35s ease left;
}

.loading-panel{
    display: none;
    position: relative;
    height: 100%;
}

.loading-panel.show {
    display: block;
}

.loading-panel > .loading-img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    opacity: .5;
}
