/**
*
* CUSTOM STYLESHEET FOR PAYTWEAK DOC API
* author : Elodie PECQUEUR
*
*/

html, body
{
    /*background: #f5f5f5;*/
    background: #3d464d;
}
.sidebar, .applogo
{
    width: 270px;
}
.content
{
    padding-top: 80px;
    margin-left: 270px;
}
.navbar
{
    font-size: 1em;
    background: #6F6F6F;
    color: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#menu .nav li a, .navbar-header .logo
{
    color: #fff;
}
#menu li a
{
    font-size: 1.1em;
    margin-top: 10px;
}
#menu .nav li a.text-muted
{
    color: #adadad;
}
#menu .dropdown-menu li a
{
    color: #262626;
    font-size: 0.9em;
    margin-top: 0;
}
.navbar-header
{
    background: #5F5F5F;
    padding: 10px 15px;
}

.logo
{
    font-size: 2em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
li.dropdown.col-xs-12.open ul
{
    width: 190%;
}

.dropdown-menu .label
{
    font-size: 0.75em;
    padding: 0.5em;
    display: inline-block;
    margin-left: 0.5em;
}

/*BACK TO TOP*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(111, 111, 111, 0.8) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  color: #fff;
}
.cd-top .fa
{
    margin: 37% 37%;
    color: #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #6f6f6f;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*OLD CSS*/
.courrier
{ 
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; 
}
.courrier_code 
{ 
    font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace; 
    font-size:14px;
}
.lh16 
{
    line-height:16px; 
}
.highlighted 
{
    background-color:#e5f2fd; 
}
.bgGray 
{
    background-color:#f9f9f9; 
}
.blouge 
{ 
    color:#128ed6;
}
.verysmall 
{ 
    font-size:16px !important; 
    line-height: 1.7em; 
    font-weight:500 !important; 
}
.limenu 
{ 
    border-right:0px;
    width:80px; 
    font-size:16px; 
    height: 60px; 
    display: block; 
    text-align: center; 
    float: left; 
    color: rgba(0, 0, 0, 0.6); 
    padding-top: 19px; 
    z-index: 1; 
}
.limenu:hover 
{ 
    background-color:#8a8989; 
}
.limenuMain 
{ 
    border-right:0px; 
    width:152px; 
    font-size:18px; 
    height: 60px; 
    display: block; 
    text-align: center; 
    float: left; 
    color: rgba(0, 0, 0, 0.6); 
    padding-top: 19px; 
    z-index:1 
}
.limenuMain:hover 
{ 
    background-color:#8a8989; 
}
.px14 
{ 
    font-size:14px; 
}

.lb-sm 
{
    font-size: 12px;
}

.lb-md 
{
    font-size: 16px;
}

.lb-lg 
{
    font-size: 20px;
}
a.text-danger 
{
    color: #ef4836 !important;
}

a.anchor 
{
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

@media (min-width: 0px)
{
    #menu-right
    {
        display:none;
    }
}

@media (min-width: 992px)
{
    #menu-right
    {
        display:inline-block;
    }
}