.login {
    margin-left: 38%;
    /*		position: absolute;*/
    border: 1px solid #787878;
    background: #F5F5F5;
    width: 200px;
    padding: 20px;
    margin-top: 100px;
}
img {
    border: 0
}
body {
    margin: 0;
    padding: 0;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.login input[type=text], .login input[type=password], .create_user input[type=text], .create_user input[type=password] {
    width: 190px;
    margin-bottom: 15px;
    margin-top: 5px;
    height: 24px;
    font: normal normal 400 15px  /15px Arial;
    padding-left: 5px;
}
.create_user {
    
    border: 1px solid black;
    background: #F5F5F5;
    width: 300px;
    padding: 20px;
    float: left;
    min-height: 450px;
    /*	box-shadow:0px 0px 8px white;*/
    margin-right: 25px;
}
.passwd-label, .email-label {
    font-weight: 700;
}
.menu_item {
    color: #787878;
}
strong {
    color: #222222;
    font: 81.25%    /1 "arial", "helvetica", sans-serif;
}
#wrapper {
 
    margin: 0 auto;
    padding-top: 0;
padding-left: 12px;
padding-right: 12px;
}
.login input[type=submit], .simplebutton {
    padding: 0px 8px;
    vertical-align: bottom;
    font-size: 13px;
    height: 24px;
    border-radius: 2px;
    min-width: 90px;
    background: #787878;
    border: 1px solid #959393;
    color: #FFFFFF;
    text-decoration: none;
}
.login input[type=submit]:hover, .simplebutton:hover {
    cursor: pointer;
    background: #8D8A8A;
}
.login a {
    font: normal normal 400 13px    /17px Arial;
    color: #787878;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
}
.login a:hover {
    text-decoration: underline;
}
.top_menu {
    /*position: absolute;*/
    top: 1px;
    left: 1px;
    right: 1px;
    border: 1px solid #ddd;
    /*	border-bottom:3px solid #787878;*/

    font: normal normal 400 13px  /27px Arial;
    height: 30px;
    list-style: none;
    padding: 0;
    padding-left: 2px;
    margin-top: 0px;
    
    background: #787878;
    border-radius: 2px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.top_menu li {
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.top_menu li:hover {
    cursor: pointer;
    background: #ffffff;
}
.top_menu li ul {
    display: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 150px;
}
.top_menu li ul li {
    display: block;
}
.top_menu li:hover ul {
    display: block;
    border: 1px solid #787878;
    background: white;
    border-top: 0;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.196) 0px 2px 4px 0px;
}
.top_menu span {
    top: -10px;
}
.menu_thumb {
   /* position: absolute;
    top: 6px;
    margin-left: 2px;*/
margin-bottom: -6px;
margin-left: 2px;
margin-right: -5px;
}
.menu_link {
    text-decoration: none;
    color: #eee;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 2px;
    padding-top: 2px;
}
.menu_link:hover {
    background: white;
    color: #787878;
    height: 26px;
    display: inline-block;
    padding-top: 0;
}
.menu_item {
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    height: 30px;
}
.menu_item:hover {
    background: #eee;
}
.top_status {
    font: normal normal 400 15px  /15px Arial;
    position: absolute;
    right: 25px;
    top: 9px;;
}
.top_status span {
    color: white;
    margin-left: 10px;
}
.top_status strong {
    color: #787878;
    background: #eee;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    border: 1px solid silver;
}
.top_status a {
    margin-left: 15px;
}
.paginare a {
    cursor: pointer;
    color: #00aaff;
}
.paginare a:hover {
    cursor: pointer;
    color: #ff55d4;
}
.menu_multi {
    color: #eee;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    z-index: 9999;
}
.menu_multi:hover {
    background: white;
    color: #787878;
    height: 30px;
    display: inline-block;
}
.change_pass {
    background: transparent;
}
.change_pass input[type=password] {
    float: right;
    margin-right: 15px;
    width: 190px;
    /*	padding:0;*/

    font: normal normal 400 15px  /15px Arial;
    padding-left: 5px;
}
.change_pass label {
    height: 30px;
    float: left;
    margin-left: 15px;
    color: #eee;
}
.change_pass  div {
    height: 30px;
    width: 100%;
}
.highslide-close a {
    padding: 0px 8px;
    vertical-align: bottom;
    font-size: 13px;
    height: 24px;
    border-radius: 2px;
    min-width: 90px;
    background: #787878;
    border: 1px solid #959393;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 22px;
    right: 20px;
}
.highslide-close a:hover {
    background: #A5A5A5;
    cursor: pointer;
}
.admin_logs table, .admin_all_users table, #types_list table, #selected_phase table,.tableContainer table {
    border-collapse: collapse;
    width: 100%;
    min-width: 650px;
    background: white;
  
    font: normal normal 400 12px  /12px Arial;
    /*	box-shadow:0px 0px 8px #ffffff;*/
}
.admin_logs h3, .admin_users h3, #types_list hr, .tableContainer hr {
    text-align: left;
    margin-bottom: 2px;
    margin-top: 0;
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.admin_logs, .admin_users, #types_list {
    padding: 10px;
  /*  margin-left: 12px;
    margin-right: 12px;*/
   margin-top:48px;
    border: 1px solid #ddd;
    background: #787878;
    width: 650px;
    /*	text-align: center;*/
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.tableContainer {
    padding: 10px;
    border: 1px solid #ddd;
    background: #787878;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);

}
.admin_logs th, .admin_all_users th, #types_list th,.tableContainer th {
    height: 25px;
    background: #eee;
    text-align: left;
    padding-left: 5px;
}
.admin_all_users th {
    height: 46px;
}
.admin_logs tr, .admin_all_users tr, #types_list tr,.tableContainer tr {
    height: 25px;
    text-align: left;
}
.admin_all_users tr {
    height: 30px;
}
.admin_logs tr:nth-of-type(2n+1), .admin_all_users tr:nth-of-type(2n+1), #types_list tr:nth-of-type(2n+1),.tableContainer tr:nth-of-type(2n+1) {
    background: #F7F7F7;
}
.admin_logs tr:hover, .admin_all_users tr:hover, #types_list tr:hover,.tableContainer tr:hover {
    background: #F1F1F1;
}
.admin_logs td, .admin_all_users td, #types_list td,.tableContainer td {
    padding-left: 5px;
}
#add_type {
    margin-left: 15px;
    margin-top: 15px;
}
.paginare {
    margin-top: 30px;
    font: 12px Arial;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #eee;
    padding-left: 1px;
    border-radius: 2px;
    border: 1px solid #787878;
}
.pag_button {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 2px;
    margin-left: 2px;
    width: 20px;
    height: 17px;
    border: 1px solid #787878;
    border-radius: 3px;
    background: #fff;
    padding: 2px;
    display: inline-block;
}
.pag_button:hover {
    cursor: pointer;
    background: #F5F5F5;
}
.pag_button img {
    margin-bottom: -3px;
}
.paginare input {
    border-radius: 3px;
    min-width: 30px;
    width: 20px;
    height: 17px;
    color: #eee;
    text-align: center;
    border: 1px solid #eee;
    background: transparent;
}
.admin_all_users {
    float: right;

    
}
#define_perm {
    background: #787878;
    color: #eee;
}

.createProjectRightSide {
    float: left;
    width: 600px;
}
#catTree {
    width: 550px;;
   
    padding: 20px;


}
.link {
    color: white;
}
.right {
    border: 0;
    width: 24px;

    height: 64px;
    background: url('/media/icons/arrow_right_normal.png');
}
.right:hover {
    width: 24px;
    height: 64px;
    background: url('/media/icons/arrow_right_hover.png');
}
.left {
    border: 0;
    width: 24px;

    height: 64px;
    background: url('/media/icons/arrow_left_normal.png');
}
.left:hover {
    width: 24px;
    height: 64px;
    background: url('/media/icons/arrow_left_hover.png');
}
/*.design
 {
 width:100%;
 background: #787878;
 color:#eee;
 background-image: url('/media/icons/design.png');
 background-repeat: no-repeat;
 background-position:5px 5px;
 border:1px solid silver;
 border-radius:5px;

 padding:5px;
 padding-left: 25px

 }*/
.important_info {
    font-weight: bold;
    color: red;
}
.important_info_black {
    font-weight: bold;
    color: #eee;
}
#contextMenu {
    position: absolute;
    min-width: 100px;
    z-index: 1000;
    background: #fff;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #676767;
    border-right: solid 1px #676767;
    padding: 0px;
    margin: 0px;
    display: none;
}
#contextMenu a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 22px;
    height: 22px;
    padding: 1px 10px;
}
#contextMenu li {
    list-style: none;
    padding: 1px;
    margin: 0px;
}
#contextMenu li.hover a {
    background-color: #A7C4FA;
}
#contextMenu li.separator {
    border-top: solid 1px #ccc;
}
#legend {
    width: 400px;
    position: absolute;
    background: #787878;
    border: 1px solid silver;
    opacity: 0.90;
    color: #eee;
    top: 78px;
    /*   min-height: 130px;*/
    padding-left: 10px;
    padding: 10px;
}
.jstree a {
    color: #eee;
}
.phase_item
{
    background: #ddd;
    color: #444;
    padding: 10px;
    margin:5px;
    border: 1px solid #444; 
    font-family:Arial;
    border-radius: 2px;
-webkit-box-shadow: 0px 0px 5px #ddd;
-moz-box-shadow:    0px 0px 5px #ddd;
box-shadow:         0px 0px 5px #ddd;
}
.phase_item h4
{
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;

}
.chart_img
{
    border-radius: 4px;
    padding:2px;
    border: 2px solid #555; 
    width: 420px;
   
}
#extra_filters
{
    display: block;
       padding: 10px;
}
#extra_filters input[type=text]{

 display: inline-block; 

 width: 159px;
}
#extra_filters input[type=button],#extra_filters input[type=submit]{ 

     display: inline-block;
}
#extra_filters select{

     display: inline-block;
 
     width: 159px;
}
#buttons_group button 
{
  min-width: 102px;
}
#filter_container
{
    background: #787878;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius:4px;
    margin-left: -4px;
}
.createProjectLeftSide
{
    line-height: 7px;
    background: #ddd;
    padding-top: 15px;
    margin-right: 50px;
        float: left;
    width: 550px;
    color:#444;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #444;
    border-radius:3px;
    
}
#add_phase
{
    
}

#progress_container
{
    background: #ddd;
    color: #444;
    padding: 10px;
    margin: 5px;
    border: 1px solid #444;
    font-family: Arial;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    -moz-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
}
