﻿.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.ivf-title { font-size: 16px; }

.ivf-title a { font-size: 16px; }

.ivf-text-danger { color: red; }

.ivf-text-success { color: #7b9372; }

.accountHeader { margin: auto; }

#dropZone {
    border: 1px dashed #CCC;
    color: #CCC;
    height: 180px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.error-head { color: red; }

.error-text { color: #808080; }

.error-num { font-size: 72px; }

.error-page {
    background-color: #fef5ec;
    border: 1px solid #ff6a00;
    margin: 100px 200px 100px 200px;
    padding: 30px;
}

.details-label { color: #0369b2; }


.patient-info {
    border: 1px solid #CCC;
    margin-bottom: 5px;
    min-height: 180px;
}

.patient-info .profile-img {
    float: left;
    margin: 10px;
}

.gender-0 { border-color: #FF69B4; }

.gender-1 { border-color: #03A9F4; }

.patient-search {
    background: #f0f1f3 repeat-x scroll left top !important;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 5px;
}

.branding img { height: 40px; }

.header-subtitle-1 {
    color: #808080;
    display: block;
    float: left;
    font-size: 32px;
    margin: 0px 10px;
    text-shadow: 1px 1px 1px #CCC;
}

.header-subtitle-2 {
    color: #7b9372;
    float: left;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0px;
    margin-top: 15px;
    text-transform: uppercase;
}

.grid-hide { display: none; }

.logged-user-menu {
    background: none !important;
    background-color: none !important;
    border: 0px !important;
}

.template_preview {
    border: 1px solid #808080;
    height: 358px;
    padding: 20px;
    width: 90%;
}

.show { display: block; }

.hide { display: none; }

.cnt-table { width: 100%; }

.delete-question {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.ajax_success {
    color: #0d780c;
    padding: 15px;
}