/*******************************************************************************
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/

@import url(pygment_trac.css);

/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
/* +AK */
html, body { 
	/*-AK */    
	/*height: 100%; */
	min-width: 990px;
    min-height:101%;
	}
/* -AK */
/*ol, ul {list-style: none;} */

header
{
    height:65px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*******************************************************************************
Theme Styles
*******************************************************************************/


body {
  /*box-sizing: border-box;*/
  color:#373737;
  background: #F2F2F2;
  font-size: 16px;
  font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  /* -AK line-height: 1.5;*/
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 700;
  color: rgb(49, 126, 172) ; /* #222222*/
  font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  padding-bottom: 10px;
  font-size: 32px;
  background: url('../images/bg_hr.png') repeat-x bottom;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 10px 0 15px 0;
  /*line-height: 20px;*/
}

/*footer p {
  color: #f2f2f2;
}*/

a {
  text-decoration: none;
  color: #007edf;
  text-shadow: none;

  transition: color 0.5s ease;
  transition: text-shadow 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: color 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -o-transition: color 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  -ms-transition: color 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
}

a.main-logo {
	font-family: Arial,Helvetica,sans-serif;
    /*display: block;
    margin: 0 auto;
    text-align: center;*/
	display: inline-block;
	float: left;
    border:0 none !important;
    background: transparent !important;
    outline: none;
    border-style: none;
    
}

.noborder {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:5px;
    margin-left:5px;
    height:55px;
    width:55px;
    box-shadow:none;
}

.nobordermin {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:12px;
    margin-left:5px;
    height:45px;
    width:45px;
    box-shadow:none;
}

.nobordermiddle {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:10px;
    margin-left:5px;
    height:48px;
    width:45px;
    box-shadow:none;
}

.nobordermin_tree {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:12px;
    margin-left:5px;
    height:40px;
    width:40px;
    box-shadow:none;
}

.nobordermin_tree2 {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:15px;
    margin-left:5px;
    height:35px;
    width:35px;
    box-shadow:none;
}

.nobordermin_tree3 {
    border: none !important;
    border-style: none;
    background: transparent !important;
    margin-top:18px;
    margin-left:5px;
    height:30px;
    width:30px;
    box-shadow:none;
}

/*.tagline {
    float: right;
    text-align: right;
    font-style: italic;
    ?width: 100px;
    margin: 58px 12px 12px;
}*/

a:hover, a:focus {text-decoration: underline;}

footer a {
  /*color: #F2F2F2;*/
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  padding: 5px;
  margin: 5px 0 10px 0;
  border: 1px solid #ebebeb;

  box-shadow: 0 0 5px #ebebeb;
  -webkit-box-shadow: 0 0 5px #ebebeb;
  -moz-box-shadow: 0 0 5px #ebebeb;
  -o-box-shadow: 0 0 5px #ebebeb;
  -ms-box-shadow: 0 0 5px #ebebeb;
}

p img {
  display: block;
  margin: 0;
  padding: 5px 10px 0 0;
  vertical-align: middle;
  text-align: center;
  border: none;
}

pre, code {
  width: 100%;
  color: #222;
  background-color: #fff;

  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 14px;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

pre {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  overflow: auto;
}

code {
  padding: 3px;
  margin: 0 3px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

pre code {
  display: block;
  box-shadow: none;
}

blockquote {
  color: #666;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #bbb;
}


ul, ol, dl {
  margin-bottom: 15px
}

ul {
  list-style: inside;
  padding-left: 20px;
}

ol {
  list-style: decimal inside;
  padding-left: 20px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  padding-left: 20px;
  font-style: italic;
}

dl p {
  padding-left: 20px;
  font-style: italic;
}

hr {
  height: 1px;
  margin-bottom: 0px;
  border: none;
  background: url('../images/bg_hr.png') repeat-x center;
}

table {
 
  margin-bottom: 20px;
  text-align: left;
 }

th {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px;
  background: #373737;
  color: #fff;
 }

td {
  padding: 10px;
 
 }

form {
  background: #f2f2f2;
  padding: 20px;
}

/*******************************************************************************
Full-Width Styles
*******************************************************************************/

.outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innertop {
  color: #fff;
}

.inner {
  position: relative;
  /*max-width: 640px;*/
  padding: 20px 10px;
  margin: 0 auto;
}

#forkme_banner {
  display:    block;
  position:  relative;
  top: 0px;  /*-42-49px-21px;*/
  float:right;
  /*right: -88px;  10px AK*/
  /*bottom:  0px; -нельзя */
  z-index: 10;
  padding: 10px 50px 10px 10px;
  color: #fff;
  background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}


#HotLog {
  display:    block;
  position:  relative;
  top: 0px; /*-49px*/
  float:right;
  right: 0px;  /*10px AK*/
  /*bottom:  0px; -нельзя */
  z-index: 10;
}

#myImage {
    /*zoom: 4;

    display: block;
    margin: auto;

    height: auto;
    max-height: 100%;*/
    /* position: absolute; top:10; left: 10;*/
    display:block; overflow:hidden;
    height: auto;
    max-width: 100%;
  
    /*min-width: 100%;
    width: 100%;*/
}

#content {
    width: 990px;
    margin: 0px auto;
}

#forkme_banner_wrap
{
  display: block;
  position: absolute;
  bottom:0px;
  right: 0px; 
}

/*#header_wrap 
{
  background: #0090ff;
  background: -moz-linear-gradient(top, #373737, #0090ff);
  background: -webkit-linear-gradient(top, #373737, #0090ff);
  background: -ms-linear-gradient(top, #373737, #0090ff);
  background: -o-linear-gradient(top, #373737, #0090ff);
  background: linear-gradient(top, #373737, #0090ff);
}*/

#header_wrap .inner {
  padding: 50px 10px 30px 10px;
}

#project_title {
  margin: 0;
  margin-left:15px;
  color: #fff;
  font-size: 42px;
  font-style:italic;
  font-weight: 700;
  text-shadow: #111 0px 0px 10px;
  text-align : left;
  float:left;
}

#project_title3
{
   margin-left:25px;
   margin-top:10px;
   float:left;
}

#project_title4
{
   margin-top:10px;
   margin-right:15px;
   text-align : right;  
   font-size: 42px;
   font-style:italic;
   float:right;
}

#project_title2 {
  margin: 0;
  margin-right:15px;
  color: #fff;
  font-size: 42px;
  font-style:italic;
  font-weight: 700;
  text-shadow: #111 0px 0px 10px;
  text-align : right;  
    -ms-transform: skewX(25deg); /* IE 9 */
    -webkit-transform: skewX(25deg); /* Safari */
    transform: skewX(25deg); /* Standard syntax */
  /*float:right; */
}

#project_tagline {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background: none;
  text-shadow: #111 0px 0px 10px;
}

#downloads {
  position: absolute;
  width: 210px;
  z-index: 10;
  bottom: -40px;
  right: 0;
  height: 70px;
  background: url('../images/icon_download.png') no-repeat 0% 90%;
}

.imageinp
{
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


.liin
{
     padding-left:15px;
}

.licontent
{
     padding-left:15px;
     font-family: sans-serif;
     font-size: 85%;
}

.licontent2
{
     padding-left:30px;
     font-family: sans-serif;
     font-size: 85%;
}

.licontent3
{
     padding-left:45px;
     font-family: sans-serif;
     font-size: 85%;
}

.zip_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/sprite_download.png) no-repeat bottom left;
}

.tar_download_link {
  display: block;
  float: right;
  width: 90px;
  height:70px;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/sprite_download.png) no-repeat bottom right;
  margin-left: 10px;
}

.zip_download_link:hover {
  background: url(../images/sprite_download.png) no-repeat top left;
}

.tar_download_link:hover {
  background: url(../images/sprite_download.png) no-repeat top right;
}

.nopadding img
{
  padding: 0px;    
  margin-top: 10px;
}

.links
{
	line-height: 12px; /*104%*/
}

.links span
{
	color: #e53a5e;
	background-color: inherit;	
}

#leftColumn {
    background: #f2f2f2;
    width: 182px; /*182px 162px*/
    float: left;
    /*border: 1px solid rgb(0, 106, 187);
    border-radius: 4px;*/
    padding: 10px;
    font-size: 90%;
}

#main_content_wrap-tab {
  background: #f2f2f2;
  /* width: 626px; */
  
  /*+AK*/
  /*min-height: 640px;
  min-height: 100%;
	height: auto !important;
	height: 100%;*/
	padding: 10px;
	margin: 0 auto ; /* -100px the bottom margin is the negative value of the footer's height */
}

#main_content_screens_wrap-tab
{
      background: #f2f2f2;
      padding: 10px;
	  margin: 0 auto ; /* -100px the bottom margin is the negative value of the footer's height */

}
/*+AK аналогично с #main_content_wrap-tab  по цвету*/
#wordsbrowser-tab, #planefiledistributor-tab, #projecttasktree-tab
{
    background: #f2f2f2;
}
/* -100px the bottom margin is the negative value of the footer's height */

#main_content_screens_wrap {
  background: #f2f2f2;
  /*width: 626px;*/
  
  /*+AK*/
  /*min-height: 640px;
  min-height: 100%;
	height: auto !important;
	height: 100%;*/
	padding: 10px;
	margin: 0 auto ; /* -100px the bottom margin is the negative value of the footer's height */
}


#main_content {
  padding-top: 0px;
  padding-bottom: 40px;
}

 /* +AK 
footer
{ height: 100px; /* '.push' must be the same height as 'footer' }*/ 

#footer_wrap {
  /*background: #0090ff;*/
  /* +AK 
  /*margin: 0px;
  padding: 0px;*/ 
  padding: 20px 10px;
  clear: both;
  /*background: -moz-linear-gradient(bottom, #373737, #0090ff);
  background: -webkit-linear-gradient(bottom, #373737, #0090ff);
  background: -ms-linear-gradient(bottom, #373737, #0090ff);
  background: -o-linear-gradient(bottom, #373737, #0090ff);
  background: linear-gradient(bottom, #373737, #0090ff);*/
}

#p_toponly
{
     padding-top: 20px;
}
#h5_toponly, #h5_toponly2, #h5_toponly3
{
    margin-top: 40px;
}
.css_btn_class {
	font-size:16px;
	font-family:sans-serif;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #84bbf3;
	padding:5px 10px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 40%, #378de5 65% );
	background:-ms-linear-gradient( top, #79bbff 40%, #378de5 65% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(40%, #79bbff), color-stop(65%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}
.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #378de5 40%, #79bbff 65% );
	background:-ms-linear-gradient( top, #378de5 40%, #79bbff 65% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(40%, #378de5), color-stop(65%, #79bbff) );
	background-color:#378de5;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}

.navbar-custom ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 162px;/* 162 */
    background-color: #f1f1f1;
}

.navbar-custom li a {
    display: block;
    color: #007EDF;
    padding: 4px 0 8px 8px;
    text-decoration: none;
    font-style: italic;
    font-size: 18px;
    font-weight:bold;
}

/* Change the link color on hover */
.navbar-custom li a:hover {
    background-color: #0090FF;
    color: white;
    border-radius: 4px;
}

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}*/
/**::before, *::after {
   display: none !important;
}*/

/*#leftColumn:before
{
     box-sizing: content-box;
}

#leftColumn:after
{
     box-sizing: content-box;
    /*display: none !important;
}*/

/* This css button was generated by css-button-generator.com */




.button {
  font: bold 15px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.button a:link, .button a:visited{
  /* remove the offening underline */
  text-decoration: none;
  color: #333333;
}

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}
.link_button a:link, .link_button a:visited {
  /* remove the offening underline */
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

.nav li a:hover{
	background-color: #007EDF;
	color: #FFF;
    border-color: #007EDF;
}

.nav > li > a {
  display: block;
}

.nav-tabs li a {
	color: #317EAC;
	background-color:#ededed;  /*#ededed #f9f9f9 #FFF*/
        font-size:19px;

      border: 1px solid #d0ccc9;
         /*display: block;*/
}

.nav-tabs li.active a
{
    background-color: #F2F2F2; 
	color: #317EAC;
    font-size:20px;
	font-weight: bold;
        display: block;
}

.nav-tabs  li.active a:hover
{
    background-color: #F2F2F2; 
	color: #317EAC;
	font-weight: bold;
}

/*****/
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #378DE5;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*****/
/*******************************************************************************
Small Device Styles
*******************************************************************************/

@media screen and (max-width: 480px) {
  body {
    font-size:14px;
  }

  #downloads {
    display: none;
  }

  .inner {
    min-width: 320px;
    max-width: 480px;
  }

  #project_title {
  font-size: 32px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  code, pre {
    min-width: 320px;
    max-width: 480px;
    font-size: 11px;
  }

}
