/* Loading css */
/*#loader-wrapper {
    position: fixed;
}
#loader {
    background-image: url(img/index/load-img.jpg);
    z-index: 1001;
}*/
/* Loaded */

/*.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
           transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
           transition: all 0.3s 1s ease-out;
}*/

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: #96dad1;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
/*#full-img:-webkit-full-screen {
  width: 100%;
  height: 100%;
}*/

#fullImg {
    cursor: pointer;
    transition: 0.3s;
}

#fullImg:hover {opacity: 0.8;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
/*    padding-top: 100px;  Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  display: block;
  background-image: url(../../AttList/img/model-bg.jpg);
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal-content-bg-none {
  background: none;
}
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
    /*    width: 100%;*/
    }
}

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

.no-margin {
    margin: 0 !important;
}
.no-left-padding{
    padding-left: 0 !important;
}
.no-right-padding{
    padding-right: 0 !important;
}
.inline {
    display: inline;
}
.width-s{
    width: 22% !important;
}
.no-radius {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}

.no-border {
    border: none !important;
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: rgba(0, 0, 0, 0.07);
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(0, 0, 0, 0.07);
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.07);
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #000000;
}
.hide-img{
    display: none;
}
.bt-shadow{
    box-shadow: 5px 5px 8px #888888;
}
.bt-shadow:active{
    box-shadow: none;
}
.sub-title-style{
    font-size: x-large;
    font-weight: bold;
}
.sub-title-border{
    border-bottom: 1px solid #000000;
}
.ss-title-style ul li{
    display: inline-block;
}
.inline-block-style ul li{
    display: inline-block !important;
}
.front-smb{
    margin-bottom: 4px;
    width: 65%;
}
.border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-around {
    border: 1px solid #c8c7cc;
}

.panel-white .border-light, .partition-white .border-light {
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-dark {
    border-color: rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark, .partition-white .border-dark {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-display {
    display: none !important;
}

.display-inline-block {
    display: inline-block !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
}

.space7 {
    margin-bottom: 7px !important;
    clear: both;
}

.space10 {
    margin-bottom: 10px !important;
    clear: both;
}

.space12 {
    margin-bottom: 12px !important;
    clear: both;
}

.space15 {
    margin-bottom: 15px !important;
    clear: both;
}

.space20 {
    margin-bottom: 20px !important;
    clear: both;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-horizontal-5 {
    padding: 0 5px !important;
}

.padding-horizontal-10 {
    padding: 0 10px !important;
}

.padding-horizontal-15 {
    padding: 0 15px !important;
}

.padding-horizontal-20 {
    padding: 0 20px !important;
}

.padding-vertical-10 {
    padding: 10px 0 !important;
}

.padding-vertical-15 {
    padding: 15px 0 !important;
}

.padding-vertical-20 {
    padding: 20px 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.min-height-155 {
    min-height: 155px !important;
}

.min-height-180 {
    min-height: 180px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-230 {
    min-height: 230px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-270 {
    min-height: 270px !important;
}

.min-height-280 {
    min-height: 280px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-350 {
    min-height: 350px !important;
}

.height-70 {
    height: 70px !important;
}

.height-155 {
    height: 155px !important;
}

.height-180 {
    height: 180px !important;
}

.height-200 {
    height: 200px !important;
}

.height-230 {
    height: 230px !important;
}

.height-250 {
    height: 250px !important;
}

.height-270 {
    height: 270px !important;
}

.height-300 {
    height: 300px !important;
}

.height-330 {
    height: 330px !important;
}

.height-350 {
    height: 350px !important;
}

.width-200 {
    width: 200px !important;
}
.width-100p{
    width: 100%;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

.text-muted {
    color: #c2c2c5;
}

.text-bold {
    font-weight: bold !important;
}
.text-xx-small{
    font-size: 7px;
}
.text-extra-small {
    font-size: 11px !important;
}

.text-small {
    font-size: 12px !important;
}

.text-large {
    font-size: 16px !important;
}

.text-extra-large {
    font-size: 35px !important;
}

h1.text-extra-large {
    font-size: 50px !important;
}

.text-primary {
    color: #007AFF !important;
}

.text-grey {
    color: #c8c7cc !important;
}

.text-azure {
    color: #0095C8 !important;
}

.text-orange {
    color: #FF6600 !important;
}

.text-green {
    color: #1FBBA6 !important;
}

.text-blue {
    color: #5F8295 !important;
}

.text-pink {
    color: #DD5A82 !important;
}

.text-purple {
    color: #DD5A82 !important;
}

.text-bricky {
    color: #894550 !important;
}

.text-yellow {
    color: #FFB848 !important;
}

.text-red {
    color: #C82E29 !important;
}

.text-white {
    color: #ffffff !important;
}

a.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}
a.text-white:hover {
    color: #ffffff !important;
}

.text-dark {
    color: #5b5b60 !important;
}

a.text-dark:hover {
    color: #6f6f74 !important;
}

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

a.text-light:hover {
    color: #adadb1 !important;
}

.text-white-transparent {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ---------------------------------------------------------------------- */
/*  Background Colors
/* ---------------------------------------------------------------------- */
.no-bg {
    background: none !important;
}

.bg-white {
    background: #ffffff !important;
}

.bg-black {
    background: #2C2F3B !important;
    color: #ffffff;
}

.bg-primary {
    background: #007AFF !important;
    color: #ffffff;
}

.bg-light-primary {
    background: #3395ff !important;
    color: #ffffff;
}

.bg-dark-primary {
    background: #0062cc !important;
    color: #ffffff;
}

.bg-success {
    background: #5cb85c !important;
    color: #ffffff;
}

.bg-info {
    background: #46b8da !important;
    color: #ffffff;
}

.bg-warning {
    background: #eea236 !important;
    color: #ffffff;
}

.bg-danger {
    background: #d43f3a !important;
    color: #ffffff;
}

.bg-azure {
    background: #0095C8 !important;
    color: #ffffff;
}

.bg-light-azure {
    background: #00a8e2 !important;
    color: #ffffff;
}

.bg-dark-azure {
    background: #006f95 !important;
    color: #ffffff;
}

.bg-red {
    background: #C82E29 !important;
    color: #ffffff;
}

.bg-light-red {
    background: #da4f4a !important;
    color: #ffffff;
}

.bg-dark-red {
    background: #9e2420 !important;
    color: #ffffff;
}

.bg-green {
    background: #1FBBA6 !important;
    color: #ffffff;
}

.bg-light-green {
    background: #30ddc6 !important;
    color: #ffffff;
}

.bg-dark-green {
    background: #188f7f !important;
    color: #ffffff;
}

.bg-orange {
    background: #FF6600 !important;
    color: #ffffff;
}

.bg-light-orange {
    background: #ff8533 !important;
    color: #ffffff;
}

.bg-dark-orange {
    background: #cc5200 !important;
    color: #ffffff;
}

.bg-blue {
    background: #5F8295 !important;
    color: #ffffff;
}

.bg-light-blue {
    background: #7c9bab !important;
    color: #ffffff;
}

.bg-dark-blue {
    background: #4b6776 !important;
    color: #ffffff;
}

.bg-pink {
    background: #DD5A82 !important;
    color: #ffffff;
}

.bg-light-pink {
    background: #e684a2 !important;
    color: #ffffff;
}

.bg-dark-pink {
    background: #d43062 !important;
    color: #ffffff;
}

.bg-purple {
    background: #804C75 !important;
    color: #ffffff;
}

.bg-light-purple {
    background: #a05f92 !important;
    color: #ffffff;
}

.bg-dark-purple {
    background: #603958 !important;
    color: #ffffff;
}

.bg-beige {
    background: #D2BD8E !important;
    color: #ffffff;
}

.bg-light-beige {
    background: #d9c8a0 !important;
    color: #ffffff;
}

.bg-dark-beige {
    background: #c3a86a !important;
    color: #ffffff;
}

.bg-grey {
    background: #c8c7cc !important;
    color: #ffffff;
}

.bg-light-grey {
    background: #f7f7f8 !important;
}

.bg-dark-grey {
    background: #aeacb4 !important;
    color: #ffffff;
}

.bg-yellow {
    background: #FFB848 !important;
    color: #ffffff;
}

.bg-light-yellow {
    background: #ffcc7b !important;
    color: #ffffff;
}

.bg-dark-yellow {
    background: #ffa415 !important;
    color: #ffffff;
}

.bg-bricky {
    background: #894550 !important;
    color: #ffffff;
}

.bg-light-bricky {
    background: #aa5764 !important;
    color: #ffffff;
}

.bg-dark-bricky {
    background: #67343c !important;
    color: #ffffff;
}

.bg-body {
    background: #F1F3FA;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

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

.circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -moz-box-shadow: 0, 1px, 2px, #C3C3C3;
    -webkit-box-shadow: 0, 1px, 2px, #C3C3C3;
    box-shadow: 0, 1px, 2px, #C3C3C3;
}

.circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    -moz-box-shadow: 0, 1px, 2px, #C3C3C3;
    -webkit-box-shadow: 0, 1px, 2px, #C3C3C3;
    box-shadow: 0, 1px, 2px, #C3C3C3;
}

.rate .value {
    font-size: 30px;
    font-weight: 600;
}
.rate i {
    vertical-align: middle;
    padding-bottom: 15px;
}
.rate .percentage {
    vertical-align: middle;
    font-size: 15px;
    padding-bottom: 15px;
}
.rate img {
    display: block;
    position: relative;
    width: 100%;
}

.overlayer {
    display: block;
    position: absolute;
    z-index: 101;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
    opacity: 1;
}
.overlayer.fullwidth {
    width: 100%;
}
.overlayer .overlayer-wrapper {
    display: block;
    position: relative;
    z-index: 100;
}

.bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}

.tags {
    display: inline-block;
    background: #C2C6CD;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 10px 18px;
    padding: 2px 10px 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    transition: all .25s linear;
    white-space: nowrap;
    line-height: 21px;
}
.tags:before {
    content: "";
    border-style: solid;
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 12px 13px 12px 0;
    position: absolute;
    left: -13px;
    top: 0;
    transition: all .25s linear;
}
.tags:hover {
    background-color: #8B91A0;
    color: #FFFFFF;
}
.tags:hover:before {
    border-color: transparent #8B91A0 transparent transparent;
}
.tags:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 5px;
}

.tooltip-notification {
    cursor: pointer;
    right: 0;
    margin-top: 3px;
    padding: 5px 0;
    position: absolute;
    top: 25px;
    z-index: 10000;
}
.toolbar .tooltip-notification {
    top: 60px;
    right: 20px;
}
.tooltip-notification .tooltip-notification-arrow {
    border-width: 0 5px 5px;
    left: 80%;
    margin-left: -5px;
    top: 0;
    border-color: transparent;
    border-bottom-color: #292B2E;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip-notification .tooltip-notification-inner {
    background-color: #292B2E;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: normal;
}
.tooltip-notification .tooltip-notification-inner .message {
    color: #BFC0C1;
    font-size: 11px;
    margin-top: -4px;
}
.tooltip-notification .tooltip-notification-inner > div {
    width: 100px;
}

.float-none {
    float: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.background-dark {
    background: rgba(0, 0, 0, 0.2);
}

.background-light {
    background: rgba(255, 255, 255, 0.6) !important;
}

.radius-3 {
    border-radius: 3px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.stack-right-bottom {
    left: auto !important;
    right: -0.5em !important;
    top: auto !important;
    bottom: -0.5em !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.noTransform {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.show-grid {
    margin-bottom: 15px;
}

.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-wrap {
    white-space: nowrap;
}

.pre-line {
    white-space: pre-line;
}

.pre-wrap {
    white-space: pre-wrap;
}

.relative {
    position: relative;
}
.absolute{
    position: absolute;
}
.tmp-hidden {
    visibility: hidden;
}

.tmp-hidden.visible {
    visibility: visible;
}
