﻿.customized-modal-open .dropdown-menu {
  z-index: 2050;
}
.customized-modal-open .dropdown.open {
  *z-index: 2050;
}
.customized-modal-open .popover {
  z-index: 2060;
}
.customized-modal-open .tooltip {
  z-index: 2070;
}
.customized-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.customized-modal-backdrop.fade {
  opacity: 0;
}
.customized-modal-backdrop,
.customized-modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.customized-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -200px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);

    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.customized-modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.customized-modal.fade.in {
  top: 50%;
}
.customized-modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.customized-modal-header .close {
  margin-top: 2px;
}
.customized-modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.customized-modal-form {
  margin-bottom: 0;
}
.customized-modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.customized-modal-footer:before,
.customized-modal-footer:after {
  display: table;
  content: "";
}
.customized-modal-footer:after {
  clear: both;
}
.customized-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
  margin-left: -1px;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    margin: -72px 0 0 -56px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#iconeAlert {
    float: left;
    margin-right: 6px;
    width: 32px;
}

.divAlert {
    margin-bottom: 10px;
}

.my-alert {
    padding: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #8bc5e8;
    border: 1px solid #7ed0e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #1c628b;
    margin-left: 8px;
    margin-right: 8px;
    height: 16px;
}

.my-alert-heading {
    color: inherit;
}

.my-alert .close {
    position: relative;
    top: -2px;
    right: 6px;
    line-height: 18px;
}

.my-alert-success {
    background-color: #2e5170;
    border-color: #2e5170;
    color: #FFF;
}

.my-alert-danger,
.my-alert-error {
    background-color: #eddbe3;
    border-color: #e8d1df;
    color: #bd4247;
}

.my-alert-info {
    background-color: #edebe1;
    border-color: #e0d9cb;
    color: #817b58;
}

.my-alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.my-alert-block > p,
.my-alert-block > ul {
    margin-bottom: 0;
}

.my-alert-block p + p {
    margin-top: 5px;
}

@media screen and (max-width: 425px) {
    .customized-modal {
        width: 360px;
        margin: -200px 0 0 -180px;
    }

    .customized-modal-footer input {
        margin-bottom: 5px;
    }

    .customized-modal-footer a {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 320px) {
    .customized-modal {
        width: 300px;
        margin: -200px 0 0 -150px;
    }

    .customized-modal-footer input {
        margin-bottom: 5px;
    }

    .customized-modal-footer a {
        margin-bottom: 5px;
    }
}