@charset "utf-8";
/**/
/**/
@font-face {
  font-family: 'Droid Sans';
  src: url('../fonts/DroidSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color: #707070;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bg_image_bodyfill{
	background: url('../images/Social_Network_Analysis_Visualization.png') center top no-repeat;
	background-attachment: fixed;
}
h1, h2, h3, h4 {
	font-family: 'Droid Sans', Sans-serif !important;
	font-weight: 400;
}
h1{	font-size: 3em; }
h2{	font-size: 2.25em; }
h3{	font-size: 2em; }
h4{	font-size: 1.8em; }
h5{	font-size: 1.5em; }
h6{	font-size: 1.2em; }

a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: #EA8309;
}
input[type="text"], input[type="password"] {
    background-color: transparent;
    border: 0px solid;
    height: 20px;
    /*width: 160px;*/
	width: 100%;
    color: #666;
	font-family: inherit;
	font-size: 1.2em;
}
input[type="checkbox"]{
}
*:focus {
    outline: 0;
}
/* DIV-s */
.container {
	position: relative;
}
.content {
	width: 80%;
	max-width: 980px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.main{
	width: 100%;
	height: 100%;
	
}

/* STYLE-s */
.alert{
	padding: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.alert-danger{
	background-color: rgba(251,22,2,0.5);
	border: 1px solid #FB1602;
	color: #fff;
}
.alert-message{
	background-color: rgba(1, 169, 74, 0.5);
	border: 1px solid #01A94A;
	color: #fff;
}
.solid-white{
	background-color: #fff;
}
.blank-row{
	margin: 12px 0px;
}
.align-left{
	float: left;
}
.align-right{
	float: right;
}
.columns-2 {
  -webkit-columns: 100px 2;
  -moz-columns: 100px 2;
  columns: 100px 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.td{
	display: table-cell;
}
.section-header{
	font-size: 3em;
	padding: 24px 0px 8px 0px;
}
.sub-section-header{
	font-size: 2em;
	padding: 8px 0px 8px 0px;
}
.mini-header{
	font-size: 1.25em;
	color: #265B73;
}
.selectable-row{
	border-bottom: 1px solid #D2D2D2;
}
.selectable-row:hover{
	background-color: #E2E6FF;
}
.row-item-main{
	font-size: 1.4em;
	color: #265B73;
}
.row-item-small{
	
}
.project-name{
	max-width: 940px;
	width: 90%;
}
.project-icons{
}
.icon-buttons-round {
	display: inline-block;
	padding: 8px;
	color: #333;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.icon-buttons-round:hover {
	background-color: teal;
	color: #fff;
}
.icon-buttons-round.delete-icon:hover {
	background-color: #CE3730;
	color: #fff;
}
.highlighted-area{
	background-color: #f1f1f1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #ccc;
}
.txt-black{
	color: #000;
}
.txt-red{
	color: red;
}
.txt-blue{
	color: #0087FF;
}
.large-text{
	font-size: 1.25em;
}
.v_alignedC {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.panel{
	background-color: rgba(256, 256, 256, 0.90);
	width: 100%;
	height: 320px;
}
.mini_panel{
	position: fixed;
	width: 280px;
	margin-right: 600px;
	height: 100%;
}
.branding{
	width: 70%;
}
.login-form{
	width: 30%;
	min-width: 280px;
}
.default-button  {
	cursor: pointer;
	font-family: inherit;
	display: block;
	width:120px;
	padding: 8px 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #265B73;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	border: 0px solid #fff;
}
.default-button:hover  {
	background-color: #0D3D52;
}
.default-button:active  {
	background-color: #CE3730;
}
.inputfile{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	font-family: inherit;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	
	width: 140px;
	display: block;
	padding: 8px 16px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #5D5D5D;

	border: 0px solid #fff;
}
.inputfile-1 + label:hover  {
	background-color: #0D3D52;
}
.inputfile-1 + label:active  {
	background-color: #CE3730;
}

/* ELEMENTS */
a.large-button  {
	display: block;
	width:120px;
	padding: 14px 28px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #265B73;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
}
a.large-button:hover {
	background-color: #0D3D52;
}

.menu-items a {
	color: #333;
	text-decoration: none;
}
.menu-items a:hover {
	color: #EA8309;
}

.footer-legal, .footer-legal a{
	color: #ccc;
}
.footer-legal a:hover{
	color: #fff;
}
input.form-field-text{
	border-bottom: 1px solid #ccc;
	padding: 4px 0px;
}

/* DASHBOARD */
a.small_grey_button {
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 80px;
	background-color: #464646;
	color: #fff;
	text-decoration:none;
	padding: 8px 24px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.small_grey_button:hover {
	background-color: #000;
}
.panel_button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	background-color: #696969;
	color: #ccc;
	padding: 8px 16px;
	margin-right: 8px;
}
.panel_button:hover{
	background-color: #000;
	color: #fff;
}
.team_member_row{
	padding: 8px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.team_member_row:hover{
	background-color: #ccc;
	color: #333;
}
.panel_button_row{
	display: inline-block;
	color: #333;
	padding: 2px;
	margin: 0 2px;
}
.panel_button_row:hover{
	color: teal;
} 
.panel_button_row.selected {
	color: teal;
}
.panel_button_row.disabled{
	color: #afafaf;
}


/* CUSTOM CHECKBOX
/* Customize the label (the container) */
.c_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.c_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.c_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.c_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.c_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}







.main_nav_white a{
	font-size: 1.25 em;
	color: white;
}
.main_nav_white a:hover{
	color: white;
}

.menu_white{
	background-color: rgba(256, 256, 256, .75);
	border-bottom: 1px solid #333;
	color: #333;
	
}
.menu_white a{
	color: #333;
}
.menu_white a:hover{
	color: #333;
}



.payment_window{
	width: 480px;
	padding: 12px;
	border: 1px solid #333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f7f7f7;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

footer {
    width: 770px;
    font: inherit;
    padding: 15px 35px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -420px;
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(top, #ccc, #fff);
    background-image: -moz-linear-gradient(top, #ccc, #fff);
    background-image: linear-gradient(top, #ccc, #fff);*/
    border-radius: 2px 2px 0 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.4);
    z-index: 1;
}

footer a:hover{
	color: black;
}

.plans-button {
	cursor: pointer;
	font-family: inherit;
	display: block;
	width:120px;
	padding: 8px 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #265B73;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	border: 0px solid #fff;
}
.plan1{
	background-color:#ffa302;
}
.plan1:hover{
	background-color:red;
}
.plan2{
}
.plan2:hover{
	background-color:red;
}
.plan3{
	background-color:#2ea010;
}
.plan3:hover{
	background-color:red;
}
.checkboxes_custom{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkboxes_custom:hover{
	color: red;
}
.plans-button .checkboxes_custom:hover{
	color: #fff;
}

.select_custom{
	padding: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: inherit;
}