#pages_idpw .page-header {
	border-bottom: 0;
	margin-top: 0;
	padding-bottom: 0
}
#pages_idpw .page-header h1 {
	color: #444;
    font-size: 25px;
    word-spacing: -1px
}

#pages_idpw .tab-content {
	padding: 25px;
	padding-top: 35px;
	background-color: #fff;
}
#pages_idpw  .nav-tabs.visible-xs li {
	width: 33.3%
}
#pages_idpw  .nav-tabs.visible-xs li a {
	padding-left: 6px;
	padding-right: 6px;
	text-align: center
}

/* Buttons */

#pages_idpw .btn,
#pages_idpw .btn-group {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ------------------ Tabs --------------------*/

.nav-tabs {border-bottom: 1px solid #c9c9c9; margin-bottom: 0;}
.nav-tabs > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
    border: 1px solid #c9c9c9;
    border-right: 1px solid transparent;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
    font-weight: bold;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    color: #999999;
}
@media (min-width:992px) {
    .nav-tabs > li:first-child > a {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0;
    }
    .nav-tabs > li:last-child > a {
       -webkit-border-radius: 1px 4px 0 0;
       -moz-border-radius: 1px 4px 0 0;
       border-radius: 1px 4px 0 0;
    }
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #666666;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-right: 1px solid transparent;
    border-bottom-color: transparent;
    filter:none;
}
.nav-tabs > li > a:hover {color: #62aeef;}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 0px;
}
.nav-tabs > li:last-child > a, .nav-tabs > li.last-child > a {border-right: 1px solid #c9c9c9;}
.tab-content {
    border: 1px solid #c9c9c9;
    border-top: 0;
    padding: 15px 15px 15px 15px;
}
@media (min-width:992px) {
    .tab-content  {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }
 }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {border-color: #c9c9c9 transparent #c9c9c9 #c9c9c9;}
.nav-tabs > li:last-child > a:hover, .nav-tabs > li:last-child > a:focus {border-right-color: #c9c9c9;}
.nav > li > a:hover, .nav > li > a:focus {text-decoration: none;background-color: #eeeeee;}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > 
a:hover, .nav > li.dropdown.open.active > a:focus {
color: #666666;
background-color: inherit;
border-color: #c9c9c9;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, 
.nav li.dropdown.open a:focus .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
    opacity: 1;
    filter: alpha(opacity=100);
}
.focusedinput {
  border-color: rgba(82,168,236,.8);
  outline: 1;
  outline: thin dotted \9; /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
       box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.well {line-height: 180%;}