Edit File: statics.css
.color1 { color: #2d7679 !important; } .color2 { color: #FFB72B !important; } .color-white { color: #fff; } .color-red { color: #FF0000 !important; } .error { color: #FF8888; } .color-yellow { color: #e4e42f; } .color-gray { color: #8A8A8A; } .gray { color: #BFBFBF; } .color-black { color: #000 !important; } .color-ques { color: #0C72AE; } .color-gray2 { color: #8A8A8A; } .gray-bg { background: #8A8A8A; } .gray-bg2 { background: #00a79c33; } .bg1 { background: #41B8B4 !important; } .bg2 { background: #FFB72B !important; } .bgA { background: #41B8B4 !important; color: #fff; } .bgB { background: #F79520 !important; color: #fff; } .bgC { background: #FFB72B !important; color: #fff; } .bgD { background: #41ACE1 !important; color: #fff; } .bg-none { background: none; } .question-error { background: #FF8888 !important; color: #fff; } .bg-not { background: #B6B8B3; } .orange-bg { background: #F79520; } .blue-bg { background: #41ACE1; } .white-bg { background: #fff; } .red-bg2 { background: #FF8888; } .gray-light { color: #f5f5f5; } .gray-light-bg { background: #f5f5f5; } .font8 { font-size: 8px; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .font22 { font-size: 22px; } .font24 { font-size: 24px; } .font26 { font-size: 26px; } .font30 { font-size: 30px; } .font32 { font-size: 32px; } .font34 { font-size: 34px; } .font36 { font-size: 36px; } .font38 { font-size: 38px; } .font40 { font-size: 40px !important; } .font60 { font-size: 60px !important; } .round0 { border-radius: 0 !important; } .round5 { border-radius: 5px; } .round7 { border-radius: 7px; } .round10 { border-radius: 10px 10px 10px 10px; } .round15 { border-radius: 15px; } .round20 { border-radius: 20px; } .round25 { border-radius: 25px; } .round50 { border-radius: 50%; } .bold100 { font-weight: 100 !important; } .bold200 { font-weight: 200 !important; } .bold300 { font-weight: 300 !important; } .bold400 { font-weight: 400 !important; } .bold500 { font-weight: 500 !important; } .bold600 { font-weight: 600 !important; } .bold700 { font-weight: 700 !important; } .bold800 { font-weight: 800 !important; } .bold900 { font-weight: 900 !important; } .bold { font-weight: bold !important; } .bolder { font-weight: bolder !important; } .lighter { font-weight: lighter !important; } .normal { font-weight: normal !important; } .dn { text-decoration: none !important; } .dl { text-decoration: underline !important; } .icon10 { width: 10px; } .icon15 { width: 15px; } .icon20 { width: 20px; } .cp { cursor: pointer; } .p2 { color: #FFB72B !important; } .h-100 { height: 100%; } .row { margin: 0 !important; } .w-md-10 { width: 10%; } .w-md-20 { width: 20%; } .w-md-25 { width: 25%; } .w-md-30 { width: 30%; } .w-md-40 { width: 40%; } .w-md-50 { width: 50%; } .w-md-65 { width: 65%; } .w-md-75 { width: 75%; } .w-md-85 { width: 75%; } .w-400 { width: 400px !important; } .w-90 { width: 90%; } @media (max-width: 768px) { .w-md-50, .w-md-10, .w-md-20, .w-md-30, .w-md-40, .w-md-75, .w-md-65, .w-md-85 { width: 100%; } } .title1 { padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .title1 h4 { padding: 10px; background: #41B8B4; color: #fff; } .title2 { padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .title2 h4 { padding: 10px; background: #FFB72B; color: #fff; } .sub-title { direction: ltr; padding: 10px 5px; border-right: 3px solid #41B8B4; } .card-cont { background: #fff; -webkit-box-shadow: 0px 0px 20px #00000033; box-shadow: 0px 0px 20px #00000033; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } .button1 { border: none; padding: 10px 15px; font-size: 14px; background: #2d7679; color: #fff !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button1:hover { background: #3dadaa; } .button3 { border: none; padding: 10px 15px; font-size: 14px; background: #F8F8F8; color: #000 !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button3:hover { background: #e6e0e0; } .button4 { border: none; padding: 10px 15px; font-size: 14px; background: #EC2F2F; color: #fff !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button4:hover { background: #cc2f2f; } .button5 { border: none; padding: 10px 15px; font-size: 14px; background: #2AC43F; color: #fff !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button5:hover { background: #29b13b; } .button2 { border: none; padding: 10px 15px; font-size: 14px; background: #FFB72B; color: #fff !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button2:hover { background: #f5b128; } .button-error { border: none; padding: 10px 15px; font-size: 14px; background: #ff3333; color: #fff !important; border-radius: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-decoration: none !important; } .button-error:hover { background: #ce2a2a; } .material-button { position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 0; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; cursor: pointer; overflow: hidden; } .material-button:hover { -webkit-box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3); box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.3); -webkit-transform: translateY(-3px); transform: translateY(-3px); } .material-button:focus { outline: none; } .material-button .taint { display: block; position: absolute; background: rgba(53, 158, 132, 0.5); border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); } .material-button .taint.drop { -webkit-animation: ripple 0.65s linear; animation: ripple 0.65s linear; } @-webkit-keyframes ripple { 100% { opacity: 0; -webkit-transform: scale(2.5); transform: scale(2.5); } } @keyframes ripple { 100% { opacity: 0; -webkit-transform: scale(2.5); transform: scale(2.5); } } * { padding: 0; margin: 0; outline: none !important; } body { font-family: "URW DIN Arabic"; } .input-img-cont { width: 60px; height: 60px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #ECECEC; position: relative; } .input-img-cont::after { content: ''; position: absolute; top: 50%; left: 50%; z-index: -1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #F6F6F6; width: calc(100% + 15px); height: calc(100% + 15px); border-radius: 50%; } .input-img-cont .input-img-camera { position: absolute; top: calc(100% - 10px); } .input-img-cont .input-img { max-width: 80px; max-height: 80px; } input[type="date"] { position: relative; } input[type="date"]::-webkit-calendar-picker-indicator { z-index: 1; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); position: absolute; left: -5px; color: #41B8B4; } .transition { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } input { font-size: 12px !important; padding: 20px 15px !important; } textarea { font-size: 12px !important; padding: 10px 15px !important; } input[type="checkbox"] { height: 15px; width: 15px; padding: 10px; } input[type="file"] { height: 40px; } .background { position: fixed; z-index: -1; width: 100%; height: calc(100% + 100px); bottom: -100px; } .background img { position: absolute; bottom: 0; } .hover-shadow:hover { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-shadow: 3px 3px 10px 1px #00000055; box-shadow: 3px 3px 10px 1px #00000055; -webkit-transform: translateX(-10px); transform: translateX(-10px); } .hover-scale:hover { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-transform: scale(1.1); transform: scale(1.1); } .shadow1 { -webkit-box-shadow: 0px 0px 5px 1px #00000011; box-shadow: 0px 0px 5px 1px #00000011; } p { font-size: 12px; color: #8A8A8A; } .gray-a { color: #8A8A8A; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size: 12px; } .gray-a:hover { color: #080808; } .dashboard-button { padding: 3px; min-width: 35px; min-height: 35px; border-radius: 8px; border: none; } .dashboard-button:hover { background: #e9e5e5; } .sm-img { max-width: 35px; height: 35px; } .sm-img2 { max-width: 50px; height: 50px; } .gradient-bg { background-image: -webkit-gradient(linear, right top, left top, from(#3BAEAA), to(#4AA7CB)); background-image: linear-gradient(-90deg, #3BAEAA, #4AA7CB); background-repeat: no-repeat; } .table { font-size: 12px; border-radius: 7px; border: none; background: #fff; } .table-striped tbody tr:nth-of-type(odd) { background: none; } .table-cont .table-head { background: #41B8B4 !important; color: #fff; } .table-cont .table-head tr { border-radius: 10px !important; } .table-cont .table-head * { border: none; } .table-cont tbody { color: #8A8A8A; } .table-cont tbody tr { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .table-cont tbody tr:hover { background: #f5f5f5 !important; } .table-cont .dataTables_scrollBody { margin-top: 15px; border-radius: 5px; overflow: unset !important; } .table-cont .dataTables_scrollBody * { border: none; } .table-cont .dataTables_filter { display: none; } .table-cont .dataTables_paginate { background: #fff; border-radius: 5px; padding: 15px; border-top: 1px dotted #aaaaaa; direction: rtl; text-align: left !important; left: 0; } .table-cont .dataTables_paginate .paginate_button { border-radius: 50%; background: #fff; border: 1px solid #aaaaaa55; font-size: 12px; width: 22px; height: 22px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 5px; cursor: pointer; } .table-cont .dataTables_paginate .paginate_button.current { background: #41B8B4; color: #fff; } .table-cont .dataTables_paginate .paginate_button.next, .table-cont .dataTables_paginate .paginate_button.previous { background: #eceaea; border: none; } .table-cont #dataTable1_filter { position: absolute; top: 0; } .sn::-moz-selection { background: none; color: transparent; } .sn::selection { background: none; color: transparent; } .time-remove-button { display: block; } .time-add-button { display: block; } option { padding: 10px !important; } hr { opacity: .5; } .float_span{ position: absolute; top: 13px; left: 10px; font-size: 13px; } /*# sourceMappingURL=statics.css.map */
Back to File Manager