#wrapper {
    width: 100%;
    min-width: 1200px;
	overflow-x: hidden;
}

#page-inner {
    width: 100%;
    margin: 0px 20px 5px 0;
    padding: 15px 30px;
    min-height: 700px;
}



.top-navbar {
    position: fixed;
    width: 100%;
    z-index: 300;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
}


.header {
    margin: 0 30px;
}



.sub-title {
    font-weight: 700;
    color: #555;
    line-height: 14px;
    padding-top:10px;
}


footer p {
    font-size: 14px;
}

.top-navbar {
    margin: 0;
}
.top-navbar .nav > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}


.top-navbar {
    background: #FFF;
    border-bottom: none;
}

.navbar-default {
    border: 0 solid #000;
}

.navbar-header {
    background: 0 0;
    overflow: hidden;
}

/* table --------------------*/

.table_data table {
    border-collapse: collapse;
    table-layout: fixed; /*auto;/*fixed;*/
    max-width: 100%;
    padding: 0;
    width: 100%;
    overflow: auto;
    clear: both;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    border: 1px solid #8cb1d2;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .table_data table thead {
        height: 2.1em;
        line-height: 2.1em;
        color: #FFFFFF;
    }

    .table_data table th {
        padding: 12px 6px;
        font-weight: bold;
        background-color: #8cb1d2; /*background: url("../images/thead-separator.png") no-repeat top right;*/
        line-height: 14px;
        color: #fff;
        text-transform: uppercase;
    }

    .table_data table td {
        border-bottom: 1px dotted #C4CBD2; /*padding: 0 1em;*/
        vertical-align: middle;
        padding: 6px;
        word-wrap: break-word;
    }

        .table_data table td span a {
            font-weight: bold;
            color: #fff;
            background-color: #07c1ef;
            padding: 1px 8px;
            border-radius: 8px;
            margin-top: 5px;
            display: inline-block;
        }

    .table_data table .rounded-button {
        display: inline-block;
        border-radius: 26px;
        width: 22px;
        height: 22px;
        padding: 2px;
        text-align: center;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
        margin: 4px;
    }

        .table_data table .rounded-button em {
            font-size: 14px;
        }

    .table_data table td.right {
        text-align: right;
        padding-right: 3px;
    }

    .table_data table tbody {
        height: 2.1em; /*line-height: 2.1em;*/
    }

    .table_data table tr:nth-child(even) {
        background-color: #F1F4F8;
    }

    .table_data table tbody tr:hover {
        background-color: #def6fd;
    }

    .table_data table tfoot tr {
        height: 2.1em;
    }

    .table_data table .edit_delete_div {
        margin-top: 8px;
    }

    .table_data table img {
        border: none !important;
    }

.table_short_desc {
    width: 40%;
    float: right;
}

.table_data table table{
	border:none;
	width:auto!important;
.}
.table_data table table td{
	border-bottom:none;
.}
.table_data table table td a {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff!important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
	float:left;
}
.table_data table table td a:hover {
	   background-color: #0493bd;
	text-decoration:none;
}	

input[type="submit"] {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

    input[type="submit"]:hover {
        background-color: #0493bd;
    }

input[type="reset"] {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

input[type="button"] {
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}



@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 0;
        min-height: auto;
    }

    .navbar-side {
        width: 260px;
        z-index: 1;
        /*overflow-y: auto;*/
        height: 90%;
        height: calc(100% - 60px);
        top: 60px;
        padding-top: 25px;
    }

    .navbar {
        border-radius: 0;
    }
}


.col-mid {
    text-align: center;
}

.button {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff!important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.button:hover {
	   background-color: #0493bd;
	text-decoration:none;
}
.admission-form{
	background-color:#e4fcfe; font-size:14px;
}
.admission-form input[type="text"], .admission-form input[type="file"],.admission-form input[type="email"], .admission-form select, .admission-form input[type="number"],.admission-form textarea{
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
.admission-form input[type="text"]:focus, .admission-form input[type="file"]:focus,.admission-form input[type="email"]:focus, .admission-form select:focus:focus, .admission-form input[type="number"]:focus,.admission-form textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.instruction{display:block ;line-height: 14px!important;}
.admission-form input[type="text"]:-moz-read-only {
    background-color: #eeeeee!important;
}
.admission-form .initialL {
   
}
.admission-form .initialR, .admission-form .studentR{
	 background-color:#b4f5fb!important; font-size:14px!important;
}

.admission-formTop input[type="submit"]{
	line-height: 12px;
}
.formTop-Table  input[type="text"],.formTop-Table  input[type="submit"], .formTop-Table  input[type="email"], .formTop-Table  input[type="tel"] .formTop-Table  input[type="number"], .formTop-Table  select
{
	margin-bottom:1px!important;margin-top:5px!important;
}
legend{background-color: #b4f5fb!important;}
.top-navbar .mainlogo{float:left; padding:20px 30px}
.top-navbar .mainlogo img{width:100%;max-width:350px}
.top-navbar .skgflogo {float:right; padding:15px 30px;}
.top-navbar .skgflogo  img {max-width:50px;}
.extratoppad{padding-top:110px}
.form-control{    margin: 5px 0;}

.featureBoxes {
	overflow: hidden;
	padding: 20px 0px;
	margin-left: -14px;
	margin-right: -14px;
}
.featureBoxes .featureBox {
	float: left;
	width: 25%;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 15px;
}
.featureBoxes .featureBoxInner {
	padding: 15px;
	border: 1px solid #524137;
	background: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 10px;
	text-align:center;
	-webkit-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 8px -2px rgba(0,0,0,0.75);	
	cursor:pointer;
}
.featureBoxes .featureBox .disabled{
	background-color:#eeedee;
	cursor: not-allowed;
}
.featureBox .disabled  .featureBoxImage  img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.featureBox .disabled  .featureBoxImage h5{
		color: #a6a6a6!important;
}

.featureBoxes .featureBox .featureBoxImage {
	margin-bottom: 10px;
	align-items: center;
}
.featureBoxes .featureBox  .featureBoxImage h5 {
	font-size: 18px;
	color: #524137;
	font-weight: 700;
}
.featureBoxes .featureBox  .featureBoxImage img {
	margin-right: 15px;
	width: 72px;
	height: 74px;
	margin:0 auto;
}
.featureBoxes .featureBox .featureBoxContent p {
	color: #262626;
	margin-top: 15px;
	font-size: 13px;
	line-height: 20px;
	min-height: 62px;
	max-height: 62px;
}
@media (max-width:1024px) {
	.featureBoxes .featureBox{
		width: 33.33%;
	}
}

@media (max-width:768px) {
	.featureBoxes .featureBox{
		width: 50%;
	}
}



@media(max-width:480px) {
.top-navbar{text-align:center; position:relative;}
.top-navbar .mainlogo, .top-navbar .skgflogo {float:none; }
.top-navbar .mainlogo img, .top-navbar .skgflogo img{margin:0 auto;}
.extratoppad{padding-top:20px}
}