Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/Contracts/css/ContractStatus.css
2024-10-23 17:49:04 +03:30

226 lines
4.3 KiB
CSS

.modal-dialog {
width: 70% !important;
}
.st .select2-container {
width: 100% !important;
display: inline-block !important;
}
.select2-container {
width: 100% !important;
}
.modal-footer {
border-top: unset !important;
}
.modal-header {
border-bottom: unset;
}
.modal-body {
padding-top: 0px !important;
}
.close {
float: right !important;
margin-right: -20px;
}
.modal .modal-dialog .modal-content .modal-footer {
padding-top: unset !important;
}
p {
direction: ltr !important;
text-align: right !important;
}
input[type=radio]:hover {
cursor: pointer;
}
.error {
border-radius: 15px;
}
.heading {
background-color: #4a4a4a;
height: 50px;
border-radius: 15px;
color: #fff;
margin-top: 10px;
}
.bar {
background-color: #cdcdcd;
height: 37px;
border-radius: 25px 0px 0px 25px;
}
.year-bar {
text-align: center;
border-radius: 0px 25px 25px 0px;
background-color: #ffd740;
height: 37px;
}
.signature-true {
color: #1bff01;
left: 5px;
top: 0px;
position: absolute;
}
.signature-false {
color: #dd3632;
left: 5px;
top: 0px;
position: absolute;
}
.rightside {
right: 5px;
background-color: #cdcdcd;
top: 1px;
position: absolute;
}
.leftside {
left: 5px;
background-color: #cdcdcd;
top: 1px;
position: absolute;
}
.tooltipfull-container {
cursor: pointer;
position: relative;
/* display: inline-block;*/
}
.tooltipfull-r {
opacity: 0;
z-index: 99;
color: #fff;
/* width: 180px;*/
display: block;
font-size: 12px;
padding: 1px;
border-radius: 0px 15px 15px 0px;
text-align: center;
/*text-shadow: 1px 1px 2px #111;*/
background: #036205;
border: 1px solid #036205;
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;
bottom: 20px;
white-space: nowrap;
}
.tooltipfull-r:before, .tooltipfull-r:after {
content: '';
border-left: unset !important;
border-right: 10px solid transparent;
border-top: 10px solid #036205;
position: absolute;
bottom: -10px;
left: -1px;
}
.tooltipfull-container:hover .tooltipfull-r, a:hover .tooltipfull-r {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tooltipfull-l {
opacity: 0;
z-index: 99;
color: #fff;
/* width: 180px; */
display: block;
font-size: 12px;
padding: 1px;
border-radius: 15px 0px 0px 15px;
text-align: center;
/* text-shadow: 1px 1px 2px #111; */
background: #036205;
border: 1px solid #036205;
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;
bottom: 20px;
white-space: nowrap;
}
.tooltipfull-l:before, .tooltipfull:after {
content: '';
border-left: 10px solid transparent;
border-right: unset !important;
border-top: 10px solid #036205;
position: absolute;
bottom: -10px;
right: -1px;
}
.tooltipfull-container:hover .tooltipfull-l, a:hover .tooltipfull-l {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.btn-success:hover {
background-color: #036205 !important;
border-color: #036205 !important;
}
@@media screen and (max-width: 1920px) {
.month-header {
font-size: 14px;
}
}
@@media screen and (max-width: 1440px) {
.month-header {
font-size: 11px;
}
}
.anim {
animation-name: animationProgress;
}