canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*input {*/
/*    padding: 10px;*/
/*    margin: 5px;*/
/*}*/

.summary_title {
    color: blue;
}

#summary_country .radio-inline {
    margin: 5px;
}

#summary_country, #div_view_in {
    margin-left: 20px;
    margin-right: 20px;
}

#summary_country {
    margin-top: -15px;
}

#content {
    width: 98%;
    margin: 0 auto;
}

canvas {
    margin: 5px;
}

.select-info {
    padding-top: 20px;
    border-right: 2px solid silver;
}

.date-textbox {
    margin: 0;
}

.message-wrapper {
    margin-top: 20px;
    font-size: 16px;
}

.message-wrapper .message {
    margin-bottom: 10px;
}

.highlight {
    color: red;
    font-size: 16px;
}

canvas[id^="charge-report"] {
    margin-bottom: 50px;
}

.charge-report-title, .msg-item-title {
    font-size: 20px;
    color: red;
}

.msg-item-title {
    padding-bottom: 10px;
}

.loading {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    text-align: center;
    padding: 100px;
    position: fixed;
    z-index: 10;
    color: #bd5858;
    font-size: 18px;
}

.message-wrapper [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f7f7f9;
    /*background-color: rgba(86, 61, 124, .15);*/
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
    min-height: 260px;
}

.msg-item {
    border: 1px solid blue !important;
}

#btn-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #f47441; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#btn-top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.panel-body {
    padding: 5px;
}

.grid {
    margin: 5px;
    padding: 10px;
    background-color: #f7f7f9;
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
    border-radius: 5px;
    /*margin-bottom: 15px;*/
    float: left;
    /*box-shadow: 0 1px 1px rgba(34,25,25,0.4);*/
    /*-moz-box-shadow: 0 1px 1px rgba(34,25,25,0.4);*/
    /*-webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.4);*/

    -webkit-transition: top 0.5s ease, left 0.5s ease;
    -moz-transition: top 0.5s ease, left 0.5s ease;
    -o-transition: top 0.5s ease, left 0.5s ease;
    -ms-transition: top 0.5s ease, left 0.5s ease;
}

#message-container, #msg-skyads > .panel-body {
    position: relative;
    margin: 0 auto;
}

/* COMMON RADIO AND CHECKBOX STYLES  */

/*input[type=radio] {*/
/*    !*hide original inputs *!*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*}*/

/*input[type=radio] + label {*/
/*    cursor: pointer;*/
/*}*/

/*input[type=radio] + label:before {*/
/*    height: 16px;*/
/*    margin-right: 4px;*/
/*    content: " ";*/
/*    display: inline-block;*/
/*    vertical-align: baseline;*/
/*    transition: 0.3s;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 10px;*/
/*    box-shadow: inset 0 -3px 6px #e4e4e4;*/
/*    transition: 0.3s;*/
/*}*/

/* CUSTOM RADIO AND CHECKBOX STYLES */
/* DEFAULT */
/*input[type=radio] + label:before {*/
/*    border-radius: 50%;*/
/*    width: 16px;*/
/*}*/

/* CHECKED */
/*input[type=radio]:checked + label:before {*/
/*    box-shadow: inset 0 -1px 3px #e4e4e4, inset 0 0 1px #222, inset 0 0 0 3px silver;*/
/*    background: #000;*/
/*}*/

/*.big, .big + label {*/
/*    vertical-align: middle;*/
/*}*/

@media only screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .msg-item {
        margin-bottom: 15px;
        min-height: 150px;
    }

    /*.select-info {*/
    /*    border-right: none;*/
    /*}*/
    /*!* radio button*!*/
    /*.big {*/
    /*    width: 2.5em;*/
    /*    height: 1.5em;*/
    /*}*/
    /*.big + label {*/
    /*    font-size: 20px;*/
    /*}*/
    /* end radio button*/
}

#export_msg .highlight, #total_subs_before_filter_div .highlight {
    font-size: 20px;
}

#export_msg, #total_subs_before_filter_div {
    border: 1px solid silver;
    padding: 10px;
    font-size: 20px;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .msg-item {
        margin-left: 15px;
        width: 47%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .msg-item {
        padding: 10px;
        min-height: 47px;
        margin-bottom: 15px;
        margin-left: 15px;
        border: 1px solid blue !important;
        width: calc(33.33% - 15px);
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .message-wrapper [class*="col-"] {
        min-height: auto;
        padding-bottom: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

.btn-lg {
    padding: 8px 8px;
}