body{
    font-family: Helvetica, "Open Sans" , Arial;
    font-family: 14px;
}

.wrapper{
    width: 90%;
    margin: 0 auto;
}

#head{
    background-color: #004448;
margin-bottom:20px;

}

#head .menu {
    display: block;
    float: right;
    height: 65px;
    font-size:  14px;
    font-weight: bold;
}

#head .menu ul {
    float: left;
}

#head .menu ul.usermenu {
    margin: 0px 0px 0px 20px;
}

#head .menu ul .notation {
    display: block;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    color: #8f9ea1;
    font-weight: normal;
    text-align: center;
}


#head .menu ul li {
    display: block;
    float: left;
    position: relative;
    margin: 25px 0px 10px 0px;
    height: 30px;
    line-height: 30px;
}

#head .menu ul.candidate.usermenu li {
    margin: 0px 0px 10px 0px;
}

#head .menu ul.corporate.usermenu li {
    margin: 0px 0px 10px 0px;
}

#head .menu ul.usermenu li {
    height: 26px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow : 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#head .menu ul.usermenu li.first {
    padding: 2px 0px 2px 2px;
    border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
}

#head .menu ul.usermenu li.last {
    padding: 2px 2px 2px 0px;
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
}

#head .menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
}

#head .menu .contentmenu li a{
    color: #c5d3d7;
}

#head .menu ul.usermenu li a {
    height: 24px;
    line-height: 24px;
}

#head .menu .contentmenu li a:hover {
    color: #ffffff;
}
#head .menu .myaccount a{
    color: #c5d3d7 ! important;
    font-size: 12px;
}

#head .menu ul li a.active {
    color: #ffffff;
}

#head .menu ul li a.signup {
    margin: 17px 0px 17px 10px;
    height: 30px;
    line-height: 30px;
}

#head .menu ul li.dropdown a {
    padding: 0px 225px 0px 10px;
    background: url("../../resources/img/sprites.png") no-repeat 48px  0px;
}


#head .menu ul li.dropdown a:hover {
    background: url("../../resources/img/sprites.png") no-repeat 48px -30px;
}

#head .menu ul li.dropdown.active a:hover, #head .menu ul li.dropdown.active a {
    background: url("../../resources/img/sprites.png") no-repeat right -30px;
}

#head .menu ul li ul {
    text-align: left;
    display: none;
    width: 265px;
    padding: 15px 10px 10px 10px;
    position: absolute;
    top: 30px;
    right: -10px;
    background: #004448;
    z-index: 999;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow : 0px 2px 2px rgba(0, 0, 0, 0.5);
}



#head .menu ul li.show ul {
    display: block;
}

#head .menu ul li.dropdown ul li {
    float: none;
    margin: 0px;
}

#head .menu ul li.dropdown ul li a {
    display: block;
    padding: 0px;
    color: #c5d3d7;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background: #004448 ;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#head .menu ul li.dropdown ul li a:hover {
    background: #19565a ;
    color: #ffffff;
}


#links{
    float: right;
    line-height: 20px;
    padding: 20px 0;
    margin:0 5px;
}

#dialog{
    border: 1px solid #ddd;
    padding-right: 60px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.partialContainer{
    border: none;
    resize: none;
    width: 100%;
    min-height: 150px;
    max-height: 250px;
    cursor: pointer !important;
    background: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    overflow-y: auto;
}
.close{
    position: absolute;
    right: 20px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.modal .close{
    position: inherit;
    right: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
}

a{
    color: #00accd;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: #00788a ;
}
a:active{
    color: #004448 ;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

h1{
    font-size: 200%;
}

h2{
    font-size: 160%
}

h3{
    font-size: 140%;
}

h4{
    font-size: 120%;
}

h5{
    font-size: 110%;
}

.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.clearer{
    clear: both;
}
.title{
    text-align: center;
}
.indented-text{
    padding: 0 10px;
}
.error{
    color: red;
}
.big{
    font-size: 24px;
}
.center{
    text-align: center;
}
.normal{
    font-weight: normal;
    margin: 2px 0 3px 0;
}
.hidden{
    display:none;
}


th.active-a{
    background-image: url(../img/active-asc.png); /* fallback */
    background-repeat: no-repeat;
    background-position: right;
    background-color: #999;
    color: #fff;
    padding-right: 24px;
    text-decoration: underline;
}

th.active-d{
    background-image: url(../img/active-desc.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #999;
    color: #fff;
    padding-right: 24px;
    text-decoration: underline;
}

#fetchExpiryFrame{
    width: 100%;
    border: none;
    overflow: auto;
}

.dataDisplayed{
	display:visible;
}

.dataHidden{
	display:none;
}
#signup-firstName{
margin:10px 0 0 0;
}




.anchor{
padding:0 15px;
color:#fff ! important;
font-weight:bold;
}

.anchor:hover{
color:#eee;
}

.side-margin{
    margin-left: 10px;
}

#content .paraTitle {
text-align:left;
margin-left:10px;
}

#content .paraContent {
text-align:left;
margin-left:20px;
}

.currency-head th label {
    margin-bottom: 0;
}

.currency-head th span {
    font-weight: 600;
    font-size: 13px;
    color: #9A9A9A;
}

.currency-error {
    color: #FF0B08;
    font-size: 12px;
    display: none;
}

.metaData{
    color:black;
    font-size:11px;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align:left;
}
.msb-settings {
    padding: 0 20px;
}
.msb-permissions, .msb-permissions-mac {
    padding: 40px 90px 0;
}
.relative {
    position: relative;
}
.add-tags {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 15px;
}
.add-tags input {
    border: none;
    box-shadow: none;
    padding: 2px 43px 2px 8px;
    margin: 0;
}
.add-permissions {
    position: absolute;
    top: 0;
    border-radius: 0;
    right: 0;
    border: none;
    height: 100%;
    border-left: 1px solid #ddd;
    box-shadow: none;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../../resources/bootstrap/img/glyphicons-halflings.png") !important;
}

.newTag {
    display: inline-block;
    color: #736e6e;
    background: #eee;
    padding: 0 20px 0 3px;
    margin: 2px 3px 5px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 3px;
    font-size: 13px;
}
.tagClose{
    cursor: pointer;
    position: absolute;
    padding: 0 7px 0 0;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    height: 19px;
}
.tagClose::after {
    position: absolute;
    content: "x";
    right: 0;
    font-size: 15px;
    font-weight: 600;
    top: -1px;
}
.error{
    border-color:red;
}
.msb-prohibited {
    padding: 0 60px;
}
.msb-prohibited h4 {
    margin-bottom: 30px;
}
.software-items {
    margin: 0 0 30px;
    border: 1px solid #ddd;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    font-size: 15px;
}
.software-items > div {
    margin: 5px 0;
}
.hiddenSoftware textarea {
    resize: none;
    margin: 0 0 30px;
}
.msb-settings .form-horizontal .controls {
    margin-left: 20px;
}
.m-0{
    margin: 0;
}

.overrideKeysColor {
	color: #ed1c24;
}

.pbsAdmin h1 {
    margin: 20px 0;
}
.pbsAdmin .radio{
    padding-left: 0;
    display:block;
    margin-bottom: 20px;
}
.pbsAdmin input[type="radio"]{
    margin: 2px 10px 0 0;
}
.pbs-client {
    margin: 5px 0 0 20px;
}
.text-center {
    text-align: center;
}
.pbsAdmin input[type=number]::-webkit-inner-spin-button,
.pbsAdmin input[type=number]::-webkit-outer-spin-button,
.pbsAddEditAdmin input[type=number]::-webkit-inner-spin-button,
.pbsAddEditAdmin input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pbsAddEditAdmin .form-group {
    margin-bottom: 15px;
}

.text-error {
    color: #ed1c24;
}
.mb-3{
    margin-bottom:30px;
}


.metaData-details {
    padding: 20px 0;
}
.selectBox.inline {
    display: inline-block;
}
.metaData-topic-details {
    margin: 25px 0;
}
.selectMainSection {
    margin-bottom: 10px;
}
.selectBox {
    margin-left: 10px;
}
.metaDataExcel {
    margin-right: 10px;
}

#metadata-file-upload {
    display: none;
}
.custom-metadata-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.disabledExcel, .disabledBtn {
    pointer-events: none;
    background: #e6e6e6;
    cursor: default;
    opacity: 0.65;
}
.disabledMetaData {
    pointer-events: none;
    cursor: default;
    opacity: 0.65;
}

.upload-url .vertical-line:not(:last-child) {
    border-right: 1px solid #C0C0C0;
    padding-right: 5px;
    padding-left:2px;
}

.scallingWrapper {
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
}
.temp-heading {
    margin-bottom: 10px;
    display: block;
}
.scaleDataTemplate {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.scaleDataTemplate .radio {
    padding-top: 0;
}
.scaleChoices, .uploadTemp-heading {
    padding: 12px 15px;
}
.scaleChoices:first-child {
     border-bottom: 1px solid #ddd;
}
.scale-properties {
    padding: 5px 20px 15px;
}
.properties-data {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    padding: 3px 10px 15px;
    display: inline-block;
}
.properties-data .span3 {
    width: 170px;
    padding: 7px 10px 0;
}
.disabled-section {
    pointer-events: none;
    opacity: 0.7;
}
.scaleBtn {
    padding: 0 20px 20px;
}
.scaleBtn .btn, .mtiscaleBtn .btn {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
.accountId-list {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 35px;
}
.accountId-section {
    padding-top: 15px;
}
.uploadTemplateWrapper {
    margin-left: 50px;
}
.writingSimulator{
    padding: 7px;
    border: 1px solid black;
}
.downloadSampleTemplate{
    margin-top: 15px;
    margin-bottom: 10px;
}
.temp-marginBottom{
    margin-bottom: 30px;
}
.error-red-border{
    border-color:red !important;
}

.scaleUploadMsg, .sheetUploadMsg{
    padding: 25px 0;
    text-align: center;
    color: #cd8c29;
    font-size: 16px;
}
.downloadSample-sheet .scaleBtn {
    padding: 20px;
}
.account-note {
    font-size: 11px;
    color: #7d7c7c;
}
.assessment-section {
    text-align: center;
    width: 55%;
}
.assessmentWarrper {
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
}
.assessment-tag {
    border-right: 1px solid #ddd;
}
.assessment-info {
    padding: 4px 25px;
    display: inline-block;
    cursor: pointer;
    float: left;
    border: 0 !important;
}
.assessmentWarrper .assessment-info:hover {
    background: transparent;
    box-shadow: none;
}
.assessmentWarrper .active .assessment-info, .assessmentWarrper .active .assessment-info:hover {
    background: #007eb4;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.addAssessment-section {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 15px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.input-section {
    display: inline-block;
    float: right;
    border-radius: 3px;
    height: 29px;
}
.input-section input {
    margin: 0;
    box-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
}
.addDashboardBtn {
    margin-left: -4px;
    padding: 5px 9px;
    height: 31px;
    background: #007eb4;
    color: #fff;
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.add-assessment-tag {
    padding: 6px 0 0;
    display: inline-block;
}
.aId-wrapper {
    margin-top: 20px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    box-sizing: border-box;
}
.assessment-header {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}
.dashboard-list {
    padding: 0 15px;
    color: #0e6a8c;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.dashboard-list-item {
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    float: left;
    width: 100%;
}
.dashboard-list-item:last-child{
    border-bottom: 0;
}
.assessment-title {
    text-decoration: underline;
    padding: 3px 0 0;
    display: inline-block;
}
.dashboard-input{
    margin: 0;
    float: right;
}
.saveDashboardInfo, .saveDashboardInfo:hover {
   background: #007eb4;
   color: #fff;
   padding: 7px 30px;
   font-size: 15px;
   margin: 20px 0;
   border-radius: 3px;
}
.saveDashboardInfo.disabled {
    background: #007eb4;
    opacity: 0.5;
}
.input-section input:first-child {
    margin-right: 10px;
}

.dashboard-tag-item {
  border: 1px solid #ddd;
  display: inline-block;
  width: 85%;
  text-align: left;
  padding: 9px 14px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #fff;
}
.dashboard-tag-item .tag-title {
    color: #333;
    border: none;
    padding: 5px 0 0;
    display: inline-block;
}
.dashboard-tag-item .dashboard-input {
    height: 22px;
}
.tableau-settings {
    float: left;
    width: 100%;
    padding : 0 15px;
}
.tableau-tagLine {
    color: #999;
}
.tableauConfigurationBtn {
    padding: 10px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2;
    display: inline-block;
    margin: 10px 0 15px;
    background: #00accd;
    color : #fff;
    border-radius: 4px;
    border: 1px solid #00819a;
}
.tableauConfigurationBtn:active, .tableauConfigurationBtn:focus, .tableauConfigurationBtn:hover {
    text-decoration: none;
    color: #fff;
}
.deleteAID {
    margin: 7px 0 0 12px;
    cursor: pointer;
}

.icon-info-new  {
    background-position: -120px -96px !important;
    margin-left: 8px;
}

.test-date-btn, #dateDiag-submit {
    margin-top: 15px;
}
.date-range-note {
   display: inline-block;
   width: 30%;
   margin: 20px auto;
   text-align: left;
}
.summary-balance-area .no-history {
    margin: 40px 0;
    font-size: 18px;
}
.d-flex {
    display: flex !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.mid-section {
    text-align: left;
    width: 950px;
    margin: auto;
    display: inline-block;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.revaluationCheck {
    margin: 0 15px;
}
.revaluationCheck label {
    margin: 0 30px 0 0;
}
.candidateEvalutaorSection, .evaluationProvision {
    width: 100%;
    margin: 20px 0;
}
.fileUploadProvision {
    margin-top: 15px;
    line-height: 25px;
}
.fileUploadProvision > div:last-child .inline, .evaluationProvision .evaluationProvisionChilds {
    margin-left: 12px;
}

.fileUploadProvision .inline input {
    margin-top: -3px;
  }

.report-language-setting {
    margin: 15px 0;
}
.report-language-setting span {
    margin: 0 10px 10px;
    display: inline-block;
    font-size: 13px;
}
#pg-break strong {
    margin: 8px 0;
    display: inline-block;
}
#pg-break .radio {
    margin: 0;
    margin-left: 25px;
}
.page-break-style {
    margin: 12px 10px 12px 180px;
}
.page-break-style input {
    margin: -2px 2px 0 0;
}
.setting-style {
    font-size: 13px;
}
#pg-break .setting-style{
    margin: 4px 0 0 25px;
}
.small-ft {
    font-size: 12px;
}
.mb-10 {
    margin-bottom: 10px;
}
.drive-title {
    display: inline-block;
    margin: 0 0 20px 0;
}
.rightBtnStyle {
    float: right;
    margin: -10px 30px 20px;
    padding: 6px;
}
.leftBtnStyle {
    float: left;
    margin: 50px 0 0 30px;
}
#add-edit-drive-form .form-input {
    float: left;
    margin-left: 30px;
    margin-bottom: 15px;
}
.radio-input {
    margin-bottom: 20px;
}
.radio-input span{
    margin: 0 10px 0 0;
}
.radio-input span input {
    margin: 0 10px 0 0;
}
.m-style {
    margin-left: 10px !important;
    margin-bottom: 10px;
}
.form-error {
    color: red;
    margin: 10px 0;
}
.td-text-center {
    text-align : center !important;
}
.text-danger {
    color: red;
}
.drive-data-from input.form-input{
    float: left;
    margin-left:5px;
}
.drive-data-from select {
    float:left;
    margin-left:5px !important;
}
.d-w-100 {
    display: inline-block;
    width: 100%;
}
.d-inline-block {
    display: inline-block;
}

.drive-data-from h3 {
    border-bottom: 1px dashed #ddd;
    width: 60%;
    margin: 10px auto 30px;
}
.d-child {
    margin-right: 50px;
    float: none !important;
    vertical-align:top;
}
.remark-section.d-child {
    margin-right: 100px;
    margin-bottom: 10px;
}
.plagiarism-section.d-child {
    margin-right: 100px;
}
#remarksTextArea {
    height: 70px;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
}
.drive-data-from [class*="span"] {
    margin-left: 0;
}
#questionType {
    margin-right: 80px;
}
#questionType .questionList label {
    margin-right: 20px;
    display: inline-block;
}
#questionType input.form-input{
    margin: 0 !important;
}
#questionType label > span {
    margin: -2px 5px 6px 5px;
}
#questionType .questionList {
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}
.driveViewOnlyMode {
    pointer-events: none;
    opacity: 0.9;
}
#driveTbodyId td a {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
}
.viewModeRemarks {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
}
.downloadI18n select{
    margin-bottom: 0px;
}
.downloadI18n .btn{
    margin-left: 10px;
}
#driveRescheduleModal {
    top: 50% !important;
}
.report-fields {
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.state-heading {
    margin-left: 26px !important;
}
.modal-form-error {
    float: left;
    margin: 0;
}
#driveRescheduleModal .modal-footer .btn {
    background-position: 0;
}
.node-style {
    margin: 20px 0;
}
.text-transform-none{
    text-transform: none;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}
.mr-5 {
    margin-right: 5px !important;
}
.btn-wrapper .btn {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border: 0;
    text-shadow: none;
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
    outline: none;
}
.btn-wrapper .btn.btn-blue {
    background: #5072be;
    color: #fff;
}
.btn-wrapper .btn.queueBtn:last-child {
    margin: 0 20px;
}

.c-pointer {
    cursor: pointer;
}
.drive-option-wrapper {
   width: 550px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   margin-top: 40px;
}




.mti-heading {
    margin: 0 0 10px;
}
.mti-upload-temp {
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 20px 0 40px;
    border-radius: 4px;
}
.mtiscaleBtn {
    margin: 20px 0 0;
}
.mti-upload-wrapper {
    display: flex;
    align-items: center;
}
.mti-download-btn {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}
.mti-download-btn form {
    margin: 0;
}
.mtiUploadMsg {
    margin: 7px 0 0;
    text-align: center;
    color: #cd8c29;
}

#enableConsentModal {
    top: 30% !important;
}
#enableConsentModal .closeBtn {
    background: transparent;
    border: none;
    padding: 0;
}
#enableConsentModal .modal-header{
    padding: 7px 20px 14px;
    border: 0;
}
#enableConsentModal .consent-msg {
    font-size: 15px;
    padding: 16px 0;
}
.mx-2{
    margin: 0px 10px !important;
}
.msb-permissions .software-names-title{
    position: absolute;
    top: -20px;
    z-index: 1;
    color: #4E6287;
}
.permitted-software-title{
    margin-bottom: 8px;
}
.permitted-software-title .toggle-container,
.toggle-mac-safe-mode-container,
.tgl-container{
    display: inline-block;
    width: 30px;
    height: 14px;
    background-color: #E5EDF4;
    border-radius: 15px;
    cursor: pointer;
}
.permitted-software-title .toggle-switch,
.toggle-mac-safe-mode-switch,
.tgl-switch{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
.permitted-software-title .toggle-container.selected,
.toggle-mac-safe-mode-container.selected,
.tgl-container.selected
{
    background: #2C6EF2;
}
.permitted-software-title .toggle-switch.selected,
.toggle-mac-safe-mode-switch.selected,
.tgl-switch.selected
{
    transform: translateX(16px);
}
.permitted-software-title .add-title-text{
    margin-left: 6px;
}
.permitted-software-title .add-title-info{
    color: #8096B2;
}
.permitted-software-title-select{
    align-items: center;
}
.msb-permissions-mac .permitted-software-title-select{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    row-gap: 5px;
}
.permitted-software-title .add-title-label{
    position: absolute;
    top: -20px;
    z-index: 1;
    color: #4E6287;
}
.permitted-software-title .title-input-container{
    margin: 12px 0 8px 0;
}


.proctor-the-proctor .message-toast{
    position: fixed;
    color: #ffffff;
    padding: 10px 16px;
    top: 10px;
    left: 50%;
    translate: -50%;
    border-radius: 4px;
}
.proctor-the-proctor .message-toast.success{
    background: #14853D;
}
.proctor-the-proctor .message-toast.error{
    background: #C53532;
}
.proctor-the-proctor .toast-close-btn{
    color: #ffffff;
    background: none;
    border: none;
    font-size: 20px;
    margin-bottom: 4px;
    margin-left: 15px;
    padding: 0;
}
.proctor-the-proctor.content{
    width: 396px;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #BED3E4;
    margin: 20px;
  }
.proctor-the-proctor .submit-setting-btn{
    width: 100%;
}
.proctor-the-proctor .submit-setting-btn .btn{
    margin-left:auto;
}
.proctor-the-proctor .settings-container{
    width: 100%;
}
.proctor-the-proctor .setting-content{
    margin: 24px 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.proctor-the-proctor .setting-content .toggle-container{
    margin-left: auto;
}
.proctor-the-proctor .setting-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 32px;
}
.proctor-the-proctor .settings-wrapper{
    width: 100%;
    border: 1px solid #BED3E4;
    border-left: none;
    border-right: none;
}
.setting-content .btn{
    margin-left: auto;
}
.proctor-setting-title{
    font-size: 16px;
    font-weight: 500;
}
.proctor-the-proctor .toggle-container{
    display: inline-block;
    width: 30px;
    height: 14px;
    background-color: #E5EDF4;
    border-radius: 15px;
    cursor: pointer;
}
.proctor-the-proctor .toggle-switch{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
.proctor-the-proctor .toggle-container.selected{
    background: #2C6EF2;
}
.proctor-the-proctor .toggle-switch.selected{
    transform: translateX(16px);
}
.proctor-the-proctor .cursor-not-allowed{
    cursor: not-allowed;
}
.download-upload-excel-wrapper {
    margin-top: 12px;
    margin-left: 6px;
}
.upload-view-css {
    background: #eee;
    border-radius: 10px;
    padding: 5px 15px;
}
.save-change-msg{
    color: #4E6287;
    font-size: 12px;
    margin-left: 10px;
}
.save-and-info-log{
    margin: 14px 0;
}
.msb-settings .tabs {
    border-bottom: 1px solid #DFE3E8;
    margin: 0 90px 18px 90px;
}
.msb-settings .tabs .singleTab {
    display: inline-block;
    color: #002C77;
    cursor: pointer;
}
.msb-settings .tabs .singleTab.active {
    border-bottom: 2px solid #002C77;
}
.msb-settings .tabs .singleTab.windowsTab {
    padding: 10px 0;
}
.msb-settings .tabs .singleTab.macTab {
    padding: 10px;
}
.msb-settings .tabs .singleTab:not(:first-child){
    margin-left:18px;
}
.msb-settings .msb-permissions-mac .permitted-softwares-group{
    display: flex;
    flex-direction: column;
}
.msb-mac-content ._add-tags{
    display: flex;
    margin: 0 0 15px;
}
#macPermittedSoftwareBundleId{
    margin-left:15px;
}
.msb-mac-content{
    margin-top: 12px;
}
.save-change-msg i{
    margin-right: 5px;
}
.scrn-capt-unavailable-msg span{
    color: #4E6287;
}
.status-wrapper {
    margin: 10px 0;
}
#status-div {
    margin-top: 8px;
}
.child-provision{
    margin-left: 15px;
}
.id-auth{
    display: inline-block;
}
div[data-lastpass-icon-root], div[data-lastpass-root]{
    display: none;
}