a {
    color: rgb(3,115,163);
}
a:hover {
    color: rgb(32,143,189);
    text-decoration: none;
}

.container {
    max-width: 986px;
    padding-left:0;
    padding-right:0;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/
  padding:14px;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/   
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-color: #828282;
  border-color: #828282;
  color: white;
  /*text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
}

.btn-default:active,
.btn-default.active,
.btn-default:hover,
.btn-default:focus{
  background-color: #a4a4a4;
  border-color: #a4a4a4;
  color: white;
}

.btn-primary {
  background-color: rgb(3,115,163);
  border-color: rgb(3,115,163);
  padding-left: 50px;
  padding-right: 50px;
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  border-color: #2d6ca2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);*/
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus{
  background-color: rgb(32,143,189);
  border-color: rgb(32,143,189);
}

.btn-success {
    color: #ffffff;
    background-color: #52B876;
    border-color: #52B876;
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);*/
}

.btn-success:active,
.btn-success.active,
.btn-success:hover,
.btn-success:focus{  
    color: #ffffff;
    background-color: #66cc8a;
    border-color: #66cc8a;
}

.btn-warning {
    background-color: #e9d74f;
    border-color: #e9d74f;
    color:#8C7819;
  padding-left: 50px;
  padding-right: 50px;    
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);*/
}

.btn-warning:active,
.btn-warning.active,
.btn-warning:hover,
.btn-warning:focus{
    background-color: #f2e662;
    border-color: #f2e662;
    color:#8C7819;
}

.btn-danger {
  background-color: #c12e2a;
  border-color: #c12e2a;
  /*background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  border-color: #c12e2a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);*/
}

.btn-danger:active,
.btn-danger.active,
.btn-danger:hover,
.btn-danger:focus{
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  border-color: #2aabd2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: white!important;
    border-color: transparent;
}

.nav > li {
    margin-left: 5px;
    margin-bottom: 0px;
}

.nav > li > a {
  padding: 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: white; 
    color: #2a303c;
}

.nav-tabs {
  border-bottom: 1px solid #D9DCDD;
  border-top: 1px solid #D9DCDD;
  background: #f1f0fb;
}

.nav-tabs > li {
  margin-left: 0px!important;
  float: left;
  margin-bottom: -1px;    
}

.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.428571429;
    border-radius: 0;
    border-image: none; 
    border-style: solid;
    border-width: 1px 1px 1px 0px; 
    border-bottom-color: transparent;
    border-color: #D9DCDD;
    font-weight: bold;
    color: #2A303C;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: -1px;  
}

/*.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2a303c;
  cursor: default;
  background-color: #ffffff;
  border-image: none; 
  border-style: solid;
  border-width: 2px 1px 1px 0px;  
  border-color: #0273A3 #D9DCDD transparent;
  margin-top: -2px;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 18px;
}

.dropdown-menu {
    border:0px;
    border-radius: 0px;
    padding: 0;
}

.navbar {
  background-color: #1B1E26;
  border-width:0px;
  border:0px;
  margin-bottom:0px;
}

.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}

.navbar-brand,
.navbar-nav > li > a {
  line-height: 43px;
  padding-bottom: 8px;  
  padding-top: 10px;
  color:white;
}
.navbar > .container .navbar-brand {
    margin-left: 5px;
}

@media (min-width: 992px) {
.navbar > .container .navbar-brand {
    margin-left: -12px;
}
}


.navbar-inverse {

}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.alert-success {
    border-color: transparent;
}

.alert-info {
  border-color: transparent;
}

.alert-warning {
  border-color: transparent;
}

.alert-danger {
  border-color: transparent;
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.list-group-item {
    line-height: 32px;
    padding: 9px 15px;
    border-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 1px solid #dddddd;
}

a.list-group-item:hover,
a.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: none;
  background:#0373A3;
  color:white;
  border-radius: 0;
}

.panel {
    box-shadow: none;
    border:0px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary {
    box-shadow: none;
    border:0px;
    border-radius: 0;  
    padding:20px;
}
.panel-info {
    box-shadow: none;
    border:0px;
    border-radius: 0;  
    padding:20px;
    background: #016D97;
    color: white;
}
.panel-heading {
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.icon-bar {
    border-radius: 0px;
    display: block;
    height: 3px;
    width: 20px;
    background-color: #FFFFFF;
    margin-bottom: 3px;
}
.open .icon-bar, .dropdown:hover .icon-bar, .dropdown:focus .icon-bar {
    background-color: #2a303c;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #E3E3E3;
    color: #89898B;
    height: 50px;
    padding: 16px;        
}

@media (min-width: 768px) {
.dropdown-menu > li > a {
    width: 240px;
}
}

.dropdown-menu > li:last-child a{
    border-bottom: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #208FBD;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px;
}

.dropdown-toggle {
    height: 61px;
    margin-left: 15px;
    padding-top: 22px!important;
    float:right;
}

@media (max-width: 600px) {
.dropdown-toggle {
   float:left;
}
}

.icon {
    background-image: url("/css/images/3/icons_sprite.png");
    height: 32px;
    width: 32px;
    float:left;
}

.icon-help {
    background-position: 0 0;
}
a:hover .icon-help {
    background-position: 32px 0;
}
.icon-profil {
    background-position: 0 -40px;
}
a:hover .icon-profil {
    background-position: 32px -40px;
}
.icon-upload {
    background-position: 0 -80px;
}
a:hover .icon-upload {
    background-position: 32px -80px;
}
.icon-ftpupload {
    background-position: 0 -120px;
}
a:hover .icon-ftpupload {
    background-position: 32px -120px;
}
.icon-premium {
    background-position: 0 -160px;
}
a:hover .icon-premium {
    background-position: 32px -160px;
}
.icon-search {
    background-position: 0 -200px;
}
a:hover .icon-search {
    background-position: 32px -200px;
}
.icon-star {
    background-position: 0 -240px;
}
a:hover .icon-star {
    background-position: 32px -240px;
}
.icon-link {
    background-position: 0 -280px;
}
a:hover .icon-link {
    background-position: 32px -280px;
}
.icon-doc {
    background-position: 0 -320px;
}
a:hover .icon-doc {
    background-position: -40px -320px;
}
.icon-pencil {
    background-position: 0 -360px;
}
a:hover .icon-pencil {
    background-position: -40px -360px;
}
.icon-media {
    background-position: 0 -400px;
}
a:hover .icon-media {
    background-position: -40px -400px;
}
.icon-stat {
    background-position: 0 -440px;
}
a:hover .icon-stat {
    background-position: -40px -440px;
}
.icon-d {
    background-position: 0 -480px;
}
a:hover .icon-d {
    background-position: -40px -480px;
}
.icon-rel {
    background-position: 0 -560px;
}
a:hover .icon-rel {
    background-position: -40px -560px;
}
.icon-exit {
    background-position: 0 -600px;
}
a:hover .icon-exit {
    background-position: -40px -600px;
}
.icon-close {
    background-position: 0 -640px;
}
a:hover .icon-close {
    background-position: -40px -640px;
}
.icon-folder {
    background-position: 0 -680px;
}
a:hover .icon-folder {
    background-position: -40px -680px;
}
.icon-folder2 {
    background-position: 0 -720px;
    float:right;
}
a:hover .icon-folder2, .list-group-item.active .icon-folder2 {
    background-position: -40px -720px;
}

.icon-checked {
    width:16px;
    height:16px;    
    background-position: 0 -759px;
}
.icon-cross {
    width:16px;
    height:16px;    
    background-position: -20px -759px;
}
.icon-arrow_down_red {
    background-position: -39px -759px;
    height: 8px;
    width: 12px;
}
.icon-arrow_right {
    background-position: -59px -759px;
    height: 12px;
    width: 8px;
}
.icon-arrow_down {
    background-position: -59px -779px;
    height: 8px;
    width: 12px;
}
.icon-head {
    width:20px;
    height:20px;    
    background-position: 0 -779px;
}
.icon-at {
    width:20px;
    height:20px;    
    background-position: -20px -779px;
}
.icon-lock {
    width:20px;
    height:20px;    
    background-position: -40px -779px;
}

.icon-docs {
    width:24px;
    height:20px;    
    background-position: 0 -800px;
}
a:hover .icon-docs, .uploaded_files_nab_bar_bottom .hover .icon-docs  {
    background-position: -30px -800px;
}
.icon-mail {
    width:24px;
    height:20px;    
    background-position: 0 -827px;
}
a:hover .icon-mail {
    background-position: -30px -827px;
}
.icon-cloud {
    width:24px;
    height:20px;    
    background-position: 0 -847px;
}
a:hover .icon-cloud {
    background-position: -30px -847px;
}
.icon-arrow {
    width:22px;
    height:20px;    
    background-position: 0 -869px;
}
a:hover .icon-arrow {
    background-position: -30px -869px;
}
.icon-trash {
    width:17px;
    height:20px;    
    background-position: 0 -889px;
}
a:hover .icon-trash {
    background-position: -30px -889px;
}
.icon-dllink {
    width:24px;
    height:20px;    
    background-position: 0 -910px;
}
a:hover .icon-dllink {
    background-position: -30px -910px;
}
.icon-putfolder {
    width:17px;
    height:20px;    
    background-position: 0 -929px;
}
a:hover .icon-putfolder {
    background-position: -30px -929px;
}
.icon-share {
    width:18px;
    height:20px;    
    background-position: 0 -948px;
}
a:hover .icon-share {
    background-position: -30px -948px;
}
.icon-lockedfolder {
    width:21px;
    height:20px;    
    background-position: 0 -967px;
}
a:hover .icon-lockedfolder {
    background-position: -30px -967px;
}
.icon-edit {    
    width:12px;
    height:20px;
    background-position: 0 -986px;
}
a:hover .icon-edit {
    background-position: -30px -986px;
}
.icon-sms {
    width:22px;
    height:21px;
    background-position: 0 -1010px;
}
a:hover .icon-sms {
    background-position: -30px -1010px;
}
.icon-searchinput {
    width:17px;
    height:17px;
    background-position: 0 -1040px;
    cursor: pointer;
}
a:hover .icon-searchinput {
    background-position: -30px -1040px;
}
.icon-mappa_circle {
    width:24px;
    height:20px; 
    background-position: 0 -1059px;
    cursor: pointer;
}
a:hover .icon-mappa_circle {
    background-position: -30px -1059px;
}
.icon-mappa {
    width:24px;
    height:20px; 
    background-position: 0 -1077px;
    cursor: pointer;
}
a:hover .icon-mappa {
    background-position: -30px -1077px;
}
.icon-circle {
    width:18px;
    height:18px; 
    background-position: 0 -1100px;
    cursor: pointer;
}
a:hover .icon-circle {
    background-position: -30px -1100px;
}

.input-group-addon{
    background-color: #FFFFFF;
}

.modal-dialog .modal-body h2{
    color: #AAAAAA;
    font-size: 22px;
    margin-top: 0px;
}

#login-modal-dialog .modal-footer{
    text-align: left;
    margin-top: 0px;
    font-size: 12px;
}

.form-control{
    height:40px;
    /*padding-left: 0px;*/
    /*border-left: 0px;*/
    box-shadow: none;
}
.input-group .form-control {
    padding-left: 0px;
    border-left: 0px;
}

.form-control:focus{
    border-color: #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#reg-modal-dialog .modal-body .panel-right .row{
    margin-bottom: 10px;
}

#reg-modal-dialog .modal-body .panel-right .row.row-bottom a{
    color: inherit;
    text-decoration: underline;
}

#reg-modal-dialog .modal-body .panel-right .btn-primary{
    height:50px;
    width:170px;
    float:right;
}

.table-striped > tbody td:nth-of-type(odd),
.table-striped > tbody tr:nth-of-type(odd),
.table-striped > thead th:nth-of-type(odd){
	background:rgba(244,244,244,0.5);
}

.table thead td, .table-striped thead td {
    font-weight: bold;
    color: #2a303c;
}
.container > .navbar-header, .container > .navbar-collapse {
    margin: 0;
}