/***
 * CCS Custom
 */

.cl-white {
    color: #fff;
}
.cl-red {
    color: red;
}
.no-underline {
    text-decoration: none;
}
.icon-popover {
    color: #3f51b5;
}
/*****************************************************************/
/** Map Google
 /*****************************************************************/
#map {
    height: 500px;
    width: 100%;
}
.google-maps {
    overflow: hidden
}
.google-maps {
    position: relative;
    padding: 10px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
/*****************************************************************/
/** Panels
 /*****************************************************************/
.panel-00-primary {
    background: #3F51B5;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px 15px 20px;
    margin: 0;
}
