﻿

.search-div-header{
  width: 100%;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}


.custom_table{
  text-align: center;
  margin-bottom: 100px;
  font-family: 'Gotham Narrow SSm A','Gotham Narrow SSm B',Helvetica Neue,Helvetica,Arial;
    font-weight: 300;
    font-style: normal;
    color: #424242;
    font-size: 16px;
  
}

.custom_table_body{
  background-color: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.06);
    
}

.custom_table_root{
  display: inline-block;
    text-align: center;
}

.custom_table_paginated{

}

.custom_table_paginated .custom_table_grid{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.custom_table_grid{
  display: inline-block;
    position: relative;
}

.custom_table_prev{
  padding: 10px 10px 10px 0;
    right: 100%;
    top: 0;
}

.prev_img{

}

.custom_table_next{

}

.custom_table_header{
  background-color: #f7f7f8;
   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;

}

.custom_table_sub_body{
  border: 1px solid #e3e3e3;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;  
}

.module_scroller{

  border-radius: 5px;
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    
    display: flex;
}

.modules{
  display: flex;
  flex: 1;
    position: relative;
    text-align: left;
}

.single_contaner{
  border-right: 1px solid #e3e3e3;
}

.contaner_title{
  padding: 10px 22px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 13px;
  font-weight: 400;
  vertical-align: baseline;
  display: block;
}

.contaner_title_year{
  color: #e14e4e;
  float: left;

}

.contaner_title_year_after {
  float: left;
  margin: 3px 0 -1px 10px;
  vertical-align: top;
  background-position: 0 0;
  background-repeat: no-repeat;
   background-size: 100%;
    content: "";
    
    height: 14px;
    
    width: 14px;
  background-image: url(../img/arrow_red_down.png);
}

.modules_root{
  box-sizing: border-box;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}


body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;

  &:visited {
    color: #666;
  }

  &:hover {
    color: #fff;
    background-color: #000;
  }
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;

  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
  }

  ul li {
    font-size: 12px;
    list-style: square;
  }
}



.login{
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 250px;
}

/* flashes */
.alert-notice {
    @extend .alert-success;
 }

 .alert-alert {
    @extend .alert-danger;
 }
 .alert-error {
    @extend .alert-danger;
 }

/* errors */
#error_explanation {
    @extend .alert;
    @extend .alert-danger;
}

.field_with_errors {
    @extend .has-error;
    @extend .text-danger;
}

/* navbar roudness */
.navbar{
    border-radius: 0px;
}

/* table headers */
thead {
    background-color:#F8F8F8;
}

/* progress */
.progress {
  max-width: 600px;
  margin:    0.2em 0 0.2em 0;
}

.progress .bar {
  padding: 0.2em;
  color:   white;
  display: none;
}

.sub-table-inputs{
   padding-left:5px;
   width:100px;
}
.sub-table-inputs-money {
  width: 70px;
}

input.sub-table-inputs[type=number] {
  width: 50px;
}


body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;

  &:visited {
    color: #666;
  }

  &:hover {
    color: #fff;
    background-color: #000;
  }
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;

  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
  }

  ul li {
    font-size: 12px;
    list-style: square;
  }
}



select.form-control.input-sm{
      width: 60px;
}

select.form-control.input-sm-1{
      width: 180px;
}

input.form-control.input-sm{
      width: 147px;
}

input.form-control.input-sm-1{
      width: 40px;
}

.calculated_cog_box {
    padding: 10px;
}



.input-600{
  width: 600px;
}

.checkbox{
  margin: 0px !important;
  font-size: 18px !important;
  vertical-align: baseline !important;
  display: inline-block !important;
}

.inline-perpage{
  vertical-align: baseline !important;
  display: inline-block !important;
}

.inline { 
  display: inline-block; 
  margin:10px;
}

.modal-footer{
  background-color: #fff !important;
}

h2{
  border-bottom: 1px solid #ddd;
}



  .more_components_ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.more_components_ul li {
    padding: 5px;
    margin: 5px;
}

.more_components_ul li:hover {
    background-color: #F1F1F1;
    cursor: pointer;
  }

.navbar-nav {
    float: none !important;
    margin: 0;
}

.last-nav-li{
  float:right !important;
  min-width: 203px !important;
}

.dropdown-menu {
  min-width: 203px !important;
}

.st-sort-descent:before {
    content: '\25BC';
}

.st-sort-ascent:before {
    content: '\25B2';
}




.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.alertIn, .alertOut {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    -o-transition: -o-transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
    transition: transform 0.22s cubic-bezier(0.25, 0, 0.25, 1), opacity 0.22s cubic-bezier(0.25, 0, 0.25, 1);
}
.alertIn.ng-hide-remove, .alertOut.ng-hide-add.ng-hide-add-active {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0px, 0px);
    transform: translate3d(100px, 0px, 0px);
    display: block !important;
}
.alertOut.ng-hide-add, .alertIn.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
    display: block !important;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}



.link{
    position: absolute;
    right: 20px;
    top:20px  
}

.badge-notify{
   background:red;
   position:relative;
   top: -20px;
   left: -35px;
}

.margin-bot-5{
  margin-bottom: 5px;
}

.input-sm-100{
  width: 70px !important;
  display: inline-block !important;
}

.label-margin-7{
    margin-top: 7px !important;
}

.modal-sm{
  width: 80% !important;
}

.text_color_unread{
  color: #0000FF;
}


