#tl_popupCL1 {
    z-index: 9999 !important;
}

.no_records {
    font-weight: bold;
    text-transform: uppercase;
    color: red;
    text-align: center;
}

#queue {
    background: red;
    color: white;
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.full_pagination {
    text-align: center;
}

.pagination {
    color: #115971 !important;    
    background: #e0e0e0 none repeat scroll 0 0;
    display: inline-block;
    line-height: 26px;
    margin: 0.625em;
    text-align: center;
    width: 28px;
    border: 2px solid #115971;
    cursor: pointer;
}

.current_page {
    color: #92c500 !important;    
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    line-height: 26px;
    margin: 0.625em;
    text-align: center;
    width: 28px;
    border: 2px solid #92c500;
    font-weight: bold;
}

#download_link {
	color: #92c500;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}

#unread_1, #unread_2, #unread_3, #unread_4 {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 2em !important;
    height: 2em !important;
    padding: 0.25em !important;

    background: #ff0000;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    
    font-size: 1em;
    font-weight: bold;
    display: inline;
    float: right;
}

#patient_1, #patient_2, #patient_3, #patient_4 {
    height: 2em !important;
    display: inline;
    padding: 0.25em !important;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.no-background {
    background-color: transparent;
}

.row-active {
    cursor: pointer;
}

#arrow-left, #arrow-right {
    border: 2px solid #92c500;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    color: #115971 !important;
}

#arrow-left:hover, #arrow-right:hover {
    border: 2px solid #115971;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    color: #92c500 !important;
    cursor: pointer;
}

.hidden-element {
    visibility: hidden;
}

.date {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    border-radius: 10px;
    display: inline-block;
}

.green-border {
    border: 3px solid #92c500;    
}

.blue-border {
    border: 3px solid #115971;    
}

.black-border {
    border: 3px solid #000000;    
}

.red-border {
    border: 3px solid red;    
}

.green-text {
    color: #92c500 !important;
}

.blue-text {
    color: #115971 !important;
}

.black-text {
    color: #000000;
}

.red-text {
    color: red;
}

.white-text {
    color: #ffffff !important;
}

.date-text {
    position:  absolute;
    top: 20%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 3.8em;
    font-weight: bold;
}

.gray {
    background: #cccccc none repeat scroll 0 0;    
}

.white {
    background: #ffffff none repeat scroll 0 0;    
}

.green-white {
    background-image: -o-linear-gradient(#ffffff 67%, #00cc00);
    background-image: -moz-linear-gradient(#ffffff 67%, #00cc00);
    background-image: -webkit-linear-gradient(#ffffff 67%, #00cc00);
    background-image: -ms-linear-gradient(#ffffff 67%, #00cc00);
    background-image: linear-gradient(#ffffff 67%, #00cc00);
}

.green-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #00cc00);
    background-image: -moz-linear-gradient(#cccccc 67%, #00cc00);
    background-image: -webkit-linear-gradient(#cccccc 67%, #00cc00);
    background-image: -ms-linear-gradient(#cccccc 67%, #00cc00);
    background-image: linear-gradient(#cccccc 67%, #00cc00);
}

.red-white {
    background-image: -o-linear-gradient(#ffffff 67%, #ff0000);
    background-image: -moz-linear-gradient(#ffffff 67%, #ff0000);
    background-image: -webkit-linear-gradient(#ffffff 67%, #ff0000);
    background-image: -ms-linear-gradient(#ffffff 67%, #ff0000);
    background-image: linear-gradient(#ffffff 67%, #ff0000);
}

.red-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #ff0000);
    background-image: -moz-linear-gradient(#cccccc 67%, #ff0000);
    background-image: -webkit-linear-gradient(#cccccc 67%, #ff0000);
    background-image: -ms-linear-gradient(#cccccc 67%, #ff0000);
    background-image: linear-gradient(#cccccc 67%, #ff0000);
}

.red-green-white {
    background-image: -o-linear-gradient(#ffffff 67%, #00cc00, #ff0000);
    background-image: -moz-linear-gradient(#ffffff 67%, #00cc00, #ff0000);
    background-image: -webkit-linear-gradient(#ffffff 67%, #00cc00, #ff0000);
    background-image: -ms-linear-gradient(#ffffff 67%, #00cc00, #ff0000);
    background-image: linear-gradient(#ffffff 67%, #00cc00, #ff0000);
}

.red-green-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #00cc00, #ff0000);
    background-image: -moz-linear-gradient(#cccccc 67%, #00cc00, #ff0000);
    background-image: -webkit-linear-gradient(#cccccc 67%, #00cc00, #ff0000);
    background-image: -ms-linear-gradient(#cccccc 67%, #00cc00, #ff0000);
    background-image: linear-gradient(#cccccc 67%, #00cc00, #ff0000);
}

.red-aqua-white {
    background-image: -o-linear-gradient(#ffffff 67%, #00ffff, #ff0000);
    background-image: -moz-linear-gradient(#ffffff 67%, #00ffff, #ff0000);
    background-image: -webkit-linear-gradient(#ffffff 67%, #00ffff, #ff0000);
    background-image: -ms-linear-gradient(#ffffff 67%, #00ffff, #ff0000);
    background-image: linear-gradient(#ffffff 67%, #00ffff, #ff0000);
}

.red-aqua-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -moz-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -webkit-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -ms-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: linear-gradient(#cccccc 67%, #00ffff, #ff0000);
}

.red-blue-white {
    background-image: -o-linear-gradient(#ffffff 67%, #0000ff, #ff0000);
    background-image: -moz-linear-gradient(#ffffff 67%, #0000ff, #ff0000);
    background-image: -webkit-linear-gradient(#ffffff 67%, #0000ff, #ff0000);
    background-image: -ms-linear-gradient(#ffffff 67%, #0000ff, #ff0000);
    background-image: linear-gradient(#ffffff 67%, #0000ff, #ff0000);
}

.red-blue-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -moz-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -webkit-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: -ms-linear-gradient(#cccccc 67%, #00ffff, #ff0000);
    background-image: linear-gradient(#cccccc 67%, #00ffff, #ff0000);
}

.blue-white {
    background-image: -o-linear-gradient(#ffffff 67%, #0000ff);
    background-image: -moz-linear-gradient(#ffffff 67%, #0000ff);
    background-image: -webkit-linear-gradient(#ffffff 67%, #0000ff);
    background-image: -ms-linear-gradient(#ffffff 67%, #0000ff);
    background-image: linear-gradient(#ffffff 67%, #0000ff);
}

.blue-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #0000ff);
    background-image: -moz-linear-gradient(#cccccc 67%, #0000ff);
    background-image: -webkit-linear-gradient(#cccccc 67%, #0000ff);
    background-image: -ms-linear-gradient(#cccccc 67%, #0000ff);
    background-image: linear-gradient(#cccccc 67%, #0000ff);
}

.aqua-white {
    background-image: -o-linear-gradient(#ffffff 67%, #00ffff);
    background-image: -moz-linear-gradient(#ffffff 67%, #00ffff);
    background-image: -webkit-linear-gradient(#ffffff 67%, #00ffff);
    background-image: -ms-linear-gradient(#ffffff 67%, #00ffff);
    background-image: linear-gradient(#ffffff 67%, #00ffff);
}

.aqua-gray {
    background-image: -o-linear-gradient(#cccccc 67%, #00ffff);
    background-image: -moz-linear-gradient(#cccccc 67%, #00ffff);
    background-image: -webkit-linear-gradient(#cccccc 67%, #00ffff);
    background-image: -ms-linear-gradient(#cccccc 67%, #00ffff);
    background-image: linear-gradient(#cccccc 67%, #00ffff);
}

.day-text, .month-text {
    text-align: center;
    text-transform: uppercase;
}

p.medical_logo {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    position: relative;
    text-transform: uppercase;
    top: 0.625em;
    white-space: nowrap;
/*    text-decoration: underline;
    -moz-text-decoration-color: #92c500;  Code for Firefox 
    text-decoration-color: #92c500;*/
}

p.medical_logo strong {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #92c500;
}

#msg {
    display: none;
}

.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.chat_show {
    position: relative;
    width: 90%;
    float: left;
}

.chat_item {
    position: relative;
    width: 33.33%;
    float: left;
    color: #0e5a7c;
}

.chat_delete {
    position: relative;
    width: 10%;
    float: left;
}

.chat_delete img {
    float: right;
    cursor: pointer;
}

.chat {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #92c500 solid 2px;
    padding: 10px;
}

.video {
    text-align: center;
}

.pdf_table {
    background: #9ae1fd !important;
    color: #0e5a7c;
}

table.pdf_table tr td, table.pdf_table tr th {
    border: none !important;
}

#contact ol {
    font-size: 0.85em;
}

#contact ol p {
    font-size: 1em !important;
}

.justified {
    text-align: justify;
}

.indent_0x {
    padding-left: 40px;
}
.indent_1x {
    padding-left: 80px;
}

.indent_2x {
    padding-left: 120px; 
}

.indent_3x {
    padding-left: 160px; 
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #115971 !important;    
}

.error, .error1, .error2, .error3, .error4,
    #upload_errors, #upload_errors1, #upload_errors2, #upload_errors3, #upload_errors4,
    #end_errors1, #end_errors2, #end_errors3, #end_errors4 {
    color: red !important;    
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.center_image {
    display: block;
    margin: auto;
}

.left_image {
    display: inline;
    float: left;
    margin: auto;
    
}

.right_image {
    display: inline;
    float: right;
    margin: auto;
}

.std_image {
    display: inline;
    margin: auto;
}

#contact #id_number {
    background-image: url('../assets/images/id.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #name, #contact #surname {
    background-image: url('../assets/images/name&surname.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #home_address {
    background-image: url('../assets/images/home_addy.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 38px;
    height: 125px;
}

#contact #work_address {
    background-image: url('../assets/images/work_address.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 38px;
    height: 125px;
}

#contact #dependents {
    background-image: url('../assets/images/dependents.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #dependents option {
    padding-left: 38px;
}

#contact #ice1 {
    background-image: url('../assets/images/ice_num1.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #ice2 {
    background-image: url('../assets/images/ice_num2.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #password, #contact #conf_password {
    background-image: url('../assets/images/password.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #cell {
    background-image: url('../assets/images/login.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #username {
    background-image: url('../assets/images/username.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #cellno {
    background-image: url('../assets/images/cell_num.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #language {
    background-image: url('../assets/images/language.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact input:focus, #contact textarea:focus, #contact select:focus, #bio input:focus, #bio textarea:focus, #bio select:focus {
    border: solid 1px #92c500;
}

#contact input, #contact textarea, #contact select, #bio input, #bio textarea, #bio select {
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #0e5a7c;
}

#fieldset {
    border: solid 2px #0e5a7c;
    border-radius: 10px;
}

#fieldset_green {
    border: solid 2px #92c500;
    border-radius: 10px;
    background: #ffffff;
}

#fieldset legend {
    color: #ffffff;
    font-weight: bold;
    background: #81a43e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #81a43e , #385235); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #81a43e, #385235); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #81a43e, #385235); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #81a43e , #385235); /* Standard syntax */
    padding: 5px 10px;
    border-radius: 10px;
}

.s-window-white {
    height: 375px;
    background: #ffffff;
    width: 97%;
    min-width: 0;
}

.s-window-blue {
    height: 375px;
    background: rgb(65, 191, 241) transparent;
    background: rgba(65, 191, 241, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);   /*For IE 5.5 - 7*/
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";   /*For IE 8*/
    width: 97%;
    min-width: 0;
}

.window {
    height: 360px;
    overflow-y: scroll;
    padding: 15px;
}

#contact #age {
    background-image: url('../assets/images/age.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #sex {
    background-image: url('../assets/images/gender.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #race {
    background-image: url('../assets/images/race.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #pregnant {
    background-image: url('../assets/images/pregnant.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #weight {
    background-image: url('../assets/images/weight.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #height {
    background-image: url('../assets/images/height.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #smoker {
    background-image: url('../assets/images/smoker.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #drinker {
    background-image: url('../assets/images/drinker.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #blood_type {
    background-image: url('../assets/images/bloodtype.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #illness {
    background-image: url('../assets/images/illness.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #allergies {
    background-image: url('../assets/images/allergies.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

#contact #medication {
    background-image: url('../assets/images/current_medication.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 38px;
}

form.customform button.login-btn {
    height: 2.7em;
    width: 100%;
    color: #fff;
    border: 1px solid #0e5a7c;
    border-radius: 10px;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    padding: 0.625em 1.25em;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;

    background: #00afef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#00afef, #3354a5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00afef, #3354a5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00afef, #3354a5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00afef, #3354a5); /* Standard syntax */
}

form.customform button.login-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}

a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}

a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}

.generic_background {
    background: #ffffff;
    background-image: url('../assets/images/generic_background.jpg');
    background-size: cover;
    background-position: top;
}

.dashboard-img {
    background: #ffffff;
    border: 3px solid #92c500;
    border-radius: 10px;
    padding: 10px;
}    

#message, #message1, #message2, #message3, #message4 {
    height: 82px;
}

.subscriber
{
    position: relative;
    padding: 5px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #0e5a7c solid 2px;
    margin-right: 10px;
    margin-left: 55px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.subscriber:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #ffffff;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -5px;
    left: -10px;
    bottom: 15px;
}

.subscriber:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 11px 6px 0;
    border-color: transparent #0e5a7c;;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -6px;
    left: -13px;
    bottom: 15px;
}

.practitioner
{
    position: relative;
    padding: 5px;
    background: #92c500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #808080 solid 2px;
    margin-right: 55px;
    margin-left: 10px;
    -webkit-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.75);
}

.practitioner:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent #92c500;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -5px;
    right: -10px;
    bottom: 15px;
}

.practitioner:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 11px;
    border-color: transparent #808080;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -6px;
    right: -13px;
    bottom: 15px;
}

.title {
    font-weight: bold;
}

#contact #location {
    background-image: url('../assets/images/location.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 38px;
    height: 125px;
}

#contact #add_info {
    background-image: url('../assets/images/info_1.png');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 38px;
    height: 125px;
}

.center_heading {
    text-align: center;
}

.small_icon {
    height: 64px;
    width: 64px;
}

.tiny_icon {
    height: 32px;
    width: 32px;
}

.our-work h2 {
    font-weight: 400;
    font-size: 3em;
}

.how_it_works_background {
    background-image: url('../assets/images/background.jpg') !important;
    background-size: cover !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
}

.medical_background {
    background-image: url('../assets/images/generic_background.jpg') !important;
    background-size: cover !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
}

.live_chat_background {
    background-image: url('../assets/images/medi-chat-banner.jpg') !important;
    background-size: cover !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
}

.card_image {
    width: 33%;
    height: auto;
    position: relative;
    float: left;
    padding: 5px;
}

.card_data {
    position: relative;
    float: left;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .clearfix:after { 
       content: " ";
       display: block; 
       height: 0; 
       clear: both;
    }

    .chat_show {
        position: relative;
        width: 75%;
        float: left;
    }

    .chat_item {
        width: 100%;
        color: #0e5a7c;
    }

    .chat_delete {
        position: relative;
        width: 25%;
        float: left;
    }

    .chat_delete img {
        float: right;
        cursor: pointer;
    }

    .home_logo {
        width: 50% !important;
    }

    .our-work h2 {
        font-weight: 400;
        font-size: 2.5em;
    }

    .card_image {
        width: 33%;
        height: auto;
        position: relative;
        float: left;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    h2.section-title {
	font-size: 2.5em;
    }

    .small_icon {
        height: 48px;
        width: 48px;
    }

    .clearfix:after { 
       content: " ";
       display: block; 
       height: 0; 
       clear: both;
    }

    .chat_show {
        position: relative;
        width: 75%;
        float: left;
    }

    .chat_item {
        width: 100%;
        color: #0e5a7c;
    }

    .chat_delete {
        position: relative;
        width: 25%;
        float: left;
    }

    .chat_delete img {
        float: right;
        cursor: pointer;
    }
    
    .home_logo {
        width: 50% !important;
    }

    .our-work h2 {
        font-weight: 400;
        font-size: 2.5em;
    }

    .card_image {
        width: 50%;
        height: auto;
        position: relative;
        float: left;
        padding: 5px;
    }

}

.std-icon {
    border: 2px solid #92c500;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #115971 !important;
}

.std-icon:hover {
    border: 2px solid #115971;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #92c500 !important;
    cursor: pointer;
}

.div-table {
    display: table;
}

.div-table-row {
    display: table-row;
}

.div-table-cell {
    display: table-cell;
    display: auto;
}

.side-column {
    width: 30px;
}

.middle-column {
    width: 100%;
}

#fieldset_blue {
    border: solid 2px #0e5a7c;
    border-radius: 10px;
    background: #ffffff;
}

i.captcha {
    background: #115971 none repeat scroll 0 0 !important;
    border-radius: 30px;
    display: inline-block;
    line-height: 26px !important;
    margin: 0.625em;
    text-align: center;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    color: #92c500 !important;
}

i.captcha:hover {
    background: #92c500 none repeat scroll 0 0 !important;
    border-radius: 30px;
    display: inline-block;
    line-height: 26px !important;
    margin: 0.625em;
    text-align: center;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    color: #115971 !important;
}