
/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
#gr_custom_plugin_form_wrap {
    font-size: 18px;
}

.successCheck { font-size: 350px !important;}

.feedbackItemLink {
    text-decoration: none;
}

.feedbackItem {
    display: block;
    clear: both;
    padding: 16px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border: solid 1px;
    margin-top: 20px;
    border-radius: 10px;    
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.gr-countBox {
    background-color: #f6f7f7;
    float: left;
    padding: 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    margin-right: 10px;
}

.gr-countBox:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}
.gr-countBox.active {
    background-color: #EDF6FF !important;
    color: #000000;
}
.gr-unread {
    background-color: #EDF6FF !important;
}
.gr-unread td {
    color: #000000;
}
.gr-unread th.check-column {
    border-left: solid 3px #2271b1;
}
.gr-option-img-layer {
    clear: both;
    margin-top: 10px;
}
.gr-option-img-layer img {
    max-width: 300px;
}
.gr-countBox span{
    font-weight: bold;
}
.helpCSS li{
    margin-left: 50px;
}
.helpCSS li{
    list-style: disc;
}

#gr_css_txt, #gr_js_txt {
    width: 100%;
    height: 300px;;
}

div#GR_MainDiv {
    display: block;
}
div#GR_FeedbackForm, div#GR_SocialMediaLayer{
    display: none;
}

div#GR_FeedbackForm p.gr-form-item {
    margin-top: 25px;;    
}

div#GR_FeedbackForm p.gr-form-item label {
    display: block;
    width: 100%;
}

div#GR_FeedbackForm p.gr-form-item input, div#GR_FeedbackForm p.gr-form-item textarea {    
    width: 100%;
}

div#GR_FeedbackForm p.gr-form-item textarea {    
    height: 200px;
}
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {
    
}
/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    
}
/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {
    
}
/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {

}
/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {
    
}
/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {
    
}
/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {
    
}
/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {
    
}