@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff'); font-weight: 900; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff'); font-weight: 200; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; } @font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'); font-weight: 600; font-style: italic; font-display: swap; } *, html, body { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins'; font-weight: normal; font-style: normal; } p,h1,h2,h3,h4,h5,h6,ol,ul { margin: 0; } button:focus,textarea:focus,input:focus,select:focus{ outline: 0; } /******************HEADER*********************/ header { display: flex; padding: 30px 0px 15px 0; justify-content:space-between; transition: 0.5s; } .search-bar-wrap { width: 60%; padding: 0; position: relative; } .user-login-section { width: 20%; display: flex; justify-content: center; align-items: center; margin-left: 0%; } .search-bar-wrap input[type="text"],.search-bar-wrap input[type="password"],.search-bar-wrap input[type="date"],.search-bar-wrap input[type="number"] { border: 1px solid #868383; border-radius: 7px; width: 99%; padding: 10px; height: 32px; } .search-bar-wrap input[type="text"] { border: 1px solid #868383; border-radius: 7px; width: 99%; padding: 10px; height: 32px; } .search-bar-wrap:after { position: absolute; right: 4px; top: 0px; font-family: "Font Awesome 5 Free"; content: "\f002"; font-weight: 900; color: white; background: #032da1; width: 38px; height: 31px; border-radius: 0 5px 5px 0px; display: flex; align-items: center; justify-content: center; } .notification-icon-wrap { box-shadow: 0px 3px 6px #00000029; border-radius: 6px; padding: 5px 10px; height: 32px; position: relative; cursor: pointer; transition: 0.5s; } .notifications-wrap{ position: absolute; right: -14px; display: none; top: 28px; } .notifications { position: absolute; width: 315px; color: white; background: #032da1; padding: 15px; border-radius: 12px; transition: 3s; z-index: 3; right: 0; top: 20px; } .notifications ul li { list-style-type: none; margin-bottom: 10px; padding: 5px; transition: 0.5s; border-bottom: 1px solid #ffffff61; display: flex; align-items: center; color: #ffffffe0; } .notifications ul li:hover { border-bottom: 1px solid #fff; transition: 0.5s; color: white; } .notifications ul li h5 { font-size: 14px; } .notifications ul li p { font-size: 13px; width: 85%; margin-right: 9%; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .notification-icon-wrap:hover .notifications-wrap{ display: block; transition: 0.5s; } .notification-icon-wrap:after { position: absolute; content: ""; background: red; height: 5px; width: 5px; border-radius: 50%; right: 5px; top: 5px; } .notifications h4 { font-size: 15px; padding: 0px 0 7px; } .fa-trash-alt { width: 10px; } .notifications:after { position: absolute; content: ""; top: -15px; right: 20px; border-bottom: 15px solid #032da1; border-left: 12px solid transparent; border-right: 12px solid transparent; } .user-wrap { box-shadow: 0px 3px 6px #00000029; border-radius: 6px; margin-left: 10px; height: 32px; cursor: pointer; width: 180px; } .user-login-head { display: flex; justify-content: center; align-items: center; padding: 5px 10px; } .user-wrap img { background: #032DA1; width: 17px; border-radius: 50%; padding: 0; margin-right: 10px; } .user-wrap h5 { font-size: 14px; display: flex; justify-content: center; align-items: center; } .user-wrap h5 span { font-weight: 500; margin-right: 12px; text-overflow: ellipsis; width: 105px; white-space: nowrap; display: inline-block; overflow: hidden; } .user-login-head .fa-caret-up { display: none; } .login-wrap-open { background: #F6F7F9; padding: 5px 10px; border-radius: 6px; display: none; transition: 0.5s; z-index: 1; position: relative; } .login-wrap-open ul li { list-style-type: none; font-size: 14px; transition: 0.5s; padding: 2px 10px; margin: 5px 0; border-radius: 5px; } .login-wrap-open ul li span { margin-right: 8px; font-size: 15px; } .login-wrap-open ul li:hover { transition: 0.5s; background: #032da1; color: #fff; } .login-wrap-open ul li:nth-child(2):hover { background: red; } .user-wrap-expand { box-shadow: none; background: #F6F7F9; } .user-wrap:hover { box-shadow: none; background: #F6F7F9; transition: 0.5s; } .user-wrap:hover .fa-caret-down { display: none; transition: 0.5s; } .user-wrap:hover .fa-caret-up { display: inline-block; transition: 0.5s; } .user-wrap:hover .login-wrap-open { display: block; transition: 0.5s; } /**********************ASIDE***************************/ .sideMenu { height: 100%; width: 200px; position: fixed; z-index: 2; top: 0; left: 0px; background-color: #032DA1; color: #fff; transition: 0.5s; overflow-x: hidden; white-space: nowrap; border-radius: 0px 15px 15px 0px; padding-left: 10px; overflow: -moz-scrollbars-none; -ms-overflow-style: none; overflow: hidden; } ul.side-list { width: 110%; height: 76%; overflow-y: scroll; padding-right: 15px; box-sizing: content-box; overflow-x: hidden; list-style-type: none; } .sideMenu::-webkit-scrollbar{ width: 0 !important } .mobileMenu { display: none; } .logo-wrap { padding: 20px 24px; display: flex; align-items: center; } .logo-name h3 { line-height: 23px; } .logo-name p { font-size: 12px; } .logo-name { margin-left: 11px; } .logo-wrap img { width: 130px; } .sideMenu ul li.list { font-weight: 700; font-size: 15px; transition: 0.5s; margin: 5px 0; cursor: pointer; border-radius: 10px 0px 0px 10px; list-style-type: none; } .sideMenu ul li.list a { color: #ffffff; text-decoration: none; padding: 10px 15px; width: 100%; display:block; } .sideMenu ul li img { margin-right: 5px; width: 20px; } .sideMenu ul li.active { background: #fafafa; color: #032da1; border-radius: 10px 0px 0px 10px; transition: 0.5s; } .sideMenu ul li.active a { color: #032da1; } .sideMenu ul li .icon-active { filter: brightness(0) invert(1); } .sideMenu ul li.active .icon-inactive { display: none; } .sideMenu ul li.active .icon-active { display: inline-block; filter: brightness(1) invert(0); } .sideMenu ul li.list:hover { background: #fafafa; color: #032da1 !important; transition: 0.5s; } .sideMenu ul li.list:hover a { color: #032da1 !important; } .sideMenu ul li.list:hover .icon-active { display: inline-block; filter: brightness(1) invert(0); } .sideMenu ul li.list:hover .icon-inactive { display: none; } /************************MAIN***************************/ main { padding: 0 0 40px; margin-bottom: 80px; display: flex; justify-content: space-between; flex-wrap: wrap; transition: 0.5s; } .main-wrap { width: 100%; margin-top: 10px; } .main-left { width: 50%; } .main-right { width: 50%; } .common-heading { margin-bottom: 20px; margin-top:20px; position: relative; width: 100%; display: flex; justify-content: space-between; } .common-heading h2 { font-size: 22px; font-weight: 600; } /****************dashboard**************/ .dashboard-tabs-wrap { display: flex; flex-wrap: wrap; margin:10px 0; } .dashboard-tabs { margin-bottom: 20px; text-align: center; margin-right: 12px; color: #fff; padding: 23px 16px; flex-basis: 22%; box-shadow: 0px 3px 6px #00000029; border-radius: 12px; justify-content: space-between; align-items: center; } .tab-number { font-size: 34px; margin-bottom: 10px; } .tab-sub-sec { display: flex; justify-content: center; align-items: flex-start; margin-bottom: 10px; } .tab-sub-sec img { width: 18px; margin-right: 7px; } .tab-sub-sec p { font-size: 16px; } .dashboard-tab-link { font-size: 14px; text-decoration: underline; color: #fff; } .search-btn { padding: 10px 15px; height: 32px; position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; background: #032da1; border: 0; color: #fff; border-radius: 0 8px 8px 0; } .subject-wrap { background: #E6E6E6; border-radius: 15px; padding: 20px; width: 95%; margin-bottom: 40px; } .create-sub-,.lec-lbl { display: block; font-weight: 500; text-align: left; } .create-sub-label { display: block; text-align: left; font-weight: 600; font-size: 16px; } .common-btn { border: 0; background: #032da1; color: #fff; border-radius: 5px; padding: 8px 45px; font-size: 14px; cursor:pointer; } .common-btn a{ color: #fff; } .common-btn .fa-search { font-size: 14px; margin-right: 8px; } .ellipsis { text-overflow: ellipsis; width: 172px; overflow: hidden; white-space: nowrap; } .action-btn-wrap { padding: 0 20px; display: flex; width: 100%; margin: 0; text-align: center; } .action-btn-wrap .fa-pencil-alt { color: #032DA1; } .action-btn-wrap .fa-trash-alt { color: #FF3636; } .action-btn-wrap .fa-pencil-alt, .action-btn-wrap .fa-eye, .action-btn-wrap .fa-trash-alt { cursor: pointer; } .subject-breadcrumb { padding: 20px 0; display: flex; justify-content: space-between; width: 100%; align-items: center; } .subject-breadcrumb p { font-size: 14px; } .breadcrumb { background: none; padding: 8px 0; margin: 0; } .breadcrumb li { position: relative; } .breadcrumb li:first-child:after {content: "<";width: 10px;height: 10px;position: absolute;left: -18px;color: #000;top: -5px;font-size: 24px;} .breadcrumb li a { font-size: 14px; padding: 0 6px; color: #000; } .breadcrumb li:last-child:after { content: ">"; width: 10px; height: 10px; position: absolute; right: -14px; color: #000; top: -5px; font-size: 24px; } .breadcrumb .active a { background: #032da1; color: #fff; border-radius: 50%; padding: 0 8px; display: flex; align-items: center; justify-content: center; } .breadcrumb li a { padding: 0 8px; } /**************edi subject*************/ .edit-subject { background: #fff; padding: 20px 0; } .edit-subject .sub-form-row input[type="text"],.edit-subject .sub-form-row textarea,.edit-subject .sub-form-row select,.edit-subject .sub-form-row input[type="password"],.edit-subject .sub-form-row input[type="date"],.edit-subject .sub-form-row input[type="number"] { border: 1px solid #afaeae; font-size: 14px; } .common-black { background: #0c0c0c; } /**************syllabus list*************/ .add-subject { width: 50%; } .add-subject .sub-form-row select { font-size: 14px; } .add-subject .sub-form-row{ text-align:left; } .add-subject .sub-form-row textarea { min-height: 100px; font-size: 13px; } /*****password*****/ .passwrd-icon { position: absolute; top: 6px; right: 8px; cursor: pointer; } .passwrd-con{ position: absolute; top: 4px; right: 8px; cursor: pointer; } .icon-y:after { position: absolute; content: ""; background: #212529; height: 1px; width: 25px; transform: rotate(36deg); top: 10px; left: -3px; } .icon-con-y:after { position: absolute; content: ""; background: #212529; height: 1px; width: 25px; transform: rotate(36deg); top: 10px; left: -3px; } .paswd_reset .passwrd-icon,.paswd_reset .passwrd-con { top: 36px; } /**********************************/ .student-wrap { width: 90%; } /********************AM/PM SWITCH*************************/ .ampm-switch { z-index: 1; position: relative; box-sizing: border-box; display: inline-block; vertical-align: middle; border-radius: 3px; overflow: hidden; width: 40px; height: 35px; margin: 0; cursor: pointer; background-color: #032DA1; } .ampm-switch:before, .ampm-switch:after { box-sizing: border-box; display: block; width: 40px; height: 15px; font-size: 9px; text-align: center; line-height: 20px; color: white; } .ampm-switch:before { content: "AM"; } .ampm-switch:after { content: "PM"; } .ampm-switch input { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: 0; padding: 0; border: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1); filter: alpha(opacity=0.1); opacity: .001; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); } .ampm-switch .toggle-button { z-index: 2; display: inline-block; position: absolute; top: 0; padding: 0; margin: 0; width: 40px; height: 15px; background: transparent; box-sizing: border-box; background-clip: padding-box; white-space: nowrap; border: 1px solid #dee1e8; color: #454545; background-color: #dee1e8; -webkit-transition: top .05s ease-in-out; -moz-transition: top .05s ease-in-out; -o-transition: top .05s ease-in-out; -ms-transition: top .05s ease-in-out; transition: top .05s ease-in-out; background: #fbfcfd; } .ampm-switch input:checked + .toggle-button { top: 20px; } .ampm-switch .toggle-button:before { box-sizing: border-box; display: block; width: 40px; height: 15px; font-size: 9px; /* font-weight: bold; */ text-align: center; line-height: 12px; color: #191919; } .ampm-switch .toggle-button:before { content: "AM"; } .ampm-switch input:checked + .toggle-button:before { content: "PM"; } .lec-lbl { display: block; } .lecture-time { display: flex; } .sub-form-row .lecture-start input[type="number"]{ width: 50px; } .lecture-start { margin-right: 30px; width: 45%; } .time-toggle { width: 47px; display: inline-block; } .set-weightage { background: #F9F9F9; padding: 10px; margin-top:20px; } .set-weightage-lbl { margin: 10px 0; } .Weightage-div { display: flex; flex-wrap: wrap; } .Weightage-tab { flex-basis: 26.333333%; margin-right: 15px; margin-bottom: 15px; } .Weightage-tab label { display: block; } .Weightage-tab input[type="number"] { width: 80px; padding: 2px 2px; } .Weightage-tab label strong { font-size: 14px; font-weight: 600; } .course-fee-wrap { width: 90%; } .course-fee-list { width: 90%; } .course-fee-list .sub-list-table { width: 100%; } .course-fee-list .subject-breadcrumb { width: 100%; } .instalment .Weightage-tab input[type="number"] { width: 100%; } .instalment .Weightage-tab { flex-basis: 30.333333%; } .main-right-sm { width: 60%; } .main-left-sm { width: 38%; } /******APPLICATION*****/ .nav-pills > li > a { border-radius: 0; } .nav-pills > li > a { border-radius: 4px 4px 0 0 ; } .tab-toggle-content { display: none; } .application-toggle-btn .nav-pills li a { color: #000; padding: 5px 15px; font-weight: 500; width: 100%; text-align: center; display: block; text-decoration: none; border-radius:0; } .application-toggle-btn .nav-pills li { width: 140px; font-size: 12px; margin: 0 20px; } .application-toggle-btn .nav-pills { width: 100%; border-bottom: 2px solid #a7a7a7; } .view-student-tab { margin: 30px 0 30px; } .application-toggle-btn .nav-pills .active { color: #032da1; border-bottom: 5px solid #032da1; } .application-toggle-btn .nav-pills .active a { color: #fff; } .action-btn-wrap .fa-check-circle { color: #4AC42C; } .action-btn-wrap .fa-times-circle { color: #FF3636; } .main-wrap-full { width: 98%; display: block; } .app-wrap { width: 80%; } .admin-search { display: block; } .admin-search .application-toggle-btn .nav-pills li { width: 25%; } .instalment-setup { width: 100%; display: flex; justify-content: space-between; margin-bottom: 15px; } .instalment-setup .application-toggle-btn { width: 78%; } .setup-btn { width: 21%; margin-left: 1%; } .yellow-btn { background: #FDC00F; padding: 4px 25px; } .sub-list-wrap { width: 100%; display: flex; justify-content: space-between; } .sub-list { width: 70%; margin-bottom: 30px; } .sub-list-wrap .admin-graph { width: 29%; box-shadow: 0px 3px 6px #00000029; padding: 10px; border-radius: 5px; } .sub-list-table-big .td-width2 { width: 115px; } .syllabus-list-wrap .sub-list-table-big th, .syllabus-list-wrap .sub-list-table-big td { font-size: 12px; padding: 5px; } .graph-head { text-align: center; margin: 5px 0 10px; color: #032da1; font-weight: 600; font-size: 20px; } .graph-mid { margin: 40px 8px; line-height: 26px; } .graph-mid h2 { font-size: 20px; text-align: center; line-height: 30px; } .graph-mid h2 span { display: block; } .graph-footer h2 { margin: 20px 0; text-align: center; font-size: 18px; } .graph-footer h2 span { display: block; font-weight: 700; font-size: 19px; margin-top: 15px; } .sub-list-table-big .sub-list-table { width: 80%; } .sub-list-table-big .admin-graph { width: 18%; } /***************PIE CHART********************/ /* Pie Chart */ .progress-pie-chart { width: 120px; height: 120px; border-radius: 50%; position: relative; } .progress-pie-chart.gt-50 { background-color: #FF3636; } .ppc-progress { content: ""; position: absolute; border-radius: 50%; left: calc(50% - 99px); top: calc(50% - 60px); width: 100px; height: 120px; clip: rect(0, 200px, 200px, 100px); } .ppc-progress .ppc-progress-fill { content: ""; position: absolute; border-radius: 50%; left: calc(50% - 21px); top: calc(50% - 50px); width: 150px; height: 124px; clip: rect(0, 100px, 200px, 0); background: #032da1; transform: rotate(60deg); } .gt-50 .ppc-progress { clip: rect(-2px, 100px, 200px, 0); } .gt-50 .ppc-progress .ppc-progress-fill { clip: rect(0, 200px, 200px, 100px); background: #032da1; } .ppc-percents { content: ""; position: absolute; border-radius: 50%; left: calc(50% - 90.91304px/2); top: calc(50% - 90.91304px/2); width: 90.91304px; height: 90.91304px; background: #fff; text-align: center; display: table; } .ppc-percents span { display: none; font-size: 2.6em; font-weight: bold; color: #032DA1; } .pcc-percents-wrapper { display: table-cell; vertical-align: middle; } .progress-pie-chart { margin: 0; } .statChartHolder { display: flex; } .chart-holder { width: 120px; } .chart-info-wrap { width: 50%; font-size: 12px; margin: 23px 8px; } .chart-info { display: flex; align-items: flex-start; } .info-color1 { width: 15px; height: 15px; background: #032DA1; border-radius: 3px; } .chart-info p { margin-left: 0px; text-align: right; width: 100px; } .chart-info p span { margin-left: 5px; } .chart-details ul li { list-style: none; font-size: 13px; text-align: center; } .chart-det-info { width: 70%; text-align: right; margin-right: 15px; } .chart-det-value { width: 20%; display: inline-block; text-align: left; } /***************PIE CHART********************/ .td-width3 { width: 500px; } .spl-heading { margin-left: 34px; } .spl-heading .fa-bullhorn { position: absolute; left: 0; font-size: 12px; background: #032DA1; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 30px; height: 30px; padding:6px; } .upload-btn { border: 2px solid #2579E8; color: #fff; background-color: #2579E8; padding: 3px 20px; border-radius: 4px; font-size: 13px; } .file-upload-wrap{ position: relative; } .file-upload-wrap input[type="file"] { position: absolute; left: 0; top: 0; opacity: 0; width: 128px; padding: 0px 21px; } #uploaded-file { font-size: 13px; } /***************LOGIN PAGE*****************/ .login-wrap { height: 100vh; background-repeat: no-repeat; background-size: cover; position: relative; } .login-heading { color: #fff; font-size: 35px; padding-top: 35px; margin-left: 400px; } .login-heading h3 { font-size: 37px; } .login-heading h2 { font-size: 46px; } .login-box-cover { display: flex; align-items: center; justify-content: flex-end; height: 68vh; margin-top: 20px; position: relative; } .login-box { margin-right: 100px; border-radius: 7px; background: #fff; padding: 35px 35px; -webkit-background-clip: padding-box; background-clip: padding-box; width: 30%; box-shadow: 0px 3px 6px #00000029; } .login-box h3 { font-size: 20px; font-weight: 600; margin-bottom: 15px; } .login-row { margin-bottom: 12px; position: relative; } .login-lbl { width: 100%; font-weight: 600; font-size: 16px; } .login-row input[type="Email"], .login-row input[type="text"], .login-row input[type="number"],.login-row input[type="password"] { width: 100%; border-radius: 4px; border: 1px solid #b2b2b2; padding: 4px 5px; font-size: 14px; } .rem-paswd { display: inline-block; width: 45%; } .forget-password { display: block; width: 100%; float: right; text-decoration: underline; text-align: left; margin-bottom: 7px; } .forget-password a { font-weight: 600; color: #032DA1; } .login-row:last-child { text-align: center; } .backto-login { text-align: center; } .backto-login a { font-weight: 600; color: #032DA1; text-decoration: underline; } .login-row p { font-size: 13px; } .main-wrap-full .sub-list .subject-breadcrumb { width: 97%; } /*****************ADDITIONAL STYLES*****************/ .admin_sidenav ul li { text-align: center; } .admin_tempblock{ margin-top: 30px; width: 95%; } .admin_sec{ padding:0 20px; } /*--------admin subject page css start-------*/ .subsec_sec{ display:flex; } .subject_l{ width: 35%; } .subject_r { width: 100%; } .subject_lhead{ font-size: 20px; font-weight: 500; margin-bottom: 18px; } .subject_lformarea label{ margin-bottom: 2px; font-size: 13px; } .subject_lformarea .form-control { font-size: 13px; resize: none; background: #F2F0F0; } .subject_lformarea .form-group { margin-bottom: 18px; } .subject_lformarea .form-control:focus { border-color: #ced4da; box-shadow: 0 0 black; } .divider{ border-right: 1px solid #ddddde; margin: 0 27px; } .subject_addbtn{ background: #032da1; border-radius:3px; color: #fff; padding: 4px 15px; border: none; font-size: 16px; cursor: pointer; font-size: 13px; } .btn-success{ border-radius:7px; font-size: 13px; background: #05BC2A; } .subject_addbtn:focus { outline: none; } .subject_lformarea.role_formarea { width: 30% !important; } .dataTables_length label, .dataTables_filter label, .dataTables_wrapper .dataTables_info{ font-size: 13.5px; } table.dataTable thead th{ font-weight: 600; font-size: 16px; } table.dataTable tbody td { font-size: 13px; } .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover { font-size: 13.5px; } .dataTables_wrapper .dataTables_paginate .paginate_button { font-size: 13.5px; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: white !important; border: 1px solid #032da1; background-color: #032da1; background: #032da1; } .dataTables_wrapper .dataTables_filter input { outline: none; } .sub_tabbtnsec{ display:flex; } .sub_editbtn, .sub_delbtn, .sub_viewbtn{ font-size: 15px; cursor: pointer; margin: 0 5px; width: 15px; } .sub_editbtn{ color: #032da1; display: inline-block; } .sub_viewbtn a ,.sub_editbtn a{ color: #032da1; } .sub_delbtn{ color: red; display: inline-block; } .sub_viewbtn{color: #032da1;display: inline-block;} .sub_descdetail{ white-space: nowrap; width:138px; overflow: hidden; text-overflow: ellipsis; } /*--------admin subject page css end-------*/ /*--------admin course page css -------*/ .assign_subject label{ display: block; } .assign_subject .bootstrap-select{ width: 100% !important; } .assign_subject .bootstrap-select .btn-light { color: #212529; background-color: transparent; border: 1px solid #ced4da; border-radius: .25rem; } .assign_subject .bootstrap-select .btn-light:focus, .assign_subject .bootstrap-select .dropdown-item:focus { outline: none !important; } .assign_subject .bootstrap-select .dropdown-item:active, .assign_subject .bootstrap-select .dropdown-item.active { background-color: #5E3EC5 !important; } .assign_subject .bootstrap-select .dropdown-toggle .filter-option-inner-inner { font-size: 13px; color: #767676; } .assign_subject .bootstrap-select .dropdown-menu { font-size: 14px; } /*--------admin course page css end-------*/ /*--------admin classroom page css-------*/ .class_seectcourse{ padding: .375rem .75rem; font-size: 14px; line-height: 1.8; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; height:108px; overflow-y: auto; } .class_seectcourse label { font-size: 13px; } /*--------admin classroom page css end-------*/ /*--------admin dashboad page css -------*/ .dashboard_card{ text-align: center; border-radius: 14px; width: 23%; height: 130px; display: flex; position: relative; margin-right: 26px; } .dashboard_card a{ text-decoration: none; margin: auto 0; width: 100%; } .dashboard_cardbg1{ background: #FCF4DD; } .dashboard_cardbg2{ background: #D1E9CA; } .dashboard_cardbg3{ background: #FFD2CC; } .dashboard_cardbg4{ background: #BCD9E7; } .dashboard_cardtxt, .dashboard_cardno{ font-weight: 600; } .dashboard_cardno{ font-size: 35px; color: #212529f5; } .dashboard_cardtxt{ font-size: 20px; position: absolute; bottom: 4px; left: 0; right: 0; color: #212529d9;; } .admin_dashboard { width: 69%; } .dashboard_block{ display: flex; margin-bottom: 26px; } /*--------admin dashboad page css end-------*/ .student_tab{ background: #ffffff !important; padding: 15px; box-shadow: 0px 3px 6px #00000029; border-radius: 5px !important; } .student_secclass{ width: 50%; margin-bottom:70px; } .student_secclass label{ font-weight: 500; } .student_secclass .form-control:focus { border: 1px solid #ced4da; box-shadow: 0 0 #000; } .student_listsec { width: 85%; } .studentsec, .studentsec_rsec, .student_dobsec{ display:flex; } .studentsec_l{ margin-right: 20px; width: 9%; } .studentsec_froml{ margin-right: 20px; } .studentsec_rsec{ width: 80%; } .studentsec_froml, .studentsec_fromr{ width: 50%; } .studentgendersec .radio-inline{ margin-right: 13px; color: #292727; font-size: 14px; } .studentgendersec .radio-inline input{ margin-right: 5px; } .student_dobsec .form-group{ margin-right: 10px; text-align: center; } .student_dobsec .form-control{ text-align: center; } .studentsec_rsec label{ margin-bottom: 2px; font-size: 14.5px; } .studentsec_rsec .form-control { font-size: 13px; } .studentsec_rsec .form-control:focus { border-color: #ced4da; box-shadow: 0 0 black; } .studentgendersec{ margin-bottom: 20px; } .admin_studentnav{ margin: 0 auto 32px 11px; width: 85%; } .admin_weightagehead, .nob_qushead{ font-weight: 500; } .admin_weightagehead{ font-size: 18px; margin-bottom: 8px; } .nob_qushead{ font-size: 15px; margin-bottom: 11px; } .marksfieldsec{ display: flex; margin-bottom: 14px; } .marksfieldsec .form-control{ text-align: center; margin-right: 20px; width: 26%; } .marksfield{ background-color: #f9f9f9; padding: 5px 0 5px 13px; } .totalnob{ font-size: 16px; font-weight: 600; } .subject_lsec{ margin-bottom: 30px; } .admin_sec .notification_block{ width: 100%; } .admin_sec .notification_inner { width: auto; height: auto; } .lecture_timesec{ display:flex; } .lecture_timesec div{ margin-right: 15px; } .admin_applicationtab{ width: 65%; margin: 42px auto; } .admin_applicationtab .admission_listhead { width: 50%; } .approvebtn{ background: #032da1; margin-bottom: 5px; } .approvebtn, .rejectedbtn{ color: #fff; padding: 3px 4px; font-size: 13px; border-radius: 3px; width: 70%; text-align: center; } .approvebtn span, .rejectedbtn span{ margin-left: 4px; } .rejectedbtn{ background: #ce082d; } .application_doc{ color: #007bff; cursor: pointer; } #documentModal .modal-content{ background: #FCF4DD; box-shadow: 0px 3px 6px #00000029; border-radius: 8px; padding: 0px 20px 10px; } #documentModal .modal-header h5{ color: #404040; font-size: 18px; font-weight: 600; } #documentModal .modal-header button{ font-size: 14px; opacity: 1; padding-top: 25px; outline: none; } #documentModal .modal-header button span{ margin-left: 3px; font-size: 16px; font-weight: 600; vertical-align: top; } #documentModal .modal-header{ border-bottom: none; padding-bottom: 0; } .admin_application{ width: 100%; } .feepaidhead, .paid_partialhead{ font-size: 19px; font-weight: 500; margin-bottom: 9px; } .feepaidamt{ margin-left: 20px; font-size: 16px; font-weight: 400; } .feepaidamt span{ font-weight: 500; margin-right: 12px; } .feepaid{ margin-bottom: 40px; } .paid_partiallist{ display: flex; margin-left: 20px; border: 1px solid #292727a3;; } .partiallist_txt { width: 34%; border-right: 1px solid; font-size: 14px; text-align: center; padding: 5px 0; } .paid_partiallistheder .partiallist_txt{ font-size: 16px; font-weight: 500; text-align: center; } .partiallist_txt:last-child{ border-right:none; } .fee_sec { margin-left: 15px; } .admission_listcontent5{ display:none; } .gradecard, .gradeblock, .gradecardheader{ display: flex;} .gradecard, .gradeblock{ width: 80%; justify-content: space-between; margin-bottom: 20px; } .gradecard { padding: 10px; border: 1px solid #29272759; width: 40%; box-shadow: -2px 4px 11px 0px #d4cbcb9e; } .grade_subname { font-size: 16px; font-weight: 600; } .gradecardheader { justify-content: space-between; } .gradecarddetails{ width: 100%; } .gradecard_txt{ border-bottom: 1px solid #29272759; margin-bottom: 10px; } .gradesec{ margin-left: 15px; } .fee_table{ width: 100%; overflow-y: auto; } .fee_duedate{ display:flex; } .fee_amtsec { width: 46%; } .fee_duesec { width: 50%; } .fee_amtsec input.form-control { width: 73% !important; padding: .375rem 0px; } .fee_duedate input.form-control { width: 100%; } .fee_duedate input.form-control { width: 100% !important; padding: .375rem 0px; margin-right: 0; } .fee_amtsec label, .fee_duesec label{ font-size: 13px; } .hidden { display:none; } .subadmin_tab{ width: 100%; } .admin_sidenav ul{ height: 457px; overflow: auto; } .admin_sidenav ul{ height: 457px; overflow: auto; } .admin_sidenav ul::-webkit-scrollbar{ width: 3px; } .admin_sidenav ul::-webkit-scrollbar-track{ box-shadow: inset 0 0 5px #5E3EC5; border-radius: 10px; } .admin_sidenav ul::-webkit-scrollbar-thumb{ background: #5E3EC5; border-radius: 10px; } .marksfielddetail input { width: 76% !important; text-align: left !important; } .totalnob{ width: 49% !important; text-align: left !important; } .total_seudentsec{ display: flex; justify-content: flex-end; border-bottom: 1px solid #707070; padding-bottom: 5px; margin-bottom: 20px; } .total_seudent{ color: #3D3D3D; font-size: 15px; margin-left: 25px; } .fee_listactive{ background:#E5DCFF; } .filtersec, .filtershow{ display: flex; } .filtershow{ margin-left: 20px; align-items: center; } .filterselect select{ border: 1px solid #5E3EC5; border-radius: 3px; font-size: 15px; padding: 6px; width: 195px; } .filterselect select:focus { outline: none; } .filtershowhead, .filter_radio label{ letter-spacing: -0.32px; color: #292727; font-size: 15px; } .filter_radio{ margin-left: 14px; align-items: center; } .filterselect{ margin-bottom: 0; } .filtersec{ margin-bottom: 20px; } .feepaysec{ display:flex; } .fee_table{ width: 100%; } .chartsec{ width: 30%; } .approvbtn{ background: #00DF76; color: #FFF5F5; border-radius: 50%; width: 6px; height: 8px; padding: 3px 3px 2px; font-size: 9px; } .reject_btn{ background:#DF3D00; } .student_tab thead, .tab_txtcenter{ text-align: center; } #piechart svg, #piechart div, #piechart div div{ width: 100%; } .canvasjs-chart-credit{ display: none; } .canvasjs-chart-canvas{ width: 100% !important; height: auto !important; background: #f2eff914; } .chartsechead{ color: #292727; text-align: center; background: #f3f3f3; font-weight: 500; font-size: 14px; padding: 5px 0; } .chartdetail{ position: relative; top: 262px; background: #FBFBFB; border-radius: 3px 3px 3px 0px; padding: 20px 10px 20px; } .chartdetailrow span { color: #292727; font-size: 14px; margin-left: 10px; } .chartdetail_bold{ color: #000 !important; font-weight: 500; } span.chartdetail_green { color: #00AB5E; } span.chartdetail_red { color: #DF3D00; } .fee_navbar{ margin: 0 auto 32px 0px; width: 100%; } .installsec { align-items: baseline; width: 50%; display: flex; justify-content: flex-end; } .installsec .form-check-label { letter-spacing: -0.32px; color: #292727; font-size: 13.5px; } .filtersec{ justify-content: space-between; } .filterblock{ display:flex; align-items: center; width: 50%; } .filtershowhead{ font-weight: 500; } .installhrad { margin-right: 20px; } .installblock{ display:flex; } .installblock .form-check{ margin-right: 20px; } .applicantsec{ background: #F6F4FC; } .applicantsec, .amtsec{ height: 234px; display: flex; } .overviewdetail{ text-align: center; margin: auto; } .overviewdetail h3 { color: #292727; font-size: 23px; margin: 5px 0 1px; } .overviewdetail p{ font-size: 14px; } .amtsec{ background:#F2EFF9; } .app_feesec{ margin-left: 50px; } .app_feeyear{ margin-right: 10px; } .inst_table{ width: 100%; } .main-wrap form { width: 100%; } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { background-color: #ffffff !important; } table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background-color: #ffffff !important; } table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 { background-color: #ffffff !important; } .student_tab { background: #ffffff; padding: 15px; border-radius: 5px; } /********Erisn Library Management********/ .common_margin { margin-left: 235px; width: 78%; } .dashboard-cover { width: 100%; display: flex; } .dashboard-left { width: 57%; margin-right: 20px; } .dashboard-right { width: 35%; } .tab-info { color: #000; text-align: center; } .tab-info h3 { font-size: 20px; margin-top: 15px; font-weight: 600; } .tab-info h5 { font-size: 12px; margin-top: 12px; } .tab-img img { width: 43px; height: 37px; } .tab-img { margin-top: 7px; } table.dataTable { border-bottom: 1px solid #000; } .select_div .selectpicker { border-radius: 5px; font-size: 13px; padding: 4px 3px; width: 160px; border: 1px solid #ababab; } .book-form-area .form-control { background: #F2F0F0; } .book-form-area { display: flex; flex-wrap: wrap; width: 64%; } .book-form-area .form-group { flex-basis: 43%; margin-right: 22px; position: relative; } .book-form-area .selectpicker { background: #F2F0F0; width: 100%; border: 1px solid #ced4da; border-radius: .25rem; font-size: 13px; padding: .375rem .75rem; } .common-sub-heading { margin: 10px 0; font-weight: 500; } .due { color: red; } /*******************filter************************/ .top-filter { display: flex; font-size: 13px; margin-bottom: 35px; align-items: flex-end; } .date-filter { display: flex; } .date-fil-row label { margin-bottom: 0; font-size: 13px; } .date-fil-row { margin-right: 10px; } .top-filter .form-control { font-size: 13px !important; height: 38px; } .subject-filter { margin-right: 10px; } .subject-filter label { margin-bottom: 0; font-size: 13px; } .top-filter .subject_addbtn { font-size: 13px; padding: 7px 38px; } .subject-filter .form-control::placeholder { font-size: 13px; } .filter_lbl { margin-right: 10px; display: flex; align-items: center; padding: 8px 15px 8px 0; font-weight: 500; } .filter_lbl .fa-filter { margin-right: 8px; } .subject-filter .filter-option-inner-inner { font-size: 13px; padding: 3px 0; } .filter-option:focus-visible { outline: 0; } .filter-reset .subject_addbtn { font-size: 13px; padding: 9px 15px; } .subject_addbtn_nobg { background: #fff; color: #032da1; } .subject_addbtn_nobg .fa-redo { margin-right: 10px; } .filter-reset { float: right; } /****************filter*****************/ /**********03-9-21***********/ .fa-barcode { position: absolute; top: 9px; right: 8px; } button.btn.dropdown-toggle.btn-light { display: none; } .addCategory_modal .modal-header { background: #EBEBEB; } .modal-header { background: #EBEBEB; } .addCategory_modal .close { position: absolute; right: 5px; top: 3px; } .addCategory_modal .modal-title { width: 100%; text-align: center; font-size: 16px; } .addCategory_modal .form-control { font-size: 13px; } .addCategory_modal .modal-footer { display: flex; justify-content: center; } .addCategory_modal .modal-header { padding: 10px 0; } .addCategory_modal .btn-success,.addCategory_modal .btn-dark { border-radius: 3px; width: 114px; } .addCategory_modal .modal-body .form-group{ margin:0; } .book-form-area input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; display: block; background: url(../images/calendar2.png) no-repeat; width:20px; height: 25px; border-width: thin; } .book-form-area input[type="date"]:before { content: attr(placeholder) !important; color: #aaa; margin-right: 0.5em; } .book-form-area input[type="date"]:focus:before, .book-form-area input[type="date"]:valid:before { content: ""; } .addBookWrap .add-btn-border { color: #000; background: none; border: 1px solid #032da1; } .addBookWrap .subject_addbtn { border: 1px solid #032da1; padding: .25rem 20px; } .student_details { width: 60%; display: flex; margin-bottom: 10px; } .student_details ul { width: 48%; list-style-type: none; font-size: 13px; } .student_details ul li label { font-weight: 600; width: 118px; } .issue-btn-wrap { margin: 15px 0; } .dataTables_length label { display: flex; justify-content: space-between; align-items: center; } .dataTables_length label .dropdown.bootstrap-select { margin-left: 7px; margin-right: 5px; } .subject-filter select { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .sub_commentbtn { color: #616161; cursor: pointer; } .book_description .close { right: 22px; top: 21px; position: absolute; background: red; opacity: 1; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; text-shadow: none; font-weight: 500; padding: 3px; width: 17px; height: 17px; font-size: 16px; } .book_description .modal-title { width: 100%; font-size: 16px; display: block; } .book_description .modal-header { background: none; display: block; border: 0; padding-bottom: 0; } .book_description label { font-size: 13px; color: #032DA1; } .book_description .modal-body { padding-top: 0; } .book_description .modal-body p { font-size: 13px; font-family: initial; padding: 5px 8px; border: 1px solid #bababa; border-radius: 4px; } .receive-book .form-group { margin-bottom: 0; margin-right: 15px; } .receive-book .subject_addbtn { border-radius: 4px; padding: .25rem 1.5rem; } /****************checkbox*****************/ .receivCheck_cover{ display: block; position: relative; width:20px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right:5px; } .receivCheck_cover input.checkbx { position: absolute; opacity: 0; cursor: pointer; height: 20px; width: 20px; left: 0; z-index: 1; } .receivCheck_cover .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; } .receivCheck_cover:hover input.checkbx ~ .checkmark { background-color: #ccc; } .receivCheck_cover input.checkbx:checked ~ .checkmark { background-color: #032da1; } .receivCheck_cover .checkmark:after { content: ""; position: absolute; display: none; } .receivCheck_cover input.checkbx:checked ~ .checkmark:after { display: block; } .receivCheck_cover .checkmark:after { left: 8px; top: 4px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } /****************checkbox*****************/ .sub_tabbtnsec .subject_addbtn { border-radius: 4px; } .modal-check-box { display: flex; align-items: center; margin-bottom:10px; } .modal-check-box .receivCheck_cover .checkmark { height: 14px; width: 14px; } .modal-check-box .receivCheck_cover .checkmark:after { left: 5px; top: 2px; } .modal-check-box .receivCheck_cover input.checkbx { position: absolute; opacity: 0; cursor: pointer; height: 15px; width: 15px; left: 0; z-index: 1; } .modal-check-box label { margin-bottom: 0; } .book_comment .modal-body textarea { width: 100%; height: 92px; border-radius: 4px; padding: 5px; } .book_comment .modal-footer { border: 0; padding-top: 0; align-items: center; justify-content: center; } .book_comment textarea::-webkit-input-placeholder { font-size: 13px; } .book_comment .modal-footer .subject_addbtn { width: 80px; } .book_comment .modal-footer .subject_addbtn_red { background: #E10000; } .student-info-wrap { padding: 20px; } .student-info-img { width: 86px; margin-bottom: 20px; } .student-info-wrap ul { list-style-type: none; font-size: 14px; margin-bottom: 20px; } .student-info-wrap ul li label { font-weight: 500; width: 180px; } .student-info-wrap ul li span { display: inline-block; vertical-align: top; } .book-detail-row { display: flex; border-top: 1px solid #a19f9f; } .book-detail-cover { border-bottom: 1px solid #a19f9f; } .book-detail_number { display: flex; align-items: center; justify-content: center; width: 15%; } .dam_book_info ul { list-style-type: none; margin: 15px 0; font-size: 13px; } .dam_book_info ul li label { font-weight: 600; width: 120px; } .dam_book_info ul li span { display: inline; } .dam_book_info { width: 30%; } .dam_book_cmnt {width: 50%;} .dam_book h4 { font-size: 18px; } .dam_book p { font-size: 13px; width: 80%; } .dam_book { margin-top: 30px; } .login-img { position: absolute; left: 0; bottom: 0; width: 44%; } /**************password change modal*************/ .passwdChange_modal .modal-header { background: none; text-align: center; display: block; padding: 0; border: 0; } .passwdChange_modal .close { position: absolute; right: 11px; top: 6px; display: none; } .passwdChange_modal .modal-header .modal-title { font-size: 18px; margin-top: 5px; } .passwdChange_modal .modal-header .fa-check-circle { color: #05bc2a; font-size: 50px; } .passwdChange_modal .modal-body { font-size: 13px; text-align: center; padding: 6px 0 20px; } .passwdChange_modal .modal-footer { border-top: 0; text-align: center; display: block; padding: 0; } .passwdChange_modal .modal-sm { max-width: 328px; } .passwdChange_modal .modal-content { padding: 23px 14px; } .modal-dialog { display: flex; align-items: center; justify-content: center; height: 85vh; } /**************password change modal*************/ .right-head { display: flex; justify-content: space-between; margin-bottom: 20px; margin-top: 20px; } .right-head-right { display: flex; font-size: 12px; justify-content: space-between; width: 61%; margin-top: 7px; } .completed { display: flex; } .pending { display: flex; } .right-head-right h6 { font-size: 12px; margin-left: 5px; } .completed .fa-check-circle { color: #032da1; } .pending .fa-check-circle { color: #969696; } .right-head .common-sub-heading { margin: 0; } .right-block { box-shadow: 0px 3px 6px #00000029; border-radius: 12px; padding: 15px; } .right-inner { display: flex; flex-wrap: wrap; text-align: center; } .inner-block {flex-basis: 33%;margin-bottom: 9px;} .inner-block span { display: block; font-size: 13px; line-height: 14px; } .inner-block img { width: 24px; } .inner-block h5 { line-height: 15px; } .inner-block .fa-check-circle { font-size: 12px; color: #a9a3a3; } .inner-block .trip-completed .fa-check-circle { color: #032da1; } .right-block-noborder { border-radius: 0; box-shadow: none; padding: 0; } .right-block-noborder table th { background: #f7f7f7; padding: 15px; } .right-block-noborder table th,.right-block-noborder table td { font-size: 14px; padding: 10px; } .right-block-noborder table { width: 100%; } .map-div { border-top: 3px solid #032da1; } .map-div iframe { width: 100%; } .bus-tr { width: 7px; height: 7px; display: block; border-radius: 50%; background: #032da1; margin-left: 15px; position: relative; } .bus-tr:after { position: absolute; height: 41px; width: 1px; background: #032da1; content: ""; top: 0; left: 0; right: 0; margin: auto; } .right-block-noborder table th .bus-tr:after{ display: none; } .form-control-sm { width: 110px; } .veh_details ul { width: 40%; } .veh_details { display: flex; font-size: 13px; margin: 5px 0; } .veh_details ul li { list-style-type: none; margin-bottom: 0; font-weight: 300; } .veh_details ul li label { margin-bottom: 0; font-weight: 500; } .common-sub-sub-heading { margin: 10px 0; font-weight: 500; font-size: 14px; } .dashboard-inner { width: 65%; } .view_del-subjects { position: absolute; right: 0; top: -26px; } .view_del-subjects a { font-size: 13px; color: #032da1; text-decoration: underline; } .form-group .fa-paperclip { position: absolute; top: 33px; right: 9px; color: #9b9b9b; z-index: 2; cursor: pointer; } .file-upload { position: absolute; left: 181px; top: 30px; z-index: 9; font-size: 13px; opacity: 0; cursor: pointer; } .file-attach { position: relative; z-index: 1; } .view-bus-img { width: 94px; } .view-cover ul { list-style-type: none; font-size: 14px; margin: 15px 0 10px; } .view-cover ul li label { font-weight: 600; width: 145px; } .sub_editbtn .restore-icon { width: 20px; } .dashboard-inner-lg { width: 85%; } .address-cell { text-overflow: ellipsis; width: 125px; overflow: hidden; white-space: nowrap; margin: 0 auto 8px; } .inner-block img { width: 24px !important; display: inline-block !important; } /*******************dashboard slider******************/ .owl-dots { display: none; } .owl-nav { position: absolute; top: 27%; width: 97%; margin: auto; } .owl-nav .owl-prev { left: 0; } .owl-nav .owl-next { right: 0; position: absolute; } .owl-nav .owl-prev span,.owl-nav .owl-next span { font-size: 35px; } /*******************dashboard slider******************/ .form_err { color: red; } /*******************SIDEMENU DROPDOWN*********************/ .sideMenu ul li.list .dropdown-menu a { color: #032da1 !important; font-size: 12px; } .sideMenu ul li.list .dropdown-item.active { background: #032da1; color: #ffffff !important; border-radius: 10px 0px 0px 10px; } .sideMenu .collapse { display: none; } .sideMenu .nav { padding-left: 15px; padding-top: 5px; padding-bottom: 5px; } .sideMenu .collapse.show { display: block; } .dropdown-toggle::after { position: absolute; top: 19px; right: 18px; } .dropdown-toggle { position: relative; } .sideMenu ul li.active a:focus-visible { outline: 0; } .sideMenu ul li.active a.dropdown-item :active { background-color: #032da1 !important; color: #fff !important; border-radius: 10px 0px 0px 10px; } a.dropdown-toggle[aria-expanded="true"]:after { position: absolute; top: 19px; right: 18px; } a.dropdown-toggle[aria-expanded="false"]:after { position: absolute; top: 19px; right: 18px; transform: rotate(90deg); } /**************************/ .profileImage { width: 20px; height: 20px; border-radius: 50%; background: #032da1; font-size: 12px; color: #fff; display: flex; align-items: center; justify-content: center; margin-right: 7px; } /******************routes*******************/ .form-div { margin-right: 12px; display: flex; position: absolute; right: -116px; top: 66px; } .route-single-line { position: relative; } .add-delete-btn { border: 0; padding: 6px 12px; height: 27px; font-size: 18px; display: flex; justify-content: center; align-items: center; background: #032da1; border: 0; color: #fff; cursor: pointer; border-radius: 8px; } .add-remove-btns { margin-right: 10px; } .route-arows { position: absolute !important; height: 100% !important; } .route-details{ display:block !important; position:relative; } .arrow_dots_withrrowtp { position: absolute; top: 0; } .arrow_dots { position: absolute; top: 0; height: auto; } .arrow_dots_witharrow { bottom: 20px !important; } .arrow_dots { position: absolute; top: 29px !important; bottom: 40px !important; background: #575656 !important; width: 1px !important; left: 10px !important; transform: rotate(180deg) !important; display:block !important; } .driver-input-right-1 { margin-top: 58px !important; } .bus-table { width: 100%; } .subject_addbtn_red { background: red; } .view-cover ul li { margin-bottom: 10px; } /*****************sweet alert customization**********************/ .swal-modal { padding: 20px; } .swal-icon.swal-icon--warning { margin: 0 auto; border-color: red !important; } .swal-icon--warning__body, .swal-icon--warning__dot { background-color: red !important; } .swal-icon { width: 50px; height: 50px; } .swal-icon--warning__body { height: 23px; } .swal-title { font-size: 20px; margin: 10px 0; padding: 0; color: #000; font-weight: 500; } .swal-text { font-size: 13px; margin: 0 0 15px; color: #000; } .swal-footer { margin: 0; padding: 0; text-align: center; } .swal-button { padding: 6px 26px; font-size: 12px; margin: 10px; border: none; border-radius: 3px; width: 96px; } .swal-button--danger { background: red; } /*****password*****/ .password-wrp { position: relative; } .passwrd-icon { position: absolute; top: 6px; right: 8px; cursor: pointer; } .passwrd-con{ position: absolute; top: 4px; right: 8px; cursor: pointer; } .icon-y:after { position: absolute; content: ""; background: #212529; height: 1px; width: 25px; transform: rotate(36deg); top: 10px; left: -3px; } .icon-con-y:after { position: absolute; content: ""; background: #212529; height: 1px; width: 25px; transform: rotate(36deg); top: 10px; left: -3px; } .paswd_reset .passwrd-icon,.paswd_reset .passwrd-con { top: 36px; } .con-pass { position: absolute; top: 6px; right: 8px; cursor: pointer; } /**********************************/ .sideMenu .dropdown-item.active,.sideMenu .dropdown-item:active { color: #032da1 !important; text-decoration: none; background-color: #fafafa; } .login-wrap-open ul li:hover a { color: #fff; }