angular-custom.css 5.87 KB
.form-control[required][disabled] { background: #eeeeee; border-color:#ccc ;}
.edisabled span{
    background: #eeeeee;
    border-color: #ccc;
}

.Calander[required][disabled] {
    background: #eeeeee;
    border-color: #ccc;
}

.Calander[disabled] {
    background: #eeeeee;
    border-color: #ccc;
}

.edisabled span {
    background: #eeeeee;
}

/*li:empty {
    display:none;
    margin:0;
    padding:0;
    border:0;
}*/

.selectedrow td {
    background-color: #c0dcfa !important;
}

select[required] {
    background: #fafbee;
}


.close-button {
    cursor: pointer;
    padding-right: 12px;
    background-color: red;
    background: url('../img/close-button.png');
}

.errorMsg {
    color: #f00;
    font-size: 12px;
}

input.capitalize {
    text-transform: capitalize;
}

td.capitalize {
    text-transform: capitalize;
}

input.uppercase {
    text-transform: uppercase;
}

textarea {
    resize: none;
}

cursor-pointer {
    cursor: pointer !important;
}

.tabwrapper ul li a span i:hover {
    cursor: pointer;
}

.alert-margin {
    margin-right: 10px;
}

.alert-header-custom {
    background-color: #5d8fc2 !important; 
    padding: 8px !important;
    color: white;
}

.alert-closebutton {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
}

.alert-closebutto:hover, .alert-closebutto:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.alert-closebutton {
    padding: 0;
    cursor: pointer;
    background: #291b1b00;
    border: 0;
    -webkit-appearance: none;
}
/*.table-fixed {
  width: 100%;
  background-color: #f3f3f3;
}
.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td {
  float: left;
}
.table-fixed thead tr th {
  float: left;
  background-color: #f39c12;
  border-color: #e67e22;
}*/
.custom-fixed tbody {
    display: block;
    height: 250px;
    overflow: auto;
}

    .custom-fixed thead, .custom-fixed tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.custom-fixed thead {
    width: calc(100%);
}/**/

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url(select2.png) no-repeat 100% -22px;
    background: url(select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.Calander {
    box-shadow: none;
    font-weight: 400;
    background-color: #fff;
    background-image: url('../img/calander.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .Calander[required] {
        background-color: #f5f9c4;
        background-image: url("../img/calander.png");
        border-color: #ccd83a;
    }

ng2-datetime-picker {
    width: 232px !important;
}
/*select2 option[value=""] { display: none!important; }*/
select2[required] span span span {
    background-color: #f5f9c4 !important;
    border-color: #ccd83a !important;
}

select2.edisabled[required] span span span {
    background: #eeeeee !important;
    border-color: #cccccc !important;
}

select2 span > span > span > span.select2-selection__rendered {
    line-height: 25px !important;
}

ul.select2-results__options > li:empty {
    display: none;
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
    border: 0;
}
.errorMsg {
    color: #f00;
    font-size: 12px;
}
 /* {margin: 0; 
}*/
.redcolorclass {
    color:red !important;
}
 .textboxAslabel {
border:none;
background-color:#FFF;
border-color:#FFF;
}


 [hidden] {
  display: none!important;
}
input[transaction-currency] {
    text-align: right !important;
    background-image: url('../img/doller.png');
    background-position-y:center;
    background-position-x:left;
    background-repeat:no-repeat;
    padding-left: 17px;
}
input[readonly]{
    background-color:#eeeeee!important;
}
.z-index-2{
    z-index:2;
}
.z-index-4{
    z-index:4;
}

ng-select[required]{
    background-color: #f5f9c4 !important;
    border-color: #ccd83a !important;
}

ng-select.edisabled[required]{
    background: #eeeeee !important;
    border-color: #cccccc !important;
}
ng-select.edisabled{
    background: #eeeeee !important;
    border-color: #cccccc !important;
}
ng-select{
    background-color:#ffffff;
    max-width:100%;
}
.white-bg{
    background-color:#ffffff;
}
select-dropdown ul li{
    min-height:28px;
}
select-dropdown > div{z-index:999!important;}

select-dropdown > div .options {
    float: left;
    width: 100%;
}
select-dropdown > div .filter{
    float: left;
    width: 100%;
}

ng-select > div > div.single > div.clear:hover, ng-select > div > div.single > div.toggle{
    float:right;
}
.hide{
    display: none!important;
}
ng-select ul li.disabled span{
    background-color:#ffffff;
}
ng-select ul li.highlighted span{
    background-color:#2196F3;
}