379 lines
6.8 KiB
CSS
379 lines
6.8 KiB
CSS
|
|
.thh0 {
|
|
width: 8px !important;
|
|
}
|
|
|
|
.thh {
|
|
width: 40px !important;
|
|
}
|
|
|
|
.thh2 {
|
|
width: 130px !important;
|
|
}
|
|
|
|
.thhNastionalId {
|
|
width: 30px !important;
|
|
}
|
|
|
|
.inpt {
|
|
width: 100%;
|
|
border: 1px solid #c7c7c7;
|
|
}
|
|
|
|
.searchpanel {
|
|
background-color: #747272;
|
|
}
|
|
|
|
.table-bordered {
|
|
border-left: 0px !important;
|
|
border-right: 0px !important;
|
|
}
|
|
|
|
.table > tbody > tr > td {
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
table.dataTable thead > tr > th {
|
|
padding: 8px;
|
|
}
|
|
|
|
table.dataTable thead .sorting:after,
|
|
table.dataTable thead .sorting_desc:after,
|
|
table.dataTable thead .sorting_asc:after {
|
|
opacity: 0;
|
|
}
|
|
|
|
select {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-table {
|
|
border-radius: 8px !important;
|
|
padding: 2px 5px 0px 5px;
|
|
border-radius: 8px;
|
|
padding: 4px 8px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.operation-td {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.withOutContractingParty {
|
|
background-color: #ffbfbf !important;
|
|
}
|
|
|
|
.name-td {
|
|
font-size: 14px !important;
|
|
max-width: 100px;
|
|
position: relative;
|
|
}
|
|
|
|
.ellipsed {
|
|
display: block;
|
|
width: 100%;
|
|
text-overflow: ellipsis;
|
|
overflow-x: clip;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltipfull-container {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
display: inline-block;
|
|
right: 9px;
|
|
top: 13px;
|
|
}
|
|
|
|
.tooltipfull {
|
|
opacity: 0;
|
|
z-index: 99;
|
|
color: #fff;
|
|
/* width: 180px; */
|
|
display: block;
|
|
font-size: 12px;
|
|
font-family: 'IranSans';
|
|
padding: 5px 10px;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
/* text-shadow: 1px 1px 2px #111; */
|
|
background: #364562;
|
|
border: 1px solid #364562;
|
|
box-shadow: 0 0 3px rgba(0,0,0,0.5);
|
|
-webkit-transition: all .2s ease-in-out;
|
|
-moz-transition: all .2s ease-in-out;
|
|
-o-transition: all .2s ease-in-out;
|
|
/* -ms-transition: all .2s ease-in-out; */
|
|
transition: all .2s ease-in-out;
|
|
-webkit-transform: scale(0);
|
|
-moz-transform: scale(0);
|
|
-o-transform: scale(0);
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
position: absolute;
|
|
right: -2px;
|
|
bottom: 30px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltipfull-container:hover .tooltipfull, a:hover .tooltipfull {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
-moz-transform: scale(1);
|
|
-o-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.tooltipfull:before, .tooltipfull:after {
|
|
content: '';
|
|
border-left: 10px solid transparent;
|
|
border-right: 10px solid transparent;
|
|
border-top: 10px solid #364562;
|
|
position: absolute;
|
|
bottom: -10px;
|
|
right: 20px;
|
|
}
|
|
|
|
.fulltext {
|
|
opacity: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.workshop-td {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.code-td {
|
|
font-family: 'IranText' !important;
|
|
font-size: 14px !important;
|
|
text-align: center;
|
|
max-width: 50px;
|
|
}
|
|
|
|
.mobile-view {
|
|
display: none;
|
|
}
|
|
|
|
.screen-view {
|
|
display: flex;
|
|
}
|
|
|
|
.addActualEmployer {
|
|
background-color: #f5f5f5;
|
|
border-color: #0f9500;
|
|
color: #0f9500 !important;
|
|
border-radius: 2em;
|
|
border-top-left-radius: 0px;
|
|
border-bottom-left-radius: 0px;
|
|
}
|
|
|
|
.addLegalEmployer {
|
|
background-color: #f5f5f5;
|
|
border-color: #1d92e5;
|
|
color: #1d92e5 !important;
|
|
border-radius: 2em;
|
|
border-top-right-radius: 0px;
|
|
border-bottom-right-radius: 0px;
|
|
}
|
|
|
|
.addActualEmployer:hover, .addActualEmployer:focus {
|
|
background-color: #f5f5f5;
|
|
border-color: #0f9500;
|
|
color: #0f9500 !important;
|
|
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
|
|
}
|
|
|
|
.addLegalEmployer:hover, .addLegalEmployer:focus {
|
|
background-color: #f5f5f5;
|
|
border-color: #1d92e5;
|
|
color: #1d92e5 !important;
|
|
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
|
|
}
|
|
|
|
.code-th {
|
|
max-width: 40px;
|
|
}
|
|
|
|
.searchOne {
|
|
border-bottom-left-radius: 0px;
|
|
border-top-left-radius: 0px;
|
|
background-color: #364562;
|
|
border-color: #364562;
|
|
margin-left: -3px;
|
|
}
|
|
|
|
.searchOne:hover, .searchOne:focus {
|
|
background-color: #364562;
|
|
border-color: #364562;
|
|
}
|
|
|
|
.searchAll {
|
|
border-bottom-right-radius: 0px;
|
|
border-top-right-radius: 0px;
|
|
background-color: #545353;
|
|
border-color: #545353;
|
|
}
|
|
|
|
.searchAll:hover, .searchAll:focus {
|
|
background-color: #545353;
|
|
border-color: #545353;
|
|
}
|
|
|
|
.searchOne i {
|
|
padding-left: 3px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
@media(max-width: 1550px) {
|
|
.code-th {
|
|
max-width: 80px;
|
|
}
|
|
}
|
|
|
|
@media(max-width: 768px) {
|
|
.name-td {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.mobile-view {
|
|
display: block;
|
|
}
|
|
|
|
.screen-view {
|
|
display: none;
|
|
}
|
|
|
|
.addLegalEmployer, .addActualEmployer {
|
|
border-top-right-radius: 2em;
|
|
border-bottom-right-radius: 2em;
|
|
border-top-left-radius: 2em;
|
|
border-bottom-left-radius: 2em;
|
|
padding: 5px 3px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.xs-middle {
|
|
margin: auto;
|
|
float: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
column-gap: 4px;
|
|
}
|
|
|
|
.xs-middle .btn-rounded {
|
|
padding: 6px 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.searchOne, .searchAll {
|
|
padding: 6px 9px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.searchOne i, #activing, .employerType {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.searchOne {
|
|
margin-left: -4px;
|
|
}
|
|
|
|
.form-control {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.right-one {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.left-one {
|
|
padding-right: 0;
|
|
}
|
|
|
|
#activing {
|
|
padding: 0;
|
|
}
|
|
|
|
.top-btns {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #dfdfdf;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: #c1d1f2;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.opt {
|
|
background-color: #e8edf7;
|
|
border-radius: 10px;
|
|
text-align: right;
|
|
padding: 2px 5px;
|
|
text-overflow: ellipsis;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.noResult {
|
|
background-color: #dce5f7;
|
|
border-radius: 10px;
|
|
text-align: right;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.opt:hover, .noResult:hover {
|
|
background-color: #dce5f7 !important;
|
|
color: #343434 !important;
|
|
}
|
|
|
|
.selectDiv {
|
|
position: relative;
|
|
z-index: 2;
|
|
border-radius: 10px;
|
|
min-height: 20px;
|
|
max-height: 190px;
|
|
overflow: hidden scroll;
|
|
width: 100%;
|
|
background-color: rgb(255 255 255);
|
|
display: block;
|
|
box-shadow: 0px -1px 12px 0px rgba(0,0,0,.16), 2px 1px 10px 0 rgba(0,0,0,.12);
|
|
}
|
|
|
|
.selectedOption {
|
|
color: #6f7072 !important;
|
|
background-color: #e2eafb !important;
|
|
}
|
|
|
|
.keyboardSelected {
|
|
color: #424242 !important;
|
|
background-color: #c8d5ef !important;
|
|
}
|
|
|
|
.bgGray, .bgGray:hover {
|
|
background-color: #b5b5b5 !important;
|
|
color: #646464;
|
|
}
|
|
|
|
a.disabled {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
background-color: grey !important;
|
|
border-color: grey !important;
|
|
}
|
|
|
|
|