/*------------------------------------------------------------------------------alert----------------------------------------------------------------------------------------------*/
.alert {
    padding: 8px 14px 8px 35px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    left: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.close {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/*--------------------------------------------------------------------------------Table--------------------------------------------------------------------------------------------*/
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 10px;

}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: right;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: 500;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-right: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-right: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-right: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-right: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-right: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-right: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-right: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-right: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-right: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-right: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-right: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-right: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-right: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-right: 0;
}

.table tbody tr.success > td {
    background-color: #dff0d8;
}

.table tbody tr.error > td {
    background-color: #f2dede;
}

.table tbody tr.warning > td {
    background-color: #fcf8e3;
}

.table tbody tr.info > td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3;
}


/*------------------------------------------------------------------------------WebMF----------------------------------------------------------------------------------------------*/
.webmfContainer{
    font-size: 1.3em;
}


.wmfMenu{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    direction: rtl;
    /*color: #d7d7d7;*/
    /*background-color: #EEE;*/
    border: solid 1px #bfbfbf;
    overflow-x:hidden;
    overflow-y:auto;
    width: 20%;
    height:100%;
    min-height: 300px;
    float:right;
    padding:0;
    margin:0;
    right:0;
    font-size: 14px;
}
.wmfLeftPanel{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    text-align: right;
    direction: rtl;
    color: #222222;
    background-color: white;
    overflow-x:hidden;
    overflow-y:auto;
    width: 100%;
    height:100%;
    padding:0;
    margin:0;
    left:0;
}

.wmfTasks{
    width:100%;
    max-width: 100%;
    min-height:35px;
    max-height:35px;
    border-bottom:1px solid #666666;
    padding-bottom: 5px;
    /*overflow-x: hidden;*/
    overflow-y: hidden;
    transition: max-height 1.5s;
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    -ms-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-wrap: break-word;
    display: block;
}

.wmfTasks:hover{
    max-height: 100%;
}

.wfTaskButton{
    position: relative;
    min-width : 80px;
    font-size : 13px;
    margin : 4px 4px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
}


.wmfPreviewPanel{
    width:100%;
}

.wmfContent{
    width:100%;
    min-height:20px;
    color:#333333;
}








.contentTable {
    display:block;
    width: 98%;
    height: auto;
    margin-bottom:20px;
    padding:5px 1% 10px 1%;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.headerBg
{
    display:block;
    width: 100%;
    height: 28px;
    /*background: transparent url(../../_img/bg/contentHeaderBg.png) 0 0 repeat-x;*/
}
.headerBg span
{
    display:inline-block;
    font-size:1.2em;
    color:dimgray;
    margin:0;
    margin-right:10px;
    float:right;
    line-height:24px;
    padding:0 10px 0 10px;
    background: transparent url("../../../secure/cartable/images/bg.jpg")  0 0 repeat;
    border-bottom: solid 1px #cdcdcd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.icon
{
    /*float:right;*/
    width:24px;
    height:24px;
    margin-right:5px;
    margin-left:5px;
    margin-top:2px;
}

.settingsIcon
{
    float:left;
    width:24px;
    height:24px;
    margin-right:5px;
    margin-left:5px;
    margin-top:2px;
}

._returnLink{
    width:100%;
    text-align:center;
}


.labelTag{
    text-decoration:none;
    border-bottom: 1px solid #eeeeee;
    font-size:15px;
    /*line-height:20px;*/
    padding:5px 10px 5px 20px;
    color:#6c6c6c;
}

.valueTag{
    text-decoration:none;
    border-bottom: 1px solid #eeeeee;
    font-size:16px;
    /*line-height:20px;*/
    padding:5px 10px 5px 20px;
    color:#5c5c5c;
}

.webReportForm{
    margin:10px 5px 5px 10px;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height:30px;
}
.webReportFormTitle{
    background: transparent url(../../../_img/bg/bg.jpg) 0 0 repeat;
    line-height:30px;
    vertical-align:middle;
    padding-right:15px;
    color:blue;
    font-weight:bold;

}
.webReportFormBody{
    font-size: 1.3em;
}


/*-------------------------------------------------Webform Toolbar----------------------------------------------------------*/
.webform_toolbar{
    clear: both;
    padding: 3px 1px;
    background: #EEE;
    display: block;
    height: 20px;
}
.webform_toolbar a {
    float: left;
    display: block;
    margin-left: 3px;
    opacity: 0.6;
}
.webform_toolbar a:hover{
    opacity: 1;
}
.webform_toolbar a span{
    background-image: url('../../../secure/cartable/images/hide.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
.webform_toolbar a.webform_pin span{
    background-image: url('../../../secure/cartable/images/copy.png');
    /*background-position: bottom;*/
}
.webform_toolbar a.webform_pin.pinned span{
    background-image: url('../../../secure/cartable/images/copy.png');
    /*background-position: top;*/
}
.webform_toolbar a.webform_refresh span{
    background-image: url('../../../secure/cartable/images/refresh.gif');
    background-position: top;
}
.webform_toolbar a.webform_collapse span{
    background-image: url('../../../secure/cartable/images/collapse.gif');
    background-position: top;
}
.webform_toolbar a.webform_expand span{
    background-image: url('../../../secure/cartable/images/expand.gif');
    background-position: top;
}
.webform_toolbar .webform_title{
    display:inline-block;
    height:20px;
    line-height:20px;
    overflow:hidden;
    float: right;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.progress{
    background-image: linear-gradient(to left, lightgreen, lightgreen);
    background-repeat:no-repeat;
    color: #333333;
    direction: rtl;
    text-align: right;
    background-position: right 0;
}


/* PasswordComplexity */

        .password-container {
            background: white;
            padding: 5px 15px 10px 0;
            margin : 15px 0;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        input.password-error {
            border-color: #f44336;
        }

        input.password-success {
            border-color: #4CAF50;
        }

        .password-strength-meter {
            height: 6px;
            background-color: #e0e0e0;
            border-radius: 3px;
            margin-top: 10px;
            overflow: hidden;
        }

        .password-strength-meter .strength-bar {
            height: 100%;
            transition: width 0.3s, background-color 0.3s;
            border-radius: 3px;
        }

        .password-error-message {
            margin-top: 10px;
            padding: 10px;
            border-radius: 4px;
        }

        .password-error-message .error-list {
            margin: 0;
            padding-left: 20px;
            color: #f44336;
        }

        .password-error-message .error-list li {
            margin-bottom: 5px;
        }

        .password-error-message .success-message {
            color: #4CAF50;
            font-weight: bold;
        }

        .password-requirements {
            list-style: none;
            padding: 0;
            margin: 5px 0;
        }

        .requirement-item {
            padding: 8px 0;
/*            padding-left: 25px; */
            position: relative;
            transition: color 0.3s;
            font-size: 14px;
        }

        .requirement-item:before {
            content: '';
            position: absolute;
            left: 0;
            right: auto;
            top: 10px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 2px solid #ccc;
            background-color: transparent;
            transition: all 0.3s;
        }

        .requirement-item.right-before:before {
            right: 0;
            left: auto;
        }

        .requirement-met {
            color: #4CAF50;
        }

        .requirement-met:before {
            background-color: #4CAF50;
            border-color: #4CAF50;
            content: '✓';
            color: white;
            font-size: 11px;
            line-height: 16px;
            text-align: center;
            font-weight: bold;
        }

        .requirement-unmet {
            color: #f44336;
        }

        .requirement-unmet:before {
            border-color: #f44336;
            background-color: transparent;
        }

        .requirements-container {
            margin-top: 10px;
        }

        .info-box {
            background-color: #e3f2fd;
            padding: 15px;
            border-radius: 4px;
            margin-top: 20px;
            border-left: 4px solid #2196F3;
        }

        .info-box h3 {
            margin-top: 0;
            color: #1976D2;
        }

        .info-box ul {
            margin-bottom: 0;
            color: #555;
        }
