﻿@font-face {
    font-family: 'Nexa-Book';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa-Book.otf');
    src: url('../webfonts/Nexa-Book.woff2') format('woff2'),url('../webfonts/Nexa-Book.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-Heavy';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa-Heavy.otf');
    src: url('../webfonts/Nexa-Heavy.woff2') format('woff2'),url('../webfonts/Nexa-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-Heavy-Italic';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa Heavy Italic.otf');
}

@font-face {
    font-family: 'Nexa-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa-Light.otf');
    src: url('../webfonts/Nexa-Light.woff2') format('woff2'),url('../webfonts/Nexa-Light.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-Regular';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa-Regular.otf');
    src: url('../webfonts/Nexa-Regular.woff2') format('woff2'),url('../webfonts/Nexa-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-XBold';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa-XBold.otf');
    src: url('../webfonts/Nexa-XBold.woff2') format('woff2'),url('../webfonts/Nexa-XBold.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-Bold-Italic';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa Bold Italic.otf');
    src: url('../webfonts/Nexa-Bold-Italic.woff2') format('woff2'),url('../webfonts/Nexa-Bold-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Nexa-Bold';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/Fontfabric - Nexa Bold.otf');
    src: url('../webfonts/Nexa-Bold.woff2') format('woff2'),url('../webfonts/Nexa-Bold.woff') format('woff');
}

* { font-family: Nexa-Bold; }

.i {
    font-family: 'Nexa-Bold-Italic';
}
.with-placeholder {
    color: #808080;
}
select .others {
    color: #000;
}
ul {
    font-family: 'Nexa-XBold';
    font-size: 15px;
    margin-top:4px;
}
input[type=text], textarea, input[type=password], input[type=number], select {
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
    padding: 0 9px;
    border-radius: 2px;
    font-family: Nexa-XBold;
    font-size: 15px;
    height: 31px;
}

.productImage{
    max-width: 300px;
}

textarea {
    height: 100px;
    padding: 9px;
}

.container h2 {
    font-family:Nexa-Heavy;
    font-size:22px;
    font-weight:normal;
}
.container h3 {
    font-family: Nexa-Heavy;
    font-size: 18px;
    font-weight: normal;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.ddl-wrapper {
    position: relative;
}

    .ddl-wrapper select::-ms-expand {
        display: none;
    }
    /* IE11 hide native button */
    .ddl-wrapper:after {
        content: '>';
        font-family: Nexa-XBold;
        font-size: 22px;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 10px;
        top: 0;
        position: absolute;
        pointer-events: none;
    }

    .ddl-wrapper select {
        width: 100%;
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        line-height: 18px;
        border-radius: 2px;
        padding: 5px 20px 5px 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 14px;
        font-family: Nexa-XBold;
        background-image: none;
        -ms-word-break: normal;
        word-break: normal;
        height:33px;
    }

    .ddl-wrapper .SumoSelect > .CaptionCont > label > i {
        display: none;
    }
html {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color:#333333;
    height: 100%;
}

#everything {
    transition: margin-left .5s;
    height: 100%;
}

#header {
    overflow: hidden;
    background-color: #005cb9;
    height: 80px;
}

    #header a {
        color: #fff;
        text-decoration: none;
    }

    #header .wrapper {
        height: 80px;
        display: table-cell;
        vertical-align: middle;
    }

    #header .hamburger {
        cursor: pointer;
        float: left;
        width: 40px;
        margin: 30px 35px;
    }

        #header .hamburger span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background: #fedc00;
            z-index: 1;
            transform-origin: 4px 0px;
        }

            #header .hamburger span:first-child {
                transform-origin: 0% 0%;
            }

            #header .hamburger span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

    #header .logo {
        float: left;
        margin: 0 25px;
    }

        #header .logo img {
            width: 150px;
        }

    #header .divider {
        float: left;
        height: 80px;
        margin-right: 28px;
    }

        #header .divider div {
            height: 40px;
            border-left: 1px solid #fff;
            margin-top: 20px;
        }

    #header .divider-choose-school {
        display: none;
    }

    #header .school-logo {
        float: left;
        margin: 0 12px;
    }

        #header .school-logo img {
            max-height: 40px;
            max-width: 190px;
        }

    #header ul.main-menu {
        display: none;
    }

    #header ul.icon-menu {
        overflow: hidden;
        float: right;
        margin-right: 17px;
    }

        #header ul.icon-menu > li {
            float: left;
            margin: 0 14px;
        }

        #header ul.icon-menu a {
            display: block;
        }

            #header ul.icon-menu a.sign-out {
                font-family: Nexa-Bold;
                height: 71px;
                line-height: 79px;
                font-size: 17px;
                padding: 0 5px 0 5px;
            }

                #header ul.icon-menu a.sign-out:hover {
                    border-bottom: 9px solid #fedc00;
                    color: #fedc00;
                    border-bottom: 9px solid #fedc00;
                    color: #fedc00;
                }

    #header .speaker {
        margin-top: 22px;
    }

        #header .speaker .image {
            width: 50px;
            height: 37px;
            margin: 0 auto;
            background: url(<%=Application("ImageRoot")%>images/fast/v2/Speaker-icon-sprite.svg) no-repeat -50px 0;
            background-size: 100px 37px;
        }

        #header .speaker:hover .image {
            background-position: 0 0;
        }

    #header .bell {
        margin-top: 20px;
    }

        #header .bell .image {
            width: 41px;
            height: 41px;
            margin: 0 auto;
            background: url(<%=Application("ImageRoot")%>images/fast/v2/Bell-icon-sprite.svg) no-repeat -41px 0;
            background-size: 82px 41px;
        }

        #header .bell:hover .image {
            background-position: 0 0;
        }

        #header .bell .notification {
            position: absolute;
            font-family: Nexa-XBold;
            font-size: 12px;
            background-color: #fedc00;
            color: #005cb9;
            border-radius: 20px;
            padding: 0 5px;
            top: 30px;
            margin-left: 23px;
        }

    #header .profile {
        margin-top: 23px;
    }

        #header .profile .image {
            width: 36px;
            height: 36px;
            margin: 0 auto;
            background: url(<%=Application("ImageRoot")%>images/fast/v2/User-icon-sprite.svg) no-repeat -36px 0;
            background-size: 72px 36px;
        }

        #header .profile:hover .image {
            background-position: 0 0;
        }

@media (min-width: 1200px) {
    #header .hamburger {
        display: none;
    }

    #header ul.main-menu {
        display: block;
        overflow: hidden;
        float: left;
    }

        #header ul.main-menu > li {
            float: left;
            margin: 0 10px;
        }

        #header ul.main-menu a {
            font-family: Nexa-Bold;
            height: 79px;
            line-height: 79px;
            font-size: 17px;
            padding: 0 5px 20px 5px;
        }

            #header ul.main-menu a.selected,
            #header ul.main-menu a:hover {
                border-bottom: 9px solid #fedc00;
                color: #fedc00;
            }

    #header {
        min-width: 1200px;
        height: 79px;
    }

        #header .wrapper {
            height: 79px;
        }

        #header .logo img {
            width: 150px;
        }

        #header .divider {
            height: 79px;
        }

        #header .divider-choose-school {
            display: block;
        }

        #header .school-logo img {
            max-height: 44px;
            max-width: 193px;
        }

        #header ul.icon-menu {
            margin-right: 20px;
        }

            #header ul.icon-menu > li {
                margin: 0 10px;
            }

        #header ul.main-menu a {
            height: 80px;
            line-height: 80px;
        }

        #header .speaker {
            margin-top: 22px;
        }

            #header .speaker .image {
                width: 47px;
                height: 35px;
                background-position: -47px 0;
                background-size: 94px 35px;
            }

        #header .bell {
            margin-top: 20px;
        }

            #header .bell .image {
                width: 38px;
                height: 38px;
                background-position: -38px 0;
                background-size: 76px 38px;
            }

            #header .bell .notification {
                font-size: 12px;
                background-color: #fedc00;
                padding: 0 5px;
                top: 30px;
                margin-left: 23px;
            }

        #header .profile {
            margin-top: 23px;
        }

            #header .profile .image {
                width: 33px;
                height: 33px;
                margin: 0 auto;
                background-position: -33px 0;
                background-size: 66px 33px;
            }
}

#content {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}

#left-menu {
    display: table-cell;
    vertical-align: top;
    background-color: #005cb9;
    text-align: center;
    font-family: Nexa-Bold;
}

#left-menu {
    width: 200px;
    font-size: 14px;
  
}

#left-menu .fas{
    padding-left:8px;
}

.container {
    /* margin-left: 30px; */
    margin: 0px auto 0px 3px;
    width: 490px;
}

@media (min-width: 1200px) {
    .container { width: 950px; }
    
    
}

h1 {
    font-size: 26px;
    
}

h5 {
    font-size: 22px;
    
}

#header h1 {
    color: white;
    font-family:Nexa-Heavy;
    font-size:26px;
}
.imageWrap span {
    color:white;
}
.imageWrap {
    padding: 20px;
}
.imageWrap:hover {
    background: #1c355e;
}   
.selected .imageWrap:hover{
    background:white;
}
#left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left-menu li {
    cursor: pointer;
}

.submitSection {
    clear:both;
}
.links li {
    background: #e6e6e6;
}
.links a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    width: 100%;
    
    color: #005cb9;
    font-size: 14px;
    
    text-decoration: none;
    text-align: left;
}

.links li:hover, .links .current {
    background: #1c355e;
        
}
.links a:hover, .links .current a {
    color: white;
}

.field {
    float: left;
    margin-bottom: 20px;
}
.required {
    color: #e35525;
    font-family: Nexa-XBold;
    font-size: 15px;
}
.button,
.btnSubmit {
    float:left;
    height:34px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px auto;
    display: block;
    text-align: center;
    padding: 0 20px;
    border: 2px solid #fedc00;
    border-radius: 28px;
    font-family: Nexa-XBold;
    font-size: 14px;
    color: #333;
    background-color: #fedc00;
}
.button:hover,
.btnSubmit:hover {
    background-color: #fff;
    color: #333;
}


.alt-button { color: #333; background: #fff; border: 1px solid #333; }
.alt-button:hover { background: #333; color: #fff; }

a.button { line-height: 34px; }

.btnDelete {
    float: right;
    height: 34px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px auto;
    display: block;
    text-align: center;
    padding: 0 20px;
    border: 2px solid #d43f3a;
    border-radius: 28px;
    font-family: Nexa-XBold;
    font-size: 14px;
    color: #fff;
    background-color: #d9534f;
}
.btnDelete:hover {
    background-color: #fff;
    color: #333;
}

.btnActive {
    float: right;
    height: 34px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px auto;
    display: block;
    text-align: center;
    padding: 0 20px;
    border: 2px solid darkgreen;
    border-radius: 28px;
    font-family: Nexa-XBold;
    font-size: 14px;
    color: #fff;
    background-color: darkgreen;
}

.btnActive:hover {
    background-color: #fff;
    color: #333;
}

.cancel-button {
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 4px 11px;
    border: 1px solid #333;
    border-radius: 28px;
    font-family: Nexa-XBold;
    font-size: 13px;
    color: #333;
    background-color: transparent;
    height: 34px;
    line-height: 34px;
}

#left-menu #createSection .image {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    background: url(../../images/CreateIcon-Sprite.svg) no-repeat 0 0;
    background-size: 62px 31px;
    margin-bottom: 15px;
}

#left-menu .selected #createSection .image {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    background: url(../../images/CreateIcon-Sprite.svg) no-repeat -31px 0;
    background-size: 62px 31px;
    margin-bottom: 15px;
}

#left-menu #manageSection .image {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background: url(../../images/ManageIcon-Sprite.png) no-repeat 0 0;
    background-size: 77px 38px;
    margin-bottom: 15px;
}
#left-menu .selected #manageSection .image {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background: url(../../images/ManageIcon-Sprite.png) no-repeat -38px 0;
    background-size: 77px 38px;
    margin-bottom: 15px;
}
#left-menu #reportSection .image {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background: url(../../images/ReportIcon-Sprite.png) no-repeat 0 0;
    background-size: 74px 37px;
    margin-bottom: 15px;
}
#left-menu .selected #reportSection .image {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background: url(../../images/ReportIcon-Sprite.png) no-repeat -37px 0;
    background-size: 74px 37px;
    margin-bottom: 15px;
}


#left-menu #pomSection .image {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background: url(../../images/ReportIcon-Sprite.png) no-repeat 0 0;
    background-size: 74px 37px;
    margin-bottom: 15px;
}

#left-menu .selected #pomSection .image {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background: url(../../images/ReportIcon-Sprite.png) no-repeat -37px 0;
    background-size: 74px 37px;
    margin-bottom: 15px;
}




#left-menu #historySection .image {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background: url(../../images/HistoryIcon-Sprite.png) no-repeat 0 0;
    background-size: 68px 34px;
    margin-bottom: 15px;
}
#left-menu .selected #historySection .image {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background: url(../../images/HistoryIcon-Sprite.png) no-repeat -34px 0;
    background-size: 68px 34px;
    margin-bottom: 15px;
}



#left-menu #helpSection .image {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background: url(../../images/Merch-Scribe-Icons_Help.svg) no-repeat 0 0;
    background-size: 68px 34px;
    margin-bottom: 15px;
}

#left-menu .selected #helpSection .image {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    background: url(../../images/Merch-Scribe-Icons_Help.svg) no-repeat -34px 0;
    background-size: 68px 34px;
    margin-bottom: 15px;
}

#left-menu #vendorSection .image {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: none;
}

#left-menu #vendorSection .image::before {
    content: '\f2b5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
    color: white;
    display: block;
    text-align: center;
}

#left-menu .selected #vendorSection .image::before {
    color: #005cb9;
}




.alert-danger {
    color: #c41230 !important;
    font-family: Nexa-XBold;
    font-size: 15px;
}

.alert {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
}

.alert ul { list-style: none; margin: 0; padding: 0; }
.alert ul li { margin: 0; }

.alert-success {
    color: #0093c9;
    /*background-color: #d4edda;
border-color: #c3e6cb;*/
    font-family: Nexa-XBold;
    font-size: 15px;
}


#left-menu .selected {
    background: white;
}

#left-menu .selected span {
    color: #005cb9;
}
.caption {
    font-size: 16px;
    font-family: Nexa-XBold;
    margin-bottom: 12px;
}
.dashedLine {
    width: 920px;
    height: 1px;
    margin-bottom: 20px;
    background: url(//simages.ecampus.com/images/fast/v2/Dashed-Line-24x1.png) repeat-x 0 0;
}

#main { display: table-cell; vertical-align: top; padding: 0 20px 23px 20px; }

@media (min-width: 1200px) {
    #main { padding: 0 30px 50px 30px;  }
}

.dashedLine {
    width: 490px;
    height: 1px;
    margin-bottom: 20px;
    background: url(//simages.ecampus.com/images/fast/v2/Dashed-Line-24x1.png) repeat-x 0 0;
}

.sm-clear {
    clear: both;
}

.md-clear {
    clear: both;
}
.sm-1 { width:490px; }
.sm-1 input[type=text],
.sm-1 input[type=number] { width: 470px; }
.sm-1 textarea{ width: 470px; }
.sm-1 .ddl-wrapper { width: 490px; }
.sm-1 .checkbox-caption { width: 468px; }
.sm-2 { width: 235px; }
.sm-2 input[type=text] { width: 215px; }
.sm-2 .ddl-wrapper { width: 235px; }
.sm-margin-left-0 { margin-left:0; }
.sm-margin-left { margin-left: 20px; }
.sm-margin-left-35 { margin-left: 30px; }

@media (min-width: 1200px) {
    #main {margin: 0 auto; overflow: hidden; }

    .dashedLine { width: 920px; height: 1px; margin-bottom: 20px; background: url(//simages.ecampus.com/images/fast/v2/Dashed-Line-24x1.png) repeat-x 0 0; }

    .sm-margin-left { margin-left: 0; }
    .sm-margin-bottom { margin-bottom: 0; }
    .md-margin-left { margin-left: 20px; }
    .md-no-margin-left { margin-left: 0; }
    .md-margin-bottom { margin-bottom: 23px; }
    .md-1,
    .md-1 .ddl-wrapper { width: 920px; }
    .md-1 input[type=text],
    .md-1 input[type=number],
    .md-1 textarea { width: 900px; }
    .md-1 .checkbox-caption { width: 898px; }
    .md-2,
    .md-2 .ddl-wrapper { width: 450px; }
    .md-2 input[type=text],
    .md-2 input[type=number],
    .md-2 textarea { width: 430px; }
    .md-2 .checkbox-caption { width: 485px; }
    .md-2-input .ddl-wrapper { width: 450px; }
    .md-2-input input[type=text], .md-2-input input[type=number],
    .md-2-input textarea { width: 430px; }
    .md-3,
    .md-3 .ddl-wrapper { width: 293px; }
    .md-3 input[type=text],
    .md-3 input[type=number],
    .md-3 textarea { width: 273px; }
    .md-3-input .ddl-wrapper { width: 335px; }
    .md-3-input input[type=text],
    .md-3-input textarea { width: 315px; }
    .md-3 .checkbox-caption { width: 308px; }
    .md-4,
    .md-4 .ddl-wrapper { width: 246px; }
    .md-4 input[type=text],
    .md-4 input[type=number],
    .md-4 textarea { width: 226px; }
    .md-4 .checkbox-caption { width: 219px; }
    .md-4-input .ddl-wrapper { width: 246px; }
    .md-4-input input[type=text],
    .md-4-input input[type=number],
    .md-4-input textarea { width: 226px; }

    .sm-clear { clear: both; }
    .md-clear { clear: both; }

    .sp-replacer {  width: 285px; }
    .colorDropdown { width: 293px; }
}


.upload-drop-area { overflow: hidden; }
.upload-drop-area.highlight { background-color: #eee; }
.upload-drop-area.one-click-upload { border: 2px solid #fff; }
.upload-drop-area.one-click-upload.highlight { border-color: #000; }
.upload-drop-area.one-click-upload .wait { margin: 20px 0; }
.upload-drop-area .button { float: left; line-height: 34px; }
.upload-drop-area .filename { float: left; line-height: 52px; padding-left: 10px; white-space: nowrap; width: 350px; overflow: hidden; text-overflow: ellipsis; }
.upload-drop-area input[type=file] { display: none; }

@media (min-width: 1200px) {
    .upload-drop-area .filename { width: 780px; }
}

.checkbox-row { overflow: hidden; }
.checkbox-row .checkbox { float: left; position: relative; top: 3px; }
    /* unchecked */
    .chkbox:not(:checked) + label:before,
    .chkbox:checked + label:before {
        content: '';
        border: 0;
        width: 17px;
        height: 17px;
        background: url('//simages.ecampus.com/images/fast/v2/selection-buttons.svg') -17px 0px no-repeat;
        background-size: 34px 17px;
        background-color: #fff;
    }
    /* checked */
    .chkbox:not(:checked) + label:after,
    .chkbox:checked + label:after {
        transition: all 0.2s;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;
        background: url('//simages.ecampus.com/images/fast/v2/selection-buttons.svg') no-repeat 0px 0px;
        background-size: 34px 17px;
        background-color: #fff;
    }

    .chkbox:not(:checked) + label:hover:before {
        border: 0 !important;
    }

    .chkbox:not(:checked) + label, .chkbox:checked + label {
        padding-left: 17px;
    }

    /* disabled unchecked */
    .chkbox:disabled:not(:checked) + label:before,
    .chkbox:disabled:checked + label:before {
        content: '';
        border: 0;
        width: 17px;
        height: 17px;
        background: url('//simages.ecampus.com/images/fast/v2/Uneditable-Selection-Buttons.svg') -17px 0px no-repeat;
        background-size: 34px 17px;
        background-color: #fff;
    }

    /* disabled checked */
    .chkbox:disabled:not(:checked) + label:after,
    .chkbox:disabled:checked + label:after {
        transition: all 0.2s;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 17px;
        height: 17px;
        background: url('//simages.ecampus.com/images/fast/v2/Uneditable-Selection-Buttons.svg') no-repeat 0px 0px;
        background-size: 34px 17px;
        background-color: #fff;
    }

    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        [type="checkbox"]:not(:checked) + label,
        [type="checkbox"]:checked + label {
            position: relative;
            cursor: pointer;
        }

            /* checkbox aspect */
            [type="checkbox"]:not(:checked) + label:before,
            [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                border-radius: 50%;
            }

            /* checked mark aspect changes */
            [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }
    /* disabled checkbox */
    [type="checkbox"]:disabled:not(:checked) + label:before,
    [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #808080;
        background-color: #fff;
    }

    [type="checkbox"]:disabled:checked + label:after {
        color: #999;
        cursor: auto;
    }

    [type="checkbox"]:disabled:not(:checked) + label:after,
    [type="checkbox"]:disabled:checked + label:after {
    }

    [type="checkbox"]:disabled + label {
        color: #333;
        cursor: auto;
    }

    .checkbox-caption {
        font-family: Nexa-Bold;
        font-size: 15px;
        margin-left: 5px;
        float: left;
        line-height: 28px;
    }

    #create-item-multiple .submitSection .alt-button {
        margin-left: 20px;
    }

    .upload-form { }
    .upload-form .template { margin-bottom: 23px; }
    .upload-form .template a { color: #005cb9;}

table.main-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    font-family: Nexa-Bold;
    font-size: 15px;
}
table.main-table th {
    font-weight:normal;
}
.removeCollectionChk {
    position: relative;
    top: -1px;
}
table.main-table thead th {
    text-align: left;
    background: #1c345e;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    vertical-align: middle;
}

        table.main-table thead th.sorted {
            background: #0093c9;
            cursor: pointer;
        }

        table.main-table thead th:last-child {
            border-right: 0;
        }

        table.main-table thead th a {
            display: block;
            width: 100%;
        }

            table.main-table thead th a:hover, .search-list-form .form .main-section .searchable-list table thead th a:focus {
                text-decoration: none;
            }

    table.main-table tr:hover td {
        -moz-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
        -webkit-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
        box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
    }

        table.main-table tr:hover td:first-child {
            -moz-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
            -webkit-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
            box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
        }

        table.main-table tr:hover td:last-child {
            -moz-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
            -webkit-box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
            box-shadow: 0 4px 4px 0 rgba(212, 212, 212, 0.3);
        }

        table.main-table tr:hover td:after {
            content: "";
            width: 4px;
            height: 100%;
            background-color: #fff;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

    table.main-table tbody tr.selectable:hover {
        cursor: pointer;
    }

    table.main-table td {
        padding: 6px 10px 14px 10px;
        border-bottom: 1px solid #d4d4d4;
        color: #303030;
        position: relative;
        background: #fff;
    }

    .questionsectionoutter [role=tooltip] {
        display: none;
        position: absolute;
        padding: 10px;
        background-color: #1c355e;
        color: white;
        border-radius: 5px;
        z-index: 1000;
        margin-top: 20px;
        font-family: Nexa-Light;
    }

    .questionsectionoutter .tp-trigger {
        padding: 0px 5px 0px 0px;
        text-decoration: none;
        color: #005cb9;
    }

    .questionsectionoutter .tp-trigger:hover {
        color: #666;
    }

    .questionsectionoutter .tp-trigger:hover + [role=tooltip],
    .questionsectionoutter .tp-trigger:focus + [role=tooltip] {
        display: inline-block;
    }

.pagination {
    margin: 0px auto;
    display: block;
    float: right;
}
.pagination .button {margin: 0px 1px 0px 1px;}













body.sign-in {
    display: block;
    height: 100%;
    background-color: #005cb9;
}

#sign-in {
    display: table;
    height: 100%;
    margin: 0 auto;
}

    #sign-in h2 {
        color: #333333;
        font-family: Nexa-XBold;
        font-size: 18px;
        border-bottom: 2px solid #000;
        margin-bottom: 20px;
    }

    #sign-in .container {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 0;
        width: 360px;
    }

        #sign-in .container .content {
        }

            #sign-in .container .content .logo {
                align-items: center;
                justify-content: center;
                margin: 20px 70px 20px 70px;
            }

            #sign-in .container .content .box {
                width: 360px;
                padding: 35px 32px;
                background: #fff;
                border-radius: 28px;
                margin-top: 30px;
            }

                #sign-in .container .content .box .form .field {
                    width: 295px;
                    margin: 0 auto 11px auto;
                }

                    #sign-in .container .content .box .form .field .rounded-textbox {
                        width: 295px;
                        height: 45px;
                    }

                    #sign-in .container .content .box .form .field .textbox {
                        width: 295px;
                    }

                    #sign-in .container .content .box .form .field select {
                        width: 295px;
                    }

                #sign-in .container .content .box .form .submit {
                    margin: 16px 0 0 0;
                }

                #sign-in .container .content .box .form .forgot {
                    clear: both;
                    margin: 20px 0 0 0;
                    text-align: center;
                    font-size: 15px;
                }

                    #sign-in .container .content .box .form .forgot #rememberme {
                        margin-top: 4px;
                    }

                #sign-in .container .content .box .form .note {
                    font-family: Nexa-Regular;
                    font-size: 12px;
                    margin-bottom: 30px;
                }

                #sign-in .container .content .box .form .agree {
                    color: #005CB9;
                    font-size: 11px;
                    text-align: center;
                    margin-bottom: 10px;
                }

                #sign-in .container .content .box .form .error-list {
                    margin-bottom: 10px;
                }

                #sign-in .container .content .box .form .success-list {
                    margin-bottom: 10px;
                }

                #sign-in .container .content .box .form .g-recaptcha {
                    margin: 10px 0 5px 0;
                }

                #sign-in .container .content .box #btnSignIn {
                    width: 295px;
                    height: 45px;
                }

    #sign-in [role="tab"] {
        cursor: pointer;
        font-family: Nexa-XBold;
        font-size: 20px;
        position: relative;
        z-index: 2;
        margin: 0;
        overflow: visible;
        border: 0;
        background: transparent;
        width: 88px;
    }

    #sign-in [role="tablist"] {
        overflow: hidden;
        margin-bottom: 20px;
    }

    #sign-in [role="tab"] {
        float: left;
    }

    #sign-in #tab-2 {
        float: right;
    }

    #sign-in [role="tab"][aria-selected="true"] {
        border-bottom: 4px solid #0EA3D1;
        color: #0EA3D1;
    }

    #sign-in [role="tab"][aria-selected="false"] {
        border-bottom: 4px solid #fff;
    }

    #sign-in [role="tab"] span.focus {
        display: inline-block;
    }

    #sign-in [role="tabpanel"].is-hidden {
        display: none;
    }

    #sign-in [role="tab"]:focus,
    #sign-in [role="tab"]:hover {
        border-bottom: 4px solid #0EA3D1;
        color: #0EA3D1;
    }

    #sign-in.forgot-password h2 {
        color: #1F3760;
        border: 0;
    }

    #sign-in.reset-password h2 {
        color: #0EA3D1;
        border: 0;
    }

    #sign-in.reset-password p {
        font-family: Nexa-Regular;
    }

    #sign-in.reset-password .note {
        margin-top: 10px;
    }

    #sign-in.reset-password .force {
        margin-top: 10px;
    }

    #sign-in.error-page h2 {
        border: 0;
        color: #cf2b2f;
        margin: 0;
    }

.wait {
    display: none;
}

.waitingicon {
    width: 20px;
    margin-top: 7px;
}


.read-only-form input,
.read-only-form textarea,
.read-only-form select,
.read-only-form label  {
    pointer-events: none;
    background: #f0f2f5 !important;
    color: #888 !important;
    border-color: #dde2ea !important;
}

.read-only-form .always-enabled {
    pointer-events: auto !important;
    background: initial !important;
    color: initial !important;

}