body {
  font-family: 'Roboto', sans-serif;
}
.container {
	border: solid 0px #F00;/*
	text-align:center;*/
	padding:1em 2em;
	padding-top: 50px;
	width:calc(100% - 30px);
	margin-left:0;
}/*
@media (max-width: 768px) {
	.container {
		width: 90%;
	}
}
@media (min-width: 992px) {
	.container {
		/*width:auto;*//*
		width: 700px;
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 950px;
		margin-left:0;
	}
}
*/
body { 
    /*text-align:center;*/ 
    background-color:#ECECEC;
}
.block { padding:10px 15px 0 0;	}
button { 
    display: block; 
    margin-top:0px; 
    background-color: #EB2A7F;
    border: 0;
    color: #FFF;
    padding: 5px 15px;
}
/**/
input { 
    display: block; 
    margin-top:0px; 
    /*padding: 2px 4px;*/
}
input:focus {/*
    padding: 4px 6px;
    border-width: 0px;*/
    border-style: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    /*outline: solid 1px #EB2A7F;*/
}
.ax_url {
    color:#EB2A7F;
    cursor:pointer;
}
button.no { display: inline; margin:0 auto; margin-top:5px; }
section { max-width:1500px; margin:0 auto; margin-top:10px; }
section .s_head { border-bottom:solid 0px #000; background-color:#245C95; font-size:15px; font-weight:bold; text-align: left; margin:5px 0; }
section .s_head i { padding:2px 5px; background-color:#000; color:#FFF; /*float:left; margin-top:-4px;*/ cursor:pointer; }
section .s_head span { margin-right:20px; padding-left:15px }
section .s_body {
	border:solid 0px #000; 
	border-top:none; 
	padding:0px;
	text-align:left;
}
/**********************************************************************************************************************************************************/

/* Navigation Menu - Background */
.navigation {
	/* critical sizing and position styles */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;

	/* non-critical appearance styles */
	list-style: none;
	/*background: #111;*/
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
	
	background: -webkit-linear-gradient(left top, #3C98F8, #1F5AC2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #3C98F8, #1F5AC2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #3C98F8, #1F5AC2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #3C98F8, #1F5AC2); /* Standard syntax */
}

.app_header {
	width: 100%; /*calc(100% - 250px);*/
	/*width: calc(100% - 250px);*/
    height: 45px;
    position: fixed;
    background-color: white;
	border-bottom:solid 1px #CCC;
    z-index: 12;
    right: 0;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 250px;
  /*border-top: 1px solid #111;
  border-bottom: 1px solid #000;*/
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 0.5em;
  /*background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  text-align:center;
  transition: color 0.2s, background 0.5s;
}

.nav-item a.title {/*
	padding: 1em;*/
	text-transform:uppercase;
	letter-spacing:1px;
	height: 45px;
	line-height:45px;
  border-bottom: 1px solid #555;
  background-color:#245C95;
}

.nav-item.active a {
	color:#c74438;
	font-weight:bold;
}

.nav-item a:hover {
  color: #c74438;
  /*background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);*/
}

.my_table_sp {
    width: 100%;
    min-height: 20px;
}

.my_table_sp tr td {
    border: solid 0px red;
}

.my_table_sp tr td.main_sp {
    width:60%;
    vertical-align: top;
    padding-right:15px;
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  /*min-width: 100%;*/
  /*width: calc(100% - 250px);*/
  width: 100%;
  background-color: white; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  
  /* non-critical apperance styles */
  padding: 0;/*
  background-image: linear-gradient(135deg, rgb(254,255,255) 0%,rgb(221,241,249) 35%,rgb(160,216,239) 100%);*/
  background-size: 200%;
  background-color: #ECECEC;
}

.sec_head {
	font-size: 20px;
    font-weight: bold;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 15px; 
  top: 33px;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 23px;
  width: 23px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='#AAA' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='3'/><rect y='24' width='30' height='3'/><rect y='12' width='30' height='3'/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s, width 0.2s;
}

/* Make the Magic Happen *
.site-wrap {
  transition: width 0.2s;
}*/

.nav-trigger:checked + label {
  left: 275px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 250px;
  width:calc(100% - 250px);
  /*width:100%;/*
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
}
@media only screen and (max-width: 750px) {
    .nav-trigger:checked ~ .site-wrap {
        width:100%;
    }
}

.nav-trigger:checked ~ .site-wrap .app_header {
  width:calc(100% - 250px);/*
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);*/
}

body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/* Additional non-critical styles */

h1, h3, p {
  max-width: 600px;
  margin: 0 auto 1em;
}

code {
    padding: 2px;
    background: #ddd;
}

/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%;  }

.rerun {
	width:35px;
	height:35px;
	cursor:pointer;
	background-color:black;
	opacity:0.5;
	position:absolute;
	right:0;
	margin-top:10px;
	border-radius:0 0 0 7px;
}
.rerun:hover {
	opacity:1;
}
.rerun-btn {
	width:40px;
	height:34px;
	float:right;
	cursor:pointer;
	border-radius: 0 4px 4px 0;
	background-color:#000;
	margin-top:-34px;
	border: solid 1px #CCC;
	border-left:none;
	color:#FFF;
	padding: 4px 8px;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  /*height: 300px;*/
  margin: 1rem;
  position: relative;
  /*width: 300px;*/
  padding:20px;
  width:calc(100% - 30px);
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(fonts/MaterialIcons-Regular.woff) format('woff'),
       url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

#scrolling {
	width:100%;
    max-width:100%;
    background-color:#000;
    min-height:450px; 
    color:#DDD; 
    padding:5px 10px;
    max-height:550px;
    overflow:scroll;
	position: fixed;
}
#scrolling pre {
    background-color: #000;
    color: #DDD;
    /*border: 0;*/
    overflow: hidden;
}
#scrolla {
    max-width:970px !important;
	border-left: none !important;
    background-color: transparent;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

div.para {
	margin-bottom:8px;
}

.btn-primary {/*
    background-image: -webkit-linear-gradient(top,#3C98F8 0,#1F5AC2 100%);
    background-image: -o-linear-gradient(top,#3C98F8 0,#1F5AC2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3C98F8),to(#1F5AC2));
    background-image: linear-gradient(to bottom,#3C98F8 0,#1F5AC2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;*
	background-color: #3C98F8 !important;*/
}

.display_time {
	width: 100%;
    height: 22px;
    line-height: 24px;
    background-color: #000;
    opacity: 0.17;
    /* margin-top: -5px; */
    margin: 0px 0px -5px 0px;
    color: #FFF;
    text-align: left;
    padding-left: 10px;
    font-size: 10px;
}

.display_time:hover {
	opacity:0.75;
}

.show_hide_post {
	width:40px;
	height:40px;
	background-color:#000;
	opacity:0.1;
	position:absolute;
	margin-top:5px;
	right:16px;
	cursor:pointer;
	font-size: 30px;
    color: #FFF;
	border-radius: 0px 0px 10px 10px;
}

.show_hide_post:hover {
	opacity:0.55;
}

.puttin-eye {
	background-color:transparent;
	cursor:pointer;
	width:27px;/*
	height:22px;*/
	position:absolute;
	right:0;
	margin-top:-22px;
}

.puttin-eye i {
	font-size:16px !important;
}














































































/****************************************************************************************************************************************/
















































.navigation {
    background: linear-gradient(45deg, rgb(55, 54, 59) 0%, rgb(40, 39, 44) 100%) !important;
}
.nav-item a.title {
    background-color: transparent;
    border-style: none;
    border-color: initial;
	height: 110px;
    line-height: 110px;
    font-size: 25px;
	color:#FFF;
}
.nav-item a.title:hover {
	color:#FFF;
}
.nav-item a:hover {
	color:#FFF;
}

.nav-item a:active {
	color:rgb(16,157,211)
}
.nav-item.active {
    background-color: rgb(42, 41, 46);
}
.nav-item.active a:hover {
    color:#FFF;
}
.nav-item.active a {
    color: #EB2A7F !important; /*Side menu active color : #EB2A7F rgb(16,157,211)*/
}
.nav-item {
    width: 250px;
}
.nav-item a {
    color: rgb(170, 170, 170);
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 15px;
}
.nav-item a {
    display: block;
    color: #AAA;
    text-decoration: none;
    text-align: center;
    transition: color 0.2s, background 0.5s;
}
.nav-item.active a {
    color: rgb(255, 255, 255);
    font-weight: normal;
}
.nav-item.active a {
    color: rgb(255, 255, 255);
    font-weight: normal;
}
.app_header {
    height: 65px;
}
.container {
    width: 100%;
    padding: 0px 0px 0px !important;
}
.band {
    width: 100%;
    height: 160px;
    background: linear-gradient(141deg, rgb(16,157,211) 0%, rgb(8,169,213) 51%, rgb(12,178,204) 75%);
    opacity: 0.95;
}
.paper-mat {
    position: absolute;
    background-color: rgb(235, 32, 122);
    width: 50px;
    height: 50px;
    border-radius: 50%;
	right:50px;
	top:135px;
	padding: 7px 0 0 8px;
	cursor:pointer;
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.3);
}
.paper-mat:hover {
	box-shadow: 0 0px 14px 1px rgba(0, 0, 0, 0.3);
}
.paper-mat:active {
	background-color:black;
}
.paper-mat i {
	color:#FFF;
	font-size: 35px;
}
.wlc {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: lighter;
    padding: 30px 0px 25px;
}
span.spUrl {
    color: rgb(255, 255, 255);
    font-size: 18px;
	font-weight: 300;
}
.inpUrl {
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    display: inline;
    color: rgb(255, 255, 255);
    font-size: 18px;
    min-width: 250px;
    background: none;
    border-style: none none solid;
    border-bottom: 1px solid rgb(255, 255, 255);
	outline:none;
}
.inpUrl:focus {
    /*border-bottom:solid 1px rgb(235, 32, 122);*/
}

li .titr {
	color:rgb(59,197,226);/*
	text-transform:uppercase;
	letter-spacing:1px;*/
	font-weight:bold;
    font-size:16px;
    color:#AAA;
}

li.active .titr {
    color:#222;
}

.sepa {
    width:50%;
    margin:0 auto;
    margin-top:10px;
    border-top:solid 1px #DDD;
}

.cadre {
	min-height:300px;
	background-color:#FFF;
	border:solid 1px #E1E1E1;
    margin-top:0px;
    margin-bottom: 20px;
    border-radius:3px;
    padding:0 20px 20px 20px;
}

.cadre > .row {
	border:solid 0px red;
	margin:0;
	padding-top: 10px;
}

pre {
	background-color:transparent;
	border:none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 15px 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;/*
    background-color: transparent;
    /*border: 0px solid #ccc;*/
    border-radius: 4px;
}

.demobtn {
	border: none;
    border-radius: 20px;
    background-color: #F9BDD8; /*rgb(59,197,226);*/
    background-image: none;
    color: #FFF;
    text-transform: uppercase;
	font-size: 10px;
    letter-spacing: 0.8px;
    padding: 10px;
	outline:none;
	/**/
	width:100%; 
	margin-top:5px;
}

.list_menu_it {
	list-style-type:none;
    margin-bottom:30px;
    border-bottom:solid 1px #CCC;
    padding: 20px 90px 18px 90px;
    /**/
    position: fixed;
    background-color: #ECECEC;
    background-color: #FFF;
    width: 100%;
    opacity:0.95;
    z-index:999;
}

.list_menu_it li {
	display:inline;
	margin-right:25px;
	text-align:center;
	padding:0 10px 20px 10px;
	cursor:pointer;
}

.list_menu_it li.active {
	border-bottom:solid 3px #EB2A7F;
}

/*****************************************/
.lbl {
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  left: 17px;
  top: 55px;
}
.lbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.16), 0px 0px 2px 1px rgba(0,0,0,0.23);
}
.lbl:active:after {
  transform: scale(1.15, 0.85);
}
.cbx:checked ~ label {
  background: #6fbeb5;
  background: #F9BDD8;
}
.cbx:checked ~ label:after {
  left: 20px;
  background: #179588;
  background: #EB2A7F;
}
.cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.cbx:disabled ~ label:after {
  background: #bcbdbc;
}
.cntr {
  position: absolute;
  right: 135px;
  top: -36px;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.press {
  margin-bottom: 40px;
}
.hidden {
  display: none;
}
p {color: blue}

.activity {
	color:#FF0000;
	background-color:#FF0000;
}

.postedd {
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
    /* box-shadow: 0 0 12px rgba(0,0,0,.6); */
	position:absolute;
	width: 350px;
    height: 132px;
	background-color:#333;
	z-index:9999999;
	top: 195px;
    left: 170px;
    border-radius: 3px;
	
}

.postedd  textarea {
	color:#FFF;
	outline:none;
	width:100%;
	height:100%;
	border:none;
	background:none;
	padding:8px;
}

.block-title-demo {
	border:solid 0px #F00; 
	padding: 12px 0; 
	margin:0;
	font-weight:bold; 
	text-transform:uppercase; 
	font-size:13px;/*
	text-align:right;*/
}

.block-text-zn {
	border:solid 0px #F00;
	padding:9px 15px;
}

.list_knowledge {
	margin:0;
	padding:0;
	list-style-type:none;
}

.list_knowledge li {
	margin:0;
	padding:0;
	display: inline-block;
	width:100%;
}

.moreinfo {
	margin:20px 0px;
	border:solid 1px #CCC;
	background-color:rgb(206,255,209);
	color:rgb(43,199,100);
	border-radius:2px;
	/**/
	background-color:rgb(208,242,249);
	color:#333;
	border:solid 1px #CFCFCF;
	margin-bottom: 180px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.mt-20 {
	margin-top: 20px;
}
.mb-80 {
	/*margin-top: 80px;*/
}

.sp_active {
	color:#EB2A7F;
}

.b {
	font-weight:bold;
}

a {
	cursor:pointer;
}

.block_step {
	margin-bottom: 10px;
}

.user_image {
	width:50px;
	height:50px;
	border:solid 1px #EEE;
	border-radius:50%;
	/*margin:7px 0 0 auto;*/
	overflow:hidden;
	cursor:pointer;
}
.user_image img {
	width:100%;
}

.header_info {
	list-style-type: none;
	margin:7px 0 0 auto;
}

.header_info li {
	float:right;
	line-height:50px;
	padding-left:10px;
}

.search_input_header {
	margin-left: 60px;
    display: inline;
    min-width: 300px;
    outline: none;
    height: 35px;
    border-radius: 20px;
    border: none;
    border: solid 1px #CCC;
    padding: 0 15px;/*
	background-color: #ECECEC;*/
}

.search_input_header:focus {
	border: solid 1px rgb(16,157,211);
}

.block {/*
	background-color: rgb(16,157,211);*/
	background: linear-gradient(141deg, rgb(16,157,211) 0%, rgb(8,169,213) 51%, rgb(12,178,204) 75%);
    width: 370px;
    margin: 0 auto;
	padding: 30px 0;
	margin-top:50px;
}

.block > div {
	width:60%;
	margin: 0 auto;
}

.block input {
	border: none;
    background: none;
    border-bottom: solid 1px #FFF;
    margin-top: 15px;
	padding:0px  5px;
	color:#FFF;
	width:100%;
	outline:none;
}

.block button {
	width: 100%;
	background-color:rgb(235, 32, 122);
	background-color:#FFF;
	margin-top:10px;
	color:#000;
	border:none;
	border-radius: 0;
}

.block button:hover {
	background-color:#777;
	color:#FFF;
}

.ng-hide {
  /* this is just another form of hiding an element */
  display: block!important;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.merda {
	display: block;
    padding: 9.5px;
    margin: 15px 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 4px;
	white-space:no-wrap;
	border:solid 1px red;
}
/*
h1.one {
  span {
    background: black;
    padding: 1px 8px;
    &::before {
      content: "\A";
    }
  }
}
*/


div.turn_me_on {margin: 0 auto;padding: 0;-webkit-animation-name: spin;-webkit-animation-duration: 800ms;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-moz-animation-name: spin;-moz-animation-duration: 800ms;-moz-animation-iteration-count: infinite;-moz-animation-timing-function: linear;-ms-animation-name: spin;-ms-animation-duration: 800ms;-ms-animation-iteration-count: infinite;-ms-animation-timing-function: linear;animation-name: spin;animation-duration: 800ms;animation-iteration-count: infinite;animation-timing-function: linear;color: #FFF !important;font-size: 35px;text-align: center;}
@-ms-keyframes spin { from { -ms-transform: rotate(0deg); } to { -ms-transform: rotate(-360deg); }}
@-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(-360deg); }}
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); }    to { -webkit-transform: rotate(-360deg); }}
@keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(-360deg); }}


.tabWrap tr td {
    padding: 4px 10px;
    font-size: 12px;
}

.tabWrap tr:hover {
    background-color: #777 !important;
    color:#FFF;
}

.tabWrap tr th {
    padding: 10px;
}

.tabWrap tr td, .tabWrap tr th {
    border: 0 !important;
}

.tabWrap table {
	border: solid 1px #BBB;
    border:0;
}

#excelDataTable {
    /*margin:10px 20px;*/
    margin-top:-10px;
    width:100%;
}

#excelDataTable tr th {
    background-color:#AAA;
}

#excelDataTable tr:nth-child(even) {
    background: #EEE;
}

.title_ax_method {
	font-size:18px;
	border-bottom:solid 1px #EEE;
	padding:10px 0;
	margin-bottom:12px;
	color:#555;
}

::-webkit-scrollbar { 
    display: none !important; 
}

.meth_sep {
    border-top:solid 1px #BBB;
    margin:35px 20px;
}




/*********************************************************/


.scroll {
    /*width: 20px;
    height: 200px;
    overflow: auto;
    float: left;
    margin: 0 10px;*/
  }
 
  .scroll1::-webkit-scrollbar {
    width: 5px;
  }
   
  .scroll1::-webkit-scrollbar-track {
    background: #ddd;
  }
   
  .scroll1::-webkit-scrollbar-thumb {
    background: #666; 
  }
  
  .scroll2::-webkit-scrollbar {
    width: 5px;
  }
   
  .scroll2::-webkit-scrollbar-thumb {
    background: #666; 
  }
  
  .scroll3::-webkit-scrollbar {
    width: 5px;
  }
   
  .scroll3::-webkit-scrollbar-thumb {
    background: #ddd; 
  }
  
  .scroll3::-webkit-scrollbar-track {
    background: #666; 
  }
  
  .scroll4::-webkit-scrollbar {
    width: 10px;
  }
   
  .scroll4::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
  }
  
  .scroll4::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
  }
  
  .scroll5::-webkit-scrollbar {
    width: 15px;
  }
   
  .scroll5::-webkit-scrollbar-thumb {
    background: #666;
  }
  
  .scroll5::-webkit-scrollbar-track {
    background: #ddd;
  }
  
  .scroll5::-webkit-scrollbar-button {
    background: #666;
    height: 15px;
    border-radius: 50%;
  }

















































/*
//SASS
/**
 *	Variables
 *
 */

/**
 *	Colors
 *
$colors: (
	white: 		#ffffff,
	blue_a: 	#115dcf,
	blue_b: 	#1bbbe9,
	blue_c: 	#0066ff,
	blue_d: 	#0b53be,
	blue_f: 	#97c3ff,
	blue_g: 	#fafaff,
	blue_h: 	#216ddf,
	purple_a: 	#aa60c1,
	purple_b: 	#fff5ff,
	purple_c: 	#ba70d1,
	orange_a: 	#fd931a,
	gray_a: 	#303030,
	gray_a1: 	#363636,
	gray_b: 	#999999,
	gray_c: 	#eeeeee,
	gray_d: 	#f4f4f4,
	gray_e: 	#666666,
	lime_a:		#dedc00,
);

/**
 *	Array with categories and their colors
 *	first item in $categories corresponds to first item in $cat-colors, second corresponds to second etc.
 *

$categories: "corporate", "site", "country", "gbu", "functions", "entite";
$cat-color: "blue_b", "lime_a", "lime_a", "orange_a", "orange_a", "orange_a";

/**
 *	Fonts
 *
$no-space:  'Zero Width';
$roboto:	'Roboto', sans-serif;
$oswald: 	'Oswald', sans-serif;

/**
 *	Breakpoints 
 *
$size-mini:            480px !default;
$size-mobile:          600px !default;
$size-tablet:          769px !default;
$size-medium:          940px !default;
$size-desktop:        1110px !default;
$size-large:          1280px !default;
$size-oversized:      1440px !default;

$bp-4items:			1200px;
$bp-5items:			1440px;

$bp-5items-small:	$size-medium;
$bp-4items-small:	$size-tablet;
$bp-3items-small:	$size-mobile;
$bp-2items-small:	$size-mini;
*/


/*************************************************************************************************************************/


/*css*
body {
font-family: 'Roboto Condensed', sans-serif;
}
h1
{
text-align: center;
background-color: #FEFFED;
height: 70px;
color: rgb(95, 89, 89);
margin: 0 0 -29px 0;
padding-top: 14px;
border-radius: 10px 10px 0 0;
font-size: 35px;
}
.main {
position: absolute;
top: 50px;
left: 20%;
width: 450px;
height:530px;
border: 2px solid gray;
border-radius: 10px;
}
.main label{
color: rgba(0, 0, 0, 0.71);
margin-left: 60px;
}
#image_preview{
position: absolute;
font-size: 30px;
top: 100px;
left: 100px;
width: 250px;
height: 230px;
text-align: center;
line-height: 180px;
font-weight: bold;
color: #C0C0C0;
background-color: #FFFFFF;
overflow: auto;
}
#selectImage{
padding: 19px 21px 14px 15px;
position: absolute;
bottom: 0px;
width: 414px;
background-color: #FEFFED;
border-radius: 10px;
}
.submit{
font-size: 16px;
background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
border: 1px solid #e5a900;
color: #4E4D4B;
font-weight: bold;
cursor: pointer;
width: 300px;
border-radius: 5px;
padding: 10px 0;
outline: none;
margin-top: 20px;
margin-left: 15%;
}
.submit:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
#file {
color: red;
padding: 5px;
border: 5px solid #8BF1B0;
background-color: #8BF1B0;
margin-top: 10px;
border-radius: 5px;
box-shadow: 0 0 15px #626F7E;
margin-left: 15%;
width: 72%;
}
#message{
position:absolute;
top:120px;
left:815px;
}
#success
{
color:green;
}
#invalid
{
color:red;
}
#line
{
margin-top: 274px;
}
#error
{
color:red;
}
#error_message
{
color:blue;
}
#loading
{
display:none;
position:absolute;
top:50px;
left:850px;
font-size:25px;
}
*/




