/*!
 * Documenter 1.0
 *
 */
html
{
    background-color:#f5f5f5;color:#333333;
}
::-moz-selection
{
    background:#f69838;color:#ffffff;
}
::selection
{
    background:#f69838;color:#ffffff;
}
a
{
    color: #0f707b;
}
#ci_logo > img {
    margin: 14px;
}
.btn {
    border-radius:3px;
}
img {
    max-width: 100%;
}
.btn-primary 
{
    background-image: -moz-linear-gradient(top, #FFFFFF, #B56D00);
    background-image: -ms-linear-gradient(top, #FFFFFF, #B56D00);
    background-image: -webkit-gradient(linear, 0 0, 0 #FFFFFF, from(#BCBCBC), to(#B56D00));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #B56D00);
    background-image: -o-linear-gradient(top, #FFFFFF, #B56D00);
    background-image: linear-gradient(top, #FFFFFF, #B56D00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#B56D00', GradientType=0);
    border-color: #B56D00 #B56D00 #bfbfbf;
    color:#FFFFFF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] 
{
    border-color: #FFFFFF #FFFFFF #bfbfbf;
    background-color: #B56D00;
}
hr
{
    border-bottom:1px solid #D4D4D4;
    padding-top:10px;
}
#ci_sidebar, #ci_sidebar ul a
{
    background-color:#2c3e50;
}
#ci_sidebar ul a
{
    color:#2c3e50 ;
}
#ci_sidebar ul a:hover
{
    background: none repeat scroll 0 0 #ed193a;
    box-shadow: 2px 0 0 #ed193a inset;
}
#ci_sidebar ul li.active > a
{
    /*box-shadow: 2px 0 0 #f69838 inset;*/
    /*background: none repeat scroll 0 0 #21262d;*/
    
    box-shadow: 2px 0 0 #ed193a inset;
    background: none repeat scroll 0 0 #253444;
    color: #ed193a;
}
#documenter_copyright
{
    display:block !important;visibility:visible !important;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:sans-serif;
    vertical-align:baseline;
}
html {
    font-size:12px;
    -webkit-text-size-adjust:none;
    color:#6F6F6F;
    background-color:#ffffff;
}
body{
    min-height:100%;
    height:auto;
    width:100%;
    position:relative;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
footer, header, section {
    display:block;
}
a{ color:#6F6F6F; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:underline }
p, ul, ol{
    margin:18px 0;
    line-height:1.5em;
    font-size:14px;
}
li{
    list-style:none;
}
li.placeholder{
    height:70px;
    width:100%;
    font-size:16px;
}
hr { 
    display:block;
    height:0px;
    line-height:0px;
    border:0;
    margin:16px 0;
    padding:0;
    clear:both;
    float:none;
}
hr.notop{
    margin-top:0;
    margin-bottom: 0;
}
strong{
    font-weight:700;
}
#documenter_buttons{
    position:absolute;
    right:10px;
    margin-top:-30px;
}
.btn{
    cursor:pointer;
    width:auto;
    padding:7px 7px 8px;
    border-radius:3px;
    border:1px solid #ccc;
}
.btn:hover{
    border:1px solid #B1B4B0;
    box-shadow:0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);
    text-decoration:none;
}
.btn:active{
    border:1px solid #B1B4B0;
    box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0px 2px 2px rgba(0,0,0,0.1);
    background-color:#eee;
}
.header-logo-block {
    float: left;
    position: relative;
    width:25%;
}
.header-buttons-block {
    float: left;
    position: relative;
    width:75%;
    height: 80px;
    display: table;
}
.header-buttons-block .header-buttons-block-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.header-buttons-block .header-buttons-block-inner .header-buttons-block-inner-content {
    float: right;
}

.header-buttons-block .header-buttons-block-inner .header-btn , 
.header-buttons-block .header-buttons-block-inner .header-btn:active , 
.header-buttons-block .header-buttons-block-inner .header-btn:focus {
    display: inline-block;
    line-height: 28px;
    height: 30px;
    color: #2c3e50;
    padding: 0 15px;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: none;
    outline: none;
    text-align: center;
	font-weight: 600;
}
.header-buttons-block .header-buttons-block-inner .header-btn:hover {
    background: #1D2127;
    color: #ffffff;
}
.header-buttons-block .header-buttons-block-inner .header-buttons-block-inner-content .navbar {
    margin: 0;
    background: none;
    height: auto;
    border: none;
    min-height:30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #1d2127;
}
.navbar-toggle {
    background-color: #1d2127;
    background-image: none;
    border: 1px solid #1d2127;
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1d2127;
    color: #ffffff;
}
.top-header {
    z-index: 1020;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
	border-bottom: 2px solid #2c3e50;
    padding: 0 ;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.active-top {
    left: 255px !important;
}
.top-content {
    height: 70px;
    float: left;
    width: 100%;
    display: table;
}
.top-content .cus-btn {
    background: none repeat scroll 0 0 #f69838;
    color: #ffffff;
    float: right;
    margin: 20px 0 20px 10px;
    padding: 6px 10px;
}
.top-content .cus-btn {
    text-decoration: none;
}
.top-content p {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
}
.top-content p a {
    color: #f69838;
}
.content-inner {
    display: block;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
}
.content-header {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 1001;
    background: none repeat scroll 0 0 #1D2127;
    border-bottom: medium none;
    box-shadow: 1px 3px 0 1px #cccccc;
    height: 50px;
    padding: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.active-header {
    left: 255px !important;
}
.content-header h2 {
    border-bottom: 4px solid #f69838;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 30px;
    padding: 10px 15px;
}
#ci_sidebar .sidebar-title {
    color: #777777;
    height: 50px;
    position: relative;
}
#ci_sidebar .sidebar-title .sidebar-title-txt {
    color: #abb4be;
    font-size: 20px;
    padding: 12px 15px 15px 25px;
}
#ci-content-main {
    transition: all 0.3s ease-in 0s;
    margin-left: 0;
    z-index: 1;
}
#ci_content{
    height: auto;
    margin-left: 0;
    min-height: 100%;
    right: 0;
    z-index: 1;
    padding: 0 40px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.active_content {
    margin-left: 255px !important;
}
.active_menu {
    width: 255px !important;
}
#ci_sidebar {
    background: none repeat scroll 0 0 #2c3e50;
    color: #777777;
    display: table-cell;
    padding-top: 3px;
    position: fixed;
    vertical-align: top;
    z-index: 1010;
    height: 100%;
    width: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
li.tab-heading {
    text-transform: uppercase;
    color: rgb(255, 255, 255) ! important;
    padding-top: 20px ! important;
    padding-bottom: 20px ! important;
    line-height: 2px;
    font-weight: 600;
    padding-left: 20px !important;
}
#ci_sidebar a{
    position:relative;
    z-index:0;
}
img{
    border:0;
}
#documenter_copyright{
    position:absolute;
    bottom:10px;
    font-size:10px;
    right:15px;
    width:200px;
    text-align:right;
    z-index:1
}
noscript{
    display:block;
    position:absolute;
    top:238px;
    margin:0 auto;
    width:800px;
    bottom:0;
    z-index:20;
}
noscript p{
    width:800px;
    font-size:20px;
    padding-top:20px;
    margin:0 auto;
    color:#4D4D4D;
}
.small{
    font-size:10px;
    letter-spacing:0;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/
#ci_nav_cover {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#ci_sidebar #ci_logo{
    display:block;
    height:70px;
    min-height:70px;
    width:250px;
    background-position:center center;
    background-repeat:no-repeat;
    text-align: center;
    padding-top:5px;
}
#ci_sidebar ul{
    font-size:12px;
    font-weight:normal;
    min-height:150px;
    height:100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}
#sidebar-btn {
    background: none repeat scroll 0 0 #1d2127;
    border-radius: 0 7px 7px 0;
    color: #abb4be;
    font-size: 18px;
    height: 40px;
    left: 0;
    padding: 7px 5px;
    position: fixed;
    text-align: center;
    top: 200px;
    width: 37px;
    z-index: 99;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
}
.act-sidebar {
    left: 252px !important;
}
#ci_sidebar ul li{
    text-align:left;
    padding:0;
}
#ci_sidebar ul a {
    color: #A5AEB0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 25px;
    outline: none;
    text-decoration: none;
}
#ci_sidebar ul a > i {
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 15px;
}
#ci_sidebar ul a:hover{
    background: #253444;
}
#ci_sidebar ul a:hover,#ci_sidebar ul a.current{
    -webkit-text-shadow:none;
    -moz-text-shadow:none;
    text-shadow:none;
    text-decoration:none;
}
#ci_sidebar ul li ul {
    border-top:0;
    height:0;
    overflow:hidden;
    margin:0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    min-height: 0;
}
.tog-content {
    height: auto !important;
}
.tog-tab .caret {
    position: absolute;
    right: 25px;
    top: 23px;
    vertical-align: middle;
}
#ci_sidebar ul li ul li a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 15px 8px 50px;
    text-align: left;
}

/*----------------------------------------------------------------------*/
/* Content*/
/*----------------------------------------------------------------------*/

#documenter_cover{
    position:relative;
    height:800px;
    padding-top:100px;
}
#documenter_cover li{
    list-style:none !important;
    margin-left:0 !important;
}
#documenter_cover p{
    width:500px;
}
#ci_content section{
    padding-top:0px;
}
#ci_content h1{
    font-size:30px;
    font-weight:normal;
    font-family: 'cabin';
    margin: 40px 0 20px;
}
#ci_content h2{
    font-size:20px;
    margin-bottom:18px;
    font-weight:normal;
    color: #ffffff;
}
.panel-heading {
    border-top: 3px solid #171717 !important;
    border-radius: 3px;
}
.custom-panel {
    border-top: none !important;
    border-left: 3px solid #171717 !important;
    border-radius: 3px;
    padding: 0;
}
.custom-panel h4 > a {
    padding: 15px 15px;
    display: block;
    outline: none;
}
.custom-panel h4 > a {
    text-decoration: none;
    outline: none;
}
#ci_content h3{
    font-size:20px;
    margin:4px 0;
    font-weight:normal;
    color: #1D2127;
}
#ci_content h3.sub_h3 {
    color: #4e4e4e;
    font-size: 23px;
}
#ci_content h4 {
    font-size:14px;
    margin: 0;
    font-weight:normal;
}
#ci_content h5{
    font-size:16px;
    margin:18px 0;
    font-weight:normal;
}
#ci_content h6{
    font-size:14px;
    margin:18px 0;
    font-weight:normal;
}
#ci_content p{
    margin:18px 0;
}
#ci_content ol li{
    list-style:none;
    margin:5px 5px 5px 36px;
}
#ci_content ul li{
    list-style:disc;
    margin:5px 5px 5px 36px;
}
.files_structure > li, .files_structure  li {
    list-style: outside none none !important;
}
#ci_content dl{
}
#ci_content dl dt{
    padding-top:12px;
    font-weight:700;
    font-size:14px;
}
#ci_content dl dd{
    padding-top:3px;
    margin-left:18px;
}
#ci_content table{
    border-collapse:collapse;
}
#ci_content table th{
    font-weight:700;
}
#ci_content table th, #ci_content table td{
    padding:3px;
    text-align:left;
}
#ci_content code{
    font-family:"Courier New", Courier, monospace;
    font-size:12px;
}
#ci_content .warning{
    padding:10px 10px 10px 30px;
    border:1px solid #D5D458;
    background-color:#F0FEB1;
    background-image:url(img/warning.png);
    background-repeat:no-repeat;
    background-position: 8px 11px;
}
#ci_content .info{
    padding:10px 10px 10px 30px;
    border:1px solid #6AB3FF;
    background-color:#A3D0FF;
    background-image:url(img/info.png);
    background-repeat:no-repeat;
    background-position: 8px 11px;
}
#ci_content div.alert {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#ci_content div.alert-success,#ci_content  div.alert-success div.alert-heading {
    color: #468847;
}
#ci_content div.alert-danger,#ci_content  div.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}
#ci_content div.alert-danger,
#ci_content div.alert-error,
#ci_content div.alert-danger div.alert-heading,
#ci_content div.alert-error div.alert-heading {
    color: #b94a48;
}
#ci_content div.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#ci_content div.alert-info,#ci_content  div.alert-info div.alert-heading {
    color: #3a87ad;
}
#ci_content div.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
#ci_content div.alert-block > p,#ci_content  div.alert-block > ul {
    margin-bottom: 0;
}
#ci_content div.alert-block p + p {
    margin-top: 5px;
}
#slider_features hr.notop {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
#slider_features img{
    width: 300px;
    margin-top: 18px;
}
#ci_content .section_sub_title h3{
    color: #3698DB;
    font-size: 22px;
}
.image_with_padding{
    background-color: #dddddd;
    border: 1px solid #dddddd;
    padding: 5px;  
}
.ext-logo {
    padding: 20px 0 0;
}
.b-words {
    word-wrap: break-word;
}
.tab-desktop {
    display: block !important;
}
.tab-mobile {
    display: none !important;
}
ul.ul-table li:nth-child(2n+1) {
    background-color: hsl(0, 0%, 97%);
}
ul.ul-table li {
    list-style: none !important;
    border-top: 1px solid hsl(0, 0%, 87%);
    font-size: 13px;
    margin-bottom: 0 !important;
    padding: 4px 7px;
    margin: 0 !important;
}

.list-style-none > li {
	list-style: none !important;
}


/*----------------------------------------------------------------------*/
/* Print Styles*/
/*----------------------------------------------------------------------*/

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
    hr { border-top:1px solid #000 !important;border-bottom:0 !important; }

    #ci_sidebar{
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        box-shadow:none;
        position:absolute;
        left:10px;
        top:0;
        width:100%;
        margin-top:500px;
    }
    #ci_sidebar ul:before { content: "Table of Contents"; }

    #ci_sidebar ul{
        border:0 !important;
    }
    #ci_sidebar ul li{
        border:0 !important;
        text-align:left;
    }
    #ci_sidebar ul li a{
        border:0 !important;
        text-align:left;
        padding:4px;
    }
    #ci_sidebar ul li a:hover{
        border:0 !important;
    }
    #ci_sidebar #ci_logo{
        display:none;
    }
    #ci_sidebar #documenter_copyright{
        display:none;
    }
    #ci_content{
        left:10px;
    }
    #documenter_cover{
        margin-bottom:300px;
    }
    #ci_content .warning{
        background-image:url(img/warning.png) !important;
        background-repeat:no-repeat !important;
        background-position: 8px 11px !important;
    }
    #ci_content .info{
        background-image:url(img/info.png) !important;
        background-repeat:no-repeat !important;
        background-position: 8px 11px !important;
    }
}
@media (max-width: 1140px) {
    .header-buttons-block .header-buttons-block-inner {
        padding: 7px 10px 0;
    }
    .header-logo-block {
        width: 28%;
    }
    .header-buttons-block {
        width: 72%;
    }
    .header-buttons-block .header-buttons-block-inner .header-btn {
        margin-bottom: 7px;
    }
}
@media (max-width: 900px) {
    .content-header h2 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .tab-mobile {
        display: block !important;
    }
    .tab-desktop {
        display: none !important;
    }
    .header-logo-block {
        width: 65%;
    }
    .header-buttons-block {
        width: 35%;
    }
    .header-buttons-block .header-buttons-block-inner {
        padding: 0 10px 0;
    }
    #ci_nav_cover #ci_nav > li > a > span {
        display: none;
    }
    #ci_nav_cover #ci_nav > li > a > i {
        font-size: 24px;
    }
    #ci_nav_cover #ci_nav li.tab-heading {
        display: none;
    }
    #ci_sidebar .sidebar-title {
        display: none;
    }
    #ci_sidebar ul a {
        padding: 20px;
    }
    .active_menu {
        width: 70px !important;
    }
    #ci_sidebar ul a > i {
        margin-right: 0;
        width: 25px;
    }
    .active_content {
        margin-left: 70px !important;
    }
    .active-top {
        left: 70px !important;
    }
    .act-sidebar {
        left: 70px !important;
    }
    .active-header {
        left: 70px !important;
    }
    .content-header {
        height: auto;
        box-shadow: none;
        text-align: center;
    }
    .content-header h2 {
        display: block;        
    }
    #top-header-btns {
        position: absolute;
        right: 10px;
        width: 250px;
        background: #ffffff;
        border: 1px solid #dddddd;
        z-index: 9999;
    }
    .header-buttons-block .header-buttons-block-inner a.header-btn {
        margin: 0;
        padding: 3px 15px;
        height: auto;
        background: #ffffff;
        color: #1D2127;
        display: block;
        text-align: left;
    }
    .header-buttons-block .header-buttons-block-inner a.header-btn:hover {
        background: #ffffff;
        color: #f69838;
    }
    .header-logo-block #ci_logo {
        display: block;
        float: left;
        margin: 15px 10px;
        width: 125px;
    }
    #ci_logo > img {
        margin: 0;
    }
    .tog-tab .caret {
        display: none !important;
    }
    #ci_sidebar ul li ul {
        display: none !important;
    }
}
@media (max-width: 639px) {
    .content-header h2  {
        font-size: 14px;
        padding: 10px;
        line-height: 20px;
    }
    #ci_content h3 {
        line-height: 24px;
        margin: 0;
        font-size: 16px;
    }
    p, ul, ol, #ci_content h4 {
        font-size: 13px;    
    }
    #ci_content p {
        margin: 10px 0;
    }
}
@media (max-width: 500px) {
    .top-header , .header-buttons-block {
        height: 70px;
    }
    .content-header {
        top: 70px;
    }
    .header-logo-block #ci_logo {
        margin: 10px;
    }
}
.panel-part{
	border-bottom: 2px solid #ccc;
}
.screen-shot-center{
	margin: 10px 0;
    text-align: center;
}
.screen-shot{
	margin: 10px 0;
}
