@media print{@page {size: landscape}}
@media print
{
    .navbar
    {
        display: none !important;
    }
    img,a{
        display: none !important;
    }
    body{
        font-family: "Verdana";
        font-size: 14px;
    }
    .noprint{
        display: none;
    }
    .panel-heading{
        font-size: 20px;
    }


}

@media print {


    /*.table td,*/
    /*.table th {*/
    /*background-color: inherit !important;*/
    /*}*/

    /*.table-stripe {*/
    /*background-color: #dedede !important;*/
    /*}*/

    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: #ddd !important;
    }

}


.jumbotron h1 {
    font-size: 43px;
}

@media (max-width: 1030px) {
    .col-md-3 {
        margin-top: 30px;
    }

    .jumbotron h1 {
        font-size: 43px;
    }
}

@media (max-width: 768px) {
    .jumbotron h1, {
        font-size: 43px;
    }
}

@media (min-width: 1500px) {
    .jumbotron p, .jumbotron h1 {
        text-align: center;
    }
}

body {
    height: auto;
    font: verdana 10px;
    padding-top: 70px;
}

#dataTables-manager th {
    white-space: nowrap;
}

#userpaperselect-md span {
    width: 100% !important;
}

#userpaperselect-md span.select2-selection__arrow {
    width: 20px !important;
}

.jumbotron {
    margin-bottom: 0px;
}

.footer {
    margin-top: 100px;
}

.form-signin {
    max-width: 630px;
    padding: 15px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.noheightauto{
    height: inherit;	
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dataTables_paginate, .dataTables_filter {
    float: right;
}

.huge {
    font-size: 40px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment {
    padding-left: 5%;
    padding-right: 5%;
}

.blog-comment ul {
    list-style-type: none;
    padding: 0;
}

.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 35px;
    height: 35px;
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

textarea {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.inpt {
    margin: 10px 20px;
}

.newclass {
    display: block;
    margin: 0 auto;
    width: auto;
}

.checkbox {
    margin-left: 40px;
}

/* .container {margin-left: 0;} */

.icon {
    display: block;
    width: 70px;
    margin: auto;
}

.info-text {
    display: block;
    text-align: center;
}

.alert {
    width: 100%;
    margin-left: 20px;
}

.fullwidth {
    width: 100%;
}

table i:hover {
    color: red;
}

.modal-dialog {
    width: 750px;
}

.tab-pane {
    padding: 20px;
}

.doughnut-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.doughnut-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;

}

.doughnut-legend li {
    margin-bottom: 4px;
}

.doughnut-legend li:first-letter {
    text-transform: capitalize;
}

.comm-how {
    display: inline-block;
    float: left;
    color: #979797;
    width: 25px;
    text-align: right;
    margin-right: 10px;
}

/* left side */
.left-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.left-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;

}

.left-legend li {
    margin-bottom: 4px;
    text-align: right;
}

.left-legend li:first-letter {
    text-transform: capitalize;
}

.left-how {
    color: #979797;
    width: 25px;
}

.btn-group, .multiselect {
    width: 100%;
}

.header {
    margin-top: 30px;
}

.header img {
    margin-top: 10px;
}

.modal-body {
    /*	margin-top: -30px; */
}

.myclass1 form {
    margin: 10px 5px;
    float: left;
}

.centered {
    margin-left: 20%;
    width: 60%;
}

.info-text p {
    font-size: 13px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

.scroll {
    max-height: 300px;
    overflow-y: auto;
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@-webkit-keyframes blink  {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

@keyframes blink  {
    100% {
        color: rgba(34, 34, 34, 0);
    }
}

.checkbox-margin {margin-left: 5px !important;}
.pull-left{margin-top: 10px;}

.paper-select2{width: 270px !important;}



.row th {
    font-size: 10px;
}





.select2-container {width: 100% !important;}


.modal-pp-params {
    margin-top: 7px;
    margin-bottom: 13px;
    border-bottom: 0px solid;
    padding-bottom: 18px;
}

.js_title_pp_params_block > b {
    display: block;
}