@charset "utf-8";
/* CSS Document */

f1{
	font-family:Roboto;
	font-weight:300;
	font-size:14px;
	color:#fff;
	
	
}

f2{
	font-family:Roboto;
	font-weight:400;
	font-size:18px;
	color:#0035aa;
	
	
}

f3{
	font-family:Roboto;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	
	
}

f4{
	font-family:Roboto;
	font-weight: 400;
	font-size: 24px;
	color: #0035aa;
}

.box1 {
    width: 550px;
    padding: 20px;
    border: 0px solid gray;
    margin: 0;
	float: left;
}

.box2 {
    width: 500px;
    padding: 10px; 
    border: 0px solid gray;
    margin: 0;
	float: right;
	
}

.box3 {
    width: 100px;
    padding: 2px;
    border: 1px solid gray;
    margin: 0;
	float:none;
}
.justify {
	text-align: justify;
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    width:auto;
    height: 400px;
    background-color: none;
}

.flex-item {
    background-color: none;
    margin: 20px;
}

.item1 {
    -webkit-flex: 2;
    flex: 2;
	
}

.item2 {
    -webkit-flex: 1;
    flex: 1;
	
}
.flex-item3 {
    background-color: none;
    width: 25px;
    height: 350px;
    margin: 0px;
}

.img-circle img{border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.img-rounded{position: relative; padding: 0; background: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.img-rounded img{border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;}

.flex-containerapp {
    display: -webkit-flex;
    display: flex;
    width: auto;
    height: 120px;
    background-color:none;
}

.flex-itemapp {
    background-color:none;
    width: 250px;
    height: 100px;
    margin: 5px;
}

p.one {
    border: 0px solid red;
    background-color: none;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}



* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 0px;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}


.btn1 {
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	background: #051bf5;
	border: none;
	border-radius: 8px;
	padding: 10px 30px 12px;
	margin-right: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}
.btn1:hover {
	background: #323232;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn1:focus {
	background: #428BCA;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


