@font-face {
    font-family: 'ML-TTLeela';
    src: url('../fonts/MLLL0ITT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.malayalam {
    font-family: ML-TTLeela;
    font-size: 18px;
    top:0px;
}

/*
    @font-face {
	    font-family: 'ML-TTAmbili';
	    src: url('../fonts/MLAM0NTT.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;
    }
    .malayalam {
        font-family: ML-TTAmbili; 
        font-size:18px;
    }
    */
.tdborder {
    border: 1px solid #c8c8c8;
}

.ralign {
    text-align: right;
}

.lalign {
    text-align: left;
}

.calign {
    text-align: center;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


.divAjaxloader {
    margin-left: 0;
    width: auto;
    position: relative;
    z-index: 9999;
}

.loading {
    display: none;
}

.unloading {
    display: none;
}

div .ajaxloader {
    /*-webkit-box-shadow: -1px -1px 10px -3px #444;
        -moz-box-shadow: -1px -1px 10px -3px #444;
        box-shadow: -1px -1px 10px -3px #444;*/
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    z-index: 6002;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.rightalign {
    text-align: right;
    padding-right: 10px;
}

.igroup {
    position: relative;
    display: inline-block;
}

.TextWrap {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 6px;
    margin-top: 0px;
}


.tblChitty {
    border-collapse: collapse;
}

table#tblChitty thead > tr {
    background-color: #0084B4;
}


table#tblChitty th, td {
    border: 1px solid black;
    padding-left: 10px;
}

.outerlayout {
    background-image: url(../img/bgpattern.jpg);
    margin-top: 0px;
    box-shadow: 0px 5px 6px 0px #888888;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-left {
    padding-left: 30px;
}

#malayalamheader {
    display: none;
}

/*@media (max-width:600px) {

    .malayalam {
        font-family: ML-TTLeela;
        font-size: 8px;
        font-weight: bold;
        text-align: right;
    }

    .wc_header {
        height: 90px;
    }

    .wc-logo {
        position:absolute;
        width: 60px;
        height: 40px;
        left: 0px;
        top: 70px;
    }

    .wc-heading {
        position: absolute;
        top: 90px;
        left: 80px;
        font-size: 14px;
        font-weight: normal;
    }

    .wc-subheading {
        position: relative;
        top: -15px;
        left: 100px;
        font-size: 8px;
    }

    #li_searchbox {
        padding-left: 15px;
    }
}*/

/*@media (max-width:368px) {

    .malayalam {
        font-family: ML-TTLeela;
        font-size: 8px;
        font-weight: bold;
        text-align: right;
    }

    .wc_header {
        height: 90px;
    }

    .wc-logo {
        width: 60px;
        height: 40px;
        left: 0px;
        top: 26px;
    }

    .wc-heading {
        position: relative;
        top: 12px;
        left: 0px;
        font-size: 14px;
        font-weight: normal;
    }

    .wc-subheading {
        position: relative;
        top: -15px;
        left: 100px;
        font-size: 8px;
    }

    #li_searchbox {
        padding-left: 15px;
    }
}*/

@media screen and (max-width: 480px) {
    .navbar-left {
        padding-left: 116px;
    }

    .malayalam {
        font-family: ML-TTLeela;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
        top: 36px;
        text-align:right;
    }

    .wc-logo {
        width: 96px;
        height: 84px;
        top : 30px;
        position :absolute;
    }

    .wc-heading {
        position: relative;
        top: 20px;
        left: 114px;
        font-size: 26px;
        font-weight: normal;
    }

    .wc-subheading {
        position: relative;
        top: 10px;
        left: 114px;
        font-size: 10px;
        color: #CC0000;
    }

    .wc_header {
        height: 124px;
        padding-top: 8px;
    }
}

@media screen and (min-width: 480px) {
    .navbar-left {
        padding-left: 116px;
    }

    .malayalam {
        font-family: ML-TTLeela;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        top :40px;
    }

    .wc-logo {
        width: 138px;
        height: 120px;
    }

    .wc-heading {
        position: relative;
        top: -14px;
        left: 12px;
        font-size: 26px;
        font-weight: normal;
    }

    .wc-subheading {
        position: relative;
        top: -70px;
        left: 155px;
        font-size: 10px;
        color: #CC0000;
    }

    .wc_header {
        height: 124px;
        padding-top: 8px;
    }
}

@media (min-width:1366px) {
    .malayalam {
        font-family: ML-TTLeela;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        top:15px;
    }

    .wc-logo {
        width: 138px;
        height: 120px;
    }

    .wc-heading {
        position: relative;
        top: 26px;
        left: 6px;
        font-size: 26px;
        font-weight: normal;
    }

    .wc-subheading {
        position: relative;
        top: -25px;
        left: 150px;
        font-size: 10px;
        color: #CC0000;
    }

    .wc_header {
        height: 120px;
        padding-top: 8px;
    }
}

.footer {
    min-height: 150px;
    background-color: #fcfcfc;
    margin-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul#menu-list {
    list-style: none;
    margin-top: 40px;
}

    ul#menu-list li {
        border: 1px solid #000;
        background-color: #f8dc31;
        border-radius: 16px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 6px;
    }

        ul#menu-list li a {
            color: #000;
            text-decoration: none;
            text-align: center;
        }

            ul#menu-list li a:hover {
                color: #CC0000;
                text-decoration: underline;
            }


ul#image-list {
    list-style: none;
}

    ul#image-list li {
        display: inline;
    }

        ul#image-list li a {
            color: #000;
            text-decoration: none;
        }

            ul#image-list li a:hover {
                color: #CC0000;
                text-decoration: underline;
            }


ul#footer-list {
    list-style: none;
}

    ul#footer-list li {
        display: inline;
    }

        ul#footer-list li a {
            color: #000;
            text-decoration: none;
        }

            ul#footer-list li a:hover {
                color: #CC0000;
                text-decoration: underline;
            }



#li_searchbox {
    padding-left: 40px;
}



@media (max-width:767px) {
    #li_searchbox {
        padding-left: 15px;
    }
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #CC0000;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle {
    background-color: #CCCCCC;
}

#content {
    min-height: 440px;
    padding: 10px 20px 10px 20px;
}


.compoanyheader {
    background-color: #fff;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 18px;
    font-weight: bold;
    text-align: left;
    max-width: 100%;
}

.leftmenu {
    min-height: 660px;
    background-color: #0084B4;
}

#content {
    background-color: transparent;
    color: #292f33;
    /*padding-left:30px;
	padding-top:20px;
	padding-right:30px;*/
    padding-bottom: 20px;
}

.field-validation-error {
    width: 100%;
    position: relative;
    top: -68px;
    left: 0px;
    z-index: 990;
    background: #4285F4 none repeat scroll 0% 0%;
    color: #FFF;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #DDD;
    box-shadow: 0px 0px 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
}

    .field-validation-error span:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-top-color: #4285F4;
        top: 100%;
        left: 10px;
    }

    .field-validation-error span:before {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 13px solid transparent;
        border-top-color: #DDD;
        top: 100%;
        left: 7px;
    }

.row-sepeation {
    margin-bottom: 3px;
}

label {
    font-weight: normal;
}

.width-default {
    width: 50%;
}

.r {
    text-align: right;
    padding-right: 20px;
}

.table-default {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
    padding: 20px;
}

.colw40 {
    width: 40%;
}

.colw30 {
    width: 20%;
}

.panel-heading {
    text-align: center;
}

legend {
    margin-bottom: 0px;
    /*border-bottom: 1px solid #D4D4D4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
    text-align:center;
    font-size: 18px;
    height:30px;
    vertical-align:central;*/
}

.optionheading {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    background-color: #0084b4;
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
}
