﻿
body {
    padding: 0px;
    padding-top: 0px;
    margin: 0px;
    color: #464646;
    background: #f2f2f2;
    font-family:Arial, Helvetica, sans-serif !important;
}

.pad {
    padding: 0px;
}

.mar {
    margin: 0px;
}

/**********/
.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}
/**********/
.bgclr {
    padding: 10px;
    background: #fff;
    min-height: 165px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px #cdcdcd;
}

.bgclrcont {
    border: 2px dotted rgba(215, 234, 245, 0.69);
    padding: 10px;
}

.remfnt {
    font-size: 54px;
    color: #337ab7;
    height: 90px;
}

.crtfnt {
    font-size: 20px;
    color: #337ab7;
}

.bgclr {
    cursor: pointer;
    border: 1px solid #fff;
}

.mrgtp {
    margin: 10px 0px;
}

.bgclr:hover .remfnt, .bgclr:hover .crtfnt {
    color: #8c8c8c;
    -webkit-transition: all 1s ease; /* Safari */
    transition: all 1s ease;
}

.bgclr:hover .bgclrcont {
    border: 2px dotted #8c8c8c;
    -webkit-transition: all 1s ease; /* Safari */
    transition: all 1s ease;
}

.bgclr:hover {
    border: 1px solid #b0cce3;
    -webkit-transition: all 1s ease; /* Safari */
    transition: all 1s ease;
}

    .bgclr:hover .remfnt {
        font-size: 60px;
        -webkit-transition: all 0.2s ease; /* Safari */
        transition: all 0.2s ease;
    }

.cstmodal .modal-header {
    background: #f2f6f9;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}

.cstmodal .modal-footer {
    text-align: center;
    border: 0px;
}

.cstmodal .control-label {
    font-weight: normal;
    font-size: 16px;
}

.cstmodal .form-control {
    border-radius: 0px;
    border: 1px solid #b5b5b5;
}

.anchfnt {
    font-size: 16px;
    text-decoration: none !important;
}

.minhgt {
    min-height: 102px;
}

.cursorpoint {
    cursor: pointer;
}

.cursordefault {
    cursor: default;
}

.stylish-input-group .input-group-addon {
    background: #fff !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.relpost {
    position: relative;
    top: -3px;
}

.martwpx {
    margin-top: 20px;
}

.txtdecnone {
    text-decoration: none !important;
}

.boxwithshw {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 10px #cdcdcd;
    margin: 15px 0px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin: 10px 15px 0 0px;
}

    .boxwithshw:hover {
        box-shadow: 0px 1px 10px #928e8e;
    }

.titlepage {
    margin-top: 0px;
    color: #337ab7;
}

.t1 small {
    font-size: 13px;
    color: #949494;
}

.t1 div {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.spacerone {
    height: 20px;
}

.wdth80 {
    width: 80px;
    display: inline-block;
}

.martwpx30 {
    margin-top: 30px;
}

.boxwithshw .martwpx30 li {
    font-size: 20px;
}

    .boxwithshw .martwpx30 li input[type=checkbox], .t1 input[type=checkbox] {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }

.cstmodal .form-group {
    margin-top: 25px;
}

.dragcr {
    cursor: pointer;
}

    .dragcr:hover {
        color: #eea236;
    }

.wdth70 {
    width: 70px;
}

.bx-title {
    font-size: 10px;
    color: #A9A9A9;
}

.mar {
    margin: 0 !important;
}



.course-name {
    font-size: 13px;
    /* text-transform: uppercase; */
    word-wrap: break-word;
    height: 45px !important;
    color: #333;
}

.nav-tabs > li.activetab > a, .nav-tabs > li.activetab > a:focus, .nav-tabs > li.activetab > a:hover {
    border-bottom: #004884 solid 3px;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    text-decoration: none;
}

.progname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*switch css starts*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 50px;
    height: 23px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 4px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 6px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0px -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}



/* ----- v CAN BE DELETED v ----- */
/*body {
            background-color: #26a69a;
        }

        .demo {
            padding-top: 60px;
            padding-bottom: 60px;
        }*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet div {
    display: block;
}
.mngquest01:before, .advancedauthoring:before {
    content: url("images/sprite-icons.png");
    position: relative;
    top: -356px;
    left: -9px;
}

.mngquest01, .advancedauthoring {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.uplres01:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -674px;
    left: -9px;
}

.uplres01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.vwmalpra01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

    .vwmalpra01:before {
        content: url("images/sprite-icons.png");
        /* background-position: 100px 10px; */
        position: relative;
        top: -503px;
        left: -9px;
    }

.managerepository01:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -522px;
    left: -9px;
}

.managerepository01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.manageadaptivetest01:before {
    content: url("images/sprite-icons.png");
    position: relative;
    top: -570px;
    left: -9px;
}

.manageadaptivetest01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.manageworkflow01:before, .manageworkflow06:before {
    content: url("images/sprite-icons.png");
    position: relative;
    top: -332px;
    left: -9px;
}

.manageworkflow01, .manageworkflow06 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.dsbworkflow:before {
    content: url("images/sprite-icons.png");
    /* background-position: 100px 10px; */
    position: relative;
    top: -596px;
    left: -9px;
}

.dsbworkflow {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.essayeval01:before {
    content: url("images/sprite-icons.png");
    /* background-position: 100px 10px; */
    position: relative;
    top: -544px;
    left: -9px;
}

.essayeval01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.scoremoderation01:before {
    content: url("images/sprite-icons.png");
    position: relative;
    top: -700px;
    left: -9px;
}

.scoremoderation01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.publishresults:before {
    content: url("images/sprite-icons.png");
    /* background-position: 100px 10px; */
    position: relative;
    top: -728px;
    left: -9px;
}

.publishresults {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.reportinterface01:before, .certificationreports01:before, .classreports01:before, .metadatareports01:before, .dtsumryrpt:before, .stickerboard01:before {
    content: url("images/sprite-icons.png");
    /* background-position: 100px 10px; */
    position: relative;
    top: -477px;
    left: -9px;
}

.reportinterface01, .certificationreports01, .classreports01, .metadatareports01, .dtsumryrpt, .stickerboard01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.report {
    background: url(images/sprite-icons.png) no-repeat 0px -138px;
    background-size: 100%;
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 10px;
}

.omr {
    background: url(images/sprite-icons.png) no-repeat 0px -55px;
    background-size: 100%;
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 10px;
}

.tstmgmnt {
    background: url(images/sprite-icons.png) no-repeat 0px -94px;
    background-size: 100%;
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 10px;
}

.itemmgmnt {
    background: url(images/sprite-icons.png) no-repeat 0px -94px;
    background-size: 100%;
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 10px;
}

.manageschedules01:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -452px;
    left: -8px;
}

.manageschedules01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.managebatch01:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -431px;
    left: -8px;
}

.managebatch01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.managetesttemplate01:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -381px;
    left: -9px;
}

.managetesttemplate01 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.managetest001:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -406px;
    left: -9px;
}

.exammanagement:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -752px;
    left: -9px;
}

.mngquest01, .exammanagement {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.managetest001 {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.omrdashboard:before {
    content: url(images/sprite-icons.png);
    position: relative;
    top: -805px;
    left: -9px;
}

.omrdashboard {
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

Inherited from div.card .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.collapse.show {
    display: block;
}


.card-body {
    color: #444;
    font-size: 0.8em;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.collapse {
    display: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}


/*Test center management*/
a {
    color: #004a89;
	text-decoration:none !important;
}
a:hover{color: #87a8c3;}
.pad{padding:0px !important;}
.mar{margin:0px;}
.pad10{padding:10px;}
.spacerone1{height:5px;}
.spacerone2{height:10px;}
.spacerone{height:15px;}
.spacertwo{height:20px;}
.martp10{margin-top:10px;}
.marbtm5{margin-bottom:5px;}
.curspointer{cursor:pointer;}
.cursdefault{cursor:default;}
.dispblock{display:inline-block !important;}
.dispnone{display:none !important;}
.bgnone{background:transparent !important;}
.fntsze12{font-size:12px !important;}
.fntsze14{font-size:14px !important;}
.fntsze18{font-size:18px!important;}
label{margin-top:5px;font-weight: normal;font-size: 15px;}
.tabs-wrap .nav-tabs{border-bottom: 1px solid #ddd;}
	.tabs-wrap .nav-tabs>li{font-size: 16px;/* width:25%; */text-align:center;margin-bottom: -3px;}
	.tabs-wrap .nav-tabs>li a{color: #606060;font-size: 18px;}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background:transparent !important; border:0px; border-bottom:3px solid #5680a4;color: #004a89;}
		.bglftwhite{background:#fff; padding: 10px 0px;}
			.bglftwhite .icon-addon .form-control{
				height: 40px;
    margin: 0px 0px;
    font-size: 18px;
    border: 0px;
	box-shadow: none;
			}
	.back,.continue{margin:10px;}
	.well {
    background-color: #fdfbfb;
    border: 1px solid #eaeaea;margin-bottom: 0px;}
	.form-control{border-radius: 0px;}
	.widt90per{width: 90%;}
	.clickplus{float: right;
    font-size: 24px;
    color: #005094; cursor:pointer;}
	.proctorimg li{cursor:pointer;padding: 0px; color:#000;}
	.proctorimg .checkbox-inline{    margin-top: 0px;
    width: 100%;
    padding: 8px 30px;
    background: #e3ebf0;
    border-bottom: 1px solid #bfced8;}
	.proctorimg li img{
		width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0px 5px;border: 1px solid #d1d1d1;
	}
	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{width: 17px;
    height: 17px;}
	.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{margin-top:5px;}
		.hgtrel{height: 45px;padding-left: 68px;}
		.posabs{margin-bottom: 0px;
    position: absolute;
    top: 3px;
    margin-left: 0px;
    left: 3px;}
		.posabs li{padding:0px;margin: -2px -2px 0px -2px;}
		.posabs li span{    cursor: pointer;
    padding: 7px 6px;
    display: inline-block;
    font-size: 20px;background: #f0f0f0;}
	.posabs li span.active{background: #6e9e74; color:#fff;}
	.box {
    outline: 1px dashed #21777f;
    color: #000;
    padding: 10px;
}
.box .sa-cloud-upload{font-size: 48px;
    margin: 0px 3px;
    position: relative;
    top: 5px;
    color: #a3b9bb;
    height: 50px;
    display: block;}
.box input[type="file"]{
    color: transparent;
}
.leftpanelone .nav>li>a{padding: 10px;font-size: 16px;}
	.leftpanelone .panel {
        margin-bottom: 0px;
    /*background-color: #fff;*/
    border: 0px solid #ddd;
    border-radius: 0px;
    margin-top: 1px !important;
    border-bottom: 1px solid #ccc;
	position:relative;
}
	.leftpanelone .collapse,.leftpanelone .collapsing{padding:0px;}
	.leftpanelone .collapse li,.leftpanelone .collapsing li{list-style: none; padding: 8px 25px; cursor:pointer; position:relative}
	.leftpanelone .collapse li:hover,.leftpanelone .collapsing li:hover{background: #f1f1f1;}
	.leftpanelone .collapse li.checklist,.leftpanelone .collapsing li.checklist{background: #f8f8f8;}
	.leftpanelone .panel-body ul li.checklist:after{
		    font-family: saras-icon!important;
    content: "\e018";
    position: absolute;
    right: 8px;
    top: 7px;
    color: #04a416;
	}
	.leftpanelone .nav>li>a:focus, .leftpanelone .nav>li>a:hover {
    background-color: transparent;
}
.leftpanelone .panel-body ul{padding:0px;margin:0px;}
.leftpanelone .panel-heading{padding:0px;background-color: #ececec}
.leftpanelone .panel-heading a{    background: #f6f6f6; padding:8px 10px;display: block;font-size: 16px; text-decoration:none;    position: relative;}
.leftpanelone a.collapsed:before{font-family: saras-icon!important;content: "\e004"; position:absolute; right:8px;}
.leftpanelone a:before{font-family: saras-icon!important;content: "\44";position:absolute; right:8px;}
.leftpanelone .panel-heading a span{
		width: 90%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	}
	.newlistone{float: left; width: 50%;}
	.newlistone .checkbox  label{width:80%;}
	.width50px {
           width: 50px;
    height: 25px;
    padding: 2px;
    padding-right: 22px;
}
.posrelone{position:relative;    float: right;}
	.posrelone .icon{
		    position: absolute;
    top: 0px;
    right: 0px;
    background: #489ae0;
    color: #fff;
    padding: 5px;
    font-size: 10px;
	}
/*Test center management*/



/* Transition
========================== */


.switch-flat {
    padding: 0;
    background: #FFF;
    background-image: none;
}

    .switch-flat .switch-label {
        background: #FFF;
        border: solid 2px #eceeef;
        box-shadow: none;
    }

        .switch-flat .switch-label:after {
            color: #0088cc;
        }

    .switch-flat .switch-handle {
        top: 6px;
        left: 4px;
        background: #dadada;
        width: 15px;
        height: 15px;
        box-shadow: none;
    }

        .switch-flat .switch-handle:before {
            background: #eceeef;
        }

    .switch-flat .switch-input:checked ~ .switch-label {
        background: #FFF;
        border-color: #0088cc;
    }

    .switch-flat .switch-input:checked ~ .switch-handle {
        left: 30px;
        background: #0088cc;
        box-shadow: none;
    }
/*switch css ends*/
.logowidth {
    max-width: 100%;
    min-height: 60px;
    height: 60px;
}
.bootstrap-table .table thead > tr > th {
    font-size: 13px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}


@media(max-width:992px) {
    .boxwithshw .text-center {
        text-align: left;
    }

    .boxwithshw .t1 {
        margin: 6px 0px;
    }
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 19px 0 0 84px;
        padding: 0px 5px 135px 5px;
        border-left: 1px solid #fff;
        background-color: #f2f2f2;
    }

    @media(max-width:600px) {
        .col-mob {
            width: 100%;
        }

        .remfnt {
            font-size: 40px;
            height: 60px;
        }

        .bgclr:hover .remfnt {
            font-size: 45px;
        }

        .bgclr {
            min-height: 130px;
        }

        .minhgt {
            min-height: 70px;
        }

        .h3, h3 {
            font-size: 18px;
        }

        .martwpx30 {
            margin-top: 5px;
        }
    }

    .tabs-wrap {
        padding: 0 10px;
    }

    .page_heaging {
        color: #555;
        font-size: 22px;
        padding: 0 0 4px;
    }

    .mainContainer {
        background: #fff;
        padding: 10px 0px;
        /* border-radius: 3px; */
        /* box-shadow: 0px 1px 10px #cdcdcd; */
        margin: 15px 0px;
        /* -webkit-transition: all 1s ease; */ /* Safari */
        /* transition: all 1s ease; */
        margin: 75px 15px 0 15px;
    }
    /* Select candidate pop up css */
    .modal-backdrop {
        opacity: 0.5 !important;
    }

    .checkmark {
        background: #e6f3f6;
    }

    .wordwrap {
        word-wrap: break-word;
    }

    .fldr {
        margin: 0 5px 0 5px;
        background: url(../ExamSeries/images/folder.png) 0 8px no-repeat;
        padding-left: 37px;
        padding: 11px;
        text-indent: 32px;
    }

    .fa-expand, .fa-compress {
        cursor: pointer;
    }

    .icn_addfolder {
        background: url('../Grey/Images/folder_icons.png') no-repeat scroll 0 -110px transparent;
        height: 30px;
        margin: 0;
        padding: 10px;
    }

    .icn_deletefolder {
        background: url('../Grey/Images/folder_icons.png') no-repeat scroll 0 -165px transparent;
        float: left;
        height: 30px;
        margin: 0;
        padding: 10px;
    }

    .folder_rename {
        background: url('../Grey/Images/folder_icons.png') no-repeat scroll 0 -219px transparent;
        height: 30px;
        margin: 0;
        padding: 10px;
    }


    .list-box1 {
        padding-right: 5px !important;
        padding-left: 0px !important;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        height: 170px !important;
        overflow: auto;
        width: 95% !important;
    }

    li.selected :hover {
        background-color: #d9edf7;
    }

    li.selected {
        background-color: #d9edf7;
    }

    .crumb-wrapper {
        clear: both;
        overflow: hidden;
        width: 100%;
        z-index: 0;
    }

        .crumb-wrapper ul, .crumb-wrapper ul li {
            float: left;
            margin: 2px 20px 0px 0px;
            padding: 0;
            list-style: none;
        }

        .crumb-wrapper li a, .crumb-wrapper.global #crumb1 span {
            display: block;
            font-size: 14px;
            padding: 8px 0px 8px 0px;
        }

            .crumb-wrapper li a:hover, .crumb-wrapper li a {
                text-decoration: none;
                color: #777;
            }

        .crumb-wrapper li.last a, .crumb-wrapper ul.crumb-nav li a, .crumb-wrapper.global .crumb1 span {
            border: 0 none;
        }


        .crumb-wrapper ul.crumb-nav li, .crumb-wrapper ul.crumb-nav li a {
            position: relative;
            z-index: 0;
        }

        .crumb-wrapper ul.crumb-nav .crumb2, .crumb-wrapper ul.crumb-nav .crumb2 a {
            z-index: 0;
        }

        .crumb-wrapper .crumb1 a, .crumb-wrapper.global .crumb1 span, .crumb-wrapper .crumb2 a, .crumb-wrapper .crumb3 a, .crumb-wrapper .crumb4 a, .crumb-wrapper .crumb5 a, .crumb-wrapper .crumb6 a, .crumb-wrapper .crumb7 a {
            background-color: transparent;
            background-position: right center;
            padding: 8px 0px 8px 0px;
        }

            .crumb-wrapper .crumb1 a:hover, .crumb-wrapper .crumb2 a:hover, .crumb-wrapper .crumb3 a:hover, .crumb-wrapper .crumb4 a:hover, .crumb-wrapper .crumb5 a:hover, .crumb-wrapper .crumb6 a:hover, .crumb-wrapper .crumb7 a:hover {
                border-bottom: solid 3px #5AD;
                padding: 8px 0px 8px 0px;
            }

        .crumb-wrapper .crumb1 .currentone, .crumb-wrapper .crumb2 .currentone, .crumb-wrapper .crumb3 .currentone, .crumb-wrapper .crumb4 .currentone, .crumb-wrapper .crumb5 .currentone, .crumb-wrapper .crumb6 .currentone, .crumb-wrapper .crumb7 .currentone {
            border-bottom: solid 3px #5AD;
            padding: 8px 0px 8px 0px;
            color: #5AD;
        }

    .clspointer {
        cursor: pointer;
    }

    .TabroleDetails {
        margin-left: -27px;
    }

    .smallgrey {
        color: #666666;
        font-size: 10px;
        /* margin-right: 98px; */
        float: right;
        padding-top: 10px;
    }

    .user_imge {
        border: 1px solid #BEBEBE !important;
        height: 130px;
        padding: 5px;
        right: 200px;
        width: 130px;
        border-radius: 50%;
        margin-left: 170px;
    }

    .bdr {
        border-bottom: 2px solid #EAEAEA;
        position: relative;
        top: -12px;
        width: 100%;
    }

    .form-ctrl {
        display: inline !important;
        width: 95% !important;
        height: 34px !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
    }

    .alertEmail {
        padding: 10px 26px;
        margin-bottom: 23px;
        border: 1px solid transparent;
        border-radius: 4px;
        /* position: fixed; */
        width: 95%;
        top: 10px;
        z-index: 133;
        left: 28%;
    }

    .tab-content {
        margin-top: 0px !important;
        margin-right: 0px !important;
        background: #fff !important;
    }

    .backgroundWhite {
        background: #fff !important;
        min-height: 790px !important;
    }


    .navbar-top-links li {
        /*display: inline;*/
        float: left;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        position: relative;
        min-height: 1px;
    }

    .btn-danger.btn-outline {
        color: #d9534f;
    }

    .btn-danger {
        border: 0px;
        padding: 6px 10px;
    }

    .btn-circle {
        border: 2px solid #fff !important;
    }

    .btn-circle {
        width: 24px;
        height: 24px;
        padding: 2px 0 4px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
        text-align: center;
        margin: -15px 0 0 12px;
        z-index: 1;
        position: relative;
        position: absolute;
        top: 11px;
    }

    .btn-circlechang {
        width: 10px;
        height: 10px;
    }

    .btn-circle.btn-lg {
        width: 10px;
        height: 10px;
        margin: -23px 0 0 3px; /*  padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;*/
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

    .pull-right.srch {
        float: left !important;
    }

    .pull-right.program-change {
        float: right !important;
    }

    .pull-right.change-org {
        float: left !important;
    }

    .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
        color: #fff;
    }

    .btn-danger.btn-outline:hover {
        background-color: #F15A29 !important;
    }

    .navbar-top-links li:last-child .dropdown-toggle {
        display: block !important;
        position: relative;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: 0px;
    }

    .navbar-top-links li a {
        padding: 10px 15px;
        min-height: 30px;
    }

    .cust-nav li a:focus {
        border: 1px solid #ddd;
    }

    .prof-drop {
        width: 30px !important;
        height: 30px !important;
        overflow: hidden;
    }


        .prof-drop img {
            position: relative;
            top: -6px;
            left: -11px;
        }

        .prof-drop:hover img {
            opacity: 0.7;
        }

    .cust-nav li a {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #ddd;
        margin-left: 25px;
        padding: 5px 12px 10px 8px;
        /*color: #777;*/
    }

    cust-side-nav li a {
        cursor: pointer;
    }


    .left-side {
        float: right !important;
    }

    .course_text {
        line-height: 37px;
        margin-left: 36px;
        font-size: 13px;
    }

    .selectedrole {
        background: #1B7AB5 !important;
        color: #fff;
    }


    #selectedSwitch :hover {
        background: #1B7AB5 !important;
        color: #fff;
        color: white;
    }

    .navbar-top-links .droptgle {
        position: absolute;
        left: -13px;
        margin-left: 0;
        top: -2px;
        /*height: auto;*/
        line-height: 41px;
        background-color: #f7f7f7;
        border-radius: 0;
        width: 50px;
    }

    .pull-right .dropdown-menu {
        right: -20px;
    }

    .dropdown-role {
        top: 55px;
    }

    /*.dropdown-bg:focus {
        background-color: deepskyblue;
    }*/

    .divider {
        margin: 2px 0;
    }

    .navbar-top-links .droptgle:hover {
        background-color: #1c79b2;
    }

    .fa-exicn, .fa-mail, .fa-setng, .fa-logout, .droptgle:hover .fa-exicn {
        background-image: url('images/hedr-icn.png');
        background-repeat: no-repeat;
    }

    .course_spn {
        position: relative;
        top: 8px;
        font-size: 13px;
    }


    .fa-exicn {
        width: 24px;
        height: 20px;
        background-position: 0 0;
        margin-top: 15px;
        margin-left: 1px;
    }

    .nav > li > a:focus {
        background-color: #eee;
    }

    .img-responsive {
        padding-top: 5px;
    }

    .img-responsive {
        padding: 0 !important;
        margin-bottom: 8px;
    }

    .nav-tabs > li.activetab > a, .nav-tabs > li.activetab > a:focus, .nav-tabs > li.activetab > a:hover {
        border-bottom: #004884 solid 3px;
        border-left: none;
        border-right: none;
        border-top: none;
        background: transparent;
        text-decoration: none;
    }

    .tabs-wrap .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

        .tabs-wrap .nav-tabs > li {
            font-size: 16px; /* width:25%; */
            text-align: center;
            margin-bottom: -3px;
        }

            .tabs-wrap .nav-tabs > li a {
                color: #606060;
                font-size: 18px;
            }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: transparent !important;
        border: 0px;
        border-bottom: 3px solid #5680a4;
        color: #004a89;
    }

    .bglftwhite {
        background: #fff;
        padding: 10px 0px;
    }

    .bootstrap-table .table {
        color: #525252;
    }

    .flt_bg {
        background: #f1f2f2;
    }

    .table > thead > tr > th {
        text-align: left !important;
    }

    .tbl-height2 {
        height: 540px;
        overflow: auto;
        display: inline-block;
    }

    .dropdown-grp .lazyContainer {
        height: 135px;
    }

    @media (min-width: 992px) {
        .modal-lg {
            max-width: 1200px !important;
        }
        .modal-md {
            max-width: 630px !important;
        }
    }

    /*host: {
        display: block;
    }*/

    .treeview-item {
        white-space: nowrap;
    }

        .treeview-item .treeview-item {
            margin-left: 2rem;
        }

    .row-item:hover {
        background-image: linear-gradient( #c1c1c1, #999 ) !important;
        color: #fff !important;
        cursor: pointer;
        border: 1px solid #ccc !important;
        border-radius: 3px;
    }

    /*.treeview-item .form-check-label {
        margin-left: 2px;
        width: 100%;
    }*/


    .row.row-filter {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-top: 6px;
    }

    /* dropdown */
    .dropdown,
    .dropup {
        position: relative;
    }

    .dropdown-toggle:focus {
        outline: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        /* background-color: #fff; */
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

        .dropdown-menu.pull-right {
            right: 0;
            left: auto;
        }

        .dropdown-menu .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5;
        }

        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

            .dropdown-menu > li > a:focus,
            .dropdown-menu > li > a:hover {
                color: #262626;
                text-decoration: none;
                background-color: #f5f5f5;
            }

        .dropdown-menu > .active > a,
        .dropdown-menu > .active > a:focus,
        .dropdown-menu > .active > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #337ab7;
            outline: 0;
        }

        .dropdown-menu > .disabled > a,
        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            color: #777;
        }

            .dropdown-menu > .disabled > a:focus,
            .dropdown-menu > .disabled > a:hover {
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
                background-image: none;
                filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            }

    .open > .dropdown-menu {
        display: block;
    }

    .open > a {
        outline: 0;
    }

    .dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .dropdown-header {
        display: block;
        padding: 3px 20px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #777;
        white-space: nowrap;
    }

    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990;
    }

    /* .btn {
        padding: .3rem .50rem !important;
        font-size: .9rem !important;
        background-color: #ddd !important;
        border: none !important;
        border-radius: 3px !important;
    }

    .btn-warning {
        color: #212529;
        background-color: #f0ad4e !important;
        border-color: #f0ad4e !important;
    }

    .form-control {
        font-size: .8rem !important;
    }
        */

    .fixed-table-container thead th .th-inner {
        padding: 0 !important;
    }
