body {
    font-family: 'Open Sans', sans-serif;
    background-color:#fbfbfb;
}

.setting-label {
    padding-left:1px;
    font-weight: 400;
}

.setting-logo {
    width:100%;
    border-style: solid;
    border-width: .05px;
    border-color:#838384;
}

.setting-upload-button {
    width:100%;
}

.footer {
  background-color: #3F3F3F;
}

.footer-copyright {
    color:#000;
    font-size: small;
}

.footer-build-info {
  color:#9d9ea0;
  font-size: smaller;
}

.footer-sunlync-link {
  text-decoration: underline;
  color:#0088C8;
  font-weight: bolder;
}

.theme-container {
    width:100%;
    height:200px;
    border-style: solid;
    border-color: #838384;
    border-width: 1px;
    overflow-y:auto;
    background-color: #F7F7F7;
    padding:5px;
}

.theme-image {
  width:200px;
  cursor:pointer;
  margin-bottom:5px;
}

.theme-image-not-selected {
  border:1px;
  border-color:#000;
  border-style:solid;
}

.theme-image-selected {
  border:5px;
  border-color:#0091C2;
  border-style:solid;
  background:#707070;
}

.feeback_container{
  margin:10px !important;
  paddingP:10px !important;
}

.panel-body {
    font-family: 'Open Sans', sans-serif;
    background-color:#fff;
}

.panel > .panel-heading {
   font-family: 'Open Sans', sans-serif;
    background-image: none;
    background-color: #fff;
    color: #5079b6;
    border-bottom: 1px solid;
    border-bottom-color:#d6d6d6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default  {
    border: 1px solid; 
    border-radius:0;
    transition: box-shadow 0.5s;
    border-color:#bcbcbc;  
}

.table_data {
    padding-right:20px;
    font-size:14px !important;
}

.panel_login_button {
    padding-left:20px !important;
    padding-right:20px !important;
}

.panel_login_feedback {
    margin-top:75px;
}

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