﻿
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/animate-css/animate.css');
@import url('../lib/font-awesome/css/font-awesome.css');
@import url('../lib/rdash-ui/css/rdash.css');
@import url('../lib/angular-ui.notification/angular-ui-notification.min.css');
@import url('../lib/ng-table/ng-table.css');
@import url('../lib/angular-toggle-switch/angular-toggle-switch-bootstrap-3.css');

html, body {
    min-height: 100%;
    height: 100%;
}

#content-wrapper-footer {
    min-height: 100%;
    padding-bottom:32px;
    margin-bottom: -32px;
}

.policy-paragraph {
    padding-left:25px;
    color:gray;
}

/* Footer */
.footer {
    background-color: #ccc;
    position: relative;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    overflow:hidden;
}
.footer label:first-child {
    padding-top:7px;
    padding-left: 10px;
}
.footer a {
    float: right;
    padding-top: 7px;
    padding-right: 10px;
}
/* */


/* Align */
.align-right {
    float: right;
}
.align-left {
    float: left;
}

.vertical-text {
	transform: rotate(90deg);
	transform-origin: 50% 50%;
}

.full-screen {
    width:100%;
    height:100%;
}
.full-height {
  height:100%;
}
.full-width {
  width:100%;
}

/* Drag and drop */
[ng-drag].dragging {
    opacity: 0.6;
    z-index: 100;
}
[ng-drag].drag-over {
    opacity: 0.8;
}
[ng-drop].drag-enter {
    background-color: #c1e2b3 !important;
}

.cursor-pointer :hover{
    cursor: pointer;
}

.wrap-ellipsis {
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.version-updated {
    position:absolute;
    bottom:0px;
    right:20px;
    text-align:right;
    font-size:smaller;
}

.hr-small {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.button-icon {
    max-height: 16px;
    max-width: 16px;
}

/* Diagram Info */
.diagram-info {
    position: absolute;
    top: 65px;
    right: 45px;
    width: 220px;
    background-color: white;
}
.diagram-info .title {
    width: 100%;
    background-color: #f6f6f6;
    padding: 3px;
    font-size: 14px !important;
}
.form-control-small {
    display: block;
    width: 100%;
    padding: 1px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-control-small:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control-small:disabled {
    opacity: 1;
    background-color: #eee;
    cursor: not-allowed;
}
.diagram-info .diagram-table {
    width: 100%;
}
.diagram-info .diagram-table > tbody > tr > td * {
    font-size: 12px !important;
}
.diagram-info .diagram-table > tbody > tr > td {
    border-top: 1px solid #ddd;
    font-size: 12px !important;
}
.diagram-info .diagram-table > tbody > tr:first-child > td {
    border-top: 0;
    font-size: 12px !important;
}
.diagram-info .diagram-table .param-info {
    width: 70%;
    padding-right: 4px;
}
.diagram-info .diagram-table .param-value {
    width: 30%;
}
/* --- --- */

/* Multiple inputs on same row */
.item .row, .item .col {
  padding: 0;
}

/* Vertical align in a row */
.vcenter {
  display: flex;
  align-items:center;
}

/* Profile image */
.profile-img {
    min-height: 100px;
    min-width: 120px;
}
.profile-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.profile-img .edit-btns {
   padding-bottom: 5px;
}
/* ---------- */

/* Reserve add */
.reserv-add {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* ---------- */

/* Target connected */
.conn-target-list {
    height: 60px;
}
.conn-target-list .conn-user img {
    
}
.conn-target-list .conn-user i {
    padding-left: 8px;
}
/* ---------- */

/* Target result */
.target-result {
    
}
.target-result img {
    /*width: 640px;
    height: 360px;*/
}
.target-result .result-header {
    /*background: rgba(11, 11, 11, 0.2);*/
    padding-bottom: 3px;
}
.target-result .result-footer {
    /*background: rgba(11, 11, 11, 0.2);*/
    padding-top: 3px;
}
.target-result .result-fav {
    /*right: 25px;
    top: 8px;
    position: absolute;*/
    padding-top: 4px;
    font-size: 22px;
    cursor: pointer;
}
.target-result .result-target {
    font-size: 16px;
}
.target-result .result-score {
    /*right: 50px;
    top: 4px;
    position: absolute;*/
    padding-top: 4px;
    font-size: 14px;
}
.target-result .result-dt {
    /*padding-left: 8px;*/
}
.target-result .result-actions {
    /*right: 25px;
    bottom: 25px;
    position: absolute;*/
}
/* ---------- */

.page-filter{
    color: #767676;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
}

.page-filter .filter-icon {
    float: left;
    padding: 4px 5px;
    margin: 3px 5px 0px 2px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.label-as-badge {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.table-profile-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.vertical-align > tbody > tr > td {
    vertical-align: middle;
}

.vertical-align > thead > tr > th {
    vertical-align: middle;
}

.margin-bottom-small {
    margin-bottom: 4px;
}
.margin-top-small {
    margin-top: 4px;
}

/* Overlay */
.overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display:table;
    z-index: 15000;
}

.overlay-grey {
    background: rgba(11, 11, 11, 0.2);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display:table;
    z-index: 15000;
}

.angular-centered {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* ---------- */

/* Item Expand */
.item-expand {
  position: relative;
  width: 100%;
  max-height: 55px;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}

.item-expand.inactive:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1, rgba(255, 255, 255, 1))
  );
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.item-expand.active {
  max-height: 200px;
  transition: max-height 0.3s ease-out;
}

.item-expand-footer {
  color: #ef473a;
  margin-top: 5px;
  margin-bottom: -5px;
}

.item-expand-footer i {
  margin-right: 10px;
}
/* ---------- */

/* Manager avatar repositioning */
.manager-avatar img:first-child{
    position: absolute;
    top: 26px;
    left: 16px;
    font-size: 36px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%; 
}
/* ---------- */

/* Round button position fixed */
.button-float{
  background: #ef473a !important;
  color:white !important;
  z-index: 12 !important;
  position: absolute !important; 
  bottom: 10px !important;
  right: 10px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: 0.2s linear !important;
  -moz-transition: 0.2s linear !important;
  -o-transition: 0.2s linear !important;
  transition: 0.2s linear !important;
  -webkit-transition-property: -webkit-transform, all !important;
  -moz-transition-property: -moz-transform, all !important;
  -o-transition-property: -o-transform, all !important;
  transition-property: transform, all !important;
}


.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.small-margin-left {
    margin-left: 5px !important;
}

.small-margin-right {
    margin-right: 5px !important;
}

.medium-margin-right {
    margin-right: 15px !important;
}

.div-margin-bottom {
    margin-bottom: 15px;
}

.small-padding-right {
    padding-right: 4px !important;
}

/* Animations */
.header-user.ng-enter {
    -webkit-animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
    animation: fadeInRight 2s;
}
.flash-me {
    -webkit-animation: flash 3s infinite;
    -moz-animation: flash 3s infinite;
    -o-animation: flash 3s infinite;
    animation: flash 3s infinite;
}
