/* 
    Document   : mspStyles
    Created on : Sep 10, 2013, 5:18:47 PM
    Author     : Kevin.Quinn
    Description:
        Purpose of the stylesheet follows.
*/

/*Custom Classes*/
#mainBody {
    background-image: url('application/resources/images/body-bg.jpg');
}

#maintenance {    
    position:fixed;    
    width:50%;
    margin:0 auto;
    text-align: center; 
    bottom: 85px;
    left: 25%;
    height: 50px;  
    line-height: 16px;   
    padding-left: 10px;
}

#legacyPortal {    
    position:fixed;    
    width:50%;
    margin:0 auto;
    text-align: center;
    bottom: 150px;
    left: 25%;
    height: 50px;  
    line-height: 16px;   
    padding-left: 10px;
}

#maintenance-cloud {    
    position:fixed;
    left: 25%;
    width:50%;    
    bottom: 85px;
    height: 50px;  
    line-height: 16px;
    padding-left: 10px;    
}

#footer {    
    position:fixed;
    left: 25%;
    width:50%;    
    bottom: 0px;
    height: 50px;  
    line-height: 16px;
    padding-bottom: 10px;
    /*background-image: url(../images/pre-header-bg.png);*/ 
    /*background-repeat: repeat-x;*/     
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
}

#footer p {    
    color: #336699;     
}
#footer p a {   
    color: #336699; 
    font-size: 12px;         
    text-decoration: none;
}

#footerLeft {
    position:fixed;
    left: 0%;
    width:150px;    
    bottom: 0px;
    height: 25px;  
    line-height: 16px;
    padding-bottom: 4px;    
    background-repeat: repeat-x;
    text-align: right;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

#footerRight {
    display: flex;
    position:fixed;    
    text-align: center;
    left: 82%;
    bottom: 0px;
    height: 50px;  
    line-height: 16px;
    padding-bottom: 0px;    
    background-repeat: repeat-x;
    float: right;
}

#header {    
    position:absolute; 
    /*text-align: center;*/
    width:100%;        
    top:0px;        
    margin: 0px auto;      
    height: 50px; 
    /*line-height: 40px;*/           
}

#subHeaderRight {       
    margin-left:auto; 
    margin-right:0px; 
    width: 300px;    
    /*background-image: url(../images/pre-header-bg.png);*/
    /*background-repeat: repeat-x;*/    
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 25px;    
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0px;    
    padding-right: 4px;
    color: #336699; 
    font-size: 12px;         
    text-decoration: none;   
    padding:4px;
    padding-right: 30px;
    display: inline-block;
    float: right;
}

#subHeaderLeft {      
    margin-left:0px; 
    margin-right:auto; 
    width: 380px;    
    background-image: url(../images/pre-header-bg.png);
    background-repeat: repeat-x;    
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topright: 25px;    
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0px;    
    padding-left: 4px;
    color: #f6f7f9; 
    font-size: 12px;         
    text-decoration: none;   
    padding:4px;
    padding-left: 30px;
    display: inline-block;
    float: left;
    text-align: left;
}

#headerMiddle {
    margin-left:0px; 
    margin-right:auto; 
    width: 150px;    
    background-image: url(../images/pre-header-bg.png);
    background-repeat: repeat-x;    
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 0px;    
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;    
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0px;    
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;    
    padding-left: 4px;
    color: #f6f7f9;
    font-size: 12px;         
    text-decoration: none;   
    padding:4px;
    display: inline-block;    
    text-align: center;   
}

/*Overriding Styles*/
.bgImg {
    background-image: url(../images/pre-header-bg.png);
    background-repeat: repeat-x;
}

.loginText {
    color: white; 
    font-weight: bold; 
    font-size: 14px;    
}

/*EXT JS Components Styles*/
.x-btn button {
    font-size: 14px;
    font-weight: bold;
    color: #7786A2;
}

.no-icon-menu .x-menu-item-icon { 
    display: none; 
}

.downloadButton .x-btn {
    background-image: url(../images/pre-header-bg.png);    
    background-repeat: repeat-x;
}

.x-menu-icon-separator {
    display: none;    
}

.spMSP {
    background-image: url(../images/spMSP.png) !important;    
    background-repeat: repeat-x;    
}

.spGRE {
    background-image: url(../images/greLogo.png) !important;    
    background-repeat: repeat-x;
}

.imLogo {
    background-image: url(../images/imLogo.png) !important;    
    background-repeat: repeat-x;
}

.scCMD {
    background-image: url(../images/cmdLogo.png) !important;    
    background-repeat: repeat-x;    
}

.spSPX {
    background-image: url(../images/SPX-Linux.png) !important;    
    background-repeat: repeat-x;    
}

.spSPXWindows {
    background-image: url(../images/SPX-Windows_New.png) !important;    
    background-repeat: repeat-x;   
}

.downloadButton {        
    background-image : url(../images/pre-header-bg.png) !important;    
    background-repeat: repeat-x;    
}

.urgentText {
    font-family: Arial;
    font-size: 12px;
    font-weight: bolder;
    color: RED;
    margin-left: 3px;
}

.x-treelist-row:hover {
    background-color: #005E85 !important;
}

.x-treelist-nav .x-treelist-item-selected > .x-treelist-row {
    background-color: #00ADDC !important;
}

.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool {
    background-color: #005E85 !important;
    width: 50px;
}

.header-icon {
    color: #004463 !important;
}

#header-right-options .x-btn {
    border-radius: 0 !important;
}

.header-button {
    height: 50px;
    width: 60px;
    border: none !important;
    font-size: 7px !important;
    background-color: #F5F3F1 !important;
}

.header-button:hover {
    background-color: #EAEAEA !important;
    color: #004463;
}

.header-button .x-btn-wrap-default-small.x-btn-arrow-right:after {
    width: 0;
    content: "";
}

.x-treelist-nav .x-treelist-row-over:before {
    background-color: transparent !important;
}

.x-treelist-nav {
    margin-top: 25px !important;
}

.x-panel-header-custom {
    background-color: #004463 !important;
}

.x-btn-focus.x-btn-default-small {
    box-shadow: none !important;
}

.x-btn {
    border-radius: 25px !important;
    border: none !important;
}

.x-btn.google-button,
.x-btn.google-button:focus,
.x-btn.x-btn-pressed.x-btn-default-small.google-button {
    height: 46px;
    width: 191px;
    border-radius: 0 !important;
    display: inline-block;
    vertical-align: middle;;
    background: url("../images/google_signin.png") no-repeat;
}
.x-btn.google-button:hover {
    background: url("../images/google_signin_hover.png") no-repeat;
}

.footer-stc-text-color {
    color: rgb(188, 189, 192, 0.9);
    font-family: 'Source Sans Pro';
}

.footer-stc-link {
    color: #FFFFFF;
    text-decoration: underline;
    font-family: 'Source Sans Pro';
}

.footer-filler {
    z-index: 3;
}

#cloudbackup-signup-panel .x-toolbar-footer {
    background-color: transparent;
}

#cloudbackup-signup-panel #back-button {
    left: 0 !important;
}

.treelist-with-nav,
.treelist-with-nav-clone {
    background-color: #004463;
    width: 50px !important;
    z-index: 2;
}

.treelist-with-nav,
.treelist-with-nav-clone,
.treelist-with-nav .x-panel-body,
.treelist-with-nav-clone .x-panel-body,
.treelist-with-nav .x-panel-body .x-box-inner,
.treelist-with-nav-clone .x-panel-body .x-box-inner {
    height: 100% !important;
    transition: 0.2s;
}

.treelist-with-nav-clone:hover {
    width: 325px !important;
    transition: 0.2s;
    transition-delay: 0.4s;
    z-index: 19028;
}

.x-treelist-nav .x-treelist-item-text {
    margin-left: 40px !important;
}

.x-treelist-item-wrap {
    margin-left: 34px;
}

.x-treelist-item-leaf .x-treelist-row {
    padding-left: 25px !important;
}

.treelist-with-clone:hover {
    transition: 0.4s;
}

.label-sync-psa-accounts {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: white;
}

#cloud-credits-current-balance {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

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

.success-color {
    color: green !important;
}

.error-color {
    color: red !important;
}

.eye-color {
    color: #004463 !important;
}

.success-validation {
    background-color: green !important;
}

.warning-validation {
    background-color: orange !important;
}

.error-validation {
    background-color: red !important;
}

.transparent-background {
    background-color: transparent !important;
}

.error-password-not-meet,
.error-password-not-match {
    color: red;
    font-size: 13px;
}

.error-password-saas-backup {
    color: red;
    font-size: 11px;
}

.button-text .x-btn-inner-default-small {
    color: black;
    text-align: left;
}

.button-text .x-btn-button {
    justify-content: flex-start;
}

.button-text .x-btn-button:hover {
    background-color: #e2f0f4;
}

.menu-item-icon {
    padding: 5px 0;
    font-size: 16px !important;
}

.machine-detail-alert {
    color: red;
    font-size: 11px;
}

.saasbackup-menu .x-tree-elbow-img,
.saasbackup-menu .x-tree-elbow,
.saasbackup-menu .x-tree-elbow-empty,
.saasbackup-menu .x-tree-icon {
    display: none;
}

.saasbackup-details-label .x-form-display-field-default {
    min-height: 1em;
    padding: 0;
    font-size: 0.78rem !important;
}

.saasbackup-details-label .x-form-item-label-default {
    min-height: 1em;
    padding: 8px 0 0 15px;
    font-size: 0.78rem !important;
}

.saasbackup-details-label .x-autocontainer-form-item {
    margin-bottom: 0px;
}

.saasbackup-datacenter-details-label .x-form-display-field-default {
    min-height: 1em;
    padding: 0;
}

.saasbackup-datacenter-details-label .x-autocontainer-form-item {
    margin-bottom: 2px;
}

.saasbackup-datacenter-details-label .x-form-item-label-default {
    min-height: 1em;
    padding: 8px 0 6px 15px;
}

.saasbackup-protected-resources-main-panel .x-panel-header-default-horizontal {
    padding-top: 8px;
    padding-bottom: 8px;
}

.saasbackup-protected-resources-subtitles-panel .x-panel-header-default {
    background-color: white;
}

.saasbackup-protected-resources-subtitles-panel .x-panel-body-default {
     border-left: 0;
     border-right: 0;
     border-top: 0;
}

.saasbackup-protected-resources-subtitles-panel .x-title-text-default {
    color: #404040;
    font-size: 0.85rem;
}

.saasbackup-protected-resources-subtitles-panel .x-panel-header-default-horizontal.x-header-noborder {
    padding-top: 5px;
    padding-bottom: 5px;
}

.saasbackup-protected-resources-content-panel .x-panel-body-default {
     border-top: 0;
}

.saasbackup-protected-resources-records-panel .x-panel-header-default {
    background-color: white;
}

.saasbackup-protected-resources-records-panel .x-panel-header-default-horizontal.x-header-noborder {
    padding-top: 7px;
    padding-bottom: 6px;
}

.saasbackup-protected-resources-records-panel .x-title-text-default {
    color: #404040;
    font-size: 0.75rem;
}

.saasbackup-seat-limits-panel-record-highlighted {
    color: red;
}

.protection-stats__title .x-title-text {
    text-align: center;
    font-size: small;
}

.protection-stats__title {
    margin-left: -5px !important;
}

.protection-stats__title .x-panel-header-default {
    padding: 12px 16px 0px 16px !important;
}

.protection-stats__content {
    background: #00addc;
}

.protection-stats__content .x-form-display-field {
    text-align: center;
    font-size: x-large !important;
    color: white;
    margin-top: 1px;
}

.support-center-section-header-item .x-accordion-item .x-accordion-hd {
    background: white;
    border: 1px;
    border-color: #00addc;
    border-style: solid;
}

.support-center-section-header-item-title .x-panel-header-title-default {
    font-size: 13px;
}

.no-panel-border .x-panel-body-default,
.no-panel-border .x-panel-header-default,
.no-panel-border .x-panel-default {
    border: none;
    box-shadow: none;
    background: none;
}

.x-btn-default-toolbar-small {
    background-color: #00addc !important;
}

.x-btn-inner-default-toolbar-small {
    color: #f0f0f0 !important;
}

.x-btn-over.x-btn-default-toolbar-small {    
    background-color: #009fca !important;
}

.x-btn-icon-el-default-toolbar-small {
    color: #f0f0f0 !important;
}

.help-info-icon {
  width: 16px;
  height: 16px;
  background: url('../icons/16px/help_16_blue.png') no-repeat;
  margin-left: 11px;
  margin-top: 7px
  
}

.help-info-icon:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  white-space: nowrap;
}

.info-icon-color {
    color: #00addc;
}

.cloudstorage--subaccounts-stats__panel .x-panel-body {
    background-color: #00addc;
}

.cloudstorage--subaccounts-stats__field {
    background-color: #00addc;
}

.cloudstorage--subaccounts-stats__field .x-form-display-field {
    color: #ffffff;
}

.cloudstorage--subaccounts-stats__field .x-form-item-label-text {
    color: #ffffff;
    font-weight: bold;
}

.cloudstorage--subaccounts-table .x-column-header {
    background-color: #00addc;
}

.cloudstorage--subaccounts-table .x-column-header-text {
    color: #ffffff;
}

.cloudstorage--subaccounts-table .x-column-header-over {
    background-color: #00addc;
    color: #ffffff;
}

.cloudstorage--subaccounts--add-subaccount_password .x-box-item {
    font-size: 11px;
}

.cloudstorage--subaccounts--add-subaccount_password-strength .x-box-item {
    font-size: 11px;
}

.cloudstorage--subaccounts-trial__fields .x-form-item-label-text {
    font-weight: bold;
}

.cloudstorage-usage-chart .x-legend-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px !important;
    justify-content: center;
}

.cloudstorage-usage-chart .x-legend-item {
    flex: 0 0 calc(25% - 2px);
}


.cloudstorage-chart-panel .x-toolbar-default{
    border-width: 0px !important;
}

.cloudstorage-protected-resources-content-panel .x-panel-default-outer-border-rbl{
    border-left-width: 0px !important;
}
    