﻿input[readonly].transparent {
    background-color: transparent;
  
}

textarea[readonly].transparent {
    background-color: transparent;
}

#outer_page-wrapper {
    padding: 0 50px;
    min-height: 568px;
    background-color: #fff;
}

#empty-page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

.fileName {
    text-align: right;
    direction: ltr;
}
.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.btn-responsive {
    white-space: normal;
    word-wrap: break-word;
}
.text-bold {
    font-weight: bold;
}

.full-dropdown {
    border:none;
    width: 100%;
}

.disable-dropdown {   
    background-color:lightgray;
    color:gray;
}

.enable-dropdown {
    background-color: white;
    color: inherit;
}
.separator {
    text-align: right;
    height: 0.5em;
    border-bottom: 2px solid black;
    margin-bottom: 0.5em;
}

.separator:first-line {
    background-color: white;
}

/*stop fix text color-profile radiobutton form checkbox that locate input one line*/
.control-label2{
    text-align:left;
    padding-top:0;
    margin-bottom:0 !important;
    margin-top:0 !important;
}

.control-label3 {
    text-align: left;
    padding-top: 1% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

a.disabled {
    color: grey;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.footerTag {
    text-align: center;
}

