/* Dark colour #0e1a3b 
light colour #99a1b5 



/* for All mobile */
@media only screen and (max-width: 767px) { 
    

    
}


/* for all tops */
@media only screen and (min-width: 768px) { 
    

}

#DialogComms {
    z-index: 999999999;
}


.con-row {
    width: 100%;
    float: left;
    height: 60px;
    border-bottom: thin solid #c1c1c1;
    padding-top: 14px;
}

.con-lhs {
    width: 8%;
    float: left;
    height: 50px;
    padding-top: 2px;
}

.con-lhs i {
    font-size: 28px;
}

.con-cen {
    width: 52%;
    float: left;
    height: 50px;
    line-height: 13px;
    padding-top: 4px;
}

.con-rha {
    width: 10%;
    float: left;
    height: 50px;
}

.con-rhb {
    width: 10%;
    float: left;
    height: 50px;
}

.con-rhc {
    width: 10%;
    float: left;
    height: 50px;
}

.con-rhd {
    width: 10%;
    float: left;
    height: 50px;
}

.con-rha, .con-rhb, .con-rhc, .con-rhd {
    padding-top: 5px;
}

.con-rha i, .con-rhb a i, .con-rhc i, .con-rhd i {
    font-size: 24px;
}

/* comms popup */

.c-row {
    width: 100%;
    float: left;
    height: 60px;
}

.c-pa {
    width: 20%;
    float: left;
    height: 60px;
    font-size: 18px;
    padding-top:24px;
    font-size: 22px;
}

.c-no {
    width: 60%;
    float: left;
    height: 60px;
    font-size: 24px !important;
    padding-top:26px;
}

.d-row {
    width: 100%;
    float: left;
    height: 20px;
}

.d-pa {
    width: 50%;
    float: left;
    height: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.call-title {
    font-size: 24px !important;
}

.box-shadow {
    box-shadow: -3px -8px 68px -52px rgba(0,0,0,0.52);
    -webkit-box-shadow: -3px -8px 68px -52px rgba(0,0,0,0.52);
    -moz-box-shadow: -3px -8px 68px -52px rgba(0,0,0,0.52);
    border: thin solid #c1c1c145 !important;
}

/* directory */


.dir.icon-box.bg-primary {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    padding: 9px 9px 8px 9px;
    margin-right: 8px;
    text-align: center;
}
