/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic);*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');

@font-face {
  font-family: 'PT-Sans-NarrowBold';
  src: url('../fonts/PT-Sans-NarrowBold.eot');
  src: url('../fonts/PT-Sans-NarrowBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('../fonts/PTSans-NarrowBold.woff') format('woff'),
  url('../fonts/PTSans-NarrowBold.ttf') format('truetype'),
  url('../fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.woff') format('woff'),
  url('../fonts/Lato-Light.ttf') format('truetype'),
  url('../fonts/Lato-Light.svg#Lato-Light') format('svg'),
  url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.woff') format('woff'),
  url('../fonts/Lato-Black.ttf') format('truetype'),
  url('../fonts/Lato-Black.svg#Lato-Black') format('svg'),
  url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.eot');
  src: url('../fonts/Lato-Semibold.woff') format('woff'),
  url('../fonts/Lato-Semibold.ttf') format('truetype'),
  url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg'),
  url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
}

a {
  color: #01b900;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}


table {
    margin-bottom: 30px;
}

#service_table tr td {
  vertical-align: middle;
}

table a {
    color: #555;
}

.generated-password {
    font-size: 16px;
    font-weight: bold;
}

.minus {
    background: #c1c1c1;
    color: white;
    padding: 3px 7px;
    border-radius: 10px;
}

.plus {
    background: #5cb85c;
    color: white;
    padding: 3px 7px;
    border-radius: 10px;
}

table a.inner_a {
    color: #dc6e1e;
}

.status_1 {
    padding: 3px 7px;
    background: #5cb85c;
    color: white;
    border-radius: 10px;
}

.status_0 {
    padding: 3px 7px;
    background: #ea8638;
    color: white;
    border-radius: 10px;
}

.status_2 {
    padding: 3px 7px;
    background: #ea000f;
    color: white;
    border-radius: 10px;
}

.status_3 {
    padding: 3px 7px;
    background: #ea000f;
    color: white;
    border-radius: 10px;
}

.operator_1 {
    color: #000;
    background-color: #feda24;
}

.operator_2 {
    color: #fff;
    background-color: #000;
}

.operator_3 {
    color: #fff;
    background-color: #00985f;
}

.operator_4 {
    color: #fff;
    background-color: #e30611;
}

a:hover, a:focus, a.active_link {
    color: #bcdf19;
    text-decoration: none;
}

h1 {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: url("../images/news-bg.jpg?v1") no-repeat;
}

.wrap > .container {
    padding: 10px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #0f2035;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', monospace;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.partner_enter {
    position: absolute;
    top: 20%;
    right: 30px;

    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    width: 17%;
    color: #29c9fe;
    padding-bottom: 5px;
}

.partner_balance {
  position: absolute;
  top: 60%;
  right: 28px;
  background: transparent;
  color: #bcdf19;
  font-weight: normal;
  text-decoration: none;
  font-size: 30px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.top-header {
    background: #f0f0f0 url("../images/main.jpg?v1");
    background-size: 100%;
    height: 115px;
}

.navbar-default {
    background: #0f2035;
}

.top-header .container {
    position: relative;
    height: 90px;
}

.top-header img {
    position: absolute;
    top: 18%;
}

.top-header a:hover, .top-header a:focus {
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    color: #333;
    background-color: #bcdf19 !important;
    border-color: #d9e364 !important;
}

.btn-primary:hover {
    color: #333;
    background-color: #ff9000 !important;
    border-color: #ffb350 !important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #333;
    background-color: #ff9000;
    border-color: #ffb350;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #333;
    background-color: #ff9000;
    border-color: #ffb350;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #0f2035;
    color: #bcdf19;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #0f2035;
  color: #bcdf19;
}

.navbar-nav > li > .dropdown-menu {
  background: #0f2035;
  color: #fff;
}

.dropdown-menu > li > a {
  color: white;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #0f2035;
  color: #bcdf19;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #0f2035;
  color: #bcdf19;
}

.nav-tabs > li > a {
  background: #0f2035;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #0f2035;
  color: #bcdf19;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #0f2035;
  color: #bcdf19;
}

.navbar-default {
    border:0 solid;
}

.breadcrumb {
  background: white;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #29c9fe;
}

.navbar-default .navbar-nav > li > a {
  color: #29c9fe;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #bcdf19;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #29c9fe;
  border-color: #29c9fe;
}

.navbar {
    height: 40px !important;
    min-height: 40px !important;
    /*z-index: 1000 ;*/
    border-radius: 0;
}

.clear {
  clear: both;
}

.navbar-toggle {
  padding: 4px 6px;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background: white;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
  }
}

.table-padding tr td {
  padding: 10px;
}

.partners-index hr {
  margin: 5px 0;
}

.show_service_tarifs+div{
  display: none
}

.summary {
  margin-bottom: 10px;
}

.green_status {
  color: #103753;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 10px;
  background: #E2ECF0;
}

.panel-default {
  border-color: #b4cfd9;
}

a.answer{
    color: #1DA5DE;
    font-size: 130%;
    margin-top: 5px;
    display: block;
}

a.answer-close{
    color: #CA2E4F;
    font-size: 130%;
    margin-top: 5px;
    display: block;
}

time{
    color: #A1BBC4;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #b4cfd9 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #b4cfd9;
}

.table-bordered {
  border: 1px solid #b4cfd9;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  background: #f7fdff;
}

.table-bordered > tbody > tr > td {
  background: #eaf3f6 !important;
}

.modal-dialog-full .modal-dialog {
    width: 768px;
}

.break-words {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    /*noinspection CssInvalidPropertyValue*/
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.inline-buttons a+a {
  margin-left: 10px;
}

#html-button {
    margin-top: 20px;
}

table.table.table-hover>thead>tr>th,
table.table.table-hover>tbody>tr>td {
    vertical-align: middle;
}

div.domination_setting select {
    width: 82%;
    margin: 0;
    display: inline-block;
}
div.domination_setting button {
    width: 15%;
    margin: 0;
}
div.domination_setting p {margin: 0}

#w2-container table thead tr th a {
    font-size: 1em;
}