﻿/* march 2013 changes of default theme 'Oblakoteka' */ 


table.table_info {
  border-radius: 5px;
  overflow: hidden;
}

.IaasAsAzureKVMAclEmbeddedList__head .IaasAsAzureKVMAclEmbeddedList__head_item
{
    background: #86b9d7;
    font-weight: bold;
    font-size: 0.92em;
    color: #fff;
}

.table_info th {
  color: #fff;
  font-weight: bold;
  font-size: 0.923em;
  line-height: 1.5em;
  background: #86b9d7;
}

.table_info td {
  color: #666;
  font-size: 0.923em;
  background-color: #fff;
}

.table_info tr.alt td {
  background-color: #f5f5f5;
}

.right-column {
  margin: 0 15px 0px 235px;
  padding: 16px 40px;
}

.left-column {
  top: auto;
}

h1.border_dasher {
  color: #336666;
  font-size: 1.385em;
}

h1.border_dasher.no-border {
  border: none;
}

#header {
  position: relative;
}   

.header_right {
  right: 18px;
  top: 50%;
  margin-top: -1.3em;
  color: #637885;
}

.header_right span {
  display: inline-block;
  padding: 6px 0 6px 15px;
  margin: 0 0 0 15px;
  border-left: 1px dashed #637885;
    }

.header_right span:first-child {
  border-left: none;
}

#wrapper-content {
  margin-top: 11px;
}

div.menu  {
  font: 1.23em Verdana, sans-serif;
  width: 200px;
}

div.menu .highlight {
  position: relative;
  z-index: 2;
  padding: 12px 14px;

  background: #fefcea; /* For old browsers */
  background: -moz-linear-gradient(top, #f2f2f2, #fefefe); /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, 
             color-stop(0%,#f2f2f2), color-stop(100%,#fefefe));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #f2f2f2, #fefefe);
  background: -o-linear-gradient(top, #f2f2f2, #fefefe); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2, #fefefe); /* IE10 */
  background: linear-gradient(top, #f2f2f2, #fefefe); /* CSS3 */ 
  -comment-background: #fff url(menu-highlight-bg.jpg) no-repeat 0 0;
  border-radius: 10px;
  border-top: 2px solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0 ,0 ,0.5);
}

div.menu span._0 {
  font-size: 0.875em;
  padding-left: 2px;
}

div.highlight span._0 {
  display: inline-block;
  margin-bottom: 10px;
  color: #0d73af;
}

div.highlight span._1 {
  position: relative;
  display: block;
  margin: 0 0 1px;
  padding: 9px 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
  background: #68b8d3;
  font-size: 0.6875em;
  color: #fff;
  text-transform: uppercase;
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -o-user-select: none; 
  user-select: none; 
}

div.highlight span._1:not(.has-no-subitems):after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -6px 0 0;
  display: block;
  width: 8px;
  height: 7px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -moz-transform: rotate(45deg); /* For Firefox */
  -ms-transform: rotate(45deg); /* For IE */
  -webkit-transform: rotate(45deg); /* For Safari, Chrome, iOS */
  -o-transform: rotate(45deg); /* For Opera */
  transform: rotate(45deg);
      content: '';
}

div.highlight span._1:not(.has-no-subitems).open:after {
  margin: -3px 0 0 1px;
  -moz-transform: rotate(-135deg); /* For Firefox */
  -ms-transform: rotate(-135deg); /* For IE */
  -webkit-transform: rotate(-135deg); /* For Safari, Chrome, iOS */
  -o-transform: rotate(-135deg); /* For Opera */
  transform: rotate(-135deg);
}

div.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.highlight ul._2 {
  display: none;
  margin: 1px 0 14px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#financial div.highlight ul._2 {
  display: block;
}

div.highlight ul._2.open {
  display: block;
}

div.highlight ul._2 a {
  display: block;
  margin: 0 0 1px;
  padding: 0 10px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 0.6875em;
  color: #0d73af;
  text-decoration: none;
 
  line-height: 3em;
}

div.highlight ul._2 a span {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
}

div.highlight ul._2 a.current {
  font-weight: bold;
  color: #ff9000;
}

div.highlight .add-btn {
  float: right;
  display: inline-block;
  padding: 2px 5px 4px 7px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  border-radius: 4px;
  font-size: 0.625em;
  color: #0d73af;
  text-decoration: none;
}

div.highlight .add-btn:before {
  padding: 0 5px 0 0;
  font-size: 1.1em;
  content: '+';
}

div.menu .secondary {
  position: relative;
  top: -26px;
  z-index: 1;
  padding: 45px 14px 10px;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
  background: transparent url(images/secondary-bg.png) no-repeat 50% 100%;
  border-top: 1px solid #32b3d4;
}

div.menu .secondary:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0; 
  left: 0;
  height: 20px;
  
  border-top: 1px solid #fff;
  border-radius: 9px 9px 0 0;
  content: '';
  dbackground: transparent url(images/secondary-bg.png) no-repeat 50% 0%;
}


div.secondary ul._2 a {
  display: block;
  margin: 0 0 1px;
  padding: 9px 10px;
  font-size: 0.6875em;
  color: #fff;
  text-decoration: none;
}

div.secondary ul._2 a.current {
  display: block;
  color: #025484;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
}


div.secondary span._0 {
  display: block;
  padding-bottom: 8px;
  color: #fff;
}

table.quotas-chart-567,
table.quotas-chart-1,
table.quotas-chart {
    line-height: normal;
}

/* CloudSpace/Edit */
table.quotas-chart-1 {
  margin-right: 32px;
}

table.quotas-chart-1 caption {
  border-bottom: 1px dashed #d6dbde;
  background: #fff;
  margin: 0 10px 10px;
  text-align: center;
  font-size: 0.769em;
  line-height: 1.16em;
  height: 0.55em;
  overflow: visible;
  color: #424242;
}

table.quotas-chart-1 caption span {
  background: #fff;
  padding: 0 5px;
}

table.quotas-chart-1 td {
  border-collapse: collapse;
}

table.quotas-chart-1 td {
  width: 33px;
  font-size: 0.769em;
  font-weight: normal;
  text-align: center;
  overflow: visible;
  color: #424242;

}

table.quotas-chart-1 tr.quota-chart-1 td {
  height: 80px;
  padding-bottom: 8px;
}

table.quotas-chart-1 tr.quota-chart-1 td > div{
  width: 16px;
  margin: 0 auto;
  height: 100%;
  outline: 1px solid #c3c3c3;
  border: 1px solid #fff;
  background: #e13636 url(images/quota-chart-bg.png) no-repeat 0 0;
  overflow: hidden;
}

table.quotas-chart-1 tr.quota-chart-1 td > div > div {
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  background: #30b64b;
  background: -moz-linear-gradient(top, #30b64b, #2b923f); 
  
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#30b64b), color-stop(100%,#2b923f));
  
  background: -webkit-linear-gradient(top, #30b64b, #2b923f);
  background: -o-linear-gradient(top, #30b64b, #2b923f);
  background: -ms-linear-gradient(top, #30b64b, #2b923f); 
  background: linear-gradient(top, #30b64b, #2b923f); 
}

table.quotas-chart-1 tr:nth-child(3) > td:nth-child(3) {
  border: 0 solid #bdbdbd;
  border-width: 0 1px 1px 1px;
}

table.quotas-chart,
table.quotas-chart-567 {
  margin-right: 32px;
}

table.quotas-chart caption,
table.quotas-chart-567 caption {
  border-bottom: 1px dashed #d6dbde;
  background: #fff;
  margin: 0 10px 10px;
  text-align: center;
  font-size: 0.769em;
  line-height: 1.16em;
  height: 0.55em;
  overflow: visible;
  color: #424242;
}

table.quotas-chart caption span,
table.quotas-chart-567 caption span {
  background: #fff;
  padding: 0 5px;
}

table.quotas-chart td,
table.quotas-chart-567 td {
  border-collapse: collapse;
}

table.quotas-chart td,
table.quotas-chart-567 td {
  width: 33px;
  font-size: 0.769em;
  font-weight: normal;
  text-align: center;
  overflow: visible;
  color: #424242;

}

table.quotas-chart tr.quota-chart td,
table.quotas-chart-567 tr.quota-chart td {
  height: 80px;
  padding-bottom: 8px;
}

table.quotas-chart tr.quota-chart td > div,
table.quotas-chart-567 tr.quota-chart td > div {
  width: 16px;
  margin: 0 auto;
  height: 100%;
  outline: 1px solid #c3c3c3;
  border: 1px solid #fff;
  background: #e13636 url(images/quota-chart-bg.png) no-repeat 0 0;
  overflow: hidden;
}

table.quotas-chart tr.quota-chart td > div > div,
table.quotas-chart-567 tr.quota-chart td > div > div {
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  background: #30b64b;
  background: -moz-linear-gradient(top, #30b64b, #2b923f); /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#30b64b), color-stop(100%,#2b923f));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #30b64b, #2b923f);
  background: -o-linear-gradient(top, #30b64b, #2b923f); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #30b64b, #2b923f); /* IE10 */
  background: linear-gradient(top, #30b64b, #2b923f); /* CSS3 */ 
}

.WhiteEmptyBar {
  border-bottom: 1px solid #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) !important;
  background: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff, #ffffff) !important; /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#ffffff), color-stop(100%,#ffffff)) !important;
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #ffffff, #ffffff) !important;
  background: -o-linear-gradient(top, #ffffff, #ffffff) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff, #ffffff) !important; /* IE10 */
  background: linear-gradient(top, #ffffff, #ffffff) !important; /* CSS3 */ 
}

table.quotas-chart tr:nth-child(3) > td:nth-child(3),
table.quotas-chart tr:nth-child(3) > td:nth-child(4),
table.quotas-chart tr:nth-child(3) > td:nth-child(5),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(4),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(5),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(6) {
  border: 0 solid #bdbdbd;
}

table.quotas-chart tr:nth-child(3) > td:nth-child(3),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(4) {
  border-width: 0 0 1px 1px;
}

table.quotas-chart tr:nth-child(3) > td:nth-child(4),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(5) {
  border-width: 0 0 1px 0;
}

table.quotas-chart tr:nth-child(3) > td:nth-child(5),
table.quotas-chart-567 tr:nth-child(3) > td:nth-child(6) {
  border-width: 0 1px 1px 0;
}


div.tabs-v1 a,
div.tabs-v1 .a > span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 12px 22px;
  margin-right: 8px;
  font-size: 0.923em;
  color: #73828c;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  border: 0 solid #ededed;
  background: #c7c7c7;
  background: -moz-linear-gradient(top, #fdfdfd, #c7c7c7); /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#fdfdfd), color-stop(100%,#c7c7c7));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #fdfdfd, #c7c7c7);
  background: -o-linear-gradient(top, #fdfdfd, #c7c7c7); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd, #c7c7c7); /* IE10 */
  background: linear-gradient(top, #fdfdfd, #c7c7c7); /* CSS3 */ 
}

div.tabs-v1 a.current,
div.tabs-v1 .a .current {
  z-index: 1;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  color: #0d73af;
  font-size: 1.077em;
}

div.tabs-v1 a.current span,
div.tabs-v1 .a .current span {
  cursor:default;
  display: block;
  padding: 17px 22px 12px;
  border-radius: 10px 10px 0 0;
  border: 0 solid #d6ecfb;
  border-width: 1px 1px 0;
  background: #e7e9ea;
  background: -moz-linear-gradient(top, #fff, #e4e9ec); /* Firefox 3.6+ */
  /* Chrome 1-9, Safari 4-5 */
  background: -webkit-gradient(linear, left top, left bottom, 
              color-stop(0%,#e7e9ea), color-stop(100%,#fff));
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(top, #fff, #e4e9ec);
  background: -o-linear-gradient(top, #fff, #e4e9ec); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff, #e4e9ec); /* IE10 */
  background: linear-gradient(top, #fff, #e4e9ec); /* CSS3 */ 
  box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.3);
}


div.tabs-v1 .SimpleTable {
  border: none !important;
  border-collapse: collapse;
  padding: 0;
}

div.tabs-v1 .SimpleTable td {
  border: none !important;
  padding: 0 !important;
}

div.tab-v1-box {
  position: relative;
  padding: 10px;
  background: #e4e9ec;
  border-radius: 0 10px 10px 10px;
}



  div.tabs a {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 22px;
    font-size: 1.385em;
    color: #87a0af;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    border: 0 solid #fff;
    border-width: 1px 1px 0;
    background: #eeefef;
  }
  
  div.tabs a.current {
    z-index: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    background: transparent;
    border: none;
    color: #0d73af;
  }
  
  div.tabs a.current span {
    cursor:default;
    display: block;
    padding: 17px 22px 12px;
    border-radius: 10px 10px 0 0;
    border: 0 solid #fff;
    border-width: 1px 1px 0;
    background: #e9ebec;
    background: -moz-linear-gradient(top, #e9ebec, #fff); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(100%,#e9ebec), color-stop(0%,#fff));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #e9ebec, #fff);
    background: -o-linear-gradient(top, #e9ebec, #fff); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9ebec, #fff); /* IE10 */
    background: linear-gradient(top, #e9ebec, #fff); /* CSS3 */ 
    box-shadow: 3px 8px 6px rgba(201, 206, 208, 1);
  }
  
  div.content {
    overflow: hidden;
    margin: 10px;
  }

  div.box {
    position: relative;
    padding: 25px 5px 10px 10px;
    background: #fff;
    box-shadow: 0 -3px 8px rgba(201, 206, 208, 0.8);
    border-radius: 0 10px 10px 10px;
  }

  div.box:after {
    display: block;
    clear: both;
    height: 1px;
    font: 1px/1px Arial, serif;
    overflow: hidden;
    content: '';
  }



table.table_info td {
  color: #333d43;
} 

table.table_info td.vm-name, 
table.table_info td.vm-cpu,
table.table_info td.vmnetwork_name {
  line-height: 1.9em;
  color: #7c8a94;
} 

table.table_info td.vm-name span, 
table.table_info td.vm-cpu span,
table.table_info td.vmnetwork_name span {
  font-size: 1.23em;
  color: #333d43;
} 

table.table_info table.vm-hdd td {
  border: none;
  padding: 0 15px 0 0;
  font-size: 100%;
}

table.table_info td.vm-net {
  line-height: 1.9em;
}

table.table_info td.vm-action {
  text-align: center;
}

table.table_info td.vm-action a {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 0 4px;
}

table.cloud-access-param caption {
  text-align: left;
  font-size: 1.077em;
  color: #73828c;
}

table.cloud-access-param th {
  padding: 5px 20px 5px 0;
  color: #73828c;
  font-weight: normal;
  text-align: left;
}

table.cloud-access-param .block_foredit {
  padding-left: 8px;
  padding-bottom: 0;
  margin-left: -10px;
}

table.cloud-access-param .block_foredit input[readonly*="readonly"] {
  padding-left: 0;
}

table.cloud-vmnetwork-param caption {
  text-align: left;
  font-size: 1.077em;
}

table.cloud-vmnetwork-param th {
  padding: 5px 20px 5px 0;
  color: #73828c;
  font-weight: normal;
  text-align: left;
}

table.cloud-vmnetwork-param .block_foredit {
  padding-left: 8px;
  padding-bottom: 0;
  margin-left: -10px;
}

table.cloud-vmnetwork-param .block_foredit input[readonly*="readonly"] {
  padding-left: 0;
  background-color: rgb(228, 233, 236);
}

div.cloud_leftinfo {
  padding-left: 13px;
}

div.cloud_leftinfo h2 {
  padding-bottom: 3px;
  font-size: 1.077em;
  font-weight: bold;
  color: #0d73af;
}

div.cloud_leftinfo span {
  font-size: 0.923em;
  color: #73828c;
}


div.cloud_leftinfo div.edit_textarea {
  margin-top: 9px;
  padding: 0;
  height: auto;
}

div.cloud_leftinfo div.edit_textarea textarea {
  position: static;
  height: 80px;
  padding: 1px 5px;  
  margin: 2px auto 2px 2px !important;
  font-size: 0.923em;
}

.traffic-lights {
  display: block;
  margin: 2px 0;
  font-size: 0.769em;
}

.traffic-lights:before {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  margin: 0 5px 0 0;
  content: '';
}

.traffic-lights.ok {
  color: #15a20a;
}

.traffic-lights.ok:before {
  background: #15a20a;
}

.traffic-lights.warning {
  color: #fbab00;
}

.traffic-lights.warning:before {
  background: #fbab00;
}

.traffic-lights.error {
  color: #ef0000;
}

.traffic-lights.error:before {
  background: #ef0000;
}

.tariff-tooltip {
  position: absolute;
  bottom: 0;
  left: 5px;
  margin-bottom: 9px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  border: 1px solid gray;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px;
}

.tariff-tooltip:before {
  position: absolute;
  bottom: 0;
  left: -1px;
  margin-bottom: -10px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid red; 
  border-right: 10px solid transparent;			
}

.tariff-tooltip:after {
  position: absolute;
  bottom: 0;
  left: 0px;
  margin-bottom: -8px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #fff; 
  border-right: 10px solid transparent;			
}

.tariff-tooltip.red {
  border-color: red;
  color: red;
}

.tariff-tooltip.red:before {
  border-top-color: red;
}

.tariff-tooltip.green {
  border-color: green;
  color: green;
}

.tariff-tooltip.green:before {
  border-top-color: green;
}

.tariff-tooltip.orange {
  border-color: orange;
  color: orange;
}

.tariff-tooltip.orange:before {
  border-top-color: orange;
}

.tariff-tooltip.yellow {
  border-color: yellow;
  color: orange;
}

.tariff-tooltip.yellow:before {
  border-top-color: yellow;
}

/*
.HandleTooltip {
  margin: 4px 0 0 0 !important;
  color: #737373 !important;
  font-weight: normal !important;
  border-radius: 3px;
  border: 1px solid #d6d6d6 !important;
}

.LimitValues {
  display: inline-block;
  vertical-align: bottom;
  width: 2em;
  font: bold 1.077em Verdana, sans-serif !important;
  color: #97a2aa !important;
  
}
*/

.slider_input {
  background: #fff !important;
  color: #0d73af !important;
}

td.tariff h2 {
  font-size: 1.231em;
  color: #0d73af;
  padding-bottom: 0;
}

td.tariff > span.cloud-name {
  font-size: 0.923em;
  color: #73828c;
}

td.price {
  font-size: 100%;
}

td.price div {
  font-size: 1.538em;
}

#VMSlidersForm label {
  color: #73828c;
}

.tooltip-container {
  position: relative;
  z-index: 99; 
}

div.menu ul li {
  margin: 2px 0;
}

