/* Unessential CSS - Just here to make this sample page prettier */

.wrapper {
    margin: 0 auto;
    max-width: 1060px;
    padding: 1px 3em;
    height: 100%;
}

.file-img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
header {
    background-color: #000;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 0px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
.brand {
    float: left;
    height: 80px;
}
.brand p {
    margin: 0;
}
.rm-nav {
    letter-spacing: 1px;
}
.navBar-new{
    background-color: transparent !important;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    font-size:18px;
}
.navBar-new li a:hover{
    font-weight: 500;
    color: #fff;
}
.mobile-show{
  display: none !important;
}
.upgrade-mobile-show{
  display: none !important;
}
.pc-small-show {
  display: block !important;
}
.mobile-small-show{
  display: none !important;
}
.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 17px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
}
.rm-nav li a,
.rm-top-menu a {
    font-size: 16px;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 60px;
    line-height: 60px;
}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

@media (max-width: 1200px){

}
@media (max-width: 960px){
  .pc-show {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .upgrade-mobile-show{
    display: flex !important;
  }
  .list-box{
    padding-bottom: 20px;
  }
  .list-title .text-head{
    display: flex;
    align-items: center;
  }
  .list-title .text-head p {
    display: inline-block;
    padding: 16px 0 10px 15px;
    color: #272727;
    font-size: 18px;
    line-height: 18px;
  }
  .icon-arron-bottom{
    margin-top: 4px;
    margin-left: 10px;
  }
  .active .icon-arron-bottom {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .list-title .text-body {
    font-size: 18px;
    padding: 0 16px;
    display: none;
  }
  .text-body-list{
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #D8D8D8;
  }
  .text-body-list:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .text-body-list a{
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    margin-right: 15px;
    white-space: nowrap;
  }
}
/**  ipad  **/
@media (max-width: 768px){
  .mobile-small-show{
    display: block !important;
  }
  .pc-small-show{
    display: none !important;
  }

}
/**  phone  **/
@media (max-width: 576px) {
  .rm-toggle.rm-button{
    margin-top: 11px;
  }
}
