Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/RollCall/css/cameraAccounts.css

408 lines
7.5 KiB
CSS

#navbar-animmenu {
width: 25%;
padding: 0 0;
position: relative;
}
#navbar-animmenu ul {
background: #CAF5F5;
padding: 0;
margin: 0;
}
#navbar-animmenu ul li a i {
margin-left: 10px;
}
#navbar-animmenu li {
list-style-type: none;
z-index: 4;
position: relative;
cursor: pointer;
}
#navbar-animmenu ul li a {
color: #484848;
text-decoration: none;
font-size: 15px;
line-height: 60px;
display: block;
padding: 0px 20px;
transition-duration: 0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: relative;
}
#navbar-animmenu > ul > li.active > a {
color: #000000;
background-color: transparent;
transition: all 0.7s;
}
/* Vertical selector styling */
.verti-selector {
display: inline-block;
position: absolute;
width: 100%;
right: 0px;
transition-duration: 0.6s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
background-color: #fff;
/* border-top-right-radius: 15px;
border-bottom-right-radius: 15px;*/
height: 45px;
z-index: 3;
}
.verti-selector .top,
.verti-selector .bottom {
position: absolute;
width: 25px;
height: 25px;
background-color: #fff;
}
.verti-selector .top {
bottom: -25px;
left: 0;
}
.verti-selector .bottom {
top: -25px;
left: 0;
}
.verti-selector .top:before,
.verti-selector .bottom:before {
content: '';
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #CAF5F5;
}
.verti-selector .top.last-role::before {
background-color: #f5f5f5;
}
.verti-selector .top:before {
top: 0;
right: -25px;
}
.verti-selector .bottom:before {
bottom: 0;
right: -25px;
}
#accountList {
width: 75%;
background-color: #ffffff;
height: 750px;
}
.createRoleBox {
width: 100%;
background-color: #ffffff;
z-index: 6;
display: block !important;
position: relative;
padding: 11px 6px;
border-bottom: 2px solid transparent;
border-image: linear-gradient(to left, #B1B1B1, #FFFFFF);
border-image-slice: 1;
}
.sweet-alert button {
font-family: 'IRANYekanX';
}
.btn-create {
background: #84CC16;
border-radius: 7px;
padding: 4px 10px;
font-size: 13px;
color: #ffffff;
text-align: center;
color: #FFF;
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
}
.btn-create:hover {
background: #71b112;
}
.btn-pass {
background-color: #B5F1F1;
color: #009EE2;
border-radius: 5px;
padding: 5px 8px;
width: 30px;
height: 30px;
transition: all ease .3s;
}
.btn-pass:hover {
background-color: #9bd3d3;
}
#hideCircle {
transition: border-radius 0.5s ease;
height: 80px;
background-color: #f5f5f5;
pointer-events: none;
}
.isActiveTxt {
background-color: #ECFCCB;
border: 1px solid #B3EB52;
border-radius: 50px;
padding: 3px 9px;
color: #0B5959;
font-size: 11px;
width: 70px;
text-align: center;
}
.btn-edit-role {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #009EE2;
margin: auto 0 auto 1px;
/* background-color: #ffffff; */
background-color: rgba(52, 209, 209, 0.20);
box-shadow: 0;
transition: ease .2s;
}
.btn-edit-role:hover {
color: #ffffff;
/* background-color: #009EE2; */
background-color: rgba(52, 209, 209, 0.40);
}
.btn-delete-role {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #FF5151;
margin: auto 1px auto 0;
background: rgba(209, 50, 50, 0.15);
transition: ease .2s;
}
.btn-delete-role:hover {
background-color: rgba(209, 50, 50, 0.25);
}
.btn-info {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #009EE2;
margin: auto 0 auto 1px;
/* background-color: #ffffff; */
background-color: #B4DBFD;
box-shadow: 0;
transition: ease .2s;
}
.btn-info:hover {
background-color: #a2c8e9
}
.btn-info svg {
color: #3B82F6;
}
.close-btn-search {
position: absolute;
top: 50%;
left: 4px;
transform: translateY(-50%);
color: #fff;
background-color: #f87171;
width: 26px;
height: 26px;
display: flex;
align-items: center;
justify-content: center;
}
.Rtable--collapse .Rtable-row {
flex-wrap: nowrap;
padding: 1px;
}
.Rtable--collapse .Rtable-row.SubAccountRowMobile {
flex-wrap: nowrap;
padding: 1px;
outline: 1px solid #dddddd;
}
.roleTitle {
font-size: 12px;
font-weight: 500;
}
.roleName {
font-size: 16px;
font-weight: 700;
}
/********************************** Sub Account Table **********************************/
.rightHeaderMenu {
width: 25%;
display: flex;
align-items: center;
justify-content: space-between;
}
.leftHeaderMenu {
width: 75%;
display: flex;
align-items: center;
justify-content: space-between;
}
.rightHeaderMenu .width1 {
width: 15% !important;
}
.rightHeaderMenu .width2 {
width: 40% !important;
}
.leftHeaderMenu .width3,
.leftList .width3 {
width: 10% !important;
}
.leftHeaderMenu .width4,
.leftList .width4 {
width: 20% !important;
}
.leftHeaderMenu .width5,
.leftList .width5 {
width: 20% !important;
}
.leftHeaderMenu .width6,
.leftList .width6 {
width: 20% !important;
}
.leftHeaderMenu .width7,
.leftList .width7 {
width: 20% !important;
}
.leftHeaderMenu .width8,
.leftList .width8 {
width: 10% !important;
}
.roleSubaccountListMobile .width1 {
width: 15% !important;
}
.roleSubaccountListMobile .width2 {
width: 40% !important;
}
.roleSubaccountListMobile .width3 {
width: 30% !important;
}
.bgSubRow {
outline: transparent !important;
background-color: #CEF4F4 !important;
}
/********************************** Sub Account Table **********************************/
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sliderEUP {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: 0.4s;
border-radius: 24px;
}
/* Rounded slider */
.sliderEUP:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 2px;
bottom: 2px;
background-color: white;
transition: 0.4s;
border-radius: 50%;
}
/* Checked state */
input:checked + .sliderEUP {
background-color: #2FBFBF;
}
/* Move the slider to the right when checked */
input:checked + .sliderEUP:before {
transform: translateX(16px);
}
/* Disable state */
.disable + .sliderEUP {
background-color: #ccc;
cursor: not-allowed;
}
.disable + .sliderEUP:before {
background-color: #999;
}
@media (max-width:1366px) {
#accountList {
height: 440px;
}
}