/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 1, 2016, 6:20:22 AM
    Author     : pds3
*/

.user-profile .bordered-image {
    margin-bottom: 1em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.bordered-image.thick-border {
    padding: 5px;
}
.bordered-image img {
    border-width: 0 !important;
    display: block;
    height: auto;
    /*width: 100%;*/
    /*max-width: 100%;*/
}
.user-profile .user-image-uploader {
    margin-top: 1em;
    text-align: center;
}

.user-profile h3 {
    margin-top: 0;
}

.user-profile input, .user-profile textarea, .user-profile select, .login-simple input {
    border-style: solid;
    border-width: 1px;
    /*padding: 0.8em 1.2em 1.15em;*/
    border-color: #a5d2d0;
    color: #767a82;
    /*box-sizing: border-box;*/
    width: 100%;
    /*line-height: 1.2857em;*/
    font-size: 1em;
    vertical-align: baseline;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.user-profile input:hover, .login-simple input:hover, .user-profile select:hover, .user-profile textarea:hover{
    border-color: #f32769;
    /*box-shadow: 0px 0px 5px 0px #f32769;*/
}

.user-profile select:focus, .login-simple input:focus,  .user-profile input:focus, .user-profile textarea:focus {
    border-color: #f32769;
    box-shadow: none;
}

.login-simple .lost-pass {
    font-size: 14px;
    font-weight: 700;
}

/*admin*/

/**
 * Framework starts from here ...
 * ------------------------------
 */

.tree,
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  /*color:#369;*/
  position:relative;
}

.tree ul {margin-left:.5em} /* (indentation/2) */

.tree:before,
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:2em; /* default list item's `line-height` */
/*  font-weight:bold;*/
  position:relative;
}

.tree li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  left:0;
}

.tree li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}

.admin-profile .progress {
    height: 30px;
}

.admin-profile .progress .progress-bar {
    font-size: 14px;
    line-height: 30px;
}

.admin-profile h3 {
    color:#25c6ed;
}

.admin-profile h4 {
    color: #f32769;
}
