
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --brilliant: #1a3954;
    --red: #fb7066;
    --blue: #87d7e2;
}

/* Common CSS Start */

/*@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap');
@font-face {font-family: "Bauhaus"; src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot"); src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.svg#Bauhaus Lt BT") format("svg"); }
@font-face {
    font-family: 'Hind Vadodara', sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600&display=swap");
}*/





body,
html {
 /*   height: 100%;
    background-color: #fff;*/
    font-family: 'Hind Vadodara', sans-serif;
    scroll-behavior: smooth;
}









/*@font-face {font-family: "Hind Vadodara"; src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot"); src: url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.woff") format("woff"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8631e410ccd3db17d69dff87d3863c5d.svg#Bauhaus Lt BT") format("svg"); }
	.dark-color{background-color: #004b5f;}
	.light-color{background-color: #1a3954;}

	.btn-light-color{background-color:#1a3954; color: #fff;}
	.btn-dark-color{background-color: #004b5f; color: #fff;}
	
	body{background: #f1f2f2;  font-size:18px; line-height: 1.5;}*/
	
	/* HEADER *//*font-family: bauhaus_lt_btlight !important;*/

	/*.list-inline{
    margin-left: 0;
}*/

header .list-inline{display: table; width: 100%; margin-bottom: 0; margin-top: 20px;}
header .list-inline li{
    display: table-cell;
    border-right: 1px solid #004b5f;
    border-left: 1px solid #004b5f;
    width: 25%;
    
    

    padding: 0;
    margin: 0;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  
}
header .list-inline{disp lay: block;}
header .list-inline li.active{
    background: #1a3954!important;
}

header .list-inline li.active a{color: #fff;}

header .list-inline li a{
    text-align: center;
    display: block;
    border: 0px solid #000;
    
    padding: 10px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: uppercase; 
    color: #959595;
    font-size: 13px;
    
}

header .list-inline li i{
    display: block;
    text-align: center;
    font-size: 30px
}

header .list-inline li.disabled i,header .list-inline li.disabled a{
    color: #d1cccc;
    cursor:not-allowed;
}



.pagetitle{
    background: #1a3954;
    font-size: 22px;
    text-transform: uppercase;
    font-family:Hind Vadodara !important;
    color: #fff;
    border-right:1px solid #f1f2f2;
    border-left:1px solid #f1f2f2;
    padding: 15px 25px;
}




@media only screen and (max-width: 560px) {
  
}
@media only screen and (min-width: 760px) {
    header .list-inline{
        display: table;
    }
    header .list-inline li i {
        text-align: center;
        font-size: 30px;
        height: 30px;
        border:0px solid #fff;
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    header .list-inline li span {
        height: 30px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border:0px solid #fff;
   }
}
.crumb div{padding: 10px 18px;font-weight: bold;}
.crumb > div:last-child{text-align: right;}
@media only screen and (max-width: 560px) {
    .crumb div{padding: 10px 20px;}
}
/******  END HEADER *******/

.form-group{
    margin-bottom: 1.4rem;
}

.lh-20{line-height: 2!important;}


.module-box h4{
    margin-top: 6px;
    line-height: 2;
    margin-bottom: 0;
    color: #939598;
    white-space: nowrap;
}

.module-box{height: 100px;}
.module-box ul{float: right;margin: 0;}
.module-box ul li{padding:0 2px;width: 95px;border: 0px solid #000; text-align: center;margin: -2px!important;}
.module-box ul li i{display: block;text-align: center; font-size:30px; margin-top: 5px; }
.module-box ul li a{color:#939598; line-height: 1; text-decoration: none; font-size:13px;}




.module-box ul li a span{display: block;
line-height: 1;
padding-top: 5px;
}

.module-box h4{line-height: 1;}

@media only screen and (max-width: 540px) {
.module-box ul li{width: 65px;}
.module-box ul li a span{font-size:10px;}
.module-box ul li a i{font-size:20px;}
.module-box h4 {font-size: 18px;}
}

.module-box{position: relative;}

.setup-ivr-pbx{
    position:absolute; 
    right: 0px; 
    top:0!important; 
    border: 0px solid #000;
    
}

.module-box .row > div:last-child{
    margin-right: -10px;
    
}

input[type="file"] {
    display: none;
}


.blackOverlayPopup {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: .80;
    filter: alpha(opacity=80);
}

.popupContentCircle {
    display: none;
    position: absolute;
    top: 30%;
    left: 10%;
    width: 75%;
    height: auto;
    padding: 16px;
    /*border: 10px solid;
    border-color: #2F949B;
    background-color: #FCFCFC;*/
    z-index: 1002;
    overflow: auto;
    color: #FFFFFF;
}

.loadingImage {
    width: 30%;
    display: block;
    margin: auto;
}

/*Extension DIV Style by Isruk */
@media only screen and (max-width: 600px) {
    #ExtensionNoDiv {
        margin-left: -18px;
    }
}
/*Extension DIV Style by Isruk */


.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }





