html, body {
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d2d2d2' fill-opacity='0.17' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  }
img {
	max-width: 100%;
}
*:focus {
    outline: none;
}
.navbar-default .navbar-nav>li>a {
    color: white; 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav>li>a .fa {
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar-nav>li>a.imggomb {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}
.navbar-default .navbar-nav>li>a:hover {
  color: white;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: white;
  background: #214054;
}

.navbar-brand>img {
  padding: 5px;
}
.navbar-default {
    background: rgba(50, 94, 124, 0);
    border: 0;
    border-radius: 0;
	transition: all 0.3s ease;
}
.navbar-scrolled {
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  background: #325e7c;
}
.navbar-nav>li {
    height: 50px;
}

@media screen and (min-width: 768px) {
    
  .navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

}
.navbar-fixed-bottom .only_mobile, .navbar-fixed-top .only_mobile {
  display: none;
}

h3 {
  border-left: 4px solid #325e7c;
  padding-left: 18px;
  margin-left: -4.99%;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    position: static;
  }
  .navbar-fixed-bottom .only_mobile, .navbar-fixed-top .only_mobile {
    display: inline-block;
    margin-left: 10px;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 99999px;
  }
  h3 {
    margin-left: 0;
  }
}



.header {
    background: url('images/bg_ps.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
	min-height: 430px;
    max-height: 1000px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-bottom: 70px;
	padding-top: 50px;
}
.header_logo_box {
    margin-top: 20vh;
    height: 30vh;
    text-align: center;
	min-height: 190px;
    max-height: 400px;
}
.header_logo {
    height: 100%;
}
.title {
    color: #666666;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #dae4e6;
    border-left: 0;
    border-right: 0;
    /*text-transform: capitalize;*/
    letter-spacing: 0;
    line-height: 65px;
    font-weight: 300;
    font-size: 30px;
    position: relative;
}

.title small {
    font-size: 13px;
    text-transform: none;
    color: #a9a9a9;
}
.home_text {
    color: grey;
    margin: 20px auto 50px auto;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    max-width: 90%;
}
.footer {
    text-align: center;
    margin-top: 250px;
    margin-bottom: 40px;
    color: grey;
}
.page_content {
    margin-top: 90px;
}
.menu_box {
    background: rgb(239, 239, 239);
    margin-bottom: 15px;
}
.menu_toogler:hover, .menu_toogler, .menu_toogler:focus  {
    background: #325e7c;
    padding: 0 10px;
    line-height: 40px;
    display: block;
    color: white;
    transition: all 0.2s ease;
    text-decoration: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.menu_toogler_nocolor:hover, .menu_toogler_nocolor, .menu_toogler_nocolor:focus  {
  background: none;
  color: grey;
}
.menu_box .collapsed  {
    background: none;
    color: grey;
    text-decoration: none;
}
.menu_level2 {
    display: block;
    color: grey;
    text-decoration: none;
    padding: 12px;
}

.menu_level2:hover {
    text-decoration: none;
    color: #325e7c;
    background: rgba(0, 0, 0, 0.04);
}
.menu_level2_active {
    background: rgba(255,255,255,0.7);
}
.menu_level2_disabled {
    background: rgba(0, 0, 0, 0.25);
}
.menu_success {
    color: green;
}
.menu_warning {
    color: orange;
}
.menu_danger {
    color: red;
}
.form {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0 ;
}
.form_box {
    margin-bottom: 40px;
}
.form_name {
    font-size: 21px;

}

.form_inputbox small {
    margin: 10px 0 20px 0;
    display: block;
}
.pull-right {
    float: right;
}
.form_end {
    margin: 70px 0 0 0;
    background: #efefef;
    padding: 15px 10px;
    
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1215);
    
}
.form_end:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.btn-submit {
    background: #325e7c;
    border-color: #325e7c;
    color: white;
    
}
.btn-submit:hover {
    color: white;
    background: #417496;
    border-color: #325e7c;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 800px) {
	.header_logo {
		height: auto;
		width: 80%;
	}
	.navbar-default .navbar-toggle {
		border-color: rgba(255,255,255,0.8);
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(255,255,255,0.8);
	}
	.linkek_ul li {
		display: block;
	}
	.linkek_cont {
		text-align: center;
		margin-top: 20px;
	}
	.number_2sub {
		margin-top: 25px;
    }
    .container {
        /*overflow: hidden;*/
    }
    
}





/* CHECKBOX */

.checkbox {
    padding-left: 20px; }
    .checkbox label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 5px; }
      .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        
    text-align: center;
        padding-top: 1px;
        font-size: 11px;
        color: #555555; }
    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
      opacity: 0;
      z-index: 1; }
      .checkbox input[type="checkbox"]:focus + label::before,
      .checkbox input[type="radio"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
      .checkbox input[type="checkbox"]:checked + label::after,
      .checkbox input[type="radio"]:checked + label::after {
        font-family: "FontAwesome";
        content: "\f00c"; }
      .checkbox input[type="checkbox"]:disabled + label,
      .checkbox input[type="radio"]:disabled + label {
        opacity: 0.65; }
        .checkbox input[type="checkbox"]:disabled + label::before,
        .checkbox input[type="radio"]:disabled + label::before {
          background-color: #eeeeee;
          cursor: not-allowed; }
    .checkbox.checkbox-circle label::before {
      border-radius: 50%; }
    .checkbox.checkbox-inline {
      margin-top: 0; }
  
  .checkbox-primary input[type="checkbox"]:checked + label::before,
  .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7; }
  .checkbox-primary input[type="checkbox"]:checked + label::after,
  .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff; }
  
  .checkbox-danger input[type="checkbox"]:checked + label::before,
  .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
  .checkbox-danger input[type="checkbox"]:checked + label::after,
  .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff; }
  
  .checkbox-info input[type="checkbox"]:checked + label::before,
  .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .checkbox-info input[type="checkbox"]:checked + label::after,
  .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff; }
  
  .checkbox-warning input[type="checkbox"]:checked + label::before,
  .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .checkbox-warning input[type="checkbox"]:checked + label::after,
  .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff; }
  
  .checkbox-success input[type="checkbox"]:checked + label::before,
  .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .checkbox-success input[type="checkbox"]:checked + label::after,
  .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff; }
  
  .radio {
    padding-left: 20px; }
    .radio label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 5px; }
      .radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out; }
      .radio label::after {
        display: inline-block;
        position: absolute;
        content: " ";
        width: 11px;
        height: 11px;
        left: 3px;
        top: 3px;
        margin-left: -20px;
        border-radius: 50%;
        background-color: #555555;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
    .radio input[type="radio"] {
      opacity: 0;
      z-index: 1; }
      .radio input[type="radio"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
      .radio input[type="radio"]:checked + label::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
      .radio input[type="radio"]:disabled + label {
        opacity: 0.65; }
        .radio input[type="radio"]:disabled + label::before {
          cursor: not-allowed; }
    .radio.radio-inline {
      margin-top: 0; }
  
  .radio-primary input[type="radio"] + label::after {
    background-color: #337ab7; }
  .radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7; }
  .radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7; }
  
  .radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
  .radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
  .radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }
  
  .radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
  .radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
  .radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }
  
  .radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
  .radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
  .radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }
  
  .radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
  .radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
  .radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
  
  input[type="checkbox"].styled:checked + label:after,
  input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
  input[type="checkbox"] .styled:checked + label::before,
  input[type="radio"] .styled:checked + label::before {
    color: #fff; }
  input[type="checkbox"] .styled:checked + label::after,
  input[type="radio"] .styled:checked + label::after {
    color: #fff; }



.checkbox_selected_def  label:after {

    font-family: 'FontAwesome';
    content: "\f00c";
    color: white;
}
.checkbox_selected_def  label:before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.ff_vvs {
  margin: 20px 10px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  background: #fcfcfc;
}
.font-grey {
  color: grey;
}
.font-green {
  color: green;
}
.font-orange {
  color: orange;
}
.font-red {
  color: red;
}
.contacter_image {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  font-size: 11px;
  color: white;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.file_box {
  border: 1px solid rgba(167, 167, 167, 0.18);
  text-align: center;
  margin: 10px;
  height: 160px;
  position: relative;
}
.file_box:hover {
  border: 1px solid rgba(167, 167, 167, 0.38);
}
.file_image {
  height: 100px;
  font-size: 50px; 
  
  padding-top: 15px;
}
.file_image img {
  max-width: 100%;
}
.file_name {
  margin: 5px 0 0 0;
  width: 100%;
  overflow-wrap: break-word;
  padding: 0 5px;
  
  font-weight: 400;
  font-size: 13px;
}
.file_added {
  font-size: 10px;
}
.file_href, .file_href:hover, .file_href:focus,.file_href:visited {
  color: inherit;
  text-decoration: none;
}

.file_box input {
  width: 100%;
  height: 160px;
  position: absolute;
  opacity: 0;
}
.file_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 5px;
}
.error_status {
  color: red;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
}
.file_box_frame {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.file_box .ff_file_delete, .file_box .ff_file_update {
  opacity: 0;
}
.file_box:hover .ff_file_delete, .file_box:hover .ff_file_update {
  opacity: 1;
}
.ff_file_delete {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center; 
  background: #ffd3d3;
  color: white;
  border-radius: 100%;
}

.ff_file_delete:hover {
  background: red;
  color: white;
  cursor: pointer;
}

.ff_file_update {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center; 
  background: rgba(90, 19, 223, 0.4);
  color: white;
  border-radius: 100%;
}

.ff_file_update:hover {
  background: rgba(90, 19, 223, 0.932);
  color: white;
  cursor: pointer;
}
.fr_error_box {
  background: #fff2f2;
  padding: 15px;
  border: 1px solid rgba(255, 0, 0, 0.22);
  color: #ff0000;
  font-weight: 600;
}

.fr_error_box input {
  border: 2px solid red;
}

.btn_collapse_btn {
  
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding: 0;
}
.btn_collapse_btn:after {
  content: '+';
  font-size: 13px;
  color: white; 
}

.btn_collapse_btn[aria-expanded="true"]:after {
  content: "-"; 
}

.dealflow_box {
  border: 1px solid #cccccc38;
  box-shadow: 10px 10px 18px rgba(0,0,0, 0.13);

  position: relative;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 1);
}
.dealflow_box:hover {
  box-shadow: 10px 10px 18px rgba(0,0,0, 0.33);

}
.dealflow_notify {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: #d22136;
  color: white;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 7px;
}
.dealflow_head {
  color: #6b6b6b;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  text-align: center;
  overflow: hidden;
}


.dealflow_head .row { 
  margin: 0;
}
.dealflow_title {
  /*border-right: 1px solid #ccc;*/
  font-weight: 400;

}
.dealflow_open {
  color: #ccc;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.dealflow_open:hover {
  
  color: grey;
  cursor: pointer;
}
.dealflow_star {
  font-size: 23px;
  color: #fde96e;
}
.dealflow_star:hover .fa:before {
  content: "\f005";
  color: #fde96e;
}

.dealflow_star_box {
  border-bottom: 1px solid #ccc;
}
.rate {
  width: 80%;
  height: 50px;
  padding: 10px 10px;
  margin: 0 auto;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
.rate label {
  
  font-weight: 300;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width: 20%;
  text-align: center;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: "\f006";
}
.rate > input:checked ~ label:before {
  content: "\f005";
  color: #fde96e;
}
.rate:not(:checked) > label:hover:before,
.rate:not(:checked) > label:hover ~ label:before {
  content: "\f005";
  color: #fde96e;
}
.rate > input:checked + label:hover:before,
.rate > input:checked + label:hover ~ label:before,
.rate > input:checked ~ label:hover:before,
.rate > input:checked ~ label:hover ~ label:before,
.rate > label:hover ~ input:checked ~ label:before {
  content: "\f005";
  color: #fde96e;
}

.cutted_border {  
border-radius: 10px;
  /*
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
*/
}
.dealflow_main {
  margin: 10px 0;
}
.dealflow_tag {
  border-style: solid;    
  border-width: 1px;    
  border-color: #ececec;     
  cursor: pointer;    
  font-size: 13px;    
  line-height: 25px;
  display: inline-block;
  padding: 0 20px;
  
  margin: 6px 0;
}
.dealflow_tag_full {
  text-align: center;
  width: 90%;
  margin: 0 10px;
  padding: 0;
}
.dealflow_tag .fa {
  font-size: 11px;
  color: grey;
  padding: 0 0 0 1px;
}
.dealflow_tags {
  position: relative;
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px;

}

.dealflow_add_status {
  position: absolute;
  bottom: 7px;
  right: 5px;
  cursor: pointer;
  font-size: 26px;
  text-decoration: none;
  color: grey;
  display: inline-block;
  height: 25px;
  width: 25px;
  padding: 0;
  text-align: center;
  
  line-height: 26px;
  border-radius: 100%;
}

.dealflow_add_status:hover {
  text-decoration: none;
  color: white;
  background: #325e7c;
}
.dealflow_bottom {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.dealflow_kor {
  font-size: 20px;
  line-height: 28px;
  color: grey;
  text-decoration: none;
  border-radius: 100%;
  width: 28px;
  display: inline-block;
}
.dealflow_kor:hover {
  color: white;
  background: #325e7c;
  text-decoration: none;
 
}
.contacter_head_box {
  cursor: pointer; 
}
.badge-sm {
  font-size: 10px;
  margin: 4px 10px 0 0;
}
.profile_tags {
  height: auto;
  overflow: unset;
  
}
.profile_tags .dealflow_add_status {
  position: relative;
  width: 100%;
  border-radius: 10px;
  bottom: 0;
}
.flow_sr_box {
  display: block;
  float: right;
  margin: 0px 5px;
}
.flow_search_input {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin: 0px 0;
}
.egyebinner_valbox {
  border: 1px solid #b9b9b9;
  display: block;
  padding: 5px;
  border-radius: 4px;
  background: rgba(255,255,255,0.2);
}
.fr_repeater_input {
  margin-top: 7px;
}
.dealflow_kor_disabled {
  opacity: 0.15;
}
.befoglalo_doboz {
  margin-bottom: 10px;
}

.dealflow_star_box {
  overflow: hidden;
}
.page_project {
  background: #a7b9c6;
  height: 40px;
  color: white;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: fixed;
  top: 50px;
  z-index: 1000;
  left: 15px;
  right: 15px;
  width: auto;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
    top: 0;
    display: block;
    color: white;
  }
  .navbar-nav>li {
    height: auto;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
    font-weight: 300;
  }
  .dealflow_star_box {
    overflow: hidden;
  }
  .page_project {
    margin-top: -15px;
    margin-bottom: 10px;
    height: auto;
  }
  .page_content {
    margin-top: 65px;
  }
  .form {
    max-width: 97%;
  }
}

.dealflow_box_adminreg {
  opacity: 0.9;
  background: rgba(255, 151, 63, 0.168);
}

.dfbottom_end {
  border-top: 1px solid rgba(0,0,0,0.2);
  height: 25px;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  color: grey;
}
/****dealflow felúszó**/

body {
    
  transition: all .5s;
}

.sidenav {    
    width: 0;
    position: fixed;
    z-index: 1111;
    top: 5px;
    right: 0;
    bottom: 5px;
    background-color: #fff;
    border: 1px solid #325e7c;
    border-right: 0;
    transition: 0.5s;
    max-width: 90%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sidenav .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn:hover {
  color: #b3b3b3;
  transform: rotate(180deg);
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    left: -60px;
    font-size: 35px;
    background: #ffffff;
    color: #ababab;
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 100%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.full_layout {
    background: white;
    opacity: 0.4;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1050;
    transition: all 0.3s ease;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav .closebtn {font-size: 18px;}
}

#sidenav_content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.loader{
  width: 100px;
  height: 100%;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}



#loader-5 span{
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  background-color: #1e384a;
}
#loader-5b span{
  background-color: white;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  width: 5px;
  height: 5px;
}
#loader-5 span:nth-child(2){
  animation: moveanimation1 1s ease-in-out infinite;
}

#loader-5 span:nth-child(3){
  animation: moveanimation2 1s ease-in-out infinite;
}

#loader-5 span:nth-child(4){
  animation: moveanimation3 1s ease-in-out infinite;
}

@keyframes moveanimation1{
  0%, 100%{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  75%{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes moveanimation2{
  0%, 100%{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  75%{
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes moveanimation3{
  0%, 100%{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75%{
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}


.dfrow {
  min-height: 100%;
}
.dfside {
  padding: 20px 35px;
  height: calc(100vh - 12px);
  position: relative;
  overflow-y: scroll;
  
  padding-top: 120px;
}

.dfside::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.dfside::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.dfside::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
	background-color: #b3b3b3;
}

.dfside_head1 {
  position:relative; width:1280px;
}
.dfside_head2 {
  position:absolute;
}
.dfside_head {
  position: fixed;
  width: 100%;
  background: white;
  top: 6px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.11);
  z-index: 10;
  padding-top: 15px;
  padding-left: 20px;
  margin: 0 -20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.dfside_head {
  border-bottom: 1px solid #bfbfbf;

}
.dfside_title {
  font-size: 26px;

}
.dfside_props {
  display: flex;
}
.dfside_prop {
  border-right: 1px solid #bfbfbf;
  padding-right: 15px;
  margin: 10px 15px 10px 0;
}
.dfside_prop i {
  color: #bfbfbf;
  margin-right: 5px;
}
.dflside {
  padding: 15px 20px 15px 0px;
  background: #f5f5f5;
}

.dfside_prop .dealflow_kor, .contacter_head_box_sm {
  padding: 0 1px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  width: 33px !important;
}

.dfside_prop .dealflow_kor, .contacter_head_box_sm .contacter_image {
  font-size: 14px !important;
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
}


.dfside_prop .dealflow_kor, .contacter_head_box_xs {
  padding: 0 1px !important;
  font-size: 9px !important;
  line-height: 12px !important;
  width: 12px !important;
}

.dfside_prop .dealflow_kor, .contacter_head_box_xs .contacter_image {
  font-size: 9px !important;
  line-height: 12px !important;
  width: 12px !important;
  height: 12px !important;
}

.dfside_prop .dealflow_kor_disabled {
  opacity: 0.25;
}

.dfside_prop .contacter_image {
  padding: 0 !important;
  font-size: 11px !important;
  line-height: 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: 2px;
}
#user_news_div small {
  color: #c1c1c1;
}
.dealflow_news {
  display: block;
  background: rgba(220, 220, 220, 0.06);
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 10px;
}
.dealflow_news textarea {
  border: 1px solid #eaeaea;
}
.dflside_links .menu_level2 {
  padding: 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
  background: none;
  white-space: nowrap;
}

.dflside_links .menu_level2_active {
  background: none;
  
}
.dflside_links .menu_level2:hover {
  color: grey;
  background: rgba(255,255,255,0.1);
}

.dflside_links .menu_level2_disabled {
  opacity: 0.5;
  background: none;
}
.dflside_links .menu_level2 .fa {
  width: 25px;
  text-align: center;
}

.swal2-container {
  z-index: 1260;
}


.login_row {
  min-height: 100vh;
}
.login_left {
  background: rgba(70,124,160,1);
  background: -moz-linear-gradient(top, rgba(70,124,160,1) 0%, rgba(52,100,131,1) 40%, rgba(52,100,131,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70,124,160,1)), color-stop(40%, rgba(52,100,131,1)), color-stop(100%, rgba(52,100,131,1)));
  background: -webkit-linear-gradient(top, rgba(70,124,160,1) 0%, rgba(52,100,131,1) 40%, rgba(52,100,131,1) 100%);
  background: -o-linear-gradient(top, rgba(70,124,160,1) 0%, rgba(52,100,131,1) 40%, rgba(52,100,131,1) 100%);
  background: -ms-linear-gradient(top, rgba(70,124,160,1) 0%, rgba(52,100,131,1) 40%, rgba(52,100,131,1) 100%);
  background: linear-gradient(to bottom, rgba(70,124,160,1) 0%, rgba(52,100,131,1) 40%, rgba(52,100,131,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#467ca0', endColorstr='#346483', GradientType=0 );
  padding: 30px 2% 0 2%;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.login_right {
  padding-bottom: 30px;
}
.login_title {
  background: rgba(52,100,131,1);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
.login_language {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
}
.login_texts {
  display: block;
  margin-top: 30vh;
  color: #fdfdfd;
  font-size: 18px;
  text-align: justify;   
}

.login_texts b {
  font-size: 23px;
  display: block;
  margin-top: 10px;
}
.login_right .panel {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
.login_right label {
  color: #929292;
  font-weight: 300;
}
.login_maincont {
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.login_maincont .fa {
  position: absolute;
  margin-top: -2px;
  margin-left: 4px;
}

.page_body {
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.18);
  border-radius: 10px;
}
.page_body_padding {
  padding: 10px 20px;
}
.menu_box {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

@media (min-width: 1550px) {
  .col-xl-2 {
      width: 22%;
  }
  .col-xl-10 {
    width: 77.999%;
  }
}
@media (min-width: 1660px) {
  .col-xl-2 {
      width: 17%;
  }
  .col-xl-10 {
    width: 82.999%;
  }
}


@media (min-width: 1000px) {
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  

}


@media (max-width: 1000px) {
  .login_texts {
    margin: 80px 0;
  }
  .login_left {
    padding: 30px 2% 20px 2%;
  }
  .login_language {
    bottom: auto;
    top: 40px;
    right: 20px;
    left: auto;
  }
}

.dflside_opener {
  cursor: pointer;
}
.dflside_opener:hover {
  background: rgb(58, 58, 58) !important;
  color: white !important;
}
.menu_level2_active_in {
  background: rgb(58, 58, 58) !important;
  color: white !important;
}

.select2-container {
  text-align: center;
}





/* ---------------------------------------------------- */

/**
 * Multiple Select2
 */
 .select2-container--material {
  width: 100% !important;
  /**
   * Textbox
   */
  /**
   * Dropdown
   */
  /**
   * Options
   */
  /**
   * Focused textbox
   */
  /**
   * Disabled textbox
   */
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: .5rem 0 .6rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all .3s;
  min-height: 2.1rem;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1.2rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}


/*////*/

.notify_alert_unread {
  color: white;
  background: red;
}
.dropdown-menu-extranagy {
  min-width: 300px;
  max-width: 100%;
  max-height: 80vh;
  overflow: auto;
}
.notify_ahref {

}
.notify_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 10px 4px;
}
.notify_icon {
  font-size: 25px;
  text-align: center;
  color: black;
}
.notify_title {
  font-size: 15px;
  font-weight: 600;
  color: black;
}
.notify_text {
    font-size: 12px;
    font-weight: 300;
    margin: 5px;
    text-align: justify;
    color: grey;
}
.notify_date {
  font-size: 11px;
  font-weight: 300;
  color: grey;
}
.notify_row_unread {
  background: #ffd1d1;
}
.notify_close {
  position: absolute;
  top: -5px;
  right: 5px;
  color: grey;
}
.notify_close .fa {
  color: grey;
}
.notify_read_all {
  color: grey;
  text-align: center;
  display: block;
  font-size: 11px;
  border-bottom: 1px solid #d6d6d6;
  padding: 1px 0 3px 0;
  cursor: pointer;
}


/*milestone*/

.mile_befoglalo {
  position: fixed;
  bottom: 0;
  left: 20px;
  max-width: 350px;
  padding: 2px;
}
.mile_hidden {
  display: none;
  border-radius: 10px;
  background: #325e7c;
  color: white;
  width: 40px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 5px;
}
.mile_show {
  display: none;
  background: white;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  border-bottom: 0;
  padding: 3px;
  z-index: 400;
  position: relative;
  
  height: 330px;
  width: 350px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

}
.mile_active {
  display: block;

}
.mile_close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: white;
}
.mile_title {
  margin: -4px;
  background: #325e7c;
  text-align: center;
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
  line-height: 22px;
  padding: 2px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mile_content {
  height: 264px;
  overflow-y: auto;
}

.mile_content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
border-radius: 10px;
background-color: #F5F5F5;
}

.mile_content::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}

.mile_content::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
background-color: #b3b3b3;
}

.mile_element {
  border: 1px solid #ccd1d9;
  border-radius: 3px;
  margin: 5px 5px;
  padding: 4px;
}
.mile_element:hover {
  box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.mile_element:after {
  content: " ";
  clear: both;
  display: block;
  
  font-size: 0;
}
.mile_trash {
  float: right;
  width: 20px;
  text-align: center;
  color: #ccd1d9;
}
.mile_trash:hover {
  color: #325e7c;
  cursor: pointer;

}
.mile_new {
  border-top: 1px solid #e2e2e2;
  margin: 0 -4px;
}
.mile_new_text {
  border: 0;
  box-shadow: 0;
}


.mile_element_text {
  resize: none;
  border: 0;
  height: 20px;
  line-height: 20px;
  width: calc(100% - 20px);
}
.bg_white {
  background: white;
}
.timeline {
  position: relative;
  top: 0;
  padding: 20px 0 60px 0;
  margin: 0;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 2px;
  margin-left: -1px;
  content: '';
  background-color: #ccd1d9;
}
.timeline_year {
  position: relative;
  top: 30px;
  z-index: 200;
  width: 120px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #aab2bd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.timeline_title {
  text-align: center;
  cursor: pointer;
}
.timeline_element {
  z-index: 9;
}
.timeline_element .timeline_date {
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  width: 100px;
  padding: 10px 20px;
  color: #325e7c;
}
.timeline_element_right .timeline_date {
  margin-left: -100px;
  text-align: right;    
}

.timeline_element .timeline_box {
  position: relative;
  width: 47%;
  padding: 15px;
  margin-top: 4px;
  background-color: #325e7c;
  color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  float: left;
}
.timeline_element_right .timeline_box {
  float: right;
}

.timeline_element_admin .timeline_box { 
  padding-bottom: 0;
}
.timeline_actions {
  background: white;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #325e7c;
  opacity: 0;
  transition: all .5s ease;
  height: 15px;
  overflow: hidden;
}
.timeline_box:hover .timeline_actions {
  opacity: 1;
  margin-top: 15px;
  height: auto;
}
.timeline_icon {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 200;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background-color: #325e7c;
  border: 4px solid #cecece;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.timeline_icon_success {
  background-color: #38cd38;
  border: 4px solid #2aa82a;
}
.timeline_icon_success:before {
  content: "✓";
  color: white;
  padding: 0px;
  font-size: 10px;
  text-align: center;
  display: block;
}
.timeline_icon_error {

  background-color: #cd3838;
  border: 4px solid #932525;
}

.timeline_icon_error:before {
  content: "×";
  color: white;
  padding: 0px;
  font-size: 10px;
  text-align: center;
  display: block;
}
.timeline_custombtn {
  border-color: white white #cccccc white;
  height: 28px;
  line-height: 1.5;
  min-height: 2.1rem;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  color: #55595c;
  
  font-weight: 300;
  text-align: left;
  
}

.timeline_element {
  position: relative;
  clear: both;
}
.clearfix {
  clear: both;
}
.timeline_box:before {

  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 6px;
}
.timeline_element .timeline_box:before {
  left: auto;
  right: -12px;
  border-color: transparent transparent transparent #325e7c;
}
.timeline_element_right .timeline_box:before {
  left: -12px;
  border-color: transparent #325e7c transparent transparent;
}

.timeline_element .timeline_box_important {
  background: #8e7474;
  color: white;
}

.timeline_element .timeline_box_important:before {
  border-color: transparent transparent transparent #8e7474;
}
.timeline_element_right .timeline_box_important:before {
  border-color: transparent #8e7474 transparent transparent;
}


.timeline_element .timeline_box_done {
  background: #83a971;
  color: white;
}

.timeline_element .timeline_box_done:before {
  border-color: transparent transparent transparent #83a971;
}
.timeline_element_right .timeline_box_done:before {
  border-color: transparent #83a971 transparent transparent;
}

.timeline_element .timeline_box_done .timeline_actions {
  border-color: #83a971;
}

.timeline_element .timeline_actions a { 
  color: black;
}

.timeline_element .timeline_actions span { 
  color: black;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: block;
  text-align: center;
}

.timeline_element .timeline_box_brown {
  background: #a09f82;
  color: white;
}
.timeline_element .timeline_box_brown:before {
  border-color: transparent transparent transparent #a09f82;
}
.timeline_element_right .timeline_box_brown:before {
  border-color: transparent #a09f82 transparent transparent;
}

.timeline_element .timeline_box_brown .timeline_actions {
  border-color: #a09f82;
}


.timeline_element .timeline_box_useraddednotaccepted {
  background: #667986;
  color: white;
}

.timeline_element .timeline_box_useraddednotaccepted:before {
  border-color: transparent transparent transparent #667986;
}
.timeline_element_right .timeline_box_useraddednotaccepted:before {
  border-color: transparent #667986 transparent transparent;
}

.timeline_element .timeline_box_useraddednotaccepted .timeline_actions {
  border-color: #667986;
}


.timeline_actualline {
  width: 100%;
  height: 2px;
  z-index: 20;
  position: relative;
  border-top: 3px dashed #ccd1d9;
}





.additional_left {
  background: #fafafa;
  padding-right: 0;
  border-right: 1px solid rgba(0,0,0,0.2);

}
.additional_box {
  border: 1px solid rgba(0,0,0,0.2);
  margin: 0;
  background: white;
}

.additional_box .menu_box {
  margin-left: -15px;
  margin-bottom: 0;
}

.additional_box .menu_box .menu_level2 {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.additional_content {
  padding: 15px 20px;
}
.additional_title {
  color: #666666;
  margin: 0 auto;
  display: block;
  border-left: 0;
  border-right: 0;
  letter-spacing: 0;
  line-height: 33px;
  font-weight: 400;
  font-size: 22px;
  position: relative;

  margin-bottom: 25px;
}

.home_dash_active {
  color: #5fc36e;
}
.home_dash_inactive {
  color: grey;
}


/**/
.bg-white {
  background: white;
}
.dashboardtable>.fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  background: #9bb0bf;
  color: white;
  /*border-right: 1px solid #ddd;*/
}
@media(min-width:768px) {
  .dashboardtable>.fixed-column {
    /*  display: none;*/
  }
}

.table-responsive2 {
  min-height: .01%;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
}
.dashboardtable .table {
  border-collapse: collapse;
  width: auto;
}
  
.dashboardtable table, .dashboardtable  th, .dashboardtable  td {
  border: 1px solid #dedede;
}
.dashboardtable  th, .dashboardtable  td {

  
}
.dashboardtable  th {
  background: #dcdcdc;
  border-bottom: 1px solid #c7c7c7 !important;
}

.dashboard_entity {
  width: 139px;
  cursor: pointer;
  height: 46px;
  
  
  line-height: 15px;
  padding: 14px 0px;
  text-align: center;
}
.dashboard_entity:hover {
  box-shadow: inset 0px 0px 1px 2px rgba(0, 0, 0, 0.18);
}
.dashboard_entity small {
  display: block;
  font-size: 11px;
  color: rgb(50, 94, 124);
  font-weight: 600;
}
.dashboardtab_menu {

}
.dashboardtab_menu .select-project {
  display: block;
  padding: 5px 20px;
  margin: 10px 0;
}
/**/

.btn_fileheader {
  text-align: left;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  line-height: 22px;
  color: grey;
  margin-top: 8px;
}

.clear_frame .form_end {
  position: relative !important;
}











/***NEW LOGIN*******/


.login_left {
  background: none;
  box-shadow: 0 0 0 0 black;
}
.login_textbox {
  max-width: 400px;
  margin: 50px auto 20px auto;
  background: rgba(255,255,255,0.83);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border: 0;
  border-radius: 15px;
  overflow: hidden;
  color: #457a9e;
  padding: 20px 15px;
  text-align: justify;
}
.login_body {
  background: #c6d1d7 url("./images/loginbg.jpg");
  background-size: cover;
  background-position: center;
font-family: 'Oxygen', sans-serif;
text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
.login_right .panel {
  background: rgba(255,255,255,0.83);
}
.login_right label {
  color: #457a9e;
  font-weight: 400;
}
.login_maincont {
  max-width: 2000px;
  padding: 20px;
}
.login_body .btn-submit {
  display: inline-block;
  min-width: 145px;
  width: auto;
  border-radius: 9px;
  border: 0;
  margin: 10px auto;
  text-transform: uppercase;
  line-height: 23px;
  background: #457a9e;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
}
.login_row .navbar-brand {
  float: none;
  height: auto;
  text-align: center;
  display: block;
}
.login_row .navbar-brand img {
  width: 400px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.login_textbox_language {
  text-align: center;
  position: fixed;
  left: 10px;
  bottom: 10px;    
  display: block;
  width: 190px;
  background: white;
  line-height: 40px;
  padding: 2px 10px;
  border-radius: 10px;
}
.login_textbox_title {
  font-weight: 400;
  text-align: center;
  margin: 5px 0 20px 0;
}
.login_buttons a {
  font-size: 13px;
  text-decoration: underline;
}

