﻿/* 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. */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
 
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/*Swipe Menu*/

/*body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: helvetica;
    font-weight: 100;
}
.overlay-container-lm {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
    -webkit-transition:  right 0.4s ease-in-out;
    -moz-transition:  right 0.4s ease-in-out;
    -ms-transition:  right 0.4s ease-in-out;
    -o-transition:  right 0.4s ease-in-out;
    transition:  right 0.4s ease-in-out;
}

.overlay-container-lm.open-sidebar {
    right: 240px;
}
.overlay-container-lm.open-sidebar #sidebar-lm {
    right: 0;
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
}
#sidebar-lm {
    position: fixed;
    overflow-x: auto;
    right: -240px;
    top: 0;
    background: #0082AA;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
     -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
}
#sidebar-lm ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none !important;
}
#sidebar-lm ul li {
    margin: 0;
    width: 100%;
}
#sidebar-lm ul li a {
    padding: 15pxs;
    font-size: 16px;
    font-weight: 100;
    color: white !important;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #06566f;
    -webkit-transition:  background 0.3s ease-in-out;
    -moz-transition:  background 0.3s ease-in-out;
    -ms-transition:  background 0.3s ease-in-out;
    -o-transition:  background 0.3s ease-in-out;
    transition:  background 0.3s ease-in-out;
}
#sidebar-lm ul li:hover a, #sidebar-lm ul li.active a {
    background: #06566f;
}
.main-section-lm {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.main-section-lm #sidebar-toggle {
    background: #0082AA;
    border-radius: 3px;
    display: block;
    padding: 10px 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.main-section-lm #sidebar-toggle .bar{
    display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
}
.main-section-lm #sidebar-toggle .bar:last-child{
     margin-bottom: 0;
}


.navbar-header > span {
    padding-top: 17px;
    position: relative; 
    font-family: Verdana, Geneva, sans-serif; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 500; 
    line-height: 1.42857143; 
    color: #0066cc !important; 
    cursor: default; 
    text-decoration: none; 
    font-size: 15px;
    display: block;
}

.main-footer-logo {
    display: inline-block;
    height: auto;
    max-width: 250px;
    margin: 15px 0;
}

#newsBrandSection li {
    display: none;
}
#newsBrandSection li:first-child {
    display: block;
}

#newsSection li {
    display: none;
}
#newsSection li:first-child {
    display: block;
}*/

/*Responsive Styles*/

/*@media(max-width: 991px) {
    .navbar-header {
        padding: 10px 0;
        display: block !important;
        float: none !important;
        position: relative;
    }
    .navbar-header > span {
        position: relative;
        display: block;
        padding-top: 10px;
    }
    ul.dropdown-menu {
      display: block;
      position: relative;
      background: transparent;
      box-shadow: inherit;  
    }
    ul.dropdown-menu li a {
        padding-left: 25px !important;
        font-size: 13px !important;
        margin: 0 !important;
    }
    #UserRow {
        height: auto !important;
    }
    #UserRow li:first-child {
        width: 100% !important;
    }
    #UserRow li:last-child {
        width: 100% !important;
        text-align: center !important;
    }
}
@media(max-width: 480px) {
    div#activities-view-btns > span:first-of-type {
        display: none;
    }
}*/
/***********alert-area************/
/*.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
}

.alert-box {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-box.error {
    background: rgba(236, 4, 4, 0.9);
}

.alert-box.success {
    background: rgba(66, 161, 63, 0.9);
}

.alert-box.info {
    background: rgba(131, 131, 131, 0.9);
}

.alert-box.hide {
    opacity: 0;
}

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.alert-close:before,
.alert-close:after {
    content: '';
    width: 15px;
    border-top: solid 2px white;
    position: absolute;
    top: 5px;
    right: -1px;
    display: block;
}

.alert-close:before {
    transform: rotate(45deg);
}

.alert-close:after {
    transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
}

.paginate_button:active,
.paginate_button:focus,
.paginate_button:active:focus,
.paginate_button:hover,
.paginate_button a:active,
.paginate_button a:focus,
.paginate_button a:active:focus,
.paginate_button a:hover {
    outline: none;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}
@media (min-width: 768px) {
    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}*/

/* 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%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*Swipe Menu*/

body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: helvetica;
    font-weight: 100;
}

.overlay-container-lm {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

    .overlay-container-lm.open-sidebar {
        right: 240px;
    }

        .overlay-container-lm.open-sidebar #sidebar-lm {
            right: 0;
            -webkit-transition: right .4s ease-in-out;
            -moz-transition: right .4s ease-in-out;
            -ms-transition: right .4s ease-in-out;
            -o-transition: right .4s ease-in-out;
            transition: right .4s ease-in-out;
        }

#sidebar-lm {
    position: fixed;
    overflow-x: auto;
    right: -240px;
    top: 0;
    background: #0082AA;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
}

    #sidebar-lm ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: none !important;
    }

        #sidebar-lm ul li {
            margin: 0;
            width: 100%;
        }

            #sidebar-lm ul li a {
                padding: 15pxs;
                font-size: 16px;
                font-weight: 100;
                color: white !important;
                text-decoration: none;
                display: block;
                border-bottom: 1px solid #06566f;
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                -ms-transition: background 0.3s ease-in-out;
                -o-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
            }

            #sidebar-lm ul li:hover a, #sidebar-lm ul li.active a {
                background: #06566f;
            }

.main-section-lm {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

    .main-section-lm #sidebar-toggle {
        background: #0082AA;
        border-radius: 3px;
        display: block;
        padding: 10px 7px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

        .main-section-lm #sidebar-toggle .bar {
            display: block;
            width: 18px;
            margin-bottom: 3px;
            height: 2px;
            background-color: #fff;
            border-radius: 1px;
        }

            .main-section-lm #sidebar-toggle .bar:last-child {
                margin-bottom: 0;
            }


.navbar-header > span {
    padding-top: 17px;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 1.42857143;
    color: #0066cc !important;
    cursor: default;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.main-footer-logo {
    display: inline-block;
    height: auto;
    max-width: 250px;
    margin: 15px 0;
}

#newsBrandSection li {
    display: none;
}

    #newsBrandSection li:first-child {
        display: block;
    }

#newsSection li {
    display: none;
}

    #newsSection li:first-child {
        display: block;
    }

/*Responsive Styles*/

@media(max-width: 991px) {
    .navbar-header {
        padding: 10px 0;
        display: block !important;
        float: none !important;
        position: relative;
    }

        .navbar-header > span {
            position: relative;
            display: block;
            padding-top: 10px;
        }

    ul.dropdown-menu {
        display: block;
        position: relative;
        background: transparent;
        box-shadow: inherit;
    }

        ul.dropdown-menu li a {
            padding-left: 25px !important;
            font-size: 13px !important;
            margin: 0 !important;
        }

    #UserRow {
        height: auto !important;
    }

        #UserRow li:first-child {
            width: 100% !important;
        }

        #UserRow li:last-child {
            width: 100% !important;
            text-align: center !important;
        }
}

@media(max-width: 480px) {
    div#activities-view-btns > span:first-of-type {
        display: none;
    }
}
/***********alert-area************/
.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 5px;
    left: 20px;
    right: 20px;
}

.alert-box {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

    .alert-box.error {
        background: rgba(236, 4, 4, 0.9);
    }

    .alert-box.success {
        background: rgba(66, 161, 63, 0.9);
    }

    .alert-box.info {
        background: rgba(131, 131, 131, 0.9);
    }

    .alert-box.hide {
        opacity: 0;
    }

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .alert-close:before,
    .alert-close:after {
        content: '';
        width: 15px;
        border-top: solid 2px white;
        position: absolute;
        top: 5px;
        right: -1px;
        display: block;
    }

    .alert-close:before {
        transform: rotate(45deg);
    }

    .alert-close:after {
        transform: rotate(135deg);
    }

    .alert-close:hover:before,
    .alert-close:hover:after {
        border-top: solid 2px #d8d8d8;
    }

.paginate_button:active,
.paginate_button:focus,
.paginate_button:active:focus,
.paginate_button:hover,
.paginate_button a:active,
.paginate_button a:focus,
.paginate_button a:active:focus,
.paginate_button a:hover {
    outline: none;
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
}

.fc .fc-toolbar-title {
    font-size: 1.40em !important;
}

.fc .fc-button-primary{
    background-image:linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    color: #333 !important;
}

.fc .fc-button-active{
    background-color: #cccccc !important;
    background-image: none !important;
}

.fc .fc-button{
    font-size: 0.9em !important;
}

.ev-type-bna{
    font-size: 12px;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    float:left;
    background-image:linear-gradient(to bottom, rgb(243, 248, 255), rgba(80, 114, 246, 0.77)) !important;
    margin-right: 5px;
}

/*News*/

#home-announcements .panel-body1{
    height: 165px;
    overflow: hidden;
    position: relative;
}

#home-announcements .btnMoreInfo{
    font-weight: bold;
    font-size: 9px; 
    position: absolute; 
    right: 10px; 
    bottom: 7px;
}

#home-announcements #linkMoreNews{
    font-weight: bold;
    font-size: 9px;
    color: #333 !important;
}

#home-announcements #newsSection{
    position: relative;
    height: 100%;
}

#home-announcements #newsBrandSection{
    position: relative;
    height: 100%;
}

#home-list-announcements ul.newsList{
    list-style: none;
}

#home-list-announcements .titleNews{
    font-weight: bold; margin-bottom: 15px; display: block;
}

#home-list-announcements #spnNewsDetails{
    cursor: pointer;
}

#home-list-announcements .noNews{
    padding: 15px;
}

#home-list-announcements a.cancel-style {
    color: black !important;
    text-decoration: none;
    font-size: 12px;
}

#announcements-advanced-list .imageNews {
    width: 332px;
    height: 152px;
}

#announcements-advanced-list .pagination a {
    padding-left: 10px;
}

#announcements-advanced-list a.cancel-style {
    color: black !important;
    text-decoration: none;
    font-size: 12px;
}

#announcements-advanced-list .news-block{
    margin-bottom: 20px;
}

/*END News*/

/*UserSimulation*/
#UserList {
    width: 70%;
    display: inline-block;
}

#UserRow {
    margin-top: 5px;
    height: 50px;
}

#UserRow li {
    padding: 5px;
}

#UserRow li:first-child {
    width: 400px;
}

#UserRow li:last-child {
    width: 215px;
    text-align: right;
}
/*END UserSimulation*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

#menuNavigator .dropdown-item.active {
    background-color: #dcdcdc;
}
#menuNavigator.nav > li > a.active {
    border-radius: 3px;
    background-color: #dcdcdc;
}