﻿.demo-container .mapTitle {
    color: #444444;
    font-family: 'Segoe UI',Segoe,'Roboto','Droid Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}
 
#contactsContainer {
    background-color: white;
    padding: 0 0 0 20px;
}
 
    #contactsContainer #offices {
        list-style-type: none;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0;
        padding: 0;
    }
 
        #contactsContainer #offices .office {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 240px;
            vertical-align: top;
            margin: 20px 10px 10px 0;
        }
 
.leftCol {
    float: left;
}
 
.rightCol {
    padding-left: 55px;
    font-size: 14px;
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    line-height: 19px;
}
 
    .rightCol .country {
        font-size: 24px;
        font-weight: normal;
        line-height: 18px;
        margin-bottom: 20px;
    }
 
 
    .rightCol .city {
        font-weight: bold;
    }
 
    .rightCol .email {
        color: #0394ae;
    }
 
        .rightCol .email a {
            color: #0394ae;
            text-decoration: none;
        }
 
            .rightCol .email a:hover {
                text-decoration: underline;
            }
 
    .rightCol .location {
        border-top: 1px solid #c9c9c9;
        margin-top: 10px;
        padding-top: 10px;
    }
 
.flag {
    background-image: url("images/flags.png");
    height: 40px;
    width: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
}
 
.flag-unitedstates {
    background-position: 0 -240px;
}
 
.flag-denmark {
    background-position: 0 -120px;
}
 
.flag-australia {
    background-position: 0 0;
}
 
.flag-bulgaria {
    background-position: 0 -40px;
}
 
.flag-india {
    background-position: 0 -160px;
}
 
.flag-unitedkingdom {
    background-position: 0 -200px;
}
 
.flag-germany {
    background-position: 0 -80px;
}
 
.RadMap .k-tooltip-content {
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
 
.MyMap {
    border: 1px solid #FFF;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    height:auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
border-radius: 6px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and  (min-width: 1024px) {
    .jumbotron {
        margin-top: 1px;
      
    }
    .body-content {
        padding: 0;
        margin-left:10px;
          }
}

    /* DQDS ---------- iframe buttons*/
   .Kokkybutton {
    background-color: #662B78;
    border-radius: 15px;
    height: 30px;
    border: none;
    color: white;
    padding: 2px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight:400;
     font-family:'Times New Roman';
}
.KokkybuttonmAIN{
     background-color: #232965;
    border-radius: 15px;
    height: 30px;
    border: none;
    color: white;
    padding: 2px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight:400;
     font-family:'Times New Roman';

}
.bodyColorRana {
    background-color: yellow;
}


.JodyGrid {
    font-family:'Times New Roman';
    font-size: 14px;
    color: darkblue;
    width:100%;
    background-color:white;
    
}
.JodyGrid th {
    font-family:'Times New Roman';
       text-align:center;
       background-color:#E8E8E8;
       color:#662b78;
}

.JodyGrid tr th a,.GridStyle tr th a:visited
{
        color:#662b78;
}
.adhampager{
    font-size: 18px;
    color:darkgreen;
    text-decoration:underline;
    background-color: #E8E8E8;
    
   }

.adhampager a:link{
   font-size: 14px;
        color:#662b78;
}


.RanaLiteral {
    font-family:'Times New Roman';
    color: #662b78;
    text-align:left;
}
.RanaDetails {
    color: #232965;
    font-family:'Times New Roman';
    text-align:left;
}

.JodyyGrid {
    font-family:'Times New Roman';
       text-align:left;
       vertical-align:middle;
       font-weight:bolder;
            color:#662b78;
}


.JodyyGrid:hover {
    font-family:'Times New Roman';
       text-align:left;
       vertical-align:middle;
       font-weight:bolder;
            color:red;
}

.textboxH1 {
font-family:'Times New Roman';
       text-align:left;
       background-color: lightgray;
       color:#171d41;
       border:none;
       width:100%;
      
     
}

.formtext {
    font-family:'Times New Roman';
       text-align:left;
       font-size:medium;
       font-weight:bold;

}



/* DQDS---------main menu --The new one------------------------------------------*/
.full-width {
    width: 100%;
    background-color:red;
       position:relative;
    z-index:1;
    height:50px;
    font-size:21px;
    vertical-align:top;
}
.full-width-bg {
    width:100%;
    background-color: black;
    height:50px;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
    vertical-align:top;
}
.normal-width {
    width: 1024px;
    margin: 0 auto;
    z-index:3;
    position:relative;
}
.full-width, .full-width-bg {
    min-width: 1024px;
}
ul.main-menu li {
    float:left;
    padding:0;
    margin:0;
    height:30px;
    position:static;
    text-align:center;
}
ul.main-menu, ul.main-menu ul {
    list-style-type:none;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}
ul.main-menu a {
    text-decoration:none;
    display:inline-block;
        zoom:1;
    width:100%;
    padding:0;
    max-height: 1.5em;
}

ul.main-menu > li {
    background-color:red;
}

ul.main-menu > li > ul > li {
    background-color:orange;
}

ul.main-menu > li > ul > li:hover {
    background-color:yellow;
}
ul.main-menu > li > ul > li:hover > a {
    color:red;
}
ul.main-menu > li > ul {
    position:absolute;
    top:100%;
    left:0px;
    width:100%;
}
.main-menu > li.selected,
ul.main-menu > li:hover > a {
    background-color:#d00;
    color:white;
}
ul.main-menu > li > ul {
    display:none;
    z-index:4;
}
ul.main-menu > li:hover > ul {
    display:block;
    z-index:5;
}

.PhnxTable {
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.ImageButtonForPageHeader {
    height: 40px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 50%;
    vertical-align:middle; 
}