html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: Calibri;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9;
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    background: #F3F3F3;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 0px 0px;
    border: 3px solid #ffffff;
}

    .help-page-table th {
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        padding: 5px 6px 5px 6px;
    }

    .help-page-table td {
        border-bottom: 1px solid #ffffff;
        padding: 10px 8px 10px 8px;
        vertical-align: top;
    }

    .help-page-table pre,
    .help-page-table p {
        margin: 0px;
        padding: 0px;
        font-family: inherit;
        font-size: 100%;
    }



.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    border: 2px solid #ffffff;
    background: #00497E;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #ffffff;
    margin: 0px 0px 10px 0px;
}

.help-page .api-type {
    width: 30px;
}

.help-page .api-name {
    width: 45%;
}

.help-page .api-documentation {
    width: 50%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
    line-height: normal;
    margin: 0;
}

section {
    margin-top: -15px;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

#body.help-page {
    font-size: 14px;
    font-family: calibri !important;
    line-height: 143%;
    color: #333;
}

.help-page a {
    font-family: calibri;
    color: #2f4f4f;
    text-decoration: none;
}


header.help-page {
    background-color: #007ac3;
    color: white;
    padding: 10px;
}


#body.help-page {
    padding: 5px 5px 5px 5px;
}

/*.help-page-table th {
    font-size: 16px;
    background-color: #409cd2;
    color: white;
}*/
.help-page-table th {
    font-size: 16px;
    background-color: #bbd6ef;
    color: #737373;
}

.help-page h2, .help-page .h2, .help-page h3, .help-page .h3 {
    color: #696969 !important;
    font-weight: normal;
}

/* Prakriti Work */

tr.get {
    font-size: 14px;
    background: rgba(97,175,254,.1);
    color: #3b4151;
}

tr.post {
    font-size: 14px;
    background: rgba(73, 204, 144, 0.1);
    color: #3b4151;
}

tr.put {
    font-size: 14px;
    background: rgb(255, 245, 234);
    color: #3b4151;
}

tr.delete {
    font-size: 14px;
    background: rgba(249,62,62,.1);
    color: #3b4151;
}

.body {
    margin: 0px !important;
}

.api_name_css_get {
    border-radius: 3px;
    padding: 3px 23.5px;
    border: 1px solid #61affe;
    font-size: 14px;
    background: #61affe;
    color: #ffffff;
}

.api_name_css_post {
    border-radius: 3px;
    padding: 3px 20px;
    border: 1px solid #49cc90;
    font-size: 14px;
    background: #49cc90;
    color: #ffffff;
}

.api_name_css_put {
    border-radius: 3px;
    padding: 3px 23px;
    border: 1px solid #fca130;
    font-size: 14px;
    background: #fca130;
    color: #ffffff;
}

.api_name_css_delete {
    border-radius: 3px;
    padding: 3px 14px;
    border: 1px solid #fb6060;
    font-size: 14px;
    background: #fb6060;
    color: #ffffff;
}

.api_desc {
    font-size: 23px;
    padding-top: 12px;
}

.expand_collaps_buttons_css {
    border-radius: 3px;
    padding: 3px 23.5px;
    border: 1px solid #737373;
    font-size: 14px;
    background: #737373;
    color: #ffffff;
    cursor: pointer;
    margin-right: 10px;
}

.expand_collaps_buttons {
    margin-top: -53px;
    float: right;
}

.controller_name {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    color: #023852 !important;
}

.controller_name_div {
    padding: 10px 20px 0px 3px;
    background-color: #ffffff;
    transition: all .2s;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.request_info {
    color: #696969 !important;
    font-size: 20px;
    padding-top: 20px;
    text-decoration: underline
}
/*----------------------------------------------------------
The base color for this template is gray. If you'd like
to use a different color start by replacing all instances of
gray with your new color.
Previous: #5c87b2
----------------------------------------------------------*/
body {
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    margin-top: 30px !important;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.margin_left31 {
    margin-left: 31px !important;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 386px;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 0.2em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 280px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Darshit Work*/

.divLoaded.get .help-page-table th {
    background-color: #61affe;
    color: white;
}

.divLoaded.get .help-page-table {
    background-color: white;
}

.divLoaded.put .help-page-table th {
    background-color: #fca130;
    color: white;
}

.divLoaded.put .help-page-table {
    background-color: white;
}

.divLoaded.post .help-page-table th {
    background-color: #49cc90;
    color: white;
}

.divLoaded.post .help-page-table {
    background-color: white;
}

.divLoaded.delete .help-page-table th {
    background-color: #fb6060;
    color: white;
}

.divLoaded.delete .help-page-table {
    background-color: white;
}

.divLoaded {
    padding: 12px;
}


    .divLoaded.get {
        /*background: #f4f6f7 none repeat scroll 0 0;
    border: 10px solid #d6e7f1 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
        background: rgba(97,175,254,.1);
        border-bottom: 15px solid #ffffff;
    }

    .divLoaded.post {
        /*background: #f6ffe5 none repeat scroll 0 0;
    border: 10px solid #daf1af !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
        background: rgba(73, 204, 144, 0.1);
        border-bottom: 15px solid #ffffff;
    }

    .divLoaded.put {
        /*background: #fff5e8 none repeat scroll 0 0;
    border: 10px solid #f9dfb7 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
        background: rgb(255, 245, 234);
        border-bottom: 15px solid #ffffff;
    }

    .divLoaded.delete {
        /*background: #ffe9e9 none repeat scroll 0 0;
    border: 10px solid #ffc5c5 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
        background: rgba(249,62,62,.1);
        border-bottom: 15px solid #ffffff;
    }

a.hasChildTable {
    color: #1c85b9 !important;
    font-style: italic;
    text-decoration: underline !important;
}

tr.trApi {
    cursor: pointer;
}

tr.childTableLink {
    cursor: pointer;
    /*background: #fafcfd;*/
}

h4.media_type {
    width: 160px;
    cursor: pointer;
}

h2.media_type {
    cursor: pointer;
    background: #ebecec;
    color: #585858 !important;
    margin-bottom: 0px !important;
}


.panel-heading {
    padding: 0;
}

    .panel-heading h4, .panel-heading h2 {
        padding: 12px 12px 12px 15px;
        display: inline-block;
        width: 98%;
        /*background-color: #EE556C;*/
        color: #ffffff;
        position: relative;
        text-decoration: none;
    }

        .panel-heading h4:after, .panel-heading h2:after {
            font-family: "FontAwesome";
            content: "\f147";
            position: absolute;
            right: 20px;
            font-size: 17px;
            font-weight: 400;
            top: 50%;
            line-height: 1;
            margin-top: -10px;
        }

        .panel-heading h4.collapsed:after, .panel-heading h2.collapsed:after {
            content: "\f196";
        }

.divLoaded.get .panel-heading h4 {
    background-color: #61affe;
}

.divLoaded.post .panel-heading h4 {
    background-color: #49cc90;
}

.divLoaded.put .panel-heading h4 {
    background-color: #fca130;
}

.divLoaded.delete .panel-heading h4 {
    background-color: #fb6060;
}

.divLoaded.get .help-page-table td {
    border-bottom: 1px solid rgba(97,175,254,.1);
}

.divLoaded.post .help-page-table td {
    border-bottom: 1px solid rgba(73, 204, 144, 0.1);
}

.divLoaded.put .help-page-table td {
    border-bottom: 1px solid rgb(255, 245, 234);
}

.divLoaded.delete .help-page-table td {
    border-bottom: 1px solid rgba(249,62,62,.1);
}

.divLoaded.get .help-page-table {
    border: 2px solid #61affe;
}

.divLoaded.post .help-page-table {
    border: 2px solid #49cc90;
}

.divLoaded.put .help-page-table {
    border: 2px solid #fca130;
}

.divLoaded.delete .help-page-table {
    border: 2px solid #fb6060;
}
