/* Author: Frittt Templates
   URI: http://www.frittt.com
*/
.btn-translate {
    background: #FFFFFF !important;
    padding: 5px;
    float: right;
    color: #000 !important;
}
select {
    float: right;
    padding: 10px;

}
.skiptranslate  {
    text-align: right;
    padding: 10px;
    color: #fff !important
}
.skiptranslate span {
    padding: 5px;
}
html, body {
    padding: 0px;
    margin:0px;
}
.docs-content,.docs-nav {
    font-family: calibri;
}

.field-name {
    color: #F51F1F
}
.highlight {
    color: #000;
    background: #FFEA01
}
.doc-header, 
.doc-content ul li,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*
    font-family: "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif; 
    */font-weight: 300;
    font-size: 18px;
}


.doc-header, 
doc-content ul li {
    line-height: 2;
    color: #444;
    background: #ededed;
}

img, iframe {
    max-width: 100%;
}

iframe {
    max-height: 100%;
}

img {
    height:auto;
}

pre {
    background: #fff;
    padding: 5px;
}

.btn {background:#135571;color:#fff;

        -webkit-transition: all 250ms;
        -moz-transition: all 250ms;
        -o-transition: all  250ms;
        transition: all  250ms;
        
        }
        
.btn:hover {background:#333; }

.btn-download { border-radius:0 4px 0 0; font-weight:bold; width: 25px;  overflow: hidden;}

.btn-download  img {  width: 25px;
  float: left;
  margin-top: 18px;
  margin-right: 15px
  }
 
.btn-download:hover { width:165px;} 

iframe {
    border: 0 !important;
}

.doc-header {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 95%;
    max-width: 650px;
    position: relative;
}

strong, dt, h3, h4 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
/*remove*/

h1,
h2,
h3 {
    line-height: 40px;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

hr {
    background: #EEE;
    border: 0;
    height: 1px;
    margin: 40px 0 40px;
}

blockquote {
    margin: 1em 0;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    text-align: left;
}

dt {
}

dd {
    padding: 0;
    margin: 0 0 25px 0;
}

a {
    -webkit-transition: all ease 150ms;
    -moz-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    text-decoration: none;
    color: #ef6c00;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #47b5e2;
}

/* Header Styles */

.doc-header {
    padding: 2em 0 2em 0; 
    
    background: #ef6c00; 
    color: #fff;
}


h1 {
    margin: 0;
    padding: 0;
    float: left;
}

header h2 {
    margin: 0 0 1em 0;
}

header h2.lone-header {
    margin: 0;
}

footer {
    text-align: center;
    padding: 1.5em 0;
    background:#fff;
    border-radius:0 0 4px 4px;
}

footer p {
    margin: 0;
    color: #999;
}

.pull-right{ float:right;}
.pull-left { float:left; }

/* Navigation Styles */
.web-nav {
    background: #fff;
    padding: 0;
    min-height: 60px;
    border-radius: 5px 5px 0 0;
}

.web-nav ul, .web-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.web-nav a {
    padding: 0 1em;
    text-decoration:none !important;
    font-size: .9em;
    height: 60px;
    line-height: 60px;
    display: block;
}

.web-nav h1 a {
    padding: 7px 1em;
    height: 46px;
    line-height: 0;
    height: 45px;
    line-height: 60px;
    color: #000;
}

.web-nav h1 a img {   margin-right: 10px;
  float: left;
  margin-top: 9px;
  }
  
 .web-nav h1 a  span {  float: left;
  margin-top: -5px;}

.web-nav a:active {
    color: #fff;
    cursor: default;  
}



.web-nav ul.site {
    padding: 20px 0 0 0;
}

.web-nav #menu {
    overflow: hidden;
    max-height: 0;
    clear: left;
}


.web-nav #menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    padding: 0 16px;
}


@media only screen and (min-width: 680px) {
    .web-nav, .web-nav #menu {
        height: 60px !important;
    }

    .web-nav li, .web-nav a {
        float: left;
    }


    .web-nav ul.site {
        float: left;
        padding: 0;
        clear: none;
    }

    .web-nav ul.site li {
        margin: 0 0 0 10px;
    }

    .web-nav #menu-toggle {
        display: none !important;
    }

    .web-nav #menu {
        max-height: 9999px;
        clear: none;
    }
}

/* Content Styles */
.doc-content { padding: 1em 0 3em; text-align: center; }
.doc-content.vibrant { background: #222; color: #fff; }
.doc-content.vibrant h4{  
  line-height: 2;
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  }

.web-nav:before, 
.web-nav:after, 
header:before, 
header:after, 
.doc-content:before, 
.doc-content:after {
    content: " ";
    display: table;
}

.web-nav:after, header:after, section:after  { clear: both; }
.web-nav, header, section { *zoom: 1; }



/* Form Styles */
input {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;

       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

input:focus {
    border-color: #007eb2;
    outline: 0;
}

.docs-nav {
    background-color: #f5f5f5;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 15px 20px;
    font-size: 0.97em;
}

.docs-nav a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    border-right: 2px solid transparent;
}

@media only screen and (min-width: 400px) {

}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 960px) {
        .docs-nav {
        position: absolute;
        top: 0;
        width: 300px;

        -webkit-transition: top linear 50ms;
        -moz-transition: top linear 50ms;
        -o-transition: top linear 50ms;
        transition: top linear 50ms;
    }

    .docs-nav.fixed {
        position: fixed;
        top: 49px;
        width: 300px;
    }

    .docs-nav a:hover {
        background: #26ABE2;
		color:#fff;
    }

    .docs-nav a:active, 
    .docs-nav .active {
        background: #26ABE2;
		color:#fff;
        border-right: 2px solid #ccc;
    }

    .docs-nav .separator {
        height: 20px;
    }

    .docs-content {
        padding-left: 400px;
    }

    .container {
        max-width: 1000px;
        padding: 0 20px;
    }

    .doc-content { padding: 3em 0; text-align: left;   background: #fff;}
    .doc-content.centered {
        text-align: center;
    }

    input {
        display: inline-block;
    }



}

