﻿.margin-r-0 {
    margin-right: 0px !important;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.margin-b-0 {
    margin-bottom: 0px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-20 {
    margin-bottom: 20px !important;
}

.separator-b {
    padding-bottom:10px;
    border-bottom: 1px solid #dddddd;
}

.bold {
    font-weight: bold !important;
}

i.big-fa {
    font-size: 30px;
}

.modal-textarea {
    resize:none !important;
    min-height: 100px;
}

.th-btn,
.td-btn {
    width:54px;
    text-align:center;
}

.td-btn input[type=checkbox] {
    cursor:pointer;
}
.holyee-register .modal-body textarea {
    width:100%;
    height:200px;
    resize:none;
}

.holyee-org-users #tblOrgUsers td,
.holyee-org-groups #tblOrgGroups td {
    vertical-align: middle;
}

.holyee-org-users .org-approvers-tip {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    text-align: left;
    border-radius: 50%;
    background: #eef2f6;
    color: #4d5b6a;
    cursor: help;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.holyee-org-users .org-approvers-tip:hover,
.holyee-org-users .org-approvers-tip:focus {
    color: #ffffff;
    background: #2f7fa5;
    box-shadow: 0 4px 10px rgba(47, 127, 165, 0.35);
    transform: translateY(-1px);
    text-decoration: none;
}

.holyee-org-users .org-approvers-tip:focus {
    outline: none;
}

#collapseGroups .panel-body,
#collapseUsers .panel-body {
    padding: 5px;
}

/* BEGIN ORGANIZATION */

.main-content.holyee-org {
    margin-top: 30px;
}

.holyee-org h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}

.holyee-org .info-left {
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.holyee-org .info-right {
    text-align:center;
}

.holyee-org .info-right img {
    border: 3px solid #fff;
}

.holyee-org .org-box {
    padding-top:10px;
    border: 1px solid rgba(112, 128, 144, 0.1);
}

.holyee-org .org-box .img-org {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.holyee-org .org-box .img-org label {
    margin-bottom: 0px;
}
.holyee-org .org-box .img-org img {
    border: 5px solid #fff;
    cursor: pointer;
    width: 138px;
    height: 138px;
}

.holyee-org .org-box .img-org-caption {
    display: block;
    z-index: 100;
    position: absolute;
    bottom: -25px;
    height: 25px;
    width: 138px;
    line-height: 20pt;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.holyee-org .org-box .img-org:hover .img-org-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* END ORGANIZATION */

/* BEGIN PROFILE */

.holyee-profile h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
}

.holyee-profile .info-left {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    text-align:center;
    min-height:300px
}

.holyee-profile .info-left h2 {
    margin: 10px 0;
}

.holyee-profile .info-left .img-profile {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.holyee-profile .info-left .img-profile label {
    margin-bottom: 0;
}
.holyee-profile .info-left .img-profile img {
    border: 5px solid #fff;
    cursor: pointer;
    width: 138px;
    height: 138px;
}

.holyee-profile .info-left .img-profile-caption {
    display: block;
    z-index: 100;
    position: absolute;
    bottom: -25px;
    height: 25px;
    width: 138px;
    line-height: 20pt;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.holyee-profile .info-left .img-profile:hover .img-profile-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.holyee-profile .info-right {
    min-height:300px
}

.holyee-profile .info-right .data-name {
    width: 20%;
    color:rgba(0,0,0,0.7) ;
}

.holyee-profile .info-right .data-value {
    width: 79%;
    min-height:28px;
    padding: 2px 0px;
}

.holyee-profile .info-right .data-value input {
    width: 100%
}

.holyee-profile .info-right .data-row input[type=submit] {
    margin-right:8px;
}

/* END PROFILE */