
.skin-background {
    background: #ECF0F5 !important;
}

html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  overflow-x: auto;
  overflow-y: auto;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
  }
  .main-header .logo .logo-lg {
    display: block;
  }
  .main-header .logo .logo-mini {
    display: none;
  }

  .bg-header {
    background: #133b52ff
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #385d6e;
  }

  .content-wrapper,
  .right-side,
  .main-footer {
    
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }

  .main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
  }
  /* Fixed layout */
  .fixed .main-header,
  .fixed .main-sidebar,
  .fixed .left-side {
    position: fixed;
  }
  .fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
  }

.container {
    margin-top: 10px
}
.section-title {
    margin-bottom: 38px
}

 
.shadow,
.subscription-wrapper {
  box-shadow: 3px 4px 10px 4px rgba(18,91,112,0.56)
   /* box-shadow: 5px 8px 10px 4px rgba(117,117,117,0.72)  !important */
    /* box-shadow: 0px 15px 22px 0px rgba(8, 18, 109, 0.1) !important */
}
.icon-primary {
    color: #062caf
}

.icon-bg-circle {
    position: relative
}

.icon-lg {
    font-size: 50px
}

.icon-bg-circle::before {
    z-index: 1;
    position: relative
}

.icon-bg-primary::after {
    background: #062caf !important
}
.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: .1
}

p,
.paragraph {
    font-weight: 400;
    color: #8b8e93;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif
}

.icon-bg-yellow::after {
    background: #f6a622 !important
}

.icon-bg-purple::after {
    background: #7952f5
}

.icon-yellow {
    color: #f6a622
}

.icon-purple {
    color: #7952f5
}

.icon-cyan {
    color: #02d0a1
}

.icon-bg-cyan::after {
    background: #02d0a1
}

.icon-bg-red::after {
    background: #ff4949
}

.icon-red {
    color: #ff4949
}

.icon-bg-green::after {
    background: #66cc33
}

.icon-green {
    color: #66cc33
}

.icon-bg-orange::after {
    background: #ff7c17
}
.icon-orange {
    color: #ff7c17
}

.link-access:hover {
  text-decoration: none;
  color: #26728a;
}

.link-access:active {
  text-decoration: none;
  color: #26728a;
}
.link-access:link {
  text-decoration: none;
  color: #478fa5;
}
.link-access-box:hover{
  text-decoration: none;
  color: #3a8ec5;
}

.link-access-box:visited{
  text-decoration: none;
  color: #02394e;
}
.link-access-box:active{
  text-decoration: none;
  color: #02394e;
}
.link-access-box:link{
  text-decoration: none;
  color: #000000;
}
