@charset "utf-8";
/* CSS Document for SMR Software Services LLP website training page */

/* content style begin */
ul, li, lo 
{
list-style: circle url(images/arrow.png);
vertical-align:top;
}

.imgprop {
float:left;
border: 1px solid #000000;"

 }
 /* For Course Display boxes */
 

/* Clearfix (clear floats) */


html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width:33%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 550px) {
  .column {
   /* width: 100%;*/
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.containers {
  padding: 0 16px;
}
.containers::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}
.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #03C;
  background-color: #9F9;
  text-align: center;
  cursor: pointer;
  border-radius:10px;
  width:100%;
  height:40px;
  font-weight:bold;
}

.button:hover {
  background-color: #555;
  color:#F30;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  
}
h2 { color: #666;}
/* For Message popup  */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
  	padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    /* width: 100%; Full width */
    /* height: 100%;  Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #CFC;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*For Modal Form */
form {border: 3px solid #f1f1f1; width:auto; background-color:#64FFB1; border-radius:15px;}

.form-submit-button {
	background: #F30;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow:none;
}

.form-submit-button:hover {
	background: #016ABC;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow:none;
}

input[type=text], input[type=tel], input[type=email] {
   width: 500px;
   height:40px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-radius: 25px;
	background-color: #FFC;
}
select { width:500px;
	height:40px;
	border-radius: 25px;
	background-color:#FFC;
}
img {
	width:100%;
	height:auto;
}
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.containers {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

a { color:#03C; }
a:hover {color:#F30;} 
