body {
    padding-top: 10px;
}


.countrycontainer {
    float: left;
    padding-left: 15px;
    font-size: 11px;
}

.districtcontainer {
    float: left;
    padding-left: 15px;
    font-size: 13px;
}

#wrap {
}

.panel.panel-horizontal {
    display: table;
    width: 100%;
    height: 100%;
}

    .panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
        display: table-cell;
    }

    .panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
        width: 50%;
        border: 0;
        vertical-align: top;
        background-color: transparent !important;
    }

    .panel.panel-horizontal > .panel-heading {
        border-right: 1px solid #ddd;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .panel.panel-horizontal > .panel-footer {
        border-left: 1px solid #ddd;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
    }

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 400px;
    height: 300px;
}

.k-grid {
    font-size: 12px;
}

    .k-grid td {
        line-height: 2em;
    }


/*.header 
        {
   	width:1360px;
	height:70px ;
    background:url(images/Header.png) no-repeat;
}*/
.menu {
    width: 1350px;
    height: 40px;
    margin-left: 0px;
}


.clientSearchGrid {
    margin-left: 10px;
    width: 1340px;
    height: 300px;
}

.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*.k-tabstrip-items .k-state-default .k-link,.k-panelbar>li.k-state-default>.k-link {
    color:#428bca !important

}*/


/*Overridding KendoUI*/
.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link .k-state-active {
    color: #fff !important;
    background: #3f51b5 !important;
}

.k-tabstrip .k-tabstrip-items {
    padding: 2px !important;
}

.k-tabstrip-items .k-state-active {
    border-bottom-color: #3f51b5 !important;
}


.k-widget .border-box-sizing,
.k-widget .border-box-sizing * {
    box-sizing: border-box;
}
/*
.modal-dialog {
  width: 1200px;
}

    */
.panel-headingext {
    background-color: #2fa4e7;
}

.userSearchGrid {
    margin-left: 10px;
    width: 1350px;
}

.bulkuploadgrid {
    margin-left: 20px;
}

.ValidationErrors {
    margin-left: 100px;
}

.mandatory-label:after {
    content: "*";
    color: red;
    font-size: 15px;
}

#bulkupload {
    margin-left: 60px;
}
/*
.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
    */
.bc-spinner-container {
    width: 75px;
    height: 75px;
}

    .bc-spinner-container img {
        width: 100%;
        height: auto;
    }

.modal-backdrop {
    height: 140% !important;
}

.overlayContainer {
    display: none;
}

.overlayBackground {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: #808080;
    opacity: 0.4;
}

.overlayContent {
    position: absolute;
    border: 0px solid #000;
    font-weight: bold;
    height: 80px;
    width: 80px;
    z-index: 10000;
    text-align: center;
}

select {
    font-family: Cursive;
    font-size: 12px;
    height: 22px;
    width: 200px;
}

#CandidateSchedule .k-grid-content {
    height: 400px; /* internal bit with the scrollbar */
}

#mainGrid {
    width: 100%;
    height: 100%;
    position: relative;
  
     /* kendo grid width and height*/
}

/* kendo grid scroll div*/
/*#scrolldiv {
    overflow-x: scroll;
    height: auto;
    border-style: ridge;
    border-color: #E5E5E5;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    overflow-y: hidden; 
}*/

.modal-wide .modal-dialog {
    width: 95%; /* modal width */
}

#boxdiv {
    border-color: blue;
    border-style: solid;
    padding: 2%;
    border-width: 1px;
}
/* To remove kendo grid scrollbar*/
#mainGrid .k-grid-header {
    padding: 0 !important;
}

#mainGrid .k-grid-content {
    overflow-y: auto;
    overflow-x: auto;
}

/* For activate user password icon styling */
.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

/* For slim scroll on selection of country at top*/

#style-4::-webkit-scrollbar-track {
    //-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #dd4b39;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #dd4b39;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #dd4b39;
    border: 1px thin #dd4b39;
}

#style-4::-webkit-scrollbar-button {
    width: 10px;
    background-color: #dd4b39;
}

.panel-body.custom {
    padding: 2px !important;
    margin-top: -13px;
    margin-bottom: -14px;
}
.glyphicon + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
}

input[type=checkbox], input[type=radio] {
    margin: 12px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.invalid-data {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}

@media (min-width:992px) {
    .modal-vlg{width:1150px !important} }