/************* FORM BOX *****************/
#formIps {
    position: absolute;	
    left: 224px;    
    top: 132px;
}

div.grid .tableGrid {
    width: 90% !important;
}

ul#pm_submenu li.SelectedSubMenu a{
    color: #333333 !important;
}

ul#pm_submenu a:hover{
    color: #333333 !important;
}

ul#pm_submenu a{
    color: #C0C0C0 !important;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: auto !important;
    line-height: 18px;
    padding-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#btnCloseFormIps{
    background: url("/plugin/psSecureLogin/imgs/close.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;	
}

/******************* checkConfiguration *******************/
#boxSecureLogin{
    width: inherit;
    padding:10px;	


}

.styleTxtLine{
    line-height: 20px;
    padding-bottom: 5px;
    width: inherit;
}

.hrCustom{
    border-bottom: 1px solid #AAAAAA;
    color: #969696;
    font-size: 20px;
    padding: 10px 0px 0px;
    width: 100%;
}

.contentTxt{
    padding:0 10px; 
}

.ok{
    background: url("/plugin/psSecureLogin/imgs/valid.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;	
    display:inline;
    float:left;
    padding: 0 10px 0 0;
}

.fall{
    background: url("/plugin/psSecureLogin/imgs/error.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;	
    display:inline;
    float:left;
    padding: 0 10px 0 0;
}
.txtTypei{
    color:#8080C0;
}
/******************* End checkConfiguration *******************/

/************************** TABS ******************************/
div.boxTab{
    background:#fff;
}
.tabs {
    background:#666666;
    margin-bottom: 0;
    margin-top: 0;
}

.tabs li {
    list-style:none;
    display:inline;
}

.tabs a {
    padding:5px 10px;
    display:inline-block;
    background:#666;
    color:#fff;
    text-decoration:none;
}

.tabs a.active {
    background:#fff;
    color:#000;
}
/************************** END TABS ******************************/

/******************************* GENERIC STYLES *****************************/
#boxTabsSL{
    border:solid 1px #666666;
    min-height: 300px;
    Font-family: Calibri, Verdana, Ariel, sans-serif;
}

.thHidden {
    display:none;
}

.ICON_PS_CONF_SECLOG{
    background: url("/plugin/psSecureLogin/imgs/settings422.png") no-repeat scroll 0 0 transparent !important;
    width: 20px;
    height: 20px;	
}

#inContruction{
    background: url("/plugin/psSecureLogin/imgs/error.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;	
}

/*************************** Iframe Conf ************************/
.rowBgroundActiveResources{
    background-color: #CDE1EA;
}

#template-container-column {
    position:fixed;
    left:19.6%;
    top:16%;
    float: left;
    width: 80%;
}

#container
{
    width: 100%;
    margin:0px;
}

#pm_main_table {
    height:0px !important;
}
/*************************** End Iframe Conf ************************/

.ICON_ID_ENCHANCED_LOGIN_01 {
    background-image: url(/plugin/pmEnhancedLogin/images/icon-2factor.png) !important;
}

.ICON_ID_ENCHANCED_LOGIN_02 {
    background-image: url(/plugin/pmEnhancedLogin/images/icon-session.gif) !important;
}

.ICON_ID_ENCHANCED_LOGIN_03 {
    background-image: url(/plugin/pmEnhancedLogin/images/icon-password.png) !important;
}

.elSessionMessage {
    position: absolute;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

.cssanimations.csstransforms .elSessionMessage {
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 10s 1.0s 1 ease forwards;
    -moz-transform:    translateY(-50px);
    -moz-animation:    slideDown 10s 1.0s 1 ease forwards;
}

.elSessionMessageClose {
    position: absolute;
    right: 10px;
    top: 8px;
    text-indent: -9999px;
    background: url(/images/icons_silk/calendar_x_button.png);
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.cssanimations.csstransforms .elSessionMessageClose {
    display: none;
}

@-webkit-keyframes slideDown {
    0%, 100% { -webkit-transform: translateY(-50px); }
    10%, 90% { -webkit-transform: translateY(0px); }
}

@-moz-keyframes slideDown {
    0%, 100% { -moz-transform: translateY(-50px); }
    10%, 90% { -moz-transform: translateY(0px); }
}