﻿@font-face {
    font-family: "Public Sans";
    src: url('Javascript/PublicSans-Regular.ttf') format('truetype'), url('Javascript/PublicSans-Italic.ttf') format('truetype'), url('Javascript/PublicSans-Medium.ttf') format('truetype'), url('Javascript/PublicSans-Light.ttf') format('truetype'), url('Javascript/PublicSans-Bold.ttf') format('truetype');
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

.Public-Sans-font {
    font-family: "Public Sans", sans-serif;
}


/* Main TopNav Bar*/

/* Force the sizes for proper proportions */
.MainNavIcons {
    height: 24px;
    width: 24px;
    padding: 0 4px;
}

#ctl00_MainPanel {
    padding-top: 5px;
}

.MainNavText {
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    position: relative;
    bottom: 5px;
    padding-right: 3px;
    font-weight:300;
    font-kerning:auto;   
}

/* inlines the Main Nav Items */
#ctl00_MainNav > tbody {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    /* For old IE versions */
    #ctl00_MainNav > tbody > tr {
        display: inline-block;
    }

body {
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    font-kerning:auto;
    font-weight: 400;
}

.hiddencol {
    display: none;
}

.viscol {
    display: block;
}

a:link, a:active, a:visited {
    color: #404040;
}

.nounderline {
    text-decoration: none;
}

.greybutton {
    font-size: 16px;
    border: 2px solid #646464;
    text-decoration: none;
    display: inline-block;
    background-color: #646464;
    text-align: center;
    color: white;
    padding: 15px 32px;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Public Sans", sans-serif;
    cursor: pointer;
    transition-duration: 0.2s;
}

    .greybutton:hover {
        border: 2px solid white;
    }

.greybutton2 {
    font-size: 12px;
    border: none;
    text-decoration: none;
    display: inline-block;
    background-color: #646464;
    text-align: center;
    color: White;
    padding: 5px 12px;
    border-radius: 10px;
    font-weight: normal;
    font-family: "Public Sans", sans-serif;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .greybutton2:hover {
        background-color: #393939;
        border-radius: 4px;
    }

.textbox1 {
    margin: 1em 5px;
    padding: 2px;
    border: 2px solid #555;
    background-color: #f2f2f2;
    color: #555;
    border-radius: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.testbutton {
    font-family: "Public Sans", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 1px 1px 0px #AAAAAA;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 10px 20px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 2px ridge #3866A3;
    background: #23B1A5;
}

    .testbutton:hover {
        color: #FFFFFF;
        background: #468CCF;
    }



#topbar {
    background-color: #002E5D;
    color: white;
    font-size: 12px;
    border: 0px;
    padding: 3px 45px 3px 45px !important;
    border-radius: 12px;
    
    position: fixed;
    top: 0;
    border-collapse: initial;
    z-index: 1;
}

    #topbar a:link, #topbar a:visited, #topbar a:active, #topbar img {
        color: aliceblue;
        text-decoration: none;
        letter-spacing: 0.01em;
    }

    #topbar a:hover {
        color: whitesmoke;
        text-decoration: none;
        
    }

        #topbar a:hover img {
            -webkit-animation-name: wobble-to-top-right;
            animation-name: wobble-to-top-right;
            -webkit-animation-duration: 750ms;
            animation-duration: 750ms;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
        }

@-webkit-keyframes wobble-to-top-right {


    49.95% {
        -ms-transform: translate(3px, -3px);
        -webkit-transform: translate(3px, -3px);
        transform: translate(3px, -3px);
    }

    66.6% {
        -ms-transform: translate(-2px, 2px);
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes wobble-to-top-right {


    49.95% {
        -ms-transform: translate(4px, -4px);
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -ms-transform: translate(-2px, 2px);
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -ms-transform: translate(1px, -1px);
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#main {
    border: none;
    padding: 3px;
    background-color: #ffffff;
}

#main2 {
    background-color: #ffffff;
    padding: 10px;
    border: none;
    margin-top: 59px;
}

#caseloadbox {
    padding: 22px 20px 20px 40px;
    margin-left: 20px;
    background-color: #FFF5C3;
    font-family: "Public Sans", sans-serif;
    float: right;
    color: #505050;
    min-width: 300px;
    width: auto;
    line-height: 17px;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #c3baaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 50px;
    border-color: rgba(195, 186, 170, 0.9);
    -moz-border-radius-bottomright: 50px;
    box-shadow: 10px 10px 5px #888888 overflow: hidden;
}

#securitytipbox {
    background-color: #FFFFE0;
    padding: 4px;
    border: 1px solid #c3baaa;
    width: 80%;
}

#announcementsbox {
    padding: 5px;
}

.StudentFormBox {
    padding: 10px;
    background-color: #FFF0A0;
    border: 1px solid silver;
    width: 100%;
}

    .StudentFormBox h5 {
        margin: 0px;
        color: #004A7F;
    }

.TextBoxWatermark {
    color: black;
}

.invertedCheckbox {
    font-weight: bold;
}

.normalCheckbox {
    background-color: Yellow;
}

.calendarDayBox {
    height: 98px;
    padding: 4px;
    overflow: auto;
    vertical-align: top;
}

.greywhitebar {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 150%;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.CalendarDayLink {
    text-decoration: none;
}

.siteClosed {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FF9591;
    border: 1px solid silver;
    width: 90%;
    text-align: center;
}

.siteClosed2 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFEFEF;
    border: 1px solid silver;
    width: 50%;
    text-align: center;
}

.noUnderline {
    text-decoration: none;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.IEPForm {
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    width: 800px;
}

.IEPSectionHeader {
    width: 100%;
    font-weight: bold;
    background-color: #CCCCCC;
    border: 1px solid #A5A5A5;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.IEPHelpPopup {
    border: 1px solid black;
    background-color: #FFFFFF;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    padding: 4px;
    width: 50%;
}

.modalPopup {
    background-color: #F8F8F8;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.containerRow {
    display: inline-block;
    width: 100%;
    min-height: 200px;
    margin-bottom: 5px;
    padding-top: 3px;
    overflow-x: auto;
}

.containerRowCriteria {
    display: block;
    width: 90%;
    height: 80px;
    margin-bottom: 5px;
    padding-top: 3px;
    margin: auto;
}

.containerRowSettings {
    display: block;
    width: 90%;
    height: 80px;
    margin-bottom: 5px;
    padding-top: 3px;
    margin: auto;
}

.containerRowGridView {
    display: block;
    width: 95%;
    min-height: 0px;
    margin-bottom: 5px;
    padding-top: 3px;
    text-align: center;
}

.logTypeSelections {
    float: left;
    display: inline-block;
    width: 150px;
    min-height: 110px;
    font-size: smaller;
    margin: 0 auto;
}

    .logTypeSelections .label {
        display: inline;
    }

.selectionRow {
    display: block;
    width: 100%;
    height: 20px;
}

.logTypeSelectionInput {
    display: inline;
    width: 30px;
}

.checkboxLabel {
    display: inline;
    font-size: 100%;
}

.rightCol {
    display: inline-block;
    float: left;
    width: 70%;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 auto;
}

.critRow {
    display: block;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    clear: both;
}

.labelFieldContainer {
    display: inline-block;
    float: left;
    width: 150px;
    height: 40px;
    margin-right: 10px;
    font-weight: bold;
}

.labelFieldContainerNarrow {
    display: inline-block;
    float: left;
    width: 75px;
    height: 40px;
    margin-right: 10px;
    font-weight: bold;
}

.fieldLabel {
    font-size: 100%;
    font-weight: normal;
    padding-left: 3px;
}

.selectionsHeader {
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 3px;
}

.critHeader {
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}

.gridViewHeader {
    width: 100%;
    font-weight: bold;
    height: 20px;
}

.settingsContainer {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 26px;
}

.settingsContainerFirst {
    display: inline-block;
    float: left;
    margin-left: 150px;
    margin-right: 10px;
}

.settingsLabel {
    display: inline;
    float: left;
    margin-right: 10px;
}

.clearRow {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}

#outerGridContainer {
    min-height: 100px;
    border: 1px solid black;
}


.performanceCriteriaRow {
    display: block;
    width: 900px;
    clear: both;
    height: 50px;
    margin-top: 10px;
    padding: 3px;
}

.performanceCriteriaCol {
    display: inline-block;
    width: 150px;
    height: 50px;
    margin-right: 3px;
    clear: both;
}

.performanceCriteriaColSpacer {
    display: inline-block;
    width: 5px;
    height: 50px;
}

.pivotGridContainerDiv {
    display: block;
    width: 800px;
    clear: both;
    height: 600px
}

.selectionLabel {
    width: 100%;
    font-weight: bold
}


.listStyle {
    margin: 0 auto 0 auto;
    padding: .5em 0;
}

.boxEffect {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 15px;
    overflow: visible;
    min-height: 350px;
    background-color: #efefef;
    
}

.boxTittle {
    text-align: left;
    padding: 5px 5px 10px 20px;
    color: #fff;
    font-size: large;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border: 2px solid;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.counterList {
    font-size: 1.25em;
    font-weight: normal;
    margin: auto;
    transition: all 0.4s;
    padding: .5em .5em .5em;
    position: relative;
    border: solid 1px transparent;
    text-align: left;
    background-color: transparent;
    border-radius: 9px;
    color: #505050;
}

    .counterList:hover {
        box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.3);
        border: solid 1px rgb(80,80,80);
        background-color: transparent;
        font-weight: normal;
        color: #505050 !important;
    }


    .counterList span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -20px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
        opacity: 0;
        animation: fadeIn 3.7s;
        animation-fill-mode: forwards;
        transition: opacity 5s;
    }


    .counterList:hover span { /*the span will display just on :hover state*/
        display: inline;
        position: absolute;
        top: 54px;
        left: 88px;
        width: 15em;
        border: 2px solid;
        opacity: 1;
        background-color: #FFF;
        color: #969696 !important;
        font-size: 11px;
        font-weight: 700;
        padding: 9px;
        -moz-border-radius-bottomright: 50px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        box-shadow: 7px 7px 5px rgba(0,0,0,0.3);
        z-index: 999;
        text-align: center
    }



.dropdownStyle {
    width: 310px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 286px;
}

.overflow1 {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 65px;
    word-break: break-all;
    word-wrap: break-word;
}

    .overflow1:hover {
        max-width: 250px;
        white-space: normal;
    }

.graphsDisplay {
    border: 1px solid #7F8C8D;
    border-radius: 10px;
    background-color: #ECF0F1;
    margin: 25px 0px 25px;
    padding: 20px 10px 10px 10px;
}

.weatherBox {
    left: 4px;
    bottom: 0.5%;
    padding: 0.6%;
    position: fixed;
    color: white;
    font-size: 13px;
    text-align: center;
    background-color: #646464;
    z-index: 3;
    border-radius: 10px;
    min-width: 4.2%;
}

/*.RingbellPosition {
    right: 5px;
    top: 0.5%;
    padding: 0.6%;
    position: fixed;
    color: white;
    text-align: center;
    background-color: transparent;
    z-index: 3;
    min-width: 4.2%;
}*/
.RingbellPosition {
    position: absolute;
    right: 27px;
    top: 7px;
    z-index: 1;
    background: #ffffff;
    border: none;
    border-radius: 30%;
    vertical-align: central;
    height: auto;
    width: auto;
    font-family: "Public Sans", sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 10px;
    color: transparent;
    padding: 2px 1px 2px 0px;
}

.imageEffect {
}

    .imageEffect:hover {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

/* Greenbush coop efficiencies */
.btn-orange {
    margin-left: 400px;
    display: inline-block;
    width: 220px;
    color: white;
    text-align: center;
    font-kerning: auto;
    background-color: #fd852d;
    border: 1px solid #d25900;
    border-radius: 8px;
    overflow-wrap: break-word;
}

/* Coop GB toggle switch */

#Cooptext {
    font-size: 13px;
    display: inline-block;
    width: 220px;
    margin-left: 60px;
}
/* The switch - the box around the slider */
.switch {
    margin-left: 350px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fd852d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #fd852d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* End of Coop Button */

.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: rgb(0,0,0);
    z-index: 99;
}

.responsive-menu {
    display: none;
}

.expand {
    display: block !important;
}

.backButtons {
    border: none;
    background-color: #126e76;
    margin: 1px 5px 0px 10px;
    color: ghostwhite !important;
    padding: 8px 10px 8px 10px;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: bolder;
    font-size: 11px;
}

.backButtonsPosition {
    position: fixed;
    top: 7.5%;
    left: 0;
    z-index: 3;
    margin-top: 5px;
}

.backButtons:hover {
    background-color: #f0901f;
    border-radius: 10px;
    transition-duration: 0.4s;
}


@media only screen and (max-height:768px) {
    .backButtonsPosition {
        top: 11%;
        margin-top: 15px;
    }
}

.VideoDistribution {
    margin: 5px 10px 5px 10px;
    text-align: center;
    float: left;
    vertical-align: middle;
    border: 3px solid #F0901F;
    border-radius: 3px;
    transition: .3s;
}

    .VideoDistribution:hover {
        transform: scale(1.15);
        border: 3px solid #23b1a5;
    }



.TextBlock {
    display: table-cell;
    width: 32%;
    background-color: #efefef;
    border: 10px solid #FFFFFF;
    border-radius: 25px;
    padding: 5px
}

.VideosBigBox {
    display: table-cell;
    width: 42%;
    background-color: #efefef;
    vertical-align: middle;
    margin: auto;
    border: 10px solid #FFFFFF;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    justify-content: center;
}

.TextParagraph {
    width: 60%;
    text-align: justify;
    float: unset;
    font-size: 14px;
    margin: 0 auto
}

.TextBoxEffect {
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 5px 12px;
    background-color: #f1f2f2;
    font-weight: 500;
}

/* Student Loader Container */
.LoaderSection {
    width: 100%;
    text-align: center;
}

.LoaderTable {
    width: 100%;
}

#fuBulkUpload {
    width: 40%;
}


/* Manage Students Page */
.SearchContainer {
    padding: 20px;
}

/* Button With Effects */
.ButtonClicker {
    text-align: center;
    font-size: 12px;
    font-kerning: auto;
    text-rendering: optimizeLegibility;
    margin: 10px auto;
    padding: 8px 8px 20px 8px;
    display: block;
    height: 26px;
    width: 80px;
    cursor: pointer;
    color: #F0F0F0;
    border-radius: 4px;
    border-bottom: 4px solid #ABABAB;
    box-shadow: 4px 4px 4px #999;
    /* Backgrounds */
    background: #575757; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#575757, #ABABAB);
    background: -o-linear-gradient(#575757, #ABABAB);
    background: -moz-linear-gradient(#575757, #ABABAB);
    background: linear-gradient(#575757, #ABABAB);
    background-size: 1px 200px;
    /* Transitions */
    -webkit-transition: background 0.05s linear;
    -moz-transition: background 0.05s linear;
    -o-transition: background 0.05s linear;
    transition: background 0.05s linear;
    transition: all .05s linear;
}

    .ButtonClicker:hover {
        background-position: 100px;
    }

    .ButtonClicker:active {
        box-shadow: 2px 2px 2px #777;
        border-bottom: 1px solid #ABABAB;
        transform: translateY(3px);
    }

/* Download Template */
#hlDownloadTemplate {
    display: block;
    padding: 20px;
}

/* a Spacer for (MedicaidBeneficiaryID) Review Remittenance */
.spacer {
    width: 200px;
}

/*any overflow text will be scolled and changed the color of the scrollbar*/
.ScrollBar {
    overflow-x: auto;
    overflow-y: auto;
    /*IE Browsers*/
    scrollbar-face-color: #198A8E;
    scrollbar-shadow-color: Gray;
    scrollbar-darkshadow-color: rgba(255, 255, 255, 0.1);
    scrollbar-track-color: #e5e5e5;
    scrollbar-arrow-color: #198A8E;
    z-index: -10;
    /*Edge Browsers*/
    -ms-overflow-style: scrollbar
}
    /*Chrome|Webkit Browsers*/
    .ScrollBar::-webkit-scrollbar {
        width: 9px;
    }

    .ScrollBar::-webkit-scrollbar-track {
        background: #e5e5e5;
        box-shadow: inset 0 0 5px grey;
    }

    .ScrollBar::-webkit-scrollbar-thumb {
        background: #198A8E;
        border-radius: 5px;
    }

#todaysIcon {
    position: relative;
    top: 5px;
}

.glyphicon-rise {
    -webkit-animation: rise 10000ms infinite linear;
    animation: rise 10000ms infinite linear;
}

.glyphicon-rock {
    -webkit-animation: rock 2500ms infinite linear;
    animation: rock 2500ms infinite linear;
}

.TransportWatermark {
    background-image: url("./images/TransportationReport.svg");
}

@-webkit-keyframes rock {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes rock {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    25% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

/* glyphicon slide */

.glyphicon-slide {
    -webkit-animation: slide 10000ms infinite linear;
    animation: slide 10000ms infinite linear;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    25% {
        -webkit-transform: translate(10px);
        transform: translate(10px);
    }

    50% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    75% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }

    100% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    25% {
        -webkit-transform: translate(10px);
        transform: translate(10px);
    }

    50% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }

    75% {
        -webkit-transform: translate(-10px);
        transform: translate(-10px);
    }

    100% {
        -webkit-transform: translate(0px);
        transform: translate(0px);
    }
}

.dxpc-contentWrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-word;
}

input[type=checkbox] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5) /* Opera */
}
.dropdownFont {
    font-family:"Public Sans";
}
option {
    font-family: "Public Sans";
}
title {
    font-family: "Public Sans";
    display:inline;
}
select {
    font-family: "Public Sans";
}