﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidKufi-Regular.eot);
    src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Regular.woff) format('woff'), url(fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype');
}



@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Sans'), local('DroidSans'), url(fonts/Droid-Sans-reqular.woff) format('woff');
}

@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(fonts/Droid-Sans-bold.woff) format('woff');
}

@font-face {
    font-family: "Corona";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fonts/Corona-icons.otf);
}

html, body, select, textarea, input, select, option, optgroup, .morris-hover.morris-default-style {
    font-family: 'Droid Arabic Kufi','Droid Sans' !important;
}

.corona-icon {
    font-family: Corona;
   
}


.corona-icon-counter {

    font-size: 65px;
    color: #0b407a;
}


a.navbar-brand {

  text-align: center;
  word-break: break-all;
    font-size:25px;
    font-weight: bold;
    color:#fff;
    display: inline-block;
    width:175px;
    white-space: nowrap;
}
a.navbar-brand:hover {
  
    color:#fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/*Other Fixes*/
textarea {
    min-height: 150px;
}
table th, .table td, .table > thead > tr > th {
    padding: 8px;
}

.table-striped tbody tr:nth-of-type(2n+1), .record:nth-of-type(2n+1), .multi-records-record:nth-of-type(2n+1), .breaking-news:nth-of-type(2n+1), .notification-box:nth-of-type(2n+1) {
    background-color: #fafbfc;
}
.table {
    color: #656565;
}
.text-primary {
    color: #093564 !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #093564 !important;
    color: #fff !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  
    /* Set the fixed height of the footer here */
    height: 60px;
    padding: 15px 0;
    line-height: 25px;
}

/************************************/
.lang-0 input, .lang-0 textarea {
    direction: ltr;
    text-align: left;
}
.lang-1 input, .lang-1 textarea {
    direction: rtl;
    text-align: right;
}

/* Loading  */
/*#region Loading*/
@-webkit-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}
.loading-container {
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09283b;
}


    .loading-container.loading-inactive {
        display: none;
    }

        .loading-container.loading-inactive .loader {
            display: none;
        }

    .loading-container .loader {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-animation: typing 1s linear infinite alternate;
        -moz-animation: Typing 1s linear infinite alternate;
        animation: typing 1s linear infinite alternate;
        margin: 50vh auto;
        /* Not necessary- its only for layouting*/
        position: relative;

    }

a.down, a.up {
    color: #fff !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


/*Form validation*/

.field-validation-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #dc3545;
}





.form-control.input-validation-error {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-control.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
 
.custom-select.input-validation-error {
    border-color: #dc3545;
}

   .custom-select.input-validation-error:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }




 .form-check-input.input-validation-error ~ .form-check-label {
    color: #dc3545;
}



 .custom-control-input.input-validation-error ~ .custom-control-label {
    color: #dc3545;
}

 .custom-control-input.input-validation-error ~ .custom-control-label::before {
        border-color: #dc3545;
    }



 .custom-control-input.input-validation-error:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

 .custom-control-input.input-validation-error:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 .custom-control-input.input-validation-error:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

 .custom-file-input.input-validation-error ~ .custom-file-label {
    border-color: #dc3545;
}



 .custom-file-input.input-validation-error:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}






 .form-control.valid {
    border-color: #28a745;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-control.valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

   



 .custom-select.valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .custom-select.valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

  


 .form-check-input.valid ~ .form-check-label {
    color: #28a745;
}



 .custom-control-input.valid ~ .custom-control-label {
    color: #28a745;
}

   .custom-control-input.valid ~ .custom-control-label::before {
        border-color: #28a745;
    }



 .custom-control-input.valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

 .custom-control-input.valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

 .custom-control-input.valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

 .custom-file-input.valid ~ .custom-file-label {
    border-color: #28a745;
}



 .custom-file-input.valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.validation-summary-errors ul {
    margin:0;
    list-style: none;
    padding:0;

}
    .validation-summary-errors ul li:before {
        content: "\f06a";
        font-family: 'Font Awesome 5 Free';
        display: inline-block;
        font-weight: 900;
        width: 1em;
    }
    
    /*Custom file show name*/
    .custom-file-label {
        overflow: hidden;
    }
/*Override blue color*/

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #09283b;
    background-color: #09283b;
}
.btn-primary, btn-primary.disabled, .btn-primary:disabled {

    background-color: #093564;
    border-color: #093564;
}

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 #000;
        background-color: #093564;
        border-color: #093564;
    }


    .btn-primary:hover {
        background-color: #061720;
        border-color: #09283b;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #09283b;
        border-color: #061720;
    }

.navbar {
    background-color: #09283b;
    background-repeat: repeat-x;
}
a, .btn-link, a.page-link {
    display: inline-block;
    color: #093564;
}
a:hover , .btn-link:hover {
        color: #09283b;
    }
  


.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
}
.navbar-dark a.navbar-brand:focus, .navbar-dark a.navbar-brand:hover {
    color: #fff;
}


.form-control:focus {
      border-color: #093564;
    box-shadow: 0 0 0 .2rem rgba(35,183,229,.25);
}

h1, h2, h3, h4, h5,h6 {
    color: #09283b;
}
label {
    color: #656565;
    font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #09283b;

}

.table thead > tr > th {
    border-bottom: 3px solid #09283b;
}
table.dataTable thead .sorting:after, .page-item.active a.page-link {
    color: #fff;
}

.page-item.active .page-link {
    background-color: #09283b;
    border-color: #09283b;
}

/*Vacancies*/


.breaking-news {
    border: 1px solid #d5dbdd;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.04);
    margin-bottom: 20px;
   
}







    .breaking-news h6 {
        color: #656565;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }
        .breaking-news h6 sub {
            color: #09283b;
        }
    .breaking-news p {
        margin: 0;
        min-height: 45px;
    }

    


 
.btn-apply {
    background: #09283b;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
}

    .btn-apply:hover {
        color: #fff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

@media (max-width: 768px) {

    .vacancy .vacancy-avatar {
        max-width:48px;
    }
}

.load-more-div
{
    display:block;
    width:250px;
    margin:auto;
    margin-top:15px;
}
/*Modal*/
.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

    .modal-message .modal-header .fa,
    .modal-message .modal-header .glyphicon,
    .modal-message .modal-header .typcn,
    .modal-message .modal-header .wi {
        font-size: 30px;
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-blue .modal-header {
    border-bottom: 3px solid #5db2ff;
}

.modal-danger .modal-header {
    border-bottom: 3px solid #d73d32;
}

.modal-success .modal-header {
    border-bottom: 3px solid #53a93f;
}

.modal-warning .modal-header {
    border-bottom: 3px solid #f4b400;
}

.modal-silver .modal-header {
    border-bottom: 3px solid #777777;
}

.modal-inverse .modal-header {
    border-bottom: 3px solid #444444;
}

.modal-blueberry .modal-header {
    border-bottom: 3px solid #6f85bf;
}

.modal-palegreen .modal-header {
    border-bottom: 3px solid #a0d468;
}

.modal-orange .modal-header {
    border-bottom: 3px solid #fb6e52;
}

.modal-darkorange .modal-header {
    border-bottom: 3px solid #ed4e2a;
}

.modal-magenta .modal-header {
    border-bottom: 3px solid #bc5679;
}

.modal-purple .modal-header {
    border-bottom: 3px solid #7e3794;
}

.modal-maroon .modal-header {
    border-bottom: 3px solid #981b48;
}

.modal-primary .modal-header {
    border-bottom: 3px solid #4374e0;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: #ffffff;
    border: rgba(0, 0, 0, 0);
}

    .modal-content .close {
        font-size: 26px;
    }

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 0;
    background-color: #f5f5f5;
}

.modal-header {
    padding: 10px 15px 10px 20px;
    background-color: #f5f5f5;
}

    .modal-header .close {
        font-size: 26px;
    }

.modal-backdrop {
    background-color: #ffffff;
}

    .modal-backdrop.in {
        zoom: 1;
        filter: alpha(opacity=75);
        -webkit-opacity: 0.75;
        -moz-opacity: 0.75;
        opacity: 0.75;
    }

.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-header {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

    .modal-message .modal-header .fa,
    .modal-message .modal-header .fas,
    .modal-message .modal-header .glyphicon,
    .modal-message .modal-header .typcn,
    .modal-message .modal-header .wi {
        font-size: 30px;
    }

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

/*Dashboard*/
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.count-text-title {
    color: #0b407a;
    font-weight: bold;
}

.fa-3x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #0b407a;
}

.dashboard .card-body{
    padding:0;
}

.dashboard table.dataTable
{
    margin:0 !important;
    border:0 !important;
}
    .dashboard table.dataTable th{
        border-top:0 !important;
    }


    /*Navbar and Notifications*/
.nav-custom {
    padding: 0 15px;
}
    .nav-custom .fas {
     font-size :20px;
    }
.navbar-custom > li {
    height: 78px;
    padding: 0;
    line-height: 78px;
}
   
    .navbar-custom > li  li{
        line-height:1.5;
    }



    .navbar-custom > li > a {
        color: #fff;
        display: block;
        text-align: center;
        height: 100%;
        width: auto;
        min-width: 50px;
        padding: 0 8px;
        background-color: #0b407a;
    }


        .navbar-custom > li > a:hover {
            color: #fff;
            background-color: #0c4787;
        }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #17A2B8;
    }
.notification-loading {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    color: #093564;
    font-weight:bold;
}
 
    .notifications {
        width: 300px;
        box-shadow: 0 5px 7px -1px #c1c1c1;
        padding-bottom: 0;
        padding: 0;
    }
    .notifications .notification-box.unread {
        background-color: #d9d9d9;
    }

    .notifications li.notification-box:hover {
        background-color: #f2f3f4 !important;
    }
.notification-box a:hover, .notification-box a {
    text-decoration: none;
    color: #212529 !important;
    font-size:14px;
}
.navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    border: 10px solid #343A40;
    border-color: transparent transparent #343A40 transparent;
}
.noti-head, .noti-footer {
    padding: 5px 15px;
    
}
.notification-box{
    padding: 5px 0px; 
}
    .notification-box sub {
        bottom: 0;
        top: -.25em;
    }


 .badge-important {
    background-color: #d15b47;
     font-weight: bold;
     font-size:15px;
     color:#fff;
}
.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2.0s 5 ease 1.0s;
    -webkit-animation: ringing 2.0s 5 ease 1.0s;
    -o-animation: ringing 2.0s 5 ease 1.0s;
    -ms-animation: ringing 2.0s 5 ease 1.0s;
    animation: ringing 2.0s 5 ease 1.0s;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}
 .nav-user-photo {
   
    border-radius: 100%;
    border: 2px solid #fff;
    max-width: 40px;
}

.user-info small {
    display: block;
}
.user-info {
    max-width: 125px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    line-height: 20px;
    position: relative;
    top: 10px;
}

.hotline {
    -webkit-animation: glowing 1.5s infinite;
    -moz-animation: glowing 1.5s infinite;
    -o-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite;
    font-weight: bold;
    font-size: 18px;
    margin:7px;

}
@-webkit-keyframes glowing {
    0%,100% {
        -webkit-box-shadow: 0 0 3px #dc3545
    }

    50% {
        -webkit-box-shadow: 0 0 15px #a71d2a
    }
}

@-moz-keyframes glowing {
    0%,100% {
        -moz-box-shadow: 0 0 3px #dc3545
    }

    50% {
        -moz-box-shadow: 0 0 15px #a71d2a
    }
}

@-o-keyframes glowing {
    0%,100% {
        box-shadow: 0 0 3px #dc3545
    }

    50% {
        box-shadow: 0 0 15px #a71d2a
    }
}

@keyframes glowing {
    0%,100% {
        box-shadow: 0 0 3px #dc3545
    }

    50% {
        box-shadow: 0 0 15px #a71d2a
    }
}

.glowing {
    -webkit-animation: glowing 1.5s infinite;
    -moz-animation: glowing 1.5s infinite;
    -o-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite
}
.about-corona {
    margin-top: 14px;
}

@media (max-width: 410px) {
    .about-corona, .hotline {
        font-size: 15px;
    }
}

.navbar-custom > li.swith-lang {
     height: auto;
    line-height: normal;
}
    .navbar-custom > li.swith-lang a {
        color: #0b407a;
        display: block;
        text-align: center;
        background-color: #fff;
        font-weight: bold;
        border-radius: 50% !important;
        font-size:25px;
        min-width:48px;
    }

    .navbar-custom > li.swith-lang a:hover {
       text-decoration:none;
    }
.bn-breaking-news {
    color: #093564 !important;
}