﻿/* Form Elements */

/* 
    Add: #5CA765 
    Remove: #D88877
    Edit: #F9E474

*/


@font-face {
    font-family: openSans;
    src: url(../Fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: walk;
    src: url(../Fonts/Walkway_Black.ttf);
}

@font-face {
    font-family: walkBold;
    src: url(../Fonts/Walkway_Bold.ttf);
}

@font-face {
    font-family: rale;
    src: url(../Fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: raleBold;
    src: url(../Fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: jockOne;
    src: url("/fonts/JockeyOne-Regular.otf");
}


.dxMonthGridWithWeekNumbers {
    background-color: transparent;
}


.font-rale {
	font-family: rale;
}

.font-raleBold {
	font-family: raleBold;
}

.font-walkWay {
   font-family: walk
}

.font-walkWayBold {
   font-family: walkBold
}

.cleanFormValidation {
    border-bottom: 1px solid #0D72B9 !important;
}

.cleanFormText {
    font-family: openSans;
    font-size: 13.5px;
    color: #7F7F7F;
    font-weight: 500;
}

.cleanFormTextMajor {
    font-size: 19px;
    color: #888888;
    font-weight: 500;
}


.cleanFormTextMinor {
    font-size: 13px;
    color: #7B7B7B;
}


.cleanFormDisplayBox {
     background-color: #FCFCFC;
     border: 1px solid #DDDDDD;
     color: #919191;
     padding-top: 15px;        
}

.cleanFormLabel {
    font-size: 13.5px;   
    color: #0D72B9;
    font-family: rale;
    line-height: 15px;  
}

.dxeEditArea {
    background-color: transparent !important;
    color: #383333 !important;
}

.cleanFormTextbox {

}


.cleanFormTextArea {
    resize: none;
    box-sizing: border-box;
    padding-top: 15px !important;
    text-align: justify;   
}


.cleanFormTextArea:focus {
    box-shadow: 0 0 3px #697EC4;
}


.cleanFormDropdown {
   width: 315px;
   height: 40px;
   color: black;

}


.cleanFormMultilineTextbox {
    width: 320px;
    height: 120px;
    padding-top: 10px !important;
}

.cleanFormLabelTextbox {
    margin-top: 3px;
    border: 1px solid black;
    padding: 2px;
    padding-left: 10px;  
    width: 300px;
    height: 25px; 

}

    .cleanFormLabelTextbox:focus {
        outline: none;
    }

.cleanFormInput {
    margin-top: 3px;
    border: none;
    border-bottom: 1px solid darkgray;
    border-radius: 0px;
    padding: 2px;
    padding-left: 10px;  
    font-size: 18px;
    font-family: rale;  
    color: #383333; 
    background-color: transparent;
}

.formLabel {
    float: left;
    clear: left;
}

   .cleanFormInput:focus {
       outline: none;
       border-bottom: 1px solid #66AFE9;
   }

    .cleanFormInput:focus + .formLabel {
        color: #66AFE9;
    }

.cleanFormButton {
    margin-top: 10px;
    font-size: 13.5px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    width: 320px;
    height: 35px;
}

    .cleanFormButton:hover {
        cursor: pointer;
    }

.cleanFormIconButton {
    margin-top: 0px;
    font-size: 13.5px;
    font-weight: 600;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: transparent;
    min-width: 60px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center !important;
    height: 35px;
}


.cleanFormIconButtonRestore:hover {
    color: #E39ABE;
    border: 1px solid #E39ABE;
}

.cleanFormIconButtonSelect:hover {
    color: #0D72B9;
    border: 1px solid #0D72B9;
}

.cleanFormIconButtonAdd:hover {
    color: #5CA765;
    border: 1px solid #5CA765;
}

.cleanFormIconButtonRemove:hover {
    color: #D88877;
    border: 1px solid #D88877;
}

.cleanFormIconButtonEdit:hover {
    color: #F9E474;
    border: 1px solid #F9E474;
}

.cleanFormSubmitButton {
   background-color: #0D72B9;
    color: white;
}

    .cleanFormSubmitButton:hover {
      box-shadow: 0 0px 5px gray;   
    }

.cleanFormCancelButton {
    border: 1px solid white;
    background-color: white;
    font-weight: 600;
    color: #0072C6;
    box-shadow: 0px 0px 3px #333A3E;
    border-radius: 0px;
}

    .cleanFormCancelButton:hover {
         box-shadow: 0 0px 5px gray; 
    }

.cleanFormToggleButton {
    background-color: #F0AD4E;
    color: white;
}

    .cleanFormToggleButton:hover {
        background-color: #EC971F;
    }

.cleanFormDangerButton {
    background-color: #D9534F;
    color: white;
}

    .cleanFormDangerButton:hover {
        background-color: #C9302C;
    }

.cleanFormValidator {
    color: red;
}

.cleanValidatorSpan {
    display: none;
}

.cleanFormTitleLabel {
    color: #354052;
    padding-top: 0px;
    font-size: 21px;
    font-weight: 500;
    font-family: openSans;
}

.cleanFormViewLabel {
    color: black;
    border: none;
    padding: 2px;
    padding-left: 0px;
    font-size: 21px;
    font-family: openSans;
}

.cleanFormViewHeading {
    color: gray;
    border: none;
    padding: 2px;
    padding-left: 0px;
    font-size: 19px;
    font-family: openSans;
}

.cleanFormNoteContainerLeft {
    width: 100%;
    float: left;
}

    .cleanFormNoteContainerLeft .cleanFormNoteBox {
        font-family: openSans;
        border-left: 12px solid #00ff90;
        border-right: 1px solid lightgray;
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
        min-height: 50px;
        width: 100%;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

.cleanFormNoteContainerRight {
    width: 100%;
    float: right;
}

    .cleanFormNoteContainerRight .cleanFormNoteBox {
        font-family: openSans;
        border-right: 12px solid #00ff90;
        border-left: 1px solid lightgray;
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;
        min-height: 50px;
        width: 100%;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }


.cleanFormNoteHead {
    width: 100%;
    text-align: left;
    color: #BDBBBB;
}

.cleanFormNoteFoot {
    margin-top: 0px;
    width: 100%;
    text-align: left;
    color: #BDBBBB;
}

.cleanFormNoteEdit {
    float: right;
    border: none;
    text-align: right;
}

.cleanFormNoteEdit:hover {
    border: none !important;
}

.cleanFormConfirmation {
    font-size: 18px;
    color: black;
    margin-top: 45px;
    margin-bottom: 5px;
    padding: 0;
}

 .cleanFormTogglelessButton {
            width: 120px;
            height: 30px;
            float: left;
            background-color: white;
            color: black;
            border: 1px solid #CCCCCC;
        }

            .cleanFormTogglelessButton:hover {
                background-color: white;
                cursor: default;
            }

        .cleanFormToggleableButton {
            width: 120px;
            height: 30px;
            float: left;
            background-color: white;
            color: black;
            border: 1px solid #CCCCCC;
        }

            .cleanFormToggleableButton:hover {
                background-color: white;
                box-shadow: inset 0 0 5px #000000;
                cursor: pointer;
            }

        .cleanFormToggledGreen {
            box-shadow: inset 0 0 10px #C0F15D;
        }

        .cleanFormToggledRed {
            box-shadow: inset 0 0 10px #FF6363;
        }


        .cleanFormSubLabel {
            color: black;
            font-size: 14px;
        }