/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
@import url(bootstrap.min.css);

*:focus {
  outline: 0; }

/* vendor */
@media (min-width: 1200px) {
  .container {
    width: 970px; } }
a {
  color: #459CE7; }

/* config variables */
/* roboto font */
/* source sans pro */
/* lato */
/* merriweather */
/* layout */
a:focus, button:focus {
  outline: none; }

#docs #guide {
  background: #F4F8FA;
  border-right: 1px solid #DADFE5;
  left: 0;
  top: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 210px;
  z-index: 25;
  height: 100%; }
  #docs #guide .logo {
    margin-top: 0;
    font-size: 29px; }
    #docs #guide .logo a {
      color: #000;
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      padding: 20px 0 15px 23px;
      display: block;
      border-bottom: 1px solid #D6DCE0;
      box-shadow: 0px 1px #FFF;
      -webkit-transition: color 0.15s linear;
      -moz-transition: color 0.15s linear;
      -ms-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear; }
      #docs #guide .logo a:hover {
        color: #858585;
        text-decoration: none; }
  #docs #guide .menu > li.active > .nav {
    display: block; }
  #docs #guide .menu > li.active > a {
    background: #DEEAF1; }
  #docs #guide .menu > li a {
    color: #3391C9;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 15px 10px 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    #docs #guide .menu > li a:hover {
      background: #DEEAF1; }
  #docs #guide .menu > li > .nav {
    margin-bottom: 7px;
    display: none; }
    #docs #guide .menu > li > .nav li a {
      font-weight: 400;
      color: #48A0D6;
      padding: 6px 15px 5px 35px; }
#docs #api-docs {
  background: #FFF;
  margin-left: 210px;
  min-width: 750px; }
  #docs #api-docs #methods {
    background: #292E33;
    position: relative;
    margin-left: 50%; }
    #docs #api-docs #methods .languages {
      position: fixed;
      top: 0;
      width: 100%;
      padding: 5px 0 5px 20px;
      background: #3B4249;
      box-shadow: 2px 1px 3px #000;
      z-index: 999; }
      #docs #api-docs #methods .languages .language {
        display: inline-block;
        color: #C0CEDD;
        padding: 5px 15px;
        font-size: 13px; }
        #docs #api-docs #methods .languages .language.selected {
          color: #fff; }
    #docs #api-docs #methods .method:nth-child(2) .method-section .method-description {
      padding-top: 0px;
      border-top: 0px; }
    #docs #api-docs #methods .method:nth-child(2) .method-section .method-example {
      padding-top: 0px;
      border-top: 0;
      box-shadow: none; }
    #docs #api-docs #methods .method:last-child .method-section {
      padding-bottom: 70px; }
    #docs #api-docs #methods .method .method-section {
      margin-left: -100%;
      position: relative;
      padding-top: 50px; }
      #docs #api-docs #methods .method .method-section .method-description {
        width: 50%;
        float: left;
        padding: 0 30px;
        border-top: 1px solid #E5E7EB;
        padding-top: 40px; }
        #docs #api-docs #methods .method .method-section .method-description h3 {
          font-size: 21px;
          margin-top: 0;
          margin-bottom: 20px; }
        #docs #api-docs #methods .method .method-section .method-description p {
          font-size: 13px;
          color: #666;
          line-height: 21px;
          margin-bottom: 20px; }
        #docs #api-docs #methods .method .method-section .method-description .info {
          margin-top: 45px;
          margin-bottom: 40px; }
          #docs #api-docs #methods .method .method-section .method-description .info h4 {
            font-size: 14px;
            border-bottom: 1px solid #E4E4E4;
            padding-bottom: 15px; }
          #docs #api-docs #methods .method .method-section .method-description .info .field {
            margin-top: 17px;
            font-size: 13px; }
            #docs #api-docs #methods .method .method-section .method-description .info .field .key {
              width: 40%;
              float: left;
              text-align: right;
              padding-right: 10px;
              font-weight: bold;
              color: #333; }
            #docs #api-docs #methods .method .method-section .method-description .info .field .desc {
              width: 60%;
              float: right;
              padding-left: 10px;
              color: #555;
              line-height: 21px; }
              #docs #api-docs #methods .method .method-section .method-description .info .field .desc strong {
                display: block;
                color: #333;
                margin-bottom: 5px; }
      #docs #api-docs #methods .method .method-section .method-example {
        margin-left: 50%;
        width: 50%;
        padding: 25px 30px 0;
        border-top: 1px solid #000;
        box-shadow: inset 0px 1px rgba(255, 255, 255, 0.17);
        color: #fff; }
        #docs #api-docs #methods .method .method-section .method-example pre {
          background: none;
          border: none;
          margin: 0;
          padding: 0; }
          #docs #api-docs #methods .method .method-section .method-example pre code {
            background: none;
            font-family: Monaco, Consolas, Menlo;
            font-size: 12px;
            display: none;
            color: #DAE4F2; }
            #docs #api-docs #methods .method .method-section .method-example pre code.always-visible {
              display: block !important; }
            #docs #api-docs #methods .method .method-section .method-example pre code.ruby {
              display: block; }
            #docs #api-docs #methods .method .method-section .method-example pre code > * {
              color: #DAE4F2;
              line-height: 20px; }
          #docs #api-docs #methods .method .method-section .method-example pre .ruby {
            color: #DAE4F2; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby > * {
              color: #DAE4F2;
              line-height: 20px; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=keyword] {
              color: #9AB4DB; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=string] {
              color: #DAD0C6; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=comment] {
              color: #B4B4B4; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=constant] {
              color: #FFDF9D; }
            #docs #api-docs #methods .method .method-section .method-example pre .ruby [class*=symbol] {
              color: #9ECBEE; }
          #docs #api-docs #methods .method .method-section .method-example pre .python {
            color: #DAE4F2; }
            #docs #api-docs #methods .method .method-section .method-example pre .python > * {
              color: #DAE4F2;
              line-height: 20px; }
            #docs #api-docs #methods .method .method-section .method-example pre .python [class*=keyword] {
              color: #9AB4DB; }
            #docs #api-docs #methods .method .method-section .method-example pre .python [class*=string] {
              color: #DAD0C6; }
            #docs #api-docs #methods .method .method-section .method-example pre .python [class*=comment] {
              color: #B4B4B4; }
            #docs #api-docs #methods .method .method-section .method-example pre .python [class*=class] {
              color: #FFDF9D; }
            #docs #api-docs #methods .method .method-section .method-example pre .python [class*=params] {
              color: #9ECBEE; }
          #docs #api-docs #methods .method .method-section .method-example pre .php {
            color: #DAE4F2; }
            #docs #api-docs #methods .method .method-section .method-example pre .php > * {
              color: #DAE4F2;
              line-height: 20px; }
            #docs #api-docs #methods .method .method-section .method-example pre .php [class*=keyword] {
              color: #9AB4DB; }
            #docs #api-docs #methods .method .method-section .method-example pre .php [class*=string] {
              color: #DAD0C6; }
            #docs #api-docs #methods .method .method-section .method-example pre .php [class*=comment] {
              color: #B4B4B4; }

#invoice {
  background: #ECEEF4; }
  @media (min-width: 1200px) {
    #invoice .container {
      width: 900px; } }
  #invoice .logo {
    text-align: center;
    margin-top: 50px; }
    #invoice .logo a {
      font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
      font-size: 36px;
      letter-spacing: .1px;
      color: #555;
      font-weight: 300;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #invoice .logo a:hover {
        text-decoration: none;
        color: #7793C4; }
  #invoice .invoice-wrapper {
    background: #FFF;
    border: 1px solid #CDD3E2;
    box-shadow: 0px 0px 1px #CCC;
    padding: 40px 40px 60px;
    margin-top: 40px;
    border-radius: 4px; }
    #invoice .invoice-wrapper .intro {
      line-height: 25px;
      color: #444; }
    #invoice .invoice-wrapper .payment-info {
      margin-top: 25px;
      padding-top: 15px; }
      #invoice .invoice-wrapper .payment-info span {
        color: #A9B0BB; }
      #invoice .invoice-wrapper .payment-info strong {
        display: block;
        color: #444;
        margin-top: 3px; }
      @media (max-width: 767px) {
        #invoice .invoice-wrapper .payment-info .text-right {
          text-align: left;
          margin-top: 20px; } }
    #invoice .invoice-wrapper .payment-details {
      border-top: 2px solid #EBECEE;
      margin-top: 30px;
      padding-top: 20px;
      line-height: 22px; }
      #invoice .invoice-wrapper .payment-details span {
        color: #A9B0BB;
        display: block; }
      #invoice .invoice-wrapper .payment-details a {
        display: inline-block;
        margin-top: 5px; }
      @media (max-width: 767px) {
        #invoice .invoice-wrapper .payment-details .text-right {
          text-align: left;
          margin-top: 20px; } }
    #invoice .invoice-wrapper .line-items {
      margin-top: 40px; }
      #invoice .invoice-wrapper .line-items .headers {
        color: #A9B0BB;
        font-size: 13px;
        letter-spacing: .3px;
        border-bottom: 2px solid #EBECEE;
        padding-bottom: 4px; }
      #invoice .invoice-wrapper .line-items .items {
        margin-top: 8px;
        border-bottom: 2px solid #EBECEE;
        padding-bottom: 8px; }
        #invoice .invoice-wrapper .line-items .items .item {
          padding: 10px 0;
          color: #696969;
          font-size: 15px; }
          @media (max-width: 767px) {
            #invoice .invoice-wrapper .line-items .items .item {
              font-size: 13px; } }
          #invoice .invoice-wrapper .line-items .items .item .amount {
            letter-spacing: 0.1px;
            color: #84868A;
            font-size: 16px; }
            @media (max-width: 767px) {
              #invoice .invoice-wrapper .line-items .items .item .amount {
                font-size: 13px; } }
      #invoice .invoice-wrapper .line-items .total {
        margin-top: 30px; }
        #invoice .invoice-wrapper .line-items .total .extra-notes {
          float: left;
          width: 40%;
          text-align: left;
          font-size: 13px;
          color: #7A7A7A;
          line-height: 20px; }
          @media (max-width: 767px) {
            #invoice .invoice-wrapper .line-items .total .extra-notes {
              width: 100%;
              margin-bottom: 30px;
              float: none; } }
          #invoice .invoice-wrapper .line-items .total .extra-notes strong {
            display: block;
            margin-bottom: 5px;
            color: #454545; }
        #invoice .invoice-wrapper .line-items .total .field {
          margin-bottom: 7px;
          font-size: 14px;
          color: #555; }
          #invoice .invoice-wrapper .line-items .total .field.grand-total {
            margin-top: 10px;
            font-size: 16px;
            font-weight: 500; }
            #invoice .invoice-wrapper .line-items .total .field.grand-total span {
              color: #20A720;
              font-size: 16px; }
          #invoice .invoice-wrapper .line-items .total .field span {
            display: inline-block;
            margin-left: 20px;
            min-width: 85px;
            color: #84868A;
            font-size: 15px; }
      #invoice .invoice-wrapper .line-items .print {
        margin-top: 50px;
        text-align: center; }
        #invoice .invoice-wrapper .line-items .print a {
          display: inline-block;
          border: 1px solid #9CB5D6;
          padding: 13px 13px;
          border-radius: 5px;
          color: #708DC0;
          font-size: 13px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #invoice .invoice-wrapper .line-items .print a:hover {
            text-decoration: none;
            border-color: #333;
            color: #333; }
          #invoice .invoice-wrapper .line-items .print a i {
            margin-right: 3px;
            font-size: 14px; }
  #invoice .footer {
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 12px;
    color: #969CAD; }


/*# sourceMappingURL=theme.css.map */


.method .delete {
  background-color: #FF5959 !important;
}

.api-structure
{
  display: block; 
  color: rgb(121, 183, 200); 
  margin-bottom: 15px;
}

.method h3 {
  margin-bottom: 5px !important;
}

small.required{
  color: #FF4040;
}
small.varies{
  color: #FF8D1D;
}
small.optional{
  color: #3CC300;
}

.api-data-field {
  color: #48484C;
  padding: 2px 4px;
  white-space: nowrap;
  background-color: #F7F7F9;
  border: 1px solid #E1E1E8;
  font-weight: 100;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 2.5px;
}

.xml .css {
  opacity: 1 !important;
}

div.info a{
  /*display: inline-block;*/
  width: 100%;
  text-decoration: none;
}

ul > li > ul > li > ul > li {
  padding-left: 20px;
  margin-bottom: 0px;
  margin-left:  0px;
}

ul > li > ul > li > ul > li:hover {
  margin-bottom: 0px !important;
  background: rgb(222, 234, 241) none repeat scroll 0% 0%;
}

ul > li  > ul > li > ul > li.active {
  margin-bottom: 0px !important;
  background: rgb(222, 234, 241) none repeat scroll 0% 0%;
}