@media (orientation: landscape) and (max-width: 900px),
(orientation: portrait) and (max-width: 700px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
}

@media (orientation: landscape) and (min-width: 901px),
(orientation: portrait) and (min-width: 701px) {
    .mobile {
        display: none !important;
    }
    .desktop {
        display: block !important;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

.text-justify {
    text-align: justify;
}

a, a:hover {
    text-decoration: none !important;
    color: #00A5A5;
}

.text-black {
    color: #212121 !important;
}

.text-gray {
    color: #B5B5C3 !important;
}

.text-gray-light {
    color: #E4E4E4 !important;
}

.text-green {
    color: #00A5A5 !important;
}

.logo-image {
    width: 257px;
    height: auto;
}

.ms-n5 {
    margin-left: -40px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.icon-button {
    height: 63px !important;
    width: 63px !important;
    border: .5px solid #00A5A5;
    text-align: center;
    display: block;
}

.icon-button::before {
    content: '';
    display: inline-block;
    height: 100%; 
    vertical-align: middle;
    margin-right: -0.25em;
}

::-webkit-input-placeholder {
    font-size: 25px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 25px;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 25px;
}

/* Overriding styles */

::-webkit-input-placeholder {
font-size: 13px!important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 13px!important;
}

.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
/** Page Search
    *************************************************** **/
.search-result {
    padding:20px 0;
    border-bottom:#eee 1px solid;
}
.search-result h4 {
    margin:0;
    line-height:20px;
}
.search-result p {
    font-size:12px;
    margin:0; padding:0;
}
.search-result img {
    float:left; 
    margin-right:10px;
    margin-top:6px;
}



/**    17. Panel
    *************************************************** **/
/* pannel */
.panel {
    position:relative;

    background:transparent;

    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;

    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}
.panel.fullscreen .accordion .panel-body,
.panel.fullscreen .panel-group .panel-body {
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
}
    
.panel.fullscreen .panel-footer {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}


.panel>.panel-heading {
    text-transform: uppercase;

    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;
}
.panel>.panel-heading small {
    text-transform:none;
}
.panel>.panel-heading strong {
    font-family:Arial,Helvetica,Sans-Serif;
}
.panel>.panel-heading .buttons {
    display:inline-block;
    margin-top:-3px;
    margin-right:-8px;
}
.panel-default>.panel-heading {
    padding: 15px 15px;
    background:#fff;
}
.panel-default>.panel-heading small {
    color:#9E9E9E;
    font-size:12px;
    font-weight:300;
}
.panel-clean {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;

    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;
}
.panel-clean>.panel-heading {
    padding: 11px 15px;
    background:#fff !important;
    color:#000;	
    border-bottom: #eee 1px solid;
}
.panel>.panel-heading .btn {
    margin-bottom: 0 !important;
}

.panel>.panel-heading .progress {
    background-color:#ddd;
}

.panel>.panel-heading .pagination {
    margin:-5px;
}

.panel-default {
    border:0;
}

.panel-light {
    border:rgba(0,0,0,0.1) 1px solid;
}
.panel-light>.panel-heading {
    padding: 11px 15px;
    background:transaprent;
    border-bottom:rgba(0,0,0,0.1) 1px solid;
}

.panel-heading a.opt>.fa {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-right: 2px;
    padding: 5px;
    position: relative;
    text-align: right;
    top: -1px;
}

.panel-heading>label>.form-control {
    display:inline-block;
    margin-top:-8px;
    margin-right:0;
    height:30px;
    padding:0 15px;
}
.panel-heading ul.options>li>a {
    color:#999;
}
.panel-heading ul.options>li>a:hover {
    color:#333;
}
.panel-title a {
    text-decoration:none;
    display:block;
    color:#333;
}

.panel-body {
    background-color:#fff;
    padding: 15px;

    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;
}
.panel-body.panel-row {
    padding:8px;
}

.panel-footer {
    font-size:12px;
    border-top:rgba(0,0,0,0.02) 1px solid;
    background-color:rgba(0255,255,255,1);

    -webkit-border-radius: 0;
        -moz-border-radius: 0;
            border-radius: 0;
}

.text-default {
    color:#c6c6c6 !important;
}
.text-danger {
    color:#b92c28 !important;
}
.text-warning {
    color:#e38d13 !important;
}
.text-info {
    color:#28a4c9 !important;
}
.text-primary {
    color:#245580 !important;
}
.text-success {
    color:#02B700 !important;
}

.lang-item {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #ECECEC;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    color: #6F7176;
    margin-right: 5px;
}
.lang-item.active {
    background: #00A5A5;
    color: #FFF;
}

.list-search {
    position: absolute;
    top: 40px;
    left: 2.5%;
    background-color: #FFF;
    max-height: 300px;
    z-index: 99;
    overflow: auto;
    list-style-type: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
}

.item-search {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.item-search:hover {
    background-color: #f7f7f7;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
    @page { size: auto;  margin: 7mm; }
}