
/*centering label https://github.com/flatlogic/awesome-bootstrap-checkbox/issues/37*/

/*.container {
    width: auto;
    max-width: 1170px;

}*/


.even.selected td {
	   background-color: #08C; !important; /* Add !important to make sure override datables base styles */
	   color: #fff;
}

 .odd.selected td {
	  background-color: #08C; !important; /* Add !important to make sure override datables base styles */
	  color: #fff;
}


.state-completed-bkg, .state-archived-bkg, .state-canceled-bkg, .state-active, .state-ready {
    color: #fff;
}

.state-completed-bkg, .state-archived-bkg {
    background-color: #2ecc71 !important;
}

.state-canceled-bkg {
    background-color: #e74c3c !important;
}

.state-active-bkg, .state-ready-bkg {
    background-color: #3498db !important;
}


#tele-status-table table td {
    vertical-align: middle;
}

#tele-status-table table td .progress {
    margin-bottom: 0px;
}

#tele-status-table table td {
    height: 60px;
}





.state-completed, .state-archived {
    color: #2ecc71;
}

.state-canceled {
    color: #e74c3c;
}

.state-active, .state-ready {
    color: #3498db;
}

.blog-post-tags {
    padding: 5px 0 8px;
    margin-bottom: 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.blog-post-tags ul {
    margin-bottom: 0px;
}

.fr-image-float-left {
    float: left !important;
    padding: 10px 20px 10px 0px !important;
}

.fr-image-float-right {
    float: right !important;
    padding: 10px !important;
}

.dt-center {
    text-align: center;
    margin: auto;
}

i.clickable:before {
  cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: white;
    cursor: inherit;
    display: block;
}


.dl-horizontal dt {
width: auto;
}

.dl-horizontal dd {
margin-left: 20px;
}

.label-value-item label {
    padding-right: 10px;
    width: 200px;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
}

.label-value-item.narrow label {
    width: 100px;
}

.label-value-item.wide label {
    width: 300px;
}


.radio label::before {
    top: 50% !important;
    margin-top: -9px;
}

.radio label::after {
    top: 50% !important;
    margin-top: -6px;
}

/*  end centering label */


li.subnav {
    padding-left: 30px;
    
}

li.subnav a:before {
    font-family: FontAwesome;
    content: "\f101";
    padding-right: 6px;
    
 }
    



.wrapper{
background: url(../img/patterns/cream_pixels.png) repeat;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.steps {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.steps>li {
    display: inline-block;
    font-size: 12pt;
}

.steps>li.current {
    font-weight: bold;
    color: #717984;
}

.steps>li a {
    font-size: 12pt;
    color: orange;
}

.steps>li+li:before {
    padding: 0 5px;
    color: #4E4E4E;
    content: "  \2192  ";
    font-size: 14pt;
}



.form-control.inline {
   display: inline;
   width: auto;
}

.dl-horizontal.skynet dt, .dl-horizontal.skynet dd {
    padding: 5px;
}

.dl-horizontal.skynet dt {
    font-size: 14px;
}

.dl-horizontal.skynet dd {
    font-size: 14px;
}

input[type=text].error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table.center-vertically > tbody > tr > td {
     vertical-align: middle;
}

.loadable {
    position: relative;
}



/*make panels collapsible*/

.panel-heading .panel-toggle {
    color: inherit;
}

.panel-heading .panel-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: inherit;         /* adjust as needed */
}
.panel-heading .panel-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading a.collapsed:after {
    content:"\e606";
}
.panel-heading a {
    cursor: pointer;
    text-decoration: none;
}

.panel-heading input {
    color: #000000;
}

.sticky.stuck {
 position: fixed;
 top: 20px;
}







html, body {
    background: #222;
    height: 100%;
}

.color-green2 {
    color: #72c02c;
}



.header {
	background: url(../img/stars-background.gif) repeat;
}

/* theme does not set style for span */
.pagination li a, .pagination li span{
    color: #777;
    padding: 5px 15px;
}

.pagination li span{
    cursor: default;
}

.pagination {
    margin: 0px;
}


/*Lighten up the non active links*/
.header .navbar-nav > li > a {
    color: #ABB2B5;
}


.header .logo  {
    background-color: #0A121F;
}




.breadcrumbs{
    background: #F5F5F5;
    border-bottom: solid 2px #EEEEEE;
}

.content{
    padding-top: 20px;
}

hr{
border-top: solid 1px #D4D4D4;
}


.breadcrumbs-v3 {
    padding: 50px 0;
}

/*Bootstrap fixes*/


/*end*/



/*Web2Py*/
#flash {
    text-align: center;
    width: 100%;
    font-size: 12pt;
    padding: 10px;
    background: #faa96b;
    color: #ffffff;
    margin: 0px;
}

/* End Web2Py */


/* Global */

/*Text Colors
------------------------------------*/
.sea-color { color: #1abc9c;}
.red-color { color: #e74c3c;}
.aqua-color { color: #27d7e7;}
.blue-color { color: #3498db;}
.grey-color { color: #95a5a6;}
.dark-color { color: #555555;}
.darker-color { color: #333333;}
.green-color { color: #72c02c;}
.brown-color { color: #9c8061;}
.light-color { color: #ffffff;}
.orange-color { color: #e67e22;}
.yellow-color { color: #f1c40f;}
.green-color { color: #2ecc71;}
.purple-color { color: #9b6bcc;}
.inherit-color { color: inherit;}
.dark-blue-color { color: #4765a0;}
.light-grey-color { color: #585f69;}
.light-green-color { color: #79d5b3;}

/*Background Colors
------------------------------------*/
.dark-color-bkg,
.darker-color-bkg,
.sea-color-bkg,
.red-color-bkg,
.aqua-color-bkg,
.blue-color-bkg,
.grey-color-bkg,
.light-color-bkg,
.green-color-bkg,
.brown-color-bkg,
.orange-color-bkg,
.green-color-bkg,
.purple-color-bkg,
.dark-blue-color-bkg,
.light-grey-color-bkg,
.light-green-color-bkg,
.light-red-color-bkg {
  color: #fff;
}
.white-color-bkg {
  color: #555;
}
.dark-color-bkg { background-color: #555 !important;}
.darker-color-bkg { background-color: #222 !important;}
.white-color-bkg { background-color: #fff !important;}
.sea-color-bkg { background-color: #1abc9c !important;}
.red-color-bkg { background-color: #e74c3c !important;}
.aqua-color-bkg { background-color: #27d7e7 !important;}
.blue-color-bkg { background-color: #3498db !important;}
.grey-color-bkg { background-color: #95a5a6 !important;}
.light-color-bkg { background-color: #f7f7f7 !important;}
.green-color-bkg { background-color: #72c02c !important;}
.brown-color-bkg { background-color: #9c8061 !important;}
.orange-color-bkg { background-color: #e67e22 !important;}
.green-color-bkg { background-color: #2ecc71 !important;}
.purple-color-bkg { background-color: #9b6bcc !important;}
.dark-blue-color-bkg { background-color: #4765a0 !important;}
.light-grey-color-bkg { background-color: #585f69 !important;}
.light-green-color-bkg { background-color: #79d5b3 !important;}
.light-red-color-bkg { background-color: #F78787 !important;}

.view-mode-icon {
    font-size: 30px;
    color: #C3C3C3;
    padding: 5px;
    cursor: pointer;
}

.view-mode-icon.active {
    color: #ffffff;
    cursor: default;
}

.sidebar-nav-v1 i {
    padding-right: 5px;
}

.image-na {
    background: #C1C1C1;
    text-align: center;
}

.image-na p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #737373;
    font-size: 16px;
}

.checkbox-label {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

hr.small {
    margin: 15px 0;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

button.skyviewer-settings {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control.form-small {
    padding: 4px 3px;
}

.glyphicon-question-sign.form-hint {
    padding-right: 5px;
    color: #F2A457;
}

/* End Global */


/*Home Page*/
/*Main Slider*/
.da-slider{
	background: transparent url(../img/main-slider-background-c.jpg) repeat 0% 0%;
}

.da-slider .telescope-cutout{
    position: absolute;
    bottom: -25px;
}

/*Main Counter*/
.parallax-counter-v2 {
  background: url(../img/stars-background.gif) repeat fixed;
}

/*End Homepage*/


/*Skynet Live*/

#skynet-live .page-title {
    font-size: 42px;
}

#tele-media-tab-container .tab-pane{
    padding: 10px;
}



#allsky {
    background: #FFFFFF;
    border-radius: 10px;
}

.outside-wrapper{ 
    width:1100px; height:660px; 
}

.inside-wrapper{ 
    width:100%; height:100%; 
    position:relative;}
.covered-image{ 
    width:100%; height:100%; 
    position:absolute; top:0px; left:0px;
}
.covering-canvas{ 
    width:100%; height:100%; 
    position:absolute; top:0px; left:0px;
}

/*End Skynet Live*/



/*Telescope */

.filter-icon {
    margin: 5px;
    padding: 5px;
}

.filter-icon h1 {
    font-size: 18px;
    line-height: 22px;
    color: #555;
    text-transform: uppercase;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

.filter-icon i {
    color: #999;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    background: #eee;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}


.table-striped>div:nth-of-type(odd) {
    background-color: #f9f9f9;
}





/*  JQPLOT */

.el-chart td.jqplot-table-legend {
    font-size: 11pt;
    padding: 3px;
}

/***********/


/*End Telescope */


/*My Observatory*/




/*End My Observatory*/


dt.form-label {
    padding-top: 8px;
}



/*Accessibility Improvements*/
.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover {
    color: #ffffff;
}

.purchase span {
    color: #000;
}

.screen-reader-only
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}



/* Google Translate */
.goog-te-combo {
    color: #000000;
}
.goog-logo-link {
   display:none !important;
}

.goog-te-gadget{
   color: transparent !important;
}

body {top: 0px !important; position: static !important; }
.goog-te-banner-frame {display:none !important}


/*  END GOOGLE TRANSLATE */


button.link-button {
     background:none!important;
     border:none;
     padding:0!important;
     font: inherit;
     cursor: pointer;
}



/* Must comment out Unify style.css lines which set outline: 0 or none */
